*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#1f2937}#root{min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus{outline:2px solid #3b82f6;outline-offset:2px}*:focus:not(:focus-visible){outline:none}.app{min-height:100vh;display:flex;flex-direction:column}.form-field{margin-bottom:1.5rem;display:flex;flex-direction:column}.form-field__label{font-weight:500;margin-bottom:.5rem;color:#374151;font-size:.875rem;display:flex;justify-content:start}.form-field__required{color:#ef4444;margin-left:.25rem}.form-field__input-wrapper{position:relative;display:flex;align-items:center}.form-field__input{padding:.75rem 3rem .75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;transition:all .2s ease-in-out;background-color:#fff;width:100%}.form-field__input::placeholder{font-size:.875rem;color:#9ca3af}.form-field__input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-field__input--error{border-color:#ef4444}.form-field__input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-field__input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-field__password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease;border-radius:.25rem}.form-field__password-toggle:hover{color:#374151;background-color:#f3f4f6}.form-field__password-toggle:focus{outline:none;color:#3b82f6;background-color:#eff6ff}.form-field__eye-icon{width:1.25rem;height:1.25rem}.form-field__error{color:#dc2626;font-size:.75rem;margin-top:.25rem;display:flex;align-items:center;font-weight:500}.form-field__error:before{content:"⚠";margin-right:.25rem;font-size:.875rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;border-radius:.5rem;transition:all .2s ease-in-out;cursor:pointer;border:none;font-family:inherit}.btn:disabled{cursor:not-allowed;opacity:.3}.btn--primary{background-color:#163a5f;color:#fff}.btn--primary:hover:not(:disabled){background-color:#1f4d7a}.btn--secondary{background-color:#6b7280;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#4b5563}.btn--outline{background-color:transparent;color:#3b82f6;border:1px solid #3b82f6}.btn--outline:hover:not(:disabled){background-color:#3b82f6;color:#fff}.btn--small{padding:.5rem 1rem;font-size:.875rem}.btn--medium{padding:.75rem 1.5rem;font-size:1rem}.btn--large{padding:1rem 2rem;font-size:1.125rem}.btn__spinner{width:1rem;height:1rem;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.loader-container{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a;text-align:center;min-width:200px}.loader{border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.loader--small{width:1.5rem;height:1.5rem;border-width:2px}.loader--medium{width:2.5rem;height:2.5rem}.loader--large{width:3.5rem;height:3.5rem;border-width:4px}.loader-message{margin-top:1rem;color:#6b7280;font-size:.875rem;margin-bottom:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toaster{position:fixed;top:1rem;right:1rem;z-index:10000;min-width:300px;max-width:500px;transform:translate(100%);transition:transform .3s ease-in-out;border-radius:.5rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.toaster--visible{transform:translate(0)}.toaster-content{display:flex;align-items:center;padding:1rem;background:#fff;border-left:4px solid;position:relative}.toaster--success .toaster-content{border-left-color:#10b981}.toaster--error .toaster-content{border-left-color:#ef4444}.toaster--warning .toaster-content{border-left-color:#f59e0b}.toaster--info .toaster-content{border-left-color:#3b82f6}.toaster-icon{width:1.5rem;height:1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:.75rem;font-size:.875rem}.toaster--success .toaster-icon{background-color:#d1fae5;color:#065f46}.toaster--error .toaster-icon{background-color:#fee2e2;color:#991b1b}.toaster--warning .toaster-icon{background-color:#fef3c7;color:#92400e}.toaster--info .toaster-icon{background-color:#dbeafe;color:#1e40af}.toaster-message{flex:1;color:#374151;font-size:.875rem;line-height:1.25}.toaster-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:0;margin-left:.75rem;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.toaster-close:hover{color:#374151}.toaster-progress{height:3px;background-color:#e5e7eb;position:relative;overflow:hidden}.toaster-progress-bar{height:100%;transition:width .05s linear;position:relative}.toaster--success .toaster-progress-bar{background:linear-gradient(90deg,#10b981,#34d399)}.toaster--error .toaster-progress-bar{background:linear-gradient(90deg,#ef4444,#f87171)}.toaster--warning .toaster-progress-bar{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.toaster--info .toaster-progress-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.toaster-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shine 2s infinite}@keyframes shine{0%{transform:translate(-100%)}to{transform:translate(100%)}}@media (max-width: 640px){.toaster{left:1rem;right:1rem;min-width:auto}}.toaster:hover .toaster-progress-bar{animation-play-state:paused}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toaster--visible{animation:slideIn .3s ease-out}.image--small{width:15%}.image--medium{width:20%}.image--large{width:25%}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:0;position:sticky;top:0;z-index:100}.header__container{margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;height:70px}.header__branding{display:flex;align-items:center;gap:1rem}.header__logo{height:48px;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:hidden}.header__logo-image{width:100%;height:100%;object-fit:contain}.header__brand-text{display:flex;flex-direction:column}.header__brand-title{font-size:20px;font-weight:700;color:#1f2937;margin:0;line-height:1}.header__brand-subtitle{font-size:14px;color:#6b7280;margin:0;line-height:1}.header__navigation{display:flex;gap:.5rem}.header__nav-item{background:none;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:16px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.header__nav-item:hover{background:#f3f4f6;color:#374151}.header__nav-item--active{background:#f3f4f6;color:#1f2937}.header__actions{display:flex;align-items:center;gap:1rem}.header__help-icon{width:40px;height:40px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.header__help-icon:hover{background:#e5e7eb;color:#374151}.header__user-section{display:flex;align-items:center;gap:.75rem}.header__welcome-text{font-size:14px;color:#6b7280;font-weight:500;white-space:nowrap}.header__user-menu{position:relative;display:inline-block}.header__user-button{background:#f3f4f6;border:none;border-radius:50%;width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#6b7280}.header__user-button:hover{background:#e5e7eb;color:#374151}.header__user-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:160px;z-index:1000;margin-top:.5rem}.header__user-option{display:block;width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;color:#374151;font-size:14px;cursor:pointer;transition:background-color .2s ease}.header__user-option:hover{background:#f3f4f6}.header__user-option--logout{color:#dc2626}.header__user-option--logout:hover{background:#fef2f2}@media (max-width: 768px){.header__container{padding:1rem;height:auto;flex-wrap:wrap;gap:1rem}.header__branding{order:1}.header__navigation{order:3;width:100%;justify-content:center}.header__actions{order:2}.header__brand-subtitle,.header__welcome-text{display:none}.header__help-icon,.header__user-dropdown .dropdown__trigger{width:36px;height:36px}}.footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 0;margin-top:auto}.footer__container{margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}.footer__left{flex:1}.footer__copyright{color:#6b7280;font-size:14px;margin:0}.footer__right{display:flex;align-items:center;gap:.5rem;flex:1;justify-content:flex-end}.footer__item{color:#6b7280;font-size:14px;display:flex;align-items:center;gap:.25rem}.footer__separator{color:#d1d5db;font-size:14px}.footer__version-icon{width:16px;height:16px;border-radius:50%;background:#374151;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-left:.25rem}@media (max-width: 768px){.footer__container{flex-direction:column;gap:1rem;text-align:center}.footer__right{justify-content:center;flex-wrap:wrap}.footer__separator{display:none}.footer__item{margin:0 .5rem}}.dropdown{position:relative;display:flex;flex-direction:column;gap:.5rem}.dropdown__label{font-size:14px;font-weight:500;color:#374151;margin:0}.dropdown__trigger{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-width:200px}.dropdown__trigger:hover:not(.dropdown__trigger--disabled){border-color:#3b82f6}.dropdown__trigger--open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dropdown__trigger--disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.dropdown__value{font-size:16px;color:#1f2937;flex:1;text-align:left}.dropdown__trigger--disabled .dropdown__value{color:#9ca3af}.dropdown__arrow{color:#6b7280;transition:transform .2s ease;flex-shrink:0}.dropdown__arrow--open{transform:rotate(180deg)}.dropdown__menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:50;margin-top:.25rem;max-height:200px;overflow-y:auto}.dropdown__option{padding:.75rem 1rem;cursor:pointer;transition:background-color .2s ease;font-size:16px;color:#1f2937}.dropdown__option:hover{background:#f3f4f6}.dropdown__option--selected{background:#eff6ff;color:#1d4ed8;font-weight:500}.dropdown__option:first-child{border-radius:8px 8px 0 0}.dropdown__option:last-child{border-radius:0 0 8px 8px}.dropdown__option:only-child{border-radius:8px}.tabs{display:flex;gap:.5rem;justify-content:center}.tabs__tab{display:flex;flex-direction:column;align-items:center;padding:.75rem 1.25rem;border:2px solid transparent;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;min-width:120px;text-align:center;justify-content:center}.tabs__tab:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.tabs__tab--active{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.tabs__tab--gemini{border-color:#eab308}.tabs__tab--gemini.tabs__tab--active{border-color:#eab308;background:#fefce8}.tabs__tab--ollama{border-color:#10b981}.tabs__tab--ollama.tabs__tab--active{border-color:#10b981;background:#f0fdf4}.tabs__tab-title{font-size:16px;font-weight:600;color:#1f2937;margin-bottom:.25rem}.tabs__tab--gemini.tabs__tab--active .tabs__tab-title{color:#eab308}.tabs__tab--ollama.tabs__tab--active .tabs__tab-title{color:#10b981}.tabs__tab-subtitle{font-size:14px;color:#6b7280;font-weight:400}.tabs__tab--gemini.tabs__tab--active .tabs__tab-subtitle{color:#eab308}.tabs__tab--ollama.tabs__tab--active .tabs__tab-subtitle{color:#10b981}@media (max-width: 768px){.tabs{flex-direction:column;gap:.75rem}.tabs__tab{min-width:auto;width:100%}}.response-card{border:2px solid #e5e7eb;border-radius:8px;padding:1rem;background:#fff}.response-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.response-card--gemini{border-color:#eab308}.response-card--ollama{border-color:#10b981}.response-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.response-card__title{font-size:18px;font-weight:600;color:#1f2937;margin:0}.response-card--gemini .response-card__title{color:#eab308}.response-card--ollama .response-card__title{color:#10b981}.response-card__subtitle{font-size:14px;font-weight:500;padding:.25rem .75rem;border-radius:20px;background:#f3f4f6;color:#6b7280}.response-card--gemini .response-card__subtitle{background:#fefce8;color:#eab308}.response-card--ollama .response-card__subtitle{background:#f0fdf4;color:#10b981}.response-card__content{flex:1}.response-card__content h4{font-size:16px;font-weight:600;color:#1f2937}.response-card__content ul{list-style:none;padding:0;margin:0}.response-card__content li{color:#4b5563;line-height:1.6;position:relative;padding:.5rem 0 .5rem 1.5rem}.response-card__content li:before{content:"•";color:#6b7280;font-weight:700;position:absolute;left:0}.response-card--gemini .response-card__content li:before{color:#eab308}.response-card--ollama .response-card__content li:before{color:#10b981}.response-card__button{width:100%;padding:.75rem 1.5rem;border:2px solid;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;background:#fff}.response-card__button--gemini{border-color:#eab308;color:#eab308}.response-card__button--gemini:hover{background:#eab308;color:#fff}.response-card__button--ollama{border-color:#10b981;color:#10b981}.response-card__button--ollama:hover{background:#10b981;color:#fff}.response-card__selected-indicator{font-size:14px;color:#059669;font-weight:500;margin-left:.5rem}.response-card__sources{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.response-card__source{padding:1rem;cursor:pointer;background:#fff;display:flex;flex-direction:column;border-radius:.75rem;border:2px solid #e5e7eb}.response-card__source:hover{border-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.response-card__source--selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 4px #3b82f61a}.response-card__source--gemini{border-color:#eab308}.response-card__source--gemini:hover{border-color:#eab308;box-shadow:0 2px 4px #eab3081a}.response-card__source--gemini.response-card__source--selected{border-color:#eab308;background:#fefce8;box-shadow:0 2px 4px #eab3081a}.response-card__source--ollama{border-color:#10b981}.response-card__source--ollama:hover{border-color:#10b981;box-shadow:0 2px 4px #10b9811a}.response-card__source--ollama.response-card__source--selected{border-color:#10b981;background:#f0fdf4;box-shadow:0 2px 4px #10b9811a}.response-card__source-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.response-card__source-label{font-size:16px;font-weight:600;color:#374151;padding:.25rem .75rem;border-radius:20px;background:#f3f4f6}.response-card__source--selected .response-card__source-label{background:#dbeafe;color:#1d4ed8}.response-card__source-radio{display:flex;align-items:center}.response-card__source-radio input[type=radio]{width:18px;height:18px;accent-color:#3b82f6;cursor:pointer}.response-card__source-content{font-size:14px;line-height:1.6;color:#4b5563;white-space:pre-wrap}@media (max-width: 768px){.response-card{padding:1rem}.response-card__header{flex-direction:column;align-items:flex-start;gap:.5rem}.response-card__subtitle{align-self:flex-start}}.content-navigation{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:6px}.content-navigation__info{display:flex;align-items:center}.content-navigation__counter{font-size:14px;font-weight:500;color:#6b7280}.content-navigation__controls{display:flex;gap:.5rem}.content-navigation__btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.content-navigation__btn:hover:not(.content-navigation__btn--disabled){background:#f3f4f6;border-color:#9ca3af}.content-navigation__btn--disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.content-navigation__btn--prev{color:#6b7280}.content-navigation__btn--next{color:#3b82f6;border-color:#3b82f6}.content-navigation__btn--next:hover:not(.content-navigation__btn--disabled){background:#3b82f6;color:#fff}@media (max-width: 768px){.content-navigation{flex-direction:column;gap:1rem;text-align:center}.content-navigation__controls{width:100%;justify-content:center}.content-navigation__btn{flex:1;justify-content:center}}.document-preview{display:flex;flex-direction:column;height:100%;max-height:100%;overflow-y:auto;overflow-x:hidden;background:#fff;border-radius:8px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9;min-height:0;box-sizing:border-box}.document-preview::-webkit-scrollbar{width:8px}.document-preview::-webkit-scrollbar-track{background:#f1f5f9}.document-preview::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.document-preview::-webkit-scrollbar-thumb:hover{background:#94a3b8}.document-preview__banner{position:relative;min-height:1123px;border-radius:8px 8px 0 0;overflow:hidden;display:flex;align-items:center;flex-shrink:0;width:100%}.document-preview__banner-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.document-preview__banner-overlay{position:relative;z-index:2;color:#fff;width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;padding:0 4rem}.document-preview__banner-content{max-width:340px;text-align:left}.document-preview__logo-section{display:flex;justify-content:flex-start;margin-bottom:1rem}.document-preview__bssd-logo{width:7rem;height:auto}.document-preview__title{font-size:2.25rem;margin:0 0 1rem;line-height:1.2;border-bottom:solid 3px #C1C12E;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.5);word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.document-preview__subtitle{font-size:22px;font-weight:400;margin:0 0 2rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3);color:#fff}.document-preview__dates{display:flex;flex-direction:column;gap:.5rem}.document-preview__date-range{font-size:18px;font-weight:500;margin:0;opacity:.8;text-shadow:0 1px 2px rgba(0,0,0,.3);color:#c1c12e}.document-preview__as-of{font-size:18px;margin:0;opacity:.7;text-shadow:0 1px 2px rgba(0,0,0,.3);color:#c1c12e}.document-preview__content{flex:0 1 auto;padding:2rem;background:#fff;width:100%;box-sizing:border-box}.document-preview__section{display:block;width:100%;margin:1rem 0;page-break-inside:avoid;break-inside:avoid}.document-preview__section:last-child{margin-bottom:.5rem}.document-preview__section:first-child{margin-top:0}.document-preview__section-title{font-size:12pt;font-weight:700;color:#000;margin:0 0 .5rem;padding-bottom:.5rem;border-bottom:.5px solid #000000;font-family:Times New Roman,serif;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;max-width:100%}.document-preview__section-content{color:#000;line-height:1.2;width:100%;overflow-wrap:break-word;word-wrap:break-word;max-width:100%;font-family:Times New Roman,serif;break-inside:avoid-page}.document-preview__paragraph{margin:0 0 .2in;font-size:12pt;text-align:justify;width:100%;overflow-wrap:break-word;word-wrap:break-word;max-width:100%;font-family:Times New Roman,serif;line-height:1.2}.document-preview__paragraph:last-child{margin-bottom:0}.document-preview__list{margin:0 0 .2in;padding:0 0 0 .25in;list-style-type:disc;width:100%;max-width:100%;overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box;font-family:Times New Roman,serif}.document-preview__list-item{margin:.15in 0;font-size:12pt;line-height:1.2;color:#000;overflow-wrap:break-word;word-wrap:break-word;max-width:100%;font-family:Times New Roman,serif}.document-preview__list-item:first-child{margin-top:0}.document-preview__list-item:last-child{margin-bottom:0}.document-preview__preformatted{margin:0;padding:1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;font-family:Courier New,monospace;color:#1f2937;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}@media print{.document-preview{border-radius:0;height:auto;overflow:visible;font-family:Times New Roman,serif;color:#000}.document-preview__banner{page-break-after:always!important;page-break-inside:avoid!important;break-after:page!important;height:250px;min-height:250px;max-height:250px}.document-preview__content{page-break-before:always!important;break-before:page!important;padding:18mm 18mm 32mm;box-sizing:border-box;-webkit-box-decoration-break:clone;box-decoration-break:clone}.document-preview__title{font-size:1.75rem;margin:0 0 .75rem}.document-preview__subtitle{font-size:16px;margin:0 0 1.5rem}.document-preview__date-range{font-size:14px}.document-preview__as-of{font-size:12px}.document-preview__bssd-logo{width:5rem}.document-preview__section{display:block;width:100%;page-break-inside:avoid!important;break-inside:avoid;margin-bottom:.75rem}.document-preview__section:last-child{margin-bottom:20px;padding-bottom:20px}.document-preview__section-title{page-break-after:avoid;page-break-before:avoid;break-after:avoid;margin-bottom:.5rem;orphans:3;widows:3}.document-preview__section-content{break-inside:avoid-page}}.document-preview--pdf-export{width:210mm;min-height:auto;height:auto;overflow:visible;border-radius:0;background:#fff}.document-preview--pdf-export .document-preview__content{padding:18mm 18mm 32mm;box-sizing:border-box}.document-preview--pdf-export .document-preview__banner{border-radius:0;margin:0;width:100%}.document-preview__banner-bg{display:block;width:100%;height:100%;object-fit:cover}.document-preview__bssd-logo{display:block;width:7rem;height:auto}@media (max-width: 768px){.document-preview__banner{min-height:300px;padding-left:.5rem}.document-preview__banner-content{max-width:150px}.document-preview__title{font-size:2rem}.document-preview__subtitle,.document-preview__date-range{font-size:16px}.document-preview__as-of{font-size:14px}.document-preview__content{padding:1.5rem}.document-preview__section-title{font-size:1.25rem}}.homepage{min-height:100vh;background:#f9fafb;display:flex;flex-direction:column}.homepage__main{flex:1;padding:0}.homepage__page-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.homepage__filters{display:flex;gap:1.5rem;align-items:center}.homepage__filter{min-width:180px}.homepage__actions{display:flex;gap:.75rem;align-items:center}.homepage__action-btn{min-width:140px}.homepage__download-dropdown{min-width:180px}.homepage__content{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;padding:1.5rem;margin:0 auto;min-height:calc(100vh - 15rem)}.homepage__left{display:flex;flex-direction:column;gap:1rem}.homepage__section-title{font-size:24px;font-weight:600;color:#1f2937;text-align:center;margin:0 0 .5rem}.homepage__model-selection{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.homepage__preview-btn{background:#f3f4f6;border-color:#d1d5db;color:#6b7280;font-size:14px;padding:.5rem 1rem;border-radius:6px}.homepage__tabs{margin-bottom:.75rem;flex:1}.homepage__response-cards{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.homepage__response-card{transition:all .2s ease}.homepage__response-card--active{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}.homepage__empty-state{display:flex;align-items:center;justify-content:center;padding:1.5rem;min-height:calc(100vh - 20rem)}.homepage__empty-content{text-align:center;max-width:450px}.homepage__empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.8}.homepage__empty-title{font-size:24px;font-weight:600;color:#1f2937;margin:0 0 .75rem}.homepage__empty-description{font-size:15px;color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.homepage__empty-features{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.homepage__empty-feature{display:flex;align-items:center;gap:.5rem;font-size:14px;color:#4b5563;font-weight:500}.homepage__empty-feature-icon{font-size:1.2rem}.homepage__report-content{margin-bottom:.75rem}.homepage__ready-indicator{margin-top:.75rem;text-align:center}.homepage__ready-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#d1fae5;color:#065f46;border:1px solid #a7f3d0;border-radius:8px;font-weight:500;font-size:14px}.homepage__right{display:flex;flex-direction:column;height:calc(87vh - 10rem);min-height:400px;overflow:hidden}.homepage__right>.homepage__report-image{flex:1;overflow:hidden;min-height:0}.homepage__right>.document-preview{flex:1;min-height:0;max-height:100%}.homepage__report-image{position:relative;height:100%;min-height:400px;border-radius:8px;overflow:hidden;display:flex;align-items:center;padding-left:1rem}.homepage__image-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.homepage__image-overlay{z-index:2;color:#fff}.homepage__image-content{max-width:200px}.homepage__logo-section{display:flex;justify-content:flex-start}.homepage__bssd-logo{width:7rem}.homepage__image-title{font-size:2.75rem;margin:0 0 1rem;line-height:1.2;border-bottom:solid 3px #C1C12E}.homepage__image-subtitle{font-size:20px;font-weight:400;margin:0 0 2rem;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3)}.homepage__image-dates{display:flex;flex-direction:column;gap:.5rem}.homepage__image-date-range{font-size:18px;font-weight:500;margin:0;opacity:.8;text-shadow:0 1px 2px rgba(0,0,0,.3);color:#c1c12e}.homepage__image-as-of{font-size:16px;margin:0;opacity:.7;text-shadow:0 1px 2px rgba(0,0,0,.3);color:#c1c12e}.homepage__image-cta{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}.homepage__image-cta-text{font-size:14px;margin:0;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.3);color:#fff;line-height:1.5}@media (max-width: 1024px){.homepage__content{grid-template-columns:1fr;gap:2rem}.homepage__left{order:1}.homepage__right{order:2}}@media (max-width: 768px){.homepage__page-header{flex-direction:column;align-items:stretch;gap:1rem;padding:.75rem}.homepage__filters{flex-direction:column;gap:.75rem;align-items:stretch}.homepage__filter{min-width:auto}.homepage__actions{flex-direction:column;gap:.5rem}.homepage__action-btn{min-width:auto;width:100%}.homepage__content{padding:1rem;gap:1rem}.homepage__section-title,.homepage__empty-title{font-size:20px}.homepage__empty-features{gap:1rem}.homepage__report-image{min-height:350px}.homepage__image-title{font-size:24px}.homepage__image-subtitle{font-size:16px}.homepage__bssd-logo{width:50px;height:50px}}@media (max-width: 480px){.homepage__page-header,.homepage__content{padding:.75rem}.homepage__empty-state{min-height:250px;padding:1rem}.homepage__empty-title{font-size:18px}.homepage__empty-description{font-size:14px}.homepage__empty-features{flex-direction:column;gap:.75rem}}.page-container{display:flex;width:100%;min-height:100vh}.left-side{width:50%;background-image:url(/assets/flagBackground-DKuSK4_I.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat}.left-side img{display:flex;justify-content:left;margin:1.5rem}.login-container{min-height:100vh;min-width:50%;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#fff}.login-card{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 4px 12px #00000014}.login-header{text-align:center;margin-bottom:2rem}.login-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-subtitle{color:#6b7280;margin:0;font-size:1rem}.login-form{margin-bottom:1.5rem}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.login-button{width:100%}.login-footer{text-align:center;padding-top:1rem;border-top:1px solid #e5e7eb}.login-footer p{color:#6b7280;margin:0;font-size:.875rem}.login-link{color:#3b82f6;text-decoration:none;font-weight:500}.login-link:hover{text-decoration:underline}@media (max-width: 768px){.page-container{flex-direction:column}.left-side{width:100%;min-height:40vh}.login-container{min-width:100%;min-height:60vh}}@media (max-width: 480px){.login-card{padding:2rem;margin:.5rem}.login-title{font-size:1.5rem}}.file-manager-card{position:relative;background:#fff;border:1px solid #e6e9ef;border-radius:12px;box-shadow:0 1px 2px #1018280a;padding:14px 16px 16px}.file-manager-card-content{display:flex;flex-direction:column;gap:10px}.file-manager-card-header{display:flex;align-items:center;justify-content:space-between}.file-manager-card .file-manager-delete-btn{position:absolute;top:10px;right:10px;display:inline-grid;place-items:center;width:22px;height:22px;border-radius:8px;background:transparent;border:0;color:#ef4444;cursor:pointer}.file-manager-card .file-manager-delete-btn:hover{background:#fee2e2}.file-manager-card .file-manager-delete-btn svg{width:16px;height:16px}.file-manager-file-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;border:1px solid #dbe7fb;background:#f3f7ff;color:inherit}.file-type-retail{color:#2563eb;border-color:#cfe1ff;background:#eaf2ff}.file-type-social{color:#8b5cf6;border-color:#e5dbff;background:#f3efff}.file-type-email{color:#22c55e;border-color:#d4f8e1;background:#effdf6}.file-manager-file-name{font-weight:600;font-size:14px;color:#111827;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-manager-file-details{display:grid;grid-template-columns:100px 1fr;column-gap:14px;row-gap:8px}.file-manager-detail-label{color:#6b7280;white-space:nowrap;text-align:left}.file-manager-detail-value{color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-self:start;text-align:left}.file-manager-detail-value{justify-self:end;text-align:right}.file-manager-status-failed{background:#fee2e2;color:#991b1b}.fm-table-wrap{max-width:1120px;margin:0 auto;background:#fff;border:1px solid #e6e9ef;border-radius:12px;box-shadow:0 1px 2px #1018280a;overflow:hidden;font-weight:400}.file-manager-table{width:100%;border-collapse:separate;border-spacing:0;font-size:15px;font-weight:400;color:#334155;table-layout:fixed}.file-manager-table thead th{background:#f8fafc;color:#1e293b;font-weight:600;font-size:14px;text-align:left;padding:16px 20px;border-bottom:1px solid #e6e9ef}.file-manager-table tbody td{padding:14px 20px;vertical-align:middle;border-bottom:1px solid #eef2f7;font-weight:400;color:#334155}.file-manager-table tbody tr:last-child td{border-bottom:none}.file-manager-col-name,.file-manager-td-name{width:auto}.file-manager-table-cell-file{display:flex;align-items:center;gap:12px;min-width:0}.file-manager-table-cell-file .file-name{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.file-manager-table-icon{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;border:1px solid;flex:0 0 auto}.file-manager-col-type{width:180px;white-space:nowrap}.file-manager-col-uploader{width:220px;white-space:nowrap}.file-manager-col-status{width:160px;white-space:nowrap}.file-manager-col-date{width:180px;white-space:nowrap}.file-manager-col-delete{width:72px;text-align:center}.fm-table-wrap th:last-child,.fm-table-wrap td:last-child{text-align:center;width:72px}.file-manager-delete-btn{position:static;display:inline-grid;place-items:center;width:28px;height:28px;border-radius:8px;background:transparent;border:0;color:#ef4444;cursor:pointer}.file-manager-status-badge{padding:4px 8px;border-radius:8px;font-size:12px;font-weight:600}.file-manager-status-processed{background:#d1fae5;color:#065f46}.file-manager-status-processing{background:#fef3c7;color:#92400e}.file-type-retail{color:#2563eb;background:#2563eb1a;border-color:#2563eb}.file-type-social{color:#8b5cf6;background:#8b5cf61a;border-color:#8b5cf6}.file-type-email{color:#22c55e;background:#22c55e1a;border-color:#22c55e}.fm-select2{position:relative}.fm-select2-btn{width:100%;height:44px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:400;cursor:pointer}.fm-select2-btn:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.fm-select2-text.is-placeholder{color:#64748b;font-weight:400}.fm-select2-caret{color:#64748b;display:flex}.fm-select2-list{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 24px #0208171f;max-height:240px;overflow:auto;padding:6px 0;margin:0;list-style:none}.fm-select2-option{padding:10px 12px;font-size:14px;color:#1e293b;font-weight:400;cursor:pointer}.fm-select2-option:hover{background:#f1f5f9}.fm-select2-option.is-selected{background:#eff6ff;color:#1d4ed8;font-weight:500}.fm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02081759;display:grid;place-items:center;z-index:1000}.fm-modal{width:600px;max-width:calc(100vw - 32px);background:#fff;border-radius:12px;box-shadow:0 22px 60px #0208174d;padding:16px;max-height:calc(100vh - 120px);overflow:hidden;display:flex;flex-direction:column}.fm-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.fm-modal-title{font-size:22px;font-weight:700;color:#111827}.fm-modal-sub{font-size:14px;color:#6b7280;margin-top:4px}.fm-modal form{overflow:auto;padding-right:2px}.fm-modal-x{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;border:1px solid #E2E8F0;background:#fff;cursor:pointer;box-shadow:0 1px 2px #1018280f}.fm-modal-x:hover{background:#f8fafc;border-color:#cbd5e1}.fm-modal-x svg{width:22px;height:22px}.fm-modal-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.fm-field{display:flex;flex-direction:column;gap:6px}.fm-label{font-size:14px;font-weight:400;color:#111827}.fm-acc{margin-top:12px}.fm-acc-head{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 4px;cursor:pointer;background:transparent;border:none}.fm-acc-left{display:flex;align-items:center;gap:10px;font-weight:400;color:#1f2937}.fm-acc-caret svg{width:16px;height:16px;stroke:#9ca3af}.fm-acc-body{padding:12px 0 8px}.fm-divider{border-bottom:2px solid #e5e7eb;margin:0}.fm-chip{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid;border-radius:10px}.fm-drop{width:100%;border:2px dashed #d1d5db;border-radius:12px;min-height:140px;display:flex;align-items:center;justify-content:center;background:#fff;padding:18px;cursor:pointer;transition:border-color .15s ease,background .15s ease}.fm-drop:hover{border-color:#9ca3af;background:#fafafa}.fm-drop.is-dragover{border-color:#2563eb;background:#f0f7ff}.fm-drop--single{min-height:140px}.fm-drop-inner{display:flex;flex-direction:column;align-items:center;gap:8px;color:#6b7280;font-size:14px;-webkit-user-select:none;user-select:none}.fm-picked{display:flex;align-items:flex-start;gap:10px;flex-direction:column;width:100%;padding:8px 16px;color:#374151}.fm-filebar{margin:10px 0 8px;display:flex;align-items:center;justify-content:space-between;font-size:14px;color:#374151}.fm-clearall{display:inline-flex;align-items:center;gap:6px;color:#dc2626;font-weight:500;cursor:pointer;border:none;background:transparent}.fm-clearall:hover{text-decoration:underline}.fm-filelist{display:flex;flex-direction:column;gap:10px}.fm-fileitem{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px}.fm-fileitem-left{display:flex;align-items:center;gap:10px;color:#111827}.fm-fileitem-name{font-size:14px}.fm-fileitem-x{border:none;background:transparent;cursor:pointer;width:28px;height:28px;border-radius:8px;display:grid;place-items:center}.fm-fileitem-x:hover{background:#e5e7eb}.fm-textarea{width:100%;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:12px 14px;font-size:14px;color:#374151}.fm-textarea:focus{outline:2px solid #bdd6ff;background:#fff}.fm-modal-actions{margin-top:16px;display:flex;justify-content:flex-end;align-items:center;gap:16px}.fm-btn-secondary{background:#fff;color:#111827;border:1px solid #e6e9ef;border-radius:8px;padding:10px 14px;font-weight:400;cursor:pointer}.fm-page{min-height:100vh;display:flex;flex-direction:column}.fm-main{flex:1;background:#f6f8fb;padding:12px 32px 56px;border-top:1px solid #e6e9ef}.fm-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 18px}.fm-title{margin:0;color:#1f2937;font-weight:700;font-size:22px;letter-spacing:.2px;text-align:left}.fm-toolbar{display:flex;align-items:center;gap:12px}.fm-view-toggle{display:inline-flex;gap:10px}.fm-pill{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d5dbe6;background:#fff;box-shadow:0 1px 2px #1018280a;cursor:pointer;transition:all .15s ease}.fm-pill:hover{border-color:#c7ceda}.fm-pill.is-active{background:#11263f;border-color:#11263f;box-shadow:none}.fm-pill.is-active svg{stroke:#fff;color:#fff}.fm-loading{max-width:1120px;margin:28px auto 0;background:#fff;border:1px solid #e6e9ef;border-radius:12px;box-shadow:0 1px 2px #1018280a;padding:60px 24px;text-align:center}.fm-loading-spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid #e6e9ef;border-top-color:#11263f;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fm-loading p{margin:0;color:#647184;font-size:15px}.fm-empty{max-width:1120px;margin:28px auto 0;background:#fff;border:1px solid #e6e9ef;border-radius:12px;box-shadow:0 1px 2px #1018280a;padding:60px 24px;text-align:center}.fm-empty-icon{width:66px;height:66px;border-radius:9999px;display:grid;place-items:center;margin:2px auto 12px;background:#eef2f8;color:#1e2a3b}.fm-empty-title{margin:6px 0 8px;font-size:18px;font-weight:700;color:#0f1f38}.fm-empty-sub{margin:0 auto 16px;max-width:560px;line-height:1.55;color:#647184}.fm-empty-cta{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#11263f;border:1px solid #11263f;color:#fff;font-weight:700;border-radius:8px}.fm-grid{display:grid;grid-template-columns:repeat(3,minmax(300px,1fr));gap:20px;max-width:1120px;margin:12px auto 0}@media (max-width:1100px){.fm-grid{grid-template-columns:repeat(2,minmax(280px,1fr))}}@media (max-width:720px){.fm-grid{grid-template-columns:1fr}}.fm-table-container{max-width:1120px;margin:0 auto}.archives-container{padding:24px;background:#f9fafb;min-height:calc(100vh - 200px)}.archives-wrapper{max-width:1280px;margin:0 auto}.archives-header{margin-bottom:24px}.archives-title{color:#1e3a5f;font-size:24px;font-weight:600;line-height:1.5;margin:0 0 8px}.archives-subtitle{color:#6b7280;font-size:16px}.archives-controls{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}@media (min-width: 768px){.archives-controls{flex-direction:row;justify-content:space-between;align-items:center}}.archives-search{position:relative;flex:1;max-width:100%}@media (min-width: 768px){.archives-search{max-width:384px}}.archives-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#9ca3af;pointer-events:none}.archives-search-input{width:100%;height:40px;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px 8px 36px;font-size:14px;background:#fff;outline:none}.archives-search-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f26}.archives-filters{display:flex;gap:12px;flex-wrap:wrap}.archives-filter-select{min-width:144px;width:auto}.archives-empty-state{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:48px 32px;text-align:center;box-shadow:0 1px 2px #0000000d}.archives-empty-content{max-width:512px;margin:0 auto}.archives-empty-icon-wrapper{display:flex;justify-content:center;margin-bottom:16px}.archives-empty-icon{padding:24px;border-radius:9999px;background:linear-gradient(135deg,#1e3a5f,#2a4a7a);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.archives-empty-icon-svg{width:48px;height:48px;color:#fff}.archives-empty-title{color:#1e3a5f;font-size:24px;font-weight:600;margin-bottom:12px}.archives-empty-description{color:#6b7280;font-size:16px;line-height:1.625;max-width:448px;margin:0 auto 24px}.archives-empty-cta{background:#1e3a5f;color:#fff;border-radius:6px;padding:10px 20px;font-size:16px;box-shadow:0 1px 2px #0000000d}.archives-empty-cta:hover{background:#2a4a7a;box-shadow:0 4px 6px -1px #0000001a}.archives-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:24px}@media (min-width: 768px){.archives-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.archives-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.archives-card-new{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:12px;transition:.25s ease}.archives-card-new:hover{transform:translateY(-4px);border-color:#1e3a5f;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.archives-card-image-section{position:relative;height:280px;overflow:hidden}.archives-card-bg-image{width:100%;height:100%;object-fit:cover}.archives-card-bg-fallback{background:linear-gradient(135deg,#1e3a5f,#2a4a7a)}.archives-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#1e3a5f99,#1e3a5fd9)}.archives-card-logo{position:absolute;top:16px;left:16px;z-index:2;display:flex;align-items:center;gap:8px;background:#fff;padding:8px 12px;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.archives-logo-text{font-size:20px;font-weight:700;color:#1e3a5f;line-height:1}.archives-logo-label{font-size:14px;font-weight:600;color:#1e3a5f;line-height:1}.archives-card-delete{position:absolute;top:16px;right:16px;z-index:3;background:#fff;border:1px solid #e5e7eb;color:#dc2626;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease}.archives-card-delete:hover{background:#fef2f2;border-color:#fca5a5;color:#b91c1c}.archives-card-delete svg{width:16px;height:16px;stroke-width:2}.archives-card-image-content{position:absolute;inset-inline:0;bottom:0;padding:24px;z-index:1}.archives-card-title{color:#fff;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 8px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.archives-card-subtitle{color:#fffffff2;font-size:16px;margin:0 0 16px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.archives-card-date-badge{display:inline-block;color:#fff;font-size:14px;font-weight:500;padding:6px 14px;border-radius:6px;margin-bottom:8px;background:#fff3;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.archives-card-generated{color:#ffffffe6;font-size:14px}.archives-card-metadata{padding:24px;display:flex;flex-direction:column;gap:16px;flex:1;background:#fff}.archives-metadata-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.archives-metadata-item{display:flex;flex-direction:column;gap:4px}.archives-metadata-label{font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.archives-metadata-value{font-size:14px;color:#111827;font-weight:600}.archives-card-download-btn{width:100%;background:#1e3a5f;color:#fff;border-radius:6px;padding:10px 16px;font-weight:500;transition:.2s}.archives-card-download-btn:hover{background:#2a4a7a;box-shadow:0 4px 6px -1px #0000001a}.archives-pagination-wrapper{margin:24px 0 8px;display:flex;align-items:center;justify-content:center;gap:14px;font-size:14px}.archives-pg-link{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.archives-pg-link.is-soft{background:#f3f4f6;border-color:#e5e7eb}.archives-pg-link:hover{background:#f3f4f6;border-color:#d1d5db}.archives-pg-link.is-soft:hover{background:#e5e7eb}.archives-pg-link:disabled{background:#f9fafb;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.archives-pg-icon{width:16px;height:16px;color:#374151}.archives-page-indicator{color:#6b7280;font-weight:500}.archives-results-count{margin:12px 0 4px;text-align:center;color:#6b7280;font-size:14px}
