.top-nav{height:72px;width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;padding:0 32px;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:20;box-sizing:border-box}.top-nav__brand{display:flex;align-items:center;min-width:0}.top-nav__logo{width:64px;height:64px;object-fit:contain}.top-nav__name{color:#0f172b;font-family:Crimson Text;font-size:16px;font-style:normal;font-weight:600;line-height:145%;letter-spacing:-.72px}.top-nav__search-wrap{display:flex;justify-content:center;flex:1}.top-nav__search-shell{position:relative;width:100%;display:flex;align-items:center}.top-nav__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:15px;height:15px;fill:none;stroke:#9ca3af;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;pointer-events:none;z-index:1}.top-nav__search{width:100%;height:40px;border:1px solid #e5e7eb;border-radius:999px;padding:0 16px 0 38px;font-size:.875rem;color:#6b7280;background-color:#e9e9e9;outline:none;box-sizing:border-box}.top-nav__search:focus{border-color:#6b7280}.top-nav__logout{align-self:center;border:none;color:#fff;cursor:pointer;text-align:center;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.35px;border-radius:100px;background:#485c11;display:flex;padding:12px 24px;justify-content:center;align-items:center}.documents-grid-container{display:flex;flex-direction:column;gap:20px;padding:24px;width:min(1100px,100%);margin:0 auto;box-sizing:border-box}.documents-header{display:flex;align-items:center;gap:10px}.documents-header__icon{width:32px;height:32px;border-radius:8px;background:#8e9c78;display:grid;place-items:center;flex-shrink:0}.documents-header__icon svg{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.documents-header h2{margin:0;font-family:Crimson Text;font-style:normal;color:#111827;font-size:40px;font-weight:500;line-height:1;line-height:100%;letter-spacing:-1.6px}.documents-tabs{background:#ffffff8c;border-radius:999px;padding:6px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.documents-tab{border:none;background:transparent;border-radius:999px;padding:12px 8px;font-weight:700;font-family:Inter;font-size:14px;line-height:140%;letter-spacing:-.35px;color:#1f2937;cursor:pointer;transition:background-color .2s ease}.documents-tab:hover{background:#cfddb873}.documents-tab.active{background:#dfecc6}.documents-preview{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px 10px}.documents-preview__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.documents-filter{position:relative;flex-shrink:0}.documents-filter--centered{align-self:center}.documents-filter__button{display:flex;border:none;background:transparent;cursor:pointer;font-weight:600;color:#485c11;font-family:Inter;font-size:14px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.35px;gap:8px}.documents-filter__button svg{width:11.522px;height:13.239px;flex-shrink:0;fill:#000;stroke-width:.4px;stroke:#485c11}.documents-filter__overlay{position:absolute;right:0;top:calc(100% + 8px);z-index:20;min-width:150px;max-height:260px;overflow:auto;background:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:8px;box-shadow:0 8px 20px #0000001f}.documents-filter__option{display:flex;align-items:center;gap:8px;padding:6px 4px;cursor:pointer}.documents-preview__header h3{margin:0;line-height:1.1;color:#111827;font-family:Inter;font-size:18px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.09px}.documents-preview__header p{margin:4px 0 14px;color:#929292;font-weight:500;font-family:Inter;font-size:14px;font-style:normal;line-height:140%;letter-spacing:-.07px}.documents-list{display:flex;flex-direction:column;gap:8px}.document-row{display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;color:inherit;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;transition:box-shadow .2s ease,border-color .2s ease}.document-row:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000f}.document-row__left{display:flex;align-items:center;gap:10px;min-width:0}.document-row__icon{width:30px;height:30px;border-radius:8px;background:#e9e9e9;display:grid;place-items:center;flex-shrink:0}.document-row__icon svg{width:15px;height:15px;fill:none;stroke:#6b7f4a;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.document-row__name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#111827}.document-row__view{display:inline-flex;background:#cfddb8;border-radius:999px;color:#1f2937;white-space:nowrap;padding:10px 16px;justify-content:center;align-items:center;gap:4px;font-family:DM Sans;font-size:14px;font-style:normal;font-weight:700;line-height:140%;letter-spacing:-.35px}.document-row__view svg{width:16px;height:10px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;padding:2px;aspect-ratio:1/1}@media(max-width:900px){.documents-header h2{font-size:40px}.documents-preview__header h3{font-size:28px}}@media(max-width:640px){.documents-grid-container{padding:16px;gap:14px}.documents-header h2{font-size:32px}.documents-tabs{gap:4px;padding:4px}.documents-tab{padding:10px 6px;font-size:.875rem}.documents-preview__header h3{font-size:24px}.document-row{padding:10px}.document-row__view{padding:7px 12px;font-size:.875rem}}.dashboard{display:flex;flex-direction:column;min-height:100vh;width:100%;background-attachment:fixed;background-size:cover;background-position:center;background-repeat:no-repeat}.documents-sidebar{width:14rem;border-right:1px solid #ddd;overflow-y:auto;padding:20px 0;display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh}.sidebar-logo{display:flex;justify-content:center}.sidebar-logo img{max-width:8rem;height:auto}.logout-button{align-self:center;border:none;padding:8px 10px;margin:0;color:#fff;font-size:11px;cursor:pointer;border-radius:10rem;background:#485c11}.sidebar-nav{display:flex;flex-direction:column;gap:0}.category-button{width:100%;background:none;border:none;padding:12px 16px;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;font-weight:500;font-size:18px;transition:background-color .25s ease,color .25s ease}.category-button:hover,.category-button.active{background-color:transparent}.chev{width:16px;height:16px;flex-shrink:0;margin-left:auto;transition:opacity .25s ease,background-color .25s ease;padding:4px;border-radius:4px}.category-button:hover .chev{background-color:#e9e9e9}.category-button.active .chev{background-color:#f0f0f0}.years-list{display:flex;flex-direction:column;background-color:#fafafa}.year-button{background:none;border:none;padding:.8rem 2rem;text-align:left;cursor:pointer;font-size:18px;transition:background-color .2s}.year-button:hover{background-color:#f0f0f0}.year-button.selected{background-color:#dfecc6;display:flex;padding:.8rem 2rem;align-items:flex-start;gap:369px;align-self:stretch}.dashboard-content{display:flex;padding:36px 32px 0;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:32px;flex:1;overflow-y:auto}.protected-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f9fafb}.protected-content{flex:1 1 auto;overflow:auto;box-sizing:border-box}
