:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{width:80%;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{display:flex;place-items:center}}fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:40px;height:38px;background:#fff;display:block}.multiselect__spinner:before,.multiselect__spinner:after{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;pointer-events:none;opacity:.6}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:initial;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"×";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{line-height:16px;min-height:40px;box-sizing:border-box;display:block;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap;margin:0;text-decoration:none;border-radius:5px;border:1px solid #e8e8e8;cursor:pointer}.multiselect__select{line-height:16px;display:block;position:absolute;box-sizing:border-box;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;margin:0;text-decoration:none;text-align:center;cursor:pointer;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0 5px;border-color:#999 transparent transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:50;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-radius:5px 5px 0 0;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::-webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver;background:inherit}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}*[dir=rtl] .multiselect{text-align:right}*[dir=rtl] .multiselect__select{right:auto;left:1px}*[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}*[dir=rtl] .multiselect__content{text-align:right}*[dir=rtl] .multiselect__option:after{right:auto;left:0}*[dir=rtl] .multiselect__clear{right:auto;left:12px}*[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}.controls[data-v-e455dbe7]{background:#fff;padding:24px;border-radius:12px;border:1px solid #eee;box-shadow:0 4px 15px #0000000d;margin-bottom:30px}.filters-grid[data-v-e455dbe7]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;align-items:flex-end}.filter-section[data-v-e455dbe7]{display:flex;flex-direction:column;position:relative}.filter-label[data-v-e455dbe7]{font-weight:700;font-size:.75rem;margin-bottom:10px;color:#888;text-transform:uppercase;letter-spacing:.5px}.multiselect-single-line[data-v-e455dbe7]{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:calc(100% - 40px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;z-index:5;font-size:.95rem;font-weight:600;color:#4a443f}.actions-section[data-v-e455dbe7]{display:flex;gap:10px;height:46px}.search-button[data-v-e455dbe7],.clear-button[data-v-e455dbe7]{font-size:.95rem;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.search-button[data-v-e455dbe7]{background-color:#b5895e;color:#fff;border:none;flex:2}.search-button[data-v-e455dbe7]:hover{background-color:#96714d}.clear-button[data-v-e455dbe7]{background:#fdfaf7;color:#888;border:1px solid #eee;flex:1}.clear-button[data-v-e455dbe7]:hover{background:#f5f0eb;color:#4a443f}[data-v-e455dbe7] .multiselect{min-height:46px;color:#4a443f}[data-v-e455dbe7] .multiselect__tags{border:1px solid #e8e8e8;border-radius:8px;min-height:46px;display:flex;align-items:center;padding:0 40px 0 12px;background:#fff}[data-v-e455dbe7] .multiselect__single,[data-v-e455dbe7] .multiselect__placeholder,[data-v-e455dbe7] .multiselect__input{font-size:.95rem!important;font-weight:600!important;color:#4a443f!important;margin-bottom:0!important;padding-left:0!important;background:transparent!important}[data-v-e455dbe7] .multiselect__tag,[data-v-e455dbe7] .multiselect__limit,[data-v-e455dbe7] .multiselect--has-value .multiselect__placeholder{display:none!important}[data-v-e455dbe7] .multiselect__content-wrapper{border-radius:0 0 8px 8px;border:1px solid #eee;box-shadow:0 10px 20px #0000000d}[data-v-e455dbe7] .multiselect__option{font-size:.95rem;padding:12px}[data-v-e455dbe7] .multiselect__option--highlight{background:#b5895e!important}.news-list[data-v-5b4afdcd]{width:100%}.news-item[data-v-5b4afdcd]{background-color:#fff;border:1px solid #eee;padding:24px;margin-bottom:25px;border-radius:12px;box-shadow:0 2px 10px #0000000a;transition:transform .2s ease}.news-header[data-v-5b4afdcd]{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;gap:15px}.title-area h3[data-v-5b4afdcd]{margin:0 0 5px;font-size:1.25rem;line-height:1.3;color:#1a1a1a}.publish-date[data-v-5b4afdcd]{font-size:.75rem;color:#888;font-weight:500}.item-body[data-v-5b4afdcd]{display:flex;gap:25px;align-items:flex-start}.text-content[data-v-5b4afdcd]{flex:1;min-width:0}.summary-box[data-v-5b4afdcd]{background-color:#fdfaf7;border-left:3px solid #b5895e;padding:12px 18px;border-radius:0 4px 4px 0;width:100%}.summary-box ul[data-v-5b4afdcd]{list-style:none;padding:0;margin:0}.summary-box li[data-v-5b4afdcd]{font-size:.95rem;margin-bottom:8px;color:#4a443f;line-height:1.5;position:relative;padding-left:20px}.summary-box li[data-v-5b4afdcd]:before{content:"•";color:#b5895e;position:absolute;left:0;font-size:1.2rem}.icon-link-button[data-v-5b4afdcd]{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;background-color:#fdf8f3;color:#b5895e;text-decoration:none;transition:all .2s ease;border:1px solid transparent}.icon-link-button[data-v-5b4afdcd]:hover{background-color:#b5895e;color:#fff}.image-container[data-v-5b4afdcd]{flex:0 0 200px}.news-image[data-v-5b4afdcd]{height:140px;width:200px;object-fit:cover;border-radius:8px;filter:sepia(.1);box-shadow:0 4px 8px #0000000d}.no-news[data-v-5b4afdcd]{text-align:center;padding:60px;color:#888;font-style:italic;font-size:1.1rem}@media(max-width:700px){.item-body[data-v-5b4afdcd]{flex-direction:column-reverse;gap:15px}.image-container[data-v-5b4afdcd]{width:100%;flex:none}.news-image[data-v-5b4afdcd]{height:180px;width:100%}}body{background-color:#fdfaf7;margin:0;font-family:Inter,Arial,sans-serif;color:#4a443f;overflow-y:scroll}#app-container{max-width:1200px;margin:0 auto;padding:40px 20px}.content-area{min-height:400px;position:relative}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.ai-loader{width:48px;height:48px;border:4px solid #e0d7cf;border-top-color:#b5895e;border-radius:50%;animation:spin 1s ease-in-out infinite;margin-bottom:20px}.loading-text{color:#b5895e;font-weight:600;font-size:.95rem}@keyframes spin{to{transform:rotate(360deg)}}.main-header{display:flex;align-items:center;justify-content:center;gap:40px;padding-bottom:40px;margin-bottom:30px}.logo-container{flex-shrink:0;width:300px}.app-logo{width:100%;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.05))}.header-text{flex:1}.ai-badge{display:inline-block;padding:4px 12px;background:#fdf8f3;border:1px solid #b5895e;color:#b5895e;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;margin-bottom:12px}.header-title{color:#612f0e;margin:0;font-size:2.5rem;font-weight:800;line-height:1.1;letter-spacing:-1px}.highlight{color:#b5895e}.header-subtitle{margin-top:10px;font-size:1.1rem;color:#612f0e;font-style:italic}.divider{display:flex;align-items:center;text-align:center;margin:40px 0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid #e0d7cf}.divider-text{padding:0 15px;color:#b5895e;font-weight:600;font-size:.9rem;text-transform:uppercase}@media(max-width:768px){.main-header{flex-direction:column;text-align:center;gap:20px}.header-title{font-size:2rem}}
