*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#222;background:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5}#root{height:100vh;overflow:hidden}:is(#root:has(.login-page),#root:has(.reg-page)){height:100dvh;overflow:hidden}#root>.chat-screen{height:100%}.login-page{background:#eef2ff;justify-content:center;align-items:center;width:100%;height:100%;padding:clamp(.75rem,2vw,1.25rem);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.login-page__bg{pointer-events:none;position:fixed;inset:0;overflow:hidden}.login-page__blob{filter:blur(90px);border-radius:50%;position:absolute}.login-page__blob--1{background:#6366f159;width:55vw;max-width:520px;height:55vw;max-height:520px;top:-15%;right:-10%}.login-page__blob--2{background:#0ea5e933;width:45vw;max-width:400px;height:45vw;max-height:400px;bottom:-10%;left:-8%}.login-page__frame{background:#fff;border-radius:24px;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(0,1fr) minmax(0,420px);width:100%;max-width:980px;height:calc(100dvh - 1.5rem);max-height:680px;animation:.5s ease-out login-rise;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 6px #0f172a0a,0 24px 60px #4f46e524,0 0 0 1px #6366f114}@keyframes login-rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-brand{color:#fff;background:linear-gradient(160deg,#4338ca 0%,#6366f1 45%,#818cf8 100%);flex-direction:column;min-height:0;padding:2.25rem 2rem;display:flex;position:relative;overflow:hidden}.login-brand:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:280px;height:280px;position:absolute;top:-100px;right:-80px}.login-brand:after{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:180px;height:180px;position:absolute;bottom:-60px;left:-40px}.login-brand__top{align-items:center;gap:.85rem;margin-bottom:2rem;display:flex;position:relative}.login-brand__logo{letter-spacing:-.03em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff2e;border:1px solid #ffffff47;border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.1rem;font-weight:800;display:flex}.login-brand__name{letter-spacing:-.02em;margin:0;font-size:1.1rem;font-weight:800}.login-brand__tag{opacity:.82;margin:.15rem 0 0;font-size:.78rem;line-height:1.35}.login-brand__body{flex:1;position:relative}.login-brand__headline{letter-spacing:-.03em;margin:0 0 .75rem;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:800;line-height:1.25}.login-brand__desc{opacity:.88;max-width:36ch;margin:0 0 1.5rem;font-size:.9rem;line-height:1.55}.login-brand__list{flex-direction:column;gap:.7rem;margin:0;padding:0;list-style:none;display:flex}.login-brand__list li{opacity:.92;align-items:flex-start;gap:.55rem;font-size:.86rem;line-height:1.45;display:flex}.login-brand__check{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:800;display:flex}.login-brand__trust{border-top:1px solid #ffffff2e;flex-wrap:wrap;gap:.45rem;margin-top:1.75rem;padding-top:1.25rem;display:flex;position:relative}.login-brand__pill{white-space:nowrap;background:#ffffff1f;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.7rem;font-weight:600;display:inline-flex}.login-brand__pill svg{opacity:.9}.login-form-panel{background:#fff;flex-direction:column;min-height:0;padding:0;display:flex;overflow:hidden}.login-form-panel__inner{scrollbar-width:thin;scrollbar-color:#a5b4fc transparent;-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;min-height:0;padding:2.25rem 2rem 1rem;display:flex;overflow:hidden auto}.login-form-panel__inner::-webkit-scrollbar{width:6px}.login-form-panel__inner::-webkit-scrollbar-track{background:0 0}.login-form-panel__inner::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:999px}.login-form-panel__inner::-webkit-scrollbar-thumb:hover{background:#818cf8}.login-form-panel__inner::-webkit-scrollbar-button{width:0;height:0;display:none}.login-form-panel__head{margin-bottom:8px}.login-form-panel__head h1{color:#0f172a;letter-spacing:-.03em;font-size:1.65rem;font-weight:800}.login-form-panel__head p{color:#64748b;margin:0;font-size:.88rem;line-height:1.45}.login-form{flex-direction:column;gap:12px;display:flex}.login-field label{color:#334155;margin-bottom:4px;font-size:.8rem;font-weight:700;display:block}.login-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.login-input:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.login-input--warn{border-color:#fbbf24}.login-input--warn:focus-within{box-shadow:0 0 0 4px #fbbf2426}.login-input__addon{color:#475569;background:#f1f5f9;border-right:1.5px solid #e2e8f0;border-radius:12px 0 0 12px;flex-shrink:0;padding:.85rem .9rem;font-size:.9rem;font-weight:700}.login-input__icon{color:#94a3b8;flex-shrink:0;padding:0 .65rem 0 .9rem;display:flex}.login-input input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.85rem .5rem;font-size:1rem}.login-input input::placeholder{color:#94a3b8}.login-input__hint{color:#94a3b8;flex-shrink:0;padding-right:.85rem;font-size:.72rem;font-weight:700}.login-input__hint.ok{color:#16a34a}.login-input__toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 .85rem;transition:color .15s;display:flex}.login-input__toggle:hover{color:#4f46e5}.login-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:.7rem .9rem;font-size:.84rem;line-height:1.45}.login-submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#6366f1);border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:4px;padding:.95rem 1rem;font-size:.95rem;font-weight:700;transition:transform .12s,box-shadow .15s,opacity .15s;display:inline-flex;box-shadow:0 6px 20px #4f46e54d}.login-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 28px #4f46e559}.login-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.login-submit__spin{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.65s linear infinite login-spin}@keyframes login-spin{to{transform:rotate(360deg)}}.login-register{text-align:center;color:#64748b;margin-top:1.5rem;font-size:.86rem}.login-register a{color:#4f46e5;font-weight:700;text-decoration:none}.login-register a:hover{text-decoration:underline}.login-support{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:1.5rem;padding:1rem}.login-support__label{text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin:0 0 .6rem;font-size:.72rem;font-weight:800}.login-support__row{flex-direction:column;gap:.5rem;display:flex}.login-support__item{color:#4338ca;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.55rem;padding:.55rem .75rem;font-size:.84rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.login-support__item:hover{background:#eef2ff;border-color:#c7d2fe}.login-support__item svg{color:#6366f1;flex-shrink:0}.login-download-btn{color:#2563eb;background:#f0f7ff;border:1px solid #d0e2ff;border-radius:999px;justify-content:center;align-self:center;align-items:center;gap:.55rem;margin-top:1rem;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex;box-shadow:0 2px 8px #2563eb14}.login-download-btn:hover{background:#e8f1ff;border-color:#b8d4ff;box-shadow:0 4px 12px #2563eb1f}.login-download-btn svg{flex-shrink:0}.login-form-panel__foot{text-align:center;color:#94a3b8;border-top:1px solid #f1f5f9;flex-shrink:0;margin:0;padding:.85rem 2rem 1.15rem;font-size:.72rem}.login-page__frame--ca-picker{max-width:920px}.login-brand--picker .login-brand__body{flex-direction:column;display:flex}.ca-picker-list{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.ca-picker-card{text-align:left;cursor:pointer;width:100%;font:inherit;color:inherit;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;align-items:center;gap:.85rem;padding:.9rem 1rem;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s;display:flex}.ca-picker-card:hover:not(:disabled){background:#fff;border-color:#a5b4fc;transform:translateY(-1px);box-shadow:0 4px 16px #6366f11a}.ca-picker-card:disabled{opacity:.65;cursor:wait}.ca-picker-card__icon{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:800;display:flex}.ca-picker-card__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.ca-picker-card__name{color:#0f172a;font-size:.95rem;font-weight:700;line-height:1.3}.ca-picker-card__meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.8rem;line-height:1.35;display:flex}.ca-picker-card__dot{color:#cbd5e1}.ca-picker-card__plan{color:#94a3b8;font-weight:600}.ca-picker-card__plan.active{color:#16a34a}.ca-picker-card__arrow{color:#4f46e5;background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:700;transition:background .15s,color .15s;display:flex}.ca-picker-card:hover:not(:disabled) .ca-picker-card__arrow{color:#fff;background:#4f46e5}.ca-picker-back{color:#64748b;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:1.25rem;padding:0;font-size:.86rem;font-weight:600;transition:color .15s}.ca-picker-back:hover:not(:disabled){color:#4f46e5}.ca-picker-back:disabled{opacity:.5;cursor:not-allowed}.login-form-panel__head strong{color:#334155;font-weight:700}@media (width<=768px){.login-page{align-items:flex-start;padding-top:1rem}.login-page__frame{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;max-width:440px;height:calc(100dvh - 2rem);max-height:calc(100dvh - 2rem)}.login-brand{padding:1.75rem 1.5rem}.login-brand__body{display:none}.login-brand__trust{border-top:none;margin-top:0;padding-top:0}.login-form-panel__inner{padding:1.75rem 1.5rem 1rem}.login-form-panel__foot{padding:.75rem 1.5rem 1rem}.login-page__frame--ca-picker .login-brand__body{display:none}}@media (width<=400px){.login-page{align-items:flex-start;padding:1.25rem .75rem .75rem}.login-page__frame{border-radius:18px}}.reg-page{background:#eef2ff;justify-content:center;align-items:center;width:100%;height:100%;padding:clamp(.75rem,2vw,1.25rem);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;position:relative;overflow:hidden}.reg-page__bg{pointer-events:none;position:fixed;inset:0;overflow:hidden}.reg-page__blob{filter:blur(90px);border-radius:50%;position:absolute}.reg-page__blob--1{background:#6366f152;width:50vw;max-width:480px;height:50vw;max-height:480px;top:-12%;right:-8%}.reg-page__blob--2{background:#10b9812e;width:42vw;max-width:380px;height:42vw;max-height:380px;bottom:-8%;left:-6%}.reg-page__dots{background-image:radial-gradient(#6366f11a 1px,#0000 1px);background-size:22px 22px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(75% 65% at 50% 45%,#000 15%,#0000 72%);mask-image:radial-gradient(75% 65% at 50% 45%,#000 15%,#0000 72%)}.reg-page__frame{background:#fff;border-radius:24px;grid-template-rows:minmax(0,1fr);grid-template-columns:minmax(240px,320px) minmax(0,1fr);width:100%;max-width:1040px;height:calc(100dvh - 1.5rem);max-height:725px;animation:.45s ease-out reg-rise;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 6px #0f172a0a,0 24px 60px #4f46e524,0 0 0 1px #6366f114}@keyframes reg-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.reg-brand{color:#fff;background:linear-gradient(165deg,#312e81 0%,#4338ca 40%,#6366f1 100%);flex-direction:column;min-height:0;padding:2rem 1.75rem;display:flex;position:relative;overflow:hidden}.reg-brand:before{content:"";pointer-events:none;background:#ffffff0f;border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-60px}.reg-brand__top{align-items:center;gap:.75rem;margin-bottom:1.75rem;display:flex;position:relative}.reg-brand__logo{letter-spacing:-.02em;background:#ffffff29;border:1px solid #ffffff40;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:800;display:flex}.reg-brand__name{margin:0;font-size:1rem;font-weight:800}.reg-brand__tag{opacity:.82;margin:.12rem 0 0;font-size:.74rem}.reg-brand__headline{letter-spacing:-.02em;margin:0 0 .65rem;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:800;line-height:1.3;position:relative}.reg-brand__desc{opacity:.88;margin:0 0 1.5rem;font-size:.86rem;line-height:1.55;position:relative}.reg-brand__timeline{flex-direction:column;flex:1;gap:.85rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.reg-brand__timeline li{opacity:.92;align-items:flex-start;gap:.7rem;font-size:.82rem;line-height:1.4;display:flex}.reg-brand__step-num{background:#ffffff2e;border:1px solid #ffffff38;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:800;display:flex}.reg-brand__timeline li strong{margin-bottom:.1rem;font-size:.84rem;display:block}.reg-brand__timeline li span{opacity:.78;font-size:.76rem}.reg-brand__badge{background:#ffffff1a;border:1px solid #ffffff29;border-radius:14px;margin-top:1.25rem;padding:.75rem .9rem;font-size:.78rem;line-height:1.45;position:relative}.reg-brand__badge strong{margin-bottom:.15rem;font-size:.82rem;display:block}.reg-brand__foot{opacity:.7;margin-top:1rem;font-size:.72rem;position:relative}.reg-panel{background:#fff;flex-direction:column;min-height:0;display:flex}.reg-panel__scroll{scrollbar-width:thin;scrollbar-color:#a5b4fc transparent;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:1.75rem 2rem 1rem;overflow:hidden auto}.reg-panel__scroll::-webkit-scrollbar{width:6px}.reg-panel__scroll::-webkit-scrollbar-track{background:0 0}.reg-panel__scroll::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:999px}.reg-panel__scroll::-webkit-scrollbar-thumb:hover{background:#818cf8}.reg-panel__scroll::-webkit-scrollbar-button{width:0;height:0;display:none}.reg-panel__foot{text-align:center;color:#64748b;border-top:1px solid #f1f5f9;flex-shrink:0;padding:.85rem 2rem 1.25rem;font-size:.82rem}.reg-panel__foot a{color:#4f46e5;font-weight:700;text-decoration:none}.reg-panel__foot a:hover{text-decoration:underline}.reg-panel__head{margin-bottom:1.25rem}.reg-panel__badge{color:#047857;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;align-items:center;gap:.35rem;margin-bottom:.65rem;padding:.3rem .65rem;font-size:.7rem;font-weight:700;display:inline-flex}.reg-panel__head h1{color:#0f172a;letter-spacing:-.03em;margin:0 0 .3rem;font-size:1.5rem;font-weight:800}.reg-panel__head p{color:#64748b;margin:0;font-size:.86rem;line-height:1.45}.reg-steps{gap:.35rem;margin-bottom:1.5rem;display:flex}.reg-steps__item{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.reg-steps__bar{background:#e2e8f0;border-radius:999px;height:4px;overflow:hidden}.reg-steps__bar span{border-radius:inherit;background:linear-gradient(90deg,#4f46e5,#818cf8);width:0;height:100%;transition:width .25s;display:block}.reg-steps__item--active .reg-steps__bar span,.reg-steps__item--done .reg-steps__bar span{width:100%}.reg-steps__item--done .reg-steps__bar span{background:#22c55e}.reg-steps__label{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:700;overflow:hidden}.reg-steps__item--active .reg-steps__label{color:#4338ca}.reg-steps__item--done .reg-steps__label{color:#16a34a}.reg-form{flex-direction:column;gap:1rem;display:flex}.reg-form__section-title{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin:.25rem 0 0;font-size:.72rem;font-weight:800}.reg-form__row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.reg-field label{color:#334155;align-items:baseline;gap:.35rem;margin-bottom:.38rem;font-size:.78rem;font-weight:700;display:flex}.reg-field label .opt{color:#94a3b8;font-size:.72rem;font-weight:500}.reg-input{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;align-items:center;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.reg-input:focus-within{background:#fff;border-color:#6366f1;box-shadow:0 0 0 4px #6366f11a}.reg-input--ok{background:#f0fdf4;border-color:#86efac}.reg-input--ok:focus-within{border-color:#22c55e;box-shadow:0 0 0 4px #22c55e1f}.reg-input--warn{border-color:#fbbf24}.reg-input--err{background:#fffbfb;border-color:#fca5a5}.reg-input__addon{color:#475569;background:#f1f5f9;border-right:1.5px solid #e2e8f0;flex-shrink:0;padding:.75rem .8rem;font-size:.88rem;font-weight:700}.reg-input--ok .reg-input__addon{background:#dcfce7;border-color:#bbf7d0}.reg-input input,.reg-input select{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem .65rem;font-size:.94rem}.reg-input input::placeholder{color:#94a3b8}.reg-input select{cursor:pointer;color:#0f172a}.reg-input select:invalid,.reg-input select option[value=""]{color:#94a3b8}.reg-input__hint{color:#94a3b8;flex-shrink:0;padding-right:.75rem;font-size:.7rem;font-weight:700}.reg-input__hint.ok{color:#16a34a}.reg-input__toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 .75rem;transition:color .15s;display:flex}.reg-input__toggle:hover{color:#4f46e5}.reg-field-hint{color:#64748b;margin:.3rem 0 0;font-size:.72rem}.reg-field-hint.err{color:#dc2626}.reg-field-hint.ok{color:#16a34a}.reg-pwd-strength{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.reg-pwd-strength__bars{flex:1;gap:4px;display:flex}.reg-pwd-strength__bars span{background:#e2e8f0;border-radius:999px;flex:1;height:4px;transition:background .2s}.reg-pwd-strength__bars span.on--1{background:#f87171}.reg-pwd-strength__bars span.on--2{background:#fbbf24}.reg-pwd-strength__bars span.on--3{background:#22c55e}.reg-pwd-strength__label{color:#94a3b8;text-align:right;min-width:3.5rem;font-size:.68rem;font-weight:700}.reg-review{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;grid-template-columns:1fr 1fr;gap:.65rem 1rem;padding:1rem;display:grid}.reg-review__item{min-width:0}.reg-review__item dt{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:0;font-size:.68rem;font-weight:700}.reg-review__item dd{color:#334155;text-overflow:ellipsis;white-space:nowrap;margin:.15rem 0 0;font-size:.84rem;font-weight:600;overflow:hidden}.reg-alert{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:.7rem .9rem;font-size:.84rem;line-height:1.45}.reg-actions{gap:.65rem;margin-top:.5rem;display:flex}.reg-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.4rem;padding:.85rem 1.1rem;font-size:.9rem;font-weight:700;transition:transform .12s,box-shadow .15s,opacity .15s,background .15s;display:inline-flex}.reg-btn--ghost{color:#475569;background:#f1f5f9;border:1.5px solid #e2e8f0;flex:none}.reg-btn--ghost:hover:not(:disabled){background:#e2e8f0}.reg-btn--primary{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);flex:1;box-shadow:0 6px 18px #4f46e547}.reg-btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #4f46e557}.reg-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.reg-btn__spin{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.65s linear infinite reg-spin}@keyframes reg-spin{to{transform:rotate(360deg)}}.reg-support{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #e2e8f0;border-radius:14px;margin-top:1.25rem;padding:.85rem 1rem}.reg-support__label{color:#64748b;margin:0 0 .5rem;font-size:.72rem;font-weight:800}.reg-support__links{flex-wrap:wrap;gap:.45rem;display:flex}.reg-support__link{color:#4338ca;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.4rem;padding:.45rem .7rem;font-size:.78rem;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.reg-support__link:hover{background:#eef2ff;border-color:#c7d2fe}.reg-success{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:520px;padding:2.5rem 2rem;animation:.45s ease-out reg-rise;position:relative;box-shadow:0 4px 6px #0f172a0a,0 24px 60px #4f46e524}.reg-success__icon{color:#16a34a;background:linear-gradient(135deg,#dcfce7,#bbf7d0);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1.25rem;display:flex}.reg-success h1{color:#0f172a;margin:0 0 .5rem;font-size:1.5rem;font-weight:800}.reg-success>p{color:#64748b;margin:0 0 1.5rem;font-size:.9rem;line-height:1.55}.reg-success__steps{text-align:left;flex-direction:column;gap:.65rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.reg-success__steps li{color:#475569;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.65rem;padding:.7rem .85rem;font-size:.84rem;display:flex}.reg-success__steps li.done{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.reg-success__steps li.pending{opacity:.85}.reg-success__steps .num{background:#e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.72rem;font-weight:800;display:flex}.reg-success__steps li.done .num{color:#fff;background:#22c55e}.reg-success__btn{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:14px;justify-content:center;align-items:center;width:100%;padding:.9rem 1rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .12s;display:inline-flex;box-shadow:0 6px 18px #4f46e547}.reg-success__btn:hover{transform:translateY(-1px)}@media (width<=860px){.reg-page{align-items:flex-start;padding-top:1rem}.reg-page__frame{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;height:calc(100dvh - 2rem);max-height:calc(100dvh - 2rem)}.reg-brand{padding:1.5rem}.reg-brand__timeline,.reg-brand__desc{display:none}.reg-brand__badge{margin-top:.75rem}.reg-panel__scroll{padding:1.5rem 1.25rem .75rem}.reg-panel__foot{padding:.75rem 1.25rem 1rem}}@media (width<=520px){.reg-form__row,.reg-review{grid-template-columns:1fr}.reg-steps__label{font-size:.62rem}.reg-actions{flex-direction:column-reverse}.reg-btn--ghost{width:100%}}.upload-overlay{z-index:1000;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.upload-panel{scrollbar-width:thin;background:#fff;border-radius:18px;flex-direction:column;gap:1rem;width:100%;max-width:520px;max-height:95vh;padding:1.5rem;display:flex;overflow-y:auto;box-shadow:0 20px 60px #00000040}.up-header{justify-content:space-between;align-items:center;display:flex}.up-title{color:#1a237e;font-size:1.1rem;font-weight:700}.up-close{cursor:pointer;color:#555;background:#f5f5f5;border:none;border-radius:50%;width:32px;height:32px;font-size:1rem;transition:background .15s}.up-close:hover{background:#e0e0e0}.up-selectors{flex-direction:column;gap:.75rem;display:flex}.up-field label{color:#444;margin-bottom:.35rem;font-size:.8rem;font-weight:700;display:block}.up-field select{border:2px solid #e0e0e0;border-radius:10px;outline:none;width:100%;padding:.55rem .75rem;font-size:.9rem;transition:border-color .2s}.up-field select:focus{border-color:#1a237e}.cat-pills{flex-wrap:wrap;gap:.4rem;display:flex}.cat-pill{color:#444;cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:20px;padding:.35rem .8rem;font-size:.82rem;font-weight:600;transition:all .15s}.cat-pill:hover{background:#f3f4fd;border-color:#9fa8da}.cat-pill.active{color:#fff;background:linear-gradient(135deg,#1a237e,#1565c0);border-color:#0000;box-shadow:0 2px 8px #1a237e4d}.drop-zone{text-align:center;cursor:pointer;background:#f7f8ff;border:2.5px dashed #9fa8da;border-radius:14px;flex-shrink:0;padding:1.8rem 1rem;transition:all .2s}.drop-zone:hover,.drop-zone.dragging{background:#e8eaf6;border-color:#1a237e}.drop-zone.compact{border-style:dashed;padding:.7rem 1rem}.drop-icon{margin-bottom:.4rem;font-size:2.5rem}.drop-text{color:#1a237e;margin:0 0 .3rem;font-size:.95rem;font-weight:600}.drop-text-mini{color:#5c6bc0;margin:0;font-size:.85rem;font-weight:600}.drop-hint{color:#888;margin:.1rem 0;font-size:.78rem}.file-list{flex-direction:column;flex-shrink:0;gap:.35rem;display:flex}.file-list-header{color:#1a237e;margin:0 0 .2rem;font-size:.8rem;font-weight:700}.file-item{background:#f0f4ff;border:1px solid #c5cae9;border-radius:10px;align-items:center;gap:.5rem;padding:.5rem .7rem;display:flex}.file-icon{flex-shrink:0;font-size:1.3rem}.file-info{flex-direction:column;flex:1;min-width:0;display:flex}.file-name{color:#1a237e;white-space:nowrap;text-overflow:ellipsis;font-size:.84rem;font-weight:600;overflow:hidden}.file-size{color:#888;font-size:.72rem}.file-remove{color:#e53935;cursor:pointer;background:#ffebee;border:none;border-radius:6px;flex-shrink:0;padding:.2rem .45rem;font-size:.8rem;font-weight:700;transition:background .15s}.file-remove:hover{background:#ffcdd2}.up-success{color:#2e7d32;background:#e8f5e9;border:1.5px solid #a5d6a7;border-radius:10px;padding:.7rem 1rem;font-size:.85rem;line-height:1.6}.up-warn{color:#e65100}.up-error{color:#c62828;background:#ffebee;border:1.5px solid #ef9a9a;border-radius:10px;padding:.7rem 1rem;font-size:.85rem}.up-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#1a237e,#1565c0);border:none;border-radius:12px;padding:.85rem 1rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .1s}.up-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.up-btn:disabled{opacity:.45;cursor:not-allowed}.up-spinner{justify-content:center;align-items:center;gap:.4rem;display:flex}.sa-plans-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.sa-plans-toolbar .search-input{min-width:260px}.sa-plans-stats{flex-wrap:wrap;gap:1rem;display:flex}.sa-plans-stat-pill{color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.5rem 1rem;font-size:.85rem}.sa-plans-stat-pill strong{color:#0f172a;margin-right:.35rem}.sa-plans-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.5rem;display:grid}.sa-plan-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;transition:box-shadow .2s,transform .15s;display:flex;overflow:hidden}.sa-plan-card:hover{box-shadow:0 12px 28px #0f172a14}.sa-plan-card.inactive{opacity:.72}.sa-plan-card-head{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);padding:1.25rem 1.25rem .75rem}.sa-plan-card.featured .sa-plan-card-head{background:linear-gradient(135deg,#4338ca 0%,#6366f1 100%)}.sa-plan-card-head h3{margin:0 0 .25rem;font-size:1.2rem}.sa-plan-card-head .slug{opacity:.75;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.sa-plan-price{margin-top:.75rem;font-size:1.75rem;font-weight:700}.sa-plan-price span{opacity:.85;font-size:.85rem;font-weight:500}.sa-plan-card-body{flex:1;padding:1rem 1.25rem}.sa-plan-metrics{color:#475569;grid-template-columns:1fr 1fr;gap:.5rem 1rem;font-size:.82rem;display:grid}.sa-plan-metrics dt{color:#94a3b8;font-weight:500}.sa-plan-metrics dd{color:#0f172a;margin:0;font-weight:600}.sa-plan-card-foot{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.85rem 1.25rem 1.15rem;display:flex}.sa-plan-badges{flex-wrap:wrap;gap:.35rem;display:flex}.sa-badge-featured{color:#4338ca;text-transform:uppercase;background:#eef2ff;border-radius:4px;padding:.15rem .45rem;font-size:.68rem;font-weight:700}.sa-plan-actions{gap:.35rem;display:flex}.sa-plan-form-hint{color:#64748b;background:#f8fafc;border-radius:8px;margin:0 0 1rem;padding:.6rem .75rem;font-size:.82rem}.sa-plan-limits-grid{grid-template-columns:1fr 1fr;gap:0 .75rem;display:grid}@media (width<=560px){.sa-plan-limits-grid{grid-template-columns:1fr}}.sa-plan-toggles{gap:1.5rem;margin:.75rem 0 .25rem;display:flex}.sa-toggle{color:#334155;cursor:pointer;align-items:center;gap:.5rem;font-size:.88rem;font-weight:500;display:flex}.sa-plans-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.sa-plans-table-wrap .panel-head{border-bottom:1px solid #f1f5f9;padding:1rem 1.25rem}.additional-plan{--ap-accent:#4f6ef7;--ap-accent-soft:#eef2ff;--ap-text:#0f172a;--ap-muted:#64748b;--ap-border:#e2e8f0;--ap-surface:#f8fafc;font-size:.9rem}.ap-shell{border:1px solid var(--ap-border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px #0f172a0a,0 8px 28px #0f172a0f}.ap-hero{color:#fff;background:linear-gradient(120deg,#0f172a 0%,#1e3a5f 55%,#1e40af 100%);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;padding:1.35rem 1.5rem;display:flex}.ap-eyebrow{letter-spacing:.1em;text-transform:uppercase;opacity:.72;margin:0 0 .35rem;font-size:.68rem;font-weight:600}.ap-hero h3{letter-spacing:-.02em;margin:0 0 .4rem;font-size:1.35rem;font-weight:700}.ap-hero-desc{opacity:.88;max-width:36rem;margin:0;font-size:.86rem;line-height:1.5}.ap-hero-plan{background:#ffffff1a;border:1px solid #ffffff2e;border-radius:12px;flex-shrink:0;min-width:160px;padding:.65rem 1rem}.ap-hero-plan-label{text-transform:uppercase;letter-spacing:.06em;opacity:.7;margin-bottom:.2rem;font-size:.68rem;display:block}.ap-hero-plan strong{font-size:.95rem;font-weight:600}.ap-rates-bar{background:var(--ap-surface);border-bottom:1px solid var(--ap-border);flex-wrap:wrap;gap:.5rem 1.25rem;padding:.85rem 1.5rem;display:flex}.ap-rate{align-items:center;gap:.5rem;display:inline-flex}.ap-rate-icon{border:1px solid var(--ap-border);background:#fff;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;display:flex}.ap-rate-name{color:var(--ap-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;display:block}.ap-rate-val{color:var(--ap-accent);font-size:.82rem;font-weight:700;display:block}.ap-active-banner{background:#ecfdf5;border-bottom:1px solid #a7f3d0;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;padding:.65rem 1.5rem;font-size:.82rem;display:flex}.ap-active-label{color:#047857;font-weight:600}.ap-active-values{color:#065f46;flex-wrap:wrap;gap:.35rem .75rem;display:flex}.ap-active-values span:not(.ap-active-paid):after{content:"·";opacity:.45;margin-left:.75rem}.ap-active-values span:last-child:after{content:none}.ap-active-paid{font-weight:600}.ap-grid{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.25rem 1.5rem;display:grid}@media (width<=780px){.ap-grid{grid-template-columns:1fr}}.ap-card{border:1px solid var(--ap-border);background:#fff;border-radius:14px;flex-direction:column;gap:.65rem;padding:1rem 1.1rem;transition:border-color .15s,box-shadow .15s;display:flex}.ap-card:focus-within,.ap-card--filled{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f6ef71a}.ap-card-head{align-items:flex-start;gap:.65rem;display:flex}.ap-card-icon{background:var(--ap-accent-soft);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.ap-card-head h4{color:var(--ap-text);margin:0;font-size:.95rem;font-weight:600}.ap-card-rate{color:var(--ap-accent);font-size:.75rem;font-weight:600}.ap-card-desc{color:var(--ap-muted);flex:1;margin:0;font-size:.78rem;line-height:1.4}.ap-card-field{flex-direction:column;gap:.35rem;display:flex}.ap-card-field>span{color:var(--ap-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.68rem;font-weight:600}.ap-card-field input{border:1px solid var(--ap-border);width:100%;color:var(--ap-text);background:var(--ap-surface);border-radius:10px;padding:.6rem .75rem;font-size:1rem;font-weight:500}.ap-card-field input:focus{border-color:var(--ap-accent);background:#fff;outline:none;box-shadow:0 0 0 3px #4f6ef726}.ap-card-hint{color:var(--ap-accent);margin:-.25rem 0 0;font-size:.72rem;font-weight:500}.ap-card-line{border-top:1px dashed var(--ap-border);color:var(--ap-muted);justify-content:space-between;align-items:center;gap:.5rem;margin-top:auto;padding-top:.65rem;font-size:.75rem;display:flex}.ap-card-line strong{color:var(--ap-text);white-space:nowrap;font-size:.95rem}.ap-checkout{background:var(--ap-surface);border:1px solid var(--ap-border);border-radius:14px;margin:0 1.5rem 1.25rem;padding:1.1rem 1.25rem}.ap-checkout-title{text-transform:uppercase;letter-spacing:.08em;color:var(--ap-muted);margin:0 0 .85rem;font-size:.72rem;font-weight:700}.ap-checkout-empty{color:#94a3b8;text-align:center;margin:0 0 1rem;padding:.5rem 0;font-size:.86rem}.ap-checkout-lines{margin:0 0 1rem;padding:0;list-style:none}.ap-checkout-lines li{border-bottom:1px solid #e8ecf4;grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.1rem 1rem;padding:.55rem 0;display:grid}.ap-checkout-lines li:last-child{border-bottom:none}.ap-checkout-line-name{color:#334155;grid-column:1;font-weight:600}.ap-checkout-line-detail{color:#94a3b8;grid-column:1;font-size:.75rem}.ap-checkout-line-amt{color:var(--ap-text);grid-area:1/2/span 2;align-self:center;font-weight:700}.ap-checkout-foot{border-top:2px solid var(--ap-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;padding-top:.85rem;display:flex}.ap-checkout-math{flex:1;min-width:200px;max-width:320px}.ap-math-row{color:var(--ap-muted);justify-content:space-between;padding:.15rem 0;font-size:.86rem;display:flex}.ap-math-total{border-top:1px solid var(--ap-border);color:var(--ap-text);margin-top:.35rem;padding-top:.45rem;font-size:1.15rem;font-weight:800}.ap-pay-btn{background:var(--ap-accent);color:#fff;cursor:pointer;border:none;border-radius:12px;flex-shrink:0;min-width:200px;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .15s,transform .1s;box-shadow:0 4px 14px #4f6ef759}.ap-pay-btn:hover:not(:disabled){background:#3d5ce6}.ap-pay-btn:active:not(:disabled){transform:translateY(1px)}.ap-pay-btn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}@media (width<=520px){.ap-checkout-foot{flex-direction:column;align-items:stretch}.ap-checkout-math{max-width:none}.ap-pay-btn{width:100%}}.ap-history{border:1px solid var(--ap-border);background:#fff;border-radius:14px;margin-top:1.25rem;overflow:hidden}.ap-history-head{color:#334155;background:var(--ap-surface);border-bottom:1px solid #f1f5f9;padding:.85rem 1.25rem;font-size:.88rem;font-weight:600}.ap-history-table-wrap{overflow-x:auto}.ap-history-table{margin:0;font-size:.84rem}.ap-history-table th,.ap-history-table td{padding:.55rem 1rem}.sa-org-panel{overflow:hidden}.sa-org-table-wrap{overflow-x:auto}.sa-org-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.4s infinite sa-org-shimmer}@keyframes sa-org-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}.sa-org-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.sa-org-tabs{flex-wrap:wrap;gap:.35rem;display:flex}.sa-org-tab{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.45rem .85rem;font-size:.85rem}.sa-org-tab.active{color:#fff;background:#2563eb;border-color:#2563eb}.sa-org-actions{flex-wrap:wrap;gap:.35rem;display:flex}.btn-link{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.sa-org-row-clickable{cursor:pointer;transition:background .12s}.sa-org-row-clickable:hover{background:#f8fafc}.sa-org-name-link{font:inherit;color:#1d4ed8;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-weight:700}.sa-org-name-link:hover{text-decoration:underline}.sa-sub-overview{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1rem;display:grid}.sa-sub-overview-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.15rem 1.25rem}.sa-sub-overview-card h4{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:0 0 .65rem;font-size:.8rem}.sa-sub-overview-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600}.sa-sub-overview-meta{color:#64748b;margin:0 0 .75rem;font-size:.88rem}.sa-sub-addon-list{margin:0 0 .75rem;padding:0;list-style:none}.sa-sub-addon-list li{border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:.4rem 0;font-size:.88rem;display:flex}.sa-sub-confirm{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:1.25rem;padding:1rem}.sa-sub-confirm h4{margin:0 0 .5rem}.sa-sub-confirm-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.additional-plan-intro{color:#64748b;margin:0 0 1rem;font-size:.9rem;line-height:1.5}.additional-plan-rates{color:#475569;background:#f8fafc;border-radius:8px;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:1rem;padding:.65rem .85rem;font-size:.82rem;display:flex}.additional-plan-cards .sa-plan-card-body{padding-bottom:1.15rem}.additional-plan-receipt{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-top:1.5rem;padding:1.15rem 1.25rem}.additional-plan-receipt h4{margin:0 0 .75rem}.additional-plan-receipt ul{margin:0;padding:0;list-style:none}.additional-plan-receipt li{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.65rem 0;font-size:.9rem;display:flex}.additional-plan-receipt-total{border-top:2px solid #e2e8f0;margin-top:.75rem;padding-top:.75rem}.additional-plan-receipt-total>div{justify-content:space-between;padding:.25rem 0;font-size:.9rem;display:flex}.additional-plan-receipt-total .grand{margin-top:.35rem;font-size:1.15rem;font-weight:700}.client-plan-page{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-page.client-plan-page{height:100vh}.chat-page-embedded.client-plan-page{height:100%}.client-plan-page>.pf-page,.client-plan-page>.client-sub-page{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:#c7d2fe #f1f5f9;background:#f1f5f9;flex:1;min-height:0;padding:1.25rem 1.5rem 2rem;overflow:hidden auto}.client-documents-page>.cdp-root{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.client-plan-page>.pf-page::-webkit-scrollbar{width:8px}.client-plan-page>.client-sub-page::-webkit-scrollbar{width:8px}.client-plan-page>.pf-page::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.client-plan-page>.client-sub-page::-webkit-scrollbar-track{background:#f1f5f9;border-radius:8px}.client-plan-page>.pf-page::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:8px}.client-plan-page>.client-sub-page::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:8px}.client-plan-page>.pf-page::-webkit-scrollbar-thumb:hover{background:#a5b4fc}.client-plan-page>.client-sub-page::-webkit-scrollbar-thumb:hover{background:#a5b4fc}.client-sub-page{background:#f1f5f9;flex:1;min-height:0;padding:1.25rem 1.5rem 2rem;overflow-y:auto}.client-sub-header{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.client-sub-header h2{margin:0;font-size:1.35rem}.client-sub-header p{color:#64748b;margin:.25rem 0 0;font-size:.9rem}.doc-source-badge{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:700;display:inline-flex}.doc-source-badge--compact{padding:1px 5px;font-size:9px}.doc-source--ca{--doc-source-accent:#1d4ed8}.doc-source--client{--doc-source-accent:#15803d}.doc-source--sync{--doc-source-accent:#6d28d9}.doc-source--system{--doc-source-accent:#c2410c}.doc-source--imported{--doc-source-accent:#374151}.doc-source-border{box-shadow:inset 3px 0 0 var(--doc-source-accent,#94a3b8)}.doc-tag-badge{color:#fff;letter-spacing:.03em;text-transform:uppercase;border-radius:4px;align-items:center;max-width:100%;padding:2px 6px;font-size:9px;font-weight:700;display:inline-flex}.doc-tag-badge--truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.doc-folder-tag-btn{cursor:pointer;opacity:0;background:#ffffffeb;border:none;border-radius:6px;width:22px;height:22px;font-size:11px;line-height:1;transition:opacity .15s;position:absolute;top:4px;right:4px;box-shadow:0 1px 3px #0000001f}.hde-grid__item:hover .doc-folder-tag-btn,.cdp-grid__item:hover .doc-folder-tag-btn{opacity:1}.doc-tag-modal-overlay{z-index:2000;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.doc-tag-modal{background:#fff;border-radius:12px;width:360px;max-width:100%;overflow:hidden;box-shadow:0 20px 50px #0003}.doc-tag-modal__head{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 16px;font-size:14px;font-weight:700;display:flex}.doc-tag-modal__head button{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:20px}.doc-tag-modal__body{flex-direction:column;gap:8px;padding:12px 16px 16px;display:flex}.doc-tag-modal__folder{color:#64748b;margin-bottom:4px;font-size:12px}.doc-tag-option{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.doc-tag-option:hover{background:#f8fafc;border-color:#c7d2fe}.doc-tag-option--active{background:#eef2ff;border-color:#6366f1}.doc-tag-option__swatch{border-radius:4px;flex-shrink:0;width:14px;height:14px}.doc-tag-option--clear{color:#64748b;justify-content:center}.modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-dialog{background:#fff;border-radius:12px;width:100%;max-width:480px;max-height:90vh;overflow:auto;box-shadow:0 20px 50px #00000026}.modal-dialog.modal-wide{max-width:560px}.modal-dialog.modal-xl{max-width:920px}.modal-dialog.modal-xl .modal-body{padding:1rem 1.25rem 1.25rem}.modal-header{border-bottom:1px solid var(--border,#e8eaed);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.modal-header__title{align-items:center;gap:10px;min-width:0;display:flex}.modal-header__icon{flex:none;display:flex}.modal-header h2{color:#111;margin:0;font-size:1.1rem;font-weight:700}.modal-close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.5rem;line-height:1}.modal-close:hover{color:#333;background:#f1f5f9}.modal-body{padding:1.25rem}.modal-field{margin-bottom:1rem}.modal-field label{color:#555;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.modal-field input,.modal-field select,.modal-field textarea{border:1px solid var(--border,#ddd);border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.9rem}.modal-field input:focus,.modal-field select:focus,.modal-field textarea:focus{border-color:var(--primary,#4f6ef7);outline:none}.modal-field.has-error input,.modal-field.has-error select{border-color:#dc2626}.modal-field-error{color:#dc2626;margin-top:.25rem;font-size:.75rem}.modal-actions{border-top:1px solid var(--border,#e8eaed);justify-content:flex-end;gap:.5rem;margin-top:1.25rem;padding-top:1rem;display:flex}.btn-secondary{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-secondary:hover{background:#e2e8f0}.btn-danger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-danger:hover{background:#b91c1c}.btn-danger:disabled,.btn-primary:disabled,.btn-secondary:disabled{opacity:.55;cursor:not-allowed}.modal-btn{appearance:none;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.55rem 1.1rem;font-size:.875rem;font-weight:600;line-height:1.2;transition:background .15s,border-color .15s,box-shadow .15s,color .15s}.modal-btn:focus-visible{outline:2px solid var(--primary,#4f6ef7);outline-offset:2px}.modal-btn:disabled{opacity:.6;cursor:not-allowed}.modal-btn--ghost{color:#374151;background:#fff;border-color:#d1d5db}.modal-btn--ghost:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.modal-btn--primary{background:var(--primary,#2563eb);color:#fff}.modal-btn--primary:hover:not(:disabled){background:#1d4ed8}.modal-btn--success{color:#fff;background:#16a34a}.modal-btn--success:hover:not(:disabled){background:#15803d}.modal-btn--danger{color:#fff;background:#dc2626}.modal-btn--danger:hover:not(:disabled){background:#b91c1c}.modal-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}@media (width<=520px){.modal-row{grid-template-columns:1fr}}.docm{flex-direction:column;display:flex}.docm__hicon{border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.docm__hicon svg{width:16px;height:16px}.docm__hicon--danger{color:#dc2626;background:#fee2e2}.docm__hicon--warn{color:#d97706;background:#fef3c7}.docm__hicon--success{color:#16a34a;background:#dcfce7}.docm__hicon--info{color:#2563eb;background:#dbeafe}.docm__lead{color:#0f172a;margin:0 0 14px;font-size:1rem;font-weight:600;line-height:1.4}.docm__file{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:10px;min-width:0;margin-bottom:14px;padding:10px 12px;display:flex}.docm__file-ic{color:#64748b;flex:none;display:flex}.docm__file-ic svg{width:18px;height:18px;margin-top:1px}.docm__file-name{color:#1e293b;overflow-wrap:anywhere;word-break:break-word;min-width:0;font-size:.9rem;font-weight:600;line-height:1.4}.docm__path{margin-bottom:14px}.docm__path-label{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin-bottom:5px;font-size:.7rem;font-weight:700;display:block}.docm__path code{color:#475569;white-space:normal;overflow-wrap:anywhere;word-break:break-all;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 10px;font-size:.78rem;line-height:1.5;display:block}.docm__check{cursor:pointer;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:11px;margin-bottom:14px;padding:12px;transition:border-color .15s,background .15s;display:flex;position:relative}.docm__check:hover{background:#f8fafc;border-color:#cbd5e1}.docm__check.is-on{background:#fef2f2;border-color:#fca5a5}.docm__check input{opacity:0;width:1px;height:1px;position:absolute}.docm__check-box{background:#fff;border:2px solid #cbd5e1;border-radius:5px;flex:none;justify-content:center;align-items:center;width:18px;height:18px;margin-top:1px;transition:background .15s,border-color .15s;display:flex}.docm__check.is-on .docm__check-box{background:#dc2626;border-color:#dc2626}.docm__check-box:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;margin-top:-1px;transition:transform .15s;transform:rotate(45deg)scale(0)}.docm__check.is-on .docm__check-box:after{transform:rotate(45deg)scale(1)}.docm__check input:focus-visible+.docm__check-box{outline:2px solid var(--primary,#4f6ef7);outline-offset:2px}.docm__check-text{flex-direction:column;gap:2px;min-width:0;display:flex}.docm__check-text strong{color:#1e293b;font-size:.875rem;font-weight:600}.docm__check-text small{color:#64748b;font-size:.78rem;line-height:1.4}.docm__alert{border-radius:8px;padding:10px 12px;font-size:.82rem;line-height:1.5}.docm__alert--info{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe}.docm__alert--danger{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.docm__alert--warn{color:#b45309;background:#fffbeb;border:1px solid #fde68a}.docm__actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@media (width<=420px){.docm__actions{flex-direction:column-reverse}.docm__actions .modal-btn{width:100%}}.doc-delete-modal p{margin:0 0 12px;line-height:1.5}.doc-delete-modal__hint{color:var(--text-muted,#64748b);font-size:.875rem}.doc-delete-modal__warn{color:#b91c1c;font-size:.875rem}.doc-delete-modal__check{cursor:pointer;align-items:flex-start;gap:8px;margin:16px 0;font-size:.9rem;display:flex}.doc-delete-modal__check input{margin-top:3px}.doc-delete-modal__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.doc-restore-modal p{margin:0 0 12px;line-height:1.5}.doc-restore-modal__hint{color:var(--text-muted,#64748b);font-size:.875rem}.doc-restore-modal__actions{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.doc-move-modal p{margin:0 0 12px}.doc-move-modal__choose{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:0 0 8px;font-size:.7rem;font-weight:700}.doc-move-modal__crumbs{overflow-wrap:anywhere;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;padding:7px 10px;font-size:.85rem}.doc-move-modal__crumb{color:#2563eb;cursor:pointer;font:inherit;background:0 0;border:none;padding:0}.doc-move-modal__sep{color:#94a3b8}.doc-move-modal__folders{border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:6px;max-height:220px;margin-bottom:12px;padding:8px;display:flex;overflow-y:auto}.doc-move-modal__folder{text-align:left;cursor:pointer;font:inherit;background:#f8fafc;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;display:flex}.doc-move-modal__folder:hover{background:#e2e8f0}.doc-move-modal__target{color:#475569;font-size:.85rem}.doc-move-modal__target code{color:#1e40af;word-break:break-all;overflow-wrap:anywhere;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;margin-top:4px;padding:7px 10px;font-size:.8rem;display:block}.doc-move-modal__hint{color:#64748b;padding:8px;font-size:.875rem}.doc-move-modal__error{color:#b91c1c;font-size:.875rem}.doc-move-modal__actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.hde-file-actions,.cdp-file-card__actions{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.hde-file-actions button,.cdp-file-card__actions button{cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 8px;font-size:.75rem}.hde-file-actions button:hover,.cdp-file-card__actions button:hover{background:#f1f5f9}.hde-file-actions .hde-btn--restore,.cdp-file-card__actions .cdp-btn--restore{color:#2563eb;border-color:#bfdbfe}.hde-file-actions .hde-btn--danger,.cdp-file-card__actions .cdp-btn--danger{color:#b91c1c;border-color:#fecaca}.cdp-file-card__actions .cdp-btn--move{color:#2563eb;border-color:#bfdbfe}.cdp-file-card__actions .cdp-btn--restore{color:#16a34a;border-color:#bbf7d0}.cdp-file-card__note{color:#94a3b8;text-align:center;margin:8px 0 0;font-size:.72rem;font-style:italic}.hde-root{background:var(--color-bg,#f8fafc);height:100%;min-height:0;font-family:inherit;display:flex}.hde-root--embedded{border:1px solid var(--color-border,#e2e8f0);background:#fff;border-radius:12px;height:520px;min-height:400px;max-height:62vh;overflow:hidden}.hde-root--embedded .hde-members-bar,.hde-root--embedded .hde-toolbar{background:#fff}.hde-root--embedded .hde-content{background:var(--color-bg,#f8fafc)}.hde-root--focused{flex:1;min-height:0}.hde-sidebar{background:var(--color-surface,#fff);border-right:1px solid var(--color-border,#e5e7eb);flex-direction:column;width:220px;min-width:180px;max-width:260px;display:flex;overflow:hidden}.hde-sidebar__header{text-transform:uppercase;letter-spacing:.05em;color:var(--color-muted,#6b7280);justify-content:space-between;align-items:center;padding:14px 16px 8px;font-size:11px;font-weight:700;display:flex}.hde-sidebar__count{background:var(--color-primary-muted,#e0e7ff);color:var(--color-primary,#4f46e5);border-radius:10px;padding:1px 7px;font-size:10px;font-weight:700}.hde-sidebar__search{padding:0 10px 8px}.hde-sidebar__search input{border:1px solid var(--color-border,#e5e7eb);background:var(--color-bg,#f8fafc);border-radius:6px;outline:none;width:100%;padding:6px 10px;font-size:12px}.hde-client-list{flex:1;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.hde-client-item{cursor:pointer;border-radius:0;align-items:center;gap:10px;padding:8px 14px;transition:background .12s;display:flex}.hde-client-item:hover{background:var(--color-hover,#f1f5f9)}.hde-client-item--active{background:var(--color-primary-muted,#e0e7ff)!important}.hde-client-avatar{background:var(--color-primary,#4f46e5);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.hde-client-info{min-width:0}.hde-client-name{white-space:nowrap;text-overflow:ellipsis;color:var(--color-text,#1e293b);font-size:13px;font-weight:600;overflow:hidden}.hde-client-mobile{color:var(--color-muted,#6b7280);font-size:11px}.hde-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.hde-members-bar{border-bottom:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);padding:10px 16px 0}.hde-members-tabs{flex-wrap:wrap;align-items:center;gap:6px;padding-bottom:10px;display:flex}.hde-member-tab-wrap{align-items:center;display:flex;position:relative}.hde-member-tab{border:1px solid var(--color-border,#e5e7eb);background:var(--color-bg,#f8fafc);cursor:pointer;color:var(--color-text,#374151);white-space:nowrap;border-radius:20px;padding:5px 14px;font-size:12px;font-weight:500;transition:all .12s}.hde-member-tab:hover{border-color:var(--color-primary,#4f46e5)}.hde-member-tab--active{background:var(--color-primary,#4f46e5);border-color:var(--color-primary,#4f46e5);color:#fff}.hde-member-relation{opacity:.7;font-size:11px}.hde-member-del{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:11px;line-height:1;display:none;position:absolute;top:-4px;right:-4px}.hde-member-tab-wrap:hover .hde-member-del{display:flex}.hde-member-add-btn{border:1px dashed var(--color-primary,#4f46e5);color:var(--color-primary,#4f46e5);cursor:pointer;background:0 0;border-radius:20px;padding:5px 12px;font-size:12px}.hde-add-member-form{flex-wrap:wrap;gap:8px;padding-bottom:10px;display:flex}.hde-add-member-form input{border:1px solid var(--color-border,#e5e7eb);border-radius:6px;outline:none;padding:5px 10px;font-size:12px}.hde-add-member-form button{cursor:pointer;border:none;border-radius:6px;padding:5px 12px;font-size:12px}.hde-add-member-form button[type=submit]{background:var(--color-primary,#4f46e5);color:#fff}.hde-add-member-form button[type=button]{background:var(--color-bg,#f1f5f9);color:var(--color-text,#374151)}.hde-toolbar{background:var(--color-surface,#fff);border-bottom:1px solid var(--color-border,#e5e7eb);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 16px;display:flex}.hde-breadcrumbs{flex-wrap:wrap;align-items:center;gap:0;min-width:0;font-size:13px;display:flex}.hde-breadcrumb{align-items:center;display:flex}.hde-breadcrumb__link{color:var(--color-primary,#4f46e5);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:13px;font-weight:500}.hde-breadcrumb__link:hover{text-decoration:underline}.hde-breadcrumb__current{color:var(--color-text,#1e293b);padding:0 2px;font-weight:700}.hde-breadcrumb__sep{color:var(--color-muted,#9ca3af);padding:0 2px}.hde-toolbar__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.hde-search{border:1px solid var(--color-border,#e5e7eb);border-radius:6px;outline:none;width:140px;padding:5px 10px;font-size:12px}.hde-btn{border:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);cursor:pointer;color:var(--color-text,#374151);white-space:nowrap;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .12s}.hde-btn:hover{background:var(--color-hover,#f1f5f9)}.hde-btn--active{background:var(--color-primary-muted,#e0e7ff);border-color:var(--color-primary,#4f46e5)}.hde-btn--primary{background:var(--color-primary,#4f46e5);color:#fff;border-color:var(--color-primary,#4f46e5)}.hde-btn--sm{padding:3px 8px;font-size:11px}.hde-btn:disabled{opacity:.5;cursor:not-allowed}.hde-view-toggle{gap:2px;display:flex}.hde-new-folder-form{background:var(--color-primary-muted,#eff6ff);border-bottom:1px solid var(--color-border,#e5e7eb);align-items:center;gap:8px;padding:8px 16px;display:flex}.hde-new-folder-form input{border:1px solid var(--color-border,#e5e7eb);border-radius:6px;outline:none;flex:1;max-width:240px;padding:5px 10px;font-size:13px}.hde-new-folder-form button{cursor:pointer;border:none;border-radius:6px;padding:5px 12px;font-size:12px}.hde-new-folder-form button[type=submit]{background:var(--color-primary,#4f46e5);color:#fff}.hde-new-folder-form button[type=button]{background:var(--color-bg,#f1f5f9)}.hde-upload-error{color:#dc2626;background:#fef2f2;border-bottom:1px solid #fecaca;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;font-size:12px;display:flex}.hde-upload-error__close{color:#dc2626;cursor:pointer;opacity:.7;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:16px;line-height:1}.hde-upload-error__close:hover{opacity:1}.hde-content{flex:1;min-height:0;padding:16px;overflow-y:auto}.hde-grid{grid-template-columns:repeat(auto-fill,minmax(138px,1fr));gap:12px;display:grid}.hde-grid__item{border:1px solid var(--color-border,#e5e7eb);cursor:pointer;background:var(--color-surface,#fff);text-align:center;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:90px;padding:14px 10px 10px;transition:all .13s;display:flex;position:relative}.hde-grid__item:hover{background:var(--color-hover,#f1f5f9);border-color:var(--color-primary,#4f46e5)}.hde-grid__item--selected{border-color:var(--color-primary,#4f46e5);background:var(--color-primary-muted,#e0e7ff)!important}.hde-grid__item--year{background:linear-gradient(135deg,#eff6ff 0%,#fff 100%)}.hde-grid__item--system{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%);border-color:#86efac}.hde-grid__item--system .hde-grid__label{color:#166534;font-weight:700}.hde-grid__item--cat{background:linear-gradient(135deg,#f0fdf4 0%,#fff 100%)}.hde-grid__icon{font-size:32px;line-height:1}.hde-grid__label{word-break:break-word;line-clamp:2;color:var(--color-text,#1e293b);max-width:100%;font-size:12px;font-weight:600}.hde-grid__count{color:var(--color-muted,#9ca3af);font-size:10px}.hde-table{border-collapse:collapse;width:100%;font-size:13px}.hde-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--color-muted,#6b7280);border-bottom:1px solid var(--color-border,#e5e7eb);background:var(--color-surface,#fff);z-index:1;padding:8px 12px;font-size:11px;font-weight:700;position:sticky;top:0}.hde-table td{border-bottom:1px solid var(--color-border,#f1f5f9);padding:8px 12px}.hde-table__row--folder{cursor:pointer}.hde-table__row--folder:hover td{background:var(--color-hover,#f8fafc)}.hde-table__row--file{cursor:pointer}.hde-table__row--file:hover td{background:var(--color-hover,#f8fafc)}.hde-table__row--selected td{background:var(--color-primary-muted,#e0e7ff)!important}.hde-table__icon{margin-right:8px}.hde-detail{background:var(--color-surface,#fff);border-left:1px solid var(--color-border,#e5e7eb);flex-direction:column;align-items:center;gap:12px;width:220px;min-width:200px;padding:16px;display:flex}.hde-detail__header{text-transform:uppercase;letter-spacing:.04em;width:100%;color:var(--color-muted,#6b7280);justify-content:space-between;align-items:center;font-size:12px;font-weight:700;display:flex}.hde-detail__header button{cursor:pointer;color:var(--color-muted,#9ca3af);background:0 0;border:none;font-size:18px;line-height:1}.hde-detail__icon{margin:8px 0;font-size:56px}.hde-detail__name{text-align:center;word-break:break-all;color:var(--color-text,#1e293b);font-size:13px;font-weight:600}.hde-detail__meta{grid-template-columns:auto 1fr;gap:4px 12px;width:100%;margin:0;font-size:12px;display:grid}.hde-detail__meta dt{color:var(--color-muted,#6b7280);font-weight:500}.hde-detail__meta dd{color:var(--color-text,#1e293b);word-break:break-all;margin:0}.hde-detail__download{text-align:center;width:100%;margin-top:auto}.hde-detail__tags{width:100%;margin-top:4px}.hde-detail__tags-label{color:var(--color-muted,#6b7280);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:11px;font-weight:700}.hde-detail__tags-list{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.hde-detail__tag-check{cursor:pointer;align-items:center;gap:4px;font-size:11px;display:inline-flex}.hde-empty{color:var(--color-muted,#9ca3af);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.hde-empty__icon{font-size:60px}.hde-empty p{font-size:14px}.hde-empty-folder{text-align:center;color:var(--color-muted,#9ca3af);grid-column:1/-1;padding:32px}.hde-loading{color:var(--color-muted,#9ca3af);padding:12px 16px;font-size:13px}.hde-loading-sm{color:var(--color-muted,#9ca3af);font-size:12px}.hde-loading-main{text-align:center;color:var(--color-muted,#9ca3af);padding:40px}.hde-modal-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.hde-modal{background:#fff;border-radius:12px;flex-direction:column;width:520px;max-width:95vw;max-height:85vh;display:flex;box-shadow:0 20px 60px #0003}.hde-modal__header{color:#111827;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:14px 18px;font-size:15px;font-weight:600;display:flex}.hde-modal__header button{cursor:pointer;color:#6b7280;background:0 0;border:none;font-size:18px;line-height:1}.hde-modal__body{flex-direction:column;gap:8px;padding:16px 18px;display:flex;overflow-y:auto}.hde-modal__body label{color:#374151;margin-top:4px;font-size:12px;font-weight:600}.hde-modal__body input,.hde-modal__body textarea{box-sizing:border-box;border:1px solid #e5e7eb;border-radius:6px;outline:none;width:100%;padding:7px 10px;font-family:inherit;font-size:13px}.hde-modal__body input:focus,.hde-modal__body textarea:focus{border-color:#2563eb}.hde-request-item-row{align-items:center;gap:6px;display:flex}.hde-request-item-row input{flex:1}.hde-modal__footer{border-top:1px solid #f3f4f6;justify-content:flex-end;gap:8px;margin-top:8px;padding-top:10px;display:flex}.cdp-root{background:#f8fafc;flex-direction:column;flex:1;min-height:0;display:flex}.cdp-loading{color:#6b7280;justify-content:center;align-items:center;height:200px;font-size:14px;display:flex}.cdp-browser{background:#fff;flex-direction:column;flex:1;min-height:0;display:flex}.cdp-browser--embedded{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;min-height:420px;max-height:58vh;overflow:hidden}.cdp-browser__toolbar{background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}.cdp-browser--embedded .cdp-browser__toolbar{padding:10px 12px}.cdp-browser__summary{color:#64748b;background:#f1f5f9;border-bottom:1px solid #e2e8f0;padding:8px 14px;font-size:12px;font-weight:600}.cdp-browser .cdp-content{flex:1;min-height:0;overflow:auto}.cdp-browser--embedded .cdp-content{min-height:280px}.cdp-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:hidden}.cdp-header{background:#fff;border-bottom:1px solid #e5e7eb;flex-direction:column;flex-shrink:0;gap:10px;padding:12px 16px 10px;display:flex}.cdp-header__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.cdp-header__row--sub{padding-top:2px}.cdp-header__back{color:#374151;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:600}.cdp-header__back:hover{background:#f9fafb;border-color:#d1d5db}.cdp-header__tabs{background:#f3f4f6;border-radius:10px;gap:2px;margin-left:auto;padding:3px;display:inline-flex}.cdp-header__tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 12px;font-size:13px;font-weight:600;display:inline-flex}.cdp-header__tab--active{color:#2563eb;background:#fff;box-shadow:0 1px 2px #0000000f}.cdp-header__tab-icon{font-size:14px;line-height:1}.cdp-header__tab-count{color:#1d4ed8;background:#dbeafe;border-radius:999px;padding:1px 6px;font-size:11px;font-weight:700}.cdp-header__tab-badge{color:#dc2626;background:#fee2e2;border-radius:999px;padding:1px 6px;font-size:11px;font-weight:700}.cdp-header__nav{align-items:center;gap:6px;min-width:0;display:flex}.cdp-header__nav-label{color:#111827;align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.cdp-header__nav-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:8px;height:8px}.cdp-header__nav-back{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:600}.cdp-header__nav-back:hover{text-decoration:underline}.cdp-header__sep{color:#d1d5db;font-size:14px}.cdp-header__nav-current{color:#111827;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:14px;font-weight:600;overflow:hidden}.cdp-header__crumb-wrap{align-items:center;gap:6px;min-width:0;display:inline-flex}.cdp-header__crumb-link{color:#2563eb;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;max-width:140px;padding:0;font-size:14px;font-weight:600;overflow:hidden}.cdp-header__crumb-link:hover{text-decoration:underline}.cdp-header__actions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.cdp-search-wrap{align-items:center;display:flex;position:relative}.cdp-search-wrap__icon{opacity:.45;pointer-events:none;font-size:12px;position:absolute;left:10px}.cdp-search{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:200px;padding:7px 28px 7px 30px;font-size:13px}.cdp-search:focus{background:#fff;border-color:#93c5fd}.cdp-search-wrap__clear{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:50%;width:20px;height:20px;font-size:13px;line-height:1;position:absolute;right:6px}.cdp-upload-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:600}.cdp-upload-btn:hover:not(:disabled){background:#1d4ed8}.cdp-upload-btn:disabled{opacity:.6;cursor:default}.cdp-content{flex:1;min-height:0;padding:16px;overflow-y:auto}.cdp-content--dropzone{min-height:180px}.cdp-file-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;display:grid}.cdp-file-grid--below{border-top:1px solid #f1f5f9;margin-top:16px;padding-top:16px}.cdp-file-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:8px;min-height:0;padding:16px 12px 12px;transition:border-color .12s,box-shadow .12s;display:flex}.cdp-file-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.cdp-file-card__icon{flex-shrink:0;font-size:36px;line-height:1}.cdp-file-card__name{color:#0f172a;overflow-wrap:anywhere;word-break:break-word;-webkit-line-clamp:3;-webkit-box-orient:vertical;width:100%;margin:0;font-size:13px;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.cdp-file-card__meta{color:#94a3b8;margin:0;font-size:11px;line-height:1.3}.cdp-file-card__badge{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:2px;display:flex}.cdp-source-badge{white-space:nowrap;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:600}.cdp-file-card__download{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:4px;padding:8px 12px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s;display:inline-flex}.cdp-file-card__download:hover{background:#eff6ff;border-color:#93c5fd}.cdp-empty{color:#6b7280;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;padding:48px 20px;font-size:14px;display:flex}.cdp-empty__icon{font-size:48px}.cdp-empty__hint{color:#9ca3af;margin:0;font-size:13px}.cdp-upload-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin:8px 16px 0;padding:8px 12px;font-size:13px}.cdp-requests{flex-direction:column;flex:1;gap:10px;padding:12px 16px;display:flex;overflow-y:auto}.cdp-request-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:14px 16px}.cdp-request-card__header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.cdp-request-card__title{color:#111827;font-size:14px;font-weight:600}.cdp-request-card__status{text-transform:capitalize;font-size:12px;font-weight:600}.cdp-request-card__desc{color:#6b7280;margin:4px 0;font-size:13px}.cdp-request-card__due{color:#f59e0b;margin:4px 0;font-size:12px}.cdp-request-card__from{color:#9ca3af;margin-top:4px;font-size:11px}.cdp-request-card__items{flex-direction:column;gap:5px;margin:0;padding:8px 0 0;list-style:none;display:flex}.cdp-request-card__items li{color:#374151;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.cdp-request-card__items li[data-status=uploaded]{color:#15803d}.cdp-item-label{flex:1}.cdp-item-notes{color:#9ca3af;font-size:11px}.cdp-item-upload-btn{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #3b82f6;border-radius:5px;margin-left:auto;padding:3px 10px;font-size:11px;font-weight:600}.cdp-item-upload-btn:hover:not(:disabled){background:#dbeafe}.cdp-item-upload-btn:disabled{opacity:.6;cursor:not-allowed}.cdp-item-upload-error{color:#dc2626;flex-basis:100%;font-size:11px;line-height:1.35}@media (width<=720px){.cdp-browser__toolbar{flex-direction:column;align-items:stretch}.cdp-header__nav{width:100%}.cdp-header__actions{width:100%;margin-left:0}.cdp-search{flex:1;width:auto;min-width:0}}@media (width<=640px){.cdp-header__row--sub{flex-direction:column;align-items:stretch}.cdp-header__actions{width:100%;margin-left:0}.cdp-search{flex:1;width:auto;min-width:0}.cdp-file-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}}.sub-usage-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;margin-bottom:1rem;display:grid}@media (width<=720px){.sub-usage-grid{grid-template-columns:1fr}}.sub-usage-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.9rem 1rem}.sub-usage-head{align-items:center;gap:.4rem;margin-bottom:.55rem;display:flex}.sub-usage-icon{font-size:1rem}.sub-usage-label{color:#334155;flex:1;font-size:.78rem;font-weight:700}.sub-usage-pct{font-size:.75rem;font-weight:700}.sub-usage-bar{background:#e2e8f0;border-radius:99px;height:6px;margin-bottom:.45rem;overflow:hidden}.sub-usage-bar>div{border-radius:99px;height:100%;transition:width .3s}.sub-usage-nums{color:#64748b;justify-content:space-between;font-size:.72rem;font-weight:600;display:flex}.sub-usage-hint{color:#7c3aed;margin-top:.35rem;font-size:.72rem;font-weight:600}.pf-page{--pf-accent:#4f46e5;--pf-accent-bg:linear-gradient(135deg, #4f46e5, #6366f1);padding-bottom:2rem}.pf-back{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem .9rem;font-size:.85rem;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.pf-back:hover{border-color:var(--pf-accent,#4f46e5);color:var(--pf-accent,#4f46e5)}.pf-page-head{margin-bottom:1rem}.pf-page-title{color:#0f172a;letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.35rem;font-weight:800}.pf-page-sub{color:#64748b;margin:0;font-size:.9rem}.pf-page .btn-primary{background:var(--pf-accent-bg);border:none}.pf-page .btn-primary:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 4px 14px #0f172a1f}.pf-toast{border-radius:10px;align-items:center;gap:.6rem;margin-bottom:1rem;padding:.7rem 1rem;font-size:.875rem;font-weight:500;animation:.25s pf-slide-in;display:flex;box-shadow:0 4px 16px #00000014}.pf-toast-success{color:#15803d;background:#f0fdf4;border:1px solid #86efac}.pf-toast-error{color:#991b1b;background:#fff1f2;border:1px solid #fecdd3}.pf-toast button{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;margin-left:auto;font-size:1.1rem;line-height:1}.pf-toast button:hover{opacity:1}@keyframes pf-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pf-hero{border-radius:20px;margin-bottom:1.25rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0f172a1f}.pf-hero-bg{position:absolute;inset:0}.pf-hero-orb{pointer-events:none;background:#ffffff14;border-radius:50%;position:absolute}.pf-hero-orb-1{width:220px;height:220px;top:-80px;right:-40px}.pf-hero-orb-2{background:#ffffff0d;width:140px;height:140px;bottom:-50px;right:28%}.pf-hero-content{flex-wrap:wrap;align-items:center;gap:1.25rem 1.5rem;padding:1.75rem 2rem;display:flex;position:relative}.pf-avatar{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:-.02em;background:#ffffff26;border:2px solid #ffffff59;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:84px;height:84px;font-size:1.85rem;font-weight:800;display:flex;box-shadow:0 8px 24px #00000026}.pf-hero-info{flex:1;min-width:200px}.pf-hero-actions{flex-wrap:wrap;align-self:flex-start;gap:.5rem;margin-left:auto;display:flex}.pf-hero-btn{color:#0f172a;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 8px #0000001f}.pf-hero-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000002e}.pf-hero-btn-ghost{color:#fff;box-shadow:none;background:#ffffff26;border:1px solid #ffffff59}.pf-hero-btn-ghost:hover{background:#ffffff40}.pf-hero-btn-logout{color:#dc2626;background:#fffffff2;border:1px solid #dc262633;box-shadow:0 2px 8px #0000001a}.pf-hero-btn-logout:hover{color:#b91c1c;background:#fff5f5;border-color:#fecaca}.pf-hero-name{color:#fff;text-shadow:0 1px 4px #00000026;margin:0 0 .5rem;font-size:1.65rem;font-weight:800}.pf-hero-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.pf-chip{letter-spacing:.02em;border-radius:999px;align-items:center;gap:.25rem;padding:.28rem .7rem;font-size:.72rem;font-weight:600;display:inline-flex}.pf-chip-role{color:#fff;background:#0f172a59;border:1px solid #fff3;font-weight:700}.pf-chip-neutral{color:#fff;background:#ffffff2e;border:1px solid #ffffff26}.pf-chip-status-active{color:#15803d;background:#dcfce7;font-weight:700}.pf-chip-status-inactive{color:#92400e;background:#fef3c7}.pf-chip-status-suspended{color:#991b1b;background:#fee2e2}.pf-chip-status-pending{color:#854d0e;background:#fef9c3}.pf-chip-status-trialing{color:#3730a3;background:#e0e7ff}.pf-chip-status-expired{color:#475569;background:#f1f5f9}.pf-hero-meta{color:#ffffffbf;flex-wrap:wrap;gap:0 1rem;font-size:.8rem;display:flex}.pf-stats-row{grid-template-columns:repeat(4,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}@media (width<=760px){.pf-stats-row{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.pf-stats-row{grid-template-columns:1fr}}.pf-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:.85rem;padding:1.1rem 1.25rem;transition:box-shadow .15s,transform .15s,border-color .15s;display:flex;box-shadow:0 1px 4px #0f172a0d}.pf-stat-card:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 6px 20px #0f172a14}.pf-stat-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.pf-stat-body{min-width:0}.pf-stat-value{color:#0f172a;font-size:1.3rem;font-weight:800;line-height:1.2}.pf-stat-label{color:#64748b;margin-top:.1rem;font-size:.75rem;font-weight:600}.pf-stat-sub{color:#94a3b8;margin-top:.1rem;font-size:.68rem}.pf-tabs-bar{scrollbar-width:none;background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:.15rem;margin-bottom:1.1rem;padding:.35rem;display:flex;overflow-x:auto;box-shadow:0 1px 4px #0f172a0d}.pf-tabs-bar::-webkit-scrollbar{display:none}.pf-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.pf-tab:hover{color:#0f172a;background:#f8fafc}.pf-tab.active{background:var(--pf-accent-bg);color:#fff;box-shadow:0 2px 10px #0f172a26}.pf-tab-icon{font-size:.95rem}.pf-panel-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:16px;animation:.22s pf-panel-in;overflow:visible;box-shadow:0 1px 4px #0f172a0d}@keyframes pf-panel-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.pf-panel{padding:1.75rem 2rem}.pf-panel--documents .pf-panel-head{margin-bottom:1rem}.pf-panel--documents .cdp-browser--embedded{margin-top:.25rem}.pf-panel-head{border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1rem}.pf-panel-head h2{color:#0f172a;margin:0 0 .3rem;font-size:1.1rem;font-weight:700}.pf-panel-head p{color:#64748b;margin:0;font-size:.85rem}.pf-fields-grid{grid-template-columns:1fr 1fr;gap:.9rem 1.25rem;margin-bottom:1.25rem;display:grid}@media (width<=640px){.pf-fields-grid{grid-template-columns:1fr}}.pf-field{flex-direction:column;gap:0;display:flex}.pf-field.half{grid-column:span 2}.pf-field label{color:#475569;letter-spacing:.01em;margin-bottom:.35rem;font-size:.77rem;font-weight:600}.pf-field input,.pf-field select,.pf-field textarea{color:#0f172a;box-sizing:border-box;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;padding:.6rem .85rem;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.pf-field input:focus,.pf-field select:focus,.pf-field textarea:focus{border-color:var(--pf-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--pf-accent) 18%, transparent);outline:none}.pf-disabled{cursor:not-allowed;color:#94a3b8!important;background:#f8fafc!important}.pf-mono{letter-spacing:.05em;font-family:JetBrains Mono,Fira Code,Cascadia Code,monospace}.pf-hint{color:#94a3b8;margin-top:.25rem;font-size:.72rem}.pf-hint-err{color:#dc2626!important}.pf-hint-ok{color:#16a34a!important}.pf-section-divider{align-items:center;gap:.75rem;margin:1.25rem 0 1rem;display:flex}.pf-section-divider:before,.pf-section-divider:after{content:"";background:#f1f5f9;flex:1;height:1px}.pf-section-divider span{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap;font-size:.75rem;font-weight:700}.pf-panel-actions{border-top:1px solid #f1f5f9;gap:.75rem;padding-top:1rem;display:flex}.pf-info-grid{grid-template-columns:repeat(2,1fr);gap:0;display:grid}.pf-info-grid-2{grid-template-columns:repeat(2,1fr)}@media (width<=640px){.pf-info-grid{grid-template-columns:1fr}}.pf-info-row{border-bottom:1px solid #f8fafc;align-items:flex-start;gap:.85rem;padding:1rem 0;display:flex}.pf-info-row:nth-child(2n){border-left:1px solid #f8fafc;padding-left:1.5rem}.pf-info-icon{flex-shrink:0;margin-top:.05rem;font-size:1.1rem}.pf-info-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.2rem;font-size:.73rem;font-weight:600}.pf-info-value{color:#0f172a;font-size:.92rem;font-weight:600}.pf-info-sub{color:#94a3b8;margin-top:.15rem;font-size:.72rem}.pf-info-note{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;align-items:flex-start;gap:.6rem;margin-top:1.25rem;padding:.85rem 1rem;font-size:.82rem;display:flex}.pf-security-section h3{color:#0f172a;margin:0 0 1.1rem;font-size:.95rem;font-weight:700}.pf-pwd-wrap{position:relative}.pf-pwd-wrap input{box-sizing:border-box;width:100%;padding-right:2.5rem}.pf-pwd-eye{cursor:pointer;opacity:.6;background:0 0;border:none;padding:0;font-size:1rem;line-height:1;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.pf-pwd-eye:hover{opacity:1}.pf-strength{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.pf-strength-bars{gap:3px;display:flex}.pf-strength-bar{border-radius:2px;width:28px;height:4px;transition:background .2s}.pf-pwd-err{color:#991b1b;background:#fff1f2;border:1px solid #fecdd3;border-radius:8px;margin:.75rem 0;padding:.55rem .85rem;font-size:.82rem}.pf-pwd-btn{margin-top:1.25rem}.pf-security-tips{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;max-width:420px;margin-top:2rem;padding:1.1rem 1.25rem}.pf-security-tips h4{color:#374151;margin:0 0 .6rem;font-size:.85rem;font-weight:700}.pf-security-tips ul{color:#64748b;margin:0;padding-left:1.25rem;font-size:.82rem;line-height:1.8}.pf-timeline{margin:0;padding:0;list-style:none}.pf-timeline-item{border-bottom:1px solid #f8fafc;align-items:flex-start;gap:1rem;padding:.85rem 0;display:flex}.pf-timeline-item:last-child{border-bottom:none}.pf-timeline-dot{background:#4f46e5;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.35rem;box-shadow:0 0 0 3px #4f46e526}.pf-timeline-title{color:#0f172a;font-size:.88rem;font-weight:600}.pf-timeline-meta{color:#64748b;flex-wrap:wrap;gap:.5rem;margin-top:.2rem;font-size:.78rem;display:flex}.pf-timeline-ip{background:#f1f5f9;border-radius:4px;padding:.1rem .4rem;font-family:monospace}.pf-timeline-ago{color:#94a3b8}.pf-sub-banner{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:14px;align-items:center;gap:1.25rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.pf-sub-plan-badge{background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:2rem;display:flex;box-shadow:0 2px 8px #6d28d926}.pf-sub-name{color:#3730a3;margin-bottom:.35rem;font-size:1.2rem;font-weight:800}.pf-sub-renew{text-align:right;margin-left:auto}.pf-sub-renew-label{color:#6d28d9;text-transform:uppercase;letter-spacing:.05em;font-size:.72rem;font-weight:600}.pf-sub-renew-date{color:#3730a3;font-size:1rem;font-weight:700}.pf-sub-section{border-top:1px solid #f1f5f9;margin-top:1.5rem;padding-top:1.25rem}.pf-sub-section-title{color:#0f172a;margin:0 0 .75rem;font-size:.92rem;font-weight:700}.pf-addon-list,.pf-txn-list{flex-direction:column;gap:.5rem;display:flex}.pf-addon-item,.pf-txn-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.pf-addon-item__main{align-items:center;gap:.5rem;min-width:0;display:flex}.pf-txn-item__main{min-width:0}.pf-addon-item__icon{font-size:1.1rem}.pf-addon-item__amt,.pf-txn-item__amt{color:#16a34a;white-space:nowrap;font-weight:700}.pf-addon-total{color:#64748b;margin:.65rem 0 0;font-size:.82rem}.pf-txn-item__title{color:#0f172a;font-size:.88rem;font-weight:700}.pf-txn-item__sub{color:#94a3b8;margin-top:.15rem;font-size:.76rem}.pf-usage-hint{color:#7c3aed;margin-top:.35rem;font-size:.72rem;font-weight:600}.pf-sub-usage-grid{grid-template-columns:repeat(3,1fr);gap:.85rem;display:grid}@media (width<=640px){.pf-sub-usage-grid{grid-template-columns:1fr}}.pf-usage-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem}.pf-usage-head{align-items:center;gap:.5rem;margin-bottom:.65rem;display:flex}.pf-usage-icon{font-size:1rem}.pf-usage-label{color:#475569;flex:1;font-size:.82rem;font-weight:600}.pf-usage-pct{font-size:.82rem;font-weight:700}.pf-usage-bar{background:#e2e8f0;border-radius:3px;height:6px;margin-bottom:.5rem;overflow:hidden}.pf-usage-bar>div{border-radius:3px;height:100%;transition:width .4s}.pf-usage-nums{color:#94a3b8;justify-content:space-between;font-size:.72rem;font-weight:500;display:flex}.pf-empty{text-align:center;color:#64748b;padding:3rem 1.5rem}.pf-empty-icon{opacity:.4;margin-bottom:.75rem;font-size:3rem}.pf-empty p{margin:.25rem 0;font-size:.9rem}.pf-empty-sub{color:#94a3b8;font-size:.82rem!important}.pf-spinner{vertical-align:middle;border:2px solid #fff6;border-top-color:#fff;border-radius:50%;width:13px;height:13px;margin-right:.35rem;animation:.6s linear infinite pf-spin;display:inline-block}@keyframes pf-spin{to{transform:rotate(360deg)}}.pf-skeleton-page{padding-top:.5rem}.pf-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:14px;animation:1.4s infinite pf-shimmer}.pf-sk-hero{border-radius:20px;height:150px;margin-bottom:1.25rem}.pf-sk-stats{height:88px;margin-bottom:1.25rem}.pf-sk-tabs{height:52px;margin-bottom:1.1rem}.pf-sk-body{height:420px}@keyframes pf-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=720px){.pf-hero-content{flex-direction:column;align-items:flex-start;padding:1.35rem 1.25rem}.pf-hero-actions{width:100%;margin-left:0}.pf-hero-btn{text-align:center;flex:1}.pf-avatar{width:68px;height:68px;font-size:1.45rem}.pf-hero-name{font-size:1.35rem}.pf-panel{padding:1.25rem}.pf-info-row:nth-child(2n){border-left:none;padding-left:0}.pf-info-grid{grid-template-columns:1fr}.pf-sub-banner{flex-direction:column;align-items:flex-start}.pf-sub-renew{text-align:left;margin-left:0}}.notif-bell-wrap{flex-shrink:0;display:inline-flex;position:relative}.notif-bell-btn{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;transition:border-color .15s,box-shadow .15s;display:flex;position:relative}.notif-bell-btn:hover{border-color:#a5b4fc;box-shadow:0 2px 8px #4f46e51f}.notif-bell-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.notif-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px #0f172a24}.notif-dropdown--portal{animation:.16s ease-out notif-drop-in}@keyframes notif-drop-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.notif-dropdown__head{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:1rem;display:flex}.notif-dropdown__close{cursor:pointer;color:#94a3b8;background:0 0;border:none;font-size:1.25rem;line-height:1}.notif-dropdown__toolbar{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.notif-dropdown__toolbar--unread-only{min-height:40px}.notif-dropdown__subtitle{color:#64748b;font-size:.78rem;font-weight:600}.notif-mark-all:disabled{opacity:.55;cursor:not-allowed}.notif-tabs{gap:.25rem;display:flex}.notif-tab{font:inherit;color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.35rem .65rem;font-size:.82rem;font-weight:600}.notif-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.notif-mark-all{font:inherit;color:#16a34a;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:.75rem;font-weight:600}.notif-section-bar{color:#475569;background:#f8fafc;justify-content:space-between;align-items:center;padding:.45rem 1rem;font-size:.78rem;font-weight:700;display:flex}.notif-view-all{font:inherit;color:#4f46e5;cursor:pointer;background:0 0;border:none;font-size:.78rem;font-weight:600}.notif-list{max-height:360px;overflow-y:auto}.notif-item{text-align:left;cursor:pointer;width:100%;font:inherit;background:#fff;border:none;border-bottom:1px solid #f1f5f9;gap:.75rem;padding:.85rem 1rem;transition:background .12s;display:flex}.notif-item:hover{background:#f8fafc}.notif-item.unread{background:#f5f7ff}.notif-item__icon{background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.notif-item__body{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.notif-item__title{color:#0f172a;font-size:.85rem;font-weight:700}.notif-item__text{color:#334155;font-size:.8rem;line-height:1.4}.notif-item__time{color:#94a3b8;font-size:.72rem}.notif-empty{text-align:center;color:#94a3b8;margin:0;padding:2rem 1rem;font-size:.85rem}.notif-page{padding:1rem 0 2rem}.notif-page__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.notif-page__head h2{margin:.5rem 0 0;font-size:1.35rem;font-weight:800}.notif-page__back{margin-bottom:.25rem}.notif-page__tabs{border-bottom:1px solid #e2e8f0;gap:.5rem;margin-bottom:1rem;display:flex}.notif-page__list{flex-direction:column;gap:.5rem;display:flex}.notif-item--page{border:1px solid #e2e8f0;border-radius:12px}.notif-page__empty{text-align:center;color:#64748b;padding:4rem 1rem}.notif-page__empty-art{opacity:.5;margin-bottom:.75rem;font-size:3rem}.notif-page__empty p{margin:0;font-size:1.1rem;font-weight:700}.dashboard-header-right{align-items:center;gap:.75rem;display:flex}.client-header{background:linear-gradient(#fff 0%,#fafbff 100%);border-bottom:1px solid #e8ecf4;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;min-height:60px;padding:.55rem 1rem;display:flex;box-shadow:0 1px #4f6ef70a}.client-header__brand{flex:1;align-items:center;gap:.65rem;min-width:0;display:flex}.client-header__avatar{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#4f6ef7 0%,#7c5cfc 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.82rem;font-weight:800;display:flex;box-shadow:0 4px 12px #4f6ef747}.client-header__info{min-width:0}.client-header__title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:700;line-height:1.25;overflow:hidden}.client-header__meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.3rem .45rem;margin-top:2px;font-size:.74rem;display:flex}.client-header__nav{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.client-header__notif .notif-bell-btn{background:#fff;border-color:#e2e8f0;border-radius:10px;width:38px;height:38px;box-shadow:0 1px 2px #0f172a0d}.client-header__notif .notif-bell-btn:hover{background:#f8f9ff;border-color:#a5b4fc}.client-header__nav-group{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:2px;padding:3px;display:flex}.client-nav-item{color:#475569;font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;align-items:center;gap:.4rem;padding:.42rem .72rem;font-size:.78rem;font-weight:600;transition:background .15s,color .15s,box-shadow .15s;display:inline-flex}.client-nav-item:hover{color:#4f6ef7;background:#ffffffd9}.client-nav-item:active{transform:scale(.98)}.client-nav-item__icon{color:#64748b;justify-content:center;align-items:center;display:flex}.client-nav-item:hover .client-nav-item__icon{color:#4f6ef7}.client-header__logout{color:#64748b;font:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.35rem;padding:.42rem .75rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.client-header__logout:hover{color:#dc2626;background:#fff5f5;border-color:#fecaca}.client-header__quick-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,border-color .15s,color .15s;display:none}.client-header__quick-btn:hover{color:#4f6ef7;background:#f8f9ff;border-color:#c5d0fb}.client-header__menu-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,border-color .15s;display:none}.client-header__menu-btn:hover{background:#f8fafc;border-color:#cbd5e1}.client-nav-mobile-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.35rem;animation:.15s ease-out client-nav-menu-in;box-shadow:0 12px 40px #0f172a24}@keyframes client-nav-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.client-nav-mobile-menu__item{width:100%;font:inherit;color:#334155;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;padding:.65rem .75rem;font-size:.85rem;font-weight:600;display:flex}.client-nav-mobile-menu__item:hover{background:#f8fafc}.client-nav-mobile-menu__item.danger{color:#dc2626}.client-nav-mobile-menu__item.danger:hover{background:#fef2f2}.client-nav-mobile-menu__icon{color:#64748b;display:flex}.client-nav-mobile-menu__item.danger .client-nav-mobile-menu__icon{color:#dc2626}@media (width<=900px){.client-header__nav-group--desktop,.client-header__logout--desktop{display:none}.client-header__quick-btn,.client-header__menu-btn{display:inline-flex}}@media (width>=901px){.client-header__menu-btn{display:none}}@media (width<=480px){.client-header{padding:.5rem .75rem}.client-header__avatar{border-radius:10px;width:36px;height:36px;font-size:.75rem}.client-header__title{font-size:.88rem}.client-nav-item__label{display:none}}.client-header__meta .client-ca-switcher__btn{background:#fff;border-color:#e2e8f0;border-radius:6px;max-width:160px;padding:.12rem .45rem;font-size:.72rem}.client-header__meta .header-sub-meta{color:#94a3b8;font-size:.72rem}.client-header__meta .online-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}*{box-sizing:border-box}.chat-page{background:#f7f8fc;flex-direction:column;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.chat-page-embedded{border:1px solid #ebebeb;border-radius:12px;flex:1;height:100%;min-height:0;overflow:hidden}.chat-page-embedded.chat-page-ca{background:#f7f8fc;border:none;border-radius:0}.chat-header{background:#fff;border-bottom:1px solid #ebebeb;flex-shrink:0;justify-content:space-between;align-items:center;height:58px;padding:0 1.2rem;display:flex}.header-left{align-items:center;gap:.65rem;display:flex}.header-avatar{color:#fff;background:#4f6ef7;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex}.header-title{color:#111;font-size:.95rem;font-weight:700}.header-sub{color:#43a047;margin-top:1px;font-size:.72rem}.header-actions{gap:.4rem;display:flex}.upload-btn,.logout-btn{cursor:pointer;color:#555;background:#fff;border:1.5px solid #ddd;border-radius:8px;padding:.38rem .85rem;font-size:.8rem;font-weight:600;transition:background .15s}.upload-btn{color:#4f6ef7;border-color:#c5d0fb}.upload-btn:hover{background:#eef1ff}.logout-btn:hover{color:#e53935;background:#fff5f5;border-color:#ffcdd2}.chat-plan-banner{color:#9a3412;background:linear-gradient(90deg,#fff7ed,#fffbeb);border-bottom:1px solid #fed7aa;flex-wrap:wrap;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.55rem 1.2rem;font-size:.8rem;display:flex}.chat-plan-banner__btn{color:#fff;cursor:pointer;background:#ea580c;border:none;border-radius:8px;flex-shrink:0;padding:.35rem .75rem;font-size:.78rem;font-weight:700}.chat-plan-banner__btn:hover{background:#c2410c}.year-filter-bar{scrollbar-width:none;background:#fff;border-bottom:1px solid #ebebeb;flex-shrink:0;align-items:center;gap:.4rem;padding:.45rem 1.2rem;display:flex;overflow-x:auto}.year-filter-bar::-webkit-scrollbar{display:none}.year-filter-label{color:#999;white-space:nowrap;font-size:.73rem;font-weight:600}.year-pill{color:#666;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #ddd;border-radius:20px;padding:.25rem .7rem;font-size:.75rem;font-weight:600;transition:all .12s}.year-pill:hover{color:#4f6ef7;border-color:#4f6ef7}.year-pill.active{color:#fff;background:#4f6ef7;border-color:#4f6ef7}.messages-area{flex-direction:column;flex:1;gap:.7rem;padding:1rem 1.2rem;display:flex;overflow-y:auto}.messages-area::-webkit-scrollbar{width:4px}.messages-area::-webkit-scrollbar-thumb{background:#ddd;border-radius:10px}.date-divider{text-align:center;color:#bbb;margin:.2rem 0;font-size:.7rem;font-weight:600}.message-row{align-items:flex-end;gap:.5rem;display:flex}.user-row{flex-direction:row-reverse}.avatar{letter-spacing:.2px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex}.bot-avatar{color:#4f6ef7;background:#e8ecff}.user-avatar{color:#2e7d32;background:#e8f5e9}.bubble-col{flex-direction:column;gap:.2rem;max-width:72%;display:flex}.bubble{word-break:break-word;border-radius:14px;padding:.62rem .9rem;font-size:.88rem;line-height:1.6}.bot-bubble{color:#1a1a1a;background:#fff;border:1px solid #ebebeb;border-radius:4px 14px 14px}.user-bubble{color:#fff;background:#4f6ef7;border-radius:14px 4px 14px 14px}.msg-time{color:#bbb;padding:0 .2rem;font-size:.65rem}.user-row .msg-time{text-align:right}.typing{align-items:center;gap:4px;padding:.75rem 1rem;display:flex}.typing span{background:#ccc;border-radius:50%;width:6px;height:6px;animation:1.2s infinite bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-5px)}}.md-body{color:#1a1a1a;font-size:.88rem;line-height:1.65}.md-h1{color:#111;border-bottom:1.5px solid #f0f0f0;margin:.5rem 0 .25rem;padding-bottom:.2rem;font-size:1rem;font-weight:700}.md-h2{color:#222;margin:.4rem 0 .18rem;font-size:.93rem;font-weight:700}.md-h3{color:#333;margin:.32rem 0 .12rem;font-size:.88rem;font-weight:700}.md-p{margin:.25rem 0}.md-p:first-child{margin-top:0}.md-p:last-child{margin-bottom:0}.md-strong{color:#333;text-transform:uppercase;letter-spacing:.4px;font-size:.78rem;font-weight:700}.md-p+.md-p,.md-body p+p{margin-top:0}.md-body p{margin-bottom:.05rem}.md-em{color:#666;font-style:italic}.md-hr{border:none;border-top:1px solid #f0f0f0;margin:.5rem 0}.md-ul,.md-ol{margin:.25rem 0 .25rem 1.1rem}.md-li{margin:.15rem 0}.md-bq{color:#666;background:#f7f8ff;border-left:3px solid #d0d8fc;border-radius:0 6px 6px 0;margin:.3rem 0;padding:.3rem .7rem;font-size:.82rem;font-style:italic}.md-table-wrap{border:1px solid #e8e8e8;border-radius:8px;margin:.4rem 0;overflow-x:auto}.md-table{border-collapse:collapse;width:100%;font-size:.83rem}.md-th{color:#333;text-align:left;background:#f3f4f8;border-bottom:1px solid #e8e8e8;padding:.42rem .8rem;font-size:.8rem;font-weight:700}.md-td{color:#444;border-bottom:1px solid #f5f5f5;padding:.4rem .8rem}.md-table tr:last-child .md-td{border-bottom:none}.md-table tr:hover .md-td{background:#fafafa}.md-code{color:#c62828;background:#f5f5f5;border-radius:4px;padding:.1rem .35rem;font-family:monospace;font-size:.82rem}.quick-queries{scrollbar-width:none;background:#fff;border-top:1px solid #ebebeb;flex-shrink:0;gap:.4rem;padding:.5rem 1.2rem;display:flex;overflow-x:auto}.quick-queries::-webkit-scrollbar{display:none}.quick-btn{color:#4f6ef7;white-space:nowrap;cursor:pointer;background:#f7f8fc;border:1.5px solid #e0e0e0;border-radius:20px;flex-shrink:0;padding:.32rem .75rem;font-size:.77rem;font-weight:600;transition:all .12s}.quick-btn:hover:not(:disabled){background:#eef1ff;border-color:#4f6ef7}.quick-btn:disabled{opacity:.4;cursor:not-allowed}.input-bar{background:#fff;border-top:1px solid #ebebeb;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.65rem 1.2rem;display:flex}.active-year-badge{color:#fff;white-space:nowrap;background:#4f6ef7;border-radius:8px;flex-shrink:0;padding:.2rem .5rem;font-size:.68rem;font-weight:700}.input-bar textarea{resize:none;color:#111;background:#f7f8fc;border:1.5px solid #e0e0e0;border-radius:12px;outline:none;flex:1;max-height:110px;padding:.62rem .9rem;font-family:inherit;font-size:.88rem;line-height:1.45;transition:border-color .2s;overflow-y:auto}.input-bar textarea:focus{background:#fff;border-color:#4f6ef7}.send-btn{color:#fff;cursor:pointer;background:#4f6ef7;border:none;border-radius:10px;flex-shrink:0;width:40px;height:40px;font-size:1rem;transition:background .15s}.send-btn:hover:not(:disabled){background:#3a5ce5}.send-btn:disabled{opacity:.4;cursor:not-allowed}.download-list{flex-direction:column;gap:.3rem;display:flex}.download-list-label{color:#999;margin-bottom:.15rem;font-size:.72rem;font-weight:600}.download-card{text-align:left;width:100%;color:inherit;cursor:pointer;font:inherit;background:#fff;border:1.5px solid #e8e8e8;border-radius:10px;align-items:center;gap:.55rem;padding:.5rem .75rem;text-decoration:none;transition:border-color .15s;display:flex}.download-card:disabled{opacity:.65;cursor:wait}.download-card:hover{border-color:#4f6ef7}.dl-icon{flex-shrink:0;font-size:1.2rem}.header-sub{flex-wrap:wrap;align-items:center;gap:.35rem .5rem;display:flex}.header-sub-meta{color:#888;font-size:.78rem}.client-ca-label{color:#666;font-size:.78rem;font-weight:500}.client-ca-switcher{font-size:.78rem;display:inline-flex;position:relative}.client-ca-switcher__btn{font:inherit;color:#333;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#fff;border:1px solid #ddd;border-radius:6px;max-width:200px;padding:.15rem .5rem;font-size:.78rem;overflow:hidden}.client-ca-switcher__btn:hover:not(:disabled){border-color:#4f6ef7}.client-ca-switcher__btn:disabled{opacity:.6;cursor:not-allowed}.client-ca-switcher__menu{z-index:20;background:#fff;border:1px solid #e0e0e0;border-radius:8px;min-width:220px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 16px #0000001a}.client-ca-switcher__item{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.1rem;padding:.55rem .75rem;display:flex}.client-ca-switcher__item:hover:not(:disabled){background:#f5f7ff}.client-ca-switcher__item.active{background:#eef2ff;font-weight:600}.client-ca-switcher__item small{color:#888;font-size:.72rem;font-weight:400}.client-ca-switcher__error{color:#b91c1c;width:100%;margin-top:.2rem;font-size:.72rem;display:block}.dl-info{flex-direction:column;flex:1;min-width:0;display:flex}.dl-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.dl-meta{color:#aaa;font-size:.7rem}.dl-btn{color:#4f6ef7;white-space:nowrap;background:#eef1ff;border-radius:6px;flex-shrink:0;padding:.25rem .55rem;font-size:.72rem;font-weight:700}:root{--sidebar-w:240px;--sidebar-bg:#0f172a;--sidebar-text:#94a3b8;--sidebar-active:#fff;--sidebar-accent:#4f46e5;--surface:#fff;--surface-2:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-muted:#64748b;--primary:#4f46e5;--primary-hover:#4338ca;--danger:#ef4444;--radius:12px;--shadow:0 1px 3px #0f172a14, 0 4px 12px #0f172a0a}.dashboard-root{background:var(--surface-2);height:100vh;display:flex;overflow:hidden}.dashboard-sidebar{width:var(--sidebar-w);background:var(--sidebar-bg);color:var(--sidebar-text);border-right:1px solid #ffffff0a;flex-direction:column;flex-shrink:0;padding:0;display:flex}.sidebar-brand{border-bottom:1px solid #ffffff0f;padding:1.25rem 1.1rem 1.1rem}.sidebar-logo-wrap{align-items:center;gap:.75rem;display:flex}.sidebar-logo{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:800;display:flex}.sidebar-brand-name{color:#fff;letter-spacing:-.02em;font-size:.95rem;font-weight:700}.sidebar-brand-role{letter-spacing:.02em;margin-top:.05rem;font-size:.7rem;font-weight:600}.sidebar-notif{border-bottom:1px solid #ffffff0f;justify-content:flex-start;padding:.65rem 1.1rem .5rem;display:flex;overflow:visible}.sidebar-notif .notif-bell-btn{color:#e2e8f0;background:#ffffff14;border:1px solid #ffffff1f}.sidebar-notif .notif-bell-badge{border:2px solid #1e293b}.sidebar-nav{scrollbar-width:none;flex-direction:column;flex:1;gap:.15rem;padding:.85rem .65rem .65rem;display:flex;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-nav-label{color:#94a3b880;letter-spacing:.1em;padding:.2rem .5rem .5rem;font-size:.62rem;font-weight:700}.nav-item{color:var(--sidebar-text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.7rem;width:100%;padding:.6rem .85rem;font-size:.875rem;font-weight:500;transition:background .15s,color .15s;display:flex;position:relative}.nav-item:hover{color:#e2e8f0;background:#ffffff0f}.nav-item.active{color:#fff;background:#4f46e540;font-weight:600}.nav-item.active .nav-icon{opacity:1}.nav-icon{opacity:.8;flex-shrink:0;font-size:1.05rem}.nav-label{flex:1}.nav-badge{color:#fff;text-align:center;background:#dc2626;border-radius:999px;min-width:18px;padding:.15rem .45rem;font-size:.65rem;font-weight:800;line-height:1.3;animation:2s infinite nav-pulse}@keyframes nav-pulse{0%,to{opacity:1}50%{opacity:.7}}.nav-item.active:before{content:"";background:#4f46e5;border-radius:0 2px 2px 0;width:3px;position:absolute;top:25%;bottom:25%;left:0}.sidebar-footer{border-top:1px solid #ffffff0f;padding:.85rem .65rem}.user-chip{background:#ffffff0a;border-radius:10px;align-items:center;gap:.65rem;margin-bottom:.5rem;padding:.55rem .65rem;display:flex}.user-avatar{color:#fff;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.82rem;font-weight:700;display:flex}.user-chip-text{min-width:0}.user-chip .name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.user-chip .role{color:var(--sidebar-text);font-size:.68rem}.btn-logout{width:100%;color:var(--sidebar-text);cursor:pointer;text-align:left;background:0 0;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem .75rem;font-size:.82rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.btn-logout:hover{color:#fca5a5;background:#ef44441f;border-color:#ef444440}.dashboard-main{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.dashboard-header{background:var(--surface);border-bottom:1px solid var(--border);box-shadow:0 1px 0 var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.1rem 1.75rem;display:flex}.dashboard-header-left h2{color:var(--text);letter-spacing:-.02em;margin:0;font-size:1.25rem;font-weight:800}.dashboard-header-left p{color:var(--text-muted);margin:.15rem 0 0;font-size:.82rem}.dashboard-content{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;flex:1;padding:1.5rem 1.75rem 2.5rem;overflow-y:auto}.dashboard-content::-webkit-scrollbar{width:5px}.dashboard-content::-webkit-scrollbar-track{background:0 0}.dashboard-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.dashboard-content--chat,.dashboard-content--documents{flex-direction:column;min-height:0;padding:.75rem 1rem 1rem;display:flex;overflow:hidden}.dashboard-content--profile{background:#f1f5f9;padding:1.25rem 1.5rem 2rem;overflow-y:auto}.dashboard-content--overview{width:100%}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1.25rem;overflow:hidden}.panel-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;display:flex}.panel-head h3{color:var(--text);margin:0;font-size:.95rem;font-weight:700}.data-table{border-collapse:collapse;width:100%;font-size:.875rem}.data-table th{text-align:left;background:var(--surface-2);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--border);padding:.65rem 1.25rem;font-size:.72rem;font-weight:700}.data-table td{color:var(--text);vertical-align:middle;border-bottom:1px solid #f8fafc;padding:.8rem 1.25rem}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f8fafc}.badge{text-transform:capitalize;white-space:nowrap;border-radius:999px;padding:.22rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}.badge-active,.badge-success{color:#15803d;background:#dcfce7}.badge-trialing{color:#3730a3;background:#e0e7ff}.badge-pending{color:#92400e;background:#fef3c7}.badge-suspended{color:#854d0e;background:#fef9c3}.badge-cancelled,.badge-danger{color:#991b1b;background:#fee2e2}.badge-inactive,.badge-expired{color:#475569;background:#f1f5f9}.btn-primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s,box-shadow .15s}.btn-primary:hover:not(:disabled){background:var(--primary-hover);box-shadow:0 3px 10px #4f46e54d}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s}.btn-secondary:hover:not(:disabled){background:var(--surface-2);border-color:#cbd5e1}.btn-secondary:disabled{opacity:.55;cursor:not-allowed}.btn-danger{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-danger:disabled{opacity:.55;cursor:not-allowed}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 2rem;font-size:.9rem}.loading-block{text-align:center;color:var(--text-muted);padding:3rem}.error-banner{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.875rem}.search-input{border:1.5px solid var(--border);background:var(--surface);border-radius:9px;min-width:220px;padding:.5rem .85rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.search-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e51a}.form-label{color:#374151;margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.stat-card .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem;font-weight:600}.stat-card .value{color:var(--text);letter-spacing:-.03em;margin-top:.3rem;font-size:1.6rem;font-weight:800}.stat-card .sub{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}@media (width<=900px){:root{--sidebar-w:68px}.sidebar-logo-wrap>div,.sidebar-brand-name,.sidebar-brand-role,.sidebar-nav-label,.nav-label,.user-chip-text,.btn-logout{display:none}.sidebar-brand{padding:1rem .65rem}.nav-item{justify-content:center;padding:.7rem}.nav-item.active:before{display:none}.nav-badge{position:absolute;top:4px;right:4px}.user-chip{justify-content:center}.sidebar-footer{padding:.65rem}.dashboard-content{padding:1rem}}.act-feed--empty{text-align:center;color:#64748b;padding:2rem 1rem}.act-feed-empty-icon{margin-bottom:.5rem;font-size:2rem}.act-feed-empty-text{font-size:.9rem}.act-feed-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;height:52px;margin-bottom:.5rem;animation:1.2s infinite act-feed-shimmer}@keyframes act-feed-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.act-feed-meta .act-feed-who{color:#334155;font-weight:600}.act-feed-meta .act-feed-dot,.act-feed-meta .act-feed-time{color:#94a3b8}.act-feed-meta .act-feed-dot{margin:0 .35rem}.ov-page{padding-bottom:2.5rem}.ov-toolbar{justify-content:flex-end;margin-bottom:.75rem;display:flex}.ov-refresh-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s,box-shadow .15s}.ov-refresh-btn:hover:not(:disabled){color:#4f46e5;border-color:#4f46e5;box-shadow:0 2px 8px #4f46e51f}.ov-refresh-btn:disabled{opacity:.65;cursor:not-allowed}.ov-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/300% 100%;animation:1.5s infinite ov-shimmer;display:block}@keyframes ov-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}.ov-approval-sk,.ov-bar-sk,.ov-txn-sk{padding:.5rem 1.25rem}.ov-hero{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 35%,#4338ca 65%,#4f46e5 100%);border-radius:22px;margin-bottom:1.25rem;position:relative;overflow:hidden;box-shadow:0 12px 40px #4f46e54d}.ov-hero-glow{pointer-events:none;filter:blur(40px);border-radius:50%;position:absolute}.ov-glow1{background:#8b5cf64d;width:350px;height:350px;top:-150px;right:-60px}.ov-glow2{background:#6366f140;width:220px;height:220px;bottom:-80px;right:30%}.ov-glow3{background:#3b82f626;width:180px;height:180px;top:20px;left:40%}.ov-hero-body{flex-wrap:wrap;align-items:center;gap:2rem;padding:2rem 2.25rem;display:flex;position:relative}.ov-hero-left{flex:1;min-width:240px}.ov-hero-greet{color:#ffffffb3;margin-bottom:.3rem;font-size:.9rem;font-weight:400}.ov-hero-title{color:#fff;letter-spacing:-.04em;margin:0 0 .25rem;font-size:2rem;font-weight:900;line-height:1.1}.ov-hero-date{color:#ffffff80;margin:0 0 1.1rem;font-size:.82rem}.ov-alert-pill{color:#fef3c7;cursor:pointer;background:#fbbf242e;border:1px solid #fbbf2466;border-radius:12px;align-items:center;gap:.55rem;padding:.55rem 1rem;font-size:.83rem;font-weight:500;transition:background .15s;display:inline-flex}.ov-alert-pill:hover{background:#fbbf2447}.ov-alert-dot{background:#fbbf24;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1.5s ease-in-out infinite ov-ping;box-shadow:0 0 #fbbf2499}@keyframes ov-ping{0%,to{box-shadow:0 0 #fbbf2499}50%{box-shadow:0 0 0 6px #fbbf2400}}.ov-alert-arr{opacity:.7;margin-left:.2rem}.ov-hero-cards{flex-direction:column;gap:.75rem;min-width:220px;display:flex}.ov-hero-rev-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:1.25rem 1.5rem}.ov-hero-rev-label{color:#fff9;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.4rem;font-size:.72rem;font-weight:700}.ov-hero-rev-val{color:#fff;letter-spacing:-.04em;margin-bottom:.3rem;font-size:2rem;font-weight:900;line-height:1}.ov-hero-rev-sub{color:#ffffff80;font-size:.72rem}.ov-hero-mini-cards{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.ov-hero-mini{text-align:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;padding:.75rem .6rem}.ov-hero-mini-num{color:#fff;letter-spacing:-.03em;font-size:1.2rem;font-weight:800;display:block}.ov-hero-mini-lbl{color:#ffffff8c;margin-top:.15rem;font-size:.65rem;font-weight:500;display:block}.ov-metrics{grid-template-columns:repeat(6,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}@media (width<=1200px){.ov-metrics{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.ov-metrics{grid-template-columns:repeat(2,1fr)}}.ov-metric{background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.1rem 1.15rem 1rem;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden;box-shadow:0 1px 4px #0f172a0d}.ov-metric:after{content:"";background:var(--mc,#4f46e5);opacity:0;height:3px;transition:opacity .18s;position:absolute;bottom:0;left:0;right:0}.ov-metric:hover,.ov-metric--click:hover{border-color:var(--mc,#4f46e5);transform:translateY(-3px);box-shadow:0 8px 24px #0f172a1a}.ov-metric:hover:after{opacity:1}.ov-metric--click{cursor:pointer}.ov-metric-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.ov-metric-icon{background:color-mix(in srgb, var(--mc,#4f46e5) 12%, #fff);width:40px;height:40px;color:var(--mc,#4f46e5);border-radius:11px;justify-content:center;align-items:center;font-size:1.15rem;display:flex}.ov-trend{border-radius:5px;padding:.18rem .4rem;font-size:.68rem;font-weight:800}.ov-trend.up{color:#16a34a;background:#dcfce7}.ov-trend.down{color:#dc2626;background:#fee2e2}.ov-trend.flat{color:#94a3b8;background:#f1f5f9}.ov-metric-val{color:#0f172a;letter-spacing:-.03em;margin-bottom:.3rem;font-size:1.55rem;font-weight:900;line-height:1}.ov-metric-label{color:#64748b;font-size:.76rem;font-weight:600}.ov-metric-sub{color:#94a3b8;margin-top:.2rem;font-size:.68rem}.ov-grid{grid-template-columns:1.15fr 1fr;align-items:start;gap:1.1rem;display:grid}@media (width<=960px){.ov-grid{grid-template-columns:1fr}}.ov-col-l,.ov-col-r{flex-direction:column;gap:1.1rem;display:flex}.ov-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 1px 4px #0f172a0d}.ov-card-hd{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem .85rem;display:flex}.ov-card-hd-left{align-items:center;gap:.75rem;display:flex}.ov-card-ico{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.ov-card-hd h3{color:#0f172a;margin:0;font-size:.93rem;font-weight:700}.ov-card-hd p{color:#94a3b8;margin:0;font-size:.74rem}.ov-card-link{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.8rem;font-weight:600}.ov-card-link:hover{text-decoration:underline}.ov-link-btn{color:#4f46e5;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e0e7ff;border-radius:8px;padding:.3rem .7rem;font-size:.78rem;font-weight:700;transition:background .15s}.ov-link-btn:hover{background:#f5f3ff}.ov-card-body{padding:.75rem 1.25rem}.ov-empty-state{color:#94a3b8;align-items:center;gap:.75rem;padding:1.75rem 1.25rem;font-size:.85rem;display:flex}.ov-empty-icon{opacity:.5;font-size:1.5rem}.ov-approval-list{padding:.25rem 0}.ov-approval-row{border-bottom:1px solid #f8fafc;align-items:center;gap:.85rem;padding:.9rem 1.25rem;transition:background .1s;display:flex}.ov-approval-row:last-child{border-bottom:none}.ov-approval-row:hover{background:#fafbff}.ov-approval-av{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:800;display:flex}.ov-approval-info{flex:1;min-width:0}.ov-approval-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:700;overflow:hidden}.ov-approval-meta{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:.25rem .35rem;margin-top:.15rem;font-size:.72rem;display:flex}.ov-dot{color:#cbd5e1}.ov-time{color:#d97706;font-weight:600}.ov-approval-btns{flex-shrink:0;gap:.4rem;display:flex}.ov-btn-approve{color:#fff;cursor:pointer;white-space:nowrap;background:#4f46e5;border:none;border-radius:9px;align-items:center;gap:.3rem;padding:.38rem .8rem;font-size:.78rem;font-weight:700;transition:background .15s;display:flex}.ov-btn-approve:hover:not(:disabled){background:#4338ca}.ov-btn-approve:disabled{opacity:.6;cursor:not-allowed}.ov-btn-reject{color:#dc2626;cursor:pointer;background:#fff1f2;border:1px solid #fecdd3;border-radius:9px;padding:.38rem .6rem;font-size:.85rem;font-weight:700;transition:background .15s}.ov-btn-reject:hover:not(:disabled){background:#fee2e2}.ov-btn-reject:disabled{opacity:.6;cursor:not-allowed}.ov-rev-total{color:#0f172a;font-size:1rem;font-weight:800}.ov-bars-body{padding:.75rem 1.25rem 1rem}.ov-bar-row{align-items:center;gap:.85rem;margin-bottom:.75rem;display:flex}.ov-bar-label{color:#64748b;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0;width:90px;font-size:.78rem;font-weight:600;overflow:hidden}.ov-bar-track{background:#f1f5f9;border-radius:5px;flex:1;height:10px;overflow:hidden}.ov-bar-fill{border-radius:5px;height:100%;transition:width .5s}.ov-bar-val{text-align:right;color:#0f172a;flex-shrink:0;width:80px;font-size:.78rem;font-weight:700}.ov-table-wrap{overflow-x:auto}.ov-table{border-collapse:collapse;width:100%;font-size:.85rem}.ov-table th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.07em;background:#f8fafc;border-bottom:1px solid #f1f5f9;padding:.6rem 1.25rem;font-size:.7rem;font-weight:700}.ov-table td{vertical-align:middle;border-bottom:1px solid #f8fafc;padding:.8rem 1.25rem}.ov-table tr:last-child td{border-bottom:none}.ov-table tbody tr:hover td{background:#f8fafc}.ov-firm-cell{align-items:center;gap:.65rem;display:flex}.ov-firm-av{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:800;display:flex}.ov-firm-name{color:#0f172a;font-size:.87rem;font-weight:700}.ov-firm-loc{color:#94a3b8;margin-top:.05rem;font-size:.71rem}.ov-owner-name{color:#334155;font-size:.84rem;font-weight:600}.ov-owner-mob{color:#94a3b8;font-size:.71rem}.ov-client-count{align-items:baseline;gap:.2rem;margin-bottom:.3rem;display:flex}.ov-client-count span{color:#0f172a;font-size:.9rem;font-weight:700}.ov-client-limit{color:#94a3b8;font-size:.75rem}.ov-td-date{color:#64748b;white-space:nowrap;font-size:.78rem}.ov-prog-track{background:#f1f5f9;border-radius:3px;height:5px;overflow:hidden}.ov-prog-fill{border-radius:3px;height:100%;transition:width .4s}.ov-pill{white-space:nowrap;border-radius:999px;align-items:center;padding:.22rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.ov-pill--active{color:#15803d;background:#dcfce7}.ov-pill--pending{color:#92400e;background:#fef3c7}.ov-pill--trial{color:#3730a3;background:#e0e7ff}.ov-pill--suspended{color:#854d0e;background:#fef9c3}.ov-pill--danger{color:#991b1b;background:#fee2e2}.ov-health-body{flex-direction:column;gap:.95rem;padding:.75rem 1.25rem 1.1rem;display:flex}.ov-health-row{align-items:center;gap:.55rem;margin-bottom:.38rem;display:flex}.ov-health-icon{font-size:.95rem}.ov-health-label{color:#475569;flex:1;font-size:.8rem;font-weight:600}.ov-health-val{font-size:.88rem;font-weight:800}.ov-health-sub{color:#94a3b8;margin-top:.25rem;font-size:.7rem}.ov-txn-list{padding:.25rem 0}.ov-txn-item{border-bottom:1px solid #f8fafc;align-items:center;gap:.75rem;padding:.8rem 1.25rem;transition:background .1s;display:flex}.ov-txn-item:last-child{border-bottom:none}.ov-txn-item:hover{background:#fafbff}.ov-txn-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:800;display:flex}.ov-txn-ok{color:#15803d;background:#dcfce7}.ov-txn-fail{color:#dc2626;background:#fee2e2}.ov-txn-info{flex:1;min-width:0}.ov-txn-who{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:700;overflow:hidden}.ov-txn-plan{color:#94a3b8;align-items:center;gap:.35rem;margin-top:.1rem;font-size:.72rem;display:flex}.ov-txn-type{color:#3730a3;text-transform:capitalize;background:#e0e7ff;border-radius:4px;padding:.1rem .4rem;font-size:.65rem;font-weight:700}.ov-txn-amt{flex-shrink:0;font-size:.9rem;font-weight:800}.ov-txn-amt.green{color:#16a34a}.ov-txn-amt.red{color:#dc2626}.ov-free-badge{color:#3730a3;background:#e0e7ff;border-radius:5px;padding:.15rem .45rem;font-size:.7rem;font-weight:700}.ov-txn-summary{color:#64748b;background:#f8fafc;border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.65rem 1.25rem;font-size:.78rem;display:flex}.ov-txn-summary strong{color:#0f172a;font-size:.88rem}.ov-qa-grid{flex-direction:column;gap:0;display:flex}.ov-qa-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #f8fafc;align-items:center;gap:.85rem;padding:.85rem 1.25rem;transition:background .15s;display:flex}.ov-qa-btn:last-child{border-bottom:none}.ov-qa-btn:hover{background:#f8fafc}.ov-qa-ico{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;display:flex}.ov-qa-txt{flex:1;min-width:0}.ov-qa-lbl{color:#0f172a;font-size:.86rem;font-weight:700}.ov-qa-sub{color:#94a3b8;margin-top:.05rem;font-size:.72rem}.ov-qa-arr{font-size:.85rem;font-weight:700;transition:transform .15s}.ov-qa-btn:hover .ov-qa-arr{transform:translate(3px)}.ov-spin{border:2px solid #ffffff59;border-top-color:#fff;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite ov-rotate;display:inline-block}@keyframes ov-rotate{to{transform:rotate(360deg)}}.ov-modal-firm-banner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.85rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.ov-modal-label{color:#374151;margin-bottom:.4rem;font-size:.8rem;font-weight:700;display:block}.ov-modal-ta{resize:vertical;box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:10px;width:100%;margin-bottom:1rem;padding:.65rem .85rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.ov-modal-ta:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.ov-timeline{padding:.25rem 0}.ov-timeline-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.85rem;padding:.85rem 1.25rem;transition:background .12s;display:flex}.ov-timeline-item:last-child{border-bottom:none}.ov-timeline-item:hover{background:#f8fafc}.ov-timeline-ico{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.ov-timeline-body{flex:1;min-width:0}.ov-timeline-label{color:#0f172a;font-size:.88rem;font-weight:600}.ov-timeline-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.2rem;margin-top:.15rem;font-size:.78rem;display:flex}.ov-timeline-dt{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-size:.72rem}@media (width<=640px){.ov-hero-body{flex-direction:column;padding:1.5rem}.ov-hero-title{font-size:1.5rem}.ov-hero-cards{width:100%}.ov-hero-mini-cards{grid-template-columns:repeat(3,1fr)}.ov-approval-row{flex-wrap:wrap}.ov-approval-btns{width:100%}}.pg-bar{background:#fafbfc;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;display:flex}.pg-info{color:#64748b;font-size:.82rem}.pg-info strong{color:#0f172a}.pg-controls{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.pg-size{color:#64748b;align-items:center;gap:.4rem;margin-right:.5rem;font-size:.78rem;display:inline-flex}.pg-size select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .5rem;font-size:.82rem}.pg-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:36px;height:36px;padding:0 .5rem;font-size:.85rem;font-weight:600;transition:background .12s,border-color .12s,color .12s}.pg-btn:hover:not(:disabled){color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.pg-btn--active{color:#fff;background:#4f46e5;border-color:#4f46e5}.pg-btn--active:hover:not(:disabled){color:#fff;background:#4338ca;border-color:#4338ca}.pg-btn:disabled{opacity:.45;cursor:not-allowed}.pg-ellipsis{color:#94a3b8;padding:0 .25rem;font-size:.9rem}.confirm-del{text-align:center}.confirm-del__warn{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;display:flex}.confirm-del__target{text-align:left;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:.2rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.confirm-del__target strong{color:#0f172a;font-size:.95rem}.confirm-del__target span{color:#64748b;font-size:.84rem}.confirm-del__email{font-size:.8rem!important}.confirm-del__desc{color:#475569;text-align:left;margin:0 0 1rem;font-size:.88rem;line-height:1.5}.confirm-del__list{text-align:left;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin:0 0 .25rem;padding:.75rem 1rem .75rem 1.85rem;font-size:.82rem;line-height:1.55}.confirm-del__list li{margin:.2rem 0}.confirm-del__actions{margin-top:1.25rem!important}.pwd-input-wrap{align-items:center;display:flex;position:relative}.pwd-input-wrap input{width:100%;padding-right:2.75rem}.pwd-input-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:0 8px 8px 0;justify-content:center;align-items:center;width:2.5rem;transition:color .15s;display:flex;position:absolute;top:0;bottom:0;right:0}.pwd-input-toggle:hover{color:#4f46e5}.pwd-input-toggle:focus-visible{outline:2px solid var(--primary,#4f6ef7);outline-offset:-2px}.cl-detail{margin:-.25rem 0 0}.cl-detail-context{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.55rem .85rem;font-size:.85rem;display:flex}.cl-detail-context-label{color:#1d4ed8;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:700}.cl-detail-context-value{color:#0f172a;font-weight:600}.cl-detail--platform .cl-detail-hero{background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 50%,#3b82f6 100%)}.cl-detail-hero{background:linear-gradient(135deg,#312e81 0%,#4338ca 50%,#4f46e5 100%);border-radius:16px;margin-bottom:1.25rem;padding:1.5rem 1.75rem;position:relative;overflow:hidden}.cl-detail-hero-orb{pointer-events:none;background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;top:-70px;right:-30px}.cl-detail-hero-inner{flex-wrap:wrap;align-items:flex-start;gap:1.25rem;display:flex;position:relative}.cl-detail-avatar{color:#fff;background:#fff3;border:2px solid #ffffff59;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.6rem;font-weight:800;display:flex}.cl-detail-hero-main{flex:1;min-width:200px}.cl-detail-hero-name{color:#fff;margin:0 0 .4rem;font-size:1.45rem;font-weight:800}.cl-detail-chips{flex-wrap:wrap;gap:.35rem;margin-bottom:.35rem;display:flex}.cl-detail-chip{color:#fff;background:#ffffff26;border:1px solid #fff3;border-radius:999px;padding:.25rem .65rem;font-size:.72rem;font-weight:600}.cl-detail-chip-status-active{color:#15803d;background:#dcfce7;border:none}.cl-detail-chip-status-inactive,.cl-detail-chip-status-suspended{color:#991b1b;background:#fee2e2;border:none}.cl-detail-hero-meta{color:#ffffffbf;font-size:.8rem}.cl-detail-hero-actions{flex-wrap:wrap;gap:.45rem;margin-left:auto;display:flex}.cl-detail-hero-btn{cursor:pointer;border:none;border-radius:10px;padding:.45rem .9rem;font-family:inherit;font-size:.8rem;font-weight:600}.cl-detail-hero-btn-primary{color:#4338ca;background:#fff}.cl-detail-hero-btn-ghost{color:#fff;background:#ffffff26;border:1px solid #ffffff4d}.cl-detail-stats{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.1rem;display:grid}@media (width<=720px){.cl-detail-stats{grid-template-columns:repeat(2,1fr)}}.cl-detail-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem}.cl-detail-stat-val{color:#0f172a;font-size:1.2rem;font-weight:800}.cl-detail-stat-lbl{color:#64748b;margin-top:.15rem;font-size:.72rem;font-weight:600}.cl-detail-tabs{background:#f1f5f9;border-radius:12px;gap:.2rem;margin-bottom:1rem;padding:.3rem;display:flex;overflow-x:auto}.cl-detail-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;padding:.5rem .95rem;font-size:.82rem;font-weight:600}.cl-detail-tab.active{color:#4338ca;background:#fff;box-shadow:0 1px 4px #0f172a14}.cl-detail-panel .hde-root--embedded{margin:-.25rem 0 0}.cl-detail-panel{min-height:200px}.cl-detail-info-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.85rem;display:grid}.cl-detail-info{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:.9rem 1rem}.cl-detail-info-lbl{color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.3rem;font-size:.68rem;font-weight:700}.cl-detail-info-val{color:#0f172a;word-break:break-word;font-size:.92rem;font-weight:600}.cl-detail-plan-card{background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:14px;margin-bottom:1rem;padding:1.15rem 1.25rem}.cl-detail-plan-name{color:#312e81;font-size:1.1rem;font-weight:800}.cl-detail-plan-meta{color:#64748b;margin-top:.35rem;font-size:.82rem}.cl-detail-section-title{color:#0f172a;margin:0 0 .5rem;font-size:.9rem;font-weight:700}.cl-detail-section-title:not(:first-child){margin-top:1rem}.cl-detail-addon-total{color:#64748b;margin:.65rem 0 0;font-size:.82rem}.cl-detail-addon-list{flex-direction:column;gap:.5rem;display:flex}.cl-detail-addon-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:space-between;align-items:center;padding:.65rem .85rem;font-size:.85rem;display:flex}.cl-detail-list{border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:0;display:flex;overflow:hidden}.cl-detail-list-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;display:flex}.cl-detail-list-row:last-child{border-bottom:none}.cl-detail-list-row:hover{background:#f8fafc}.cl-detail-list-main{flex:1;min-width:0}.cl-detail-list-title{color:#0f172a;font-weight:600}.cl-detail-list-sub{color:#64748b;margin-top:.1rem;font-size:.75rem}.cl-detail-list-amt{color:#15803d;white-space:nowrap;font-weight:700}.cl-detail-timeline-item{border-bottom:1px solid #f1f5f9;gap:.75rem;padding:.75rem 0;display:flex}.cl-detail-timeline-item:last-child{border-bottom:none}.cl-detail-timeline-ico{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.cl-detail-timeline-body{flex:1}.cl-detail-timeline-label{color:#0f172a;font-size:.88rem;font-weight:600}.cl-detail-timeline-meta{color:#64748b;margin-top:.1rem;font-size:.75rem}.cl-detail-empty{text-align:center;color:#64748b;padding:2rem;font-size:.9rem}.cl-detail-loading{text-align:center;color:#64748b;padding:2rem}.cl-detail-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/300% 100%;border-radius:8px;animation:1.4s infinite cl-shimmer;display:block}@keyframes cl-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}.cl-th-actions,.cl-td-actions{white-space:nowrap;width:1%}.cl-actions{justify-content:flex-end;align-items:center;gap:.3rem;display:flex}.cl-icon-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:background .12s,border-color .12s,color .12s,transform .1s;display:inline-flex}.cl-icon-btn:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.cl-icon-btn:active{transform:translateY(0)}.cl-icon-btn--primary{color:#fff;background:#2563eb;border-color:#2563eb}.cl-icon-btn--primary:hover{color:#fff;background:#1d4ed8;border-color:#1d4ed8}.cl-icon-btn--danger{color:#dc2626;background:#fff;border-color:#fecaca}.cl-icon-btn--danger:hover{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.ca-detail{padding-bottom:2rem}.ca-detail-back{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.45rem .95rem;font-size:.85rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.ca-detail-back:hover{color:#2563eb;border-color:#2563eb}.ca-detail-hero{border-radius:20px;margin-bottom:1.25rem;position:relative;overflow:hidden;box-shadow:0 8px 32px #0f172a1f}.ca-detail-hero-bg{background:linear-gradient(135deg,#1d4ed8,#3b82f6);position:absolute;inset:0}.ca-detail-orb{pointer-events:none;background:#ffffff14;border-radius:50%;position:absolute}.ca-detail-orb-1{width:200px;height:200px;top:-70px;right:-30px}.ca-detail-orb-2{width:120px;height:120px;bottom:-40px;right:35%}.ca-detail-hero-inner{flex-wrap:wrap;align-items:flex-start;gap:1.25rem;padding:1.75rem 2rem;display:flex;position:relative}.ca-detail-avatar{color:#fff;background:#ffffff2e;border:2px solid #ffffff59;border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;font-size:1.6rem;font-weight:800;display:flex}.ca-detail-hero-main{flex:1;min-width:220px}.ca-detail-hero-name{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-size:1.65rem;font-weight:800}.ca-detail-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.5rem;display:flex}.ca-detail-chip{border-radius:999px;padding:.28rem .7rem;font-size:.72rem;font-weight:600}.ca-detail-chip-role{color:#fff;background:#0f172a59;border:1px solid #fff3}.ca-detail-chip-neutral{color:#fff;background:#ffffff2e;border:1px solid #ffffff26}.ca-detail-hero-meta{color:#ffffffd9;font-size:.82rem}.ca-detail-hero-actions{flex-wrap:wrap;gap:.5rem;margin-left:auto;display:flex}.ca-detail-hero-btn{cursor:pointer;border:none;border-radius:10px;padding:.5rem 1rem;font-size:.82rem;font-weight:600;transition:transform .15s,box-shadow .15s}.ca-detail-hero-btn-primary{color:#1d4ed8;background:#fff;box-shadow:0 2px 8px #0000001f}.ca-detail-hero-btn-ghost{color:#fff;background:#ffffff26;border:1px solid #ffffff59}.ca-detail-hero-btn:hover{transform:translateY(-1px)}.ca-detail-hero-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.ca-detail-stats{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.85rem;margin-bottom:1.25rem;display:grid}.ca-detail-stat{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1rem 1.15rem;transition:box-shadow .15s,transform .15s;box-shadow:0 1px 4px #0f172a0d}.ca-detail-stat:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a14}.ca-detail-stat-value{color:#0f172a;font-size:1.35rem;font-weight:800;line-height:1.2}.ca-detail-stat-label{color:#64748b;margin-top:.15rem;font-size:.75rem;font-weight:600}.ca-detail-stat-sub{color:#94a3b8;margin-top:.2rem;font-size:.68rem}.ca-detail-tabs{scrollbar-width:none;background:#fff;border:1px solid #e2e8f0;border-radius:14px;gap:.15rem;margin-bottom:1.1rem;padding:.35rem;display:flex;overflow-x:auto}.ca-detail-tabs::-webkit-scrollbar{display:none}.ca-detail-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:10px;align-items:center;gap:.35rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:inline-flex}.ca-detail-tab:hover{color:#0f172a;background:#f8fafc}.ca-detail-tab.active{color:#fff;background:linear-gradient(135deg,#1d4ed8,#3b82f6);box-shadow:0 2px 10px #1d4ed840}.ca-detail-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem 1.75rem;animation:.22s ca-detail-in;box-shadow:0 1px 4px #0f172a0d}@keyframes ca-detail-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ca-detail-panel-head{border-bottom:1px solid #f1f5f9;margin-bottom:1.25rem;padding-bottom:.85rem}.ca-detail-panel-head h3{color:#0f172a;margin:0 0 .25rem;font-size:1.05rem;font-weight:700}.ca-detail-panel-head p{color:#64748b;margin:0;font-size:.85rem}.ca-detail-info-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.ca-detail-info-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:1rem 1.1rem}.ca-detail-info-card .label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.72rem;font-weight:600}.ca-detail-info-card .value{color:#0f172a;word-break:break-word;font-size:.95rem;font-weight:600}.ca-detail-info-card .sub{color:#94a3b8;margin-top:.2rem;font-size:.78rem}.ca-detail-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.ca-detail-name-link{font:inherit;color:#2563eb;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-weight:700}.ca-detail-name-link:hover{text-decoration:underline}.ca-detail-clients .ca-detail-panel-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.ca-detail-clients-count{color:#64748b;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600}.ca-detail-clients-search{flex:1;min-width:200px;max-width:360px}.ca-detail-clients-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.ca-detail-clients-table{margin:0}.ca-detail-clients-table th{text-transform:uppercase;letter-spacing:.04em;color:#64748b;background:#f8fafc;font-size:.72rem}.ca-detail-client-sub{color:var(--text-muted,#64748b)}.ca-detail-sk-cell{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.4s infinite ca-detail-shimmer}.ca-detail-clients-hint{color:#94a3b8;background:#fafbfc;border-top:1px solid #f1f5f9;margin:0;padding:.65rem 1rem;font-size:.78rem}.ca-detail-clients-empty{text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:2.5rem 1.5rem}.ca-detail-clients-empty-icon{margin-bottom:.5rem;font-size:2.5rem}.ca-detail-clients-empty p{color:#64748b;margin-bottom:1rem}.ca-detail-client-row{transition:background .12s}.ca-detail-client-row:hover{background:#f8fafc}.ca-detail-client-row.selected{background:#eff6ff}.ca-detail-limit-bar{margin-top:.75rem}.ca-detail-limit-track{background:#e2e8f0;border-radius:999px;height:8px;overflow:hidden}.ca-detail-limit-fill{background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:999px;height:100%;transition:width .3s}.ca-detail-toast{border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.7rem 1rem;font-size:.875rem;font-weight:500;display:flex}.ca-detail-toast-success{color:#15803d;background:#f0fdf4;border:1px solid #86efac}.ca-detail-toast-error{color:#991b1b;background:#fff1f2;border:1px solid #fecdd3}.ca-detail-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:16px;animation:1.4s infinite ca-detail-shimmer}.ca-detail-sk-hero{height:160px;margin-bottom:1.25rem}.ca-detail-sk-body{height:400px}@keyframes ca-detail-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (width<=720px){.ca-detail-hero-inner{flex-direction:column;padding:1.35rem 1.25rem}.ca-detail-hero-actions{width:100%;margin-left:0}.ca-detail-hero-btn{text-align:center;flex:1}.ca-detail-panel{padding:1.15rem}}.sa-pay-page{padding-bottom:1.5rem}.sa-pay-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.sa-pay-sub{color:#64748b;margin:.2rem 0 0;font-size:.82rem}.sa-pay-search{min-width:220px;max-width:320px}.sa-pay-table-wrap{overflow-x:auto}.sa-pay-client{color:#64748b;margin-top:.15rem;font-size:.78rem}.sa-pay-amt{font-variant-numeric:tabular-nums;font-weight:600}.sa-pay-date{white-space:nowrap;font-size:.85rem}.sa-pay-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.4s infinite sa-pay-shimmer}@keyframes sa-pay-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}.sa-settings-layout{grid-template-columns:220px 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=900px){.sa-settings-layout{grid-template-columns:1fr}}.sa-settings-nav{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:.35rem;padding:.65rem;display:flex}.sa-settings-nav-item{color:#475569;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .75rem;font-size:.88rem;display:flex}.sa-settings-nav-item:hover{background:#f1f5f9}.sa-settings-nav-item.active{color:#fff;background:#2563eb;font-weight:600}.sa-settings-panel .panel-head{align-items:flex-start}.sa-settings-desc{color:#64748b;margin:.35rem 0 0;font-size:.85rem;font-weight:400}.sa-settings-form{padding:0 1.25rem 1.25rem}.sa-settings-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem 1.5rem;display:grid}.sa-setting-field{flex-direction:column;gap:.35rem;display:flex}.sa-setting-hint{color:#94a3b8;margin:0;font-size:.78rem;line-height:1.4}.sa-setting-input-wrap{align-items:center;gap:.5rem;display:flex}.sa-setting-input-wrap .search-input{flex:1}.sa-setting-suffix{color:#64748b;min-width:1.5rem;font-size:.9rem;font-weight:600}.sa-settings-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-top:1.5rem;padding:1rem 1.15rem}.sa-settings-preview h4{color:#334155;margin:0 0 .65rem;font-size:.9rem}.sa-settings-preview ul{color:#475569;margin:0;padding-left:1.2rem;font-size:.88rem;line-height:1.7}.sa-toggle{color:#334155;cursor:pointer;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.sa-toggle input{accent-color:#2563eb;width:1.1rem;height:1.1rem}.ca-ov-page{padding-bottom:2.5rem}.ca-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/300% 100%;animation:1.5s infinite ca-shimmer;display:inline-block}@keyframes ca-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}.ca-row-sk{padding:.5rem 1.25rem}.ca-hero{background:linear-gradient(135deg,#312e81 0%,#4338ca 45%,#4f46e5 100%);border-radius:22px;margin-bottom:1.25rem;position:relative;overflow:hidden;box-shadow:0 12px 40px #4f46e547}.ca-hero-orb{pointer-events:none;background:#ffffff0f;border-radius:50%;position:absolute}.ca-orb1{width:280px;height:280px;top:-120px;right:-40px}.ca-orb2{width:160px;height:160px;bottom:-70px;right:28%}.ca-orb3{background:#ffffff0a;width:120px;height:120px;top:30px;left:45%}.ca-hero-body{flex-wrap:wrap;align-items:center;gap:2rem;padding:2rem 2.25rem;display:flex;position:relative}.ca-hero-left{flex:1;min-width:240px}.ca-hero-firm-badge{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:.65rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.ca-hero-firm-dot{background:#86efac;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #86efaccc}.ca-hero-title{color:#fff;letter-spacing:-.03em;margin:0 0 .25rem;font-size:1.85rem;font-weight:900;line-height:1.15}.ca-hero-title span{color:#c7d2fe}.ca-hero-sub{color:#ffffff8c;margin:0 0 .85rem;font-size:.82rem}.ca-hero-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.ca-chip{border-radius:999px;padding:.28rem .65rem;font-size:.72rem;font-weight:600}.ca-chip-loc,.ca-chip-neutral{color:#fff;background:#ffffff26;border:1px solid #ffffff26}.ca-chip-active{color:#dcfce7;background:#22c55e40;border:1px solid #86efac66}.ca-alert-pill{color:#fef3c7;cursor:pointer;background:#fbbf2433;border:none;border-radius:12px;align-items:center;gap:.5rem;padding:.5rem .95rem;font-family:inherit;font-size:.82rem;transition:background .15s;display:inline-flex}.ca-alert-pill:hover{background:#fbbf2452}.ca-alert-dot{background:#fbbf24;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite ca-ping}@keyframes ca-ping{0%,to{box-shadow:0 0 #fbbf2499}50%{box-shadow:0 0 0 6px #fbbf2400}}.ca-hero-right{flex-shrink:0}.ca-capacity-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff1a;border:1px solid #fff3;border-radius:18px;align-items:center;gap:1.1rem;min-width:260px;padding:1.1rem 1.35rem;display:flex}.ca-capacity-ring-wrap{flex-shrink:0;width:88px;height:88px;position:relative}.ca-ring-center{flex-direction:column;justify-content:center;align-items:center;line-height:1;display:flex;position:absolute;inset:0}.ca-ring-num{color:#fff;font-size:1.5rem;font-weight:900}.ca-ring-denom{color:#ffffff8c;margin-top:.1rem;font-size:.7rem}.ca-capacity-label{color:#ffffffa6;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.25rem;font-size:.72rem;font-weight:700}.ca-capacity-val{color:#fff;margin-bottom:.5rem;font-size:.88rem;font-weight:600}.ca-capacity-bar-wrap{background:#ffffff26;border-radius:999px;height:6px;overflow:hidden}.ca-capacity-bar-wrap>div{background:#a5b4fc;border-radius:999px;height:100%;transition:width .4s}.ca-capacity-bar-wrap.warn>div{background:#fbbf24}.ca-kpis{grid-template-columns:repeat(6,1fr);gap:.85rem;margin-bottom:1.25rem;display:grid}@media (width<=1200px){.ca-kpis{grid-template-columns:repeat(3,1fr)}}@media (width<=700px){.ca-kpis{grid-template-columns:repeat(2,1fr)}}.ca-kpi{--ka:#4f46e5;background:#fff;border:1.5px solid #e2e8f0;border-radius:16px;padding:1.1rem 1.15rem 1rem;transition:box-shadow .15s,transform .15s,border-color .15s;box-shadow:0 1px 4px #0f172a0d}.ca-kpi--click{cursor:pointer}.ca-kpi--click:hover{border-color:var(--ka);transform:translateY(-2px);box-shadow:0 6px 20px #0f172a14}.ca-kpi--warn{background:#fffbeb;border-color:#fde68a}.ca-kpi-top{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.ca-kpi-icon{font-size:1.25rem}.ca-kpi-warn-dot{background:#f59e0b;border-radius:50%;width:8px;height:8px;animation:1.5s infinite ca-ping}.ca-kpi-val{color:#0f172a;letter-spacing:-.03em;margin-bottom:.15rem;font-size:1.65rem;font-weight:800;line-height:1.1}.ca-kpi-label{color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:700}.ca-kpi-sub{color:#94a3b8;margin-top:.2rem;font-size:.72rem}.ca-kpi-bar{background:#f1f5f9;border-radius:999px;height:4px;margin-top:.55rem;overflow:hidden}.ca-kpi-bar>div{border-radius:999px;height:100%;transition:width .35s}.ca-grid{grid-template-columns:1.55fr 1fr;align-items:start;gap:1.1rem;display:grid}@media (width<=1024px){.ca-grid{grid-template-columns:1fr}}.ca-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:1.1rem;overflow:hidden;box-shadow:0 1px 4px #0f172a0d}.ca-card-hd{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.1rem 1.25rem;display:flex}.ca-card-hd-l{align-items:center;gap:.75rem;display:flex}.ca-card-ico{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.ca-card-hd h3{color:#0f172a;margin:0;font-size:.95rem;font-weight:700}.ca-card-hd p{color:#64748b;margin:.1rem 0 0;font-size:.78rem}.ca-card-link{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:.25rem 0;font-size:.8rem;font-weight:600}.ca-card-link:hover{text-decoration:underline}.ca-card-pad{padding:.5rem 0}.ca-link-btn{color:#4f46e5;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.35rem .5rem;font-size:.8rem;font-weight:600;transition:background .12s}.ca-link-btn:hover{background:#eef2ff}.ca-action-btn{cursor:pointer;border:none;border-radius:10px;padding:.45rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600}.ca-action-primary{color:#fff;background:#4f46e5}.ca-action-primary:hover{background:#4338ca}.ca-empty{text-align:center;padding:2.5rem 1.5rem}.ca-empty-icon{opacity:.5;margin-bottom:.5rem;font-size:2.5rem}.ca-empty-text{color:#64748b;margin-bottom:1rem;font-size:.9rem}.ca-client-table-wrap{overflow-x:auto}.ca-table{border-collapse:collapse;width:100%;font-size:.85rem}.ca-table thead th{text-align:left;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.65rem 1.25rem;font-size:.7rem;font-weight:700}.ca-table tbody td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.75rem 1.25rem}.ca-table tbody tr:hover{background:#f8fafc}.ca-client-cell{align-items:center;gap:.65rem;display:flex}.ca-client-av{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.85rem;font-weight:800;display:flex}.ca-client-name{color:#0f172a;font-weight:600}.ca-client-biz{color:#94a3b8;font-size:.75rem}.ca-td-mono{color:#475569;font-family:ui-monospace,monospace;font-size:.82rem}.ca-td-num{color:#0f172a;font-weight:600}.ca-plan-pill{border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:600;display:inline-block}.ca-plan-active,.ca-plan-trialing{color:#15803d;background:#dcfce7}.ca-plan-past_due{color:#92400e;background:#fef3c7}.ca-plan-expired,.ca-plan-none{color:#64748b;background:#f1f5f9}.ca-expiry-warn{color:#d97706;margin-top:.15rem;font-size:.68rem;display:block}.ca-status-pill{text-transform:capitalize;border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:600}.ca-status-active{color:#15803d;background:#dcfce7}.ca-status-inactive,.ca-status-suspended{color:#991b1b;background:#fee2e2}.ca-table-more{text-align:center;color:#4f46e5;cursor:pointer;border-top:1px solid #f1f5f9;padding:.75rem;font-size:.82rem;font-weight:600}.ca-table-more:hover{background:#f8fafc}.ca-timeline-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.85rem;padding:.85rem 1.25rem;display:flex}.ca-timeline-item:last-child{border-bottom:none}.ca-timeline-item:hover{background:#f8fafc}.ca-timeline-ico{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.ca-timeline-body{flex:1;min-width:0}.ca-timeline-label{color:#0f172a;font-size:.88rem;font-weight:600}.ca-timeline-meta{color:#64748b;flex-wrap:wrap;gap:.35rem;margin-top:.15rem;font-size:.78rem;display:flex}.ca-timeline-dt{color:#94a3b8;white-space:nowrap;font-size:.72rem}.ca-usage-body{padding:1.25rem}.ca-usage-ring-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:1.1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.ca-usage-ring-wrap{flex-shrink:0;width:72px;height:72px;position:relative}.ca-usage-ring-center{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ca-usage-ring-num{color:#0f172a;font-size:1.25rem;font-weight:800}.ca-usage-ring-lbl{color:#0f172a;font-size:.88rem;font-weight:700}.ca-usage-ring-sub{color:#64748b;margin-top:.2rem;font-size:.78rem}.ca-usage-meters{grid-template-columns:repeat(2,1fr);gap:.65rem;display:grid}.ca-meter-card{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;padding:.85rem 1rem}.ca-meter-top{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.ca-meter-icon{font-size:1rem}.ca-meter-sub{color:#94a3b8;font-size:.68rem;font-weight:600}.ca-meter-val{font-size:1.2rem;font-weight:800;line-height:1.2}.ca-meter-lbl{color:#64748b;margin-top:.1rem;font-size:.72rem}.ca-plans-list{padding:.25rem 0}.ca-plan-row{border-bottom:1px solid #f1f5f9;align-items:center;gap:.85rem;padding:.85rem 1.25rem;display:flex}.ca-plan-row:last-child{border-bottom:none}.ca-plan-row--urgent{background:#fff7ed}.ca-plan-row--expired{background:#fff1f2}.ca-plan-row-av{color:#4f46e5;background:#eef2ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:800;display:flex}.ca-plan-row-info{flex:1;min-width:0}.ca-plan-row-name{color:#0f172a;font-size:.88rem;font-weight:600}.ca-plan-row-plan{color:#64748b;text-transform:capitalize;margin-top:.1rem;font-size:.75rem}.ca-plan-row-expiry{text-align:right}.ca-expiry-badge{border-radius:8px;padding:.2rem .5rem;font-size:.72rem;font-weight:700}.ca-expiry-ok,.ca-expiry-soon{color:#92400e;background:#fef3c7}.ca-expiry-urgent{color:#c2410c;background:#ffedd5}.ca-expiry-expired{color:#991b1b;background:#fee2e2}.ca-expiry-date{color:#94a3b8;margin-top:.2rem;font-size:.68rem}.ca-qa-list{flex-direction:column;gap:.4rem;padding:.5rem .75rem .75rem;display:flex}.ca-qa-btn{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #f1f5f9;border-radius:14px;align-items:center;gap:.85rem;width:100%;padding:.85rem 1rem;font-family:inherit;transition:border-color .15s,box-shadow .15s,transform .12s;display:flex}.ca-qa-btn:hover{border-color:#e2e8f0;transform:translate(2px);box-shadow:0 4px 14px #0f172a12}.ca-qa-ico{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.ca-qa-txt{flex:1;min-width:0}.ca-qa-lbl{color:#0f172a;font-size:.88rem;font-weight:700}.ca-qa-sub{color:#64748b;margin-top:.1rem;font-size:.75rem}.ca-qa-arr{font-size:.9rem;font-weight:700}@media (width<=640px){.ca-hero-body{flex-direction:column;padding:1.5rem}.ca-hero-title{font-size:1.45rem}.ca-capacity-card{width:100%;min-width:0}.ca-usage-meters{grid-template-columns:1fr}}.cl-page{padding-bottom:2rem}.cl-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0f172a0f}.cl-card-head{background:linear-gradient(#fafbfc 0%,#fff 100%);border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex}.cl-card-title{color:#0f172a;margin:0 0 .2rem;font-size:1.15rem;font-weight:800}.cl-card-sub{color:#64748b;margin:0;font-size:.82rem}.cl-card-tools{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.cl-search-wrap{align-items:center;display:flex;position:relative}.cl-search-icon{color:#94a3b8;pointer-events:none;font-size:.95rem;position:absolute;left:.75rem}.cl-search-input{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:min(320px,100%);padding:.55rem 2rem .55rem 2.1rem;font-size:.88rem;transition:border-color .15s,box-shadow .15s}.cl-search-input:focus{border-color:#818cf8;outline:none;box-shadow:0 0 0 3px #4f46e51f}.cl-search-clear{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:6px;width:28px;height:28px;font-size:1.1rem;line-height:1;position:absolute;right:.4rem}.cl-search-clear:hover{color:#0f172a;background:#e2e8f0}.cl-add-btn{white-space:nowrap}.cl-table-wrap{overflow-x:auto}.cl-table{margin:0}.cl-table thead th{text-transform:uppercase;letter-spacing:.05em;color:#64748b;white-space:nowrap;background:#f8fafc;padding:.75rem 1rem;font-size:.7rem;font-weight:700}.cl-table tbody td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.85rem 1rem}.cl-row:hover{background:#f8fafc}.cl-row-sub{color:#64748b;margin-top:.15rem;font-size:.78rem}.cl-mono{font-variant-numeric:tabular-nums;font-size:.88rem}.cl-tax{flex-direction:column;gap:.1rem;font-size:.85rem;display:flex}.cl-num{font-variant-numeric:tabular-nums;color:#334155;font-weight:600}.cl-addon-tag{color:#2563eb;margin-top:.2rem;font-size:.72rem;font-weight:600}.cl-name-link{font:inherit;color:#4338ca;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-weight:700}.cl-name-link:hover{text-decoration:underline}.cl-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.4s infinite cl-shimmer}.cl-empty{text-align:center;padding:3rem 1.5rem}.cl-empty-icon{margin-bottom:.5rem;font-size:2.75rem}.cl-empty h3{color:#0f172a;margin:0 0 .35rem;font-size:1.1rem}.cl-empty p{color:#64748b;margin:0 0 1.25rem;font-size:.9rem}@media (width<=768px){.cl-card-head{flex-direction:column}.cl-search-input,.cl-card-tools{width:100%}}.docs-page{flex-direction:column;gap:1rem;padding-bottom:2rem;display:flex}.docs-page--explorer{flex:1;gap:0;height:100%;min-height:0;padding-bottom:0}.docs-page__intro{margin-bottom:.15rem}.docs-page__title{color:#0f172a;margin:0 0 .2rem;font-size:1.15rem;font-weight:800}.docs-page__subtitle{color:#64748b;margin:0;font-size:.82rem}.docs-page__stats{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.docs-stat{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem}.docs-stat--hint{background:linear-gradient(135deg,#f8fafc,#eef2ff)}.docs-stat__label{text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:block}.docs-stat__value{color:#0f172a;font-size:1.5rem;font-weight:800}.docs-stat__value--sm{color:#4338ca;font-size:.88rem;font-weight:600;line-height:1.4}.docs-page__panel{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0f172a0a}.docs-page__head{background:linear-gradient(#fafbfc 0%,#fff 100%);border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.15rem 1.35rem;display:flex}.docs-page__head h3{color:#0f172a;margin:0 0 .25rem;font-size:1.1rem;font-weight:800}.docs-page__head p{color:#64748b;margin:0;font-size:.8rem}.docs-page__search-wrap{align-items:center;display:flex;position:relative}.docs-page__search{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;min-width:220px;padding:.55rem 2rem .55rem .85rem;font-size:.88rem}.docs-page__search:focus{background:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11f}.docs-page__search-clear{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1.1rem;line-height:1;position:absolute;right:.5rem}.docs-page__search-clear:hover{color:#64748b}.docs-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.2s infinite docs-shimmer}@keyframes docs-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.docs-page__table-wrap{overflow-x:auto}.docs-table__row:hover{background:#f8fafc}.docs-client-link{font-size:inherit;color:#4338ca;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.45rem;padding:.2rem 0;font-weight:700;display:inline-flex}.docs-client-link:hover{color:#4f46e5;text-decoration:underline}.docs-client-link__icon{font-size:1rem}.docs-mono{color:#475569;font-family:Consolas,Segoe UI,monospace;font-size:.88rem}.docs-count{color:#64748b;background:#f1f5f9;border-radius:999px;justify-content:center;align-items:center;min-width:1.75rem;padding:.15rem .5rem;font-size:.82rem;font-weight:700;display:inline-flex}.docs-count.has-docs{color:#166534;background:#dcfce7}.ss-wrap{flex:1;min-width:220px;max-width:420px;position:relative}.ss-wrap--disabled{opacity:.6;pointer-events:none}.ss-control{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:.35rem;padding:0 .55rem 0 .65rem;transition:border-color .15s,box-shadow .15s;display:flex}.ss-wrap--open .ss-control,.ss-control:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.ss-icon{opacity:.55;flex-shrink:0;font-size:.82rem;line-height:1}.ss-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.55rem .25rem;font-size:.9rem}.ss-input::placeholder{color:#64748b}.ss-chevron{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;transition:background .15s,color .15s;display:flex}.ss-chevron:hover:not(:disabled){color:#4f46e5;background:#eef2ff}.ss-menu{z-index:40;scrollbar-width:thin;scrollbar-color:#a5b4fc transparent;background:#fff;border:1px solid #e2e8f0;border-radius:12px;max-height:260px;margin:0;padding:.35rem;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 10px 28px #0f172a1f,0 0 0 1px #6366f10f}.ss-menu::-webkit-scrollbar{width:6px}.ss-menu::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:999px}.ss-empty{color:#94a3b8;text-align:center;padding:.75rem .85rem;font-size:.84rem}.ss-option{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:flex-start;gap:.1rem;width:100%;padding:.6rem .75rem;transition:background .12s;display:flex}.ss-option__label{color:#0f172a;font-size:.88rem;font-weight:600;line-height:1.35}.ss-option__hint{color:#64748b;font-size:.74rem}.ss-option--highlight,.ss-option:hover{background:#f8fafc}.ss-option--selected{background:#eef2ff}.ss-option--selected .ss-option__label{color:#4338ca}.ss-option--selected.ss-option--highlight{background:#e0e7ff}.ca-chat-page{flex-direction:column;flex:1;height:100%;min-height:0;display:flex}.ca-chat-shell{border:1px solid var(--border,#e2e8f0);background:#fff;border-radius:12px;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0a}.ca-chat-toolbar{background:#fff;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.65rem 1rem;padding:.7rem 1rem;display:flex}.ca-chat-toolbar-label{color:#64748b;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;font-size:.72rem;font-weight:700}.ca-chat-client-select{flex:1;min-width:200px;max-width:380px}.ca-chat-meta{color:#64748b;white-space:nowrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .65rem;font-size:.8rem;font-weight:500}.ca-chat-upload-btn{cursor:pointer;color:#4f6ef7;background:#fff;border:1.5px solid #c5d0fb;border-radius:8px;flex-shrink:0;margin-left:auto;padding:.42rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s}.ca-chat-upload-btn:hover{background:#eef1ff}.ca-chat-error{border-left:none;border-right:none;border-radius:0;margin:0}.ca-chat-loading{flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.ca-chat-shell .chat-page-embedded{box-shadow:none;border:none;border-radius:0}@media (width<=640px){.ca-chat-toolbar{gap:.5rem}.ca-chat-client-select{width:100%;max-width:none}.ca-chat-meta{text-align:center;order:3;width:100%}.ca-chat-upload-btn{order:4;width:100%;margin-left:0}}.req-feed--empty{text-align:center;color:#64748b;padding:2rem 1rem}.req-feed-empty-icon{margin-bottom:.5rem;font-size:2rem}.req-feed-empty-text{font-size:.9rem}.req-feed-sk{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:8px;height:52px;margin-bottom:.5rem;animation:1.2s infinite req-feed-shimmer}@keyframes req-feed-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.req-feed-item{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.85rem;padding:.85rem .25rem;display:flex}.req-feed-item:last-child{border-bottom:none}.req-feed-item:hover{background:#f8fafc;border-radius:8px}.req-feed-ico{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;display:flex}.req-feed-body{flex:1;min-width:0}.req-feed-label{color:#0f172a;font-size:.88rem;font-weight:600;line-height:1.35}.req-feed-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:.35rem;margin-top:.2rem;font-size:.78rem;display:flex}.req-feed-who{color:#334155;font-weight:600}.req-feed-dot,.req-feed-time{color:#94a3b8}.req-feed-desc{color:#64748b;margin-top:.35rem;font-size:.78rem;line-height:1.4}.req-feed-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.req-feed-btn{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.35rem .65rem;font-size:.78rem;font-weight:600;transition:background .15s,border-color .15s}.req-feed-btn:disabled{opacity:.55;cursor:not-allowed}.req-feed-btn--fulfill{color:#1e40af;border-color:#93c5fd}.req-feed-btn--fulfill:hover:not(:disabled){background:#eff6ff;border-color:#60a5fa}.req-feed-btn--cancel{color:#dc2626;border-color:#fecaca}.req-feed-btn--cancel:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.req-feed-side{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.35rem;display:flex}.req-feed-status{text-transform:uppercase;letter-spacing:.02em;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700}.req-feed-dt{color:#94a3b8;white-space:nowrap;font-size:.72rem}@media (width<=640px){.req-feed-item{flex-wrap:wrap}.req-feed-actions{justify-content:flex-end;width:100%;margin-top:.25rem}.req-feed-side{display:none}}.act-page{max-width:900px}.act-page--wide{max-width:1100px}.act-page-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.act-page-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.act-page-sub{color:#64748b;margin:.25rem 0 0;font-size:.85rem}.act-page-filters{align-items:center;gap:.5rem;display:flex}.act-page-filters--row{flex-wrap:wrap;gap:.75rem}.act-page-filter{align-items:center;gap:.5rem;display:flex}.act-page-filters label{color:#64748b;font-size:.8rem;font-weight:600}.act-page-filters select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:180px;padding:.45rem .65rem;font-size:.85rem}.act-page-card{background:#fff;border:1px solid #e8eaed;border-radius:12px;padding:.5rem 1rem 1rem}.drq-page{max-width:900px}.ca-sync-page{padding-bottom:2rem}.ca-sync-hero{color:#fff;background:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);border-radius:16px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 8px 24px #2563eb40}.ca-sync-hero__icon{font-size:2.5rem;line-height:1}.ca-sync-hero__title{margin:0 0 .25rem;font-size:1.35rem;font-weight:700}.ca-sync-hero__sub{opacity:.92;max-width:520px;margin:0;font-size:.9rem}.ca-sync-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ca-sync-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.25rem 1.35rem}.ca-sync-card h2{color:#111827;margin:0 0 1rem;font-size:1rem;font-weight:700}.ca-sync-card__hd{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.ca-sync-card__hd h2{margin:0}.ca-sync-badge{color:#15803d;white-space:nowrap;background:#dcfce7;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:700}.ca-sync-badge--example{color:#b45309;background:#fef3c7}.ca-sync-firm{color:#475569;margin:0 0 .5rem;font-size:.82rem}.ca-sync-card--primary{background:linear-gradient(#eff6ff 0%,#fff 100%);border-color:#bfdbfe}.ca-sync-card--wide{grid-column:1/-1}.ca-sync-meta{grid-template-columns:1fr 1fr;gap:.65rem 1rem;margin:0 0 1rem;display:grid}.ca-sync-meta dt{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:.7rem;font-weight:700}.ca-sync-meta dd{color:#0f172a;word-break:break-all;margin:0;font-size:.9rem;font-weight:600}.ca-sync-note,.ca-sync-muted{color:#64748b;margin:0 0 1rem;font-size:.85rem}.ca-sync-warn{color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin:0 0 1rem;padding:.65rem .75rem;font-size:.85rem}.ca-sync-error{color:#b91c1c;margin:0 0 .75rem;font-size:.85rem}.ca-sync-dl-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;justify-content:center;align-items:center;width:100%;padding:.75rem 1rem;font-size:.95rem;font-weight:700;display:inline-flex}.ca-sync-dl-btn:hover:not(:disabled){background:#1d4ed8}.ca-sync-dl-btn:disabled{opacity:.55;cursor:not-allowed}.ca-sync-steps{flex-direction:column;gap:.85rem;margin:0;padding:0;list-style:none;display:flex}.ca-sync-steps li{align-items:flex-start;gap:.75rem;display:flex}.ca-sync-steps__n{color:#4f46e5;background:#eef2ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;font-weight:800;display:flex}.ca-sync-steps strong{color:#111827;font-size:.88rem;display:block}.ca-sync-steps p{color:#64748b;margin:.15rem 0 0;font-size:.82rem;line-height:1.45}.ca-sync-tree{color:#e2e8f0;background:#0f172a;border-radius:10px;margin:0 0 .75rem;padding:.85rem 1rem;font-size:.78rem;line-height:1.5;overflow-x:auto}@media (width<=900px){.ca-sync-grid{grid-template-columns:1fr}}
