body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000d;color:#182238;padding:2rem 4rem;position:relative;z-index:1100}.header__content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}@media(max-width:576px){.header__content{padding:0 .5rem}}.header__logo{align-items:center;display:flex;gap:1rem;text-decoration:none;transition:opacity .3s ease}.header__logo:hover{opacity:.8}.header__logo-icon{color:#991b1b;height:32px;width:32px}@media(max-width:576px){.header__logo-icon{height:24px;width:24px}}.header__title{color:#182238;font-size:1.5rem;font-weight:600}@media(max-width:576px){.header__title{font-size:1.125rem}}.header__nav{align-items:center;display:flex;gap:1rem}@media(max-width:576px){.header__nav{gap:.5rem}}.header__link{background:none;border:none;border-radius:8px;color:#182238;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 2rem;text-decoration:none;transition:all .3s ease}@media(max-width:576px){.header__link{font-size:.875rem;padding:.5rem 1rem}}.header__link:hover{background-color:#991b1b0d;color:#991b1b}.header__link--primary{background-color:#991b1b;border:1px solid #991b1b;color:#fff}.header__link--primary:hover{background-color:#6e1313;box-shadow:0 4px 12px #991b1b4d;transform:translateY(-1px)}.header__logout{background:none;border:1px solid #e2e8f0;color:#182238;cursor:pointer;font-size:1rem}.header__logout:hover{background-color:#991b1b0d;border-color:#991b1b;color:#991b1b}.header__dropdown{position:relative}.header__dropdown-toggle{align-items:center;display:flex;gap:.5rem}.header__dropdown-arrow{height:16px;transition:transform .3s ease;width:16px}.header__dropdown-arrow.open{transform:rotate(180deg)}.header__dropdown-menu{animation:dropdownFadeIn .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0000001a;left:0;min-width:150px;padding:.5rem 0;position:absolute;top:calc(100% + .5rem);z-index:1101}@media(max-width:576px){.header__dropdown-menu{left:auto;right:0}}.header__dropdown-item{color:#182238;display:block;font-size:1rem;padding:.5rem 2rem;text-decoration:none;transition:all .3s ease}.header__dropdown-item:hover{background-color:#991b1b0d;color:#991b1b}@media(max-width:576px){.header__dropdown-item{font-size:.875rem;padding:.5rem 1rem}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-top:1px solid #e2e8f0;margin-top:auto;padding:4rem 0}.footer__content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr;margin:0 auto;max-width:1400px;padding:0 4rem}@media(max-width:576px){.footer__content{gap:2rem;grid-template-columns:1fr;padding:0 2rem}}.footer__section{margin-bottom:1rem}.footer__title{color:#991b1b;font-size:1.5rem}.footer__subtitle,.footer__title{font-weight:600;margin-bottom:1rem}.footer__subtitle{color:#182238;font-size:1.125rem}.footer__text{color:#64748b;font-size:1rem;line-height:1.6}.footer__links{list-style:none;padding:0}.footer__links li{margin-bottom:.5rem}.footer__links a{color:#64748b;font-size:1rem;text-decoration:none;transition:all .3s ease}.footer__links a:hover{color:#991b1b;padding-left:.5rem}.footer__bottom{border-top:1px solid #e2e8f0;grid-column:1/-1;padding-top:2rem;text-align:center}.footer__copyright{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.footer__disclaimer{color:#64748b;font-size:.875rem;font-style:italic;line-height:1.5;margin:0 auto;max-width:800px}.home{background:linear-gradient(135deg,#f8f8f8,#e8f2f8 25%,#f0e6e6 50%,#f8f8f8 75%,#e6f2f0);color:#182238;min-height:100vh;padding:0}.home__container{margin:0 auto;max-width:1400px;padding:4rem}@media(max-width:576px){.home__container{padding:2rem}}.home__header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;display:flex;justify-content:space-between;margin:2rem auto 3rem;max-width:1400px;padding:1rem 2rem}@media(max-width:576px){.home__header{flex-direction:column;gap:1rem;margin-bottom:2rem;padding:.5rem 1rem}}.home__logo{align-items:center;color:#182238;display:flex;font-size:1.5rem;font-weight:600;gap:1rem}@media(max-width:576px){.home__logo{font-size:1.125rem}}.home__nav-link{border:2px solid #0000;border-radius:6px;color:#182238;font-size:1rem;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.home__nav-link:hover{background-color:#991b1b0d;border-color:#991b1b33;color:#991b1b}@media(max-width:576px){.home__nav-link{font-size:.875rem;padding:.25rem .5rem}}.home__header-actions{align-items:center;display:flex;gap:1rem}@media(max-width:576px){.home__header-actions{flex-wrap:wrap;gap:.5rem;justify-content:center}}.home__header-button{border-radius:6px;display:inline-block;font-size:1rem;font-weight:500;padding:.75rem 2rem;text-decoration:none;transition:all .3s ease}@media(max-width:576px){.home__header-button{font-size:.875rem;padding:.5rem 1rem}}.home__header-button--login{background-color:#0000;border:2px solid #64748b;color:#182238}.home__header-button--login:hover{background-color:#0000000d;border-color:#991b1b}.home__header-button--register{background-color:#991b1b;border:2px solid #991b1b;color:#182238}.home__header-button--register:hover{background-color:#6e1313;border-color:#6e1313;box-shadow:0 4px 12px #991b1b4d;transform:translateY(-1px)}.home__logo-icon{color:#991b1b;height:32px;width:32px}@media(max-width:576px){.home__logo-icon{height:24px;width:24px}}.home__hero{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:16px;margin:0 auto 2rem;max-width:1000px;padding:3rem 2rem;text-align:center}@media(max-width:576px){.home__hero{margin-bottom:1rem;padding:2rem 0}}.home__title{color:#182238;font-size:4rem;font-weight:700;line-height:1.1;margin-bottom:1rem}@media(max-width:576px){.home__title{font-size:2rem}}.home__subtitle{color:#64748b;font-size:1.5rem;font-weight:400;margin-bottom:2rem}@media(max-width:576px){.home__subtitle{font-size:1.125rem}}.home__description{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}@media(max-width:576px){.home__description{font-size:1rem}}.home__cta{display:flex;justify-content:center;margin-bottom:3rem}@media(max-width:576px){.home__cta{padding:0 1rem}}.home__button{border-radius:8px;display:inline-block;font-size:1.125rem;font-weight:500;padding:1.2rem 4rem;text-decoration:none;transition:all .3s ease}@media(max-width:576px){.home__button{font-size:1rem;padding:1rem 2rem}}.home__button--primary{background-color:#991b1b;border:2px solid #991b1b;color:#182238}.home__button--primary:hover{background-color:#6e1313;border-color:#6e1313;box-shadow:0 10px 20px #991b1b4d;transform:translateY(-2px)}.home__button--secondary{background-color:#0000;border:2px solid #64748b;color:#182238}.home__button--secondary:hover{background-color:#0000000d;border-color:#991b1b;box-shadow:0 10px 20px #0000001a;transform:translateY(-2px)}.home__social-proof{color:#64748b;font-size:1.125rem;margin-top:2rem}@media(max-width:576px){.home__social-proof{font-size:1rem}}.home__section{margin:0 auto;max-width:1200px;padding:3rem 0}@media(max-width:576px){.home__section{padding:2rem 0}}.home__section-title{color:#182238;font-size:2.25rem;font-weight:700;margin-bottom:2rem;text-align:center}@media(max-width:576px){.home__section-title{font-size:1.5rem}}.home__section-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:900px;text-align:center}@media(max-width:576px){.home__section-description{font-size:1rem}}.home__section-note{color:#64748b;font-size:1rem;font-style:italic;margin-top:2rem;text-align:center}@media(max-width:576px){.home__section-note{font-size:.875rem}}.home__who-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}@media(max-width:576px){.home__who-grid{gap:1rem;grid-template-columns:1fr}}.home__who-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem}@media(max-width:576px){.home__who-item{padding:1rem}}.home__who-item-title{color:#991b1b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.home__who-item-description{color:#64748b;font-size:1rem;line-height:1.6}.home__enables-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}@media(max-width:576px){.home__enables-grid{gap:1rem;grid-template-columns:1fr}}.home__enables-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;box-shadow:0 2px 10px #0000000d;padding:2rem;text-align:center}@media(max-width:576px){.home__enables-item{padding:1rem}}.home__enables-item-title{color:#182238;font-size:1.125rem;font-weight:600;margin:0}.home__why-list{list-style:none;margin:2rem auto 0;max-width:800px;padding:0}.home__why-item{color:#182238;font-size:1.125rem;line-height:1.6;padding:.5rem 0 .5rem 4rem;position:relative}@media(max-width:576px){.home__why-item{font-size:1rem;padding-bottom:.5rem;padding-left:2rem;padding-top:.5rem}}.home__why-item:before{color:#991b1b;content:"✓";font-size:1.5rem;font-weight:700;left:0;position:absolute}.home__features{margin:0 auto;max-width:1200px;padding:4rem 0}.home__feature{align-items:flex-start;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:16px;display:flex;gap:2rem;margin-bottom:3rem;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:576px){.home__feature{flex-direction:column;margin-bottom:2rem;padding:1rem;text-align:center}}.home__feature:hover{background:#fffffffa;box-shadow:0 12px 30px #991b1b26;transform:translateY(-3px)}.home__feature-number{align-items:center;background:#991b1b;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2.25rem;font-weight:700;height:60px;justify-content:center;width:60px}@media(max-width:576px){.home__feature-number{font-size:1.5rem;height:50px;margin:0 auto 1rem;width:50px}}.home__feature-content{flex:1 1}.home__feature-title{color:#991b1b;font-size:1.5rem;font-weight:600;margin-bottom:1rem}@media(max-width:576px){.home__feature-title{font-size:1.125rem}}.home__feature-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0}@media(max-width:576px){.home__feature-description{font-size:1rem}}.home__benefits{padding:4rem 0}.home__benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem auto 0;max-width:1200px}@media(max-width:576px){.home__benefits-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}.home__benefit{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:transform .3s ease,box-shadow .3s ease}@media(max-width:576px){.home__benefit{padding:1rem}}.home__benefit:before{background:linear-gradient(90deg,#991b1b,#dd3d3d);content:"";height:3px;left:0;position:absolute;right:0;top:0}.home__benefit:hover{background:#fffffffa;box-shadow:0 15px 35px #991b1b26;transform:translateY(-5px)}.home__benefit-icon{font-size:3rem;margin-bottom:1rem}.home__benefit-title{color:#991b1b;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.home__benefit-description{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.home__cta-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:16px;margin:2rem 0;padding:4rem 0;text-align:center}.home__cta-title{color:#182238;font-size:2.25rem;font-weight:700;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:800px}@media(max-width:576px){.home__cta-title{font-size:1.5rem;padding:0 1rem}}.home__cta-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}@media(max-width:576px){.home__cta-description{font-size:1rem;padding:0 1rem}}.login{background:#f8f8f8;color:#182238;min-height:100vh}.login__wrapper{margin:0 auto;max-width:1400px;padding:4rem}@media(max-width:576px){.login__wrapper{padding:2rem}}.login__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6rem}@media(max-width:576px){.login__header{align-items:flex-start;flex-direction:column;gap:2rem;margin-bottom:4rem}}.login__logo{align-items:center;color:#182238;display:flex;font-size:1.5rem;font-weight:600;gap:1rem;text-decoration:none}@media(max-width:576px){.login__logo{font-size:1.125rem}}.login__logo-icon{color:#991b1b;height:32px;width:32px}@media(max-width:576px){.login__logo-icon{height:24px;width:24px}}.login__header-actions{align-items:center;display:flex;gap:1rem}.login__header-link{color:#64748b;font-size:1rem;text-decoration:none}@media(max-width:576px){.login__header-link{font-size:.875rem}}.login__header-link span{color:#991b1b;font-weight:500;margin-left:.5rem}.login__header-link span:hover{text-decoration:underline}.login__content{align-items:center;display:flex;justify-content:center;min-height:60vh}.login__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:450px;padding:4rem;width:100%}@media(max-width:576px){.login__container{padding:2rem}}.login__container h2{color:#182238;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}@media(max-width:576px){.login__container h2{font-size:1.5rem}}.login__subtitle{color:#64748b;font-size:1rem;margin-bottom:3rem;text-align:center}.login__form{gap:2rem}.login__form,.login__form-group{display:flex;flex-direction:column}.login__form-group{gap:.5rem}.login__form-group label{color:#182238;font-size:1rem;font-weight:500}.login__form-group input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#182238;font-size:1rem;padding:1rem;transition:all .3s ease}.login__form-group input::placeholder{color:#64748b}.login__form-group input:focus{background:#fff;border-color:#991b1b;outline:none}.login__form-group input:disabled{cursor:not-allowed;opacity:.5}.login__button{background-color:#991b1b;border:none;border-radius:8px;color:#182238;cursor:pointer;font-size:1.125rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease}.login__button:hover{background-color:#6e1313;box-shadow:0 10px 20px #991b1b4d;transform:translateY(-2px)}.login__button:active{transform:translateY(0)}.login__button:disabled{cursor:not-allowed;opacity:.5;transform:none}.login__error{background-color:#991b1b0d;border:1px solid #991b1b;border-radius:8px;color:#fca5a5;font-size:.875rem;margin-bottom:1rem;padding:1rem;text-align:center}.register{background:#f8f8f8;color:#182238;min-height:100vh}.register__wrapper{margin:0 auto;max-width:1400px;padding:4rem}@media(max-width:576px){.register__wrapper{padding:2rem}}.register__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:6rem}@media(max-width:576px){.register__header{align-items:flex-start;flex-direction:column;gap:2rem;margin-bottom:4rem}}.register__logo{align-items:center;color:#182238;display:flex;font-size:1.5rem;font-weight:600;gap:1rem;text-decoration:none}@media(max-width:576px){.register__logo{font-size:1.125rem}}.register__logo-icon{color:#991b1b;height:32px;width:32px}@media(max-width:576px){.register__logo-icon{height:24px;width:24px}}.register__header-actions{align-items:center;display:flex;gap:1rem}.register__header-link{color:#64748b;font-size:1rem;text-decoration:none}@media(max-width:576px){.register__header-link{font-size:.875rem}}.register__header-link span{color:#991b1b;font-weight:500;margin-left:.5rem}.register__header-link span:hover{text-decoration:underline}.register__content{align-items:center;display:flex;justify-content:center;min-height:60vh}.register__container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:500px;padding:4rem;width:100%}@media(max-width:576px){.register__container{padding:2rem}}.register__container h2{color:#182238;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}@media(max-width:576px){.register__container h2{font-size:1.5rem}}.register__subtitle{color:#64748b;font-size:1rem;margin-bottom:3rem;text-align:center}.register__form{display:flex;flex-direction:column;gap:2rem}.register__form-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;width:100%}@media(max-width:576px){.register__form-row{gap:2rem;grid-template-columns:1fr}}.register__form-row .register__form-group{min-width:0}.register__form-group{display:flex;flex-direction:column;gap:.5rem;min-width:0;width:100%}.register__form-group label{color:#182238;font-size:1rem;font-weight:500}.register__form-group input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#182238;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.register__form-group input::placeholder{color:#64748b}.register__form-group input:focus{background:#fff;border-color:#991b1b;outline:none}.register__form-group input:disabled{cursor:not-allowed;opacity:.5}.register__button{background-color:#991b1b;border:none;border-radius:8px;color:#182238;cursor:pointer;font-size:1.125rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease}.register__button:hover:not(:disabled){background-color:#6e1313;box-shadow:0 10px 20px #991b1b4d;transform:translateY(-2px)}.register__button:active{transform:translateY(0)}.register__button:disabled{cursor:not-allowed;opacity:.5;transform:none}.register__error{background-color:#991b1b0d;border:1px solid #991b1b;border-radius:8px;color:#fca5a5;font-size:.875rem;margin-bottom:1rem;padding:1rem;text-align:center}.document-viewer-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:10000}@media(max-width:576px){.document-viewer-overlay{padding:0}}.document-viewer{animation:slideUp .3s ease;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 30px #0000001a;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;width:90%}@media(max-width:576px){.document-viewer{border-radius:0;max-height:100vh;width:100%}}.document-viewer--inline{animation:none;background:#fff;border:1px solid #e2e8f0;border-radius:0;box-shadow:none;display:flex;flex-direction:column;height:100%;max-height:100%;max-width:100%;overflow:hidden;width:100%}.document-viewer__header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;border-radius:12px 12px 0 0;display:flex;justify-content:space-between;padding:2rem}@media(max-width:576px){.document-viewer__header{border-radius:0;padding:1rem}}.document-viewer__title{color:#182238;flex:1 1;font-size:1.5rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:576px){.document-viewer__title{font-size:1.125rem}}.document-viewer__actions{align-items:center;display:flex;gap:1rem}.document-viewer__download-btn{background:#991b1b;border:1px solid #991b1b;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 2rem;transition:all .3s ease}.document-viewer__download-btn:hover{background:#6e1313;transform:translateY(-1px)}@media(max-width:576px){.document-viewer__download-btn{font-size:.875rem;padding:.5rem 1rem}}.document-viewer__close-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#182238;cursor:pointer;display:flex;font-size:1.125rem;height:36px;justify-content:center;transition:all .3s ease;width:36px}.document-viewer__close-btn:hover{background:#991b1b0d;border-color:#991b1b;color:#991b1b}@media(max-width:576px){.document-viewer__close-btn{font-size:1rem;height:32px;width:32px}}.document-viewer__content{background:#fff;color:#182238;flex:1 1;overflow-y:auto;padding:4rem}@media(max-width:576px){.document-viewer__content{padding:2rem}}.document-viewer__content::-webkit-scrollbar{width:12px}.document-viewer__content::-webkit-scrollbar-track{background:#0000000d}.document-viewer__content::-webkit-scrollbar-thumb{background:#991b1b4d;border-radius:6px}.document-viewer__content::-webkit-scrollbar-thumb:hover{background:#991b1b80}.document-viewer__loading{color:#64748b}.document-viewer__error,.document-viewer__loading{align-items:center;display:flex;font-size:1.125rem;justify-content:center;min-height:400px}.document-viewer__error{color:#991b1b;flex-direction:column;gap:2rem;padding:2rem;text-align:center}.document-viewer__error-message{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.document-viewer__error-hint{color:#64748b;font-size:1rem;margin-bottom:1rem}.document-viewer__error-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.document-viewer__error button,.document-viewer__error-download{background:#991b1b;border:1px solid #991b1b;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 2rem;transition:all .3s ease}.document-viewer__error button:hover,.document-viewer__error-download:hover{background:#6e1313}.document-viewer__html-content{color:#182238;font-size:1rem;line-height:1.8;margin:0 auto;max-width:800px}.document-viewer__html-content h1,.document-viewer__html-content h2,.document-viewer__html-content h3,.document-viewer__html-content h4,.document-viewer__html-content h5,.document-viewer__html-content h6{color:#182238;font-weight:600;margin-bottom:1rem;margin-top:2rem}.document-viewer__html-content h1{font-size:2rem}.document-viewer__html-content h2{font-size:1.75rem}.document-viewer__html-content h3{font-size:1.5rem}.document-viewer__html-content p{margin-bottom:1rem}.document-viewer__html-content ol,.document-viewer__html-content ul{margin-bottom:1rem;padding-left:4rem}.document-viewer__html-content li{margin-bottom:.5rem}.document-viewer__html-content table{border:1px solid #e2e8f0;border-collapse:collapse;margin-bottom:2rem;width:100%}.document-viewer__html-content table td,.document-viewer__html-content table th{border:1px solid #e2e8f0;padding:.5rem 1rem;text-align:left}.document-viewer__html-content table th{background:#f1f5f9;font-weight:600}.document-viewer__html-content strong{font-weight:600}.document-viewer__html-content em{font-style:italic}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dashboard{background:#f8f8f8;color:#182238;display:flex;min-height:100%}.dashboard__sidebar{background:#0f1523;color:#fffffff2;display:flex;flex-direction:column;min-width:280px;padding:2rem 1rem;width:280px}@media(max-width:576px){.dashboard__sidebar{align-items:center;min-width:72px;padding:1rem .5rem;width:72px}}.dashboard__sidebar-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 2rem;padding:0 .5rem}@media(max-width:576px){.dashboard__sidebar-title{font-size:1rem;margin-bottom:1rem;padding:0}}.dashboard__sidebar-actions{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media(max-width:576px){.dashboard__sidebar-actions{align-items:center;margin-bottom:1rem}}.dashboard__new-doc-btn{align-items:center;background:#991b1b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:background .2s ease}.dashboard__new-doc-btn:hover{background:#761515;color:#fff}@media(max-width:576px){.dashboard__new-doc-btn{border-radius:50%;height:44px;padding:0;width:44px}.dashboard__new-doc-btn .dashboard__new-doc-btn-text{display:none}}.dashboard__icon{flex-shrink:0;height:20px;width:20px}@media(max-width:576px){.dashboard__icon{height:24px;width:24px}}.dashboard__search-wrap{align-items:center;display:flex;position:relative}@media(max-width:576px){.dashboard__search-wrap{height:44px;justify-content:center;width:44px}}.dashboard__search-icon{color:#fff9;height:18px;left:1rem;pointer-events:none;position:absolute;width:18px}@media(max-width:576px){.dashboard__search-icon{left:50%;transform:translateX(-50%)}}.dashboard__search{background:#ffffff1a;border:1px solid #ffffff26;border-radius:8px;color:#fff;font-size:1rem;padding:.5rem 1rem .5rem 2.5rem;width:100%}.dashboard__search::placeholder{color:#ffffff80}.dashboard__search:focus{background:#ffffff1f;border-color:#ffffff4d;outline:none}@media(max-width:576px){.dashboard__search{border-radius:50%;height:44px;padding:0;text-indent:-9999px;width:44px}.dashboard__search:focus{border-radius:8px;left:0;padding:.5rem 1rem .5rem 2.5rem;position:absolute;text-indent:0;width:180px}}.dashboard__sidebar-nav{display:flex;flex-direction:column;gap:2px}.dashboard__nav-item{align-items:center;background:none;border:none;border-radius:8px;color:#ffffffd9;cursor:pointer;display:flex;font-size:1rem;gap:1rem;padding:1rem .5rem;text-align:left;transition:background .2s ease,color .2s ease;width:100%}.dashboard__nav-item:hover{background:#ffffff1a;color:#fff}.dashboard__nav-item--active{background:#ffffff26;color:#fff}@media(max-width:576px){.dashboard__nav-item{justify-content:center;padding:1rem}.dashboard__nav-item .dashboard__nav-count{display:none}}.dashboard__nav-icon{flex-shrink:0;height:20px;width:20px}.dashboard__nav-count{color:#ffffffb3;font-size:.875rem;margin-left:auto}.dashboard__main{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex:1 1;flex-direction:column;min-width:0}.dashboard__main-header{border-bottom:1px solid #f1f5f9;padding:2rem 4rem 1rem}.dashboard__main-title{color:#182238;font-size:1.75rem;font-weight:400;margin:0}.dashboard__toolbar{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;min-height:48px;padding:.5rem 4rem}.dashboard__toolbar,.dashboard__toolbar-left{align-items:center;display:flex;gap:1rem}.dashboard__toolbar-btn{align-items:center;background:none;border:none;border-radius:6px;color:#182238;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:.5rem 1rem;transition:background .2s ease}.dashboard__toolbar-btn:hover{background:#991b1b0f;color:#991b1b}.dashboard__toolbar-icon{height:18px;width:18px}.dashboard__sort-wrap{align-items:center;display:flex}.dashboard__sort-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#182238;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.dashboard__sort-select:focus{border-color:#991b1b;outline:none}.dashboard__toolbar-right{align-items:center;display:flex;gap:2rem}.dashboard__total{color:#64748b;font-size:.875rem}.dashboard__pagination{align-items:center;display:flex;gap:.25rem}.dashboard__pagination-text{color:#64748b;font-size:.875rem;margin-right:.5rem}.dashboard__pagination-btn{align-items:center;background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:background .2s ease,color .2s ease;width:32px}.dashboard__pagination-btn svg{height:18px;width:18px}.dashboard__pagination-btn:hover:not(:disabled){background:#f1f5f9;color:#182238}.dashboard__pagination-btn:disabled{cursor:default;opacity:.5}.dashboard__filters-inline{border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;padding:1rem 4rem}.dashboard__filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#182238;cursor:pointer;font-size:.875rem;padding:.5rem 1rem}.dashboard__filter-select:focus{border-color:#991b1b;outline:none}.dashboard__list{flex:1 1;overflow:auto;padding:1rem 4rem 4rem}.dashboard__loading{color:#fffc;font-size:1rem;padding:2rem;text-align:center}.dashboard__empty{color:#64748b;font-size:1.125rem;padding:6rem;text-align:center}.dashboard__empty .dashboard__empty-hint{color:#94a3b8;font-size:1rem;margin-top:1rem}.dashboard__table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto}.dashboard__table{border-collapse:collapse;font-size:1rem;width:100%}.dashboard__th{border-bottom:1px solid #e2e8f0;color:#64748b;font-weight:500;padding:1rem 2rem;text-align:left;white-space:nowrap}.dashboard__th--name{min-width:240px}.dashboard__th--date{min-width:100px}.dashboard__th--actions{text-align:right;width:48px}.dashboard__row{border-bottom:1px solid #f1f5f9;transition:background .15s ease}.dashboard__row:hover{background:#991b1b08}.dashboard__row:last-child{border-bottom:none}.dashboard__row--clickable{cursor:pointer}.dashboard__td{padding:1rem 2rem;vertical-align:middle}.dashboard__td--name{min-width:0}.dashboard__td--date{color:#64748b;font-size:.875rem}.dashboard__td--actions{padding-right:1rem;text-align:right;width:48px}.dashboard__doc-name{align-items:center;display:flex;gap:1rem;min-width:0}.dashboard__doc-icon{align-items:center;background:#991b1b14;border-radius:6px;color:#991b1b;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.dashboard__doc-icon svg{height:20px;width:20px}.dashboard__doc-title{color:#182238;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard__status{border-radius:6px;display:inline-block;font-size:.75rem;font-weight:600;padding:4px 10px;text-transform:capitalize;white-space:nowrap}.dashboard__status--completed{background:#22c55e26;color:#16a34a}.dashboard__status--processing{background:#3b82f626;color:#2563eb}.dashboard__status--pending{background:#eab30826;color:#ca8a04}.dashboard__status--failed{background:#991b1b1a;color:#991b1b}.dashboard__status--unknown{background:#64748b26;color:#64748b}.dashboard__row-menu-wrap{display:inline-flex;justify-content:flex-end;position:relative}.dashboard__row-menu-btn{align-items:center;background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;height:32px;justify-content:center;padding:0;transition:background .2s ease,color .2s ease;width:32px}.dashboard__row-menu-btn svg{height:18px;width:18px}.dashboard__row-menu-btn:hover{background:#f1f5f9;color:#182238}.dashboard__menu-backdrop{inset:0;position:fixed;z-index:10}.dashboard__row-menu{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 30px #0000001f;margin-top:4px;min-width:140px;padding:.25rem;position:absolute;right:0;top:100%;z-index:20}.dashboard__row-menu button{background:none;border:none;border-radius:4px;color:#182238;cursor:pointer;display:block;font-size:1rem;padding:.5rem 1rem;text-align:left;transition:background .2s ease;width:100%}.dashboard__row-menu button:hover{background:#991b1b0f;color:#991b1b}.dashboard__modal-backdrop{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:2rem;position:fixed;z-index:1000}.dashboard__modal{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 50px #0003;max-width:420px;padding:3rem;width:100%}.dashboard__modal-title{color:#182238;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.dashboard__modal-prompt{color:#64748b;font-size:1rem;margin:0 0 2rem}.dashboard__modal-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.dashboard__modal-option{align-items:flex-start;background:#f8f8f8;border:1px solid #e2e8f0;border-radius:8px;color:#182238;cursor:pointer;display:flex;flex-direction:column;font-size:1rem;gap:.25rem;padding:2rem;text-align:left;transition:border-color .2s ease,background .2s ease}.dashboard__modal-option:hover{background:#991b1b0a;border-color:#991b1b}.dashboard__modal-option-label{color:#182238;font-weight:600}.dashboard__modal-option-desc{color:#64748b;font-size:.875rem}.dashboard__modal-cancel{background:none;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;display:block;font-size:1rem;padding:1rem;transition:border-color .2s ease,color .2s ease;width:100%}.dashboard__modal-cancel:hover{border-color:#64748b;color:#182238}.docx-viewer{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:20px 0;overflow:hidden}.docx-viewer__header{align-items:flex-start;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;display:flex;justify-content:space-between;padding:20px}@media(max-width:576px){.docx-viewer__header{flex-direction:column;gap:15px}}.docx-viewer__info{flex:1 1}.docx-viewer__title{color:#991b1b;font-size:1.25rem;font-weight:600;margin:0 0 8px}.docx-viewer__filename{color:#6c757d;font-size:.9rem;margin:0 0 4px;word-break:break-all}.docx-viewer__size{color:#868e96;font-size:.8rem;margin:0}.docx-viewer__actions{display:flex;gap:10px}@media(max-width:576px){.docx-viewer__actions{justify-content:stretch;width:100%}}.docx-viewer__button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s ease}.docx-viewer__button:disabled{cursor:not-allowed;opacity:.6}.docx-viewer__button--primary{background:#991b1b;color:#fff}.docx-viewer__button--primary:hover:not(:disabled){background:#6e1313;transform:translateY(-1px)}.docx-viewer__button--secondary{background:#6c757d;color:#fff}.docx-viewer__button--secondary:hover:not(:disabled){background:#545b62;transform:translateY(-1px)}@media(max-width:576px){.docx-viewer__button{flex:1 1;justify-content:center}}.docx-viewer__button-icon{font-size:1rem}.docx-viewer__loading{align-items:center;color:#6c757d;display:flex;flex-direction:column;justify-content:center;padding:40px 20px}.docx-viewer__spinner{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#991b1b;height:32px;margin-bottom:15px;width:32px}.docx-viewer__error{align-items:center;color:#dc3545;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.docx-viewer__error p{margin:0 0 15px}.docx-viewer__preview{position:relative}.docx-viewer__iframe{background:#fff;border:none;height:600px;width:100%}@media(max-width:576px){.docx-viewer__iframe{height:400px}}.docx-viewer__preview-note{background:#f8f9fa;border-top:1px solid #dee2e6;color:#6c757d;font-size:.85rem;padding:15px 20px}.docx-viewer__preview-note p{line-height:1.4;margin:0}.docx-viewer__preview-note strong{color:#495057}.query-form{background:#fff;border-top:1px solid #e2e8f0;bottom:0;padding:1rem 2rem;position:relative;width:100%}@media(min-width:1440px){.query-form{padding:2rem 3rem}}.query-form__form{display:flex;flex-direction:column;gap:1rem;max-width:100%}@media(min-width:768px){.query-form__form{align-items:flex-end;flex-direction:row}}.query-form__input-container{align-items:flex-end;background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex:1 1;gap:.5rem;padding:.5rem 1rem;position:relative;transition:all .3s ease}.query-form__input-container:focus-within{background:#fff;border-color:#991b1b;box-shadow:0 0 20px #991b1b1a}.query-form__input{background:#0000;border:none;color:#182238;flex:1 1;font-size:1rem;max-height:120px;min-height:40px;padding:.5rem 1rem;resize:none}.query-form__input::placeholder{color:#64748b}.query-form__input:focus{outline:none}.query-form__file-input{display:none}.query-form__file-label{align-items:center;color:#64748b;cursor:pointer;display:flex;font-size:1.2rem;padding:.5rem;transition:all .3s ease}.query-form__file-label:hover{color:#991b1b}.query-form__button{border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem}.query-form__button:hover{opacity:.9}.query-form__button{background-color:#991b1b;border-radius:24px;color:#182238;font-weight:600;padding:.5rem 2rem;transition:all .3s ease;width:100%}@media(min-width:768px){.query-form__button{width:auto}}.query-form__button:hover{background-color:#7f1d1d;box-shadow:0 6px 16px #991b1b4d;transform:translateY(-1px)}.query-form__button:active{transform:translateY(0)}.loading-bubble{display:flex;gap:4px;padding:8px 0}.loading-bubble span{animation:bubble 1s infinite;background-color:#991b1b99;border-radius:50%;display:inline-block;height:8px;width:8px}.loading-bubble span:nth-child(2){animation-delay:.2s}.loading-bubble span:nth-child(3){animation-delay:.4s}@keyframes bubble{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.markdown-paragraph{line-height:1.5;margin:.5em 0}.markdown-list{margin:.5em 0;padding-left:20px}.markdown-list-item{margin:.25em 0}.markdown-heading{font-weight:700;margin:1em 0 .5em}.dashboard__message{max-width:80%}.dashboard__message--user{align-self:flex-end}.dashboard__message--user .dashboard__message-content{background-color:#991b1b;border-radius:16px 16px 4px 16px;box-shadow:0 2px 8px #991b1b4d;color:#fff}.dashboard__message--user .dashboard__message-image img{border-radius:8px 8px 0 8px}.dashboard__message--ai{align-self:flex-start}.dashboard__message--ai .dashboard__message-content{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;box-shadow:0 2px 8px #0000000d;color:#182238}.dashboard__message--ai .dashboard__message-image img{border-radius:8px 8px 8px 0}.dashboard__message-image{margin-bottom:.5rem}.dashboard__message-image img{border-radius:8px;max-height:200px;max-width:200px;object-fit:contain;width:100%}.query-form__image-preview{align-items:center;display:flex;position:relative}.query-form__image-preview img{border-radius:4px;max-height:40px;max-width:40px;object-fit:cover}.query-form__image-preview button{align-items:center;background:#00000080;border:none;border-radius:50%;color:#182238;cursor:pointer;display:flex;font-size:10px;height:16px;justify-content:center;padding:0;position:absolute;right:-8px;top:-8px;width:16px}.query-form__image-preview button:hover{background:#000000b3}.query-form__waiting-card{background:#f8f8f8;border:1px solid #e2e8f0;border-radius:12px;margin:0 auto;max-width:720px;padding:3rem;width:100%}.query-form__waiting-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:.04em;margin:0 0 1rem;text-transform:uppercase}.query-form__waiting-input-text{border-bottom:1px solid #f1f5f9;color:#182238;font-size:1rem;line-height:1.6;margin:0 0 2rem;padding:1rem 0;white-space:pre-wrap;word-break:break-word}.query-form__waiting-message{color:#64748b;font-size:1rem;line-height:1.6;margin:0}.dashboard__documents{border-top:1px solid #e2e8f0;margin-top:2rem;padding:1rem 0;width:100%}.dashboard__document-viewer{margin-bottom:2rem}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1rem;padding:2rem}.info-card__title{color:#991b1b;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.info-card__list{list-style:none;margin:0;padding:0}.info-card__list li{align-items:flex-start;color:#64748b;display:flex;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.info-card__list li:before{align-items:center;color:#991b1b;content:"•";display:flex;flex-shrink:0;font-size:1.2em;line-height:1;margin-right:.5rem}.info-card__notice{background:#991b1b0d;border-left:3px solid #991b1b;border-radius:6px;color:#991b1b;font-size:.875rem;font-style:italic;line-height:1.5;padding:.5rem}.custom-multi-select{position:relative;width:100%}.custom-multi-select.error .custom-multi-select__trigger{border-color:#991b1b;box-shadow:0 0 0 3px #ff00001a}.custom-multi-select__trigger{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:.75rem;transition:border-color .2s ease}.custom-multi-select__trigger:hover{border-color:silver}.custom-multi-select__trigger:focus{border-color:#667eea;border-color:var(--theme-color,#667eea);box-shadow:0 0 0 3px #667eea1a;box-shadow:0 0 0 3px rgba(var(--theme-color-rgb,102,126,234),.1);outline:none}.custom-multi-select__display{flex:1 1}.custom-multi-select__placeholder{color:#64748b;font-size:1rem}.custom-multi-select__selected-count{color:#182238;font-size:1rem;font-weight:500}.custom-multi-select__arrow{color:#64748b;font-size:.8rem;transition:transform .2s ease}.custom-multi-select__arrow.open{transform:rotate(180deg)}.custom-multi-select__dropdown{background:#fff;border:2px solid #e9ecef;border-radius:6px;box-shadow:0 4px 20px #0000001a;left:0;margin-top:.25rem;max-height:300px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1000}.custom-multi-select__controls{background:#f8f9fa;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.5rem}.custom-multi-select__control-btn{background:none;border:none;border-radius:4px;color:#667eea;color:var(--theme-color,#667eea);cursor:pointer;font-size:.85rem;padding:.25rem .5rem;transition:background-color .2s ease}.custom-multi-select__control-btn:hover{background:#667eea1a;background:rgba(var(--theme-color-rgb,102,126,234),.1)}.custom-multi-select__options{max-height:240px;overflow-y:auto;padding:.25rem 0}.custom-multi-select__option{align-items:center;cursor:pointer;display:flex;padding:.75rem 1rem;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.custom-multi-select__option:hover{background:#f8f9fa}.custom-multi-select__option:has(input:checked){background:#667eea1a;background:rgba(var(--theme-color-rgb,102,126,234),.1)}.custom-multi-select__checkbox{cursor:pointer;margin-right:.75rem;transform:scale(1.2)}.custom-multi-select__option-text{color:#182238;flex:1 1;font-size:.95rem;line-height:1.4}.custom-multi-select.bidding-theme{--theme-color:#667eea;--theme-color-rgb:102,126,234}.custom-multi-select.posting-theme{--theme-color:#11998e;--theme-color-rgb:17,153,142}.bidding-intake-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;height:calc(100vh - 200px);margin:0;max-width:100%;overflow:hidden;width:100%}.bidding-intake-form__header{border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:2rem 2rem 1rem;text-align:center}.bidding-intake-form__header h2{color:#991b1b;font-size:2rem;font-weight:700;margin:0 0 .5rem}.bidding-intake-form__header p{color:#64748b;font-size:1.1rem;margin:0}.bidding-intake-form__form{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.bidding-intake-form__form-content{display:flex;flex:1 1;flex-direction:column;gap:2rem;overflow-y:auto;padding:2rem}.bidding-intake-form__section h3{border-bottom:1px solid #e2e8f0;color:#182238;font-size:1.3rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.bidding-intake-form__row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.bidding-intake-form__row{grid-template-columns:1fr}}.bidding-intake-form__field{display:flex;flex-direction:column;gap:.5rem}.bidding-intake-form__field label{color:#182238;font-size:.9rem;font-weight:600}.bidding-intake-form__field input,.bidding-intake-form__field select,.bidding-intake-form__field textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#182238;font-size:1rem;padding:.75rem;transition:all .3s ease}.bidding-intake-form__field input:focus,.bidding-intake-form__field select:focus,.bidding-intake-form__field textarea:focus{background:#fff;border-color:#991b1b;box-shadow:0 0 20px #991b1b1a;outline:none}.bidding-intake-form__field input.error,.bidding-intake-form__field select.error,.bidding-intake-form__field textarea.error{border-color:#fca5a5;box-shadow:0 0 20px #fca5a533}.bidding-intake-form__field input::placeholder,.bidding-intake-form__field select::placeholder,.bidding-intake-form__field textarea::placeholder{color:#64748b}.bidding-intake-form__field select{cursor:pointer}.bidding-intake-form__field .selected-items{background:#fff;border-left:3px solid #991b1b;border-radius:8px;color:#64748b;font-size:.9rem;margin-top:.5rem;padding:.5rem}.bidding-intake-form__field textarea{min-height:80px;resize:vertical}.bidding-intake-form__field .error-message{color:#fca5a5;font-size:.85rem;font-weight:500}.bidding-intake-form__field .field-help-text{color:#64748b;font-size:.85rem;font-style:italic;line-height:1.4;margin-top:.25rem}.bidding-intake-form__actions{align-items:center;background:#fff;border-top:1px solid #ffffff1a;box-shadow:0 -2px 10px #0000004d;display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;min-height:80px;padding:1rem 2rem 2rem}@media(max-width:768px){.bidding-intake-form__actions{flex-direction:column;gap:.75rem;min-height:100px;padding:1rem}}.bidding-intake-form__button--primary{align-items:center;background:#991b1b;border:none;border-radius:8px;color:#182238;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 2rem;transition:all .3s ease}.bidding-intake-form__button--primary:hover:not(:disabled){background:#7f1d1d;box-shadow:0 10px 20px #991b1b4d;transform:translateY(-2px)}.bidding-intake-form__button--primary:active:not(:disabled){transform:translateY(0)}.bidding-intake-form__button--primary:disabled{cursor:not-allowed;opacity:.7}.bidding-intake-form__button--secondary{background:#0000;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.bidding-intake-form__button--secondary:hover:not(:disabled){background:#ffffff1a;border-color:#991b1b;color:#182238}.bidding-intake-form__button--secondary:disabled{cursor:not-allowed;opacity:.5}.spinner{animation:spin .8s linear infinite;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes spin{to{transform:rotate(1turn)}}@media(max-width:768px){.bidding-intake-form{border-radius:0;height:calc(100vh - 120px);margin:0}.bidding-intake-form__header{padding:1.5rem 1rem 1rem}.bidding-intake-form__header h2{font-size:1.5rem}.bidding-intake-form__header p{font-size:1rem}.bidding-intake-form__form-content{padding:1rem}.bidding-intake-form__actions{min-height:100px;padding:1rem}}.bidding{background:#f8f8f8;color:#182238;display:flex;min-height:100%}.bidding__sidebar{background:#0f1523;border-right:1px solid #ffffff14;color:#fffffff2;display:flex;flex-direction:column;min-width:280px;padding:2rem 1rem;width:280px}@media(max-width:576px){.bidding__sidebar{height:100vh;left:0;min-width:280px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1000}.bidding__sidebar.bidding__sidebar--open{box-shadow:4px 0 20px #0003;transform:translateX(0)}}.bidding__back-button{background:none;border:none;color:#ffffffe6;cursor:pointer;display:none;font-size:1.25rem;padding:.5rem;position:absolute;right:1rem;top:1rem}@media(max-width:576px){.bidding__back-button{display:block}}.bidding__back-button:hover{color:#fff}.bidding__sidebar-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 2rem;padding:0 .5rem}@media(max-width:576px){.bidding__sidebar-title{font-size:1.125rem;margin-top:1rem}}.bidding__sidebar-actions{margin-bottom:2rem}.bidding__new-chat{align-items:center;background:#991b1b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:background .2s ease;width:100%}.bidding__new-chat:hover{background:#761515;color:#fff}.bidding__icon{flex-shrink:0;height:20px;width:20px}.bidding__sidebar-heading{color:#ffffffe6;font-size:1rem;font-weight:600;margin:0 0 1rem;padding:0 .5rem}.bidding__chat-history{flex:1 1;min-height:0;overflow-y:auto;padding-right:.25rem}.bidding__chat-history::-webkit-scrollbar{width:6px}.bidding__chat-history::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.bidding__chat-history::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.bidding__chat-history::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.bidding__chat-item{background:#ffffff0f;border:1px solid #0000;border-radius:8px;cursor:pointer;margin-bottom:2px;padding:1rem .5rem;transition:background .2s ease,border-color .2s ease}.bidding__chat-item:hover{background:#ffffff1a}.bidding__chat-item--active{background:#ffffff26;border-color:#fff3}.bidding__chat-title{color:#fff;display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bidding__chat-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.25rem}.bidding__chat-badge{border-radius:4px;display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.02em;padding:2px 6px;text-transform:uppercase}.bidding__chat-badge--phase{background:#3b82f64d;color:#93c5fd}.bidding__chat-badge--jurisdiction{background:#a855f74d;color:#d8b4fe}.bidding__chat-date{color:#fff9;display:block;font-size:.75rem}.bidding__toggle-sidebar{background:#0f1523;border:none;border-radius:0 6px 6px 0;box-shadow:2px 0 8px #00000026;color:#fff;cursor:pointer;font-size:1.25rem;height:48px;left:0;position:fixed;top:50%;transform:translateY(-50%);transition:background .2s ease;width:40px;z-index:999}.bidding__toggle-sidebar:hover{background:#090c14}@media(min-width:1025px){.bidding__toggle-sidebar{display:none}}.bidding__main{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex:1 1;flex-direction:column;min-width:0}.bidding__main-header{border-bottom:1px solid #f1f5f9;padding:2rem 4rem 1rem}.bidding__main-title{color:#182238;font-size:1.75rem;font-weight:400;margin:0}.bidding__main-body{display:flex;flex:1 1;min-height:0;overflow:hidden}.bidding__main-content{flex:1 1;overflow:auto;padding:2rem}.bidding__chat-container{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;position:relative}.bidding__welcome{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:4rem}.bidding__welcome-content{max-width:500px;text-align:center}.bidding__welcome-title{color:#182238;font-size:1.75rem;font-weight:600;margin:0 0 1rem}@media(max-width:576px){.bidding__welcome-title{font-size:1.5rem}}.bidding__welcome-text{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}@media(max-width:576px){.bidding__welcome-text{font-size:1rem}}.bidding__welcome-button{background:#991b1b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 4rem;transition:background .2s ease}.bidding__welcome-button:hover{background:#761515}.bidding__info-sidebar{background:#f8f8f8;border-left:1px solid #f1f5f9;min-width:260px;overflow-y:auto;padding:2rem;width:260px}@media(max-width:1280px){.bidding__info-sidebar{min-width:220px;padding:1rem;width:220px}}.bidding__info-sidebar .info-card{margin-bottom:2rem}.bidding__generation-status{align-items:center;background:#fff;border:1px solid #991b1b33;border-radius:8px;box-shadow:0 4px 12px #00000014;display:flex;gap:1rem;padding:1rem 2rem;position:absolute;right:1rem;top:1rem;z-index:10}.bidding__generation-status p{color:#182238;font-size:.875rem;font-weight:500;margin:0}.bidding__spinner{animation:bidding-spin .8s linear infinite;border:3px solid #991b1b33;border-radius:50%;border-top-color:#991b1b;flex-shrink:0;height:24px;width:24px}@keyframes bidding-spin{to{transform:rotate(1turn)}}.bidding__refresh-button{align-items:center;background:#991b1b14;border:1px solid #991b1b40;border-radius:6px;color:#991b1b;cursor:pointer;display:flex;flex-shrink:0;font-size:1.1rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.bidding__refresh-button:hover:not(:disabled){background:#991b1b26}.bidding__refresh-button:disabled{animation:bidding-spin 1s linear infinite;cursor:not-allowed;opacity:.6}.posting-intake-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;height:calc(100vh - 200px);margin:0;max-width:100%;overflow:hidden;width:100%}.posting-intake-form__header{border-bottom:1px solid #e2e8f0;flex-shrink:0;padding:2rem 2rem 1rem;text-align:center}.posting-intake-form__header h2{color:#991b1b;font-size:2rem;font-weight:700;margin:0 0 .5rem}.posting-intake-form__header p{color:#64748b;font-size:1.1rem;line-height:1.5;margin:0}.posting-intake-form__form{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.posting-intake-form__form-content{display:flex;flex:1 1;flex-direction:column;gap:2rem;overflow-y:auto;padding:2rem}.posting-intake-form__section h3{border-bottom:1px solid #e2e8f0;color:#182238;font-size:1.3rem;font-weight:600;margin:0 0 1rem;padding-bottom:.5rem}.posting-intake-form__row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.posting-intake-form__row{grid-template-columns:1fr}}.posting-intake-form__field{display:flex;flex-direction:column;gap:.5rem}.posting-intake-form__field label{color:#182238;font-size:.9rem;font-weight:600}.posting-intake-form__field input,.posting-intake-form__field select,.posting-intake-form__field textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#182238;font-size:1rem;padding:.75rem;transition:all .3s ease}.posting-intake-form__field input:focus,.posting-intake-form__field select:focus,.posting-intake-form__field textarea:focus{background:#fff;border-color:#991b1b;box-shadow:0 0 20px #991b1b1a;outline:none}.posting-intake-form__field input.error,.posting-intake-form__field select.error,.posting-intake-form__field textarea.error{border-color:#fca5a5;box-shadow:0 0 20px #fca5a533}.posting-intake-form__field input::placeholder,.posting-intake-form__field select::placeholder,.posting-intake-form__field textarea::placeholder{color:#64748b}.posting-intake-form__field select{cursor:pointer}.posting-intake-form__field .selected-items{background:#fff;border-left:3px solid #991b1b;border-radius:8px;color:#64748b;font-size:.9rem;margin-top:.5rem;padding:.5rem}.posting-intake-form__field textarea{min-height:100px;resize:vertical}.posting-intake-form__field .error-message{color:#fca5a5;font-size:.85rem;font-weight:500}.posting-intake-form__field .field-help-text{color:#64748b;font-size:.85rem;font-style:italic;line-height:1.4;margin-top:.25rem}.posting-intake-form__actions{align-items:center;background:#fff;border-top:1px solid #ffffff1a;box-shadow:0 -2px 10px #0000004d;display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;min-height:80px;padding:1rem 2rem 2rem}@media(max-width:768px){.posting-intake-form__actions{flex-direction:column;gap:.75rem;min-height:100px;padding:1rem}}.posting-intake-form__button--primary{background:#991b1b;border:none;border-radius:8px;color:#182238;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.posting-intake-form__button--primary:hover{background:#7f1d1d;box-shadow:0 10px 20px #991b1b4d;transform:translateY(-2px)}.posting-intake-form__button--primary:active{transform:translateY(0)}.posting-intake-form__button--secondary{background:#0000;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.posting-intake-form__button--secondary:hover{background:#ffffff1a;border-color:#991b1b;color:#182238}@media(max-width:768px){.posting-intake-form{border-radius:0;height:calc(100vh - 120px);margin:0}.posting-intake-form__header{padding:1.5rem 1rem 1rem}.posting-intake-form__header h2{font-size:1.5rem}.posting-intake-form__header p{font-size:1rem}.posting-intake-form__form-content{padding:1rem}.posting-intake-form__actions{min-height:100px;padding:1rem}}.posting{background:#f8f8f8;color:#182238;display:flex;min-height:100%}.posting__sidebar{background:#0f1523;border-right:1px solid #ffffff14;color:#fffffff2;display:flex;flex-direction:column;min-width:280px;padding:2rem 1rem;width:280px}@media(max-width:576px){.posting__sidebar{height:100vh;left:0;min-width:280px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1000}.posting__sidebar.posting__sidebar--open{box-shadow:4px 0 20px #0003;transform:translateX(0)}}.posting__back-button{background:none;border:none;color:#ffffffe6;cursor:pointer;display:none;font-size:1.25rem;padding:.5rem;position:absolute;right:1rem;top:1rem}@media(max-width:576px){.posting__back-button{display:block}}.posting__back-button:hover{color:#fff}.posting__sidebar-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0 0 2rem;padding:0 .5rem}@media(max-width:576px){.posting__sidebar-title{font-size:1.125rem;margin-top:1rem}}.posting__sidebar-actions{margin-bottom:2rem}.posting__new-chat{align-items:center;background:#991b1b;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:background .2s ease;width:100%}.posting__new-chat:hover{background:#761515;color:#fff}.posting__icon{flex-shrink:0;height:20px;width:20px}.posting__sidebar-heading{color:#ffffffe6;font-size:1rem;font-weight:600;margin:0 0 1rem;padding:0 .5rem}.posting__chat-history{flex:1 1;min-height:0;overflow-y:auto;padding-right:.25rem}.posting__chat-history::-webkit-scrollbar{width:6px}.posting__chat-history::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.posting__chat-history::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.posting__chat-history::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.posting__chat-item{background:#ffffff0f;border:1px solid #0000;border-radius:8px;cursor:pointer;margin-bottom:2px;padding:1rem .5rem;transition:background .2s ease,border-color .2s ease}.posting__chat-item:hover{background:#ffffff1a}.posting__chat-item--active{background:#ffffff26;border-color:#fff3}.posting__chat-title{color:#fff;display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.posting__chat-badges{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.25rem}.posting__chat-badge{border-radius:4px;display:inline-block;font-size:.65rem;font-weight:600;letter-spacing:.02em;padding:2px 6px;text-transform:uppercase}.posting__chat-badge--phase{background:#3b82f64d;color:#93c5fd}.posting__chat-badge--jurisdiction{background:#a855f74d;color:#d8b4fe}.posting__chat-date{color:#fff9;display:block;font-size:.75rem}.posting__toggle-sidebar{background:#0f1523;border:none;border-radius:0 6px 6px 0;box-shadow:2px 0 8px #00000026;color:#fff;cursor:pointer;font-size:1.25rem;height:48px;left:0;position:fixed;top:50%;transform:translateY(-50%);transition:background .2s ease;width:40px;z-index:999}.posting__toggle-sidebar:hover{background:#090c14}@media(min-width:1025px){.posting__toggle-sidebar{display:none}}.posting__main{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex:1 1;flex-direction:column;min-width:0}.posting__main-header{border-bottom:1px solid #f1f5f9;padding:2rem 4rem 1rem}.posting__main-title{color:#182238;font-size:1.75rem;font-weight:400;margin:0}.posting__main-body{display:flex;flex:1 1;min-height:0;overflow:hidden}.posting__main-content{flex:1 1;overflow:auto;padding:2rem}.posting__chat-container{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden;position:relative}.posting__welcome{align-items:center;background:#fff;display:flex;flex:1 1;justify-content:center;padding:4rem}.posting__welcome-content{max-width:500px;text-align:center}.posting__welcome-title{color:#182238;font-size:1.75rem;font-weight:600;margin:0 0 1rem}@media(max-width:576px){.posting__welcome-title{font-size:1.5rem}}.posting__welcome-text{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}@media(max-width:576px){.posting__welcome-text{font-size:1rem}}.posting__welcome-button{background:#991b1b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 4rem;transition:background .2s ease}.posting__welcome-button:hover{background:#761515}.posting__info-sidebar{background:#f8f8f8;border-left:1px solid #f1f5f9;min-width:260px;overflow-y:auto;padding:2rem;width:260px}@media(max-width:1280px){.posting__info-sidebar{min-width:220px;padding:1rem;width:220px}}.posting__info-sidebar .info-card{margin-bottom:2rem}.posting__generation-status{align-items:center;background:#fff;border:1px solid #991b1b33;border-radius:8px;box-shadow:0 4px 12px #00000014;display:flex;gap:1rem;padding:1rem 2rem;position:absolute;right:1rem;top:1rem;z-index:10}.posting__generation-status p{color:#182238;font-size:.875rem;font-weight:500;margin:0}.posting__spinner{animation:posting-spin .8s linear infinite;border:3px solid #991b1b33;border-radius:50%;border-top-color:#991b1b;flex-shrink:0;height:24px;width:24px}@keyframes posting-spin{to{transform:rotate(1turn)}}.posting__refresh-button{align-items:center;background:#991b1b14;border:1px solid #991b1b40;border-radius:6px;color:#991b1b;cursor:pointer;display:flex;flex-shrink:0;font-size:1.1rem;height:32px;justify-content:center;transition:all .2s ease;width:32px}.posting__refresh-button:hover:not(:disabled){background:#991b1b26}.posting__refresh-button:disabled{animation:posting-spin 1s linear infinite;cursor:not-allowed;opacity:.6}.about{background:#f8f8f8;color:#182238;min-height:100vh;padding:4rem 0}.about__container{margin:0 auto;max-width:1200px;padding:0 4rem}@media(max-width:576px){.about__container{padding:0 2rem}}.about__hero{margin-bottom:4rem;padding:6rem 0;text-align:center}.about__title{color:#182238;font-size:3.5rem;font-weight:700;line-height:1.1}@media(max-width:576px){.about__title{font-size:2.5rem}}.about__section{margin-bottom:6rem}@media(max-width:576px){.about__section{margin-bottom:4rem}}.about__section-title{color:#182238;font-size:2rem;font-weight:600;margin-bottom:2rem}@media(max-width:576px){.about__section-title{font-size:1.5rem}}.about__content{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem}.about__text{color:#64748b;font-size:1.125rem;line-height:1.8;margin-bottom:1rem}@media(max-width:576px){.about__text{font-size:1rem}}.about__text:last-child{margin-bottom:0}.about__list{list-style:none;margin:1rem 0;padding-left:0}.about__list li{color:#64748b;font-size:1.125rem;line-height:1.8;margin-bottom:.5rem;padding-left:2rem;position:relative}@media(max-width:576px){.about__list li{font-size:1rem}}.about__list li:before{color:#991b1b;content:"•";font-size:1.2rem;left:0;position:absolute;top:0}.about__leadership{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(2,1fr)}@media(max-width:576px){.about__leadership{gap:2rem;grid-template-columns:1fr}}.about__leader{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.about__leader:hover{box-shadow:0 8px 24px #991b1b1a;transform:translateY(-2px)}.about__leader-name{color:#ef4444;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.about__leader-role{color:#64748b;font-size:1rem;font-weight:500;margin-bottom:1rem}.about__leader-bio{color:#64748b;font-size:1rem;line-height:1.7}.services{background:#f8f8f8;color:#182238;min-height:100vh;padding:4rem 0}.services__container{margin:0 auto;max-width:1200px;padding:0 4rem}@media(max-width:576px){.services__container{padding:0 2rem}}.services__hero{margin-bottom:4rem;padding:6rem 0;text-align:center}.services__title{color:#182238;font-size:3.5rem;font-weight:700;line-height:1.1}@media(max-width:576px){.services__title{font-size:2.5rem}}.services__section{margin-bottom:6rem}@media(max-width:576px){.services__section{margin-bottom:4rem}}.services__section-title{color:#182238;font-size:2rem;font-weight:600;margin-bottom:2rem}@media(max-width:576px){.services__section-title{font-size:1.5rem}}.services__intro{color:#64748b;font-size:1.125rem;line-height:1.8;margin-bottom:2rem}@media(max-width:576px){.services__intro{font-size:1rem}}.services__solutions{display:flex;flex-direction:column;gap:4rem;margin-top:4rem}.services__solution{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.services__solution:hover{box-shadow:0 8px 24px #991b1b1a;transform:translateY(-2px)}.services__solution-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.services__solution-link{color:#ef4444;text-decoration:none;transition:opacity .2s ease}.services__solution-link:hover{opacity:.85;text-decoration:underline}.services__solution-description{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:1rem}.services__solution-list{list-style:none;margin:1rem 0;padding-left:0}.services__solution-list li{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:2rem;position:relative}.services__solution-list li:before{color:#991b1b;content:"•";font-size:1.2rem;left:0;position:absolute;top:0}.services__solution-audience{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.services__audience-title{color:#182238;font-size:1rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem}.services__audience-title:first-child{margin-top:0}.services__audience-text{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:1rem}.services__solution-note{color:#94a3b8;font-size:1rem;font-style:italic;line-height:1.7;margin-top:1rem}.services__compliance{background:#991b1b0d;border:1px solid #991b1b33;border-radius:12px;margin-top:4rem;padding:3rem}.services__compliance-title{color:#ef4444;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.services__compliance-text{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:1rem}.services__compliance-list{list-style:none;margin:1rem 0;padding-left:0}.services__compliance-list li{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:2rem;position:relative}.services__compliance-list li:before{color:#991b1b;content:"✓";font-weight:700;left:0;position:absolute}.services__compliance-note{color:#64748b;font-size:1rem;font-style:italic;line-height:1.7;margin-top:1rem}.services__audiences{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:repeat(2,1fr);margin-top:4rem}@media(max-width:576px){.services__audiences{gap:2rem;grid-template-columns:1fr}}.services__audience-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:3rem}.services__audience-card-title{color:#ef4444;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.services__audience-card-description{color:#64748b;font-size:1rem;line-height:1.7;margin-bottom:1rem}.services__audience-card-list{list-style:none;margin:1rem 0;padding-left:0}.services__audience-card-list li{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:2rem;position:relative}.services__audience-card-list li:before{color:#991b1b;content:"•";font-size:1.2rem;left:0;position:absolute;top:0}.services__audience-uses{border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:2rem}.services__uses-title{color:#182238;font-size:1rem;font-weight:600;margin-bottom:1rem}.services__use-item{margin-bottom:2rem}.services__use-item:last-child{margin-bottom:0}.services__use-name{color:#ef4444;font-size:1rem;font-weight:600;margin-bottom:.5rem}.services__use-description{color:#64748b;font-size:1rem;line-height:1.7}.services__platform{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:4rem;padding:3rem;text-align:center}.services__platform-title{color:#ef4444;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.services__platform-text{color:#64748b;font-size:1.125rem;line-height:1.8}@media(max-width:576px){.services__platform-text{font-size:1rem}}.content-page{background:#f8f8f8;color:#182238;min-height:100vh;padding:4rem 0}.content-page__container{margin:0 auto;max-width:800px;padding:0 4rem}@media(max-width:576px){.content-page__container{padding:0 2rem}}.content-page__hero{margin-bottom:4rem;padding:6rem 0;text-align:center}.content-page__badge{color:#991b1b;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.content-page__title{color:#182238;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media(max-width:576px){.content-page__title{font-size:1.875rem}}.content-page__subtitle{color:#64748b;font-size:1.125rem}.content-page__intro{margin-bottom:4rem}.content-page__tagline{color:#182238;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.content-page__paragraph{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:1rem}.content-page__section{margin-bottom:4rem}.content-page__section-title{color:#182238;font-size:1.375rem;font-weight:600;margin-bottom:2rem}.content-page__list{list-style:none;margin:0;padding-left:0}.content-page__list li{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:2rem;padding-left:2rem;position:relative}.content-page__list li:before{color:#991b1b;content:"•";font-size:1.2rem;left:0;position:absolute;top:.1em}.content-page__list li strong{color:#182238}.content-page__summary{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:4rem;padding:3rem}.content-page__summary-text{color:#64748b;font-size:1rem;font-style:italic;line-height:1.8;margin:0}.content-page__nav{align-items:center;border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:4rem}.content-page__nav-link{color:#991b1b;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.content-page__nav-link:hover{opacity:.8;text-decoration:underline}.documents{background:#f8f8f8;color:#182238;min-height:100vh;padding:4rem 0}.documents__container{margin:0 auto;max-width:1400px;padding:0 4rem}@media(max-width:576px){.documents__container{padding:0 2rem}}.documents__header{margin-bottom:4rem;text-align:center}.documents__title{color:#182238;font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1rem}@media(max-width:576px){.documents__title{font-size:2rem}}.documents__subtitle{color:#64748b;font-size:1.125rem}@media(max-width:576px){.documents__subtitle{font-size:1rem}}.documents__loading{color:#cbd5e1;font-size:1.125rem;padding:6rem;text-align:center}.documents__filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:4rem}@media(max-width:576px){.documents__filters{align-items:stretch;flex-direction:column}}.documents__filter-group{display:flex;flex-direction:column;gap:.5rem}.documents__filter-label{color:#182238;font-size:1rem;font-weight:500}.documents__filter-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#182238;cursor:pointer;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.documents__filter-select:hover{background:#1e293bb3;border-color:#ffffff4d}.documents__filter-select:focus{border-color:#991b1b;box-shadow:0 0 0 3px #991b1b1a;outline:none}.documents__filter-select option{background:#fff;color:#182238}.documents__refresh-btn{background:#ef44441a;border:1px solid #ef4444;border-radius:8px;color:#991b1b;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 2rem;transition:all .3s ease}.documents__refresh-btn:hover{background:#ef444433;transform:translateY(-1px)}@media(max-width:576px){.documents__refresh-btn{width:100%}}.documents__empty{color:#64748b;font-size:1.125rem;padding:6rem;text-align:center}.documents__grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media(max-width:576px){.documents__grid{gap:2rem;grid-template-columns:1fr}}.documents__card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;display:flex;flex-direction:column;padding:3rem;transition:transform .3s ease,box-shadow .3s ease}.documents__card:hover{border-color:#991b1b;box-shadow:0 10px 30px #0000001a;transform:translateY(-4px)}.documents__card-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.documents__card-title{color:#182238;flex:1 1;font-size:1.125rem;font-weight:600;margin:0;word-break:break-word}.documents__status{border-radius:6px;font-size:.75rem;font-weight:600;padding:.25rem .5rem;text-transform:uppercase;white-space:nowrap}.documents__status--completed{background:#22c55e33;border:1px solid #22c55e4d;color:#22c55e}.documents__status--processing{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.documents__status--pending{background:#eab30833;border:1px solid #eab3084d;color:#eab308}.documents__status--failed{background:#ef444433;border:1px solid #ef44444d;color:#991b1b}.documents__status--unknown{background:#94a3b833;border:1px solid #94a3b84d;color:#64748b}.documents__card-body{flex:1 1;margin-bottom:1rem}.documents__card-info{display:flex;flex-direction:column;gap:.5rem}.documents__info-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:1rem;justify-content:space-between;padding:.5rem 0}.documents__info-item:last-child{border-bottom:none}.documents__info-item--error .documents__info-value{color:#991b1b}.documents__info-label{color:#64748b;flex-shrink:0;font-size:.875rem;font-weight:500}.documents__info-value{color:#cbd5e1;font-size:.875rem;text-align:right;word-break:break-word}.documents__card-actions{border-top:1px solid #f1f5f9;display:flex;gap:1rem;margin-top:auto;padding-top:1rem}.documents__download-btn{background:#991b1b;border:1px solid #991b1b;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.75rem 1rem;transition:all .3s ease}.documents__download-btn:hover{background:#6e1313;box-shadow:0 4px 12px #991b1b4d;transform:translateY(-1px)}.privacy-policy{background:#f8f8f8;color:#182238;min-height:100vh;padding:4rem 0}.privacy-policy__container{margin:0 auto;max-width:1200px;padding:0 4rem}@media(max-width:576px){.privacy-policy__container{padding:0 2rem}}.privacy-policy__hero{margin-bottom:4rem;padding:6rem 0;text-align:center}.privacy-policy__title{color:#182238;font-size:3.5rem;font-weight:700;line-height:1.1}@media(max-width:576px){.privacy-policy__title{font-size:2.5rem}}.privacy-policy__section{margin-bottom:6rem}@media(max-width:576px){.privacy-policy__section{margin-bottom:4rem}}.privacy-policy__section-title{color:#182238;font-size:2rem;font-weight:600;margin-bottom:2rem}@media(max-width:576px){.privacy-policy__section-title{font-size:1.5rem}}.privacy-policy__intro{color:#64748b;font-size:1.125rem;line-height:1.8;margin-bottom:2rem}@media(max-width:576px){.privacy-policy__intro{font-size:1rem}}.privacy-policy__subsection{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:3rem}.privacy-policy__subsection-title{color:#ef4444;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.privacy-policy__text{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:1rem}@media(max-width:576px){.privacy-policy__text{font-size:.875rem}}.privacy-policy__list{list-style:none;margin:1rem 0;padding-left:0}.privacy-policy__list li{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:.5rem;padding-left:2rem;position:relative}@media(max-width:576px){.privacy-policy__list li{font-size:.875rem}}.privacy-policy__list li:before{color:#991b1b;content:"•";font-size:1.2rem;left:0;position:absolute;top:0}.privacy-policy__link{color:#ef4444;text-decoration:none;transition:color .3s ease}.privacy-policy__link:hover{color:#6e1313;text-decoration:underline}.terms-of-service{background:#f8f8f8;color:#182238;min-height:100vh;padding:4rem 0}.terms-of-service__container{margin:0 auto;max-width:1200px;padding:0 4rem}@media(max-width:576px){.terms-of-service__container{padding:0 2rem}}.terms-of-service__hero{margin-bottom:4rem;padding:6rem 0;text-align:center}.terms-of-service__title{color:#182238;font-size:3.5rem;font-weight:700;line-height:1.1}@media(max-width:576px){.terms-of-service__title{font-size:2.5rem}}.terms-of-service__section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:6rem;padding:3rem}@media(max-width:576px){.terms-of-service__section{margin-bottom:4rem}}.terms-of-service__section-title{color:#182238;font-size:2rem;font-weight:600;margin-bottom:2rem}@media(max-width:576px){.terms-of-service__section-title{font-size:1.5rem}}.terms-of-service__intro{color:#64748b;font-size:1.125rem;line-height:1.8;margin-bottom:2rem}@media(max-width:576px){.terms-of-service__intro{font-size:1rem}}.terms-of-service__text{color:#64748b;font-size:1rem;line-height:1.8;margin-bottom:1rem}@media(max-width:576px){.terms-of-service__text{font-size:.875rem}}.terms-of-service__link{color:#ef4444;text-decoration:none;transition:color .3s ease}.terms-of-service__link:hover{color:#6e1313;text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.app{background:#f8f8f8;display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}@media(max-width:576px){.main-content{padding:1rem}}.main-content--fullscreen{margin:0;max-width:100%;padding:0}.loading{align-items:center;color:#991b1b;display:flex;font-size:1.5rem;justify-content:center;min-height:100vh}
/*# sourceMappingURL=main.c1f023c5.css.map*/