:root{font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;font-weight:400;color:#0f172a;background-color:#f8fafc;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f8fafc;font-size:14px}a{color:inherit}#root{min-height:100vh}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:999px;font-weight:600;font-size:.85rem;border:1px solid transparent;cursor:pointer;transition:box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease}.ui-button--primary{background:#013186;color:#f8fafc;box-shadow:0 10px 30px #01318640}.ui-button--primary:hover,.ui-button--primary:focus-visible{background:#0a3ca1;box-shadow:0 12px 30px #01318647}.ui-button--outline{background-color:#fff;color:#013186;border-color:#cbd5e1;box-shadow:0 10px 18px #0f172a14}.ui-button--outline:hover,.ui-button--outline:focus-visible{border-color:#94a3b8;background-color:#f6f8fb}.ui-button--ghost{background-color:transparent;color:#013186;border-color:transparent}.ui-button--ghost:hover,.ui-button--ghost:focus-visible{background-color:#f6f8fb;color:#01225f}.ui-button--danger{background-color:#dc2626;color:#fff;box-shadow:0 10px 18px #dc262633}.ui-button--danger:hover,.ui-button--danger:focus-visible{background-color:#b91c1c;box-shadow:0 12px 20px #dc262640}.ui-button--sm{padding:8px 12px;font-size:.8rem}.ui-button--md{padding:12px 16px;font-size:.85rem}.ui-button--lg{padding:14px 20px;font-size:.95rem}.ui-button--full{width:100%}.ui-modal .ui-button,.ui-modal .ui-button:hover,.ui-modal .ui-button:focus-visible{box-shadow:none}.ui-popover{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 18px 50px #0f172a2e;padding:12px;will-change:opacity,transform;transition:opacity .12s ease-out,transform .12s ease-out;transform-origin:top}.ui-popover--positioned{opacity:1;transform:scale(1)}.ui-popover:not(.ui-popover--positioned){opacity:0;transform:scale(.98);pointer-events:none}.ui-modal__backdrop{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:flex-start;justify-content:center;z-index:50;padding:16px;overflow-y:auto}.ui-modal{position:relative;width:min(90vw,var(--modal-width, 960px));max-width:100%;max-height:calc(100vh - 32px);margin-top:16px;margin-bottom:16px;background:#fff;border-radius:24px;padding:20px 24px 24px;box-shadow:0 24px 70px #0f172a40;overflow:hidden}.ui-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;position:sticky;top:0;background:#fff;z-index:20;padding-bottom:4px;margin-bottom:12px}.ui-modal:has(.create-bid-modal__form) .ui-modal__header{border-bottom:none;margin-bottom:0;padding-bottom:0}.ui-modal__title{margin:0;font-size:1.7rem;color:#0f172a;text-align:center;flex:1}.ui-modal:has(.account-settings) .ui-modal__title{text-align:left}.ui-modal:has(.create-bid-modal__form) .ui-modal__title{text-align:left;font-size:1.2rem;font-weight:700}.ui-modal__close{border:none;background:transparent;font-size:1.4rem;cursor:pointer;color:#0f172a;transition:color .14s ease;width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0}.ui-modal__close:hover{color:#0160c4}.ui-modal:has(.account-settings) .ui-modal__close{color:#0160c4}.ui-modal__body{display:flex;flex-direction:column;gap:12px;overflow-y:auto;overflow-x:hidden;min-height:0;flex:1;max-height:calc(92vh - 100px);padding-right:4px}.search-modal{display:flex;flex-direction:column;gap:12px;height:100%;min-height:0}.search-modal__icon{width:18px;height:18px;color:#475569;flex-shrink:0}.search-modal__item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:10px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;animation:searchFadeIn .16s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease;cursor:pointer}.search-modal__item:hover{background-color:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a14}.search-modal__more{border:none;background:transparent;font-size:1.2rem;color:#475569;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.search-modal__more:hover{color:#0f172a}.search-modal__empty{padding:16px 12px;color:#6b7280;font-weight:600;text-align:center}.ui-field{display:flex;flex-direction:column;gap:6px;font-weight:500;color:#0f172a;width:100%}.ui-field__label{font-size:.8rem}.ui-field__input{width:100%;padding:8px 12px;border-radius:10px;border:1px solid #cbd5e1;background-color:#fff;font-size:.9rem;transition:border-color .12s ease,box-shadow .12s ease}.ui-field__input:focus{outline:none;border-color:#0160c4;box-shadow:0 0 0 3px #0160c41f}.ui-field__assistive{font-size:.85rem;color:#475569}.ui-field--full{width:100%}.left-nav{background:#fff;border-right:1px solid #e2e8f0;padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.left-nav__header{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:12px;background:linear-gradient(135deg,#01318614,#0160c414);border:none;width:100%;text-align:left;cursor:pointer}.left-nav__workspace{margin:0;font-weight:500;font-size:.95rem}.left-nav__section{display:flex;flex-direction:column;gap:10px}.left-nav__label{font-weight:700;color:#475569}.left-nav__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.left-nav__icon-button{height:32px;width:32px;border-radius:50%;border:1px solid #dbe2ee;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#013186;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.left-nav__icon-button-icon{width:20px;height:20px}.left-nav__icon-button:hover,.left-nav__icon-button:focus-visible{background:#eef3fb;border-color:#cbd5e1}.left-nav__items{display:flex;flex-direction:column;gap:4px}.left-nav__brand{margin-top:auto;padding:12px 8px 4px;display:flex;flex-direction:column;align-items:center;gap:8px}.left-nav__brand img{width:140px;height:auto;object-fit:contain;display:block;opacity:.9}.left-nav__version{margin:0;font-size:.75rem;color:#94a3b8;font-weight:500}.left-nav__separator{height:1px;width:92%;margin:10px auto 6px;background:linear-gradient(90deg,#0000,#dbe2ee,#0000)}.left-nav__item{border:none;background:transparent;text-align:left;padding:10px 40px 10px 12px;border-radius:10px;font-weight:400;font-size:.98rem;color:#0f172a;cursor:pointer;transition:background-color .12s ease,color .12s ease;display:inline-flex;align-items:center;gap:10px;width:100%;flex:1}.left-nav__item:hover{background:#f1f5f9}.left-nav__item.is-active{background:linear-gradient(90deg,#01318614,#0160c414);color:#013186}.left-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.left-nav__icon svg{width:18px;height:18px}.left-nav__search{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.left-nav__search-icon{width:18px;height:18px;color:#64748b;flex-shrink:0}.left-nav__search input{border:none;outline:none;flex:1;background:transparent;font-size:.95rem}.left-nav::-webkit-scrollbar{width:0;height:0}.left-nav.is-scrolling::-webkit-scrollbar{width:8px;height:8px}.left-nav.is-scrolling::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.left-nav.is-scrolling::-webkit-scrollbar-track{background:transparent}.left-nav.is-scrolling{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.workspace-popover__row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#f8fafc;cursor:pointer;text-align:left;transition:border-color .12s ease,background-color .12s ease}.workspace-popover__row:hover,.workspace-popover__row:focus-visible{border-color:#cbd5e1;background:#f1f5f9}.left-nav__folder-wrapper{position:relative;display:flex;align-items:center;gap:4px}.left-nav__folder-wrapper:hover .left-nav__folder-menu-button{opacity:1}.left-nav__folder-menu-button{position:absolute;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#64748b;opacity:0;transition:opacity .12s ease,background-color .12s ease,color .12s ease;z-index:1}.left-nav__folder-menu-button:hover{opacity:1;background:#0000000d;color:#0f172a}.left-nav__folder-menu-icon{width:16px;height:16px}.left-nav__folder-popover{padding:4px;border-radius:8px}.left-nav__folder-menu{display:flex;flex-direction:column;padding:0;min-width:160px;background:transparent;border-radius:0;box-shadow:none}.left-nav__folder-menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:.875rem;color:#0f172a;text-align:left;transition:background-color .12s ease;width:100%}.left-nav__folder-menu-item:hover:not(:disabled){background:#f1f5f9}.left-nav__folder-menu-item:disabled{opacity:.5;cursor:not-allowed}.left-nav__folder-menu-item--danger:hover:not(:disabled){background:#f1f5f9}.left-nav__folder-menu-icon{width:16px;height:16px;flex-shrink:0}.create-folder-form{display:flex;flex-direction:column;gap:20px}.create-folder-form__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.header-actions{display:inline-flex;align-items:center;gap:10px;position:relative}.user-popover__item{display:inline-flex;align-items:center;gap:10px;padding:10px 8px;border-radius:10px;border:none;background:transparent;cursor:pointer;transition:background-color .12s ease;text-align:left;color:#0f172a}.user-popover__icon{width:18px;height:18px;color:#64748b;flex-shrink:0}.user-popover__item:hover .user-popover__icon{color:#0f172a}.user-popover__icon--danger,.user-popover__item--danger:hover .user-popover__icon--danger{color:#b91c1c}.ui-toggle{display:inline-flex;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none}.ui-toggle__label{font-size:.85rem;color:#0f172a;font-weight:500}.ui-toggle__input{position:absolute;opacity:0;width:0;height:0}.ui-toggle__slider{position:relative;display:inline-block;width:44px;height:24px;background-color:#cbd5e1;border-radius:12px;transition:background-color .2s ease;flex-shrink:0}.ui-toggle__slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 2px 4px #0003}.ui-toggle__input:checked+.ui-toggle__slider{background-color:#0160c4}.ui-toggle__input:checked+.ui-toggle__slider:before{transform:translate(20px)}.ui-toggle__input:disabled+.ui-toggle__slider{opacity:.5;cursor:not-allowed}.ui-toggle:has(.ui-toggle__input:disabled){cursor:not-allowed}.account-settings{display:flex;flex-direction:column;height:100%;min-height:0}.account-settings__tabs{display:flex;flex-wrap:nowrap;gap:4px;border-bottom:1px solid #e2e8f0;margin-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0;background:#fff;position:sticky;top:0;z-index:10;padding-top:0;padding-bottom:0}.account-settings__tabs::-webkit-scrollbar{display:none}.account-settings__tab{display:flex;align-items:center;gap:6px;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:.85rem;font-weight:500;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .14s ease,border-color .14s ease;white-space:nowrap;flex-shrink:0}.account-settings__tab:hover{color:#0f172a}.account-settings__tab.is-active{color:#0160c4;border-bottom-color:#0160c4}.account-settings__tab-icon{width:18px;height:18px}.account-settings__content{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;padding-top:16px;min-height:0}.account-settings__section{display:flex;flex-direction:column;gap:16px}.account-settings__section-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.account-settings__section-description{font-size:.85rem;color:#64748b;margin:0;line-height:1.5}.account-settings__basic-info-layout{display:flex;gap:32px;align-items:flex-start}.account-settings__profile{display:flex;flex-direction:column;gap:16px;align-items:flex-start;flex-shrink:0}.account-settings__profile-photo-wrapper{position:relative;flex-shrink:0}.account-settings__profile-photo{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#0160c4,#013186);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.9rem;font-weight:700;position:relative}.account-settings__photo-button{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #e2e8f0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#0f172a;transition:border-color .14s ease,box-shadow .14s ease}.account-settings__photo-button:hover{border-color:#0160c4;box-shadow:0 2px 8px #0160c433}.account-settings__photo-button svg{width:14px;height:14px}.account-settings__photo-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;min-width:180px;overflow:hidden}.account-settings__photo-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:none;text-align:left;font-size:.85rem;color:#0f172a;cursor:pointer;transition:background-color .14s ease}.account-settings__photo-menu-item:hover{background:#f8fafc}.account-settings__photo-menu-item--danger{color:#dc2626}.account-settings__photo-menu-item--danger:hover{background:#fef2f2}.account-settings__photo-menu-item svg{width:16px;height:16px}.account-settings__profile-info{display:flex;flex-direction:column;gap:4px}.account-settings__profile-name{font-size:1rem;font-weight:700;color:#0f172a}.account-settings__profile-email{font-size:.85rem;color:#64748b}.account-settings__form{display:flex;flex-direction:column;gap:16px;flex:1;min-width:0}.account-settings__toggles{display:flex;flex-direction:column;gap:20px;padding:16px;background:#f8fafc;border-radius:12px}.account-settings__subsection{display:flex;flex-direction:column;gap:16px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.account-settings__subsection:last-child{border-bottom:none;padding-bottom:0}.account-settings__subsection--danger{padding-top:24px}.account-settings__subsection-header{display:flex;align-items:center;gap:10px}.account-settings__subsection-icon{width:20px;height:20px;color:#64748b}.account-settings__subsection-content{display:flex;flex-direction:column;gap:12px;padding-left:30px}.account-settings__subsection-label{font-size:.8rem;font-weight:500;color:#64748b;margin-bottom:8px}.account-settings__sign-in-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.account-settings__sign-in-card-content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.account-settings__sign-in-card-email{font-size:.9rem;color:#0f172a;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-settings__add-password-link{border:none;background:none;color:#0160c4;font-size:.9rem;font-weight:600;cursor:pointer;padding:0;text-decoration:none;transition:color .14s ease;flex-shrink:0}.account-settings__add-password-link:hover{color:#013186;text-decoration:underline}.account-settings__google-icon{flex-shrink:0}.account-settings__email-field{flex:1}.account-settings__data-control-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#f8fafc;border-radius:12px}.account-settings__data-control-content{display:flex;align-items:center;gap:8px;flex:1}.account-settings__data-control-text{font-size:.85rem;color:#0f172a;font-weight:500}.account-settings__info-button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:none;cursor:pointer;color:#64748b;flex-shrink:0;transition:color .14s ease}.account-settings__info-button:hover{color:#0f172a}.account-settings__footer{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}.password-enable-modal{display:flex;flex-direction:column;gap:24px}.ui-modal:has(.password-enable-modal) .ui-modal__header{display:none}.ui-modal:has(.password-enable-modal) .ui-modal__close{display:none}.password-enable-modal__header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.password-enable-modal__back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;cursor:pointer;color:#0f172a;border-radius:8px;transition:background-color .14s ease;flex-shrink:0}.password-enable-modal__back:hover{background:#f8fafc}.password-enable-modal__back svg{width:20px;height:20px}.password-enable-modal__title{margin:0;font-size:1.2rem;font-weight:700;color:#0f172a;flex:1}.password-enable-modal__content{display:flex;flex-direction:column;gap:20px}.password-enable-modal__description{margin:0;font-size:.95rem;color:#64748b;line-height:1.6}.password-enable-modal__send-link{display:flex;align-items:center;justify-content:center;gap:8px}.password-enable-modal__footer{display:flex;justify-content:flex-end;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:8px}.ui-select{display:flex;flex-direction:column;gap:8px}.ui-select--full{width:100%}.ui-select__label{font-weight:600;color:#0f172a;font-size:.95rem}.ui-select__wrapper{position:relative;display:flex;align-items:center}.ui-select__input{width:100%;padding:8px 40px 8px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;font-size:.95rem;font-family:inherit;cursor:pointer;appearance:none;transition:border-color .12s ease,box-shadow .12s ease}.ui-select__input:focus{outline:none;border-color:#013186;box-shadow:0 0 0 3px #0131861a}.ui-select__icon{position:absolute;right:12px;width:20px;height:20px;color:#64748b;pointer-events:none}.ui-select__assistive{font-size:.85rem;color:#64748b}.create-bid-modal__form{display:flex;flex-direction:column;gap:24px;padding-right:12px;font-size:.875rem;color:#0f172a}.create-bid-modal__fields{display:flex;flex-direction:column;gap:20px}.create-bid-modal__form .ui-field__label,.create-bid-modal__form .ui-select__label{font-size:.875rem;font-weight:500;color:#0f172a}.create-bid-modal__form input,.create-bid-modal__form select,.create-bid-modal__form textarea{font-size:.875rem;color:#0f172a}.create-bid-modal__form input::placeholder,.create-bid-modal__form textarea::placeholder{font-size:.875rem;color:#94a3b8}.create-bid-modal__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.create-bid-modal__actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e2e8f0}.ui-field--error .ui-field__input,.ui-select--error .ui-select__input{border-color:#ef4444}.ui-field--error .ui-field__assistive,.ui-select--error .ui-select__assistive{color:#ef4444}.home-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:280px 1fr;background:linear-gradient(180deg,#e0f2fe,#fff);color:#0f172a;overflow:hidden}.home-nav{background:#fff;border-right:1px solid #e2e8f0;padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none}.home-nav__header{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:12px;background:linear-gradient(135deg,#01318614,#0160c414);border:none;width:100%;text-align:left;cursor:pointer}.home-nav__workspace{margin:0;font-weight:500;font-size:.95rem}.home-nav__badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;background:#e8f1ff;color:#013186;font-weight:600;font-size:.85rem}.home-nav__section{display:flex;flex-direction:column;gap:10px}.home-nav__label{font-weight:700;color:#475569}.home-nav__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.home-nav__icon-button{height:32px;width:32px;border-radius:50%;border:1px solid #dbe2ee;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#013186;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.home-nav__icon-button:hover,.home-nav__icon-button:focus-visible{background:#eef3fb;border-color:#cbd5e1}.home-nav__items{display:flex;flex-direction:column;gap:4px}.home-nav__brand{margin-top:auto;padding:12px 8px 4px}.home-nav__brand img{width:120px;height:auto;object-fit:contain;display:block;opacity:.9}.workspace-popover__row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;width:100%;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px;background:#f8fafc;cursor:pointer;text-align:left}.home-nav__separator{height:1px;width:92%;margin:10px auto 6px;background:linear-gradient(90deg,#0000,#dbe2ee,#0000)}.home-nav__item{border:none;background:transparent;text-align:left;padding:10px 12px;border-radius:10px;font-weight:400;font-size:.98rem;color:#0f172a;cursor:pointer;transition:background-color .12s ease,color .12s ease;display:inline-flex;align-items:center;gap:10px}.home-nav__item:hover{background:#f1f5f9}.home-nav__item.is-active{background:linear-gradient(90deg,#01318614,#0160c414);color:#013186}.home-nav__item--ghost{color:#0160c4}.home-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.home-nav__icon svg{width:18px;height:18px}.home-nav__search{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.home-nav__search input{border:none;outline:none;flex:1;background:transparent;font-size:.95rem}.home-main{padding:24px 28px 32px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;max-height:100vh;scrollbar-width:none}.home-main__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.home-main__breadcrumbs{display:flex;align-items:center;gap:6px;font-weight:600;color:#475569}.home-main__crumb{color:#013186}.home-main__right{display:inline-flex;align-items:center;gap:10px;position:relative}.home-main__actions{display:flex;gap:10px;align-items:center}.import-popover__item{width:100%;text-align:left;padding:10px 12px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;gap:6px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.home-main__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0}.home-main__toggles{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4px;box-shadow:0 6px 18px #0f172a0f}.card__cover-accent{position:absolute;inset:12px;border-radius:12px;background:linear-gradient(135deg,#013186,#0160c4);opacity:.2}.search-modal__field{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.search-modal__item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:10px;border-radius:12px;border:1px solid #e2e8f0;background:#fff;animation:searchFadeIn .16s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.card__title{margin:0;font-size:.92rem;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#0f172a;transition:color .2s ease}.list-view{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 10px 24px #0f172a14}.col-folder,.col-meta,.col-creator,.col-status{color:#475569;font-weight:600}.bid-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.bid-card__status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.bid-card__status-label{font-size:.75rem}.bid-status-icon{width:16px;height:16px}.bid-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600}@media(max-width:1080px){.home-shell{grid-template-columns:1fr}.home-nav{border-right:none;border-bottom:1px solid #e2e8f0}}.home-nav::-webkit-scrollbar,.home-main::-webkit-scrollbar{width:0;height:0}.home-nav.is-scrolling::-webkit-scrollbar,.home-main.is-scrolling::-webkit-scrollbar{width:8px;height:8px}.home-nav.is-scrolling::-webkit-scrollbar-thumb,.home-main.is-scrolling::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.home-nav.is-scrolling::-webkit-scrollbar-track,.home-main.is-scrolling::-webkit-scrollbar-track{background:transparent}.home-nav.is-scrolling,.home-main.is-scrolling{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}@media(max-width:720px){.home-main__header,.home-main__toolbar{flex-direction:column;align-items:flex-start}.home-main__actions{width:100%;flex-wrap:wrap}}.ui-textarea{display:flex;flex-direction:column;gap:8px}.ui-textarea--full{width:100%}.ui-textarea__label{font-weight:600;color:#0f172a;font-size:.95rem}.ui-textarea__input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#0f172a;font-size:.95rem;font-family:inherit;line-height:1.5;resize:vertical;transition:border-color .12s ease,box-shadow .12s ease}.ui-textarea__input:focus{outline:none;border-color:#013186;box-shadow:0 0 0 3px #0131861a}.ui-textarea__input::placeholder{color:#94a3b8}.ui-textarea__assistive{font-size:.85rem;color:#64748b}.approvals-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:280px 1fr;background:linear-gradient(180deg,#e0f2fe,#fff);color:#0f172a;overflow:hidden}.approvals-nav{background:#fff;border-right:1px solid #e2e8f0;padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none}.approvals-nav__header{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:20px;background:linear-gradient(135deg,#01318614,#0160c414);border:none;width:100%;text-align:left;cursor:pointer}.approvals-nav__workspace{margin:0;font-weight:500;font-size:.95rem}.approvals-nav__badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;background:#e8f1ff;color:#013186;font-weight:600;font-size:.85rem}.approvals-nav__section{display:flex;flex-direction:column;gap:10px}.approvals-nav__label{font-weight:700;color:#475569}.approvals-nav__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.approvals-nav__icon-button{height:32px;width:32px;border-radius:50%;border:1px solid #dbe2ee;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#013186;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.approvals-nav__icon-button:hover,.approvals-nav__icon-button:focus-visible{background:#eef3fb;border-color:#cbd5e1}.approvals-nav__items{display:flex;flex-direction:column;gap:4px}.approvals-nav__brand{margin-top:auto;padding:12px 8px 4px}.approvals-nav__brand img{width:120px;height:auto;object-fit:contain;display:block;opacity:.9}.approvals-nav__separator{height:1px;width:92%;margin:10px auto 6px;background:linear-gradient(90deg,#0000,#dbe2ee,#0000)}.approvals-nav__item{border:none;background:transparent;text-align:left;padding:10px 12px;border-radius:10px;font-weight:400;font-size:.98rem;color:#0f172a;cursor:pointer;transition:background-color .12s ease,color .12s ease;display:inline-flex;align-items:center;gap:10px}.approvals-nav__item:hover{background:#f1f5f9}.approvals-nav__item.is-active{background:linear-gradient(90deg,#01318614,#0160c414);color:#013186}.approvals-nav__item--ghost{color:#0160c4}.approvals-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.approvals-nav__icon svg{width:18px;height:18px}.approvals-nav__search{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.approvals-nav__search input{border:none;outline:none;flex:1;background:transparent;font-size:.95rem}.approvals-main{padding:24px 28px 32px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;max-height:100vh;scrollbar-width:none}.approvals-main__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.approvals-main__breadcrumbs{display:flex;align-items:center;gap:6px;font-weight:600;color:#475569}.approvals-main__crumb{color:#013186}.approvals-main__right{display:inline-flex;align-items:center;gap:10px;position:relative}.approvals-main__actions{display:flex;gap:10px;align-items:center}.approvals-main__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0}.approvals-main__toggles{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4px;box-shadow:0 6px 18px #0f172a0f}.card__avatar{width:32px;height:32px;min-width:32px;max-width:32px;min-height:32px;max-height:32px;border-radius:50%;background:linear-gradient(135deg,#013186,#0160c4);color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.01em;flex-shrink:0;aspect-ratio:1}@media(max-width:1080px){.approvals-shell{grid-template-columns:1fr}.approvals-nav{border-right:none;border-bottom:1px solid #e2e8f0}}.approvals-nav::-webkit-scrollbar,.approvals-main::-webkit-scrollbar{width:0;height:0}.approvals-nav.is-scrolling::-webkit-scrollbar,.approvals-main.is-scrolling::-webkit-scrollbar{width:8px;height:8px}.approvals-nav.is-scrolling::-webkit-scrollbar-thumb,.approvals-main.is-scrolling::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.approvals-nav.is-scrolling::-webkit-scrollbar-track,.approvals-main.is-scrolling::-webkit-scrollbar-track{background:transparent}.approvals-nav.is-scrolling,.approvals-main.is-scrolling{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}@media(max-width:720px){.approvals-main__header,.approvals-main__toolbar{flex-direction:column;align-items:flex-start}.approvals-main__actions{width:100%;flex-wrap:wrap}}.approval-confirmation-modal{display:flex;flex-direction:column;gap:24px}.approval-confirmation-modal__content{display:flex;flex-direction:column;gap:16px}.approval-confirmation-modal__message{margin:0;color:#0f172a;font-size:.95rem;line-height:1.5}.approval-confirmation-modal__remarks{margin-top:8px}.approval-confirmation-modal__actions{display:flex;justify-content:flex-end;gap:12px;padding-top:8px;border-top:1px solid #e2e8f0}.shared-with-me-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:280px 1fr;background:linear-gradient(180deg,#e0f2fe,#fff);color:#0f172a;overflow:hidden}.shared-with-me-nav{background:#fff;border-right:1px solid #e2e8f0;padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none}.shared-with-me-nav__header{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:20px;background:linear-gradient(135deg,#01318614,#0160c414);border:none;width:100%;text-align:left;cursor:pointer}.workspace-caret{margin-left:auto;display:inline-flex;width:14px;height:14px}.workspace-caret svg{width:14px;height:14px}.avatar{height:36px;width:36px;min-width:36px;min-height:36px;border-radius:50%;aspect-ratio:1;flex-shrink:0;background:linear-gradient(145deg,#013186,#0160c4);color:#f8fafc;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.shared-with-me-nav__workspace{margin:0;font-weight:500;font-size:.95rem}.shared-with-me-nav__badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;background:#e8f1ff;color:#013186;font-weight:600;font-size:.85rem}.shared-with-me-nav__section{display:flex;flex-direction:column;gap:10px}.shared-with-me-nav__label{font-weight:700;color:#475569}.shared-with-me-nav__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.shared-with-me-nav__icon-button{height:32px;width:32px;border-radius:50%;border:1px solid #dbe2ee;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#013186;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.shared-with-me-nav__icon-button:hover,.shared-with-me-nav__icon-button:focus-visible{background:#eef3fb;border-color:#cbd5e1}.shared-with-me-nav__items{display:flex;flex-direction:column;gap:4px}.shared-with-me-nav__brand{margin-top:auto;padding:12px 8px 4px}.shared-with-me-nav__brand img{width:120px;height:auto;object-fit:contain;display:block;opacity:.9}.workspace-popover{min-width:280px;padding:12px}.workspace-popover__title{font-weight:700;color:#0f172a;margin-bottom:8px}.workspace-popover__row{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;width:100%;border:1px solid #e2e8f0;border-radius:20px;padding:10px 12px;background:#f8fafc;cursor:pointer;text-align:left}.workspace-popover__row:hover,.workspace-popover__row:focus-visible{border-color:#cbd5e1}.avatar--sm{width:32px;height:32px;font-size:.95rem}.workspace-popover__meta{display:flex;flex-direction:column;gap:2px}.workspace-popover__name{font-weight:700}.workspace-popover__badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;background:#e8f1ff;color:#013186;font-weight:700;font-size:.85rem;width:fit-content}.workspace-popover__cta{color:#013186;font-weight:700;white-space:nowrap}.shared-with-me-nav__separator{height:1px;width:92%;margin:10px auto 6px;background:linear-gradient(90deg,#0000,#dbe2ee,#0000)}.shared-with-me-nav__item{border:none;background:transparent;text-align:left;padding:10px 12px;border-radius:10px;font-weight:400;font-size:.98rem;color:#0f172a;cursor:pointer;transition:background-color .12s ease,color .12s ease;display:inline-flex;align-items:center;gap:10px}.shared-with-me-nav__item:hover{background:#f1f5f9}.shared-with-me-nav__item.is-active{background:linear-gradient(90deg,#01318614,#0160c414);color:#013186}.shared-with-me-nav__item--ghost{color:#0160c4}.shared-with-me-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.shared-with-me-nav__icon svg{width:18px;height:18px}.shared-with-me-nav__search{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.shared-with-me-nav__search input{border:none;outline:none;flex:1;background:transparent;font-size:.95rem}.shared-with-me-main{padding:24px 28px 32px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;max-height:100vh;scrollbar-width:none}.shared-with-me-main__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.shared-with-me-main__breadcrumbs{display:flex;align-items:center;gap:6px;font-weight:600;color:#475569}.shared-with-me-main__crumb{color:#013186}.shared-with-me-main__right{display:inline-flex;align-items:center;gap:10px;position:relative}.shared-with-me-main__actions{display:flex;gap:10px;align-items:center}.caret svg{width:12px;height:12px}.icon-button{width:36px;height:36px;border-radius:10px;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform .12s ease;position:relative}.icon-button--flat{border-radius:10px;border:none;background:transparent}.icon-button:hover,.icon-button:focus-visible{background:#f1f5f9;border-color:#cbd5e1}.icon-button svg{width:18px;height:18px}.inline-icon--bold svg{stroke-width:2.1}.ai-chip{width:22px;height:22px;color:#fff;display:inline-flex;align-items:center;justify-content:center;margin-left:4px}.ai-chip svg{width:100%;height:100%}.icon-button--alert:after{content:"";position:absolute;top:6px;right:6px;width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:0 0 0 2px #fff}.profile-chip{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#013186,#0160c4);color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.02em;border:none;cursor:pointer}.profile-chip:hover,.profile-chip:focus-visible{box-shadow:0 10px 22px #01318624}.user-popover{position:absolute;top:52px;right:0;width:240px;background:#fff;border-radius:14px;box-shadow:0 18px 50px #0f172a2e;border:1px solid #e2e8f0;padding:12px;display:flex;flex-direction:column;gap:6px;z-index:10}.user-popover__user{display:flex;flex-direction:column;gap:2px;margin-bottom:6px}.user-popover__name{font-weight:700}.user-popover__email{color:#475569;font-size:.95rem}.user-popover__item{display:inline-flex;align-items:center;gap:10px;padding:10px 8px;border-radius:10px;border:none;background:transparent;cursor:pointer;transition:background-color .12s ease;text-align:left}.user-popover__item:hover,.user-popover__item:focus-visible{background:#f1f5f9}.user-popover__item--danger{color:#b91c1c}.dot{width:8px;height:8px;border-radius:50%;background:#cbd5e1}.dot--danger{background:#ef4444}.user-popover__credits{margin-top:4px;padding:10px 8px;border-radius:10px;background:#f8fafc;font-weight:700;color:#0f172a;border:1px solid #e2e8f0}.import-popover{min-width:340px;padding:12px;display:flex;flex-direction:column;gap:8px}.import-popover__title{font-weight:700;margin-bottom:2px}.import-popover__item{width:100%;text-align:left;padding:10px 12px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;gap:6px;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.import-popover__item:hover,.import-popover__item:focus-visible{border-color:#cbd5e1;background:#f6f8fb}.import-popover__item.is-active{background:#f1f5ff;border-color:#c5d7ff}.import-popover__item-head{display:flex;align-items:center;gap:8px}.import-popover__item-title{font-weight:700}.import-popover__badge{margin-left:auto;padding:2px 6px;border-radius:8px;background:#d6e8ff;color:#013186;font-weight:700;font-size:.8rem}.import-popover__desc{margin:0;color:#475569;font-size:.95rem;line-height:1.4}.shared-with-me-main__toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0}.chip-group{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid transparent;background:transparent;color:#0f172a;border-radius:999px;padding:8px 14px;font-weight:500;font-size:.95rem;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease;display:inline-flex;align-items:center;gap:8px}.chip:hover{border-color:#dbe2ee;background:#f6f8fb}.chip.is-active{background:#d6e8ff;color:#013186;border-color:#bcd7ff}.chip__icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.chip__icon svg{width:16px;height:16px}.shared-with-me-main__toggles{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4px;box-shadow:0 6px 18px #0f172a0f}.toggle{border:none;background:transparent;color:#0f172a;border-radius:20px;padding:8px 12px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:border-color .12s ease,background-color .12s ease,color .12s ease}.toggle:hover{background:#f1f5f9}.toggle.is-active{background:linear-gradient(135deg,#013186,#0160c4);color:#f8fafc}.toggle__icon{display:inline-flex;width:18px;height:18px}.toggle__icon svg{width:18px;height:18px}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 6px 18px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0f172a1f;border-color:#cbd5e1}.card__cover{height:200px;background:linear-gradient(135deg,#0131861f,#0160c41f);position:relative;overflow:hidden;flex-shrink:0}.card__cover-accent{position:absolute;inset:12px;border-radius:20px;background:linear-gradient(135deg,#013186,#0160c4);opacity:.2}.card__preview{position:absolute;inset:0;background:#fff;padding:16px 16px 56px;display:flex;flex-direction:column;overflow:hidden}.card__preview-content{flex:1;display:flex;flex-direction:column;gap:2px;font-family:Georgia,Times New Roman,serif;font-size:.7rem;line-height:1.4;color:#1f2937;overflow:hidden}.card__preview-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:1.4em}.card__preview-overlay{position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to top,rgba(255,255,255,.95),transparent);border-top:3px solid #013186;pointer-events:none;z-index:1}.search-modal{display:flex;flex-direction:column;gap:12px;max-height:calc(92vh - 140px);overflow:hidden}.search-modal__field{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:20px;background:#f8fafc}.search-modal__field input{border:none;outline:none;flex:1;background:transparent;font-size:1rem}.search-modal__icon{width:18px;height:18px;color:#475569}.search-modal__list{display:flex;flex-direction:column;gap:10px;overflow-y:auto;padding-right:4px}.search-modal__item{display:grid;grid-template-columns:72px 1fr auto;gap:12px;padding:10px;border-radius:20px;border:1px solid #e2e8f0;background:#fff;animation:searchFadeIn .16s ease;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease}.search-modal__thumb{width:72px;height:56px;border-radius:10px;background:linear-gradient(135deg,#01318629,#0160c429)}.search-modal__content{display:flex;flex-direction:column;gap:4px}.search-modal__title{margin:0;font-weight:700;color:#1f2937}.search-modal__meta{margin:0;color:#6b7280;font-size:.95rem}.search-modal__more{border:none;background:transparent;font-size:1.2rem;color:#475569;cursor:pointer}.search-modal__empty{padding:16px 12px;color:#6b7280;font-weight:600}@keyframes searchFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.card__body{padding:0 12px 14px;display:flex;flex-direction:column;gap:4px}.card__eyebrow{margin:0;font-size:.8rem;color:#64748b;font-weight:600}.card__title{margin:0;padding:12px 0 0;font-size:.92rem;font-weight:600;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#0f172a;transition:color .2s ease}.card:hover .card__title{color:#013186}.card__meta-stack{margin-top:10px}.card__meta-row{display:flex;align-items:center;gap:10px}.card__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#013186,#0160c4);color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;font-weight:700;letter-spacing:.01em}.card__meta-texts{display:flex;flex-direction:column;gap:2px}.card__meta-author{font-weight:500;color:#2c3a4d;font-size:.85rem;line-height:1.2}.card__meta-updated{color:#94a3b8;font-size:.8rem;line-height:1.2}.card__description{margin:0;color:#475569;font-size:.9rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.approval-card{position:relative}.approval-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:8px}.approval-card__status{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;white-space:nowrap}.approval-card__status-label{font-size:.75rem}.approval-card__actions{margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.action-popover{min-width:240px;padding:12px;display:flex;flex-direction:column;gap:4px}.action-popover__title{font-weight:700;margin-bottom:8px;color:#0f172a;font-size:.875rem}.action-popover__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:none;background:transparent;cursor:pointer;transition:background-color .12s ease;text-align:left;width:100%;font-size:.875rem;font-weight:500}.action-popover__item:hover{background:#f1f5f9}.action-popover__item--approve{color:#10b981}.action-popover__item--approve:hover{background:#ecfdf5}.action-popover__item--reject{color:#ef4444}.action-popover__item--reject:hover{background:#fef2f2}.action-popover__item--changes{color:#f59e0b}.action-popover__item--changes:hover{background:#fffbeb}.action-popover__icon{width:18px;height:18px;flex-shrink:0}.action-popover__info{padding:10px 12px;color:#64748b;font-size:.875rem;font-style:italic;text-align:center}.card__meta{margin-top:4px;display:flex;align-items:center;gap:8px;color:#475569;font-size:.85rem}.card__tag{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;background:#0160c41f;color:#013186;font-weight:700}.list-view{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:hidden;box-shadow:0 10px 24px #0f172a14}.list-view__head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:12px 16px;background:#f8fafc;color:#475569;font-weight:700;font-size:.95rem;border-bottom:1px solid #e2e8f0}.list-view__body{display:flex;flex-direction:column}.list-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;padding:12px 16px;gap:8px;border-bottom:1px solid #e2e8f0}.col-status,.col-submitted,.col-approvers,.col-actions{color:#475569;font-weight:600}.approval-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600}.approval-status-icon{width:16px;height:16px}.approval-status-icon--approved{color:#10b981}.approval-status-icon--rejected{color:#ef4444}.approval-status-icon--changes{color:#f59e0b}.approval-status-icon--pending{color:#64748b}.list-row__no-action{color:#94a3b8;font-style:italic}.list-row:last-of-type{border-bottom:none}.list-row__title{font-weight:700;margin-bottom:2px}.list-row__subtitle{color:#475569;font-size:.95rem}.col-folder,.col-meta,.col-creator{color:#475569;font-weight:600}.list-row:hover{background:#f8fbff}@media(max-width:1080px){.shared-with-me-shell{grid-template-columns:1fr}.shared-with-me-nav{border-right:none;border-bottom:1px solid #e2e8f0}}.shared-with-me-nav::-webkit-scrollbar,.shared-with-me-main::-webkit-scrollbar{width:0;height:0}.shared-with-me-nav.is-scrolling::-webkit-scrollbar,.shared-with-me-main.is-scrolling::-webkit-scrollbar{width:8px;height:8px}.shared-with-me-nav.is-scrolling::-webkit-scrollbar-thumb,.shared-with-me-main.is-scrolling::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.shared-with-me-nav.is-scrolling::-webkit-scrollbar-track,.shared-with-me-main.is-scrolling::-webkit-scrollbar-track{background:transparent}.shared-with-me-nav.is-scrolling,.shared-with-me-main.is-scrolling{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}@media(max-width:720px){.shared-with-me-main__header,.shared-with-me-main__toolbar{flex-direction:column;align-items:flex-start}.shared-with-me-main__actions{width:100%;flex-wrap:wrap}}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:linear-gradient(180deg,#e8f2ff,#f4f4f4);color:#0f172a}.auth-panel{max-width:560px;padding:88px 72px 56px;display:flex;flex-direction:column;gap:24px;margin:0 auto;position:relative}.auth-panel__locale{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#0b1e44;border:none;background:#e6f0ff;cursor:pointer;padding:10px 16px;border-radius:999px;transition:background-color .14s ease,box-shadow .14s ease;position:absolute;top:24px;left:24px}.auth-panel__locale-caret{width:16px;height:16px}.auth-panel__locale svg{width:18px;height:18px}.auth-panel__locale:hover,.auth-panel__locale:focus-visible{background:#d0e3ff;box-shadow:0 10px 24px #0131861f}.auth-panel__content{display:flex;flex-direction:column;gap:24px}.auth-panel__intro h1{margin:0 0 8px;font-size:2.4rem}.auth-panel__subtitle{margin:0;font-size:1rem;color:#334155;max-width:420px}.auth-form{display:flex;flex-direction:column;gap:18px}.auth-form__social{justify-content:center;background:#fff;border-color:#d6e0f0}.auth-form__icon{display:inline-flex;align-items:center}.auth-form__divider{position:relative;text-align:center;color:#64748b;font-weight:600}.auth-form__divider:before,.auth-form__divider:after{content:"";position:absolute;top:50%;width:38%;height:1px;background:#e2e8f0}.auth-form__divider:before{left:0}.auth-form__divider:after{right:0}.auth-form__fields{display:flex;flex-direction:column;gap:14px}.auth-form__password{position:relative}.auth-form__password .ui-field__input{padding-right:44px}.auth-form__toggle{position:absolute;right:12px;top:50%;transform:translateY(calc(-50% + .45rem + 3px));border:none;background:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;padding:4px;color:#64748b;transition:color .14s ease;z-index:1}.auth-form__toggle:hover{color:#0f172a}.auth-form__toggle svg{width:20px;height:20px}.auth-form__actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.auth-form__link{color:#0160c4;font-weight:600;text-decoration:none}.auth-form__link:hover,.auth-form__link:focus-visible{text-decoration:underline}.auth-panel__footer{display:flex;flex-direction:column;gap:8px}.auth-panel__prompt{margin:0;color:#334155}.auth-panel__brand{margin-top:auto;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.auth-panel__logo{height:44px;width:auto;max-width:220px;object-fit:contain;display:block}.auth-panel__caption{margin:0;color:#94a3b8;font-size:.9rem}.auth-panel__caption a.auth-panel__link{color:inherit;text-decoration:none}.auth-panel__caption a.auth-panel__link:hover,.auth-panel__caption a.auth-panel__link:focus-visible{text-decoration:underline}.auth-visual{position:relative;background:radial-gradient(circle at 20% 20%,#fff,#fff0 35%),radial-gradient(circle at 80% 30%,#0160c426,#0160c400 45%),linear-gradient(135deg,#013186,#0160c4 55%,#1e293b);display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:1024px){.auth-shell{grid-template-columns:1fr}.auth-visual{display:none}}@media(max-width:720px){.auth-panel{padding:48px 24px 56px}.auth-panel__intro h1{font-size:2rem}}.language-grid{display:grid;grid-template-columns:repeat(6,minmax(120px,1fr));gap:10px 12px;margin-top:8px;justify-items:center}.language-pill{border:none;background:transparent;padding:10px 12px;border-radius:12px;font-weight:700;color:#0f172a;text-align:center;cursor:pointer;transition:background-color .14s ease,color .14s ease;width:100%}.language-pill:hover,.language-pill:focus-visible{background:#eef3fb}.language-pill.is-active{background:#d6e8ff;color:#013186}.ui-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(145deg,#013186,#0160c4);color:#f8fafc;font-weight:700;flex-shrink:0}.ui-avatar--sm{width:32px;height:32px;font-size:.85rem}.ui-avatar--md{width:36px;height:36px;font-size:.95rem}.ui-avatar--lg{width:80px;height:80px;font-size:2rem}.ui-table{display:flex;flex-direction:column;gap:16px}.ui-table__search{margin-bottom:8px}.ui-table__container{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}.ui-table__wrapper{display:flex;flex-direction:column}.ui-table__head{display:grid;gap:12px;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:.8rem;color:#475569;text-transform:uppercase;letter-spacing:.5px}.ui-table__header{display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none}.ui-table__header--sortable{cursor:pointer;transition:color .12s ease}.ui-table__header--sortable:hover{color:#013186}.ui-table__header--left{justify-content:flex-start}.ui-table__header--center{justify-content:center}.ui-table__header--right{justify-content:flex-end}.ui-table__sort-icon{display:inline-flex;align-items:center;width:14px;height:14px;color:#cbd5e1;transition:color .12s ease}.ui-table__header--sortable:hover .ui-table__sort-icon{color:#94a3b8}.ui-table__sort-icon--active{color:#013186}.ui-table__sort-icon--inactive{opacity:.3}.ui-table__body{display:flex;flex-direction:column}.ui-table__row{display:grid;gap:12px;padding:10px 16px;border-bottom:1px solid #e2e8f0;transition:background-color .12s ease}.ui-table__row:last-child{border-bottom:none}.ui-table__row:hover{background:#f8fafc}.ui-table__cell{display:flex;align-items:center;font-size:.9rem;color:#0f172a;word-break:break-word}.ui-table__cell--left{justify-content:flex-start}.ui-table__cell--center{justify-content:center}.ui-table__cell--right{justify-content:flex-end}.ui-table__empty{display:flex;padding:40px 20px;justify-content:center;align-items:center}.ui-table__empty-cell{text-align:center;color:#64748b;font-size:.95rem;font-weight:500}.ui-table__footer{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 0}.ui-table__pagination-info{display:flex;align-items:center;gap:16px;font-size:.9rem;color:#475569}.ui-table__page-size{display:flex;align-items:center;gap:8px}.ui-table__page-size label{font-size:.9rem;color:#475569;white-space:nowrap}.ui-table__page-size-select{padding:6px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-size:.9rem;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.ui-table__page-size-select:hover{border-color:#cbd5e1}.ui-table__page-size-select:focus{outline:none;border-color:#013186;box-shadow:0 0 0 3px #0131861a}.ui-table__pagination{display:flex;align-items:center;gap:4px}.ui-table__pagination-button{min-width:36px;height:36px;padding:0 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#0f172a;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease;display:inline-flex;align-items:center;justify-content:center}.ui-table__pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.ui-table__pagination-button:disabled{opacity:.5;cursor:not-allowed}.ui-table__pagination-button--active{background:linear-gradient(135deg,#013186,#0160c4);color:#f8fafc;border-color:#013186}.ui-table__pagination-button--active:hover{background:linear-gradient(135deg,#0142a5,#0155b0)}.ui-table__pagination-ellipsis{padding:0 8px;color:#64748b;font-size:.9rem}@media(max-width:768px){.ui-table__footer{flex-direction:column;align-items:flex-start}.ui-table__pagination-info{flex-direction:column;align-items:flex-start;gap:12px}.ui-table__pagination{flex-wrap:wrap}}.settings-shell{min-height:100vh;height:100vh;display:grid;grid-template-columns:280px 1fr;background:linear-gradient(180deg,#e0f2fe,#fff);color:#0f172a;overflow:hidden}.settings-nav{background:#fff;border-right:1px solid #e2e8f0;padding:20px 16px 24px;display:flex;flex-direction:column;gap:16px;overflow-y:auto;scrollbar-width:none}.settings-nav__header{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:12px;background:linear-gradient(135deg,#01318614,#0160c414);border:none;width:100%;text-align:left;cursor:pointer}.settings-nav__workspace{margin:0 0 4px;font-weight:500;font-size:.95rem}.settings-nav__section{display:flex;flex-direction:column;gap:10px}.settings-nav__label{font-weight:700;color:#475569;font-size:.9rem}.settings-nav__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.settings-nav__icon-button{height:32px;width:32px;border-radius:50%;border:1px solid #dbe2ee;background:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease}.settings-nav__icon-button:hover{background:#f1f5f9}.settings-nav__separator{height:1px;margin:10px auto 6px;background:linear-gradient(90deg,#0000,#dbe2ee,#0000)}.settings-nav__item{border:none;background:transparent;text-align:left;padding:10px 12px;border-radius:10px;font-weight:400;font-size:.98rem;color:#0f172a;cursor:pointer;transition:background-color .12s ease,color .12s ease;display:inline-flex;align-items:center;gap:10px}.settings-nav__item:hover{background:#f1f5f9}.settings-nav__item.is-active{background:linear-gradient(90deg,#01318614,#0160c414);color:#013186}.settings-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px}.settings-nav__icon svg{width:18px;height:18px}.settings-nav__icon-svg{width:18px;height:18px}.settings-nav__search{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.settings-nav__search input{border:none;outline:none;flex:1;background:transparent;font-size:.95rem}.settings-nav__items{display:flex;flex-direction:column;gap:4px}.settings-nav__brand{margin-top:auto;padding-top:24px;display:flex;align-items:center;justify-content:center}.settings-nav__brand img{height:40px;width:auto}.settings-main{padding:24px 28px 32px;display:flex;flex-direction:column;gap:24px;overflow-y:auto;max-height:100vh;scrollbar-width:none}.settings-main__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 24px}.settings-main__back{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400;cursor:pointer;color:#0f172a}.settings-main__back:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.settings-main__back-icon{width:20px;height:20px}.settings-main__right{display:inline-flex;align-items:center;gap:10px}.settings-main__tabs{display:flex;gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:0}.settings-tab{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border:none;background:transparent;color:#64748b;font-weight:500;font-size:.95rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s ease,border-color .12s ease}.settings-tab:hover{color:#013186}.settings-tab.is-active{color:#013186;border-bottom-color:#013186}.settings-tab__icon{width:18px;height:18px}.settings-main__content{flex:1}.settings-tab-content{max-width:900px}.settings-tab-content__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.settings-tab-content__title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 24px}.settings-tab-content__subtitle{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 8px}.settings-tab-content__section{display:flex;flex-direction:column;gap:32px}.settings-tab-content__row{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.settings-tab-content__label-group{display:flex;flex-direction:column;gap:6px}.settings-tab-content__label{font-weight:600;font-size:.95rem;color:#0f172a}.settings-tab-content__description{font-size:.9rem;color:#64748b;margin:0;line-height:1.5}.settings-tab-content__value{display:flex;align-items:center;gap:12px}.settings-tab-content__helper{font-size:.9rem;color:#64748b}.settings-link{display:inline-flex;align-items:center;gap:4px;color:#013186;font-weight:500;font-size:.9rem;text-decoration:none;transition:color .12s ease}.settings-link:hover{color:#0160c4}.settings-link--danger{color:#ef4444}.settings-link--danger:hover{color:#dc2626}.settings-link svg{width:14px;height:14px}.workspace-logo{position:relative;display:inline-block}.workspace-logo__edit{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:.5rem;background:#fff;border:2px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.workspace-logo__edit:hover{border-color:#0160c4;box-shadow:0 0 0 3px #0160c41f}.workspace-logo__edit svg{width:14px;height:14px;color:#475569}.settings-tab-content__tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:1px solid #e2e8f0}.settings-subtab{padding:12px 16px;border:none;background:transparent;color:#64748b;font-weight:500;font-size:.95rem;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .12s ease,border-color .12s ease}.settings-subtab:hover{color:#013186}.settings-subtab.is-active{color:#013186;border-bottom-color:#013186}.members-table{border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden;background:#fff}.members-table__head{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-weight:600;font-size:.85rem;color:#475569;text-transform:uppercase;letter-spacing:.5px}.members-table__body{display:flex;flex-direction:column}.members-table__row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:16px;padding:16px 20px;border-bottom:1px solid #e2e8f0;transition:background-color .12s ease}.members-table__row:last-child{border-bottom:none}.members-table__row:hover{background:#f8fafc}.members-table__col-name{display:flex;align-items:center;gap:10px}.members-table__avatar{flex-shrink:0}.members-table__user-info{display:flex;flex-direction:column;gap:2px}.members-table__name{font-weight:500;font-size:.9rem;color:#0f172a}.members-table__email{font-size:.8rem;color:#64748b}.members-table__col-role{display:flex;align-items:center}.members-table__col-date{display:flex;align-items:center;font-size:.85rem;color:#64748b}.role-badge{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:90px;padding:4px 10px;border-radius:.5rem;background:#e8f1ff;color:#013186;font-weight:600;font-size:.8rem;border:none;cursor:pointer;transition:background-color .12s ease;white-space:nowrap}.role-badge:hover{background:#d4e4ff}.role-badge svg{width:12px;height:12px;flex-shrink:0}.role-dropdown{min-width:90px;width:90px}.role-dropdown__item{width:100%;text-align:left;padding:8px 12px;border:none;background:transparent;color:#0f172a;font-size:.85rem;cursor:pointer;transition:background-color .12s ease;white-space:nowrap}.role-dropdown__item:hover{background:#f8fafc}.settings-tab-content__empty{padding:48px 24px;text-align:center;color:#64748b}.billing-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:24px;max-width:320px}.billing-card__plan{text-align:center;padding-bottom:16px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.billing-card__plan-name{font-size:2rem;font-weight:700;color:#013186;margin-bottom:4px}.billing-card__plan-period{font-size:.95rem;color:#64748b}.billing-card__credits{text-align:center}.billing-card__credits-label{font-size:.9rem;color:#64748b;margin-bottom:12px}.billing-card__credits-amount{display:flex;align-items:center;justify-content:center;gap:8px;font-size:1.75rem;font-weight:700;color:#013186;margin-bottom:12px}.billing-card__credits-amount svg{width:20px;height:20px;color:#013186}.billing-card__credits-info{font-size:.85rem;color:#64748b;margin:8px 0 0}.api-keys-card{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;margin-top:24px}.api-keys-card__content{flex:1}.api-keys-card__title{font-size:1.1rem;font-weight:600;color:#0f172a;margin:0 0 6px}.api-keys-card__description{font-size:.9rem;color:#64748b;margin:0}.profile-chip{width:36px;height:36px;border-radius:.5rem;background:linear-gradient(145deg,#013186,#0160c4);color:#f8fafc;font-weight:600;font-size:.85rem;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .12s ease}.profile-chip:hover{transform:scale(1.05)}.icon-button{width:36px;height:36px;border-radius:.5rem;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease}.icon-button--flat{border-radius:.5rem;border:none;background:transparent}.icon-button:hover,.icon-button:focus-visible{background:#f1f5f9}.inline-icon{display:inline-flex;width:16px;height:16px}.inline-icon svg{width:16px;height:16px}.inline-icon--lg{width:20px;height:20px}.inline-icon--lg svg{width:20px;height:20px}.with-icon{display:inline-flex;align-items:center;gap:8px}.option-card{position:relative;display:flex;flex-direction:column;gap:16px;padding:20px;border:2px solid #e2e8f0;border-radius:16px;background:#fff;text-align:left;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease,transform .12s ease}.option-card:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 8px 24px #0f172a14;transform:translateY(-2px)}.option-card--selected{border-color:#013186;background:#f1f5ff;box-shadow:0 0 0 3px #0131861a}.option-card__checkmark{position:absolute;top:16px;left:16px;width:28px;height:28px;border-radius:50%;background:#013186;color:#fff;display:flex;align-items:center;justify-content:center;z-index:1}.option-card__checkmark svg{width:16px;height:16px}.option-card__illustration{width:100%;height:180px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#01318614,#0160c414);display:flex;align-items:center;justify-content:center}.option-card__content{display:flex;flex-direction:column;gap:8px}.option-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.option-card__title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a;line-height:1.3}.option-card__badge{flex-shrink:0}.option-card__badge-icon{display:inline-flex;align-items:center;width:14px;height:14px;margin-right:4px}.option-card__badge-icon svg{width:14px;height:14px}.option-card__description{margin:0;color:#64748b;font-size:.9rem;line-height:1.5}.ui-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:8px;font-weight:600;font-size:.85rem}.ui-badge--primary{background:#e8f1ff;color:#013186}.ui-badge--success{background:#d1fae5;color:#065f46}.ui-badge--info{background:#dbeafe;color:#1e40af}.ui-badge--warning{background:#fef3c7;color:#92400e}.create-bid-page{min-height:100vh;background:linear-gradient(180deg,#e0f2fe,#fff);position:relative;padding-bottom:80px;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.create-bid-page__header{padding:24px 32px;display:flex;align-items:center;justify-content:space-between}.create-bid-page__home-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400}.create-bid-page__home-btn:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.create-bid-page__home-icon{width:20px;height:20px}.create-bid-page__main{max-width:1200px;margin:0 auto;padding:0 32px}.create-bid-page__hero{text-align:center;margin-bottom:48px}.create-bid-page__title{font-size:3.5rem;font-weight:700;color:#0f172a;margin:0 0 16px;line-height:1.1}.create-bid-page__subtitle{font-size:1.25rem;color:#64748b;margin:0}.create-bid-page__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-bottom:48px}.create-bid-page__studio-banner{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:20px;padding:32px;margin-bottom:64px;display:flex;align-items:center;gap:32px;box-shadow:0 10px 30px #0f172a14}.studio-banner__content{flex:1;display:flex;align-items:center;gap:20px}.studio-banner__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.studio-banner__icon svg{width:28px;height:28px}.studio-banner__text{flex:1;display:flex;flex-direction:column;gap:8px}.studio-banner__header{display:flex;align-items:center;gap:12px}.studio-banner__title{font-size:1.5rem;font-weight:700;color:#0f172a}.studio-banner__beta{font-size:.75rem;padding:2px 8px}.studio-banner__description{margin:0;color:#64748b;font-size:1rem;line-height:1.5}.studio-banner__button{flex-shrink:0}.studio-banner__illustration{width:200px;height:200px;flex-shrink:0;position:relative}.cat-illustration{width:100%;height:100%;position:relative}.cat-body{width:120px;height:100px;background:linear-gradient(135deg,#fb923c,#f97316);border-radius:50%/60% 60% 40% 40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cat-glasses{width:80px;height:30px;border:4px solid #16a34a;border-radius:50%;position:absolute;top:35%;left:50%;transform:translate(-50%)}.cat-clouds{position:absolute;top:0;left:0;width:100%;height:100%}.cat-clouds>div{position:absolute;background:#fff;border-radius:50px;opacity:.8}.cat-clouds>div:nth-child(1){width:60px;height:40px;top:20%;left:10%}.cat-clouds>div:nth-child(2){width:80px;height:50px;top:10%;right:10%}.cat-clouds>div:nth-child(3){width:50px;height:35px;bottom:20%;left:20%}.create-bid-page__recent{margin-top:64px}.create-bid-page__section-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 24px}.recent-prompts{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.recent-prompt-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-align:left;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.recent-prompt-card:hover{border-color:#cbd5e1;background:#f8fafc;box-shadow:0 4px 12px #0f172a14}.recent-prompt-card__content{flex:1;display:flex;flex-direction:column;gap:8px}.recent-prompt-card__title{margin:0;font-size:1rem;font-weight:600;color:#0f172a;line-height:1.4}.recent-prompt-card__meta{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.9rem}.recent-prompt-card__separator{color:#cbd5e1}.recent-prompt-card__status{font-size:.75rem;padding:2px 8px}.recent-prompt-card__arrow{width:20px;height:20px;color:#64748b;flex-shrink:0}.create-bid-page__load-more{display:inline-flex;align-items:center;gap:8px;margin-top:8px}.create-bid-page__load-more-icon{width:18px;height:18px}.create-bid-page__help{position:fixed;bottom:32px;right:32px}.option-illustration{width:100%;height:100%;position:relative;overflow:hidden}.option-illustration--generate{background:linear-gradient(180deg,#fce7f3,#f3e8ff,#dbeafe)}.illustration-sun{position:absolute;top:20%;right:20%;width:50px;height:50px;background:#fbbf24;border-radius:50%;box-shadow:0 0 20px #fbbf2480}.illustration-mountains{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(180deg,#ec4899,#a855f7);clip-path:polygon(0% 100%,20% 40%,40% 60%,60% 30%,80% 50%,100% 20%,100% 100%)}.illustration-stars{position:absolute;top:15%;left:15%}.illustration-stars span{display:block;width:8px;height:8px;background:#fff;border-radius:50%;margin-bottom:12px;box-shadow:0 0 8px #fffc}.illustration-stars span:last-child{margin-left:16px}.option-illustration--paste{background:linear-gradient(135deg,#1e293b,#334155);display:flex;align-items:center;justify-content:center}.illustration-text-icon{font-size:4rem;font-weight:700;color:#fff;opacity:.9}.option-illustration--import{background:linear-gradient(180deg,#d1fae5,#a7f3d0,#86efac);display:flex;align-items:center;justify-content:center}.illustration-upload-icon{width:64px;height:64px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#16a34a;box-shadow:0 4px 12px #0000001a}.option-illustration--template{background:linear-gradient(135deg,#fce7f3,#fde68a,#a7f3d0);display:flex;align-items:center;justify-content:center}.illustration-layers{display:flex;flex-direction:column;gap:8px;transform:rotate(-5deg)}.illustration-layers>div{width:120px;height:80px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026}.illustration-layers>div:nth-child(1){transform:translate(-8px)}.illustration-layers>div:nth-child(3){transform:translate(8px)}@media(max-width:768px){.create-bid-page__title{font-size:2.5rem}.create-bid-page__options{grid-template-columns:1fr}.create-bid-page__studio-banner{flex-direction:column;text-align:center}.studio-banner__content{flex-direction:column;align-items:flex-start}}.create-bid-page__info{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;margin-bottom:32px;box-shadow:0 2px 8px #0f172a0d}.create-bid-page__info-title{margin:0 0 16px;font-size:1.125rem;font-weight:700;color:#0f172a}.create-bid-page__info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px}.create-bid-page__info-item{display:flex;flex-direction:column;gap:4px}.create-bid-page__info-label{font-size:.875rem;font-weight:600;color:#64748b}.create-bid-page__info-value{font-size:.95rem;color:#0f172a;font-weight:500}.create-template-page{min-height:100vh;background:linear-gradient(180deg,#e0f2fe,#fff);position:relative;padding-bottom:80px;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.create-template-page__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 24px;background:transparent}.create-template-page__header-right{display:flex;align-items:center;gap:12px}.create-template-page__back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400}.create-template-page__back-btn:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.create-template-page__manage-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border-radius:12px}.create-template-page__back-icon,.create-template-page__manage-icon{width:20px;height:20px}.create-template-page__main{max-width:1000px;margin:0 auto;padding:0 32px}.create-template-page__hero{text-align:center;margin-bottom:48px}.create-template-page__title{font-size:3rem;font-weight:700;color:#0f172a;margin:0 0 16px;line-height:1.1}.create-template-page__subtitle{font-size:1.1rem;color:#64748b;margin:0}.create-template-page__templates{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:64px}.template-option{min-height:400px;border:2px solid #e2e8f0;border-radius:16px;background:#fff;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;overflow:hidden}.template-option:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}.template-option--selected{border-color:#013186;box-shadow:0 0 0 3px #0131861a}.template-option__content{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px}.template-option__text{font-size:1.5rem;font-weight:600;color:#a855f7;font-family:monospace}.template-option__illustration{width:100%;height:100%;background:linear-gradient(135deg,#1e293b,#0f172a);position:relative;display:flex;align-items:center;justify-content:center;padding:40px}.template-cauldron{position:relative;width:200px;height:200px}.cauldron-body{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:120px;height:100px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%/60% 60% 40% 40%;box-shadow:0 8px 24px #0000004d}.cauldron-smoke{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:60%}.smoke-cloud{position:absolute;background:linear-gradient(135deg,#ec4899,#a855f7);border-radius:50%;opacity:.7;animation:float 3s ease-in-out infinite}.smoke-cloud--1{width:60px;height:60px;top:20%;left:45%;animation-delay:0s}.smoke-cloud--2{width:80px;height:80px;top:10%;left:40%;animation-delay:.5s}.smoke-cloud--3{width:50px;height:50px;top:5%;left:50%;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-20px) scale(1.1);opacity:.5}}.cauldron-papers{position:absolute;top:-40px;left:50%;transform:translate(-50%);width:100%;height:80px}.paper{position:absolute;width:60px;height:80px;background:#fff;border-radius:4px;box-shadow:0 4px 12px #0003;animation:float-paper 4s ease-in-out infinite}.paper--1{left:20%;animation-delay:0s;transform:rotate(-10deg)}.paper--2{left:50%;transform:translate(-50%) rotate(5deg);animation-delay:.5s}.paper--3{right:20%;animation-delay:1s;transform:rotate(-5deg)}@keyframes float-paper{0%,to{transform:translateY(0) rotate(var(--rotation, 0deg))}50%{transform:translateY(-15px) rotate(calc(var(--rotation, 0deg) + 5deg))}}.create-template-page__add-section{text-align:center;margin-bottom:48px}.create-template-page__section-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 16px}.add-template-content{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.add-template-description{margin:0;color:#64748b;font-size:1rem;line-height:1.6;max-width:600px}.add-template-badge{font-size:.75rem;padding:2px 8px}.add-template-button{display:inline-flex;align-items:center;gap:8px}.add-template-button__icon{width:20px;height:20px}.add-template-button__pro{font-size:.7rem;padding:2px 6px;background:#1e293b;color:#fff}.create-template-page__feedback{margin-bottom:64px}.feedback-banner{background:linear-gradient(135deg,#f3e8ff,#e9d5ff);border:1px solid #e9d5ff;border-radius:16px;padding:24px 32px;display:flex;align-items:center;gap:20px}.feedback-banner__icon{width:40px;height:40px;color:#a855f7;flex-shrink:0}.feedback-banner__icon svg{width:40px;height:40px}.feedback-banner__content{flex:1}.feedback-banner__text{margin:0;color:#0f172a;font-size:.95rem;line-height:1.5}.feedback-banner__button{flex-shrink:0}.create-template-page__info{margin-top:64px}.info-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;display:flex;flex-direction:column;gap:12px}.info-card__icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#0131861a,#0160c41a);color:#013186;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.info-card__icon svg{width:24px;height:24px}.info-card__header{display:flex;align-items:center;gap:12px}.info-card__title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.info-card__badge{font-size:.75rem;padding:2px 8px}.info-card__description{margin:0;color:#64748b;font-size:.9rem;line-height:1.5}.info-card__link{color:#013186;font-weight:600;font-size:.9rem;text-decoration:none;margin-top:4px;display:inline-block}.info-card__link:hover{text-decoration:underline}.create-template-page__help{position:fixed;bottom:32px;right:32px}@media(max-width:768px){.create-template-page__templates{grid-template-columns:1fr}.feedback-banner{flex-direction:column;text-align:center}.info-cards{grid-template-columns:1fr}}.ui-radio-group{display:flex;flex-direction:column;gap:12px}.ui-radio-group__option{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.ui-radio-group__option:hover{border-color:#cbd5e1;background:#f8fafc}.ui-radio-group__input{margin-top:2px;width:20px;height:20px;cursor:pointer;accent-color:#013186}.ui-radio-group__option:has(.ui-radio-group__input:checked){border-color:#013186;background:#f1f5ff;box-shadow:0 0 0 3px #0131861a}.ui-radio-group__content{flex:1;display:flex;align-items:flex-start;gap:12px}.ui-radio-group__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;color:#013186;flex-shrink:0}.ui-radio-group__icon svg{width:24px;height:24px}.ui-radio-group__text{display:flex;flex-direction:column;gap:4px;flex:1}.ui-radio-group__label{font-weight:600;color:#0f172a;font-size:.95rem}.ui-radio-group__description{color:#64748b;font-size:.9rem;line-height:1.4}.collapsible-section{border-bottom:1px solid #e2e8f0}.collapsible-section:last-child{border-bottom:none}.collapsible-section__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 0;background:transparent;border:none;cursor:pointer;text-align:left;transition:color .12s ease}.collapsible-section__header:hover{color:#013186}.collapsible-section__title{font-size:.9rem;font-weight:600;color:#0f172a;transition:color .12s ease}.collapsible-section__header:hover .collapsible-section__title{color:#013186}.collapsible-section__icon{width:18px;height:18px;color:#64748b;transition:transform .2s ease,color .12s ease;flex-shrink:0}.collapsible-section__icon--open{transform:rotate(180deg)}.collapsible-section__header:hover .collapsible-section__icon{color:#013186}.collapsible-section__content{padding-bottom:16px;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.generate-text-page{min-height:100vh;background:linear-gradient(180deg,#e0f2fe,#fff);position:relative;padding-bottom:80px;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.generate-text-page__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 24px;background:transparent}.generate-text-page__back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400}.generate-text-page__back-btn:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.generate-text-page__back-icon{width:20px;height:20px}.generate-text-page__main{max-width:1200px;margin:0 auto;padding:0 32px}.generate-text-page__info{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 24px;margin-bottom:32px;box-shadow:0 2px 8px #0f172a0d}.generate-text-page__info .collapsible-section{border-bottom:none}.generate-text-page__info .collapsible-section__header{padding:0 0 16px}.generate-text-page__info .collapsible-section__content{padding-bottom:0}.generate-text-page__info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 20px}.generate-text-page__info-item{display:flex;flex-direction:column;gap:4px}.generate-text-page__info-label{font-size:.8rem;font-weight:600;color:#64748b}.generate-text-page__info-value{font-size:.875rem;color:#0f172a;font-weight:500}.generate-text-page__hero{margin-bottom:48px;text-align:center}.generate-text-page__title-wrapper{display:flex;align-items:center;justify-content:center;gap:16px}.generate-text-page__title-icon{width:48px;height:48px;color:#013186}.generate-text-page__title{font-size:3rem;font-weight:700;color:#0f172a;margin:0;line-height:1.1}.generate-text-page__section-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0 0 20px}.generate-text-page__content-type{margin-bottom:48px}.content-type-cards{display:flex;gap:16px;margin-bottom:24px;flex-wrap:wrap}.content-type-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:20px 24px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;min-width:140px}.content-type-card:hover{border-color:#cbd5e1;background:#f8fafc}.content-type-card--selected{border-color:#013186;background:#f1f5ff;box-shadow:0 0 0 3px #0131861a}.content-type-card__checkmark{position:absolute;top:12px;left:12px;width:24px;height:24px;border-radius:50%;background:#013186;color:#fff;display:flex;align-items:center;justify-content:center}.content-type-card__checkmark svg{width:16px;height:16px}.content-type-card__icon{width:48px;height:48px;color:#013186;display:flex;align-items:center;justify-content:center}.content-type-card__icon svg{width:48px;height:48px}.content-type-card__label{font-weight:600;color:#0f172a;font-size:.95rem}.generate-text-page__style-select{max-width:200px}.generate-text-page__input-section{margin-bottom:48px}.generate-text-page__section-titles{display:grid;grid-template-columns:1fr 400px;gap:32px;margin-bottom:12px}.generate-text-page__section-titles .generate-text-page__section-title{margin:0}.generate-text-page__input-wrapper{display:grid;grid-template-columns:1fr 400px;gap:32px;align-items:start;min-width:0}.generate-text-page__textarea-container{width:100%;display:flex;flex-direction:column;gap:12px;min-width:0;overflow:hidden}.generate-text-page__textarea-wrapper{position:relative;width:100%}.generate-text-page__textarea{width:100%}.generate-text-page__textarea-container textarea.ui-textarea__input{min-height:340px!important;height:340px!important;resize:vertical;padding-right:48px}.generate-text-page__upload-btn{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:#e2e8f0;border-radius:50%;cursor:pointer;color:#64748b;transition:background-color .12s ease,color .12s ease;z-index:10}.generate-text-page__upload-btn:hover{background:#cbd5e1;color:#0f172a}.generate-text-page__upload-icon{width:18px;height:18px}.generate-text-page__files-preview{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-top:8px}.generate-text-page__file-item{position:relative}.generate-text-page__file-preview{display:flex;align-items:center;gap:12px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:background-color .12s ease,border-color .12s ease;min-width:0;overflow:hidden;width:100%;box-sizing:border-box}.generate-text-page__file-preview:hover{background:#f1f5f9;border-color:#cbd5e1}.generate-text-page__file-preview-image{position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;overflow:visible;border:1px solid #e2e8f0;flex-shrink:0;max-width:100px;min-width:100px;min-height:75px;padding:2px;background:#f8fafc}.generate-text-page__file-preview-image img{display:block;max-width:96px;max-height:75px;width:auto;height:auto;object-fit:contain;border-radius:6px}.generate-text-page__file-preview-document{position:relative;display:inline-block;border-radius:8px;overflow:visible;border:1px solid #e2e8f0;flex-shrink:0;min-width:100px;max-width:100px;min-height:75px;width:100px;height:75px;background:#f8fafc;padding:2px}.generate-text-page__file-pdf-preview{width:100%;height:100%;border:none;background:#fff}.generate-text-page__file-preview-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 50%,transparent 100%);padding:6px;display:flex;align-items:flex-end;justify-content:space-between;gap:4px}.generate-text-page__file-preview-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.generate-text-page__file-preview-overlay .generate-text-page__file-icon{width:12px;height:12px;color:#fff;flex-shrink:0}.generate-text-page__file-preview-overlay .generate-text-page__file-info{flex:1;min-width:0}.generate-text-page__file-preview-overlay .generate-text-page__file-name{color:#fff;font-weight:600;font-size:.65rem}.generate-text-page__file-preview-overlay .generate-text-page__file-size{color:#ffffffe6;font-size:.55rem}.generate-text-page__file-preview-document .generate-text-page__file-remove{position:absolute;top:-8px;right:-8px;background:#fff;border:1px solid #e2e8f0;color:#64748b;width:20px;height:20px;border-radius:50%;box-shadow:0 2px 4px #00000026;z-index:10;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0}.generate-text-page__file-preview-document .generate-text-page__file-remove:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.generate-text-page__file-preview-document .generate-text-page__file-remove-icon{width:12px;height:12px}.generate-text-page__file-doc-preview{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px;background:#fff;border-radius:6px}.generate-text-page__file-doc-icon{width:40px;height:40px;color:#3b82f6;flex-shrink:0}.generate-text-page__file-doc-info{display:flex;flex-direction:column;align-items:center;gap:2px;text-align:center;max-width:100%;min-width:0;overflow:hidden}.generate-text-page__file-doc-info .generate-text-page__file-name{font-size:.65rem;font-weight:600;color:#0f172a;word-break:break-word;white-space:normal;text-overflow:unset;overflow:visible;line-height:1.2;max-width:100%}.generate-text-page__file-doc-info .generate-text-page__file-size{font-size:.55rem;color:#64748b;line-height:1.2}.generate-text-page__file-icon{width:24px;height:24px;color:#3b82f6;flex-shrink:0}.generate-text-page__file-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;overflow:hidden}.generate-text-page__file-name{font-size:.875rem;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.generate-text-page__file-size{font-size:.75rem;color:#64748b}.generate-text-page__file-remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#64748b;transition:background-color .12s ease,color .12s ease;flex-shrink:0}.generate-text-page__file-remove:hover{background:#fee2e2;color:#ef4444}.generate-text-page__file-preview-image .generate-text-page__file-remove{position:absolute;top:-8px;right:-8px;background:#fff;border:1px solid #e2e8f0;color:#64748b;width:20px;height:20px;border-radius:50%;box-shadow:0 2px 4px #00000026;z-index:10;display:flex;align-items:center;justify-content:center;padding:0}.generate-text-page__file-preview-image .generate-text-page__file-remove:hover{background:#fee2e2;border-color:#ef4444;color:#ef4444}.generate-text-page__file-preview-image .generate-text-page__file-remove-icon{width:12px;height:12px}.generate-text-page__file-remove-icon{width:16px;height:16px}.generate-text-page__sidebar{position:sticky;top:24px}.card-control-panel{background:linear-gradient(135deg,#e0f2fe,#dbeafe);border:1px solid #bae6fd;border-radius:16px;padding:24px}.card-control-panel__title{margin:0 0 12px;font-size:1.1rem;font-weight:700;color:#0f172a}.card-control-panel__description{margin:0 0 20px;color:#64748b;font-size:.9rem;line-height:1.5}.card-control-panel__example{background:#fff;border:1px solid #bae6fd;border-radius:12px;padding:16px;font-size:.85rem;line-height:1.6}.example-content{display:flex;flex-direction:column;gap:12px}.example-section{color:#0f172a}.example-section strong{display:block;margin-bottom:8px;font-weight:600}.example-section ul{margin:0;padding-left:20px;color:#64748b}.example-separator{text-align:center;color:#94a3b8;font-weight:600;padding:8px 0}.generate-text-page__processing{display:flex;flex-direction:column}.generate-text-page__radio-group{max-width:100%}.generate-text-page__actions{display:flex;flex-direction:column;align-items:center;gap:16px}.generate-text-page__continue-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:1rem}.generate-text-page__continue-icon{width:20px;height:20px}.generate-text-page__import-link{color:#013186;font-weight:600;font-size:.95rem;text-decoration:none}.generate-text-page__import-link:hover{text-decoration:underline}.generate-text-page__help{position:fixed;bottom:32px;right:32px}.help-icon{width:48px;height:48px;border-radius:50%;background:#e0f2fe;border:2px solid #bae6fd;color:#013186;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.help-icon:hover{background:#bae6fd;border-color:#7dd3fc;transform:scale(1.05)}@media(max-width:1024px){.generate-text-page__input-wrapper{grid-template-columns:1fr}.generate-text-page__sidebar{position:static}}@media(max-width:768px){.generate-text-page__title{font-size:2rem}.content-type-cards{justify-content:center}.content-type-card{min-width:120px;padding:16px 20px}}.prompt-editor-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#e0f2fe,#fff);font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem}.prompt-editor-page__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 24px;background:transparent}.prompt-editor-page__back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400}.prompt-editor-page__back-btn:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.prompt-editor-page__back-icon{width:20px;height:20px}.prompt-editor-page__title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center}.prompt-editor-page__info{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 20px;margin:12px 20px 0;box-shadow:0 2px 8px #0f172a0d}.prompt-editor-page__info .collapsible-section{border-bottom:none}.prompt-editor-page__info .collapsible-section__header{padding:0 0 16px}.prompt-editor-page__info .collapsible-section__content{padding-bottom:0}.prompt-editor-page__info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 20px}.prompt-editor-page__info-item{display:flex;flex-direction:column;gap:4px}.prompt-editor-page__info-label{font-size:.8rem;font-weight:600;color:#64748b}.prompt-editor-page__info-value{font-size:.875rem;color:#0f172a;font-weight:500}.prompt-editor-page__content{display:grid;grid-template-columns:380px 1fr 300px;gap:12px;flex:1;overflow:hidden;padding:12px 20px 80px}.prompt-editor-page__left-wrapper,.prompt-editor-page__center-wrapper,.prompt-editor-page__right-wrapper{display:flex;flex-direction:column}.prompt-editor-page__section-title{margin:0 0 8px;font-size:.75rem;font-weight:200;color:#0f172a}.prompt-editor-page__left{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow-y:auto;padding:16px;box-shadow:0 4px 12px #0f172a0d}.prompt-editor-page__settings{display:flex;flex-direction:column}.settings-section{display:flex;flex-direction:column;gap:12px}.settings-section__action-buttons{display:flex;flex-direction:column;gap:8px}.segmented-button-group{display:flex;border-radius:12px;overflow:hidden;border:1px solid #bae6fd;background:#fff}.segmented-button{flex:1;display:flex;align-items:center;justify-content:center;gap:3px;padding:6px;border:none;background:#fff;cursor:pointer;transition:background-color .12s ease;position:relative}.segmented-button:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:60%;background:#bae6fd}.segmented-button:hover:not(.segmented-button--selected){background:#f8fafc}.segmented-button--selected{background:#e0f2fe}.segmented-button__icon{width:14px;height:14px;color:#013186;flex-shrink:0}.segmented-button__label{font-weight:600;font-size:.7rem;color:#013186;white-space:nowrap}.settings-section__radio-group{display:flex;flex-direction:column;gap:8px}.text-amount-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.text-amount-option{display:flex;align-items:center;justify-content:center;padding:12px;border:2px solid #e2e8f0;border-radius:12px;background:#fff;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;position:relative}.text-amount-option:hover{border-color:#cbd5e1;background:#f8fafc}.text-amount-option--selected{border-color:#013186;background:#f1f5ff;box-shadow:0 0 0 3px #0131861a}.text-amount-option__input{position:absolute;opacity:0;width:0;height:0;margin:0;cursor:pointer}.text-amount-option__content{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px}.text-amount-option__label{font-weight:600;font-size:.85rem;color:#0f172a}.text-amount-option__lines{display:flex;flex-direction:column;gap:4px;width:100%;margin-top:8px}.text-amount-option__lines-columns{display:flex;gap:8px;width:100%}.text-amount-option__lines-column{display:flex;flex-direction:column;gap:4px;flex:1}.text-amount-option__line{height:3px;background-color:#94a3b8;border-radius:2px;transition:background-color .12s ease}.text-amount-option__lines--selected .text-amount-option__line{background-color:#013186}.settings-section__label{font-weight:600;font-size:.9rem;color:#0f172a}.settings-section__theme-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.settings-section__link{color:#013186;font-size:.85rem;font-weight:600;text-decoration:none}.settings-section__link:hover{text-decoration:underline}.settings-section__count{font-size:.75rem;color:#64748b;text-align:right;margin-top:8px}.prompt-editor-page__center{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 12px #0f172a0d;flex:1}.content-tabs{display:flex;justify-content:center;padding:8px 12px;background:#fff}.content-tabs .segmented-button-group{max-width:400px;width:100%}.content-editor{flex:1;display:flex;flex-direction:column;padding:0;overflow:hidden}.content-editor__tiptap-wrapper{flex:1;display:flex;flex-direction:column;overflow:hidden}.content-editor__toolbar{display:flex;align-items:center;gap:4px;padding:8px;border-bottom:1px solid #e2e8f0;background:#fff;flex-wrap:wrap}.toolbar-button{display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:4px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#0f172a;font-size:.875rem;cursor:pointer;transition:background-color .12s ease,border-color .12s ease;min-width:32px;height:28px}.toolbar-button__icon{width:16px;height:16px;flex-shrink:0}.toolbar-button__icon--small{width:12px;height:12px}.toolbar-button:hover{background:#f8fafc;border-color:#bae6fd}.toolbar-button.is-active{background:#e0f2fe;border-color:#7dd3fc;color:#013186}.toolbar-divider{width:1px;height:20px;background:#e2e8f0;margin:0 4px}.content-editor__tiptap{flex:1;overflow-y:auto;padding:12px;min-height:400px;font-size:.875rem;line-height:1.6;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.content-editor__tiptap .ProseMirror{outline:none;min-height:400px}.content-editor__tiptap .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#94a3b8;pointer-events:none;height:0}.content-editor__tiptap h1,.content-editor__tiptap h2,.content-editor__tiptap h3{font-weight:700;margin-top:16px;margin-bottom:8px;color:#0f172a}.content-editor__tiptap h1{font-size:1.5rem}.content-editor__tiptap h2{font-size:1.25rem}.content-editor__tiptap h3{font-size:1.1rem}.content-editor__tiptap ul,.content-editor__tiptap ol{padding-left:24px;margin-bottom:12px}.content-editor__tiptap blockquote{border-left:3px solid #bae6fd;padding-left:12px;margin:12px 0;color:#64748b;font-style:italic}.content-editor__tiptap code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-size:.85em;font-family:Courier New,monospace;color:#013186}.content-editor__tiptap pre{background:#f8fafc;padding:12px;border-radius:8px;overflow-x:auto;margin-bottom:12px;border:1px solid #e2e8f0}.content-editor__tiptap pre code{background:transparent;padding:0;color:#0f172a}.content-editor__tiptap table{border-collapse:collapse;margin:16px 0;table-layout:fixed;width:100%;overflow:hidden}.content-editor__tiptap table td,.content-editor__tiptap table th{min-width:1em;border:1px solid #e2e8f0;padding:8px;vertical-align:top;box-sizing:border-box;position:relative}.content-editor__tiptap table th{font-weight:700;text-align:left;background:#f8fafc;color:#0f172a}.content-editor__tiptap table .selectedCell:after{z-index:2;position:absolute;content:"";inset:0;background:#c8c8ff66;pointer-events:none}.content-editor__tiptap table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:-2px;width:4px;background-color:#bae6fd;pointer-events:none}.content-editor__html-source{flex:1;min-height:400px;font-family:Courier New,monospace;font-size:.875rem}.content-editor__textarea{flex:1;min-height:400px;font-family:inherit}.content-editor__footer{display:flex;align-items:center;justify-content:space-between;margin-top:0;padding:8px 12px;border-top:1px solid #e2e8f0;gap:12px;background:#fff}.content-editor__preview-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #bae6fd;border-radius:6px;background:#fff;color:#013186;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.content-editor__preview-toggle:hover{background:#f8fafc;border-color:#7dd3fc}.content-editor__preview-icon{width:14px;height:14px}.content-editor__export-button{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #bae6fd;border-radius:6px;background:#fff;color:#013186;font-size:.8rem;font-weight:500;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.content-editor__export-button:hover{background:#f8fafc;border-color:#7dd3fc}.content-editor__export-icon{width:14px;height:14px}.content-editor__markdown{font-size:.85rem;color:#64748b;font-weight:500}.content-editor__count{font-size:.85rem;color:#64748b}.prompt-editor-page__right{display:flex;flex-direction:column;padding:0}.additional-section{display:flex;flex-direction:column;gap:8px}.additional-section__label{font-weight:600;font-size:.95rem;color:#0f172a}.additional-section__textarea{min-height:200px}.tips-section{margin-top:auto}.tips-card{background:#bae6fd;border:1px solid #7dd3fc;border-radius:12px;padding:12px}.tips-card__title{margin:0 0 8px;font-size:1rem;font-weight:700;color:#0f172a}.tips-card__description{margin:0;font-size:.9rem;color:#0f172a;line-height:1.5}.prompt-editor-page__footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0f172a0d;gap:12px;z-index:100}.footer-help-btn{position:absolute;right:24px}.footer-generate-btn{display:inline-flex;align-items:center;gap:8px}.footer-generate-btn__icon{width:20px;height:20px}.footer-help-btn{width:40px;height:40px;border-radius:50%;border:1px solid #e2e8f0;background:#fff;color:#013186;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .12s ease,background-color .12s ease}.footer-help-btn:hover{border-color:#bae6fd;background:#e0f2fe}@media(max-width:1400px){.prompt-editor-page__content{grid-template-columns:280px 1fr 280px}}@media(max-width:1024px){.prompt-editor-page__content{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.prompt-editor-page__left,.prompt-editor-page__right{border-right:none;border-left:none;border-bottom:1px solid #e2e8f0;max-height:300px}}.generated-document-page{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.generated-document-page__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 24px;background:#fff;border-bottom:1px solid #e2e8f0}.generated-document-page__back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400}.generated-document-page__back-btn:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.generated-document-page__back-icon{width:20px;height:20px}.generated-document-page__title-wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.generated-document-page__title{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .12s ease}.generated-document-page__title:hover{background-color:#f1f5f9}.generated-document-page__status{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:600;padding:4px 12px;border-radius:999px;background:#fffc;border:1px solid currentColor;opacity:.9}.generated-document-page__status .bid-status-icon{width:16px;height:16px}.bid-status-icon--approved{color:#10b981}.bid-status-icon--rejected{color:#ef4444}.bid-status-icon--changes{color:#f59e0b}.bid-status-icon--pending{color:#64748b}.bid-status-icon--published{color:#3b82f6}.bid-status-icon--draft{color:#94a3b8}.generated-document-page__title-input{margin:0;font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center;border:2px solid #3b82f6;border-radius:6px;padding:4px 8px;background:#fff;outline:none;width:100%;max-width:600px;font-family:Plus Jakarta Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.generated-document-page__title-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #3b82f61a}.generated-document-page__info{margin:20px 20px 0;padding:16px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 8px #0f172a0d}.generated-document-page__info .collapsible-section{border-bottom:none}.generated-document-page__info .collapsible-section__header{padding:0 0 16px}.generated-document-page__info .collapsible-section__content{padding-bottom:0}.generated-document-page__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px 24px}.generated-document-page__info-item{display:flex;flex-direction:column;gap:4px}.generated-document-page__info-label{font-size:.8rem;font-weight:600;color:#64748b;text-transform:uppercase}.generated-document-page__info-value{font-size:.875rem;font-weight:500;color:#1f2937}.generated-document-page__content{display:grid;grid-template-columns:280px 1fr 320px;gap:12px;flex:1;overflow-y:auto;overflow-x:hidden;padding:20px 20px 100px}.generated-document-page__documents-sidebar{display:flex;flex-direction:column;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0f172a0d}.documents-sidebar{display:flex;flex-direction:column;height:100%;overflow-y:auto;overflow-x:hidden}.documents-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc;position:sticky;top:0;z-index:10}.documents-sidebar__header-actions{display:flex;align-items:center;gap:8px}.documents-sidebar__title{margin:0;font-size:.875rem;font-weight:600;color:#0f172a}.documents-sidebar__count{font-size:.75rem;color:#64748b;background:#e2e8f0;padding:2px 8px;border-radius:12px}.documents-sidebar__add-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:#e2e8f0;border-radius:50%;cursor:pointer;color:#64748b;transition:background-color .12s ease,color .12s ease}.documents-sidebar__add-button:hover{background:#cbd5e1;color:#0f172a}.documents-sidebar__add-icon{width:16px;height:16px}.documents-sidebar__list{display:flex;flex-direction:column;padding:8px;gap:4px}.documents-sidebar__item-wrapper{position:relative;display:flex;align-items:center;gap:4px}.documents-sidebar__item-wrapper:hover .documents-sidebar__item-menu-button{opacity:1}.documents-sidebar__item-menu-button{position:absolute;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#64748b;opacity:0;transition:opacity .12s ease,background-color .12s ease,color .12s ease;z-index:1}.documents-sidebar__item-wrapper--active .documents-sidebar__item-menu-button,.documents-sidebar__item-menu-button:hover{opacity:1;background:#0000000d;color:#0f172a}.documents-sidebar__item-menu-icon{width:16px;height:16px}.documents-sidebar__popover{padding:4px;border-radius:8px}.documents-sidebar__menu{display:flex;flex-direction:column;padding:0;min-width:160px;background:transparent;border-radius:0;box-shadow:none}.documents-sidebar__menu-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:.875rem;color:#0f172a;text-align:left;transition:background-color .12s ease;width:100%}.documents-sidebar__menu-item:hover:not(:disabled){background:#f1f5f9}.documents-sidebar__menu-item:disabled{opacity:.5;cursor:not-allowed}.documents-sidebar__menu-item--danger:hover:not(:disabled){background:#f1f5f9}.documents-sidebar__menu-icon{width:16px;height:16px;flex-shrink:0}.create-document-form{display:flex;flex-direction:column;gap:20px}.create-document-form__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.delete-document-modal{display:flex;flex-direction:column;gap:16px}.delete-document-modal__message{margin:0;font-size:.875rem;color:#0f172a;line-height:1.6}.delete-document-modal__warning{margin:0;font-size:.875rem;color:#0f172a;font-weight:500}.delete-document-modal__actions{display:flex;justify-content:flex-end;gap:12px;margin-top:8px}.documents-sidebar__item{display:flex;align-items:flex-start;gap:12px;padding:10px 36px 10px 12px;border:none;background:transparent;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .12s ease;flex:1;min-width:0}.documents-sidebar__item:hover{background:#f1f5f9}.documents-sidebar__item--active{background:#e0f2fe;border:1px solid #bae6fd}.documents-sidebar__item--active:hover{background:#bae6fd}.documents-sidebar__item-icon{width:20px;height:20px;color:#3b82f6;flex-shrink:0;margin-top:2px}.documents-sidebar__item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.documents-sidebar__item-name{font-size:.875rem;font-weight:500;color:#0f172a;line-height:1.4;word-break:break-word}.documents-sidebar__item-meta{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b}.documents-sidebar__item-separator{color:#cbd5e1}.documents-sidebar__item-status{font-weight:500}.documents-sidebar__item-status--draft{color:#94a3b8}.documents-sidebar__item-status--pending{color:#64748b}.documents-sidebar__item-status--approved{color:#10b981}.documents-sidebar__item-status--rejected{color:#ef4444}.documents-sidebar__item-status--changes_requested{color:#f59e0b}.generated-document-page__preview{flex:1;display:flex;flex-direction:column;min-width:0;min-height:100%;background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #0f172a0d}.document-preview{flex:1;display:flex;flex-direction:column;background:transparent;border:none;overflow:hidden;box-shadow:none;min-height:calc(100vh - 200px)}.document-preview__content{flex:1;overflow-y:auto;padding:24px 32px;max-width:900px;margin:0 auto;width:100%}.document-preview__content .ProseMirror{outline:none;min-height:100%;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.document-preview__content .ProseMirror ::selection{background:#bfdbfe;color:#0f172a}.document-preview__content .ProseMirror ::-moz-selection{background:#bfdbfe;color:#0f172a}.document-preview__content .ProseMirror p{margin:0 0 16px;line-height:1.6;color:#0f172a}.document-preview__content .ProseMirror h1{font-size:2rem;font-weight:700;margin:32px 0 16px;color:#0f172a}.document-preview__content .ProseMirror h2{font-size:1.5rem;font-weight:600;margin:24px 0 12px;color:#0f172a}.document-preview__content .ProseMirror h3{font-size:1.25rem;font-weight:600;margin:20px 0 10px;color:#0f172a}.document-preview__content .ProseMirror ul,.document-preview__content .ProseMirror ol{margin:16px 0;padding-left:24px}.document-preview__content .ProseMirror li{margin:8px 0;line-height:1.6}.document-preview__content .ProseMirror table{border-collapse:collapse;margin:16px 0;width:100%}.document-preview__content .ProseMirror table td,.document-preview__content .ProseMirror table th{border:1px solid #e2e8f0;padding:8px 12px;text-align:left}.document-preview__content .ProseMirror table th{background:#f8fafc;font-weight:600}.generated-document-page__controls{width:320px;flex-shrink:0}.document-controls{position:sticky;top:0;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 4px 12px #0f172a0d;max-height:calc(100vh - 48px);overflow-y:auto;overflow-x:hidden}.document-controls__section{margin-bottom:16px}.document-controls__section:last-child{margin-bottom:0}.document-controls__title-wrapper{display:flex;align-items:center;gap:6px;margin-bottom:8px}.document-controls__title{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.document-controls__group{display:flex;flex-wrap:wrap;gap:6px}.control-button{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:.875rem;min-width:auto}.control-button.is-active{background:#3b82f6;color:#fff;border-color:#3b82f6}.control-button.is-active:hover{background:#2563eb;border-color:#2563eb}.text-edit-menu{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0f172a26;border:1px solid #e2e8f0;padding:16px;min-width:300px;max-width:500px;width:max-content;margin-bottom:0}.text-edit-menu__header{margin-bottom:8px}.text-edit-menu__title{font-size:.875rem;font-weight:600;color:#0f172a;margin:0}.text-edit-menu__subtitle{font-size:.875rem;color:#64748b;margin:0 0 12px}.text-edit-menu__input-wrapper{display:flex;align-items:center;gap:8px;border:2px solid #3b82f6;border-radius:8px;padding:4px;background:#fff}.text-edit-menu__attach-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:transparent;cursor:pointer;color:#64748b;transition:background-color .12s ease,color .12s ease;flex-shrink:0}.text-edit-menu__attach-btn:hover{background:#f1f5f9;color:#0f172a}.text-edit-menu__attach-icon{width:18px;height:18px}.text-edit-menu__input{flex:1;border:none;outline:none;padding:8px 12px;font-size:.875rem;color:#0f172a;background:transparent;font-family:inherit}.text-edit-menu__input::placeholder{color:#94a3b8}.text-edit-menu__send-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:#64748b;cursor:pointer;color:#fff;transition:background-color .12s ease;flex-shrink:0}.text-edit-menu__send-btn:hover:not(:disabled){background:#475569}.text-edit-menu__send-btn:disabled{opacity:.5;cursor:not-allowed}.text-edit-menu__send-icon{width:18px;height:18px}.control-button--full{width:100%;justify-content:center}.control-button__icon{width:16px;height:16px}.user-list{display:flex;flex-direction:column;gap:6px;margin-top:8px}.user-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.user-item__info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.user-item__avatar{width:32px;height:32px;border-radius:50%;background:#013186;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-item__details{display:flex;flex-direction:column;gap:2px;min-width:0}.user-item__name{font-size:.875rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-item__email{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-item__remove{background:transparent;border:none;cursor:pointer;padding:4px;color:#64748b;transition:color .12s ease;flex-shrink:0}.user-item__remove:hover{color:#ef4444}.user-item__remove-icon{width:16px;height:16px}.user-search-modal{display:flex;flex-direction:column;gap:16px}.user-search-modal__input{margin-bottom:8px}.user-search-modal__results{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.user-search-modal__empty{text-align:center;padding:32px;color:#64748b;font-size:.875rem}.user-search-result{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease;text-align:left;width:100%}.user-search-result:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.user-search-result:disabled{opacity:.6;cursor:not-allowed}.user-search-result__avatar{width:40px;height:40px;border-radius:50%;background:#013186;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.user-search-result__info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.user-search-result__name{font-size:.875rem;font-weight:600;color:#0f172a}.user-search-result__email{font-size:.75rem;color:#64748b}.user-search-result__check{width:20px;height:20px;color:#10b981;flex-shrink:0}.success-message{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:12px;padding:12px 20px;background:#10b981;color:#fff;border-radius:8px;box-shadow:0 4px 12px #10b9814d;z-index:1000;animation:slideInUp .3s ease-out}@keyframes slideInUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.success-message__icon{width:20px;height:20px;flex-shrink:0}.success-message__text{font-size:.875rem;font-weight:500}.approval-outcomes__empty{text-align:center;padding:16px;color:#64748b;font-size:.875rem}.approval-outcomes__list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.approval-outcome{padding:8px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.approval-outcome__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.approval-outcome__user{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.approval-outcome__avatar{width:28px;height:28px;border-radius:50%;background:#013186;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;flex-shrink:0}.approval-outcome__name{font-size:.875rem;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.approval-outcome__status{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:4px;flex-shrink:0}.approval-outcome__status--approved{background:#d1fae5;color:#065f46}.approval-outcome__status--rejected{background:#fee2e2;color:#991b1b}.approval-outcome__status--requested_clarification{background:#fef3c7;color:#92400e}.approval-outcome__icon{width:16px;height:16px}.approval-outcome__icon--approved{color:#10b981}.approval-outcome__icon--rejected{color:#ef4444}.approval-outcome__icon--clarification{color:#f59e0b}.approval-outcome__comment{font-size:.875rem;color:#475569;margin-top:6px;padding-top:6px;border-top:1px solid #e2e8f0}.approval-outcome__timestamp{font-size:.75rem;color:#64748b;margin-top:3px}.revision-history{margin-top:16px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:12px;box-shadow:0 2px 8px #0f172a0d}.revision-history__title{font-size:.875rem;font-weight:600;color:#0f172a;margin:0 0 10px}.revision-history__list{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto}.revision-item{padding:8px 10px;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.revision-item__header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.revision-item__version{font-size:.875rem;font-weight:700;color:#013186}.revision-item__timestamp{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b}.revision-item__clock-icon{width:14px;height:14px}.revision-item__author{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:3px}.revision-item__changes{font-size:.875rem;color:#475569}.document-comments{margin-top:24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:24px;box-shadow:0 2px 8px #0f172a0d}.document-comments__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 16px}.document-comments__input{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.document-comments__submit{align-self:flex-start}.document-comments__list{display:flex;flex-direction:column;gap:16px}.document-comments__empty{text-align:center;padding:32px;color:#64748b;font-size:.875rem}.comment-item{padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.comment-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.comment-item__author{display:flex;align-items:center;gap:10px;flex:1}.comment-item__avatar{width:32px;height:32px;border-radius:50%;background:#013186;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;flex-shrink:0}.comment-item__info{display:flex;flex-direction:column;gap:2px}.comment-item__name{font-size:.875rem;font-weight:600;color:#0f172a}.comment-item__timestamp{font-size:.75rem;color:#64748b}.comment-item__actions{display:flex;align-items:center;gap:8px}.comment-item__edit{background:transparent;border:none;cursor:pointer;padding:4px;color:#64748b;transition:color .12s ease}.comment-item__edit:hover{color:#013186}.comment-item__edit-icon{width:16px;height:16px}.comment-item__edit-input{margin-bottom:12px}.comment-item__content{font-size:.875rem;color:#0f172a;line-height:1.6;margin-bottom:12px}.comment-item__footer{display:flex;align-items:center;gap:12px}.comment-item__like{display:flex;align-items:center;gap:4px;background:transparent;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;color:#64748b;font-size:.875rem;transition:background-color .12s ease,color .12s ease}.comment-item__like:hover{background:#f1f5f9}.comment-item__like--active{color:#ef4444}.comment-item__like--active .comment-item__like-icon{fill:#ef4444}.comment-item__like-icon{width:16px;height:16px}.generated-document-page__footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:16px 24px;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0f172a0d;z-index:100}.footer-actions{display:flex;align-items:center;gap:12px}.footer-action-btn,.footer-submit-btn,.footer-publish-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-size:.875rem}.footer-action-btn__icon,.footer-submit-btn__icon{width:20px;height:20px}.footer-status{font-size:.875rem;color:#64748b;font-weight:500}.footer-status--published{color:#10b981;font-weight:600}.footer-published-actions{display:flex;align-items:center;gap:16px}.footer-dropdown-wrapper{position:relative}.footer-dropdown-button{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#013186;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .12s ease}.footer-dropdown-button:hover{background:#0144a8}.footer-dropdown-button__icon{width:16px;height:16px}.footer-dropdown{position:absolute;bottom:calc(100% + 8px);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #0f172a26;min-width:200px;overflow:hidden;z-index:10}.footer-dropdown__item{display:block;width:100%;padding:12px 16px;background:transparent;border:none;text-align:left;font-size:.875rem;color:#0f172a;cursor:pointer;transition:background-color .12s ease}.footer-dropdown__item:hover{background:#f8fafc}.footer-dropdown__item--danger{color:#ef4444}.footer-dropdown__item--danger:hover{background:#fee2e2}.publish-modal{display:flex;flex-direction:column;gap:24px}.publish-modal__message{font-size:.875rem;color:#475569;line-height:1.6;margin:0}.publish-modal__actions{display:flex;justify-content:flex-end;gap:12px}@media(max-width:1024px){.generated-document-page__content{display:flex;flex-direction:column;gap:12px;padding-bottom:100px}.generated-document-page__controls{width:100%}.document-controls{position:static;max-height:none}.revision-history{margin-top:0}}.generated-document-page__header-right{display:flex;align-items:center;gap:12px}.export-dropdown{position:relative}.export-dropdown__button{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #bae6fd;box-shadow:0 2px 8px #0f172a0d;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;font-weight:400;font-size:.875rem;color:#013186;cursor:pointer}.export-dropdown__button:hover{background:#f8fafc;border-color:#7dd3fc;box-shadow:0 4px 12px #0f172a14}.export-dropdown__icon{width:18px;height:18px}.export-dropdown__chevron{width:16px;height:16px;transition:transform .12s ease}.export-dropdown__button[aria-expanded=true] .export-dropdown__chevron,.export-dropdown:has(.export-dropdown__menu) .export-dropdown__chevron{transform:rotate(180deg)}.export-dropdown__menu{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #0f172a26;border:1px solid #e2e8f0;padding:8px;z-index:100;display:flex;flex-direction:column;gap:4px}.export-dropdown__item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:none;background:transparent;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .12s ease;text-align:left;width:100%}.export-dropdown__item:hover{background-color:#f1f5f9}.export-dropdown__item:active{background-color:#e2e8f0}.export-dropdown__item-icon{width:18px;height:18px;color:#64748b;flex-shrink:0}.info-tooltip{position:relative;display:inline-flex;align-items:center;cursor:help}.info-icon{width:16px;height:16px;color:#64748b;transition:color .12s ease}.info-tooltip:hover .info-icon{color:#013186}.info-tooltip__content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#0f172a;color:#fff;padding:8px 12px;border-radius:6px;font-size:.75rem;line-height:1.4;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s ease;z-index:1000;min-width:200px;max-width:280px;white-space:normal;text-align:left;box-shadow:0 4px 12px #0f172a33}.info-tooltip__content:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#0f172a}.info-tooltip:hover .info-tooltip__content{opacity:1;pointer-events:auto}
