:root{--color-brand:#1c85fc;--color-brand-hover:#1574e8;--color-brand-muted:#1c85fc1a;--color-brand-soft:#1c85fc24;--color-brand-on:#fff}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f1f5f9;border-radius:50%;border-top:4px solid var(--color-brand)}.loading-spinner--sm{height:44px;width:44px}.loading-spinner--md{height:50px;margin-bottom:20px;width:50px}.btn-brand{align-items:center;background:#1c85fc;background:var(--color-brand);border:1px solid #1c85fc;border:1px solid var(--color-brand);border-radius:8px;color:#fff;color:var(--color-brand-on);cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:8px;justify-content:center;padding:10px 18px;text-decoration:none;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-brand:hover{background:#1574e8;background:var(--color-brand-hover);border-color:#1574e8;border-color:var(--color-brand-hover);box-shadow:0 4px 12px #1c85fc24;box-shadow:0 4px 12px var(--color-brand-soft)}.btn-brand:disabled{cursor:not-allowed;opacity:.6}.alert-modal-overlay{align-items:center;animation:alert-modal-overlay-in .2s ease;display:flex;inset:0;justify-content:center;padding:16px;pointer-events:auto;position:fixed;z-index:1000}.alert-modal-overlay--prompt{align-items:flex-end;padding:12px 12px max(12px,env(safe-area-inset-bottom))}@keyframes alert-modal-overlay-in{0%{opacity:0}to{opacity:1}}.alert-modal-panel--classic{animation:alert-modal-panel-in .24s cubic-bezier(.22,1,.36,1);background:#fff;border-radius:14px;box-shadow:0 16px 48px #0f172a2e;display:flex;flex-direction:column;max-height:80vh;max-width:500px;overflow:hidden;width:min(100%,500px)}.alert-modal-panel--classic .alert-modal-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:18px 20px 12px}.alert-modal-header-main{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.alert-modal-panel--classic .alert-modal-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;font-size:1.75rem;height:44px;justify-content:center;width:44px}.alert-modal-panel--classic .alert-modal-title{font-size:1.125rem;font-weight:600;line-height:1.3;margin:0}.alert-modal-panel--classic .alert-modal-body{-webkit-overflow-scrolling:touch;color:#475569;flex:1 1;font-size:.875rem;line-height:1.5;min-height:0;overflow-y:auto;padding:12px 20px 16px}.alert-modal-panel--classic .alert-modal-actions{border-top:1px solid #f1f5f9;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;justify-content:flex-end;padding:12px 16px 16px}.alert-modal-panel--prompt{animation:alert-modal-prompt-in .28s cubic-bezier(.22,1,.36,1);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 40px #0f172a1f;display:flex;flex-direction:column;max-height:min(85vh,520px);overflow:hidden;width:min(100%,400px)}@keyframes alert-modal-panel-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes alert-modal-prompt-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (min-width:520px){.alert-modal-overlay--prompt{align-items:center;padding:20px}.alert-modal-panel--prompt{animation:alert-modal-panel-in .24s cubic-bezier(.22,1,.36,1)}}.alert-modal-panel--prompt .alert-modal-header{align-items:center;display:flex;flex-shrink:0;gap:8px;justify-content:space-between;padding:12px 14px 0}.alert-modal-panel--prompt .alert-modal-title{color:#334155;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;margin:0}.alert-modal-panel--prompt .alert-modal-body{-webkit-overflow-scrolling:touch;color:#64748b;flex:1 1;font-size:.75rem;line-height:1.45;min-height:0;overflow-y:auto;padding:6px 14px 12px}.alert-modal-panel--prompt .alert-modal-body p{margin:0}.alert-modal-panel--prompt .alert-modal-actions{display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;justify-content:stretch;padding:0 14px 14px}.alert-modal-close{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;flex-shrink:0;font-size:1.25rem;height:28px;line-height:1;padding:0;transition:background .15s ease,color .15s ease;width:28px}.alert-modal-close:hover{background:#f1f5f9;color:#64748b}.alert-modal-btn{border:1px solid #0000;border-radius:8px;cursor:pointer;flex:1 1 auto;font-family:inherit;font-size:.75rem;font-weight:600;min-width:0;padding:7px 12px;transition:background .15s ease,border-color .15s ease,color .15s ease}.alert-modal-btn--classic{border-radius:8px;flex:0 0 auto;font-size:13px;font-weight:600;min-width:96px;padding:8px 14px}.alert-modal-btn--secondary{background:#f8fafc;border-color:#e2e8f0;color:#475569}.alert-modal-btn--secondary:hover{background:#f1f5f9;border-color:#cbd5e1}.alert-modal-btn--primary{background:#3b82f6;background:var(--alert-accent,#3b82f6);border-color:#3b82f6;border-color:var(--alert-accent,#3b82f6);color:#fff}.alert-modal-btn--primary:hover{filter:brightness(.95)}.alert-modal-btn--danger{background:#dc2626;border-color:#dc2626;color:#fff}.alert-modal-btn--danger:hover{background:#b91c1c;border-color:#b91c1c}.alert-modal-details{background:#f8fafc;border-radius:6px;color:#64748b;font-family:ui-monospace,monospace;font-size:.7rem;margin-top:10px;padding:8px 10px;white-space:pre-wrap;word-break:break-word}.nav-context-wrap{position:relative}.nav-context-trigger{align-items:center;background:#0000;border:none;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;gap:10px;margin:0;max-width:min(300px,48vw);padding:8px 10px 8px 12px;text-align:right;transition:background .15s ease}.nav-context-trigger-text{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;gap:2px;min-width:0}.nav-context-logo{align-items:center;background:var(--color-brand-muted);border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-shrink:0;height:36px;justify-content:center;overflow:hidden;width:36px}.nav-context-logo-img{display:block;height:100%;object-fit:cover;width:100%}.nav-context-logo-fallback{color:var(--color-brand);font-size:.75rem;font-weight:600;letter-spacing:.02em}.nav-context-trigger--open,.nav-context-trigger:hover{background:#f8fafc}.nav-context-org{color:#0f172a;font-size:.8125rem;font-weight:600}.nav-context-org,.nav-context-role{line-height:1.25;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-context-role{color:#64748b;font-size:.75rem;font-weight:500}.nav-context-loading{color:#94a3b8;font-size:.8125rem;padding:8px 12px}.nav-context-panel{animation:nav-context-in .15s ease-out;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 30px #0f172a14;overflow:hidden;position:absolute;right:0;top:calc(100% + 6px);width:min(320px,calc(100vw - 24px));z-index:1002}@keyframes nav-context-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.nav-context-details{display:flex;flex-direction:column;gap:8px;padding:12px}.nav-context-row{background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;display:flex;flex-direction:column;gap:4px;padding:10px 12px}.nav-context-label{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;display:inline-block;font-size:.625rem;font-weight:600;letter-spacing:.05em;padding:2px 6px;text-transform:uppercase}.nav-context-value{color:#334155;font-size:.8125rem;font-weight:500;line-height:1.35;word-break:break-word}.nav-context-divider{background:#f1f5f9;height:1px;margin:0}.nav-context-switch{padding:10px 12px 12px}.nav-context-switch-label{color:#94a3b8;display:block;font-size:.6875rem;font-weight:500;letter-spacing:.04em;padding:0 4px 8px;text-transform:uppercase}.nav-context-options{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow-y:auto}.nav-context-option{align-items:flex-start;background:#fff;border:1px solid #f1f5f9;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px;padding:10px 12px;text-align:left;transition:border-color .12s ease,background .12s ease;width:100%}.nav-context-option:hover:not(:disabled){background:#f8fafc;border-color:#e2e8f0}.nav-context-option--active{background:var(--color-brand-muted);border-color:var(--color-brand-soft)}.nav-context-option--active .nav-context-option-title{color:var(--color-brand);font-weight:600}.nav-context-option:disabled{cursor:default;opacity:.55}.nav-context-option-title{color:#0f172a;font-size:.8125rem;font-weight:500;line-height:1.3}.nav-context-option-meta{color:#64748b;font-size:.75rem}.nav-context-option-badge{color:#dc2626;font-size:.6875rem;margin-top:2px}.nav-context-option-badge--pending{color:#d97706}.nav-context-option-badge--pastperiod{background:#fff7e6;border:1px solid #f2d391;border-radius:4px;color:#92600a;padding:1px 6px}.nav-context-trigger--pastperiod{background:#fff7e6;box-shadow:inset 0 0 0 1px #f2d391}.nav-context-trigger--pastperiod:hover{background:#fdf0d5}.nav-context-pastperiod-dot{color:#d97706;font-size:.75rem;margin-right:4px}.nav-context-pastperiod-warning{background:#fff7e6;border:1px solid #f2d391;border-radius:8px;color:#92600a;font-size:.75rem;line-height:1.45;margin:12px 12px 0;padding:10px 12px}.nav-context-pastperiod-warning strong{display:block;margin-bottom:2px}.nav-context-account{display:flex;flex-direction:column;gap:4px;padding:4px 0 2px}.nav-context-account-link{border-radius:8px;color:#0f172a;display:block;font-size:.8125rem;font-weight:500;padding:8px 12px;text-decoration:none;transition:background .15s ease}.nav-context-account-link:hover{background:#f8fafc}.nav-context-account-link--active{background:var(--color-brand-muted);color:var(--color-brand)}.nav-context-account-logout{background:#0000;border:none;border-radius:8px;color:#dc2626;cursor:pointer;display:block;font-size:.8125rem;font-weight:500;margin:0;padding:8px 12px;text-align:left;transition:background .15s ease;width:100%}.nav-context-account-logout:hover{background:#fef2f2}.home-page{background-color:#f8fafc;background-image:radial-gradient(ellipse 80% 50% at 50% -20%,var(--color-brand-muted),#0000),radial-gradient(ellipse 60% 40% at 100% 0,var(--color-brand-muted),#0000);color:#0f172a;min-height:calc(100vh - 60px)}.home-inner{margin:0 auto;max-width:1040px;padding:48px 24px 72px}.home-hero{align-items:flex-start;animation:home-fade-in .5s ease-out;display:flex;flex-direction:column;gap:20px;margin-bottom:56px}.home-title{color:#0f172a;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15;margin:0;max-width:18ch}.home-lead{color:#64748b;font-size:1.05rem;line-height:1.65;margin:0;max-width:52ch}.home-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.home-section-label{color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.06em;margin:0 0 16px;text-transform:uppercase}.home-grid{grid-gap:12px;animation:home-fade-in .6s ease-out .08s both;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.home-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:18px 18px 16px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.home-card:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0f;transform:translateY(-1px)}.home-card-icon{align-items:center;background:#f1f5f9;border-radius:8px;color:#475569;display:flex;height:36px;justify-content:center;margin-bottom:12px;width:36px}.home-card-title{color:#0f172a;font-size:.95rem;font-weight:600;margin:0 0 6px}.home-card-text{color:#64748b;font-size:.82rem;line-height:1.5;margin:0}@keyframes home-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.home-inner{padding:32px 16px 56px}.home-hero{margin-bottom:40px}}.auth-page{background:radial-gradient(circle at top,#1c85fc1a,#0000 42%),linear-gradient(180deg,#f4f7fb,#eef3f9);background:radial-gradient(circle at top,var(--color-brand-muted,#1c85fc1a),#0000 42%),linear-gradient(180deg,#f4f7fb 0,#eef3f9 100%);justify-content:center;min-height:calc(100vh - 60px);padding:2rem 1rem 3rem}.auth-page,.auth-shell{align-items:center;display:flex}.auth-shell{flex-direction:column;max-width:420px;width:100%}.auth-card{animation:auth-fade-in .4s ease-out;background:#fff;border:1px solid #1c85fc14;border-radius:14px;box-shadow:0 18px 40px #0f3a6b14,0 2px 8px #0f3a6b0a;padding:2rem 2rem 1.75rem;width:100%}.auth-header{margin-bottom:1.5rem;text-align:center}.auth-eyebrow{color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.06em;margin:0 0 .5rem;text-transform:uppercase}.auth-title{color:#0f172a;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;margin:0}.auth-lead{color:#64748b;font-size:.875rem;line-height:1.45;margin:.35rem 0 0}.auth-message{border-radius:8px;font-size:.8125rem;line-height:1.45;margin-bottom:1rem;padding:.75rem .875rem}.auth-message--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.auth-message--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.auth-message--info{background:#eff6ff;border:1px solid #bfdbfe;color:#1c4f8f}.auth-form{display:flex;flex-direction:column;gap:0}.auth-field{margin-bottom:1rem}.auth-label{color:#334155;display:block;font-size:.8125rem;font-weight:500;margin-bottom:.375rem}.auth-input{background:#fff;border:1px solid #d7e0ea;border-radius:8px;box-sizing:border-box;color:#0f172a;font-size:.9375rem;outline:none;padding:.65rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.auth-input:focus{border-color:#1c85fc;border-color:var(--color-brand,#1c85fc);box-shadow:0 0 0 3px #1c85fc1f;box-shadow:0 0 0 3px var(--color-brand-muted,#1c85fc1f)}.auth-input:disabled{background:#f8fafc;color:#64748b}.auth-input--code{font-weight:600;letter-spacing:.35em;text-align:center}.auth-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.auth-button{background:linear-gradient(180deg,#1c85fc,#1570d4);background:linear-gradient(180deg,var(--color-brand,#1c85fc) 0,var(--color-brand-hover,#1570d4) 100%);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.9375rem;font-weight:600;padding:.75rem 1rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;width:100%}.auth-button:hover:not(:disabled){box-shadow:0 8px 18px #1c85fc38;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.65}.auth-link-button{align-self:center;background:none;border:none;color:#1c85fc;color:var(--color-brand,#1c85fc);cursor:pointer;font-size:.8125rem;opacity:.85;padding:0;transition:opacity .15s ease,color .15s ease}.auth-link-button:hover:not(:disabled){opacity:1;text-decoration:underline}.auth-link-button:disabled{cursor:not-allowed;opacity:.5}.auth-footer-row{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.auth-footer{border-top:1px solid #f1f5f9;margin-top:1.25rem;padding-top:1.25rem;text-align:center}.auth-footer-link{color:#64748b;font-size:.85rem;text-decoration:none;transition:color .15s ease}.auth-footer-link:hover{color:#0f172a}.auth-meta{color:#94a3b8;font-size:.75rem;line-height:1.45;margin-top:1rem;text-align:center}.auth-below-card{display:flex;justify-content:center;margin-top:.85rem}.auth-forgot-link{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.75rem;font-weight:400;padding:.25rem .5rem;transition:color .15s ease}.auth-forgot-link:hover{color:#64748b;text-decoration:underline;text-underline-offset:2px}@keyframes auth-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.auth-card{padding:1.5rem 1.25rem 1.25rem}}.profile-page{align-items:flex-start;background:#f8fafc;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:32px 20px 48px}.profile-page--centered{align-items:center;min-height:calc(100vh - 60px)}.profile-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0f172a0a;max-width:440px;padding:28px 24px 24px;width:100%}.profile-card--message{padding:40px 28px;text-align:center}.profile-message-title{color:#0f172a;font-size:1.1rem;font-weight:600;margin:0 0 8px}.profile-message-text{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.profile-header{margin-bottom:24px}.profile-title{color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.06em;margin:0 0 16px;text-align:center;text-transform:uppercase}.profile-user{gap:14px}.profile-avatar,.profile-user{align-items:center;display:flex}.profile-avatar{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:50%;color:#475569;flex-shrink:0;font-size:1rem;font-weight:600;height:52px;justify-content:center;overflow:hidden;width:52px}.profile-avatar img{height:100%;object-fit:cover;width:100%}.profile-user-name{color:#0f172a;font-size:1rem;font-weight:600;margin:0 0 2px}.profile-user-email{color:#64748b;font-size:.85rem;margin:0 0 2px;word-break:break-all}.profile-user-meta{color:#94a3b8;font-size:.75rem;margin:0}.profile-tabs{border-bottom:1px solid #f1f5f9;display:flex;gap:4px;margin-bottom:20px;padding-bottom:0}.profile-tab{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;margin-bottom:-1px;padding:10px 12px;transition:color .15s ease,border-color .15s ease}.profile-tab:hover{color:#334155}.profile-tab--active{border-bottom-color:var(--color-brand);color:var(--color-brand)}.profile-form{display:flex;flex-direction:column;gap:14px}.profile-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-size:.9rem;outline:none;padding:10px 12px;transition:border-color .15s ease;width:100%}.profile-input:focus{border-color:#cbd5e1}.profile-input::placeholder{color:#94a3b8}.profile-btn{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:.875rem;font-weight:500;padding:10px 16px;transition:background .15s ease,border-color .15s ease,color .15s ease}.profile-btn:disabled{cursor:not-allowed;opacity:.6}.profile-btn--primary{background:#fff;border-color:#e2e8f0;color:#475569;margin-top:4px}.profile-btn--primary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.profile-footer{border-top:1px solid #f1f5f9;margin-top:24px;padding-top:20px;text-align:center}.profile-btn--logout{background:#0000;border:none;color:#94a3b8;font-size:.85rem;padding:6px 12px}.profile-btn--logout:hover{background:#fef2f2;color:#dc2626}.dashboard-page{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:24px 16px}.dashboard-inner{margin:0 auto;max-width:420px;width:100%}.dashboard-grid{grid-gap:20px 16px;display:grid;gap:20px 16px;grid-template-columns:repeat(3,1fr)}.dashboard-widget{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;padding:4px;text-align:center;text-decoration:none}.dashboard-widget:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.dashboard-widget-icon{align-items:center;background:var(--color-brand-muted);border-radius:10px;color:var(--color-brand);display:flex;flex-shrink:0;height:40px;justify-content:center;transition:background .15s ease,color .15s ease;width:40px}.dashboard-widget:hover .dashboard-widget-icon{background:var(--color-brand);color:var(--color-brand-on)}.dashboard-widget-title{color:#334155;font-size:.8rem;font-weight:500;line-height:1.25;transition:color .15s ease}.dashboard-widget:hover .dashboard-widget-title{color:var(--color-brand)}.dashboard-empty{padding:16px;text-align:center}.dashboard-empty-text{color:#64748b;font-size:.875rem;margin:0}@media (max-width:380px){.dashboard-grid{grid-template-columns:repeat(2,1fr)}}.corner-notice-overlay{animation:corner-notice-overlay-in .2s ease;inset:0;pointer-events:none;position:fixed;z-index:10040}@keyframes corner-notice-overlay-in{0%{opacity:0}to{opacity:1}}.corner-notice{background:linear-gradient(135deg,#ecfdf5,#f0fdf4);border:1px solid #0f172a14;border-radius:12px;box-shadow:0 16px 40px #0f172a24,0 4px 12px #0f172a14;box-sizing:border-box;color:#14532d;font-family:inherit;max-width:min(360px,calc(100vw - 32px));padding:14px 16px;pointer-events:auto;position:fixed;text-align:left;z-index:10050}.corner-notice--clickable{cursor:pointer}.corner-notice--bottom-left{bottom:20px;left:20px}.corner-notice--bottom-right{bottom:20px;right:20px}.corner-notice--top-left{left:20px;top:20px}.corner-notice--top-right{right:20px;top:20px}.corner-notice--enter.corner-notice--bottom-left,.corner-notice--enter.corner-notice--bottom-right{animation:corner-notice-slide-up .38s cubic-bezier(.22,1,.36,1)}.corner-notice--enter.corner-notice--top-left,.corner-notice--enter.corner-notice--top-right{animation:corner-notice-slide-down .38s cubic-bezier(.22,1,.36,1)}.corner-notice--exit.corner-notice--bottom-left,.corner-notice--exit.corner-notice--bottom-right{animation:corner-notice-slide-down-out .28s ease forwards}.corner-notice--exit.corner-notice--top-left,.corner-notice--exit.corner-notice--top-right{animation:corner-notice-slide-up-out .28s ease forwards}@keyframes corner-notice-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes corner-notice-slide-down{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes corner-notice-slide-down-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes corner-notice-slide-up-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.corner-notice__title{font-size:.8rem;font-weight:700;letter-spacing:.02em;line-height:1.3;margin-bottom:4px}.corner-notice__text{font-size:.875rem;font-weight:500;line-height:1.45}.corner-notice__hint{font-size:.72rem;margin-top:6px;opacity:.75}.profile-sheet-panel--form-wide{max-height:min(92vh,720px);width:min(100%,560px)}.profile-sheet-panel--payment{max-height:min(92vh,720px);width:min(100%,480px)}.profile-sheet-close:hover:not(:disabled){background:#f1f5f9;color:#64748b}.profile-sheet-close:disabled{cursor:not-allowed;opacity:.5}.profile-sheet-field-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:10px}.profile-sheet-field-row .profile-sheet-form-group{margin-bottom:0}.profile-sheet-toggle-btn:disabled{cursor:not-allowed;opacity:.55}.groups-batch-create-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:8px;padding:10px 12px}.groups-batch-create-preview .profile-sheet-label{margin-bottom:6px}.groups-batch-create-preview .profile-sheet-hint,.groups-batch-create-preview .profile-sheet-muted{margin-bottom:4px}.profile-sheet-hint,.profile-sheet-muted{color:#64748b;font-size:.75rem;margin:0 0 10px}.profile-sheet-row{margin-bottom:6px}.profile-sheet-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.75rem;margin:0 0 10px;padding:8px 10px}.profile-sheet-results{max-height:220px}.profile-sheet-result-item{background:#0000;border:none;box-sizing:border-box;display:block;font-family:inherit;text-align:left;transition:background .12s ease,box-shadow .12s ease;width:100%}.profile-sheet-result-item:hover:not(:disabled){background:#f8fafc}.profile-sheet-result-item.is-selected{box-shadow:inset 0 0 0 2px #3b82f6}.profile-sheet-result-item:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.profile-sheet-selected-hint{color:#475569;font-size:.75rem;margin:8px 0 0}.profile-sheet-selected-hint strong{color:#0f172a;font-weight:600}.profile-sheet-result-item:disabled{cursor:not-allowed;opacity:.55}.profile-sheet-result-name{color:#0f172a;display:block;font-weight:600}.profile-sheet-result-meta{color:#64748b;display:block;font-size:.75rem;margin-top:2px}.bulk-csv-mapping-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:12px 0 10px;padding:12px}.bulk-csv-mapping-app+.bulk-csv-mapping-app{margin-top:10px}.bulk-csv-mapping-app{background:#fff;border:1px solid #dbeafe;border-radius:8px;padding:10px}.bulk-csv-mapping-app-header{align-items:flex-start;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.bulk-csv-mapping-app-title{color:#0f172a;font-size:.875rem;font-weight:700;margin:0}.bulk-csv-mapping-app-meta{color:#64748b;font-size:.75rem;margin:2px 0 0}.bulk-csv-mapping-app-badge{background:#eff6ff;border-radius:999px;color:#1d4ed8;flex-shrink:0;font-size:.6875rem;font-weight:600;letter-spacing:.02em;padding:2px 8px;text-transform:uppercase}.bulk-csv-mapping-list{list-style:none;margin:0;padding:0}.bulk-csv-mapping-item+.bulk-csv-mapping-item{border-top:1px solid #f1f5f9;margin-top:8px;padding-top:8px}.bulk-csv-mapping-item-label{align-items:flex-start;cursor:pointer;display:flex;gap:8px}.bulk-csv-mapping-checkbox{flex-shrink:0;margin-top:3px}.bulk-csv-mapping-item-main{display:flex;flex-direction:column;gap:4px;min-width:0}.bulk-csv-mapping-item-recognized{color:#059669;font-size:.6875rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.bulk-csv-mapping-item-route{align-items:center;color:#0f172a;display:flex;flex-wrap:wrap;font-size:.8125rem;gap:6px}.bulk-csv-mapping-item-route code{background:#f1f5f9;border-radius:4px;font-size:.75rem;padding:1px 5px}.bulk-csv-mapping-item-arrow{color:#94a3b8}.bulk-csv-mapping-item-target{font-weight:600}.bulk-csv-mapping-item-detail{color:#64748b;font-size:.75rem;margin:6px 0 0 24px}.bulk-csv-mapping-item-detail strong{color:#334155;font-weight:600}.bulk-csv-option-row{align-items:flex-start;color:#334155;cursor:pointer;display:flex;font-size:.8125rem;gap:8px}.bulk-csv-option-row input{flex-shrink:0;margin-top:2px}.bulk-csv-track-hint{background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;color:#1e3a8a;font-size:.75rem;line-height:1.45;margin:0 0 10px;padding:8px 10px}.bulk-csv-track-hint code{background:#fff;border-radius:4px;font-size:.6875rem;padding:1px 4px}.bulk-csv-overwrite-panel{background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin:12px 0 10px;padding:12px}.bulk-csv-overwrite-subtitle{color:#92400e;font-size:.75rem;font-weight:700;letter-spacing:.02em;margin:0 0 6px;text-transform:uppercase}.bulk-csv-overwrite-columns{margin-top:10px}.bulk-csv-overwrite-column-list,.bulk-csv-overwrite-user-list{list-style:none;margin:0;padding:0}.bulk-csv-overwrite-column-list{display:flex;flex-wrap:wrap;gap:6px 14px}.bulk-csv-overwrite-users{background:#fff;border:1px solid #fef3c7;border-radius:8px;margin-top:12px;max-height:220px;overflow:auto;padding:8px}.bulk-csv-overwrite-user-list li+li{border-top:1px solid #fef3c7;margin-top:6px;padding-top:6px}.bulk-csv-overwrite-user-meta{color:#78716c;font-weight:400}.bulk-csv-overwrite-user-main{display:flex;flex-direction:column;gap:4px;min-width:0}.bulk-csv-overwrite-change-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:4px 0 0;padding:0}.bulk-csv-overwrite-change-list li{align-items:center;color:#92400e;display:flex;flex-wrap:wrap;font-size:.75rem;gap:4px;line-height:1.4}.bulk-csv-overwrite-change-field{color:#78350f;font-weight:600}.bulk-csv-overwrite-change-arrow{color:#b45309}.bulk-csv-overwrite-empty{color:#a8a29e;font-style:italic}.bulk-csv-ref-badge{align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;color:#065f46;display:inline-flex;font-size:.6875rem;font-weight:600;gap:4px;line-height:1.4;padding:1px 7px 1px 5px}.bulk-csv-ref-badge-mark{color:#059669;font-size:.625rem}.bulk-csv-mapping-legend{background:#fff;border:1px solid #fef3c7;border-radius:8px;margin-top:12px;padding:10px}.bulk-csv-mapping-legend-toggle{align-items:center;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;font:inherit;gap:10px;justify-content:space-between;margin:0;padding:0;text-align:left;width:100%}.bulk-csv-mapping-legend-toggle:disabled{cursor:not-allowed;opacity:.7}.bulk-csv-mapping-legend-toggle-label{align-items:center;color:#92400e;display:inline-flex;flex-wrap:wrap;font-size:.75rem;font-weight:700;gap:8px;letter-spacing:.02em;margin:0;text-transform:uppercase}.bulk-csv-mapping-legend-count{background:#fef3c7;border-radius:999px;color:#92400e;font-size:.6875rem;font-weight:600;letter-spacing:0;padding:1px 7px;text-transform:none}.bulk-csv-mapping-legend-chevron{color:#b45309;flex-shrink:0;font-size:.75rem;line-height:1}.bulk-csv-mapping-legend-hint{color:#78716c;font-size:.75rem;line-height:1.4;margin:8px 0}.bulk-csv-mapping-legend-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.bulk-csv-mapping-legend-list li{align-items:center;color:#44403c;display:flex;flex-wrap:wrap;font-size:.75rem;gap:8px}.bulk-csv-mapping-legend-detail{color:#78716c;line-height:1.35}.profile-section-save{background:var(--color-brand);border:1px solid var(--color-brand);border-radius:6px;color:var(--color-brand-on);cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;padding:5px 10px;transition:background .15s ease,border-color .15s ease}.profile-section-save:hover{background:var(--color-brand-hover);border-color:var(--color-brand-hover)}.profile-section-cancel{background:#0000;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;padding:5px 10px;transition:background .15s ease,color .15s ease}.profile-section-cancel:hover{background:#f8fafc;color:#0f172a}.profile-section-header-extra{align-items:center;display:inline-flex;flex-shrink:0;margin-right:2px}.profile-section-add-btn{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:none;border-radius:4px;color:var(--color-brand);cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:.72rem;font-weight:600;letter-spacing:.01em;line-height:1.3;margin:0;padding:2px 4px;transition:color .15s ease,opacity .15s ease;white-space:nowrap}.profile-section-add-btn:hover{color:var(--color-brand-hover)}.profile-section-add-btn:active{opacity:.85}.profile-section-add-btn:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.profile-display-name-btn{background:none;border:none;border-radius:6px;color:#334155;cursor:pointer;display:block;font:inherit;font-size:1.25rem;font-weight:600;letter-spacing:-.01em;margin:0;padding:0;text-align:left;transition:color .15s ease,background .15s ease;width:100%}.profile-display-name-btn:hover{color:var(--color-brand)}.profile-display-name-btn:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.profile-left-column__header{position:relative}.profile-left-column-collapse-btn{align-items:center;background:#0000;border:none;border-radius:4px;color:#cbd5e1;cursor:pointer;display:inline-flex;font-size:.875rem;height:22px;justify-content:center;line-height:1;margin:0;padding:0;position:absolute;right:12px;top:10px;transition:color .15s ease,background .15s ease;width:22px;z-index:1}.profile-left-column-collapse-btn:hover{background:#f1f5f9;color:#94a3b8}.profile-left-column-collapse-btn:focus-visible{color:var(--color-brand);outline:2px solid var(--color-brand);outline-offset:1px}.profile-left-column-collapse-btn.is-expand{border-radius:6px;color:#94a3b8;height:36px;position:static;width:100%}.profile-left-column-collapse-btn.is-expand:hover{background:var(--color-brand-muted);color:var(--color-brand)}.profile-left-column--collapsed{flex:0 0 36px!important;max-width:36px!important;min-width:36px!important;overflow:hidden;transition:flex-basis .28s ease,width .28s ease,max-width .28s ease;width:36px!important}.profile-left-column--collapsed .profile-left-column__header{align-items:flex-start;display:flex;justify-content:center;padding:8px 4px}.profile-left-column:not(.profile-left-column--collapsed) .profile-left-column__header{padding-right:36px}.profile-left-column:not(.profile-left-column--collapsed){transition:width .28s ease}.profile-column-scroll{min-height:0;overscroll-behavior:contain}.profile-top-bar-start{align-items:center;display:flex;flex:1 1;min-width:0}.profile-back-link{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8125rem;font-weight:500;gap:6px;margin:0;padding:4px 0;transition:color .15s ease}.profile-back-link:hover{color:var(--color-brand)}.profile-back-link:focus-visible{border-radius:4px;outline:2px solid var(--color-brand);outline-offset:2px}.profile-back-link-icon{font-size:.95rem;line-height:1}.profile-context-switcher-wrap{flex-shrink:0;max-width:min(420px,55vw)}.profile-context-switcher{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;display:flex;font-family:inherit;gap:12px;margin:0;padding:8px 12px;text-align:left;width:100%}.profile-context-switcher--interactive{cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.profile-context-switcher--interactive:hover{background:#f1f5f9;border-color:#cbd5e1;box-shadow:0 1px 2px #0f172a0f}.profile-context-switcher--interactive:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.profile-context-switcher--static{background:#fafbfc;cursor:default}.profile-context-switcher-main{display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.profile-context-switcher-eyebrow{color:#94a3b8;font-size:.65rem;font-weight:600;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.profile-context-switcher-role{color:#0f172a;font-size:.875rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-context-switcher-period{color:#64748b;font-size:.75rem;font-weight:500;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-context-switcher-action{align-items:center;color:var(--color-brand);display:inline-flex;flex-shrink:0;font-size:.75rem;font-weight:600;gap:4px;white-space:nowrap}.profile-context-switcher-chevron{font-size:.7rem;line-height:1}.profile-documents-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(108px,1fr))}.profile-document-widget{background:#fff;border:1px solid #e2e8f0;border-radius:10px;display:flex;flex-direction:column;min-height:118px;overflow:hidden;position:relative;transition:border-color .15s ease,box-shadow .15s ease}.profile-document-widget:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.profile-document-widget-open{align-items:center;background:none;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-family:inherit;gap:6px;justify-content:flex-start;min-height:118px;padding:28px 10px 12px;text-align:center;width:100%}.profile-document-widget-open:disabled{cursor:default;opacity:.85}.profile-document-widget-open:focus-visible{outline:2px solid var(--color-brand);outline-offset:-2px}.profile-document-widget:hover .profile-document-widget-icon{background:var(--color-brand);color:var(--color-brand-on)}.profile-document-widget-icon{align-items:center;background:var(--color-brand-muted);border-radius:10px;color:var(--color-brand);display:flex;flex-shrink:0;height:40px;justify-content:center;transition:background .15s ease,color .15s ease;width:40px}.profile-document-widget-category,.profile-document-widget-type{font-size:.62rem;font-weight:600;letter-spacing:.04em;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.profile-document-widget-category{color:#0369a1}.profile-document-widget-type{color:#94a3b8}.profile-document-widget-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#334155;display:-webkit-box;font-size:.78rem;font-weight:600;line-height:1.25;overflow:hidden;transition:color .15s ease;width:100%}.profile-document-widget:hover .profile-document-widget-title{color:var(--color-brand)}.profile-document-widget-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#94a3b8;display:-webkit-box;font-size:.68rem;line-height:1.3;overflow:hidden;width:100%}.profile-document-widget-actions{align-items:center;display:flex;gap:2px;position:absolute;right:4px;top:4px;z-index:1}.profile-document-delete,.profile-document-edit{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;font-family:inherit;justify-content:center;line-height:1;padding:2px 4px}.profile-document-edit{color:#94a3b8}.profile-document-edit:hover{color:#64748b}.profile-document-delete{color:#fca5a5;font-size:1.1rem;font-weight:400}.profile-document-delete:hover{color:#f87171}.profile-credential-row--required-missing{background:linear-gradient(180deg,#fef2f2,#fff5f5);border:2px dashed #f87171;border-radius:8px;margin-bottom:6px;overflow:hidden}.profile-credential-row-missing-trigger{align-items:flex-start;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:12px 14px;text-align:left;width:100%}.profile-credential-row-missing-trigger:disabled{cursor:not-allowed}.profile-credential-row-missing-trigger:not(:disabled):hover{background:#fee2e259}.profile-credential-row-title--missing{color:#991b1b;font-size:.95rem;font-weight:600}.profile-document-widget--required-missing{background:linear-gradient(180deg,#fef2f2,#fff5f5);border:2px dashed #f87171;box-shadow:none}.profile-document-widget--required-missing:hover{border-color:#ef4444;box-shadow:0 2px 10px #ef44441f}.profile-document-widget-open--missing{cursor:pointer}.profile-document-widget-open--missing:disabled{cursor:not-allowed;opacity:1}.profile-document-widget-open--missing:not(:disabled):hover .profile-document-widget-icon--missing{background:#ef4444;color:#fff}.profile-document-widget-icon--missing{background:#fee2e2;color:#dc2626}.profile-document-widget-title--missing{color:#991b1b}.profile-document-widget--required-missing:hover .profile-document-widget-title--missing{color:#b91c1c}.profile-doc-field{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:.875rem;margin-bottom:12px;padding:8px 10px;width:100%}.profile-doc-field--flush,.profile-doc-source{margin-bottom:0}.profile-doc-source-tabs{background:#f1f5f9;border-radius:10px;display:flex;gap:4px;margin-bottom:10px;padding:4px}.profile-doc-source-tab{background:#0000;border:none;border-radius:7px;color:#64748b;cursor:pointer;flex:1 1;font-family:inherit;font-size:.8125rem;font-weight:500;margin:0;padding:7px 10px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.profile-doc-source-tab:hover:not(:disabled){color:#334155}.profile-doc-source-tab--active{background:#fff;box-shadow:0 1px 2px #0f172a14;color:#0f172a}.profile-doc-source-tab:disabled{cursor:not-allowed;opacity:.6}.profile-doc-source-panel{min-height:88px}.profile-doc-file-drop{align-items:center;background:#fafbfc;border:1.5px dashed #cbd5e1;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:6px;justify-content:center;min-height:112px;padding:16px;transition:border-color .15s ease,background .15s ease;width:100%}.profile-doc-file-drop:hover:not(:disabled){background:var(--color-brand-muted);border-color:var(--color-brand)}.profile-doc-file-drop:disabled{cursor:not-allowed;opacity:.65}.profile-doc-file-drop-icon{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;color:#64748b;display:flex;font-size:1.25rem;font-weight:300;height:32px;justify-content:center;line-height:1;width:32px}.profile-doc-file-drop-label{color:#334155;font-size:.875rem;font-weight:600;text-align:center;word-break:break-word}.profile-doc-file-drop-hint{color:#94a3b8;font-size:.75rem}.profile-doc-file-input{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.profile-basic{display:flex;flex-direction:column;gap:10px}.profile-basic-header{padding-right:48px;position:relative}.profile-basic-avatar-wrap{align-items:center;display:flex;flex-direction:column;gap:3px;position:absolute;right:0;top:0}.profile-basic-avatar{align-items:center;background:var(--color-brand-muted);border:none;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;overflow:hidden;transition:opacity .15s ease;width:40px}.profile-basic-avatar:hover:not(.profile-basic-avatar--disabled){opacity:.88}.profile-basic-avatar-label{color:#94a3b8;font-size:.58rem;font-weight:600;letter-spacing:.08em;line-height:1;text-transform:uppercase;-webkit-user-select:none;user-select:none}.profile-basic-avatar--disabled{cursor:default;opacity:.85}.profile-basic-avatar img{display:block;height:100%;object-fit:cover;width:100%}.profile-basic-avatar-initials{color:var(--color-brand);font-size:.72rem;font-weight:600;letter-spacing:.02em}.profile-basic-name-row{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}.profile-field{border:none;display:flex;flex-direction:column;gap:4px;margin:0;padding:0}.profile-field-label{color:#94a3b8;font-size:.68rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.profile-field-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.8rem;outline:none;padding:6px 8px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.profile-field-input:focus{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-muted)}.profile-field-input:disabled{background:#f8fafc;cursor:default;opacity:.85}.profile-platform-access-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px}.profile-platform-access-row .profile-switch-badge{flex-shrink:0}.profile-owner-password-hint{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:.8rem;line-height:1.4;margin:0 0 10px;padding:8px 10px}.profile-platform-password-trigger{background:none;border:none;color:#94a3b8;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:500;padding:4px 2px;text-decoration:none;transition:color .15s ease}.profile-platform-password-trigger:hover{color:#64748b}.profile-platform-password-trigger:focus-visible{border-radius:4px;outline:2px solid var(--color-brand);outline-offset:2px}.profile-platform-password-missing{background:linear-gradient(180deg,#fef2f2,#fff5f5);border:2px dashed #f87171;border-radius:8px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.profile-platform-password-missing__label{color:#b91c1c;font-size:.68rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.profile-field-input--required-missing{background:#fff;border-color:#fecaca}.profile-field-input--required-missing:focus{border-color:#f87171;box-shadow:0 0 0 2px #f8717133}.profile-switch-badge{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#94a3b8;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:500;padding:4px 10px;transition:background .15s ease,border-color .15s ease,color .15s ease}.profile-switch-badge.is-on,.profile-switch-badge:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.profile-badge-check{font-weight:700}.profile-badge-check--blue{color:#2563eb}.profile-badge-check--green{color:#16a34a}.profile-switch-badge:disabled{cursor:default;opacity:.8}.profile-platform-hint{color:#94a3b8;font-size:.68rem;line-height:1.2}.profile-field-hint--subtle{color:#94a3b8;font-size:.72rem;line-height:1.4;margin:0}.profile-expandable-section{border:1px solid #e2e8f0;border-radius:10px}.profile-expandable-section>.profile-expandable-section-header{border-left:3px solid var(--color-brand);padding-left:9px}.profile-expandable-section .profile-expandable-section{border:1px solid #e2e8f0;border-radius:10px}.profile-expandable-section .profile-expandable-section>.profile-expandable-section-header{border-left:none;padding-left:12px}.profile-expandable-section .profile-expandable-section .profile-section-title{color:#475569}.profile-section-title{color:#334155;font-size:.75rem;font-weight:600;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.profile-section-expand{color:#94a3b8;font-size:.7rem}.profile-student-info{display:flex;flex-direction:column;gap:12px;overflow:visible}.profile-student-info-badges-wrap{display:flex;flex-direction:column;gap:8px}.profile-student-info-badge-grid{align-content:flex-start;align-items:stretch;display:flex;flex-wrap:wrap;gap:8px}.profile-student-info-badge-grid--dates{border-top:1px solid #f1f5f9;padding-top:4px}.profile-student-info .profile-si-badge-cell{box-sizing:border-box;display:flex;flex:0 0 auto;max-width:100%;min-width:0;width:-webkit-max-content;width:max-content}.profile-student-info .profile-si-badge-cell>.profile-choice-badge,.profile-student-info .profile-si-badge-cell>.profile-choice-badge-wrap,.profile-student-info .profile-si-badge-cell>.profile-si-toggle-badge{box-sizing:border-box;flex:1 1 auto;height:100%;min-height:40px;width:100%}.profile-student-info .profile-si-badge-cell .profile-choice-badge-wrap{max-width:100%;min-width:0}.profile-si-toggle-badge{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#64748b;cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:600;justify-content:center;min-height:40px;padding:5px 10px;text-align:center;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;width:100%}.profile-si-toggle-badge:hover:not(:disabled){background:#fff;border-color:#cbd5e1;color:#334155}.profile-si-toggle-badge.is-on{background:#f1f5f9;border-color:#cbd5e1;color:#64748b}.profile-si-toggle-badge:disabled{cursor:default;opacity:.9}.profile-choice-badge-wrap{min-width:0;position:relative;width:100%}.profile-choice-badge{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:1px;justify-content:center;min-height:40px;padding:5px 10px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.profile-choice-badge--date:not(.is-disabled){cursor:pointer}.profile-choice-badge--date.is-disabled{cursor:default;opacity:.9}.profile-choice-badge--date:not(.is-disabled):hover{background:#fff;border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a0f}.profile-si-date-badge-wrap{position:relative}.profile-si-date-input-overlay{background:#0000;border:0;cursor:pointer;font-size:16px;height:100%;inset:0;margin:0;opacity:0;padding:0;position:absolute;width:100%;z-index:2}.profile-si-date-input-overlay::-webkit-calendar-picker-indicator{cursor:pointer;height:100%;inset:0;margin:0;padding:0;position:absolute;width:100%}.profile-choice-badge__value--solo{color:#64748b;font-size:.8125rem;font-weight:600;line-height:1.3;white-space:normal}.profile-choice-badge:not(:disabled):hover{background:#fff;border-color:#cbd5e1;box-shadow:0 1px 4px #0f172a0f}.profile-choice-badge.is-disabled{cursor:default;opacity:.9}.profile-choice-badge-wrap.is-open .profile-choice-badge{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-muted)}.profile-choice-badge__kicker{color:#94a3b8;font-size:.62rem;font-weight:600;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.profile-student-info .profile-choice-badge__kicker{font-size:.58rem}.profile-student-info .profile-choice-badge__kicker,.profile-student-info .profile-choice-badge__value,.profile-student-info .profile-choice-badge__value--solo{max-width:none;overflow:visible;text-overflow:clip;white-space:nowrap}.profile-student-info .profile-choice-badge__value{color:#475569;font-size:.78rem}.profile-student-info .profile-choice-badge__value--solo{font-size:.75rem}.profile-student-info .profile-si-toggle-badge{white-space:nowrap}.profile-student-info .profile-choice-badge__chev{font-size:.65rem;right:8px;top:7px}.profile-student-info .profile-si-toggle-badge{font-size:.75rem;min-height:40px;padding:5px 10px}.profile-student-info .profile-choice-badge{padding-right:22px}.profile-choice-badge__value{color:#0f172a;font-size:.9rem;font-weight:600;line-height:1.25;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-choice-badge__chev{color:#94a3b8;font-size:.7rem;line-height:1;position:absolute;right:10px;top:10px}.profile-choice-badge{padding-right:26px;position:relative}.profile-student-info .profile-choice-badge--success{background:#f0fdf4;border-color:#bbf7d0}.profile-student-info .profile-choice-badge--success .profile-choice-badge__value{color:#15803d}.profile-student-info .profile-choice-badge--warning{background:#fffbeb;border-color:#fde68a}.profile-student-info .profile-choice-badge--warning .profile-choice-badge__value{color:#b45309}.profile-student-info .profile-choice-badge--info{background:#eff6ff;border-color:#bfdbfe}.profile-student-info .profile-choice-badge--info .profile-choice-badge__value{color:#1d4ed8}.profile-choice-badge--neutral .profile-choice-badge__value{color:#475569}.profile-choice-badge-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;box-sizing:border-box;min-width:160px;overflow-x:hidden;overflow-y:auto;padding:4px}.profile-choice-badge-menu--portal{position:fixed}.profile-choice-badge-menu__item{background:#0000;border:none;border-radius:6px;color:#334155;cursor:pointer;display:block;font-family:inherit;font-size:.8125rem;font-weight:500;padding:8px 10px;text-align:left;width:100%}.profile-choice-badge-menu__item:hover{background:#f1f5f9}.profile-choice-badge-menu__item.is-selected{background:var(--color-brand-muted);color:var(--color-brand)}.profile-choice-badge-menu-custom{display:flex;flex-direction:column;gap:8px;padding:6px}.profile-choice-badge-menu__label{color:#94a3b8;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.profile-choice-badge-menu__actions{display:flex;gap:8px;justify-content:flex-end}.profile-choice-badge-menu__secondary{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:500;padding:6px 10px}.profile-choice-badge-menu__secondary:hover{background:#f8fafc;color:#334155}.profile-choice-badge-menu__done{background:var(--color-brand);border:none;border-radius:6px;color:var(--color-brand-on);cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:6px 10px}.profile-choice-badge-menu__done:hover{background:var(--color-brand-hover)}.profile-check-badge-row{align-items:center;display:flex;gap:8px}.profile-sheet-overlay{align-items:flex-end;animation:profile-sheet-overlay-in .2s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:#0f172a29;display:flex;inset:0;justify-content:center;padding:12px 12px max(12px,env(safe-area-inset-bottom));position:fixed;z-index:1998}@keyframes profile-sheet-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes profile-sheet-panel-slide{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes profile-sheet-panel-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-sheet-panel{animation:profile-sheet-panel-slide .28s cubic-bezier(.22,1,.36,1);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 40px #0f172a1f;display:flex;flex-direction:column;max-height:min(70vh,360px);overflow:hidden;width:min(100%,400px)}@media (min-width:520px){.profile-sheet-overlay{align-items:center;padding:20px}.profile-sheet-panel{animation:profile-sheet-panel-in .24s cubic-bezier(.22,1,.36,1)}}.profile-sheet-header{align-items:flex-start;display:flex;gap:8px;justify-content:space-between;padding:12px 14px 8px}.profile-sheet-header-main{flex:1 1;min-width:0}.profile-sheet-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.profile-sheet-name{color:#0f172a;font-size:.875rem;font-weight:600;letter-spacing:-.01em}.profile-sheet-relationship{color:#64748b;font-size:.75rem;line-height:1.35}.profile-sheet-close{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;flex-shrink:0;font-size:1.25rem;height:28px;line-height:1;padding:0;transition:background .15s ease,color .15s ease;width:28px}.profile-sheet-close:hover{background:#f1f5f9;color:#64748b}.profile-sheet-body{display:flex;flex-direction:column;gap:10px;padding:0 14px 14px}.profile-sheet-field-label{color:#94a3b8;font-size:.65rem;font-weight:600;letter-spacing:.05em;margin-bottom:2px;text-transform:uppercase}.profile-sheet-field-value{color:#0f172a;font-size:.8125rem;line-height:1.4}.profile-sheet-field-value.is-empty{color:#94a3b8}.profile-sheet-footer{border-top:1px solid #f1f5f9;margin-top:2px;padding-top:10px}.profile-sheet-action{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-family:inherit;font-size:.75rem;font-weight:600;padding:7px 12px;transition:filter .15s ease;width:100%}.profile-sheet-action:hover{filter:brightness(.95)}.profile-sheet-footer--split{display:flex;flex-direction:column;gap:8px}.profile-sheet-action--secondary{background:#fff;border:1px solid #e2e8f0;color:#334155}.profile-sheet-action--secondary:hover{background:#f8fafc;filter:none}.profile-sheet-callout{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 14px}.profile-sheet-callout--warning .profile-sheet-callout-text{color:#92400e;font-size:.8rem;line-height:1.45;margin:0 0 10px}.profile-sheet-btn--inline{width:auto}.profile-sheet-title-row{align-items:center;display:flex;gap:8px}.profile-sheet-title-row .profile-sheet-title{margin:0}.profile-sheet-title-open-tab{align-items:center;background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;font-family:inherit;justify-content:center;line-height:1;padding:4px}.profile-sheet-title-open-tab:hover{background:#f1f5f9;color:#0369a1}.profile-pl-open-tab{margin-left:2px;vertical-align:middle}.profile-pl-missing-meeting-link{color:#b45309;font-style:italic;font-weight:500}.profile-ugp-props-list{display:flex;flex-direction:column;gap:8px}.profile-ugp-props-row{align-items:flex-start;background:#fafafa;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:10px 12px}.profile-ugp-props-row-main{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-ugp-props-key{color:#0f172a;font-size:.8rem;font-weight:600}.profile-ugp-props-audience{color:#64748b;font-size:.72rem}.profile-ugp-props-value,.profile-ugp-props-value-link{color:#475569;font-size:.78rem;word-break:break-all}.profile-ugp-props-value-link{color:#0369a1}.profile-ugp-props-actions{align-items:center;display:flex;flex-shrink:0;gap:2px}.profile-pl-row{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:6px;padding:10px 12px;transition:box-shadow .15s ease,border-color .15s ease}.profile-pl-row:not(.profile-pl-row--disabled){cursor:pointer}.profile-pl-row:not(.profile-pl-row--disabled):hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000f}.profile-pl-row--disabled{cursor:default}.profile-pl-row-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.profile-sheet-readonly-block{display:flex;flex-direction:column;gap:10px}.profile-sheet-readonly-name{color:#0f172a;font-size:.95rem;font-weight:600}.profile-sheet-readonly-row{display:flex;flex-direction:column;gap:2px}.profile-sheet-readonly-row .profile-sheet-label{margin:0}.profile-sheet-readonly-empty{color:#94a3b8;font-style:italic}.profile-sheet-readonly-link{color:#0369a1;font-size:.85rem;word-break:break-all}.profile-pl-type-badge{border-radius:6px;font-size:.65rem;font-weight:600;letter-spacing:.03em;padding:2px 7px;text-transform:uppercase}.profile-pl-type-badge--guardian{background:#e0f2fe;color:#0369a1}.profile-pl-type-badge--counselor{background:#fef3c7;color:#b45309}.profile-pl-type-badge--supervisor{background:#ede9fe;color:#5b21b6}.profile-pl-primary-badge{background:#d1fae5;border-radius:4px;color:#059669;font-size:.65rem;font-weight:600;padding:2px 6px}.profile-sheet-overlay--raised{z-index:1999}.profile-sheet-panel--form{max-height:min(90vh,640px);width:min(100%,440px)}.profile-sheet-panel--pl-form{max-height:min(92vh,760px);width:min(100%,720px)}.profile-sheet-form-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto;padding:0 14px 10px}.profile-sheet-title{color:#0f172a;font-size:.875rem;font-weight:600;letter-spacing:-.01em;margin:0}.profile-sheet-subtext{color:#64748b;font-size:.75rem;line-height:1.4;margin:4px 0 0}.profile-sheet-form-group{margin-bottom:10px}.profile-sheet-form-group:last-child{margin-bottom:0}.profile-sheet-label{color:#94a3b8;display:block;font-size:.65rem;font-weight:600;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.profile-sheet-input,.profile-sheet-select,.profile-sheet-textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.8125rem;padding:7px 10px;width:100%}.profile-sheet-select{cursor:pointer}.profile-sheet-textarea{display:block;min-height:64px;resize:vertical}.profile-sheet-row{align-items:center;background:#f8fafc;border-radius:8px;display:flex;font-size:.8125rem;gap:8px;justify-content:space-between;margin-bottom:10px;padding:8px 10px}.profile-sheet-row strong{color:#0f172a;font-weight:600}.profile-sheet-row span{color:#64748b;font-size:.75rem}.profile-sheet-toggle{background:#f1f5f9;border-radius:8px;display:flex;gap:4px;margin-bottom:10px;padding:3px}.profile-sheet-toggle-btn{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;flex:1 1;font-family:inherit;font-size:.75rem;font-weight:600;padding:6px 8px;transition:background .15s ease,color .15s ease}.profile-sheet-toggle-btn.is-active{background:#e0f2fe;color:#0369a1}.profile-sheet-search-row{align-items:stretch;display:flex;gap:6px;margin-bottom:10px}.profile-sheet-search-row .profile-sheet-input{flex:1 1;margin-bottom:0;min-width:0;width:100%}.profile-sheet-search-submit{align-self:stretch;background:#3b82f6;border:1px solid #3b82f6;border-radius:8px;color:#fff;cursor:pointer;flex:0 0 auto;font-family:inherit;font-size:.6875rem;font-weight:600;letter-spacing:.02em;line-height:1;min-width:3.25rem;padding:0 10px;transition:filter .15s ease,opacity .15s ease;white-space:nowrap}.profile-sheet-search-submit:hover:not(:disabled){filter:brightness(.95)}.profile-sheet-search-submit:disabled{cursor:not-allowed;opacity:.5}.profile-sheet-hint{color:#64748b;font-size:.75rem;margin:0 0 10px}.profile-sheet-results{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;max-height:160px;overflow-y:auto}.profile-sheet-result-item{border-bottom:1px solid #f1f5f9;color:#0f172a;cursor:pointer;font-size:.8125rem;padding:10px 12px;transition:background .12s ease}.profile-sheet-result-item:last-child{border-bottom:none}.profile-sheet-result-item:hover{background:#f8fafc}.profile-sheet-result-item.is-selected{background:#eff6ff}.profile-sheet-result-item span{color:#64748b;font-size:.75rem;margin-left:6px}.profile-sheet-inset{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;padding:10px 12px}.profile-sheet-check{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:.8125rem;gap:8px}.profile-sheet-check.is-disabled{cursor:not-allowed;opacity:.7}.profile-sheet-actions{border-top:1px solid #f1f5f9;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;padding:10px 14px 14px}.profile-sheet-btn{border:1px solid #0000;border-radius:8px;cursor:pointer;flex:1 1 auto;font-family:inherit;font-size:.75rem;font-weight:600;min-width:0;padding:7px 12px;transition:filter .15s ease,opacity .15s ease}.profile-sheet-btn:disabled{cursor:not-allowed;opacity:.55}.profile-sheet-btn--secondary{background:#f8fafc;border-color:#e2e8f0;color:#475569}.profile-sheet-btn--secondary:hover:not(:disabled){background:#f1f5f9}.profile-sheet-btn--primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.profile-sheet-btn--primary:hover:not(:disabled){filter:brightness(.95)}.profile-sheet-form-body--pl-flow{padding-top:8px}.profile-pl-flow{align-items:stretch;display:flex;gap:24px;min-height:280px;position:relative}.profile-pl-flow-connector{height:100%;inset:0;overflow:visible;pointer-events:none;position:absolute;width:100%;z-index:0}.profile-pl-flow-spine{align-items:stretch;display:flex;flex-direction:column;flex-shrink:0;position:relative;width:220px;z-index:1}.profile-pl-flow-line--short{align-self:center;background:#94a3b8;border-radius:1px;flex:none;height:12px;margin:6px 0;min-height:12px;width:2px}.profile-pl-flow-node{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 2px #0f172a0a;padding:10px 12px;width:100%}.profile-pl-flow-node--subject{background:linear-gradient(180deg,#f8fafc,#fff);border-color:#cbd5e1}.profile-pl-flow-node--target{background:#fafbff;border-color:#c7d2fe;margin-bottom:10px}.profile-pl-flow-kicker{color:#64748b;display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.profile-pl-flow-name{color:#0f172a;display:block;font-size:.9375rem;font-weight:600;line-height:1.3}.profile-pl-flow-context{color:#64748b;display:block;font-size:.75rem;line-height:1.35;margin-top:4px}.profile-pl-flow-badge{background:#e0e7ff;border-radius:999px;color:#3730a3;display:inline-block;font-size:.6875rem;font-weight:600;margin-top:8px;padding:2px 8px}.profile-pl-flow-badge--user{background:#d1fae5;color:#047857}.profile-pl-flow-badge--ugp{background:#e0e7ff;color:#3730a3}.profile-pl-flow-target-hint{color:#64748b;display:block;font-size:.75rem;line-height:1.4}.profile-pl-rel-cards{display:flex;flex-direction:column;gap:6px;margin:8px 0;width:100%}.profile-pl-rel-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:8px 10px;text-align:left;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.profile-pl-rel-card:hover{background:#f8fafc;border-color:#94a3b8}.profile-pl-rel-card.is-selected{background:#eef2ff;border-color:#6366f1;box-shadow:0 0 0 1px #6366f140}.profile-pl-rel-card-head{align-items:baseline;display:flex;gap:8px;justify-content:space-between}.profile-pl-rel-card-label{color:#0f172a;font-size:.8125rem;font-weight:600}.profile-pl-rel-card-shape{color:#6366f1;font-size:.625rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.profile-pl-rel-card-sub{color:#475569;font-size:.6875rem;line-height:1.45;margin:8px 0 0}.profile-pl-rel-card-note{color:#64748b;font-size:.6875rem;font-style:italic;line-height:1.4;margin:6px 0 0}.profile-pl-flow-target{flex:1 1;min-width:0;position:relative;z-index:1}.profile-pl-flow-target-body{padding-top:4px}.profile-pl-flow-toggle{margin-bottom:10px}@media (max-width:640px){.profile-pl-flow{flex-direction:column;gap:12px;min-height:0}.profile-pl-flow-connector{display:none}.profile-pl-flow-spine{width:100%}.profile-pl-flow-target{border-top:none;margin-top:0;padding-top:0}.profile-pl-flow-line--short{display:none}}.groups-role-template-field__detail{margin-top:6px}.groups-page{background:#fafafa;color:#0f172a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,sans-serif;margin:0 auto;max-width:780px;min-height:calc(100vh - 60px);padding:20px 20px 40px}.groups-shell{padding:0}.groups-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.groups-title{font-size:1.05rem;font-weight:600;letter-spacing:-.01em;margin:0}.groups-subtitle{color:#475569;font-size:.78rem;line-height:1.45;margin:4px 0 0;max-width:56ch}.groups-path-trail{align-items:center;display:flex;flex-wrap:wrap;gap:2px 5px;line-height:1.35;margin:5px 0 0;max-width:min(100%,72ch)}.groups-path-segment{align-items:center;color:#94a3b8;display:inline-flex;font-size:.74rem;font-weight:500;gap:5px;min-width:0}.groups-path-segment--current{color:#0f172a;font-weight:600}.groups-path-segment--current .groups-path-period{color:#64748b;font-weight:500}.groups-path-dot{border-radius:50%;flex-shrink:0;height:6px;width:6px}.groups-path-label{max-width:28ch;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-path-period{color:#cbd5e1}.groups-path-period,.groups-path-sep{flex-shrink:0;font-size:.68rem;font-weight:500}.groups-path-sep{color:#e2e8f0;padding:0 1px;-webkit-user-select:none;user-select:none}.groups-type-badge{align-items:center;color:#64748b;display:inline-flex;font-size:.62rem;font-weight:600;gap:4px;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.groups-type-badge--on-dark{color:#ffffffd1}.groups-type-badge--display-label{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#334155;gap:5px;letter-spacing:.03em;padding:2px 7px 2px 6px}.groups-type-badge--on-dark.groups-type-badge--display-label{background:#ffffff1f;border-color:#ffffff47;color:#ffffffeb}.groups-type-badge-dot{border-radius:50%;flex-shrink:0;height:5px;width:5px}.groups-crumbs{align-items:center;display:flex;flex-wrap:wrap;font-size:.78rem;gap:6px}.groups-crumbs--compact{color:#64748b;font-size:.68rem;gap:4px}.groups-crumbs--compact .groups-crumb-btn{border:none;border-radius:0;color:#64748b;font-size:inherit;padding:0}.groups-crumbs--compact .groups-crumb-btn:hover{background:#0000;color:#0f172a}.groups-crumbs--compact .groups-crumb-current{color:#334155;font-weight:500;padding:0}.groups-crumbs--compact .groups-crumb-sep{font-size:.62rem;margin:0 1px}.groups-crumb-btn{background:#0000;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-family:inherit;font-size:.78rem;padding:4px 8px}.groups-crumb-btn:hover{background:#f8fafc;color:#0f172a}.groups-crumb-current{color:#0f172a;font-weight:500;padding:4px 8px}.groups-crumb-sep{color:#94a3b8}.groups-view{position:relative;transition:transform .3s ease,opacity .3s ease}.groups-view--visible{opacity:1;transform:translateX(0)}.groups-view--hidden-left{transform:translateX(-24px)}.groups-view--hidden-left,.groups-view--hidden-right{left:0;opacity:0;pointer-events:none;position:absolute;right:0}.groups-view--hidden-right{transform:translateX(24px)}.groups-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px}.groups-panel-bar{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:8px}.groups-panel-bar--inline{align-items:center;flex-wrap:nowrap}.groups-panel-bar--inline .groups-panel-bar-main{flex-shrink:0}.groups-panel-bar--inline .groups-panel-tools{flex:1 1;justify-content:flex-end;min-width:0}.groups-panel-eyebrow{color:#94a3b8;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.groups-count{background:#f1f5f9;border-radius:999px;color:#64748b;display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:0;margin-left:4px;min-width:18px;padding:0 6px}.groups-panel-hint{color:#94a3b8;font-size:.72rem;margin:4px 0 0}.groups-period{align-items:center;display:flex;font-size:.78rem}.groups-period--inline{margin:0}.groups-period-value{color:#475569;white-space:nowrap}.groups-period-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;cursor:pointer;font-family:inherit;font-size:.78rem;max-width:220px;min-width:140px;outline:none;padding:5px 8px}.groups-period-select:focus{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-muted)}.groups-period-select:disabled{cursor:not-allowed;opacity:.6}.groups-members-bar{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;width:100%}.groups-period--trailing{margin-left:auto}.groups-add-btn{align-items:center;background:#0000;border:none;color:#94a3b8;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;font-size:1.35rem;font-weight:300;height:28px;justify-content:center;line-height:1;min-width:22px;padding:0 2px}.groups-add-btn:hover{background:#0000;color:#0f172a}.groups-icon-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;height:30px;justify-content:center;padding:0;width:30px}.groups-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.groups-icon-btn--ghost{background:#0000;border:none;color:#94a3b8}.groups-icon-btn--ghost:hover{background:#0000;border:none;color:#0f172a}.groups-icon-btn--primary{background:#0f172a;border-color:#0f172a;color:#fff;font-size:1.1rem;font-weight:400;line-height:1}.groups-icon-btn--primary:hover{background:#1e293b;border-color:#1e293b;color:#fff}.groups-search-expand{align-items:center;display:flex}.groups-search-expand.is-open{flex:1 1;max-width:220px}.groups-search--compact{font-size:.78rem;max-width:220px;min-width:140px;padding:5px 8px;width:100%}.groups-panel-tools{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.groups-search{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;flex:1 1 auto;font-family:inherit;font-size:.8rem;max-width:320px;min-width:200px;outline:none;padding:6px 10px}.groups-search:focus{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-muted)}.groups-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;padding:6px 10px}.groups-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.groups-btn--primary{background:#0f172a;border-color:#0f172a;color:#fff}.groups-btn--primary:hover{background:#1e293b;border-color:#1e293b;color:#fff}.groups-btn--icon{align-items:center;display:inline-flex;height:30px;justify-content:center;padding:0;width:30px}.groups-table{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.groups-table-head,.groups-table-row{grid-gap:10px;align-items:center;display:grid;font-size:.82rem;gap:10px;padding:7px 10px}.groups-table-head{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#94a3b8;font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.groups-table-head,.groups-table-row{grid-template-columns:minmax(160px,1.2fr) minmax(200px,1.8fr) 100px}.groups-table-row{background:#fff;border-top:1px solid #e2e8f0;box-sizing:border-box;color:#0f172a;cursor:pointer;text-align:left;transition:background-color .12s ease;width:100%}.groups-table-row--link{text-decoration:none}.groups-table-row--hover,.groups-table-row:hover{background:#f8fafc}.groups-table-cell{min-width:0}.groups-table-cell strong{font-weight:600}.groups-muted{color:#64748b}.groups-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-align-right{text-align:right}.groups-tag{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;display:inline-block;font-size:.72rem;font-weight:500;padding:2px 8px}.groups-empty,.groups-state{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;color:#94a3b8;font-size:.8rem;padding:14px;text-align:center}.groups-view-not-configured{align-items:center;background:#f8fafc;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:24px}.groups-view-not-configured p{color:#64748b;font-size:.9rem;margin:0;max-width:32ch;text-align:center}.groups-table--two-col .groups-table-head,.groups-table--two-col .groups-table-row{grid-template-columns:minmax(180px,1fr) minmax(200px,2fr)}.groups-table--members .groups-table-head,.groups-table--members .groups-table-row{grid-template-columns:minmax(180px,1.2fr) minmax(200px,1.8fr)}.groups-dms-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.groups-dms-section-bar{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;padding:12px 14px}.groups-dms-section-bar-main{min-width:0}.groups-dms-section-tools{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.groups-dms-eyebrow{color:#94a3b8;font-size:.72rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.groups-dms-hint{color:#94a3b8;font-size:.72rem;margin:4px 0 0}.groups-dms-empty{color:#94a3b8;font-size:.82rem;font-style:italic;padding:16px;text-align:center}.groups-dms-list{background:#fff}.groups-dms-row{align-items:center;background:#fff;border:none;border-bottom:1px solid #f1f5f9;box-sizing:border-box;color:inherit;cursor:pointer;display:flex;font-family:inherit;gap:12px;justify-content:space-between;padding:12px 16px;text-align:left;text-decoration:none;width:100%}.groups-dms-row:hover{background:#f8fafc}.groups-dms-row--with-logo-upload{cursor:default}.groups-dms-row--with-logo-upload:hover{background:#fff}.groups-dms-row--with-logo-upload:hover .groups-dms-row-main{background:#f8fafc}.groups-dms-row-main{background:#0000;border:0;border-radius:6px;color:inherit;cursor:pointer;flex:1 1;font:inherit;margin:0;min-width:0;padding:0;text-align:left}.groups-dms-row-main:hover{background:#f8fafc}.groups-dms-row--last{border-bottom:none}.groups-dms-row-left{align-items:center;display:flex;flex:1 1;gap:12px;min-width:0}.groups-dms-dot{border-radius:999px;flex-shrink:0;height:8px;width:8px}.groups-dms-row-text{min-width:0}.groups-dms-row-name{color:#0f172a;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-dms-row-meta{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:12px;gap:6px;margin-top:2px}.groups-dms-meta-sep{color:#cbd5e1}.group-logo-bare{align-items:center;background:#0000;border:none;display:flex;flex-shrink:0;justify-content:center}.group-logo-bare--sm{height:28px;width:28px}.group-logo-bare--md{height:40px;width:40px}.group-logo-bare--lg{height:52px;width:52px}.group-logo-bare-img{background:#0000;display:block;height:100%;object-fit:contain;width:100%}.group-logo-bare-fallback{color:#64748b;font-size:.65rem;font-weight:700;letter-spacing:.04em;line-height:1}.group-logo-upload{background:#0000;border:none;border-radius:6px;cursor:pointer;flex-shrink:0;line-height:0;margin:0;padding:0;position:relative;transition:box-shadow .2s ease,opacity .2s ease}.group-logo-upload:not(.group-logo-upload--disabled):hover{box-shadow:0 0 0 2px #e2e8f0}.group-logo-upload:not(.group-logo-upload--disabled):focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.group-logo-upload--disabled{cursor:default}.group-logo-upload--uploading{cursor:wait;opacity:.55}.groups-logo-picker{margin-bottom:8px}.groups-logo-picker-library{min-height:80px}.groups-logo-picker-doc-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;max-height:240px;overflow:auto;padding:0}.groups-logo-picker-doc{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:10px;margin:0;padding:8px 10px;text-align:left;width:100%}.groups-logo-picker-doc:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.groups-logo-picker-doc.is-selected{background:#eff6ff;border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb1f}.groups-logo-picker-doc-thumb{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;height:36px;object-fit:cover;width:36px}.groups-logo-picker-doc-text{display:flex;flex-direction:column;gap:2px;min-width:0}.groups-logo-picker-doc-title{color:#0f172a;font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-logo-picker-doc-meta{color:#64748b;font-size:.6875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.group-logo-upload-input{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.groups-thread-panel{background:#f1f5f9;border-top:1px solid #e5e7eb;box-sizing:border-box;padding:12px}.groups-thread-sheet{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-sizing:border-box;overflow:hidden}.groups-thread-panel .groups-dms-empty{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:center;min-height:120px}.groups-thread-tree{--thread-branch-y:22px;--thread-rail-w:20px;list-style:none;margin:0;padding:6px 0}.groups-thread-item{align-items:stretch;display:flex;gap:0;position:relative}.groups-thread-item--root .groups-thread-label{margin-left:12px}.groups-thread-rail{align-self:stretch;display:flex;flex-shrink:0;margin-left:12px}.groups-thread-segment{align-self:stretch;flex-shrink:0;position:relative;width:var(--thread-rail-w)}.groups-thread-segment--corner:before,.groups-thread-segment--vcontinue:before{border-left:1px solid #cbd5e1;bottom:0;content:"";left:9px;position:absolute;top:0}.groups-thread-segment--corner:after{border-top:1px solid #cbd5e1;content:"";left:9px;position:absolute;top:var(--thread-branch-y);width:calc(100% + 8px);z-index:0}.groups-thread-segment--corner-last:before{border-left:1px solid #cbd5e1;content:"";height:var(--thread-branch-y);left:9px;position:absolute;top:0}.groups-thread-segment--corner-last:after{border-top:1px solid #cbd5e1;content:"";left:9px;position:absolute;top:var(--thread-branch-y);width:calc(100% + 8px);z-index:0}.groups-thread-label{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;cursor:pointer;flex:1 1;font-family:inherit;margin:3px 12px 3px 0;min-width:0;padding:8px 12px;position:relative;text-align:left;z-index:1}.groups-thread-label:hover{background:#f8fafc;border-color:#cbd5e1}.groups-thread-label:active{background:#f1f5f9}.groups-thread-name{color:#0f172a;display:block;font-size:14px;font-weight:500;line-height:1.35}.groups-thread-meta{align-items:center;color:#64748b;display:flex;flex-wrap:wrap;font-size:12px;gap:6px;line-height:1.3;margin-top:1px}.groups-thread-item--period .groups-thread-name{color:#475569;font-weight:500}.groups-thread-item--derived .groups-thread-label{border-style:dashed}.groups-org-create-fab-wrap{display:flex;justify-content:center;margin-top:24px;padding:0 16px 10px}.groups-org-create-fab-btn{align-items:center;background:linear-gradient(135deg,#fff,#f1f5f9);border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 6px 16px #0f172a1a,0 2px 6px #0f172a0f;color:#374151;cursor:pointer;display:flex;font-family:inherit;height:40px;justify-content:center;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s ease,background .3s ease;width:40px}.groups-org-create-fab-btn__icon{stroke:#374151;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;height:18px;width:18px}.groups-org-create-fab-btn:hover{background:linear-gradient(135deg,#fff,#e2e8f0);border-color:#cbd5e1;box-shadow:0 10px 20px #0f172a24,0 4px 10px #0f172a14;transform:translateY(-2px) scale(1.04)}.groups-org-create-fab-btn:active{transform:translateY(0) scale(.96)}.groups-dms-members{background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;min-height:min(56vh,560px);overflow:hidden;padding:0}.groups-dms-members-toolbar{align-items:center;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:0;padding:14px 16px 12px}.groups-members-body{background:#f1f5f9;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;position:relative}.groups-members-empty-canvas{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;min-height:min(40vh,360px);padding:32px 16px}.groups-members-empty-canvas .groups-add-group-empty{margin:0}.groups-members-body-message{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:min(32vh,280px);padding:24px 16px;text-align:center}.groups-members-restricted{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.groups-members-others-hidden-notice{background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e;font-size:.875rem;line-height:1.4;margin:0;padding:10px 14px}.groups-dms-members .groups-dms-member-list{box-sizing:border-box;flex:1 1;min-height:0;overflow:auto;padding:12px 12px 56px}.groups-org-floating-add-btn--members{bottom:24px;flex:none;pointer-events:auto;position:fixed;right:24px;z-index:40}.groups-org-floating-add-btn--members:hover{transform:scale(1.06) translateY(-2px)}.groups-org-floating-add-btn--members:active{transform:scale(.95)}.groups-org-floating-add-btn--list{bottom:20px;flex:none;pointer-events:auto;position:absolute;right:20px;z-index:5}.groups-org-floating-add-btn--list:hover{transform:scale(1.06) translateY(-2px)}.groups-org-floating-add-btn--list:active{transform:scale(.95)}.groups-dms-members-toolbar-end{align-items:center;display:inline-flex;gap:10px;margin-left:auto}.groups-dms-members-count{color:#64748b;font-size:.75rem;font-weight:600;white-space:nowrap}.groups-dms-members-count--loading{font-weight:500}.groups-period-badge-wrap{position:relative}.groups-period-badge{align-items:center;background:#eef2ff;border:1px solid #e0e7ff;border-radius:999px;color:#3730a3;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.72rem;font-weight:600;gap:6px;line-height:1.2;padding:5px 10px;transition:background .15s ease,border-color .15s ease}.groups-period-badge--static{cursor:default}.groups-period-badge:not(:disabled):hover{background:#e0e7ff;border-color:#c7d2fe}.groups-period-badge:disabled{cursor:not-allowed;opacity:.65}.groups-period-badge-label{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-period-badge-caret{border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid #6366f1;height:0;opacity:.85;width:0}.groups-period-badge-menu{border-radius:10px;box-shadow:0 8px 24px #0f172a1a;min-width:100%;padding:4px;z-index:20}.groups-period-badge-option{background:#0000;border:none;border-radius:7px;color:#334155;display:block;font-family:inherit;font-size:.75rem;font-weight:500;padding:7px 10px;white-space:nowrap}.groups-period-badge-option:hover{background:#f8fafc}.groups-period-badge-option.is-active{background:#eef2ff;color:#3730a3;font-weight:600}.groups-dms-type-pill{background:#f1f5f9;border-radius:999px;color:#334155;font-size:11px;padding:2px 8px;text-transform:capitalize}.groups-dms-members-search{max-width:200px}.groups-dms-muted{color:#94a3b8;font-size:12px;font-style:italic;margin:0}.groups-dms-member-list{grid-gap:6px;align-content:start;display:grid;gap:6px}.groups-dms-member-row{align-items:center;border:1px solid #eef2f7;border-radius:8px;color:inherit;display:flex;justify-content:space-between;padding:10px 12px;text-decoration:none;transition:background .12s ease,border-color .12s ease}.groups-dms-member-row:hover{background:#f8fafc;border-color:#e2e8f0}.groups-dms-member-row--static{cursor:default}.groups-dms-member-row--static:hover{background:#0000;border-color:#eef2f7}.groups-dms-member-name{color:#0f172a;font-size:13px;font-weight:500;margin:0}.groups-dms-member-email{color:#64748b;font-size:12px;margin:3px 0 0}.groups-dms-modal-backdrop{align-items:center;background:#0f172a47;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:2000}.groups-dms-modal-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 20px 50px #0f172a2e;max-height:90vh;max-width:560px;overflow:auto;padding:18px;width:100%}.groups-dms-modal-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.groups-dms-modal-title{color:#0f172a;font-size:16px;font-weight:600;margin:0}.groups-dms-modal-close{background:#0000;border:none;color:#64748b;cursor:pointer;font-family:inherit;font-size:12px}.groups-dms-modal-sub{color:#64748b;font-size:12px;line-height:1.5;margin:0 0 12px}.groups-dms-mode-switch{border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;margin-bottom:10px;overflow:hidden}.groups-dms-mode-btn{background:#fff;border:none;border-right:1px solid #e5e7eb;color:#64748b;cursor:pointer;font-family:inherit;font-size:12px;padding:7px 10px}.groups-dms-mode-btn:last-child{border-right:none}.groups-dms-mode-btn.is-active{background:#f8fafc;color:#0f172a;font-weight:600}.groups-dms-modal-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:13px;margin-bottom:12px;padding:8px 12px}.groups-dms-modal-form{grid-gap:10px;display:grid;gap:10px}.groups-dms-field{display:flex;flex-direction:column;gap:6px}.groups-dms-field-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr}.groups-dms-field-label{color:#374151;font-size:12px;font-weight:500}.groups-dms-input{background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:13px;height:34px;outline:none;padding:0 10px}.groups-dms-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.groups-dms-user-pick-list{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;max-height:220px;overflow-y:auto}.groups-dms-user-pick-row{background:#0000;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer;display:block;font-family:inherit;padding:10px 12px;text-align:left;width:100%}.groups-dms-user-pick-row.is-selected{background:#eff6ff}.groups-dms-user-pick-name{color:#0f172a;display:block;font-size:13px;font-weight:600}.groups-dms-user-pick-email{color:#64748b;display:block;font-size:12px;margin-top:2px}.groups-dms-modal-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:4px}.groups-dms-btn-primary{background:#0f172a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;height:34px;padding:0 12px}.groups-dms-btn-primary:disabled{cursor:not-allowed;opacity:.6}.groups-dms-btn-secondary{color:#0f172a;font-size:13px;font-weight:500;height:34px;padding:0 12px}.groups-dms-btn-secondary,.groups-dms-icon-action{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;font-family:inherit}.groups-dms-icon-action{align-items:center;color:#64748b;display:inline-flex;font-size:1rem;height:30px;justify-content:center;line-height:1;padding:0;width:30px}.groups-dms-icon-action:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.groups-org-groups-panel--list,.groups-org-groups-panel--web{display:flex;flex:1 1;flex-direction:column;min-height:0}.groups-page:has(.groups-view--visible .groups-dms-members),.groups-page:has(.groups-view--visible .groups-org-groups-panel){box-sizing:border-box;display:flex;flex-direction:column;height:calc(100vh - 60px);max-height:calc(100vh - 60px);max-width:none;min-height:calc(100vh - 60px);overflow:hidden;padding:0}.groups-page:has(.groups-view--visible .groups-dms-members) .groups-shell,.groups-page:has(.groups-view--visible .groups-org-groups-panel) .groups-shell{display:flex;flex:1 1;flex-direction:column;min-height:0}.groups-page:has(.groups-view--visible .groups-dms-members) .groups-top,.groups-page:has(.groups-view--visible .groups-org-groups-panel) .groups-top{flex-shrink:0;margin-bottom:0;padding:16px 20px 12px}.groups-page:has(.groups-view--visible .groups-dms-members) .groups-view--visible,.groups-page:has(.groups-view--visible .groups-org-groups-panel) .groups-view--visible{display:flex;flex:1 1;flex-direction:column;min-height:0}.groups-page:has(.groups-view--visible .groups-org-groups-panel) .groups-org-groups-panel{border-left:none;border-radius:0;border-right:none}.groups-page:has(.groups-view--visible .groups-dms-members) .groups-dms-members{border-left:none;border-radius:0;border-right:none;flex:1 1;max-height:100%;min-height:0}.groups-page:has(.groups-view--visible .groups-dms-members) .groups-view--visible{overflow:hidden}.groups-org-list-body{flex:1 1;overflow:hidden}.groups-org-list-body,.groups-org-list-view{display:flex;flex-direction:column;min-height:0;position:relative}.groups-org-list-view{background:#f4f7fb;flex:1 1}.groups-org-list-scroll{background:#0000;flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;position:relative}.groups-org-list-body:has(.groups-org-floating-add-btn--list) .groups-org-list-scroll{box-sizing:border-box;padding-bottom:56px}.groups-org-groups-panel--list .groups-org-list-scroll .groups-thread-panel{background:#0000;border-top:none;box-sizing:border-box;padding:0}.groups-org-groups-panel--list .groups-org-list-scroll .groups-thread-sheet{margin:12px;overflow:visible}.groups-org-groups-panel--list .groups-org-list-scroll--empty{display:flex;flex-direction:column}.groups-org-groups-panel--list .groups-org-list-scroll--empty .groups-thread-panel--empty-center{background:#0000;border:none;display:flex;flex:1 1;flex-direction:column;min-height:0;padding:12px}.groups-org-groups-panel--list .groups-org-list-empty-canvas{flex:1 1;min-height:0;padding:32px 16px}.groups-org-list-empty-canvas{align-items:center;box-sizing:border-box;display:flex;flex:1 1;justify-content:center;min-height:min(48vh,420px);padding:32px 16px;width:100%}.groups-org-list-empty-canvas .groups-add-group-empty{margin:0}.groups-org-picker-body--empty .groups-dms-section{display:flex;flex-direction:column;min-height:min(48vh,420px)}.groups-org-picker-body--empty .groups-org-list-empty-canvas{flex:1 1;min-height:min(40vh,360px)}.groups-org-web-footer-nav{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:10px 14px;min-width:0}.groups-org-web-footer-nav .groups-dms-hint--footer{flex:1 1 200px;font-size:.72rem;line-height:1.35;margin:0;min-width:0}.groups-view-tabs{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;gap:2px;padding:2px}.groups-view-tab,.groups-view-tabs{align-items:center;display:inline-flex}.groups-view-tab{background:#0000;border:0;border-radius:6px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.78rem;font-weight:600;gap:6px;padding:4px 10px}.groups-view-tab.is-active{background:#fff;box-shadow:0 1px 1px #0f172a0f;color:#0f172a}.groups-view-tab-count{background:#e2e8f0;border-radius:999px;color:#475569;display:inline-block;font-size:.68rem;font-weight:700;line-height:1.5;min-width:16px;padding:0 5px;text-align:center}.groups-org-groups-loading{color:#94a3b8;font-size:.72rem;font-style:italic}.groups-org-web{background:#f4f7fb;display:flex;flex:1 1;flex-direction:column;min-height:0;position:relative}.groups-org-web-loading{align-items:center;color:#94a3b8;display:flex;font-size:.82rem;font-style:italic;height:100%;justify-content:center;min-height:200px;padding:32px 16px;text-align:center}.groups-org-web-viewport.is-loading{cursor:default}.groups-org-web-footer{align-items:center;background:#fffffff0;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px 12px;justify-content:space-between;padding:8px 12px}.groups-org-web-footer-slot{flex:1 1 240px;min-width:0}.groups-org-web-toolbar{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;justify-content:flex-end;min-height:24px}.groups-org-web-tool-cluster{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:7px;display:inline-flex;overflow:hidden}.groups-org-web-tool-btn{background:#0000;border:none;border-right:1px solid #e5e7eb;color:#64748b;cursor:pointer;font-family:inherit;font-size:14px;height:24px;line-height:1;width:26px}.groups-org-web-tool-btn--end{border-right:none}.groups-org-web-tool-fit{background:#fff;border:1px solid #e5e7eb;border-radius:7px;color:#64748b;cursor:pointer;font-family:inherit;font-size:10px;font-weight:600;height:24px;letter-spacing:.06em;padding:0 8px;text-transform:uppercase}.groups-org-web-tool-fit:hover{border-color:#cbd5e1;color:#475569}.groups-org-web-tool-show-all.is-active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.groups-org-web-hint{color:#94a3b8;font-size:10px;letter-spacing:.02em;white-space:nowrap}.groups-org-web-viewport{background:#f1f5f9;cursor:grab;flex:1 1;min-height:0;overflow:hidden;position:relative;touch-action:none;-webkit-user-select:none;user-select:none}.groups-org-web-viewport.is-panning{cursor:grabbing}.groups-org-web-canvas{transform-origin:0 0}.groups-org-web-canvas.is-camera-animating{transition:transform .32s cubic-bezier(.22,1,.36,1)}.groups-org-tree-branch.is-camera-focus-branch>.groups-org-tree-card-slot .groups-org-tree-card,.groups-org-tree-card.is-camera-focus{box-shadow:0 0 0 2px #2563eb59,0 4px 14px #0f172a14}.groups-org-web-svg{display:block}.groups-org-web-empty{bottom:10px;color:#94a3b8;font-size:.78rem;left:0;margin:0;pointer-events:none;position:absolute;right:0;text-align:center}.groups-org-web-empty-inline{color:#94a3b8;font-size:.78rem;margin:12px 0 0;text-align:center}.groups-org-tree-root{min-width:-webkit-max-content;min-width:max-content;padding:28px 40px 48px}.groups-org-tree-main,.groups-org-tree-root{align-items:center;display:flex;flex-direction:column}.groups-org-tree-card-wrap{display:flex;justify-content:center;position:relative}.groups-org-owner-crown-btn{align-items:center;background:#0000;border:none;border-radius:2px;color:#cbd5e1;cursor:pointer;display:inline-flex;height:14px;justify-content:center;opacity:.85;padding:0;width:14px}.groups-org-owner-crown-btn--map{left:50%;pointer-events:auto;position:absolute;top:0;transform:translate(-50%,calc(-100% - 4px));z-index:5}.groups-org-owner-crown-btn:hover{color:#94a3b8;opacity:1}.groups-org-owner-crown-emoji{display:block;filter:grayscale(1);font-size:11px;line-height:1;opacity:.42}.groups-org-owner-crown-btn:hover .groups-org-owner-crown-emoji{opacity:.65}.groups-thread-item--owner-crown{margin-bottom:2px}.groups-thread-item--owner-crown .groups-thread-label{align-items:center;display:inline-flex;gap:6px}.groups-thread-item--owner-crown .groups-thread-meta,.groups-thread-item--owner-crown .groups-thread-name{display:inline}.groups-thread-owner-crown{filter:grayscale(1);flex-shrink:0;font-size:11px;line-height:1;opacity:.42}.groups-thread-item--owner-crown:hover .groups-thread-owner-crown{opacity:.65}.groups-thread-item--owner-crown .groups-thread-name{font-weight:500}.groups-org-tree-org-slot{align-items:center;display:inline-flex;justify-content:center;overflow:visible;position:relative}.groups-org-floating-add-btn--web-edge{left:100%;margin-left:6px;position:absolute;top:50%;transform:translateY(-50%);z-index:4}.groups-org-tree-add-group-btn{align-items:center;background:linear-gradient(135deg,#fff,#f1f5f9);border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 6px 16px #0f172a1a,0 2px 6px #0f172a0f;color:#374151;cursor:pointer;display:flex;font-family:inherit;height:32px;justify-content:center;padding:0;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s ease,background .3s ease;width:32px;z-index:3}.groups-org-tree-add-group-btn__icon{stroke:#374151;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;height:16px;width:16px}.groups-org-tree-add-group-btn:hover{background:linear-gradient(135deg,#fff,#e2e8f0);border-color:#cbd5e1;box-shadow:0 10px 20px #0f172a24,0 4px 10px #0f172a14}.groups-org-floating-add-btn--web-edge:hover{transform:translateY(calc(-50% - 2px)) scale(1.06)}.groups-org-floating-add-btn--web-edge:active{transform:translateY(-50%) scale(.95)}.groups-org-tree-add-group-btn:focus-visible{outline:2px solid #94a3b8;outline-offset:3px}.groups-add-group-empty{align-items:center;background:linear-gradient(180deg,#f8fafc,#fff);border:2px dashed #cbd5e1;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;font-family:inherit;gap:8px;justify-content:center;margin:16px auto 0;min-height:118px;min-width:168px;padding:24px 16px 14px;text-align:center}.groups-add-group-empty--interactive{cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.groups-add-group-empty--interactive:hover{background:linear-gradient(180deg,#f1f5f9,#fff);border-color:#94a3b8;box-shadow:0 2px 10px #0f172a0f}.groups-add-group-empty--interactive:hover .groups-add-group-empty__icon{background:#e2e8f0;color:#334155}.groups-add-group-empty--interactive:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.groups-add-group-empty__icon{align-items:center;background:#f1f5f9;border-radius:10px;color:#64748b;display:flex;flex-shrink:0;height:40px;justify-content:center;position:relative;transition:background .15s ease,color .15s ease;width:40px}.groups-add-group-empty__users{display:block}.groups-add-group-empty__icon-plus{bottom:0;color:#64748b;font-size:28px;font-weight:700;line-height:1;pointer-events:none;position:absolute;right:0;transform:translate(42%,42%)}.groups-add-group-empty--interactive:hover .groups-add-group-empty__icon-plus{color:#334155}.groups-add-group-empty__label{color:#475569;font-size:.875rem;font-weight:600;line-height:1.3}.groups-add-group-empty--interactive:hover .groups-add-group-empty__label{color:#334155}.groups-org-tree-branch{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;min-width:0;width:100%}.groups-org-tree-card-slot{position:relative;width:100%}.groups-org-tree-card,.groups-org-tree-card-slot{box-sizing:border-box;display:flex;justify-content:center}.groups-org-tree-card{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;flex-direction:column;font-family:inherit;gap:2px;min-height:48px;padding:8px 10px;text-align:center;width:168px}.groups-org-tree-card--root{color:#fff;cursor:default;min-height:64px;width:220px}.groups-org-tree-card--org-root{cursor:pointer}.groups-org-tree-card.is-hover:not(.groups-org-tree-card--root){background:#f1f5f9}.groups-org-tree-card-name{color:#0f172a;font-size:12px;font-weight:600;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-org-tree-card--org-root .groups-org-tree-card-name{color:#fff;font-size:13px}.groups-org-tree-card--root:not(.groups-org-tree-card--org-root) .groups-org-tree-card-name{color:#0f172a;font-size:13px}.groups-org-tree-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:2px}.groups-org-tree-card-meta--period-text{color:#94a3b8;font-size:.62rem;font-weight:500;letter-spacing:.01em}.groups-org-tree-connector-block{align-items:center;display:flex;flex-direction:column;min-width:0;width:100%}.groups-org-tree-connector-block--root{margin-top:0}.groups-org-tree-stem-down{align-self:center;background:#cbd5e1;flex-shrink:0;height:14px;width:2px}.groups-org-tree-child-row{align-items:flex-start;align-self:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:24px;justify-content:flex-start;position:relative;width:-webkit-max-content;width:max-content}.groups-org-tree-h-line{background:#cbd5e1;box-sizing:border-box;height:2px;pointer-events:none;position:absolute;top:0;z-index:0}.groups-org-tree-child-cell{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;flex-shrink:0;position:relative;z-index:1}.groups-org-tree-card--nested{min-height:44px}.groups-org-tree-card--anchor{background:#eff6ff;border-color:#93c5fd}.groups-org-tree-card--anchor.is-hover{background:#dbeafe;border-color:#60a5fa}.groups-org-tree-card--extending{background:#f0fdfa;border-color:#99f6e4}.groups-org-tree-card--extending.is-hover{background:#ccfbf1;border-color:#5eead4}.groups-org-tree-card--period{background:#faf5ff;border-color:#d8b4fe;border-style:dashed}.groups-org-tree-card--period.is-hover{background:#f3e8ff;border-color:#c084fc}.groups-org-tree-card--permanent-merged{border-style:solid}.groups-org-tree-permanent-label{align-items:center;background:#f3e8ff;border:1px solid #e9d5ff;border-radius:4px;color:#6b21a8;display:inline-flex;font-size:.58rem;font-weight:700;letter-spacing:.02em;line-height:1.2;padding:1px 6px;text-transform:uppercase}.groups-org-tree-card--derived{background:#ecfdf5;border-color:#6ee7b7;border-style:dashed}.groups-org-tree-card--derived.is-hover{background:#d1fae5;border-color:#34d399}.groups-org-tree-card--ghost{background:#0000;border-color:#cbd5e1;border-style:dashed;min-height:44px}.groups-org-tree-card--ghost-mini{background:#0000;border-color:#0000;border-style:solid;box-shadow:none;gap:1px;min-height:40px;padding:6px 4px;width:64px}.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-period{background:#faf5ff;border-color:#c084fc;border-style:dashed}.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-team{background:#f0fdf4;border-color:#34d399;border-style:dashed}.groups-org-tree-ghost-name{color:#64748b;font-weight:600}.groups-org-tree-card--ghost-mini .groups-org-tree-ghost-name{display:flex;justify-content:center}.groups-org-tree-ghost-mini-label{color:#cbd5e1;font-size:.55rem;font-weight:600;letter-spacing:.01em;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-period .groups-org-tree-ghost-mini-label,.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-period .groups-org-tree-ghost-name{color:#7c3aed}.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-team .groups-org-tree-ghost-mini-label,.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-team .groups-org-tree-ghost-name{color:#047857}.groups-org-tree-ghost-plus{align-items:center;background:#e2e8f0;border-radius:50%;color:#475569;display:inline-flex;font-size:11px;height:14px;justify-content:center;line-height:1;vertical-align:-2px;width:14px}.groups-org-tree-card--ghost-mini .groups-org-tree-ghost-plus{background:#f1f5f9;color:#94a3b8;font-size:12px;height:16px;vertical-align:0;width:16px}.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-period .groups-org-tree-ghost-plus{background:#8b5cf6;color:#fff}.groups-org-tree-card--ghost.is-hover.groups-org-tree-card--ghost-team .groups-org-tree-ghost-plus{background:#059669;color:#fff}.groups-org-tree-stem-to-card--ghost{background:#0000;border-left:2px dashed #cbd5e1;width:0}.groups-org-tree-child-cell--ghost-mini .groups-org-tree-stem-to-card--ghost{border-left-color:#0000}.groups-org-tree-child-cell--ghost-mini:has(.groups-org-tree-card--ghost-mini.is-hover) .groups-org-tree-stem-to-card--ghost{border-left-color:#cbd5e1}.groups-org-tree-child-cell:has(.groups-org-tree-card--ghost-period.is-hover) .groups-org-tree-stem-to-card--ghost{border-left-color:#d8b4fe}.groups-org-tree-child-cell:has(.groups-org-tree-card--ghost-team.is-hover) .groups-org-tree-stem-to-card--ghost{border-left-color:#6ee7b7}.groups-org-web-legend{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #e2e8f0f2;border-radius:10px;bottom:10px;box-shadow:0 4px 14px #0f172a0f;padding:4px;pointer-events:auto;position:absolute;right:10px;z-index:6}.groups-org-web-legend.is-expanded{padding:6px 8px 8px}.groups-org-web-legend-toggle{align-items:center;background:#0000;border:0;border-radius:7px;color:#475569;cursor:pointer;display:flex;font:inherit;font-size:10px;font-weight:650;gap:8px;justify-content:space-between;letter-spacing:.02em;margin:0;padding:4px 8px;text-align:left;width:100%}.groups-org-web-legend-toggle:hover{background:#f1f5f9e6;color:#0f172a}.groups-org-web-legend-toggle-caret{color:#94a3b8;font-size:9px;line-height:1}.groups-org-web-legend-list{border-top:1px solid #eef2f7;color:#64748b;display:flex;flex-direction:column;font-size:10px;font-weight:500;gap:5px;letter-spacing:.01em;line-height:1.2;list-style:none;margin:4px 0 0;padding:4px 2px 0}.groups-org-web-legend-list li{align-items:center;display:flex;gap:7px;white-space:nowrap}.groups-org-web-legend-swatch{border:1px solid #0000;border-radius:3px;box-sizing:border-box;flex-shrink:0;height:10px;width:16px}.groups-org-web-legend-swatch--org{background:#2563eb;border-color:#2563eb}.groups-org-web-legend-swatch--anchor{background:#eff6ff;border-color:#93c5fd}.groups-org-web-legend-swatch--extending{background:#f0fdfa;border-color:#99f6e4}.groups-org-web-legend-swatch--period{background:#faf5ff;border-color:#d8b4fe;border-style:dashed}.groups-org-web-legend-swatch--permanent{background:#f3e8ff;border-color:#e9d5ff}.groups-org-web-legend-swatch--derived{background:#ecfdf5;border-color:#6ee7b7;border-style:dashed}.groups-derived-guardians{padding:0}.groups-derived-guardians .groups-dms-members-toolbar,.groups-derived-guardians-gp-row,.groups-derived-guardians-header{flex-shrink:0}.groups-derived-guardians-header{align-items:flex-start;background:#fff;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:14px 16px 10px}.groups-derived-guardians-title{color:#0f172a;font-size:1.05rem;font-weight:600;margin:0 0 4px}.groups-derived-guardians-sub{color:#64748b;font-size:.82rem;line-height:1.45;margin:0;max-width:36rem}.groups-derived-guardians-stats{color:#475569;display:flex;flex-wrap:wrap;font-size:.82rem;gap:10px 14px}.groups-derived-guardians-stat strong{color:#0f172a;font-weight:600}.groups-derived-guardians-gp-row{align-items:flex-start;background:#fafafa;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:10px;padding:10px 16px}.groups-derived-guardians-gp-label{color:#94a3b8;flex-shrink:0;font-size:.75rem;font-weight:600;letter-spacing:.04em;padding-top:6px;text-transform:uppercase}.groups-derived-guardians-gp-chips{display:flex;flex:1 1;flex-wrap:wrap;gap:6px}.groups-derived-guardians-gp-chip{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:.78rem;gap:6px;padding:4px 10px}.groups-derived-guardians-gp-chip.is-active{background:#ecfdf5;border-color:#059669;color:#047857}.groups-derived-guardians-gp-chip-count{align-items:center;background:#f1f5f9;border-radius:999px;color:#475569;display:inline-flex;font-size:.7rem;font-weight:600;justify-content:center;min-width:1.25rem;padding:0 5px}.groups-derived-guardians-gp-chip.is-active .groups-derived-guardians-gp-chip-count{background:#a7f3d0;color:#065f46}.groups-derived-guardian-gps{color:#64748b;font-size:.78rem;line-height:1.35;margin:2px 0 0}.groups-derived-guardian-students{color:#94a3b8}.groups-org-tree-stem-to-card{background:#cbd5e1;flex-shrink:0;height:14px;width:2px}.groups-create-period-label-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.groups-create-period-panel{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin-bottom:12px;padding:12px}.groups-create-period-kind-row{margin-bottom:12px}.groups-create-period-kind-row .profile-sheet-toggle{margin-bottom:6px;margin-top:6px}.groups-create-period-combo-intro{color:#475569;font-size:.8125rem;line-height:1.45;margin:0 0 12px}.groups-team-add-mode-block{margin:0 0 14px}.groups-team-add-mode{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:0}@media (max-width:520px){.groups-team-add-mode{grid-template-columns:1fr}}.groups-team-add-mode-card{align-items:flex-start;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;margin:0;padding:12px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.groups-team-add-mode-card:hover:not(:disabled):not(.is-disabled){background:#f8fafc;border-color:#94a3b8}.groups-team-add-mode-card.is-selected{background:#eff6ff;border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb1f}.groups-team-add-mode-card.is-disabled,.groups-team-add-mode-card:disabled{cursor:not-allowed;opacity:.55}.groups-team-add-mode-card-title{color:#0f172a;font-size:.8125rem;font-weight:700}.groups-team-add-mode-card-note,.groups-team-add-mode-hint{color:#64748b;font-size:.6875rem;line-height:1.4}.groups-team-add-mode-hint{margin:8px 0 0}.groups-team-add-mode-period-picker{margin-top:4px;max-width:100%;position:relative;width:100%}.groups-team-add-mode-period-badge{align-items:center;background:#fff;border:1px solid #bfdbfe;border-radius:10px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:8px;justify-content:space-between;margin:0;padding:6px 10px;text-align:left;width:100%}.groups-team-add-mode-period-badge:hover:not(:disabled){background:#f8fbff;border-color:#60a5fa}.groups-team-add-mode-period-badge.has-value,.groups-team-add-mode-period-badge.is-open{border-color:#93c5fd}.groups-team-add-mode-period-badge.is-permanent{background:#faf5ff;border-color:#ddd6fe}.groups-team-add-mode-period-badge:disabled{cursor:not-allowed;opacity:.6}.groups-team-add-mode-period-badge-main{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:1px;min-width:0}.groups-team-add-mode-period-badge-title{color:#1e3a8a;font-size:.6875rem;font-weight:650;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-team-add-mode-period-badge.is-permanent .groups-team-add-mode-period-badge-title{color:#5b21b6}.groups-team-add-mode-period-badge-meta{color:#64748b;font-size:.625rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.groups-team-add-mode-period-badge-caret{color:#64748b;flex-shrink:0;font-size:.625rem}.groups-team-add-mode-period-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;list-style:none;margin:0;max-height:220px;overflow:auto;padding:4px 0}.groups-team-add-mode-period-option{align-items:flex-start;background:#0000;border:0;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:1px;margin:0;padding:8px 12px;text-align:left;width:100%}.groups-team-add-mode-period-option:hover{background:#f1f5f9}.groups-team-add-mode-period-option.is-selected{background:#eff6ff}.groups-team-add-mode-period-option.is-permanent.is-selected{background:#faf5ff}.groups-team-add-mode-period-option-title{color:#0f172a;font-size:.75rem;font-weight:600}.groups-team-add-mode-period-option-meta{color:#64748b;font-size:.625rem}.groups-period-variation{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:0 0 12px}@media (max-width:520px){.groups-period-variation{grid-template-columns:1fr}}.groups-period-variation-card{align-items:flex-start;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;margin:0;padding:12px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.groups-period-variation-card:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.groups-period-variation-card.is-selected{background:#eff6ff;border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb1f}.groups-period-variation-card:disabled{cursor:not-allowed;opacity:.55}.groups-period-variation-card-title{color:#0f172a;font-size:.8125rem;font-weight:700}.groups-period-variation-card-note{color:#64748b;font-size:.6875rem;line-height:1.4}.groups-period-lasting-panel,.groups-period-varying-panel{margin-top:4px}.groups-period-lasting-summary{align-items:flex-start;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:2px;margin:0 0 10px;padding:10px 12px}.groups-period-lasting-summary.is-default{background:#faf5ff;border-color:#ddd6fe}.groups-period-lasting-summary strong{color:#0f172a;font-size:.8125rem}.groups-period-lasting-summary.is-default strong{color:#5b21b6}.groups-period-lasting-summary span{color:#6b7280;font-size:.6875rem}.groups-period-lasting-summary .profile-section-add-btn{margin-top:6px}.groups-period-lasting-combo{border-top:1px dashed #e2e8f0;margin-top:8px;padding-top:8px}.groups-create-count-slider{align-self:flex-end;background:#e2e8f0;border-radius:999px;display:inline-flex;gap:0;margin:0;padding:2px}.groups-create-count-slider-btn{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-radius:999px;color:#64748b;cursor:pointer;font-size:.6875rem;font-weight:600;letter-spacing:.02em;line-height:1.3;margin:0;padding:4px 12px}.groups-create-count-slider-btn.is-active{background:#fff;box-shadow:0 1px 2px #0f172a14;color:#0f172a}.groups-create-count-slider-btn:disabled{cursor:not-allowed;opacity:.55}.groups-create-form{display:flex;flex-direction:column}.groups-kind-tabs-wrap{margin:0 0 12px}.groups-kind-tabs-bar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.groups-kind-tabs{display:flex;flex-wrap:wrap;gap:4px;margin:0;padding:0 0 0 2px}.groups-kind-tabs-trailing{align-items:center;display:flex;margin-left:auto;padding-bottom:2px}.groups-create-toolbar{display:flex;justify-content:flex-end;margin:0 0 12px}.groups-kind-tab{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px 8px 0 0;color:#6b7280;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:5px;margin-bottom:-1px;padding:6px 12px 7px}.groups-kind-tab:disabled{cursor:not-allowed;opacity:.55}.groups-kind-tab-icon{display:block;flex-shrink:0}.groups-kind-tab--extending:hover{background:#f3f4f6;color:#374151}.groups-kind-tab--extending.is-active{background:#fff;border-color:#e5e7eb #e5e7eb #fff;color:#111827;z-index:1}.groups-kind-tab--anchor{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.groups-kind-tab--anchor:hover{background:#dbeafe;color:#1e40af}.groups-kind-tab--anchor.is-active{background:#f8fbff;border-color:#bfdbfe #bfdbfe #f8fbff;color:#1e3a8a;z-index:1}.groups-kind-panel{background:#fff;border:1px solid #e5e7eb;border-radius:0 10px 10px 10px;padding:10px 12px 12px}.groups-kind-panel--anchor{background:#f8fbff;border-color:#bfdbfe}.groups-kind-hint{color:#4b5563;font-size:.6875rem;line-height:1.45;margin:0 0 12px}.groups-kind-panel--anchor .groups-kind-hint{color:#1e40af}.groups-kind-panel-body{display:flex;flex-direction:column}.groups-kind-panel-body>.groups-perm-template{margin-top:0}.groups-perm-template{margin:0 0 14px;position:relative}.groups-perm-template-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.groups-perm-template-label{align-items:center;color:#475569;display:inline-flex;font-size:.75rem;font-weight:600;gap:6px}.groups-info-bubble{align-items:center;background:#f8fafc;border:1px solid #94a3b8;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.625rem;font-style:italic;font-weight:700;height:16px;justify-content:center;line-height:1;padding:0;width:16px}.groups-info-bubble:hover:not(:disabled){background:#fff;border-color:#64748b;color:#0f172a}.groups-info-bubble:disabled{cursor:not-allowed;opacity:.5}.groups-perm-template-badge{align-items:center;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:.6875rem;font-weight:600;gap:4px;line-height:1.3;padding:3px 10px}.groups-perm-template-badge.has-value{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.groups-perm-template-badge.is-open{box-shadow:0 0 0 2px #2563eb26}.groups-perm-template-badge:disabled{cursor:not-allowed;opacity:.55}.groups-perm-template-caret{font-size:.6rem;opacity:.7}.groups-perm-template-menu{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;list-style:none;margin:0;min-width:140px;padding:4px;position:absolute;right:0;top:calc(100% + 4px);z-index:8}.groups-perm-template-option{background:#0000;border:none;border-radius:7px;color:#334155;cursor:pointer;display:block;font-size:.75rem;padding:7px 10px;text-align:left;width:100%}.groups-perm-template-option:hover{background:#f1f5f9}.groups-perm-template-option.is-selected{background:#eff6ff;color:#1d4ed8}.groups-perm-template-option strong{font-weight:600}.groups-perm-template-info-panel{width:min(100%,420px)}.groups-perm-template-info-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.groups-perm-template-info-list li strong{color:#0f172a;display:block;font-size:.8125rem;margin-bottom:2px}.groups-perm-template-info-list li p{color:#64748b;font-size:.75rem;line-height:1.45;margin:0}.groups-period-badge-picker{position:relative}.groups-period-badge-picker-sr{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.groups-period-badge-trigger{align-items:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;color:#334155;cursor:pointer;display:flex;gap:10px;justify-content:space-between;margin:0;padding:10px 12px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.groups-period-badge-trigger:hover:not(:disabled){background:#fff;border-color:#94a3b8}.groups-period-badge-trigger.has-value{background:#fff;border-color:#bfdbfe;box-shadow:0 1px 2px #0f172a0a}.groups-period-badge-trigger.has-value.is-permanent{background:#faf5ff;border-color:#c4b5fd}.groups-period-badge-trigger.is-open{border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb1f}.groups-period-badge-trigger:disabled{cursor:not-allowed;opacity:.55}.groups-period-badge-trigger-main{display:flex;flex-direction:column;gap:2px;min-width:0}.groups-period-badge-trigger-title{color:#0f172a;font-size:.8125rem;font-weight:650;line-height:1.3}.groups-period-badge-trigger:not(.has-value) .groups-period-badge-trigger-title{color:#64748b;font-weight:500}.groups-period-badge-trigger-meta{color:#64748b;font-size:.6875rem;line-height:1.3}.groups-period-badge-caret{color:#94a3b8;flex-shrink:0;font-size:.65rem}.groups-period-badge-menu{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 28px #0f172a1f;left:0;list-style:none;margin:0;max-height:220px;overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 6px);z-index:12}.groups-period-badge-option{align-items:flex-start;background:#f8fafc;border:1px solid #0000;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:2px;margin:0 0 4px;padding:9px 10px;text-align:left;width:100%}.groups-period-badge-option:last-child{margin-bottom:0}.groups-period-badge-option:hover{background:#f1f5f9;border-color:#e2e8f0}.groups-period-badge-option.is-selected{background:#eff6ff;border-color:#bfdbfe}.groups-period-badge-option.is-permanent.is-selected{background:#faf5ff;border-color:#ddd6fe}.groups-period-badge-option-title{color:#0f172a;font-size:.8125rem;font-weight:650}.groups-period-badge-option-meta{color:#64748b;font-size:.6875rem}.groups-nested-period-choices{display:flex;flex-direction:column;gap:8px}.groups-nested-period-mode{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr}@media (max-width:520px){.groups-nested-period-mode{grid-template-columns:1fr}}.groups-nested-period-card{align-items:flex-start;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:4px;margin:0;padding:12px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;width:100%}.groups-nested-period-card:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.groups-nested-period-card.is-selected{background:#eff6ff;border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb1f}.groups-nested-period-card.is-disabled,.groups-nested-period-card:disabled{cursor:not-allowed;opacity:.55}.groups-nested-period-card--own.is-selected{background:#fffbeb;border-color:#fbbf24;box-shadow:0 0 0 2px #d977061f}.groups-nested-period-card-title{color:#0f172a;font-size:.8125rem;font-weight:700}.groups-nested-period-card-note{color:#64748b;font-size:.6875rem;line-height:1.4;margin:0}.groups-nested-period-card-period-inline{color:#334155;font-weight:650}.groups-nested-period-own-panel{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin-top:4px;padding:12px 14px}.groups-nested-period-own-panel .groups-create-period-combo-intro{margin-top:0}.groups-nested-period-own-panel .groups-period-variation{margin-bottom:0}.forms-rich-editor{background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:0;overflow:hidden;position:relative}.forms-rich-editor-toolbar{background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:4px;padding:6px 8px}.forms-rich-editor-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:650;height:28px;min-width:28px;padding:0 8px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.forms-rich-editor-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.forms-rich-editor-btn:focus-visible{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640;outline:none}.forms-rich-editor-btn--active{background:#dbeafe;border-color:#3b82f6;box-shadow:inset 0 0 0 1px #3b82f633,0 0 0 2px #3b82f61f;color:#1d4ed8}.forms-rich-editor-btn--active:hover{background:#bfdbfe;border-color:#2563eb;color:#1e40af}.forms-rich-editor-btn--bold{font-weight:800}.forms-rich-editor-btn--italic{font-style:italic}.forms-rich-editor-btn--underline{text-decoration:underline;text-underline-offset:2px}.forms-rich-editor-surface{color:#1e293b;font-size:.85rem;line-height:1.5;min-height:72px;outline:none;padding:10px 12px}.forms-rich-editor-surface ol,.forms-rich-editor-surface ul{margin:.35em 0 .5em;padding-left:0}.forms-rich-editor-surface ul{list-style:none;margin-left:.15em}.forms-rich-editor-surface ul>li{display:list-item;margin:0 0 .3em;padding-left:1.35em;position:relative}.forms-rich-editor-surface ul>li:before{background:#334155;border-radius:50%;content:"";height:6px;left:.2em;position:absolute;top:.55em;width:6px}.forms-rich-editor-surface ol{list-style:decimal;list-style-position:outside;margin-left:.15em;padding-left:1.25em}.forms-rich-editor-surface ol>li{display:list-item;margin:0 0 .3em;padding-left:.15em}.forms-rich-editor-surface ol>li::marker{color:#334155;font-weight:650}.forms-rich-editor-surface--focused{box-shadow:inset 0 0 0 2px #3b82f626}.forms-rich-editor-surface:empty{min-height:72px}.forms-rich-editor-placeholder{bottom:12px;color:#94a3b8;font-size:.85rem;left:12px;pointer-events:none;position:absolute}.forms-rich-content{color:inherit;font-size:inherit;line-height:1.45}.forms-rich-content p{margin:0 0 .35em}.forms-rich-content p:last-child{margin-bottom:0}.forms-rich-content ol,.forms-rich-content ul{margin:.35em 0 .5em;padding-left:0}.forms-rich-content ul{list-style:none;margin-left:.15em}.forms-rich-content ul>li{display:list-item;margin:0 0 .3em;padding-left:1.35em;position:relative}.forms-rich-content ul>li:before{background:#334155;border-radius:50%;content:"";height:6px;left:.2em;position:absolute;top:.55em;width:6px}.forms-rich-content ol{list-style:decimal;list-style-position:outside;margin-left:.15em;padding-left:1.25em}.forms-rich-content ol>li{display:list-item;margin:0 0 .3em;padding-left:.15em}.forms-rich-content ol>li::marker{color:#334155;font-weight:650}.forms-rich-content a{color:#1c85fc;color:var(--color-brand,#1c85fc);text-decoration:underline}.forms-field-label-wrap{align-items:flex-start;display:flex;gap:2px;margin-bottom:4px}.forms-field-label-rich{color:#374151;flex:1 1;font-size:.95rem;font-weight:600;line-height:1.45}.forms-field-required{color:#ef4444;flex-shrink:0;font-weight:600}.forms-field-label-rich--inline{color:#64748b;font-size:.9rem;font-weight:400}.forms-q-field--full{grid-column:1/-1}.crud-btn{align-items:center;-webkit-appearance:none;appearance:none;border-radius:10px;display:inline-flex;font-size:.95rem;font-weight:700;justify-content:center;line-height:1;padding:10px 16px;transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform 40ms ease;-webkit-user-select:none;user-select:none}.crud-btn:disabled{cursor:not-allowed;opacity:.6}.crud-btn--primary{background:var(--color-brand-muted);border:2px solid var(--color-brand-soft);color:var(--color-brand-hover);padding:12px 20px}.crud-btn--primary:hover:not(:disabled){background:var(--color-brand-soft);border-color:var(--color-brand);box-shadow:0 6px 14px var(--color-brand-soft)}.crud-btn--primary:active:not(:disabled){background:var(--color-brand-soft);border-color:var(--color-brand);transform:translateY(1px)}.crud-btn--primary-soft{background:var(--color-brand-muted);border:1px solid var(--color-brand-soft);color:var(--color-brand-hover)}.crud-btn--primary-soft:hover:not(:disabled){background:var(--color-brand-soft);border-color:var(--color-brand)}.crud-btn--primary-soft:active:not(:disabled){background:var(--color-brand-soft);transform:translateY(1px)}.crud-btn--neutral{background:#0000;border:2px solid #cbd5e1;color:#475569}.crud-btn--neutral:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.crud-btn--neutral:active:not(:disabled){transform:translateY(1px)}.crud-btn--danger{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.crud-btn--danger:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.crud-btn:focus-visible{outline:3px solid var(--color-brand-soft);outline-offset:2px}.crud-btn--danger:active:not(:disabled){background:#fecaca;transform:translateY(1px)}.crud-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #c7d2fe;border-radius:15px;box-shadow:0 2px 10px #0000000d}.profile-sheet-panel--payment .profile-sheet-title{font-size:.95rem}.profile-sheet-panel--payment .profile-sheet-subtext{font-size:.68rem;line-height:1.4}.profile-sheet-panel--payment .profile-sheet-form-body{padding:0 12px 8px}.profile-sheet-panel--payment .profile-sheet-label{font-size:.6rem;margin-bottom:3px}.profile-sheet-panel--payment .profile-sheet-input,.profile-sheet-panel--payment .profile-sheet-select{border-radius:6px;font-size:.75rem;padding:5px 8px}.profile-sheet-panel--payment .profile-sheet-btn{border-radius:6px;font-size:.75rem;padding:6px 12px}.profile-sheet-panel--payment .profile-sheet-field-row{gap:8px;margin-bottom:6px}.pay-editor-section{border-top:1px solid #f1f5f9;margin-top:10px;padding-top:10px}.pay-editor-section:first-of-type{border-top:none;margin-top:0;padding-top:0}.pay-editor-section-title{color:#94a3b8;font-size:.6rem;font-weight:600;letter-spacing:.05em;margin:0;text-transform:uppercase}.pay-invoice-card{align-items:center;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:10px;padding:8px 10px}.pay-invoice-icon{align-items:center;background:#eef2ff;border-radius:7px;color:#4f46e5;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.pay-invoice-icon svg{height:18px;width:18px}.pay-invoice-body{flex:1 1;min-width:0}.pay-invoice-aside{flex-shrink:0;gap:4px}.pay-invoice-aside,.pay-invoice-charge{align-items:flex-end;display:flex;flex-direction:column}.pay-invoice-charge{gap:0;line-height:1.2}.pay-invoice-charge-label{color:#94a3b8;font-size:.55rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pay-invoice-charge-value{color:#0f172a;font-size:.82rem;font-weight:700}.pay-invoice-name{color:#0f172a;font-size:.8rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pay-invoice-charge-code{color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;font-weight:600;letter-spacing:.03em;margin-top:1px}.pay-invoice-received{color:#64748b;font-size:.68rem;font-weight:500;margin-top:2px}.pay-invoice-received--none{color:#94a3b8;font-style:italic}.pay-invoice-tracking{color:#94a3b8;font-size:.68rem;margin-top:2px}.pay-editor-status-pill{align-items:center;border:1px solid;border-radius:999px;display:inline-flex;flex-shrink:0;font-size:.65rem;font-weight:700;padding:2px 8px}.pay-editor-derived-note{color:#94a3b8;font-size:.62rem;line-height:1.35;margin:4px 0 0}.pay-editor-section-bar{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.pay-editor-section-bar-main{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px;min-width:0}.pay-editor-waived-box{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#475569;display:flex;font-size:.72rem;gap:8px;justify-content:space-between;padding:7px 10px}.pay-editor-waive-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.65rem;font-weight:600;gap:4px;padding:3px 8px;white-space:nowrap}.pay-editor-waive-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pay-editor-waive-btn:disabled{cursor:not-allowed;opacity:.55}.pay-editor-waive-btn__glyph{font-size:.78rem;line-height:1}.pay-editor-waive-btn--restore{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.pay-editor-txn-sum{color:#64748b;font-size:.68rem;padding:4px 2px}.pay-editor-txn-sum strong{color:#0f172a;font-weight:700}.pay-editor-txn-sum--inline{padding:0}.pay-editor-txn-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.pay-editor-txn-list--muted{opacity:.75}.pay-editor-txn-list-add{list-style:none}.pay-editor-add-txn-row{align-items:center;background:linear-gradient(180deg,#f8fafc,#fff);border:2px dashed #cbd5e1;border-radius:8px;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;min-height:44px;padding:8px 12px;transition:border-color .15s ease,background .15s ease;width:100%}.pay-editor-add-txn-row:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.pay-editor-add-txn-row:disabled{cursor:not-allowed;opacity:.45}.pay-editor-add-txn-row__icon{align-items:center;background:#f1f5f9;border-radius:7px;color:#64748b;display:flex;flex-shrink:0;height:28px;justify-content:center;position:relative;width:28px}.pay-editor-add-txn-row__glyph{font-size:16px;font-weight:700;line-height:1}.pay-editor-add-txn-row__plus{bottom:-5px;color:#64748b;font-size:12px;font-weight:800;line-height:1;position:absolute;right:-4px}.pay-editor-add-txn-row__label{color:#475569;font-size:.75rem;font-weight:600}.pay-editor-txn-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:5px 7px}.pay-editor-txn-card--draft{background:#f8fafc;border-color:#bfdbfe;padding:6px 8px}.pay-editor-txn-card--muted{opacity:.85}.pay-editor-txn-row{align-items:flex-start;display:flex;gap:6px}.pay-editor-txn-row__main{flex:1 1;min-width:0}.pay-editor-txn-row__line{align-items:center;display:flex;flex-wrap:wrap;gap:6px 8px;line-height:1.25}.pay-editor-txn-row__amt{color:#166534;font-size:.78rem;font-weight:700;white-space:nowrap}.pay-editor-txn-row__amt--debit{color:#b91c1c}.pay-editor-txn-row__meta{color:#64748b;flex:1 1 120px;font-size:.65rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pay-editor-txn-row__notes{color:#94a3b8;font-size:.62rem;line-height:1.35;margin:3px 0 0;padding-left:2px;word-break:break-word}.pay-editor-txn-draft-head{align-items:center;display:flex;flex-wrap:wrap;gap:5px;margin-bottom:5px}.pay-editor-txn-edit-compact{display:flex;flex-direction:column;gap:4px}.pay-editor-txn-edit-line{grid-gap:4px;align-items:start;display:grid;gap:4px;grid-template-columns:minmax(64px,.55fr) minmax(0,1.4fr) minmax(72px,.75fr)}.pay-editor-txn-edit-line--no-amt{grid-template-columns:minmax(0,1.4fr) minmax(72px,.75fr)}.pay-editor-txn-edit-cell--amt{display:flex;flex-direction:column;gap:2px}.pay-editor-txn-input{border-radius:5px!important;font-size:.7rem!important;min-width:0;padding:4px 6px!important;width:100%}.pay-editor-txn-input--notes{font-size:.68rem!important;padding:4px 7px!important}.pay-editor-fill-link{background:none;border:none;color:#2563eb;cursor:pointer;font-family:inherit;font-size:.58rem;font-weight:600;padding:0;text-align:left}.pay-editor-fill-link:hover:not(:disabled){text-decoration:underline}.pay-editor-fill-link:disabled{cursor:not-allowed;opacity:.5}.pay-editor-txn-card-head{align-items:center;display:flex;gap:6px;justify-content:space-between;margin-bottom:5px}.pay-editor-remove-x{background:#0000;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:1rem;font-weight:400;height:20px;line-height:1;margin-top:1px;padding:0;transition:color .15s ease,background .15s ease;width:20px}.pay-editor-remove-x:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.pay-editor-remove-x:disabled{cursor:not-allowed;opacity:.45}.pay-editor-badge-wrap{display:inline-block;position:relative}.pay-editor-badge-trigger{align-items:center;border:1px solid;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.6rem;font-weight:700;gap:3px;padding:2px 7px}.pay-editor-badge-trigger:disabled{cursor:not-allowed;opacity:.55}.pay-editor-badge-caret{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid;height:0;opacity:.65;width:0}.pay-editor-badge-menu{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 6px 18px #0f172a1a;left:0;min-width:150px;padding:3px;position:absolute;top:calc(100% + 3px);z-index:20}.pay-editor-badge-option{background:#0000;border:none;border-radius:4px;color:#334155;cursor:pointer;display:block;font-family:inherit;font-size:.72rem;padding:5px 8px;text-align:left;width:100%}.pay-editor-badge-option:hover{background:#f8fafc}.pay-editor-badge-option.is-active{background:#eff6ff;color:#1d4ed8;font-weight:600}.pay-editor-txn-badge{border:1px solid;border-radius:999px;font-size:.6rem;font-weight:700;padding:2px 7px}.pay-editor-txn-badge--payment{background:#dcfce7;border-color:#bbf7d0;color:#166534}.pay-editor-txn-badge--partial{background:#ffedd5;border-color:#fed7aa;color:#9a3412}.pay-editor-txn-badge--refund{background:#fee2e2;border-color:#fecaca;color:#991b1b}.pay-editor-txn-badge--waiver{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.pay-editor-txn-badge--failed_attempt{background:#ffedd5;border-color:#fed7aa;color:#9a3412}.pay-editor-txn-fields{grid-gap:4px 10px;display:grid;gap:4px 10px;grid-template-columns:1fr 1fr}.pay-editor-txn-field{display:flex;flex-direction:column;gap:0;min-width:0}.pay-editor-txn-field--full{grid-column:1/-1}.pay-editor-txn-field-label{color:#94a3b8;font-size:.58rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pay-editor-txn-field-value{color:#334155;font-size:.72rem;line-height:1.35;word-break:break-word}.pay-editor-txn-form-group{margin-bottom:6px}.pay-editor-txn-edit .pay-editor-txn-form-group:last-child{margin-bottom:0}.pay-editor-inline-notice{align-items:center;border:1px solid;border-radius:5px;display:flex;flex:1 1;flex-wrap:wrap;font-size:.6rem;gap:4px;line-height:1.25;min-width:0;padding:3px 6px}.pay-editor-inline-notice--success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.pay-editor-inline-notice--info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.pay-editor-inline-notice--warning{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.pay-editor-inline-notice-action{background:#fff;border:1px solid;border-radius:4px;color:inherit;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.58rem;font-weight:700;padding:1px 5px}.pay-editor-select{position:relative}.pay-editor-select-trigger{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#0f172a;cursor:pointer;display:flex;font-family:inherit;font-size:.75rem;gap:6px;justify-content:space-between;padding:5px 8px;text-align:left;width:100%}.pay-editor-select-trigger.is-open{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f61f}.pay-editor-select-trigger:disabled{cursor:not-allowed;opacity:.55}.pay-editor-select-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pay-editor-select-caret{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #94a3b8;flex-shrink:0;height:0;width:0}.pay-editor-select-option{background:#0000;border:none;border-radius:4px;color:#334155;cursor:pointer;display:block;font-family:inherit;font-size:.75rem;padding:5px 8px;text-align:left;width:100%}.pay-editor-select-option:hover{background:#f8fafc}.pay-editor-select-option.is-active{background:#eff6ff;color:#1d4ed8;font-weight:600}.pay-editor-fill-btn{background:#eff6ff;border:1px solid #3b82f6;border-radius:6px;color:#2563eb;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.65rem;font-weight:600;padding:0 8px;white-space:nowrap}.pay-editor-amount-row{align-items:stretch;display:flex;gap:5px}.pay-editor-amount-row .profile-sheet-input{flex:1 1;min-width:0}.pay-editor-record-footer{align-items:stretch;border-top:1px solid #f1f5f9;display:flex;gap:6px;justify-content:flex-end;margin-top:6px;padding-top:6px}.pay-editor-cancel-btn{font-size:.72rem!important;padding:6px 10px!important}.pay-editor-save-btn{font-size:.78rem!important;font-weight:700!important;min-width:88px;padding:6px 14px!important}.pay-editor-label-optional{color:#94a3b8;font-weight:400;text-transform:none}.pay-editor-notes{box-sizing:border-box;font-family:inherit;font-size:.75rem;line-height:1.4;min-height:48px;resize:vertical;width:100%}.pay-editor-empty{color:#94a3b8;font-size:.72rem;margin:0}.pay-editor-select-menu--portal{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 6px 18px #0f172a1f;max-height:200px;overflow-y:auto;padding:3px;position:fixed;z-index:3000}.afc{--afc-primary:var(--color-brand);--afc-primary-dark:var(--color-brand-hover);--afc-primary-soft:var(--color-brand-muted);--afc-primary-ring:var(--color-brand-soft);background:#f8fafc;display:flex;flex-direction:column;height:100%;min-height:0}.afc-scroll{flex:1 1;min-height:0;overflow-y:auto;padding:20px 20px 28px}.afc-stack{display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:760px}.afc-empty{color:#64748b;font-size:.9375rem;margin:24px;text-align:center}.afc-hero{background:#fff;border:1px solid #e2e8f0;border-radius:12px;border-top:3px solid var(--afc-primary);box-shadow:0 1px 3px #0f172a0f;padding:22px 24px 24px}.afc-hero__title{color:#0f172a;font-size:1.5rem;font-weight:600;line-height:1.35;margin:0 0 8px}.afc-hero__desc{color:#64748b;font-size:.9375rem;line-height:1.55;margin:0}.afc-section{display:flex;flex-direction:column;gap:12px}.afc-section__title{color:#64748b;font-size:.8125rem;font-weight:600;letter-spacing:.06em;margin:8px 4px 0;text-transform:uppercase}.afc-section__questions{display:flex;flex-direction:column;gap:12px}.afc-question{background:#fff;border:1px solid #e8ecf0;border-radius:10px;box-shadow:none;transition:border-color .15s ease,box-shadow .15s ease}.afc-question:focus-within:not(.afc-question--readonly){border-color:var(--color-brand);box-shadow:0 0 0 3px var(--color-brand-soft)}.afc-question--error{border-color:#fca5a5;box-shadow:0 0 0 3px #ef44441f}.afc-question__inner{padding:22px 20px 18px;position:relative}.afc-question__index-wrap{align-items:center;display:inline-flex;gap:3px;left:12px;position:absolute;top:10px;-webkit-user-select:none;user-select:none}.afc-question__num{align-items:center;background:#f1f5f9;border:none;border-radius:4px;color:#64748b;display:inline-flex;font-size:.625rem;font-weight:600;height:1.125rem;justify-content:center;line-height:1;min-width:1.125rem;padding:0 4px}.afc-question__required{color:#ef4444;font-size:.75rem;font-weight:600;line-height:1;opacity:.85}.afc-question__head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:14px;padding-left:30px;padding-top:2px}.afc-question__label-wrap{flex:1 1 200px;min-width:0}.afc-question__label{color:#0f172a;font-size:1.0625rem;font-weight:500;line-height:1.45}.afc-question__label p{margin:0}.afc-question__points{background:#0000;border-radius:0;color:#64748b;flex-shrink:0;font-size:.6875rem;font-weight:500;padding:0}.afc-question__result{border-radius:999px;flex-shrink:0;font-size:.6875rem;font-weight:650;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase}.afc-question__result--correct{background:#dcfce7;color:#15803d}.afc-question__result--wrong{background:#fee2e2;color:#b91c1c}.afc-question__result--pending{background:#fef3c7;color:#92400e}.afc-question__result--score{background:#f1f5f9;color:#475569;font-weight:600;letter-spacing:0;text-transform:none}.afc-question--correct{border-color:#86efac}.afc-question--wrong{border-color:#fca5a5}.afc-question--pending{border-color:#fcd34d}.afc-question__body{padding-left:0}.afc-question__error{color:#dc2626;font-size:.8125rem;margin:10px 0 0}.afc .afc-field{border:none;margin:0;padding:0}.afc .afc-control{background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:1rem;line-height:1.5;outline:none;padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.afc .afc-control:hover:not(:disabled){border-color:#94a3b8}.afc .afc-control:focus{border-color:var(--afc-primary);box-shadow:0 0 0 3px var(--afc-primary-ring)}.afc .afc-control:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed}.afc .afc-textarea{min-height:120px;resize:vertical}.afc .afc-select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%2364748b' d='M1.41 0 6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.afc .afc-choice-list{display:flex;flex-direction:column;gap:8px}.afc .afc-choice-option{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#334155;cursor:pointer;display:flex;font-size:.9375rem;gap:12px;padding:12px 14px;transition:background .12s ease,border-color .12s ease;-webkit-user-select:none;user-select:none}.afc .afc-choice-option:hover:not(:has(input:disabled)){background:#f8fafc;border-color:#94a3b8}.afc .afc-choice-option:has(input:checked){background:var(--afc-primary-soft);border-color:var(--afc-primary)}.afc .afc-choice-option input{accent-color:var(--afc-primary);cursor:pointer;flex-shrink:0;height:18px;width:18px}.afc .afc-choice-option input:disabled{cursor:not-allowed}.afc .afc-boolean{align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9375rem;gap:10px;padding:12px 14px}.afc .afc-boolean input{accent-color:var(--afc-primary);height:18px;width:18px}.afc .afc-file-zone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;padding:20px;text-align:center}.afc .afc-file-zone input[type=file]{color:#64748b;font-size:.875rem}.afc .afc-file-hint{color:#94a3b8;font-size:.8125rem;margin:8px 0 0}.afc .afc-file-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:12px 0 0;padding:0;text-align:left}.afc .afc-file-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;font-size:.875rem;gap:10px;padding:10px 12px}.afc .afc-file-link{color:var(--color-brand);text-decoration:none}.afc .afc-file-link:hover{text-decoration:underline}.afc .afc-file-meta{color:#94a3b8;font-size:.75rem}.afc .afc-file-zone--readonly{background:#0000;border:none;padding:0;text-align:left}.afc .afc-file-zone--readonly .afc-file-list{margin-top:0}.afc .afc-file-item--stored{background:#f8fafc}.afc .afc-file-icon{flex-shrink:0;font-size:.9rem;line-height:1;opacity:.7}.afc .afc-file-remove{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:1.125rem;line-height:1;margin-left:auto}.afc .afc-field-error{color:#dc2626;font-size:.8125rem;margin-top:8px}@media (max-width:640px){.afc-scroll{padding:12px 10px 20px}.afc-hero{padding:18px 16px 20px}.afc-hero__title{font-size:1.25rem}.afc-question__inner{padding:16px}.afc-question__head{padding-left:28px}.afc-question__body,.afc-question__error{margin-left:0;padding-left:0}}.assignment-collab{flex-shrink:0;position:relative}.assignment-collab__triggers{align-items:center;display:flex;gap:6px}.assignment-collab__trigger{align-items:center;background:#f3f4f6;border:none;border-radius:10px;color:#374151;cursor:pointer;display:inline-flex;justify-content:center;position:relative}.assignment-collab__trigger--icon{height:42px;padding:0;width:42px}.assignment-collab__icon{display:block;flex-shrink:0}.assignment-collab__trigger.is-active,.assignment-collab__trigger:hover{background:#e5e7eb;color:#111827}.assignment-collab__trigger--flag.is-active,.assignment-collab__trigger--flag:hover{background:#fef2f2;color:#b91c1c}.assignment-collab__badge{background:#2563eb;background:var(--color-brand,#2563eb);border-radius:999px;color:#fff;font-size:.625rem;font-weight:700;height:16px;line-height:16px;min-width:16px;padding:0 4px;position:absolute;right:-5px;text-align:center;top:-5px}.assignment-collab__badge--muted{background:#6b7280}.assignment-collab__badge--flag{background:#dc2626}.assignment-collab__panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 32px #0f172a1f;display:flex;flex-direction:column;max-height:min(480px,65vh);overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);width:min(380px,calc(100vw - 32px));z-index:25}.assignment-collab--open .assignment-collab__panel{bottom:12px;bottom:var(--collab-panel-bottom,12px);max-height:none;position:fixed;right:16px;right:var(--collab-panel-right,16px);top:calc(100% + 8px);top:var(--collab-panel-top,calc(100% + 8px));width:min(400px,calc(100vw - 24px));z-index:45}.assignment-collab__panel-head{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:space-between;padding:10px 12px}.assignment-collab__channel-wrap,.assignment-collab__panel-body{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.assignment-collab__channel-wrap{padding:0 10px 10px}.assignment-collab__channel{border:1px solid #e5e7eb;border-radius:10px;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.assignment-collab__channel--has-tabs{border-top-left-radius:0}.assignment-collab__channel--public{background:#fff;border-color:#e5e7eb}.assignment-collab__channel--internal{background:#fffef5;border-color:#fde68a}.assignment-collab__channel--private{background:#f5f3ff;border-color:#ddd6fe}.assignment-collab__channel-head{align-items:center;border-bottom:1px solid #0f172a0f;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;gap:6px;padding:8px 12px}.assignment-collab__channel-head .assignment-collab__icon,.assignment-collab__channel-head .assignment-collab__tab-icon{height:16px;width:16px}.assignment-collab__channel--public .assignment-collab__channel-head{border-bottom-color:#f1f5f9;color:#374151}.assignment-collab__channel--internal .assignment-collab__channel-head{border-bottom-color:#fef3c7;color:#854d0e}.assignment-collab__channel--private .assignment-collab__channel-head{border-bottom-color:#e9d5ff;color:#6d28d9}.assignment-collab__panel-title{font-size:.875rem;font-weight:600}.assignment-collab__panel-close{background:#0000;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:1.125rem;height:28px;width:28px}.assignment-collab__tabs{display:flex;flex-shrink:0;flex-wrap:wrap;gap:4px;margin:0;padding:8px 0 0 4px}.assignment-collab__tabs--flags{padding-top:6px}.assignment-collab__tab{align-items:center;border:1px solid #0000;border-radius:8px 8px 0 0;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;gap:5px;margin-bottom:-1px;padding:6px 12px 7px;position:relative;transition:background .15s ease,border-color .15s ease,color .15s ease;z-index:0}.assignment-collab__tab.is-active{z-index:1}.assignment-collab__tab-icon{display:block;flex-shrink:0}.assignment-collab__tab--public{background:#f9fafb;border-color:#e5e7eb;color:#6b7280}.assignment-collab__tab--public:hover{background:#f3f4f6;color:#374151}.assignment-collab__tab--public.is-active{background:#fff;border-color:#e5e7eb #e5e7eb #fff;color:#111827}.assignment-collab__tab--internal{background:#fefce8;border-color:#fde68a;color:#a16207}.assignment-collab__tab--internal:hover{background:#fef9c3;color:#854d0e}.assignment-collab__tab--internal.is-active{background:#fffef5;border-color:#fde68a #fde68a #fffef5;color:#713f12}.assignment-collab__tab--private{background:#ede9fe;border-color:#ddd6fe;color:#7c3aed}.assignment-collab__tab--private:hover{background:#e9d5ff;color:#6d28d9}.assignment-collab__tab--private.is-active{background:#f5f3ff;border-color:#ddd6fe #ddd6fe #f5f3ff;color:#5b21b6}.assignment-collab__tab--flag-general{background:#f9fafb;border-color:#e5e7eb;color:#6b7280}.assignment-collab__tab--flag-general:hover{background:#f3f4f6;color:#374151}.assignment-collab__tab--flag-general.is-active{background:#fff;border-color:#e5e7eb #e5e7eb #fff;color:#111827}.assignment-collab__tab--flag-work_sample{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.assignment-collab__tab--flag-work_sample:hover{background:#fee2e2;color:#991b1b}.assignment-collab__tab--flag-work_sample.is-active{background:#fff7f7;border-color:#fecaca #fecaca #fff7f7;color:#991b1b}.assignment-collab__hint{color:#6b7280;font-size:.75rem;line-height:1.4;margin:8px 12px 0}.assignment-collab__tab-banner{align-items:flex-start;border:none;border-bottom:1px solid #0f172a0f;border-radius:0;display:flex;flex-shrink:0;font-size:.6875rem;gap:8px;line-height:1.45;margin:0;padding:8px 12px}.assignment-collab__tab-banner-icon{display:inline-flex;flex-shrink:0;margin-top:1px;opacity:.9}.assignment-collab__channel--public .assignment-collab__tab-banner{background:#f9fafb;border-bottom-color:#f1f5f9;color:#4b5563}.assignment-collab__channel--internal .assignment-collab__tab-banner{background:#fefce8;border-bottom-color:#fef3c7;color:#92400e}.assignment-collab__channel--private .assignment-collab__tab-banner{background:#ede9fe;border-bottom-color:#e9d5ff;color:#6d28d9}.assignment-collab__submission-banner{background:#ffffff8c;border-bottom:1px solid #0f172a0f;color:#4b5563;flex-shrink:0;font-size:.6875rem;line-height:1.45;margin:0;padding:7px 12px}.assignment-collab__channel--public .assignment-collab__submission-banner{background:#f9fafb;border-bottom-color:#f1f5f9}.assignment-collab__channel--internal .assignment-collab__submission-banner{background:#ffffff73;border-bottom-color:#fef3c7}.assignment-collab__channel--private .assignment-collab__submission-banner{background:#ffffff73;border-bottom-color:#e9d5ff}.assignment-collab__channel--flag-general{background:#fff;border-color:#e5e7eb}.assignment-collab__channel--flag-general .assignment-collab__channel-head{border-bottom-color:#f1f5f9;color:#374151}.assignment-collab__channel--flag-general .assignment-collab__tab-banner{background:#f9fafb;border-bottom-color:#f1f5f9;color:#4b5563}.assignment-collab__channel--flag-general .assignment-collab__item{background:#f9fafb}.assignment-collab__channel--flag-general .assignment-collab__compose{background:#fff;border-top-color:#f1f5f9}.assignment-collab__scroll-area{flex:1 1;min-height:0;overflow-x:hidden;overflow-y:auto;position:relative}.assignment-collab__list{display:flex;flex:none;flex-direction:column;gap:8px;min-height:0;overflow:visible;padding:10px 12px}.assignment-collab__loading-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffd1;display:flex;flex-direction:column;gap:10px;inset:0;justify-content:center;position:absolute;z-index:2}.assignment-collab__loading-spinner{animation:assignment-collab-spin .7s linear infinite;border:2.5px solid #e5e7eb;border-radius:50%;border-top:2.5px solid var(--color-brand,#2563eb);height:28px;width:28px}.assignment-collab__loading-text{color:#6b7280;font-size:.8125rem;font-weight:500}@keyframes assignment-collab-spin{to{transform:rotate(1turn)}}.assignment-collab__policy-banner{border:1px solid #0000;border-radius:8px;font-size:.75rem;line-height:1.4;margin:8px 12px 0;padding:8px 10px}.assignment-collab__policy-banner p{color:inherit;margin:4px 0 0;opacity:.95}.assignment-collab__policy-banner-head{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}.assignment-collab__policy-flags{display:flex;flex-wrap:wrap;gap:6px}.assignment-collab__policy-flag{background:#dcfce7;border-radius:999px;color:#166534;font-size:.6875rem;font-weight:600;padding:1px 6px}.assignment-collab__policy-flag.is-off{background:#fee2e2;color:#991b1b}.assignment-collab__policy-banner--hidden{background:#fef2f2;border-color:#fecaca;color:#991b1b}.assignment-collab__policy-banner--view-only{background:#fffbeb;border-color:#fde68a;color:#92400e}.assignment-collab__policy-banner--visible{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.assignment-collab__chip--audience-hidden{background:#fee2e2;color:#991b1b}.assignment-collab__chip--audience-view-only{background:#fef3c7;color:#92400e}.assignment-collab__chip--audience-visible{background:#dcfce7;color:#166534}.assignment-collab__compose-audience{font-size:.75rem;line-height:1.4;margin:0}.assignment-collab__compose-audience--hidden{color:#991b1b}.assignment-collab__compose-audience--view-only{color:#92400e}.assignment-collab__compose-audience--visible{color:#166534}.assignment-collab__channel .assignment-collab__item{background:#ffffffb8}.assignment-collab__channel--public .assignment-collab__item{background:#f9fafb}.assignment-collab__channel--internal .assignment-collab__item{background:#ffffffa6}.assignment-collab__channel--private .assignment-collab__item{background:#ffffffb8}.assignment-collab__channel--flag-work_sample .assignment-collab__item,.assignment-collab__channel--flags .assignment-collab__item{background:#ffffffbf}.assignment-collab__compose{border-top:1px solid #0f172a0f;display:flex;flex:0 0 auto;flex-direction:column;flex-shrink:0;gap:8px;max-height:min(360px,46vh);overflow-x:hidden;overflow-y:auto;padding:10px 12px 12px}.assignment-collab__channel--public .assignment-collab__compose{background:#fff;border-top-color:#f1f5f9}.assignment-collab__channel--internal .assignment-collab__compose{background:#fffef5;border-top-color:#fef3c7}.assignment-collab__channel--private .assignment-collab__compose{background:#f5f3ff;border-top-color:#e9d5ff}.assignment-collab__channel--flags .assignment-collab__compose{background:#fff;border-top-color:#e5e7eb}.assignment-collab__channel--flag-work_sample .assignment-collab__compose{background:#fef2f2;border-top-color:#fecaca}.assignment-collab__status{color:#6b7280;font-size:.8125rem;margin:0}.assignment-collab__status--error{color:#b91c1c}.assignment-collab__item{background:#f9fafb;border:1px solid #f1f5f9;border-radius:8px;padding:8px 10px}.assignment-collab__item-head{display:flex;flex-direction:column;gap:4px;margin-bottom:4px}.assignment-collab__author{font-size:.75rem;font-weight:600}.assignment-collab__meta{align-items:center;color:#9ca3af;display:flex;flex-wrap:wrap;font-size:.6875rem;gap:6px}.assignment-collab__chip{background:#e5e7eb;border-radius:999px;color:#374151;font-weight:600;padding:1px 6px;text-transform:capitalize}.assignment-collab__chip--open{background:#fef3c7;color:#92400e}.assignment-collab__chip--resolved,.assignment-collab__chip--waived{background:#dcfce7;color:#166534}.assignment-collab__body{color:#374151;font-size:.8125rem;line-height:1.45}.assignment-collab__item-actions{display:flex;gap:8px;margin-top:6px}.assignment-collab__link-btn{background:#0000;border:none;color:#2563eb;color:var(--color-brand,#2563eb);cursor:pointer;font-size:.75rem;font-weight:600;padding:0}.assignment-collab__visibility{display:flex;flex-wrap:wrap;gap:10px}.assignment-collab__vis-option{align-items:center;color:#4b5563;display:inline-flex;font-size:.75rem;gap:4px}.assignment-collab__input{border:1px solid #d1d5db;border-radius:8px;flex-shrink:0;font:inherit;font-size:.8125rem;max-height:120px;min-height:56px;padding:8px 10px;resize:vertical;width:100%}.assignment-collab__input:focus{border-color:#2563eb;border-color:var(--color-brand,#2563eb);box-shadow:0 0 0 2px #2563eb26;outline:none}.assignment-collab__post{align-self:flex-end;background:#2563eb;background:var(--color-brand,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.8125rem;font-weight:600;padding:6px 12px}.assignment-collab__post:disabled{cursor:not-allowed;opacity:.55}.assignment-collab__post--flag{background:#dc2626}.assignment-collab__post--flag:hover:not(:disabled){background:#b91c1c}.assignment-collab__channel--flag-work_sample{background:#fff7f7;border-color:#fecaca}.assignment-collab__channel--flag-work_sample .assignment-collab__channel-head{border-bottom-color:#fecaca;color:#b91c1c}.assignment-collab__tab-banner--flag-general{background:#f9fafb;border-bottom-color:#f1f5f9;color:#4b5563}.assignment-collab__tab-banner--flag-work_sample{background:#fef2f2;border-bottom-color:#fecaca;color:#7f1d1d}.assignment-collab__tab-banner--warning{background:#fffbeb;border-color:#fcd34d;color:#92400e}.assignment-collab__field-label{color:#374151;display:block;font-size:.75rem;font-weight:600;margin:0 0 4px}.assignment-collab__input--text,.assignment-collab__select{background:#fff;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:.8125rem;margin-bottom:8px;padding:8px 10px;width:100%}.assignment-collab__chip--reason{background:#fef3c7;color:#92400e}.assignment-collab__flag-title{color:#111827;font-size:.8125rem;font-weight:600;margin:0 0 4px}.assignment-collab__item--work-sample{border-left:3px solid #f87171}.assignment-collab__reason-fieldset{border:none;margin:0 0 8px;padding:0}.assignment-collab__reason-fieldset .assignment-collab__field-label{margin-bottom:6px}.assignment-collab__reason-grid{background:#fff;border:1px solid #d1d5db;border-radius:8px;display:flex;flex-direction:column;flex-shrink:0;gap:6px;max-height:min(112px,18vh);overflow-y:auto;padding:8px 10px}.assignment-collab__reason-option{align-items:flex-start;color:#374151;cursor:pointer;display:flex;font-size:.8125rem;gap:8px;line-height:1.35}.assignment-collab__flag-audit{color:#6b7280;display:flex;flex-direction:column;font-size:.6875rem;gap:2px;line-height:1.35;list-style:none;margin:6px 0 0;padding:0}.assignment-collab__reason-option input{flex-shrink:0;margin-top:2px}.profile-assignment-viewer{background:#fff;border-left:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;min-height:0}.profile-assignment-viewer__header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:8px 16px 12px;position:relative}.profile-assignment-viewer__header-main{flex:1 1;min-width:0;padding-top:12px}.profile-assignment-viewer__eyebrow{color:var(--color-brand);display:block;font-size:.6875rem;font-weight:600;letter-spacing:.06em;margin-bottom:2px;text-transform:uppercase}.profile-assignment-viewer__title{color:#111827;font-size:1.125rem;font-weight:600;margin:0}.profile-assignment-viewer__score{color:#4b5563;display:inline-block;font-size:.8125rem;margin-top:4px}.profile-assignment-viewer__grading-badge{background:#f3f4f6;border-radius:999px;color:#6b7280;display:inline-block;font-size:.75rem;font-weight:500;margin-left:8px;margin-top:4px;padding:2px 8px}.profile-assignment-viewer__grading-badge--hint{background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;color:#1e40af;line-height:1.35}.profile-assignment-viewer__close{background:#0000;border:none;border-radius:3px;color:#9ca3af;cursor:pointer;flex-shrink:0;font-size:.8125rem;height:16px;left:2px;line-height:1;padding:0;position:absolute;top:2px;width:16px;z-index:2}.profile-assignment-viewer__close:hover{background:#f3f4f6;color:#4b5563}.profile-assignment-viewer__header-actions{align-items:flex-start;display:flex;flex-shrink:0;gap:6px;padding-top:2px;position:relative;z-index:1}.profile-assignment-viewer__body{display:grid;flex:1 1;grid-template-columns:200px minmax(0,1fr) minmax(0,220px);min-height:0}.profile-assignment-viewer__submissions{border-right:1px solid #f1f5f9;min-height:0;overflow-y:auto;padding:12px}.profile-assignment-viewer__submissions-head{align-items:flex-start;color:#6b7280;display:flex;font-size:.75rem;font-weight:600;gap:8px;justify-content:space-between;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.profile-assignment-viewer__submissions-head-text{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-assignment-viewer__attempt-limit{color:#4b5563;font-size:.6875rem;font-weight:500;letter-spacing:0;text-transform:none}.profile-assignment-viewer__attempt-limit-detail{color:#9ca3af;font-size:.6875rem;line-height:1.4;margin:0 0 10px}.profile-assignment-viewer__new{background:none;border:none;color:var(--color-brand);cursor:pointer;font-size:.75rem;font-weight:600;padding:0}.profile-assignment-viewer__submission-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.profile-assignment-viewer__submission-item{background:#f9fafb;border:1px solid #0000;border-radius:6px;color:#374151;cursor:pointer;font-size:.75rem;padding:8px 10px;text-align:left;width:100%}.profile-assignment-viewer__attempt-content{align-items:center;display:flex;flex-wrap:wrap;gap:4px 6px;line-height:1.35}.profile-assignment-viewer__attempt-index{color:#9ca3af;flex-shrink:0;font-size:.6875rem;font-weight:600}.profile-assignment-viewer__attempt-index:after{color:#d1d5db;content:"·";font-weight:400;margin-left:6px}.profile-assignment-viewer__attempt-when{color:#374151}.profile-assignment-viewer__attempt-score{color:#6b7280}.profile-assignment-viewer__attempt-when:not(:last-child):after,.profile-assignment-viewer__status-badge:not(:last-child):after{color:#d1d5db;content:"·";font-weight:400;margin-left:6px}.profile-assignment-viewer__status-badge{border-radius:999px;display:inline-block;font-size:.6875rem;font-weight:600;letter-spacing:.02em;line-height:1.4;padding:2px 8px}.profile-assignment-viewer__status-badge--draft{background:#fef3c7;color:#92400e}.profile-assignment-viewer__status-badge--submitted{background:#dbeafe;color:#1e40af}.profile-assignment-viewer__submission-item.is-active .profile-assignment-viewer__attempt-index{color:#64748b}.profile-assignment-viewer__submission-item.is-active{background:var(--color-brand-muted);border-color:var(--color-brand);color:#0f172a}.profile-assignment-viewer__main{background:#f1f3f4;display:flex;flex-direction:column;min-height:0;overflow:hidden;padding:0}.profile-assignment-viewer__main--canvas .afc{flex:1 1;min-height:0}.profile-assignment-viewer__actions--canvas{background:#fff;border-top:1px solid #e8eaed;box-shadow:0 -2px 8px #3c40430f;flex-shrink:0;margin:0;padding:16px 20px 20px}.profile-assignment-viewer__action-cards{align-items:stretch;display:flex;flex-wrap:wrap;gap:16px}.profile-assignment-viewer__action-cards-main{grid-gap:12px;display:grid;flex:1 1;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));min-width:min(100%,280px)}.profile-assignment-viewer__action-card{-webkit-appearance:none;appearance:none;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;color:inherit;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:12px;padding:14px;text-align:left;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}.profile-assignment-viewer__action-card:disabled{cursor:not-allowed;opacity:.55}.profile-assignment-viewer__action-card--save:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db;box-shadow:0 1px 3px #3c404314}.profile-assignment-viewer__action-card--save:focus-visible{outline:2px solid #d1d5db;outline-offset:2px}.profile-assignment-viewer__action-card--discard{align-self:stretch;background:#fff;flex:0 0 auto;margin-left:auto;max-width:100%;position:relative;text-align:right;width:168px}.profile-assignment-viewer__action-card--discard:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;box-shadow:0 1px 3px #b91c1c14}.profile-assignment-viewer__action-card--discard:hover:not(:disabled) .profile-assignment-viewer__action-card-x{background:#fee2e2;color:#b91c1c}.profile-assignment-viewer__action-card--discard:focus-visible{outline:2px solid #fca5a5;outline-offset:2px}.profile-assignment-viewer__action-card-x{align-items:center;background:#f3f4f6;border-radius:8px;color:#64748b;display:flex;font-size:1.25rem;font-weight:400;height:28px;justify-content:center;line-height:1;position:absolute;right:12px;top:12px;width:28px}.profile-assignment-viewer__action-card--discard .profile-assignment-viewer__action-card-text{padding-right:36px}.profile-assignment-viewer__action-card--discard .profile-assignment-viewer__action-card-title{font-size:.75rem}.profile-assignment-viewer__action-card--discard .profile-assignment-viewer__action-card-desc{font-size:.6875rem;line-height:1.35}.profile-assignment-viewer__action-card--primary{background:#f5f7ff;border-color:#c7d2fe}.profile-assignment-viewer__action-card--primary:hover:not(:disabled){background:#eef2ff;border-color:#a5b4fc;box-shadow:0 1px 3px #4f46e51a}.profile-assignment-viewer__action-card--primary:focus-visible{outline:2px solid #a5b4fc;outline-offset:2px}.profile-assignment-viewer__action-card-title{color:#111827;display:block;font-size:.875rem;font-weight:600;margin:0 0 4px}.profile-assignment-viewer__action-card-desc{color:#6b7280;display:block;font-size:.75rem;line-height:1.45;margin:0}.profile-assignment-viewer__action-card-note{color:#b45309;display:block;font-size:.6875rem;line-height:1.4;margin:6px 0 0}.profile-assignment-viewer__action-card-text{flex:1 1;min-width:0}.profile-assignment-viewer__action-card-cta{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;display:block;font-size:.875rem;font-weight:500;line-height:1.25;margin-top:auto;padding:8px 14px;text-align:center}.profile-assignment-viewer__action-card-cta--primary{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-brand-on)}.profile-assignment-viewer__action-card--primary:hover:not(:disabled) .profile-assignment-viewer__action-card-cta--primary{background:var(--color-brand-hover);border-color:var(--color-brand-hover)}.profile-assignment-viewer__action-footer{border-top:1px solid #f1f5f9;margin-top:12px;padding-top:12px}.profile-assignment-viewer__sidebar{border-left:1px solid #f1f5f9;display:flex;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;padding:12px}.profile-assignment-viewer__panel-title{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.04em;margin:0 0 4px;text-transform:uppercase}.profile-assignment-viewer__panel-desc{color:#94a3b8;font-size:.75rem;line-height:1.4;margin:0 0 10px}.profile-assignment-viewer__key-list,.profile-assignment-viewer__points-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.profile-assignment-viewer__points-actions{border-top:1px solid #e5e7eb;margin-top:12px;padding-top:12px}.profile-assignment-viewer__points-actions .profile-assignment-viewer__btn{width:100%}.profile-assignment-viewer__key-list li{color:#374151;font-size:.8125rem;line-height:1.4}.profile-assignment-viewer__points-row{display:flex;flex-direction:column;gap:4px}.profile-assignment-viewer__points-label{color:#4b5563;font-size:.75rem}.profile-assignment-viewer__points-input-wrap{align-items:center;display:flex;gap:4px}.profile-assignment-viewer__points-input{border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;padding:4px 8px;width:64px}.profile-assignment-viewer__points-max{color:#9ca3af;font-size:.75rem}.profile-assignment-viewer__points-input:focus{border-color:var(--color-brand);box-shadow:0 0 0 2px var(--color-brand-muted);outline:none}.profile-assignment-viewer__actions{border-top:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;padding-top:12px}.profile-assignment-viewer__btn{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;cursor:pointer;font-size:.875rem;padding:8px 14px}.profile-assignment-viewer__btn--primary{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-brand-on)}.profile-assignment-viewer__btn--primary:hover:not(:disabled){background:var(--color-brand-hover);border-color:var(--color-brand-hover)}.profile-assignment-viewer__btn--danger{border-color:#fecaca;color:#b91c1c}.profile-assignment-viewer__empty,.profile-assignment-viewer__hint{color:#9ca3af;font-size:.8125rem;font-style:italic;margin:0}.profile-assignment-shell{display:flex;flex:1 1 auto;min-height:0;min-width:0;overflow:hidden}.profile-assignment-column{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;min-width:0;width:100%}.profile-columns--assignment-open .profile-columns-dynamic-wrap{flex:0 0;max-width:0;min-width:0;opacity:0;overflow:hidden;pointer-events:none;transition:flex-basis .3s ease,max-width .3s ease,opacity .25s ease}.profile-columns--assignment-open .profile-column--collapsed{opacity:0;pointer-events:none}.assignment-answer-key{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.assignment-answer-key__item{align-items:baseline;color:#475569;display:flex;font-size:.8125rem;gap:6px;line-height:1.45}.assignment-answer-key__num{color:#94a3b8;flex-shrink:0;font-size:.75rem;font-weight:500}.assignment-answer-key__text{color:#475569;min-width:0}.profile-custom-form-row{align-items:center;background:#fafbfc;border:1px solid #f1f5f9;border-radius:6px;color:inherit;cursor:pointer;display:flex;font:inherit;gap:8px;justify-content:space-between;margin-bottom:6px;padding:10px 12px;text-align:left;width:100%}.profile-custom-form-row:hover{background:#f3f4f6;border-color:#e5e7eb}.profile-custom-form-row.is-active{background:var(--color-brand-muted);border-color:var(--color-brand)}.profile-custom-form-row__title{color:#111827;font-weight:500}.profile-custom-form-row__badge{border-radius:999px;flex-shrink:0;font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:2px 8px;text-transform:uppercase}.profile-custom-form-row__badge--assignment{background:var(--color-brand-muted);color:var(--color-brand)}.profile-custom-form-row__badge--fill-out{background:#f0fdf4;color:#15803d}@media (max-width:1100px){.profile-assignment-viewer__body{grid-template-columns:160px minmax(0,1fr)}.profile-assignment-viewer__sidebar{display:none}}.gd-page{background:#f8fafc;min-height:calc(100vh - 60px);padding:24px 20px 40px}.gd-inner{margin:0 auto;max-width:1400px}.gd-header{margin-bottom:20px}.gd-title{color:#0f172a;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;margin:0 0 6px}.gd-lead{color:#64748b;font-size:.875rem;line-height:1.5;margin:0 0 16px;max-width:56ch}.gd-toolbar{display:flex;flex-wrap:wrap;gap:8px}.gd-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:.8125rem;font-weight:500;padding:7px 14px;transition:background .15s ease,border-color .15s ease,color .15s ease}.gd-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.gd-btn:disabled{cursor:not-allowed;opacity:.45}.gd-btn--primary{background:var(--color-brand);border-color:var(--color-brand);color:var(--color-brand-on)}.gd-btn--primary:hover:not(:disabled){background:var(--color-brand-hover);border-color:var(--color-brand-hover);color:var(--color-brand-on)}.gd-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem;margin-bottom:16px;padding:12px 14px}.gd-empty{background:#fff;border:1px dashed #e2e8f0;border-radius:12px;color:#64748b;font-size:.9rem;margin-bottom:16px;padding:48px 20px;text-align:center}.gd-empty h3{color:#334155;font-size:1rem;font-weight:600;margin:0 0 8px}.gd-legend{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px;padding:12px 14px}.gd-legend-title{color:#94a3b8;font-size:.6875rem;font-weight:600;letter-spacing:.04em;margin:0 0 10px;text-transform:uppercase}.gd-legend-items{display:flex;flex-wrap:wrap;gap:14px 20px}.gd-legend-item{align-items:center;color:#64748b;display:flex;font-size:.75rem;gap:8px}.gd-legend-swatch{border-radius:4px;flex-shrink:0;height:14px;width:14px}.gd-canvas-wrap{background:#e5e7eb;border:1px solid #e2e8f0;border-radius:12px;height:min(78vh,900px);min-height:420px;overflow:hidden;overscroll-behavior:contain;position:relative}.gd-canvas-tools{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 8px #0f172a0f;gap:4px;padding:4px 6px;position:absolute;right:10px;top:10px;z-index:10}.gd-canvas-tools,.gd-tool-btn{align-items:center;display:flex}.gd-tool-btn{background:#0000;border:none;border-radius:6px;color:#64748b;cursor:pointer;font-size:1rem;height:28px;justify-content:center;line-height:1;padding:0;transition:background .12s ease,color .12s ease;width:28px}.gd-tool-btn:hover{background:#f1f5f9;color:#0f172a}.gd-tool-zoom{color:#64748b;font-size:.75rem;font-weight:500;min-width:40px;padding:0 4px;text-align:center;-webkit-user-select:none;user-select:none}.gd-tool-divider{background:#e2e8f0;height:20px;margin:0 2px;width:1px}.gd-tool-pan{align-items:center;display:flex;gap:6px;padding:0 4px 0 2px}.gd-tool-pan-label{color:#94a3b8;font-size:.6875rem;white-space:nowrap}.gd-tool-pan-slider{accent-color:var(--color-brand);cursor:pointer;height:4px;width:72px}.gd-tool-pan-value{color:#64748b;font-size:.6875rem;min-width:28px;text-align:right}.gd-svg{background:#e5e7eb;display:block;height:100%;touch-action:none;width:100%}.gd-details{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:16px;padding:16px 18px}.gd-details-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.gd-details-header h3{color:#0f172a;font-size:.95rem;font-weight:600;margin:0}.gd-details-close{background:#0000;border:none;border-radius:4px;color:#94a3b8;cursor:pointer;font-size:1.25rem;line-height:1;padding:2px 6px;transition:color .12s ease,background .12s ease}.gd-details-close:hover{background:#f1f5f9;color:#334155}.gd-details-body{color:#475569;font-size:.8125rem;line-height:1.55}.gd-details-body p{margin:0 0 8px}.gd-details-body ul{margin:4px 0 12px;padding-left:1.25rem}.gd-details-muted{color:#94a3b8;font-style:italic;margin-left:10px}.ppm-page-open{align-items:center;background:#0000;border:none;border-radius:4px;color:#94a3b8;display:inline-flex;flex-shrink:0;justify-content:center;padding:2px;text-decoration:none;transition:color .15s ease}.ppm-page-open:hover{color:#1c85fc;color:var(--color-brand,#1c85fc)}.ppm-page-open:focus-visible{outline:2px solid #1c85fc;outline:2px solid var(--color-brand,#1c85fc);outline-offset:2px}.ppm-page-widget{-webkit-tap-highlight-color:transparent;appearance:none;-webkit-appearance:none;box-shadow:none}.ppm-page-widget,.ppm-page-widget:active,.ppm-page-widget:focus{outline:none!important}.ppm-page-widget:not(.ppm-page-widget--selected){border:1px solid #eceef1!important;box-shadow:none!important}.ppm-page-widget:not(.ppm-page-widget--selected):focus,.ppm-page-widget:not(.ppm-page-widget--selected):focus-visible{border-color:#eceef1!important;box-shadow:none!important;outline:none!important}.ppm-page-widget--selected{background:var(--color-brand-muted)!important;border-color:var(--color-brand)!important;box-shadow:0 0 0 1px var(--color-brand-soft)!important}.ppm-page-widget:focus-visible{outline:2px solid var(--color-brand)!important;outline-offset:2px}.ppm-compact-table{table-layout:fixed}.ppm-compact-row{cursor:pointer}.ppm-compact-row:hover{background:#f8fafc}.ppm-compact-row--owner-grantees{background:#f8fafc;color:#94a3b8}.ppm-compact-row--owner-grantees:hover{background:#f1f5f9}.ppm-compact-row--owner-grantees .ppm-row-edit{color:#cbd5e1}.ppm-compact-row--owner-grantees .ppm-row-edit:hover{color:#94a3b8}.ppm-row-actions{align-items:center;display:inline-flex;gap:2px;justify-content:flex-end;overflow:visible}.ppm-row-delete,.ppm-row-edit{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;justify-content:center;line-height:1;padding:2px 4px}.ppm-row-edit{color:#94a3b8}.ppm-row-edit:hover{color:#64748b}.ppm-row-delete{color:#fca5a5}.ppm-row-delete:hover{color:#f87171}.ppm-sheet-overlay{align-items:flex-end;animation:ppm-sheet-overlay-in .2s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:#0f172a29;display:flex;inset:0;justify-content:center;padding:12px 12px max(12px,env(safe-area-inset-bottom));position:fixed;z-index:2000}@keyframes ppm-sheet-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes ppm-sheet-panel-slide{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes ppm-sheet-panel-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ppm-sheet-panel{animation:ppm-sheet-panel-slide .28s cubic-bezier(.22,1,.36,1);background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 40px #0f172a1f;display:flex;flex-direction:column;max-height:min(88vh,600px);overflow:hidden;width:min(100%,460px)}@media (min-width:520px){.ppm-sheet-overlay{align-items:center;padding:20px}.ppm-sheet-panel{animation:ppm-sheet-panel-in .24s cubic-bezier(.22,1,.36,1)}}.ppm-sheet-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;flex-shrink:0;gap:8px;justify-content:space-between;padding:8px 12px 6px}.ppm-sheet-header-main{flex:1 1;min-width:0}.ppm-sheet-header-badges{align-items:center;display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.ppm-header-badge-wrap{position:relative}.ppm-header-badge{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;color:#1d4ed8;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.6875rem;font-weight:600;gap:4px;line-height:1.3;padding:3px 8px;transition:background .15s ease,border-color .15s ease,color .15s ease}.ppm-header-badge:hover{background:#dbeafe;border-color:#93c5fd}.ppm-header-badge--open{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f640}.ppm-header-badge-caret{font-size:.6rem;opacity:.75}.ppm-header-badge-group{align-items:center;display:inline-flex;gap:4px}.ppm-header-badge--type{background:#f8fafc;border-color:#e2e8f0;color:#64748b}.ppm-header-badge--type.ppm-header-badge--active{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.ppm-page-picker{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a1f;left:0;max-height:220px;min-width:168px;overflow-y:auto;padding:4px;position:absolute;top:calc(100% + 4px);z-index:10}.ppm-page-picker-item{background:#0000;border:none;border-radius:6px;color:#334155;cursor:pointer;display:block;font-family:inherit;font-size:.6875rem;font-weight:500;padding:6px 8px;text-align:left;width:100%}.ppm-page-picker-item:hover{background:#f8fafc}.ppm-page-picker-item--selected{background:#eff6ff;color:#1d4ed8;font-weight:600}.ppm-grantee-type-cards{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr}.ppm-grantee-type-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:3px;padding:8px 10px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.ppm-grantee-type-card:hover{background:#f8fafc;border-color:#cbd5e1}.ppm-grantee-type-card--selected{background:#eff6ff;border-color:#93c5fd;box-shadow:0 0 0 1px #3b82f62e}.ppm-grantee-type-card__head{align-items:baseline;display:flex;gap:8px;justify-content:space-between;width:100%}.ppm-grantee-type-card__title{color:#0f172a;font-size:.75rem;font-weight:600}.ppm-grantee-type-card__code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;flex-shrink:0;font-size:.6rem;font-weight:700;letter-spacing:.04em;padding:1px 5px;text-transform:uppercase}.ppm-grantee-type-card--selected .ppm-grantee-type-card__code{background:#dbeafe;border-color:#bfdbfe;color:#1d4ed8}.ppm-grantee-type-card__desc{color:#64748b;font-size:.6875rem;line-height:1.4}.ppm-sheet-title{color:#0f172a;font-size:.8125rem;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin:0}.ppm-sheet-subtext,.ppm-sheet-title .ppm-sheet-subtext{color:#64748b;font-weight:500}.ppm-sheet-subtext{font-size:.6875rem;line-height:1.35;margin:2px 0 0}.ppm-sheet-close{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;flex-shrink:0;font-size:1.25rem;height:28px;line-height:1;padding:0;transition:background .15s ease,color .15s ease;width:28px}.ppm-sheet-close:hover{background:#f1f5f9;color:#64748b}.ppm-sheet-callout{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#92400e;flex-shrink:0;font-size:.6875rem;line-height:1.4;margin:0 12px 6px;padding:6px 10px}.ppm-sheet-form-body{-webkit-overflow-scrolling:touch;flex:1 1;min-height:0;overflow-y:auto;padding:6px 12px 2px}.ppm-sheet-fieldset{border:none;margin:0;min-width:0;padding:0}.ppm-sheet-fieldset:disabled{opacity:.92}.ppm-form-section{background:#fcfdff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:6px;padding:6px 8px 0}.ppm-form-section-title{color:#1f2937;font-size:.75rem;font-weight:600;margin:0 0 2px}.ppm-form-section-hint{color:#64748b;font-size:.6875rem;line-height:1.35;margin:0 0 6px}.ppm-form-row{margin-bottom:6px}.ppm-form-row:last-child{margin-bottom:4px}.ppm-form-grid-2{grid-gap:6px 8px;display:grid;gap:6px 8px;grid-template-columns:1fr 1fr;margin-bottom:6px}@media (max-width:400px){.ppm-form-grid-2{grid-template-columns:1fr}}.ppm-details-section{background:#fcfdff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:6px;overflow:hidden}.ppm-details-section>summary{color:#1f2937;cursor:pointer;font-size:.75rem;font-weight:600;list-style:none;padding:6px 8px;-webkit-user-select:none;user-select:none}.ppm-details-section>summary::-webkit-details-marker{display:none}.ppm-details-section>summary:before{color:#94a3b8;content:"▸ ";display:inline-block;transition:transform .15s ease;width:.85em}.ppm-details-section[open]>summary:before{transform:rotate(90deg)}.ppm-details-section__body{border-top:1px solid #f1f5f9;padding:0 8px 6px}.ppm-details-section--page-config>summary{color:#334155}.ppm-checkbox-grid{grid-gap:4px 10px;display:grid;gap:4px 10px;grid-template-columns:repeat(2,minmax(0,1fr))}.ppm-checkbox-grid--widgets{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:360px){.ppm-checkbox-grid,.ppm-checkbox-grid--widgets{grid-template-columns:1fr}}.ppm-field-label{color:#94a3b8;display:block;font-size:.65rem;font-weight:600;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.ppm-field-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.75rem;padding:5px 8px;width:100%}.ppm-field-input[type=search]{max-width:100%}select.ppm-field-input{cursor:pointer}.ppm-field-hint{color:#64748b;display:block;font-size:.6875rem;line-height:1.35;margin-top:2px}.ppm-field-hint--inline{margin-bottom:4px;margin-top:0}.ppm-checkbox-label{align-items:flex-start;color:#334155;cursor:pointer;display:flex;font-size:.75rem;gap:6px;line-height:1.35}.ppm-checkbox-label input{flex-shrink:0;margin-top:2px}.ppm-checkbox-label--protected{color:#64748b;opacity:.85}.ppm-nested-controls{background:#f8fbff;border-left:2px solid #dbeafe;border-radius:6px;margin:2px 0 4px 16px;padding:4px 6px 0}.ppm-nested-controls .ppm-form-row{margin-bottom:4px}.ppm-page-section{background:#0000;border:none;border-radius:0;margin-top:0;padding:0}.ppm-page-section.ppm-details-section{background:#f8fafc;border:1px solid #e2e8f0}.ppm-capability-details{background:#fff;border:1px solid #e8ecf1;border-radius:6px;margin-bottom:4px}.ppm-capability-details>summary{color:#475569;cursor:pointer;font-size:.6875rem;font-weight:600;list-style:none;padding:5px 8px;-webkit-user-select:none;user-select:none}.ppm-capability-details>summary::-webkit-details-marker{display:none}.ppm-capability-details>summary:before{color:#94a3b8;content:"▸ "}.ppm-capability-details[open]>summary:before{content:"▾ "}.ppm-capability-details__body{padding:0 8px 4px}.ppm-capability-details__body .ppm-form-row{margin-bottom:3px}.ppm-subsection-title{color:#475569;display:block;font-size:12px;font-weight:600;letter-spacing:.04em;margin:10px 0 4px;text-transform:uppercase}.ppm-collab-row-label{color:#1e293b;font-size:13px;font-weight:600}.ppm-collab-row-caps{display:flex;flex-wrap:wrap;gap:6px 16px;margin-top:2px}.ppm-layout-details{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:6px}.ppm-layout-details>summary{color:#334155;cursor:pointer;font-size:.75rem;font-weight:600;list-style:none;padding:5px 8px}.ppm-layout-details>summary::-webkit-details-marker{display:none}.ppm-layout-details__body{border-top:1px solid #e2e8f0;padding:6px 8px 8px}.ppm-layout-col-list{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.ppm-layout-col{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:6px 8px}.ppm-layout-col__head{align-items:center;display:flex;gap:6px;justify-content:space-between;margin-bottom:4px}.ppm-layout-col__title{align-items:center;color:#111827;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:5px;margin:0}.ppm-layout-col__id{color:#9ca3af;flex-shrink:0;font-size:.625rem}.ppm-layout-buckets{display:flex;flex-wrap:wrap;gap:4px}.ppm-layout-bucket{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;display:inline-flex;font-size:.6875rem;gap:4px;padding:2px 6px}.ppm-layout-bucket--on{background:#ecfdf3;border-color:#22c55e}.ppm-layout-json{border:1px solid #e5e7eb;border-radius:6px;box-sizing:border-box;font-family:ui-monospace,monospace;font-size:.6875rem;min-height:72px;padding:6px 8px;resize:vertical;width:100%}.ppm-layout-actions{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.ppm-page-section-desc{color:#64748b;font-size:.6875rem;line-height:1.35;margin:0 0 6px}.ppm-gp-checkbox-list{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:4px;max-height:132px;overflow-y:auto;padding:6px}.ppm-grantee-group{background:#fff;border:1px solid #edf2f7;border-radius:6px;padding:4px 4px 2px}.ppm-grantee-group-title{color:#475569;font-size:.6875rem;font-weight:700;letter-spacing:.02em;margin-bottom:4px;text-transform:uppercase}.ppm-sheet-actions{border-top:1px solid #f1f5f9;display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px;justify-content:flex-end;padding:8px 12px 10px}.ppm-sheet-btn{border:1px solid #0000;border-radius:6px;cursor:pointer;font-family:inherit;font-size:.6875rem;font-weight:600;padding:6px 12px;transition:filter .15s ease,opacity .15s ease}.ppm-sheet-btn:disabled{cursor:not-allowed;opacity:.55}.ppm-sheet-btn--secondary{background:#fff;border-color:#e2e8f0;color:#334155}.ppm-sheet-btn--secondary:hover:not(:disabled){background:#f8fafc}.ppm-sheet-btn--primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.ppm-sheet-btn--primary:hover:not(:disabled){filter:brightness(.95)}.ppm-page-widget--reference:not(.ppm-page-widget--selected){background:#fafafa;border-color:#d4d4d8;border-style:dashed}.ppm-page-widget--reference{position:relative}.ppm-page-widget--reference .ppm-page-widget-badge{position:absolute;right:5px;top:5px}.ppm-page-widget-badge{align-items:center;align-self:flex-start;background:#f5f3ff;border:1px solid #ddd6fe;border-radius:4px;color:#7c3aed;display:inline-flex;font-size:.55rem;font-weight:600;letter-spacing:.04em;line-height:1.3;padding:1px 5px;text-transform:uppercase}.ppm-page-widget-badge--header{font-size:.62rem;padding:2px 7px}.ppm-role-templates-panel{max-height:calc(50vh - 72px);overflow:auto;padding:0 2px 8px}.ppm-role-templates-panel-intro{color:#64748b;font-size:.78rem;line-height:1.4;margin:0 0 12px}.ppm-role-templates-panel-intro code{background:#f1f5f9;border-radius:3px;font-size:.72rem;padding:1px 4px}.ppm-role-templates-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr))}.ppm-role-template-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.ppm-role-template-card-header{align-items:baseline;display:flex;gap:8px;justify-content:space-between;margin-bottom:4px}.ppm-role-template-card-title{color:#0f172a;font-size:.82rem;font-weight:600;margin:0}.ppm-role-template-card-id{color:#94a3b8;font-size:.65rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase}.ppm-role-template-card-desc{color:#475569;font-size:.72rem;line-height:1.35;margin:0 0 6px}.ppm-role-template-card-note{background:#fffbeb;border:1px solid #fde68a;border-radius:5px;color:#92400e;font-size:.68rem;line-height:1.35;margin:0 0 8px;padding:5px 8px}.ppm-role-template-perms{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0;padding:0}.ppm-role-template-perm{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:1px;padding-top:6px}.ppm-role-template-perm:first-child{border-top:none;padding-top:0}.ppm-role-template-perm-page{color:#334155;font-size:.68rem;font-weight:600}.ppm-role-template-perm-config{color:#64748b;font-size:.65rem;line-height:1.4;word-break:break-word}.ppm-guidance-banner{background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;color:#475569;font-size:.8125rem;line-height:1.5;margin-top:20px;padding:14px 16px}.ppm-guidance-banner__title{color:#64748b;font-size:.75rem;font-weight:600;letter-spacing:.02em;margin:0 0 8px;text-transform:uppercase}.ppm-guidance-banner__list{margin:0;padding-left:1.15rem}.ppm-guidance-banner__list li+li{margin-top:8px}.ppm-guidance-banner code{background:#e2e8f0;border-radius:4px;color:#334155;font-size:.75rem;padding:1px 5px}.form-editor-preview-overlay{align-items:stretch;background:#0f172a73;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.form-editor-preview-modal{border-radius:12px;box-shadow:0 24px 48px #0f172a2e,0 0 0 1px #0f172a0f;display:flex;flex:1 1 auto;max-height:min(94vh,920px);min-height:0;overflow:hidden;width:min(1080px,100%)}.form-editor-preview-shell{background:#fff;border-radius:12px;height:100%;width:100%}.form-editor-preview-viewer{border-left:none;height:100%}.form-editor-preview-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:10px 16px 12px}.form-editor-preview-main{flex:1 1;min-height:0}.form-editor-preview-json-wrap{background:#f8fafc;flex:1 1;min-height:0;overflow:auto;padding:20px}.form-editor-preview-json{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.45;margin:0;padding:14px 16px;white-space:pre-wrap;word-break:break-word}@media (max-width:720px){.form-editor-preview-overlay{padding:0}.form-editor-preview-modal{border-radius:0;max-height:100vh;width:100%}.form-editor-preview-shell{border-radius:0}}.forms-page{color:#0f172a;font-family:inherit;margin:0 auto;max-width:1120px;min-height:calc(100vh - 60px);padding:18px 20px 40px}.forms-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.forms-top-main{flex:1 1;min-width:0}.forms-title{color:#1f2937;font-size:1.15rem;font-weight:650;letter-spacing:-.02em;margin:0}.forms-subtitle{color:#64748b;font-size:.78rem;line-height:1.4;margin:3px 0 0;max-width:56ch}.forms-toolbar{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px}.forms-toolbar-link{align-items:center;border-radius:8px;display:inline-flex;font-size:.75rem;font-weight:600;padding:7px 12px;text-decoration:none}.forms-btn,.forms-toolbar-link{transition:background .15s ease,border-color .15s ease,color .15s ease}.forms-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;font-family:inherit;font-size:.8rem;font-weight:500;padding:6px 10px}.forms-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.forms-btn:disabled{cursor:not-allowed;opacity:.55}.forms-btn--primary{background:#1c85fc;background:var(--color-brand,#1c85fc);border-color:#1c85fc;border-color:var(--color-brand,#1c85fc);color:#fff}.forms-btn--primary:hover:not(:disabled){background:#1565d8;background:var(--color-brand-hover,#1565d8);border-color:#1565d8;border-color:var(--color-brand-hover,#1565d8);color:#fff}.forms-btn--danger{background:#fff;border-color:#fecaca;color:#b91c1c}.forms-btn--danger:hover:not(:disabled){background:#fef2f2;border-color:#fca5a5;color:#991b1b}.forms-btn--compact{font-size:.72rem;padding:5px 8px}.forms-link-btn{background:#0000;border:none;color:#1c85fc;color:var(--color-brand,#1c85fc);cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:600;line-height:1.3;padding:2px 4px;transition:color .15s ease,opacity .15s ease}.forms-link-btn:hover:not(:disabled){color:#1565d8;color:var(--color-brand-hover,#1565d8)}.forms-link-btn:disabled{cursor:not-allowed;opacity:.5}.forms-panel-actions{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px}.forms-icon-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.85rem;height:28px;justify-content:center;line-height:1;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease;width:28px}.forms-icon-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.forms-icon-btn:disabled{cursor:not-allowed;opacity:.35}.forms-icon-btn--danger:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#b91c1c}.forms-count{color:#94a3b8;font-size:.72rem;font-weight:500;letter-spacing:.01em;margin:0}.forms-list{max-width:560px}.forms-list-head{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:8px}.forms-list-add{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;height:28px;justify-content:center;padding:0;transition:background .15s ease,border-color .15s ease,color .15s ease;width:28px}.forms-list-add:hover{background:#f5f9ff;background:var(--color-brand-muted,#f5f9ff);border-color:#bfdbfe;border-color:var(--color-brand-soft,#bfdbfe);color:#1c85fc;color:var(--color-brand,#1c85fc)}.forms-list-rows{background:#fff;border:1px solid #eceef1;border-radius:8px;list-style:none;margin:0;overflow:hidden;padding:0}.forms-list-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;justify-content:space-between;padding:8px 10px}.forms-list-row:last-child{border-bottom:none}.forms-list-row:hover{background:#fafbfc}.forms-list-row-main{align-items:baseline;display:flex;flex:1 1;gap:8px;min-width:0}.forms-list-row-title{color:#334155;font-size:.8rem;font-weight:500;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-list-row-meta{color:#a3acba;flex-shrink:0;font-size:.68rem;font-weight:500}.forms-list-row-actions{align-items:center;display:flex;flex-shrink:0;gap:2px}.forms-list-icon-btn{align-items:center;background:#0000;border:none;border-radius:5px;color:#94a3b8;cursor:pointer;display:inline-flex;font-family:inherit;height:26px;justify-content:center;padding:0;transition:background .15s ease,color .15s ease;width:26px}.forms-list-icon-btn:hover:not(:disabled){background:#f1f5f9;color:#475569}.forms-list-icon-btn:disabled{cursor:not-allowed;opacity:.45}.forms-list-icon-btn--danger:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.forms-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.forms-card{animation:forms-card-in .32s cubic-bezier(.22,1,.36,1) both;background:#fff;border:1px solid #eceef1;border-radius:10px;display:flex;flex-direction:column;min-height:0;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.forms-card:hover{border-color:#dbe3ec;box-shadow:0 4px 14px #0f172a0f;transform:translateY(-1px)}@keyframes forms-card-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.forms-card-head{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:8px;justify-content:space-between;padding:12px 14px 10px}.forms-card-title{color:#334155;font-size:.9rem;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin:0;word-break:break-word}.forms-card-meta{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;display:inline-flex;flex-shrink:0;font-size:.65rem;font-weight:600;gap:4px;padding:3px 7px;white-space:nowrap}.forms-card-body{display:flex;flex:1 1;flex-direction:column;gap:10px;padding:10px 14px 12px}.forms-card-stats{display:flex;flex-wrap:wrap;gap:6px 12px}.forms-stat{align-items:baseline;display:inline-flex;font-size:.72rem;gap:5px}.forms-stat-label{color:#94a3b8;font-weight:500}.forms-stat-value{color:#475569;font-weight:600}.forms-preview{display:flex;flex-direction:column;gap:5px}.forms-preview-label{color:#94a3b8;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.forms-preview-list{display:flex;flex-direction:column;gap:4px}.forms-preview-item{align-items:center;background:#fafbfc;border:1px solid #f1f5f9;border-radius:6px;display:flex;font-size:.72rem;gap:8px;justify-content:space-between;padding:5px 8px}.forms-preview-q{color:#475569;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-preview-type{color:#94a3b8;flex-shrink:0;font-size:.62rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.forms-preview-more{color:#94a3b8;font-size:.68rem;padding:2px 0;text-align:center}.forms-card-actions{background:#fafbfc;border-top:1px solid #f1f5f9;display:flex;gap:8px;padding:10px 14px 12px}.forms-card-actions .forms-btn{flex:1 1}.forms-card-btn{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;flex:1 1;font-family:inherit;font-size:.75rem;font-weight:600;justify-content:center;padding:7px 10px;text-decoration:none;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.forms-card-btn:disabled{cursor:not-allowed;opacity:.6}.forms-empty{background:#fff;border:1px dashed #e2e8f0;border-radius:12px;flex-direction:column;gap:12px;padding:48px 24px;text-align:center}.forms-empty,.forms-empty-icon{align-items:center;display:flex;justify-content:center}.forms-empty-icon{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;font-size:1.1rem;height:40px;line-height:1;width:40px}.forms-empty-title{color:#334155;font-size:.9rem;font-weight:600;margin:0}.forms-empty-text{color:#64748b;font-size:.8rem;line-height:1.45;margin:0;max-width:36ch}.forms-empty--compact{padding:32px 20px}.forms-preview-more--left{margin:0;text-align:left}.forms-card--clickable{cursor:pointer}.forms-card--clickable:focus-visible{outline:2px solid #1c85fc;outline:2px solid var(--color-brand,#1c85fc);outline-offset:2px}.forms-tabs{background:#f1f5f9;border-radius:10px;display:flex;gap:4px;margin-bottom:14px;padding:3px;width:-webkit-fit-content;width:fit-content}.forms-tab{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:6px 14px;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.forms-tab:hover{color:#334155}.forms-tab.is-active{background:#fff;box-shadow:0 1px 3px #0f172a14;color:#0f172a}.forms-main{min-height:0}.forms-split{grid-gap:12px;align-items:start;display:grid;gap:12px;grid-template-columns:minmax(200px,240px) minmax(0,1fr)}@media (max-width:860px){.forms-split{grid-template-columns:1fr}.forms-sidebar{max-height:200px;overflow-y:auto}}.forms-sidebar{background:#fff;border:1px solid #eceef1;border-radius:10px;padding:8px;position:-webkit-sticky;position:sticky;top:12px}.forms-sidebar-list{display:flex;flex-direction:column;gap:4px}.forms-sidebar-item{align-items:center;background:#0000;border:1px solid #0000;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-family:inherit;font-size:.75rem;gap:8px;justify-content:space-between;padding:8px 10px;text-align:left;transition:background .15s ease,border-color .15s ease,color .15s ease;width:100%}.forms-sidebar-item:hover{background:#f8fafc;border-color:#e2e8f0}.forms-sidebar-item.is-active{background:#eff6ff;background:var(--color-brand-muted,#eff6ff);border-color:#bfdbfe;border-color:var(--color-brand-soft,#bfdbfe);color:#1d4ed8;color:var(--color-brand-hover,#1d4ed8)}.forms-sidebar-item--new{color:#1c85fc;color:var(--color-brand,#1c85fc);font-weight:600;margin-bottom:4px}.forms-sidebar-item-title{font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-sidebar-item-meta{color:#94a3b8;flex-shrink:0;font-size:.65rem;font-weight:600}.forms-split-main{min-width:0}.forms-builder{margin:0 auto;max-width:660px}.forms-back-link{align-items:center;background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.74rem;font-weight:600;gap:4px;margin-bottom:12px;padding:3px 6px 3px 2px;transition:color .15s ease}.forms-back-link:hover{color:#1c85fc;color:var(--color-brand,#1c85fc)}.forms-editor-head{align-items:center;display:flex;gap:8px;margin-bottom:12px;min-width:0}.forms-editor-heading{color:#1f2937;flex:1 1;font-size:1.05rem;font-weight:650;letter-spacing:-.02em;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-editor-head-actions{align-items:center;display:inline-flex;flex-shrink:0;gap:4px}.forms-editor-assign-btn,.forms-editor-help-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:inherit;height:28px;justify-content:center;padding:0;transition:background .15s ease,color .15s ease;width:28px}.forms-editor-assign-btn:hover,.forms-editor-help-btn:hover{background:#f1f5f9;color:#1c85fc;color:var(--color-brand,#1c85fc)}.forms-editor-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:2px}.forms-editor-footer .forms-btn{padding:7px 16px}.forms-new-card{align-items:center;background:#0000;border:1px dashed #d8dee6;border-radius:10px;color:#94a3b8;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:6px;justify-content:center;min-height:132px;transition:border-color .15s ease,color .15s ease,background .15s ease}.forms-new-card:hover{background:#f5f9ff;background:var(--color-brand-muted,#f5f9ff);border-color:#bfdbfe;border-color:var(--color-brand-soft,#bfdbfe);color:#1c85fc;color:var(--color-brand,#1c85fc)}.forms-new-card-plus{font-size:1.3rem;font-weight:400;line-height:1}.forms-new-card-text{font-size:.78rem;font-weight:600}.forms-editor{min-width:0}.forms-editor-bar{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffffd9;border:1px solid #eceef1;border-radius:9px;gap:10px;justify-content:space-between;margin-bottom:10px;padding:8px 10px;position:-webkit-sticky;position:sticky;top:0;z-index:6}.forms-editor-bar,.forms-editor-bar-main{align-items:center;display:flex;flex-wrap:wrap}.forms-editor-bar-main{gap:7px;min-width:0}.forms-editor-crumb{color:#94a3b8;flex-shrink:0;font-size:.72rem;font-weight:500}.forms-editor-title{color:#334155;font-size:.82rem;font-weight:600;letter-spacing:-.01em;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-editor-badge{background:#fffbeb;border:1px solid #fde68a;border-radius:5px;color:#b45309;font-size:.66rem;font-weight:600;padding:2px 7px}.forms-editor-body{display:flex;flex-direction:column;gap:10px}.forms-panel{background:#fff;border:1px solid #eceef1;border-radius:10px;padding:11px 13px}.forms-panel-head{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:9px}.forms-panel-title{color:#94a3b8;font-size:.7rem;font-weight:650;letter-spacing:.04em;margin:0;text-transform:uppercase}.forms-panel>.forms-panel-title{margin-bottom:9px}.forms-field{display:flex;flex-direction:column;gap:5px}.forms-field+.forms-field{margin-top:10px}.forms-field-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:10px}.forms-field-row .forms-field{margin-top:0;min-width:0}@media (max-width:560px){.forms-field-row{grid-template-columns:1fr}}.forms-subject-badge{align-items:center;background:#f8fafc;border:1px solid #dbe3ee;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.78rem;font-weight:600;gap:6px;max-width:100%;padding:6px 10px;transition:background .15s ease,border-color .15s ease,color .15s ease;width:-webkit-fit-content;width:fit-content}.forms-subject-badge:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.forms-subject-badge--empty{color:#94a3b8;font-weight:500}.forms-subject-badge-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-subject-picker{width:min(460px,100%)}.forms-subject-picker-body{max-height:min(60vh,420px)}.forms-subject-picker-intro{color:#64748b;font-size:.74rem;line-height:1.45;margin:0 0 10px}.forms-subject-current{display:flex;flex-direction:column;gap:6px}.forms-subject-picker-note{color:#64748b;font-size:.72rem;line-height:1.45;margin:0}.forms-subject-picker-section+.forms-subject-picker-section{border-top:1px solid #f1f5f9;margin-top:12px;padding-top:12px}.forms-subject-picker-section-title{color:#475569;font-size:.72rem;font-weight:650;letter-spacing:.04em;margin:0 0 6px;text-transform:uppercase}.forms-subject-option-list{display:flex;flex-direction:column;gap:4px}.forms-subject-option{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155;display:flex;font-family:inherit;font-size:.76rem;gap:8px;justify-content:space-between;padding:8px 10px;text-align:left;width:100%}.forms-subject-option--pickable{cursor:pointer;transition:background .15s ease,border-color .15s ease}.forms-subject-option--pickable:hover{background:#f8fafc;border-color:#cbd5e1}.forms-subject-option--active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8}.forms-subject-option-main{align-items:center;display:flex;gap:8px;justify-content:space-between;width:100%}.forms-subject-option-org{color:#94a3b8;flex-shrink:0;font-size:.68rem;font-weight:600}.forms-subject-option--active .forms-subject-option-org{color:#60a5fa}.forms-subject-picker-footer{border-top:1px solid #e2e8f0;display:flex;gap:8px;justify-content:flex-end;padding:10px 16px 14px}.forms-q-type-badge{align-items:center;background:#f8fafc;border:1px solid #dbe3ee;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.78rem;font-weight:600;max-width:100%;padding:6px 10px;transition:background .15s ease,border-color .15s ease,color .15s ease;width:-webkit-fit-content;width:fit-content}.forms-q-type-badge:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.forms-help-overlay--nested{z-index:1300}.forms-type-picker{width:min(560px,100%)}.forms-type-picker-body{max-height:min(70vh,520px)}.forms-type-picker-intro{color:#64748b;font-size:.74rem;line-height:1.45;margin:0 0 12px}.forms-type-picker-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:520px){.forms-type-picker-grid{grid-template-columns:1fr}}.forms-type-picker-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;gap:4px;padding:10px 12px;text-align:left;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease;width:100%}.forms-type-picker-card:hover{background:#f8fafc;border-color:#cbd5e1}.forms-type-picker-card--active{background:#eff6ff;border-color:#93c5fd;box-shadow:0 0 0 1px #bfdbfe}.forms-type-picker-card-title{color:#1e293b;font-size:.8rem;font-weight:650}.forms-type-picker-card--active .forms-type-picker-card-title{color:#1d4ed8}.forms-type-picker-card-desc{color:#64748b;font-size:.72rem;line-height:1.4}.forms-type-picker-card--active .forms-type-picker-card-desc{color:#3b82f6}.forms-type-radios{display:flex;flex-wrap:wrap;gap:6px}.forms-type-radio{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:500;gap:6px;padding:6px 10px;transition:border-color .15s ease,background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.forms-type-radio input{accent-color:#1c85fc;accent-color:var(--color-brand,#1c85fc);cursor:pointer;margin:0}.forms-type-radio:hover{border-color:#cbd5e1;color:#334155}.forms-type-radio--active{background:#f0f9ff;border-color:#93c5fd;color:#0369a1}.forms-field-label{color:#64748b;font-size:.72rem;font-weight:600}.forms-field-hint{color:#94a3b8;font-size:.68rem;line-height:1.35;margin:4px 0 0}.forms-field-input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.8125rem;padding:8px 10px;transition:border-color .15s ease;width:100%}.forms-field-input:focus{border-color:#1c85fc;border-color:var(--color-brand,#1c85fc);outline:none}.forms-sheet-overlay{align-items:flex-end;animation:forms-sheet-overlay-in .2s ease;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background:#0f172a29;display:flex;inset:0;justify-content:center;padding:12px 12px max(12px,env(safe-area-inset-bottom));position:fixed;z-index:1998}@keyframes forms-sheet-overlay-in{0%{opacity:0}to{opacity:1}}.forms-sheet-panel{animation:forms-sheet-slide .28s cubic-bezier(.22,1,.36,1);background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 40px #0f172a1f;display:flex;flex-direction:column;max-height:min(75vh,400px);overflow:hidden;width:min(100%,420px)}@keyframes forms-sheet-slide{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (min-width:520px){.forms-sheet-overlay{align-items:center;padding:20px}.forms-sheet-panel{animation:forms-sheet-in .24s cubic-bezier(.22,1,.36,1)}}@keyframes forms-sheet-in{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.forms-sheet-header{align-items:center;display:flex;gap:8px;justify-content:space-between;padding:12px 14px 8px}.forms-sheet-header-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.forms-sheet-panel--wide{max-height:min(75vh,520px);width:min(100%,480px)}.forms-sheet-title{color:#0f172a;font-size:.875rem;font-weight:600;margin:0}.forms-sheet-close{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:1.25rem;height:28px;line-height:1;padding:0;width:28px}.forms-sheet-close:hover{background:#f1f5f9;color:#64748b}.forms-sheet-body{overflow-y:auto;padding:4px 14px 12px}.forms-sheet-actions{border-top:1px solid #f1f5f9;display:flex;gap:8px;padding:10px 14px 14px}.forms-sheet-btn{border:1px solid #0000;border-radius:8px;cursor:pointer;flex:1 1 auto;font-family:inherit;font-size:.75rem;font-weight:600;min-width:0;padding:7px 12px;transition:background .15s ease,border-color .15s ease,filter .15s ease}.forms-sheet-btn:disabled{cursor:not-allowed;opacity:.55}.forms-sheet-btn--secondary{background:#f8fafc;border-color:#e2e8f0;color:#475569}.forms-sheet-btn--secondary:hover:not(:disabled){background:#f1f5f9}.forms-sheet-btn--primary{background:#1c85fc;background:var(--color-brand,#1c85fc);border-color:#1c85fc;border-color:var(--color-brand,#1c85fc);color:#fff}.forms-sheet-btn--primary:hover:not(:disabled){background:#1565d8;background:var(--color-brand-hover,#1565d8);border-color:#1565d8;border-color:var(--color-brand-hover,#1565d8)}.forms-panel-empty{color:#94a3b8;font-size:.78rem;line-height:1.45;margin:0;padding:16px 4px;text-align:center}.forms-q-groups,.forms-q-list{display:flex;flex-direction:column;gap:8px}.forms-q-toolbar{align-items:center;display:flex;gap:6px}.forms-group-toggle{align-items:center;color:#64748b;cursor:pointer;display:inline-flex;font-size:.72rem;font-weight:600;gap:6px;-webkit-user-select:none;user-select:none}.forms-group-toggle-input{height:0;opacity:0;position:absolute;width:0}.forms-group-toggle-track{background:#e2e8f0;border-radius:999px;height:16px;position:relative;transition:background .15s ease;width:30px}.forms-group-toggle-track:after{background:#fff;border-radius:50%;box-shadow:0 1px 2px #0f172a1f;content:"";height:12px;left:2px;position:absolute;top:2px;transition:transform .15s ease;width:12px}.forms-group-toggle-input:checked+.forms-group-toggle-track{background:#93c5fd}.forms-group-toggle-input:checked+.forms-group-toggle-track:after{transform:translateX(14px)}.forms-group-toggle-label{color:#94a3b8}.forms-q-tabs{border-bottom:1px solid #f1f5f9;display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px;padding-bottom:8px}.forms-q-tab-wrap{display:flex}.forms-q-tab{background:#0000;border:none;border-bottom:2px solid #0000;border-radius:4px 4px 0 0;color:#94a3b8;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:5px 10px;transition:color .15s ease,background .15s ease,border-color .15s ease}.forms-q-tab:hover{background:#f8fafc;color:#64748b}.forms-q-tab--active{background:#f8fafc;border-bottom-color:#94a3b8;color:#334155}.forms-q-tab-input{border:1px solid #cbd5e1;border-radius:4px;font-family:inherit;font-size:.75rem;font-weight:600;min-width:90px;outline:none;padding:4px 8px}.forms-q-tab-input:focus{border-color:#93c5fd}.forms-q-tab-input--new{margin-left:2px}.forms-q-tab-add{align-self:center;flex-shrink:0;margin-left:2px}.forms-q-group-select{background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;font-family:inherit;font-size:.7rem;max-width:110px;padding:2px 6px}.forms-q-required-label{color:#cbd5e1;font-size:.62rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.forms-q-group{background:#fff;border:1px solid #eceef1;border-radius:8px;overflow:hidden}.forms-q-group-head{align-items:center;background:#fafbfc;cursor:pointer;display:flex;gap:7px;padding:7px 9px;transition:background .15s ease;-webkit-user-select:none;user-select:none}.forms-q-group-head:hover{background:#f4f6f9}.forms-q-group-chevron{color:#b8c0cc;font-size:.56rem;transition:transform .15s ease}.forms-q-group-title{color:#334155;flex:1 1;font-size:.76rem;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forms-q-group-count{color:#a3acba;font-size:.66rem;font-weight:500}.forms-q-group-body{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:7px;padding:9px}.forms-q-card{background:#fcfcfd;border:1px solid #eef1f4;border-radius:7px;padding:9px 10px}.forms-q-card-head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:7px}.forms-q-card-head-main{align-items:center;display:flex;gap:6px}.forms-q-card-label{color:#a3acba;font-size:.64rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.forms-q-card-actions{display:flex;gap:3px}.forms-q-card-actions .forms-icon-btn{font-size:.78rem;height:24px;width:24px}.forms-q-grid{grid-gap:7px 8px;display:grid;gap:7px 8px;grid-template-columns:1fr 1fr}@media (max-width:640px){.forms-q-grid{grid-template-columns:1fr}}.forms-q-field{display:flex;flex-direction:column;gap:3px}.forms-q-field-label{color:#94a3b8;font-size:.64rem;font-weight:600}.forms-q-label-row{align-items:center;display:flex;gap:6px}.forms-q-label-format-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.62rem;font-style:italic;font-weight:700;height:18px;justify-content:center;line-height:1;min-width:24px;padding:0 5px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.forms-q-label-format-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.forms-q-label-format-btn--active{background:#dbeafe;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f;color:#1d4ed8}.forms-q-label-format-btn--formatted:not(.forms-q-label-format-btn--active){border-color:#93c5fd;color:#2563eb}.forms-q-input{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-sizing:border-box;color:#0f172a;font-family:inherit;font-size:.76rem;padding:5px 8px;transition:border-color .15s ease;width:100%}.forms-q-input:focus{border-color:#1c85fc;border-color:var(--color-brand,#1c85fc);outline:none}.forms-q-check{align-items:center;align-self:end;color:#475569;cursor:pointer;display:flex;font-size:.72rem;gap:6px;padding-bottom:6px}.forms-q-options{background:#fff;border:1px solid #eef1f4;border-radius:6px;margin-top:7px;padding:8px}.forms-q-options-head{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:6px}.forms-q-option-row{align-items:center;display:flex;gap:6px}.forms-q-option-row+.forms-q-option-row{margin-top:6px}.forms-q-options-empty{color:#a3acba;font-size:.7rem;font-style:italic;margin:4px 0 0}.forms-q-add{background:#0000;border:1px dashed #d8dee6;border-radius:7px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.72rem;font-weight:600;padding:7px;transition:border-color .15s ease,color .15s ease,background .15s ease;width:100%}.forms-q-add:hover{background:#f5f9ff;background:var(--color-brand-muted,#f5f9ff);border-color:#bfdbfe;border-color:var(--color-brand-soft,#bfdbfe);color:#1c85fc;color:var(--color-brand,#1c85fc)}.forms-q-points-row{align-items:center;display:inline-flex;flex-wrap:wrap;gap:5px;margin-left:6px}.forms-q-points-badge{border-radius:999px;cursor:pointer;font-size:.7rem;font-weight:600;padding:2px 7px;-webkit-user-select:none;user-select:none}.forms-q-points-badge--correct{background:#dcfce7;color:#15803d}.forms-q-points-badge--correct:hover{background:#bbf7d0}.forms-q-points-badge--attempt{background:#fee2e2;color:#b91c1c}.forms-q-points-badge--attempt:hover{background:#fecaca}.forms-q-points-badge--sample{cursor:default;vertical-align:middle}.forms-q-points-input{background:#fff;border-radius:999px;font-family:inherit;font-size:.7rem;font-weight:600;outline:none;padding:2px 6px;width:52px}.forms-q-points-input--correct{border:1px solid #86efac;color:#15803d}.forms-q-points-input--correct:focus{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e26}.forms-q-points-input--attempt{border:1px solid #fca5a5;color:#b91c1c}.forms-q-points-input--attempt:focus{border-color:#ef4444;box-shadow:0 0 0 2px #ef444426}.forms-q-attempt-toggle{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;cursor:pointer;font-family:inherit;font-size:.68rem;font-weight:600;padding:2px 8px;transition:background .15s ease,color .15s ease,border-color .15s ease}.forms-q-attempt-toggle:hover{background:#e2e8f0;color:#475569}.forms-q-attempt-toggle--on{background:#fef3c7;border-color:#fcd34d;color:#b45309}.forms-q-attempt-toggle--on:hover{background:#fde68a;color:#92400e}.forms-help-overlay{align-items:center;animation:forms-sheet-overlay-in .2s ease;background:#0f172a52;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.forms-help-dialog{animation:forms-help-in .22s cubic-bezier(.22,1,.36,1);background:#fff;border-radius:12px;box-shadow:0 20px 48px #0f172a2e;display:flex;flex-direction:column;max-height:min(88vh,720px);width:min(520px,100%)}@keyframes forms-help-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.forms-help-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:12px;justify-content:space-between;padding:14px 16px}.forms-help-title{color:#1f2937;font-size:.95rem;font-weight:650;margin:0}.forms-help-body{overflow-y:auto;padding:12px 16px 16px}.forms-help-section+.forms-help-section{border-top:1px solid #f1f5f9;margin-top:14px;padding-top:14px}.forms-help-section-title{align-items:center;color:#334155;display:inline-flex;font-size:.8rem;font-weight:650;gap:6px;margin:0 0 6px}.forms-help-section p{color:#64748b;font-size:.76rem;line-height:1.5;margin:0 0 8px}.forms-help-section p:last-child{margin-bottom:0}.forms-help-list{color:#64748b;font-size:.76rem;line-height:1.5;margin:0 0 8px;padding-left:18px}.forms-help-list li+li{margin-top:4px}.forms-help-inline-btn{pointer-events:none;vertical-align:middle}.forms-preview-dialog{max-height:min(92vh,860px);width:min(720px,100%)}.forms-preview-toolbar{border-bottom:1px solid #f1f5f9;padding:0 20px 12px}.forms-preview-body{overflow-y:auto;padding:16px 20px 20px}.forms-preview-json{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.72rem;line-height:1.45;margin:0;overflow-x:auto;padding:12px 14px;white-space:pre-wrap;word-break:break-word}.forms-scoring-radios{gap:5px}.forms-type-radio--compact{font-size:.72rem;padding:5px 8px}.forms-q-scoring{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;display:flex;flex-direction:column;gap:8px;margin-top:10px;padding:10px 12px}.forms-q-scoring-row{display:flex;flex-wrap:wrap;gap:8px}.forms-q-scoring-hint{color:#64748b;font-size:.72rem;line-height:1.35;margin:0}.forms-q-text-rule{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.forms-q-text-rule .forms-q-input{flex:1 1;min-width:120px}.forms-q-range-sep{color:#94a3b8;flex-shrink:0;font-size:.72rem}.forms-q-scoring-hint--inline{flex-shrink:0;margin:0}.forms-q-input--date{flex:0 1 auto;min-width:140px}.forms-q-correct-check{align-items:center;cursor:pointer;display:inline-flex;flex-shrink:0}.forms-q-correct-check input{height:0;opacity:0;position:absolute;width:0}.forms-q-correct-label{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:4px;color:#94a3b8;display:inline-flex;font-size:.7rem;height:22px;justify-content:center;width:22px}.forms-q-correct-check input:checked+.forms-q-correct-label{background:#dcfce7;border-color:#22c55e;color:#15803d}.forms-q-check--inline{color:#475569;font-size:.75rem}.forms-rel-list{display:flex;flex-direction:column;gap:6px}.forms-rel-row{align-items:flex-start;background:#fafbfc;border:1px solid #f1f5f9;border-radius:8px;display:flex;gap:10px;justify-content:space-between;padding:8px 10px}.forms-rel-main{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:8px;min-width:0}.forms-rel-kind{color:#64748b;font-size:.68rem;font-weight:600}.forms-rel-name{color:#334155;font-size:.78rem;font-weight:500}.forms-rel-type{color:#94a3b8;font-size:.68rem;font-weight:600}.forms-rel-assignment-opts{display:flex;flex-direction:column;gap:4px;margin-top:4px;width:100%}.forms-rel-assignment-opt{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:.72rem;gap:6px}.forms-field--assignment-meta{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:6px;padding:10px 12px}.forms-setup-defaults{border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px;margin-top:10px;padding-top:10px}.forms-setup-defaults-head{display:flex;flex-direction:column;gap:2px}.forms-setup-defaults-title{color:#94a3b8;font-size:.72rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase}.forms-setup-defaults-hint{color:#b0bac9;font-size:.68rem;line-height:1.35}.forms-setup-defaults-opts{display:flex;flex-direction:column;gap:4px}.forms-setup-defaults-check{align-items:center;color:#64748b;cursor:pointer;display:flex;font-size:.74rem;gap:6px;-webkit-user-select:none;user-select:none}.forms-setup-defaults-check input[type=checkbox]{accent-color:#64748b;flex-shrink:0;height:13px;margin:0;width:13px}.forms-setup-defaults-check--attempts{cursor:default}.forms-setup-defaults-check--attempts-nested{padding-left:19px}.forms-setup-defaults-attempts-input{-webkit-appearance:textfield;appearance:textfield;background:#fff;border:1px solid #cbd5e1;border-radius:4px;color:#475569;cursor:text;flex-shrink:0;font-size:.72rem;font-weight:600;height:26px;line-height:1;margin:0;padding:0;text-align:center;width:26px}.forms-setup-defaults-attempts-input::-webkit-inner-spin-button,.forms-setup-defaults-attempts-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.forms-setup-defaults-attempts-input:focus{border-color:#94a3b8;box-shadow:0 0 0 2px #e2e8f0;outline:none}.forms-panel-loading{color:#94a3b8;font-size:.78rem;margin:0;padding:12px 4px;text-align:center}.forms-assignments-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:10px}.forms-assignments-hint{color:#64748b;font-size:.78rem;line-height:1.45;margin:0;max-width:48ch}.forms-table-wrap{background:#fff;border:1px solid #eceef1;border-radius:10px;overflow:hidden}.forms-table{border-collapse:collapse;font-size:.78rem;width:100%}.forms-table th{background:#fafbfc;border-bottom:1px solid #eceef1;color:#94a3b8;font-size:.65rem;font-weight:650;letter-spacing:.04em;padding:10px 12px;text-align:left;text-transform:uppercase}.forms-table td{border-bottom:1px solid #f1f5f9;color:#475569;padding:10px 12px;vertical-align:middle}.forms-table tr:last-child td{border-bottom:none}.forms-table-muted{color:#94a3b8;font-size:.72rem}.forms-table-col-actions{text-align:right;width:100px}.forms-table-link{background:none;border:none;color:#1c85fc;color:var(--color-brand,#1c85fc);cursor:pointer;font-family:inherit;font-size:inherit;font-weight:600;padding:0;text-align:left}.forms-table-link:hover{text-decoration:underline}.forms-table-action{font-size:.72rem;padding:5px 10px}.rpc-cell{gap:4px;min-width:118px}.rpc-cell,.rpc-status{display:flex;flex-direction:column;width:100%}.rpc-status{align-items:center;border:1px solid;border-radius:6px;cursor:pointer;font-family:inherit;gap:1px;justify-content:center;line-height:1.2;min-height:34px;padding:4px 6px}.rpc-status-label{font-size:.68rem;font-weight:600}.rpc-status-meta{font-size:.58rem;font-weight:500;max-width:100%;opacity:.85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rpc-actions{display:flex;gap:3px}.rpc-action,.rpc-actions{align-items:center;justify-content:center}.rpc-action{background:#fff;border:1px solid #e2e8f0;border-radius:5px;color:#64748b;cursor:pointer;display:inline-flex;flex-shrink:0;height:22px;padding:0;width:24px}.rpc-action:disabled{cursor:not-allowed;opacity:.35}.rpc-action--paid:not(:disabled):hover{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.rpc-action--fail:not(:disabled):hover{background:#fef2f2;border-color:#fecaca;color:#991b1b}.rpc-action--insufficient{border-color:#fecaca;color:#dc2626}.rpc-action--insufficient:not(:disabled):hover{background:#fef2f2;border-color:#f87171;color:#b91c1c}.rpc-action--partial:not(:disabled):hover{background:#fffbeb;border-color:#fde68a;color:#92400e}.rpc-partial-frac{align-items:center;display:inline-flex;flex-direction:column;font-family:ui-sans-serif,system-ui,sans-serif;font-size:7px;font-weight:700;justify-content:center;letter-spacing:-.02em;line-height:1;width:11px}.rpc-partial-frac__bar{background:currentColor;border-radius:1px;display:block;height:1.5px;margin:1px 0;width:100%}.rpc-legend{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px 12px;padding:8px 10px}.rpc-legend-label{color:#94a3b8;font-size:.62rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.rpc-legend-item{align-items:center;color:#64748b;display:inline-flex;font-size:.68rem;gap:5px}.rpc-legend-item--note{color:#94a3b8;font-style:italic}.rpc-action--legend{height:20px;pointer-events:none;width:22px}.payments-roster-scroll{-webkit-overflow-scrolling:touch;max-height:min(60vh,560px);overflow:auto}.payments-roster-table{border-collapse:initial;border-spacing:0}.payments-roster-th{background:#f8fafc;box-shadow:0 1px 0 #e2e8f0;position:-webkit-sticky;position:sticky;top:0;z-index:2}.payments-roster-th--corner{box-shadow:1px 1px 0 #e2e8f0;left:0;z-index:4}.payments-roster-td-student{background:#fff;box-shadow:1px 0 0 #e2e8f0;left:0;position:-webkit-sticky;position:sticky;z-index:1}.payments-roster-table tbody tr:hover .payments-roster-td-student{background:#fafafa}.taxonomy-page{margin:0 auto;max-width:960px;padding:24px 20px 48px}.taxonomy-top{margin-bottom:20px}.taxonomy-title{color:#0f172a;font-size:1.5rem;font-weight:600;margin:0 0 6px}.taxonomy-subtitle{color:#64748b;font-size:.9375rem;margin:0}.taxonomy-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.taxonomy-toolbar input[type=search],.taxonomy-toolbar select{border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;padding:8px 10px}.taxonomy-add-btn{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:6px;margin-left:auto;padding:8px 14px}.taxonomy-add-btn:hover{background:#1d4ed8}.taxonomy-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.taxonomy-table{border-collapse:collapse;font-size:.875rem;width:100%}.taxonomy-table td,.taxonomy-table th{border-bottom:1px solid #f1f5f9;padding:10px 12px;text-align:left}.taxonomy-table th{background:#f8fafc;color:#475569;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.taxonomy-table tr:last-child td{border-bottom:none}.taxonomy-code{color:#334155;font-family:ui-monospace,monospace;font-size:.8125rem}.taxonomy-desc{color:#64748b;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.taxonomy-badge{border-radius:999px;display:inline-block;font-size:.6875rem;font-weight:600;padding:2px 8px;text-transform:uppercase}.taxonomy-badge--active{background:#dcfce7;color:#166534}.taxonomy-badge--inactive{background:#f1f5f9;color:#64748b}.taxonomy-row-actions{display:flex;gap:6px}.taxonomy-icon-btn{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#475569;cursor:pointer;padding:6px 8px}.taxonomy-icon-btn:hover{background:#f8fafc}.taxonomy-icon-btn--danger:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.taxonomy-empty{color:#64748b;padding:32px;text-align:center}.taxonomy-modal-fields{display:flex;flex-direction:column;gap:12px}.taxonomy-field label{color:#334155;display:block;font-size:.8125rem;font-weight:500;margin-bottom:4px}.taxonomy-field input,.taxonomy-field select,.taxonomy-field textarea{border:1px solid #cbd5e1;border-radius:8px;box-sizing:border-box;font-size:.875rem;padding:8px 10px;width:100%}.taxonomy-field textarea{min-height:72px;resize:vertical}.taxonomy-field-hint{color:#94a3b8;font-size:.75rem;margin-top:4px}.taxonomy-editor-overlay{align-items:center;background:#0f172a59;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:2000}.taxonomy-editor-panel{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0f172a26;max-height:90vh;max-width:440px;overflow-y:auto;padding:20px;width:100%}.ws-page{background:#f8fafc;min-height:calc(100vh - 60px);padding:20px 16px 40px}.ws-inner{margin:0 auto;max-width:1280px}.ws-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.ws-title{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0 0 4px}.ws-subtitle{color:#64748b;font-size:.875rem;line-height:1.45;margin:0;max-width:52rem}.ws-access-label{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;color:#475569;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.01em;margin-right:.5rem;padding:.1rem .45rem;vertical-align:.05em}.ws-subtitle strong{color:#334155;font-weight:650}.ws-header-controls{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.ws-filter-bar{background:#0000;border:none;display:flex;flex-direction:column;gap:10px;margin-bottom:14px;padding:0}.ws-filter-group{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.ws-filter-group-label{color:#94a3b8;flex-shrink:0;font-size:.62rem;font-weight:600;letter-spacing:.05em;margin-right:2px;text-transform:uppercase}.ws-filter-badge{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:999px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.75rem;font-weight:500;gap:6px;padding:4px 10px;transition:background .15s ease,border-color .15s ease,color .15s ease}.ws-filter-badge:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.ws-filter-badge.is-active{background:#eff6ff;border-color:#93c5fd;color:#1d4ed8;font-weight:600}.ws-lp-timeline-section{margin-top:4px;width:100%}.ws-lp-timeline-head{align-items:center;display:flex;gap:6px;margin-bottom:8px}.ws-lp-timeline{overflow-x:auto;padding-bottom:4px;width:100%}.ws-lp-timeline-track{align-items:stretch;display:flex;gap:3px;min-width:min(100%,520px)}.ws-lp-timeline-segment{align-items:stretch;background:#0000;border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;font-family:inherit;min-width:72px;padding:0 2px 4px;text-align:left;transition:background .15s ease}.ws-lp-timeline-segment:hover{background:#f8fafce6}.ws-lp-timeline-segment.is-selected{background:#f8fafc;box-shadow:inset 0 0 0 2px #93c5fd}.ws-lp-timeline-bar-wrap{align-items:flex-end;display:flex;height:28px;margin-bottom:6px;position:relative}.ws-lp-timeline-bar{background:#e2e8f0;border-radius:999px;height:6px;width:100%}.ws-lp-timeline-segment--past .ws-lp-timeline-bar{background:#cbd5e1}.ws-lp-timeline-segment--current .ws-lp-timeline-bar,.ws-lp-timeline-segment--now .ws-lp-timeline-bar{background:linear-gradient(90deg,#1d4e89,#2563eb);box-shadow:0 1px 4px #1d4e8940;height:10px}.ws-lp-timeline-segment--upcoming .ws-lp-timeline-bar{background:#f1f5f9;border:1px dashed #cbd5e1;box-sizing:border-box}.ws-lp-timeline-segment--unknown .ws-lp-timeline-bar{background:#e2e8f0;opacity:.7}.ws-lp-timeline-today{background:#f59e0b;border-radius:1px;bottom:0;box-shadow:0 0 0 2px #f59e0b59;height:14px;margin-left:-1px;pointer-events:none;position:absolute;width:2px}.ws-lp-timeline-now-label{color:#1d4e89;font-size:.58rem;font-weight:700;left:50%;letter-spacing:.04em;position:absolute;text-transform:uppercase;top:0;transform:translateX(-50%);white-space:nowrap}.ws-lp-timeline-title{color:#334155;font-size:.72rem;font-weight:600;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-lp-timeline-segment--now .ws-lp-timeline-title{color:#1d4e89}.ws-lp-timeline-dates{color:#94a3b8;font-size:.62rem;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ws-lp-cell-title--now{color:#1d4e89;font-weight:700}.ws-legend-timeline-bar{border-radius:999px;display:block;flex-shrink:0;height:8px;margin-top:4px;width:36px}.ws-legend-timeline-bar--past{background:#cbd5e1}.ws-legend-timeline-bar--current{background:linear-gradient(90deg,#1d4e89,#2563eb);height:10px}.ws-legend-timeline-bar--upcoming{background:#f1f5f9;border:1px dashed #cbd5e1;box-sizing:border-box}.ws-legend-timeline-bar--selected{background:#eff6ff;box-shadow:inset 0 0 0 2px #93c5fd}.ws-info-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;color:#64748b;cursor:pointer;display:inline-flex;flex-shrink:0;height:22px;justify-content:center;padding:0;width:22px}.ws-info-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.ws-info-btn:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.ws-sheet-title-with-info{align-items:center;display:inline-flex;gap:8px}.ws-info-btn--title{vertical-align:middle}.ws-portfolio-help-overlay{z-index:2100}.ws-portfolio-help-panel{max-width:32rem}.ws-portfolio-help-lead{color:#334155;font-size:.84rem;line-height:1.5;margin:0 0 14px}.ws-portfolio-help-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;padding:12px 14px}.ws-portfolio-help-card--note{background:#fffbeb;border-color:#fde68a}.ws-portfolio-help-heading{color:#0f172a;font-size:.78rem;font-weight:700;letter-spacing:.03em;margin:0 0 8px;text-transform:uppercase}.ws-portfolio-help-card p{color:#475569;font-size:.8rem;line-height:1.45;margin:0}.ws-portfolio-help-muted{color:#64748b!important;font-size:.75rem!important;margin-bottom:8px!important}.ws-portfolio-help-dl{display:flex;flex-direction:column;gap:10px;margin:0}.ws-portfolio-help-dl dt{color:#0f172a;font-size:.78rem;font-weight:700;margin-bottom:2px}.ws-portfolio-help-dl dd{color:#475569;font-size:.78rem;line-height:1.45;margin:0}.ws-portfolio-help-modes,.ws-portfolio-help-status-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.ws-portfolio-help-modes li,.ws-portfolio-help-status-list li{color:#475569;display:flex;flex-direction:column;font-size:.78rem;gap:2px;line-height:1.4}.ws-portfolio-help-modes strong,.ws-portfolio-help-status-list strong{color:#0f172a;font-size:.78rem}.ws-legend-section-label{color:#94a3b8;font-size:.62rem;font-weight:600;letter-spacing:.05em;margin:0 0 6px;text-transform:uppercase}.ws-legend-section-label:not(:first-child){margin-top:14px}.ws-legend-list{list-style:none;margin:0;padding:0}.ws-legend-item{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:10px;padding:8px 0}.ws-legend-item:last-child{border-bottom:none}.ws-legend-item-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ws-legend-item-text strong{color:#0f172a;font-size:.8125rem;font-weight:600}.ws-legend-item-text span{color:#64748b;font-size:.75rem;line-height:1.4}.ws-legend-icon-preview{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:5px;color:#64748b;display:inline-flex;flex-shrink:0;height:26px;justify-content:center;width:26px}.ws-legend-swatch{border-radius:50%;flex-shrink:0;height:8px;margin-top:5px;width:8px}.ws-legend-swatch--warn{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b40}.ws-filter-field{display:flex;flex-direction:column;gap:4px;min-width:180px}.ws-filter-label{color:#94a3b8;font-size:.62rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ws-select{background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#334155;font-size:.8125rem;padding:6px 10px}.ws-org-select{min-width:240px}.ws-roster-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.ws-lp-focus-banner{background:linear-gradient(90deg,#eff6ff,#f8fafc);border-bottom:1px solid #bfdbfe;border-left:4px solid #2563eb;display:flex;flex-direction:column;gap:12px;padding:12px 14px}.ws-lp-focus-banner-top{align-items:flex-start;display:flex;gap:12px}.ws-lp-focus-banner-icon{align-items:center;background:#dbeafe;border-radius:8px;color:#1d4ed8;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.ws-lp-focus-banner-body{flex:1 1;min-width:0}.ws-lp-focus-banner-title{color:#1e3a8a;font-size:.875rem;font-weight:500;line-height:1.35;margin:0 0 2px}.ws-lp-focus-banner-title strong{color:#1e40af;font-weight:700}.ws-lp-focus-banner-desc{color:#475569;font-size:.75rem;line-height:1.45;margin:0}.ws-lp-focus-banner-desc strong{color:#334155;font-weight:600}.ws-lp-focus-banner-dates{color:#64748b;white-space:nowrap}.ws-lp-focus-banner-clear{align-self:center;background:#fff;border:1px solid #93c5fd;border-radius:6px;color:#1d4ed8;cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.75rem;font-weight:600;padding:6px 12px;transition:background .15s ease,border-color .15s ease}.ws-lp-focus-banner-clear:hover{background:#eff6ff;border-color:#60a5fa}.ws-lp-focus-banner-clear:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.ws-lp-focus-banner-calendar{border-top:1px solid #dbeafe;padding-top:4px}.ws-lp-focus-banner-cal-label{color:#64748b;font-size:.68rem;font-weight:600;letter-spacing:.04em;margin:0 0 8px;text-transform:uppercase}.ws-lp-cal-error,.ws-lp-cal-loading{color:#64748b;font-size:.75rem;margin:0}.ws-lp-cal-error{color:#b45309}.ws-lp-cal-stats{display:flex;flex-wrap:wrap;gap:8px 12px;margin-bottom:10px}.ws-lp-cal-stat{color:#64748b;font-size:.68rem}.ws-lp-cal-stat strong{font-weight:700}.ws-lp-cal-stat--session strong{color:#166534}.ws-lp-cal-stat--added strong{color:#854d0e}.ws-lp-cal-stat--removed strong{color:#991b1b}.ws-lp-cal-months{display:flex;flex-wrap:wrap;gap:10px}.ws-lp-cal-month{background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1 1 140px;max-width:180px;min-width:132px;padding:6px}.ws-lp-cal-month-title{color:#334155;font-size:.68rem;font-weight:600;margin-bottom:4px;text-align:center}.ws-lp-cal-days,.ws-lp-cal-weekdays{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(7,1fr)}.ws-lp-cal-weekday{color:#94a3b8;font-size:.55rem;font-weight:600;line-height:1.2;text-align:center}.ws-lp-cal-day{align-items:center;aspect-ratio:1;border:1px solid #0000;border-radius:3px;display:flex;font-size:.58rem;font-weight:600;justify-content:center;line-height:1;position:relative}.ws-lp-cal-day--blank{visibility:hidden}.ws-lp-cal-day--out{background:#fff;border-color:#f1f5f9;color:#e2e8f0}.ws-lp-cal-day--track{outline:2px solid #3b82f6;outline-offset:-2px}.ws-lp-cal-day--today{box-shadow:inset 0 0 0 1px #2563eb}.ws-lp-cal-scope{font-size:.45rem;font-weight:800;line-height:1;position:absolute;right:1px;top:0}.ws-lp-cal-legend{color:#64748b;display:flex;flex-wrap:wrap;font-size:.65rem;gap:8px 14px;margin-top:10px}.ws-lp-cal-legend-item{align-items:center;display:inline-flex;gap:4px}.ws-lp-cal-swatch{border:1px solid #0000;border-radius:2px;flex-shrink:0;height:10px;width:10px}.ws-lp-cal-swatch--session{background:#dcfce7;border-color:#86efac}.ws-lp-cal-swatch--added{background:#fef9c3;border-color:#fde047}.ws-lp-cal-swatch--removed{background:#fee2e2;border-color:#fca5a5}.ws-lp-cal-swatch--track{background:#fff;border-color:#3b82f6;box-shadow:inset 0 0 0 1px #3b82f6}.ws-lp-cal-scope-legend{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:2px;display:inline-flex;font-size:.55rem;font-weight:800;height:12px;justify-content:center;line-height:1;width:12px}.ws-lp-cal-scope-legend--students{color:#dc2626}.ws-lp-cal-scope-legend--staff{color:#b45309}.ws-roster-head{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:14px 14px 10px}.ws-roster-head-text{min-width:0}.ws-section-title{color:#1e293b;font-size:.9375rem;font-weight:600;margin:0}.ws-section-sub{color:#94a3b8;font-size:.75rem;line-height:1.4;margin:4px 0 0}.ws-toolbar{flex-shrink:0;position:relative}.ws-toolbar-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;display:inline-flex;height:28px;justify-content:center;padding:0;width:28px}.ws-toolbar-btn:hover{background:#f8fafc;border-color:#cbd5e1}.ws-toolbar-btn:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.ws-col-settings{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0f172a14;min-width:160px;padding:10px 12px;position:absolute;right:0;top:calc(100% + 6px);z-index:20}.ws-col-settings-label{align-items:center;color:#475569;cursor:pointer;display:flex;font-size:.75rem;gap:8px;padding:4px 0}.ws-table-wrap{overflow-x:auto}.ws-table{border-collapse:initial;border-spacing:0;font-size:.75rem;width:100%}.ws-table th{background:#fafbfc;border-bottom:1px solid #e2e8f0;color:#94a3b8;font-size:.62rem;font-weight:600;letter-spacing:.05em;padding:8px 10px;text-align:left;text-transform:uppercase;white-space:nowrap}.ws-table th.ws-col-actions{text-align:right}.ws-table td{border-bottom:1px solid #f1f5f9;color:#475569;padding:8px 10px;vertical-align:middle}.ws-table tbody tr:hover td{background:#f8fafc}.ws-table tbody tr.ws-row--clickable{cursor:pointer}.ws-table tbody tr.ws-row--clickable:hover td{background:#f1f5f9}.ws-table tbody tr.ws-row--warn td{background:#fffbeb}.ws-table tbody tr.ws-row--warn:hover td{background:#fef3c7}.ws-student-link{color:#1d4e89;font-weight:600;text-decoration:none}.ws-student-link:hover{text-decoration:underline}.ws-student-meta{color:#94a3b8;display:block;font-size:.68rem;font-weight:400;margin-top:2px}.ws-lp-cell-title{color:#334155;font-weight:500}.ws-lp-cell-meta{color:#94a3b8;display:block;font-size:.65rem;margin-top:1px}.ws-count{font-feature-settings:"tnum";color:#334155;font-variant-numeric:tabular-nums;font-weight:600}.ws-count--warn{color:#b45309}.ws-actions-cell{text-align:right;white-space:nowrap}.ws-icon-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:5px;box-sizing:border-box;color:#64748b;cursor:pointer;display:inline-flex;height:26px;justify-content:center;margin-left:4px;padding:0;text-decoration:none;vertical-align:middle;width:26px}.ws-icon-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.ws-icon-btn:focus-visible{outline:2px solid #94a3b8;outline-offset:2px}.ws-icon-btn--active{background:#f8fafc;border-color:#cbd5e1;color:#334155}.ws-icon-btn--portfolio{color:#475569;height:34px;margin-left:0;width:34px}.ws-icon-btn--portfolio svg{height:18px;width:18px}.ws-icon-btn--portfolio:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd;color:#1c85fc}.ws-icon-btn--portfolio:disabled{color:#94a3b8;cursor:not-allowed;opacity:.45}.ws-empty-card{background:#fff;border:1px dashed #cbd5e1;border-radius:8px;color:#475569;margin:14px;padding:24px}.ws-empty-hint{color:#64748b;font-size:.8125rem;margin-top:8px}.ws-dev-asof{align-items:center;background:#fffbeb;border:1px dashed #fcd34d;border-radius:8px;display:flex;flex-wrap:wrap;gap:8px 10px;margin-bottom:14px;padding:8px 10px}.ws-dev-asof-label{color:#92400e;font-size:.62rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.ws-dev-asof-input{background:#fff;border:1px solid #fde68a;border-radius:6px;color:#78350f;font-family:inherit;font-size:.8125rem;padding:4px 8px}.ws-dev-asof-badge{color:#b45309;font-size:.75rem;font-weight:600}.ws-dev-asof-set{background:#f59e0b;border:1px solid #f59e0b;border-radius:6px;color:#fff;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:4px 10px}.ws-dev-asof-set:hover:not(:disabled){background:#d97706;border-color:#d97706}.ws-dev-asof-set:disabled{cursor:not-allowed;opacity:.45}.ws-dev-asof-reset{background:#fff;border:1px solid #fde68a;border-radius:6px;color:#92400e;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:4px 8px}.ws-dev-asof-reset:hover{background:#fef3c7}.ws-summary-strip{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;display:flex;flex-wrap:wrap;font-size:.8125rem;gap:8px 16px;margin:0 0 12px;padding:10px 14px}.ws-summary-strip strong{color:#0f172a}.ws-summary-strip--warn strong{color:#b45309}.ws-summary-strip--flag strong{color:#dc2626}.ws-summary-strip--muted{color:#94a3b8}.ws-portfolio-status{border:1px solid #0000;border-radius:999px;display:inline-block;font-size:.68rem;font-weight:600;padding:2px 8px;text-transform:capitalize;white-space:nowrap}.ws-portfolio-status--none{background:#f1f5f9;border-color:#e2e8f0;color:#64748b}.ws-portfolio-status--draft{background:#f8fafc;border-color:#e2e8f0;color:#475569}.ws-portfolio-status--in_review,.ws-portfolio-status--submitted{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.ws-portfolio-status--flagged{background:#fef2f2;border-color:#fecaca;color:#dc2626}.ws-portfolio-status--passed{background:#ecfdf5;border-color:#a7f3d0;color:#047857}.ws-forms-evidence{align-items:baseline;display:inline-flex;flex-wrap:wrap;gap:4px}.ws-forms-evidence-sep{color:#94a3b8;font-size:.68rem;font-weight:400}.ws-issues-summary{color:#64748b;display:block;font-size:.75rem;font-weight:500;line-height:1.35}.ws-issues-summary--warn{color:#b45309}.ws-issues-summary--muted{color:#94a3b8;font-style:italic}.ws-issues-detail{color:#94a3b8;display:block;font-size:.68rem;font-weight:400;margin-top:2px}.ws-progress-label{color:#475569;font-size:.75rem}.ws-count--flag{color:#dc2626}.ws-muted-dash{color:#cbd5e1}.ws-portfolio-sheet-panel{max-height:min(92vh,860px);width:min(100%,760px)}@media (min-width:900px){.ws-portfolio-sheet-panel{width:min(100%,880px)}}.ws-portfolio-sheet-body{min-height:120px;position:relative}.ws-fatal-error-overlay{align-items:center;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0f172a8c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:25000}.ws-fatal-error-panel{background:#fff;border:1px solid #fecaca;border-radius:12px;box-shadow:0 20px 48px #0f172a38;color:#334155;padding:24px 22px;width:min(420px,100%)}.ws-fatal-error-panel h2{color:#991b1b;font-size:1.05rem;margin:0 0 10px}.ws-fatal-error-panel p{font-size:.88rem;line-height:1.45;margin:0 0 10px}.ws-fatal-error-details{background:#fef2f2;border-radius:6px;color:#7f1d1d;font-size:.72rem;line-height:1.4;margin:0 0 12px;max-height:140px;overflow:auto;padding:10px 12px;white-space:pre-wrap;word-break:break-word}.ws-fatal-error-reload{color:#64748b;font-size:.78rem;font-weight:600;margin:0}.ws-explorer{gap:12px}.ws-explorer,.ws-explorer-toolbar{display:flex;flex-direction:column}.ws-explorer-toolbar{gap:10px}.ws-explorer-filter-bar{margin-bottom:4px}.ws-filter-badge--muted{opacity:.75}.ws-filter-badge--attention{border-color:#fcd34d}.ws-filter-badge-attention-dot{background:#f59e0b;border-radius:50%;display:inline-block;height:6px;margin-left:4px;vertical-align:middle;width:6px}.ws-filter-badge--current:not(.is-active){border-color:#93c5fd}.ws-explorer-hint{font-size:.75rem;line-height:1.4;margin:0}.ws-explorer-tree{display:flex;flex-direction:column;gap:16px}.ws-explorer-track{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px}.ws-explorer-track--other{background:#f8fafc;border-style:dashed;opacity:.88}.ws-explorer-track-title{align-items:center;color:#334155;display:flex;font-size:.78rem;font-weight:700;gap:8px;margin:0 0 8px}.ws-explorer-track-note{color:#94a3b8;font-size:.68rem;font-weight:500}.ws-explorer-lp{border-top:1px solid #f1f5f9}.ws-explorer-lp:first-of-type{border-top:none}.ws-explorer-lp--other-track .ws-explorer-lp-title{color:#64748b}.ws-explorer-lp--highlight{background:#fffbeb;border-radius:6px}.ws-explorer-lp--attention .ws-explorer-lp-header{border-left:3px solid #f59e0b;padding-left:3px}.ws-explorer-lp-header .ws-explorer-attention-badges{align-items:center;display:inline-flex;flex-wrap:wrap;gap:4px;min-width:0}.ws-explorer-attention-badges{display:flex;flex-wrap:wrap;gap:6px}.ws-explorer-attention-badge{border-radius:999px;font-size:.68rem;font-weight:600;line-height:1.35;padding:2px 8px}.ws-explorer-attention-badge--warn{background:#fef3c7;color:#b45309}.ws-explorer-attention-badge--error{background:#fee2e2;color:#b91c1c}.ws-explorer-attention-badge--info{background:#e0f2fe;color:#0369a1}.ws-explorer-lp-header{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;flex-wrap:wrap;font:inherit;gap:8px;padding:10px 6px;text-align:left;width:100%}.ws-explorer-lp-dates{color:#94a3b8;font-size:.68rem;margin-left:auto;white-space:nowrap}.ws-explorer-lp-header:hover{background:#f8fafc}.ws-explorer-chevron{color:#64748b;flex-shrink:0;transition:transform .15s ease}.ws-explorer-chevron--open{transform:rotate(90deg)}.ws-explorer-lp-title{color:#0f172a;font-size:.82rem;font-weight:600}.ws-explorer-track-badge{background:#e0f2fe;border-radius:4px;color:#0369a1;font-size:.65rem;font-weight:600;padding:2px 6px}.ws-explorer-track-badge--muted{background:#f1f5f9;color:#64748b}.ws-explorer-lp-body{padding:0 8px 12px 28px}.ws-explorer-section{margin-top:10px}.ws-explorer-empty{font-size:.75rem;margin:4px 0 0}.ws-explorer-form-row{border-bottom:1px solid #f1f5f9;padding:6px 0}.ws-explorer-form-row--flagged{border-left:2px solid #dc2626;margin-left:-2px;padding-left:8px}.ws-explorer-form-row--collapsed{padding-bottom:4px}.ws-explorer-form-header{align-items:flex-start;display:flex;gap:4px}.ws-explorer-form-toggle{align-items:center;background:#0000;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:inline-flex;flex-shrink:0;height:22px;justify-content:center;margin-top:1px;padding:0;width:22px}.ws-explorer-form-toggle:hover{background:#f1f5f9;color:#334155}.ws-explorer-form-row:last-child{border-bottom:none}.ws-explorer-form-main{display:flex;flex-direction:column;gap:2px}.ws-explorer-form-title-row{align-items:center;display:flex;gap:6px}.ws-explorer-form-title-row strong{min-width:0}.ws-explorer-open-assignment{align-items:center;border-radius:4px;color:#64748b;display:inline-flex;flex-shrink:0;height:22px;justify-content:center;text-decoration:none;width:22px}.ws-explorer-open-assignment:hover{background:#f1f5f9;color:#1c85fc}.ws-explorer-form-main strong{font-size:.78rem}.ws-explorer-form-status{color:#64748b;font-size:.72rem}.ws-explorer-form-meta{color:#94a3b8;font-size:.68rem;text-transform:capitalize}.ws-explorer-submissions{list-style:none;margin:4px 0 0 26px;padding:0}.ws-explorer-form-row:not(.ws-explorer-form-row--collapsed) .ws-explorer-submissions{margin-left:26px}.ws-explorer-form-row:not(:has(.ws-explorer-form-toggle)) .ws-explorer-submissions{margin-left:0}.ws-explorer-submission{border-top:1px solid #f1f5f9;color:#475569;display:flex;flex-direction:column;font-size:.72rem;gap:0;padding:6px 0}.ws-explorer-submission-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.ws-explorer-submission:first-child{border-top:none}.ws-explorer-submission--included{color:#047857}.ws-explorer-submission--flagged{border-radius:4px;margin-left:-6px;margin-right:-6px;padding-left:6px;padding-right:6px}.ws-explorer-submission-flags{display:flex;flex-direction:column;gap:6px;margin:6px 0 2px;padding:0;width:100%}.ws-explorer-submission-flags .ws-explorer-flag-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 2px #0f172a0a;color:#475569;display:flex;flex-direction:column;font-size:.68rem;gap:3px;line-height:1.35;padding:7px 10px}.ws-explorer-submission-flags .ws-explorer-flag-row:last-child{margin-bottom:0}.ws-explorer-submission-flags .ws-explorer-flag-row strong{color:#1e293b;font-size:.7rem;font-weight:600}.ws-explorer-submission-flags .ws-explorer-flag-row span{color:#64748b}.ws-explorer-submission-flag-note{color:#64748b;flex-basis:100%;font-size:.62rem}.ws-explorer-submission-main{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:6px;min-width:0}.ws-explorer-submission-attempt{color:#334155;font-weight:600}.ws-explorer-submission-date{color:#64748b}.ws-explorer-submission-status{border-radius:3px;font-size:.62rem;font-weight:600;padding:1px 5px}.ws-explorer-submission-status--submitted{background:#dbeafe;color:#1d4ed8}.ws-explorer-submission-status--draft{background:#f1f5f9;color:#64748b}.ws-explorer-submission-score{color:#64748b}.ws-explorer-submission-actions{align-items:center;display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px}.ws-explorer-submission-btn{background:#fff;border:1px solid #0000;border-radius:4px;cursor:pointer;font-size:.62rem;font-weight:600;padding:3px 8px}.ws-explorer-submission-btn:disabled{cursor:not-allowed;opacity:.55}.ws-explorer-submission-btn--include{border-color:#059669;color:#047857}.ws-explorer-submission-btn--include:hover:not(:disabled){background:#ecfdf5}.ws-explorer-submission-btn--remove{border-color:#cbd5e1;color:#64748b}.ws-explorer-submission-btn--remove:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8;color:#475569}.ws-explorer-badge{border-radius:3px;font-size:.62rem;font-weight:600;padding:1px 5px}.ws-explorer-badge--included{background:#d1fae5;color:#047857}.ws-explorer-badge--flag{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}.ws-flag-sla{color:#b45309;display:inline-block;font-size:.7rem;font-weight:600;line-height:1.35;margin-top:2px}.ws-flag-sla--due-today{color:#c2410c}.ws-flag-sla--overdue{color:#b91c1c}.ws-review-sla-summary{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#92400e;font-size:.75rem;line-height:1.4;margin:0 0 10px;padding:8px 10px}.ws-explorer-doc-row,.ws-explorer-flag-row,.ws-explorer-library-row{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;font-size:.75rem;gap:2px;padding:6px 0}.ws-explorer-assign{margin-top:12px}.ws-explorer-assign-toggle{font-size:.75rem}.ws-explorer-assign-controls{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.ws-status-badges{flex-wrap:wrap;gap:6px}.ws-attention-badge,.ws-status-badges{align-items:center;display:inline-flex}.ws-attention-badge{background:#fee2e2;border:1px solid #fecaca;border-radius:999px;color:#b91c1c;font-size:.68rem;font-weight:600;padding:2px 8px}.ws-review-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:14px;padding:12px}.ws-review-panel-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:8px}.ws-review-panel-actions{display:flex;flex-wrap:wrap;gap:8px}.ws-review-panel-hint{font-size:.75rem;line-height:1.45;margin:0 0 12px}.ws-review-section{margin-top:12px}.ws-review-cover{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:10px 12px}.ws-review-cover--empty{background:#fff}.ws-review-cover-grid{grid-gap:10px 14px;display:grid;gap:10px 14px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.ws-review-cover-label{color:#94a3b8;display:block;font-size:.62rem;font-weight:600;letter-spacing:.04em;margin-bottom:2px;text-transform:uppercase}.ws-review-cover-sub{color:#64748b;display:block;font-size:.72rem;margin-top:2px}.ws-review-evidence-list{list-style:none;margin:0;padding:0}.ws-review-evidence-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:10px;justify-content:space-between;margin-bottom:6px;padding:8px 10px}.ws-review-evidence-item--flagged{background:#fff7f7;border-color:#fecaca}.ws-review-evidence-main{display:flex;flex-direction:column;gap:2px;min-width:0}.ws-review-evidence-meta{color:#64748b;font-size:.72rem}.ws-review-evidence-side{align-items:center;display:flex;flex-shrink:0;gap:8px}.ws-review-evidence-ok{color:#059669;font-weight:700}.ws-review-open-link{color:#2563eb;font-size:.72rem;font-weight:600;text-decoration:none}.ws-review-open-link:hover{text-decoration:underline}.ws-review-portfolio-flags{margin-top:12px}.ws-review-empty{margin:0}.mmd-page{color:#1f2430;margin:0 auto;max-width:1280px;padding:24px 20px 80px}.mmd-header h1{font-size:24px;margin-bottom:6px}.mmd-header p{color:#5b6472;font-size:14px;margin-bottom:20px}.mmd-header code{background:#eef1f6;border-radius:4px;font-size:13px;padding:1px 5px}.mmd-layout{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:380px 1fr}@media (max-width:980px){.mmd-layout{grid-template-columns:1fr}}.mmd-main,.mmd-side{display:flex;flex-direction:column;gap:20px}.mmd-card{background:#fff;border:1px solid #e3e7ee;border-radius:10px;box-shadow:0 1px 2px #141e320a;padding:18px}.mmd-card h3{font-size:15px;margin-bottom:12px}.mmd-card h4{font-size:13px;margin:14px 0 6px}.mmd-muted{color:#6b7280;font-size:13px}.mmd-note{background:#f6f8fb;border-left:3px solid #c3cede;border-radius:4px;color:#4b5563;font-size:12.5px;line-height:1.45;margin-top:10px;padding:8px 10px}.mmd-pill{border-radius:999px;font-size:10.5px;font-weight:600;letter-spacing:.03em;padding:1px 7px;text-transform:uppercase}.mmd-pill-anchor{background:#e8f0fe;color:#1d4ed8}.mmd-pill-extending{background:#ecfdf3;color:#047857}.mmd-pill-structural{background:#f3f4f6;color:#6b7280}.mmd-badge{background:#fff7e6;border:1px solid #f2d391;border-radius:999px;color:#92600a;cursor:help;display:inline-block;font-size:12px;font-weight:600;margin-right:6px;margin-top:6px;padding:2px 10px}.mmd-org{margin-bottom:12px}.mmd-org-name{font-size:13px;font-weight:700;margin-bottom:4px}.mmd-tree,.mmd-tree ul{border-left:1px solid #e5e9f0;list-style:none;margin-left:14px;padding-left:10px}.mmd-tree{border-left:none;margin-left:0;padding-left:0}.mmd-tree-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px;padding:3px 0}.mmd-tree-name{font-size:13.5px;font-weight:500}.mmd-tree-count,.mmd-tree-period{color:#8a93a3;font-size:11.5px}.mmd-tree-grants{background:#f5f0ff;border-radius:999px;color:#7c3aed;cursor:help;font-size:10.5px;padding:1px 6px}.mmd-form{gap:10px}.mmd-form,.mmd-form label{display:flex;flex-direction:column}.mmd-form label{color:#374151;font-size:12.5px;font-weight:600;gap:4px}.mmd-form input,.mmd-form select{background:#fff;border:1px solid #d4dae4;border-radius:6px;font:inherit;font-weight:400;padding:7px 9px}.mmd-kind-toggle{display:flex;flex-direction:column;gap:6px}.mmd-kind{align-items:flex-start;border:1px solid #d4dae4;border-radius:8px;cursor:pointer;flex-direction:row!important;font-size:12.5px;font-weight:400!important;gap:8px!important;line-height:1.4;padding:8px 10px}.mmd-kind input{margin-top:2px}.mmd-kind-active{background:#f5f8ff;border-color:#1d4ed8}.mmd-btn{align-self:flex-start;background:#1d4ed8;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px}.mmd-btn:hover{background:#1741b6}.mmd-msg{border-radius:6px;font-size:12.5px;line-height:1.45;padding:8px 10px}.mmd-msg-ok{background:#ecfdf3;color:#047857}.mmd-msg-warn{background:#fff7e6;color:#92600a}.mmd-msg-error{background:#fdecec;color:#b42318}.mmd-userchips{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.mmd-chip{background:#fff;border:1px solid #d4dae4;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;font:inherit;gap:3px;padding:10px 12px;text-align:left}.mmd-chip span{color:#6b7280;font-size:11.5px}.mmd-chip-active{background:#f5f8ff;border-color:#1d4ed8}.mmd-context-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:10px}.mmd-anchor-switch{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.mmd-anchorbtn{background:#fff;border:1px solid #d4dae4;border-radius:999px;cursor:pointer;font-family:inherit;font-size:13px;padding:6px 14px}.mmd-anchorbtn-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff;font-weight:600}.mmd-perms ul{display:flex;flex-direction:column;gap:3px;list-style:none}.mmd-perms code{background:#eef1f6;border-radius:4px;font-size:12px;padding:1px 6px}.mmd-perm-src{color:#8a93a3;font-size:11.5px}.mmd-profile-head{align-items:flex-start;display:flex;gap:14px;margin-bottom:6px}.mmd-avatar{align-items:center;background:#1d4ed8;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:17px;font-weight:700;height:52px;justify-content:center;width:52px}.mmd-profile-head h2{font-size:19px;margin-bottom:2px}.mmd-section{border-top:1px solid #eef1f6;margin-top:18px;padding-top:14px}.mmd-section h3{font-size:14px;margin-bottom:10px}.mmd-section-src{color:#8a93a3;font-size:11.5px;font-weight:400}.mmd-kv{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fill,minmax(170px,1fr))}.mmd-kv>div{background:#f8fafc;border-radius:6px;display:flex;flex-direction:column;gap:2px;padding:8px 10px}.mmd-kv span{color:#6b7280;font-size:11px;letter-spacing:.03em;text-transform:uppercase}.mmd-kv strong{font-size:13.5px}.mmd-membership{align-items:center;background:#fff;border:1px solid #d4dae4;border-radius:8px;cursor:pointer;display:flex;font:inherit;gap:12px;justify-content:space-between;margin-bottom:8px;padding:12px 14px;text-align:left;transition:border-color .12s ease,box-shadow .12s ease;width:100%}.mmd-membership:hover{border-color:#1d4ed8;box-shadow:0 2px 6px #1d4ed81f}.mmd-membership-rich{background:linear-gradient(135deg,#f5f8ff,#fff 55%);border-color:#bcd0f7}.mmd-membership-main{display:flex;flex-direction:column;gap:2px}.mmd-membership-name{font-size:14px;font-weight:600}.mmd-membership-meta{color:#6b7280;font-size:12px}.mmd-membership-preview{align-items:flex-end;color:#374151;display:flex;flex-direction:column;font-size:12.5px;gap:3px}.mmd-open{font-size:12px;white-space:nowrap}.mmd-back,.mmd-open{color:#1d4ed8;font-weight:600}.mmd-back{background:none;border:none;cursor:pointer;font-family:inherit;font-size:13px;margin-bottom:10px;padding:0}.mmd-detail-breadcrumb{color:#8a93a3;font-size:12px;margin-bottom:2px}.mmd-detail h2{font-size:19px;margin-bottom:6px}.mmd-detail-season{color:#6b7280;font-size:15px;font-weight:400}.mmd-detail h3{font-size:14px;margin:16px 0 8px}.mmd-statgrid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin:14px 0}.mmd-stat{background:#f5f8ff;border:1px solid #dbe5f8;border-radius:8px;display:flex;flex-direction:column;gap:2px;padding:10px 12px}.mmd-stat-label{color:#6b7280;font-size:11px;letter-spacing:.03em;text-transform:uppercase}.mmd-stat-value{color:#1d4ed8;font-size:17px;font-weight:700}.mmd-table{border-collapse:collapse;font-size:13px;margin-bottom:4px;width:100%}.mmd-table th{border-bottom:1px solid #e3e7ee;color:#6b7280;font-size:11.5px;letter-spacing:.03em;padding:6px 8px;text-align:left;text-transform:uppercase}.mmd-table td{border-bottom:1px solid #f0f2f7;padding:7px 8px}.mmd-roster{display:flex;flex-direction:column;gap:6px;list-style:none}.mmd-roster li{align-items:center;background:#f8fafc;border-radius:6px;display:flex;font-size:13px;gap:10px;justify-content:space-between;padding:7px 10px}.mmd-roster-anchor{background:#e8f0fe;color:#1d4ed8}.mmd-roster-anchor,.mmd-roster-noanchor{border-radius:999px;font-size:11.5px;padding:1px 8px}.mmd-roster-noanchor{background:#fff7e6;color:#92600a}.gmd-page{color:#0f172a;margin:0 auto;max-width:1360px;padding:24px 20px 80px}.gmd-header h1{font-size:22px;margin-bottom:4px}.gmd-header p{color:#64748b;font-size:13.5px;margin-bottom:20px}.gmd-header code,.gmd-muted code{background:#eef1f6;border-radius:4px;font-size:12px;padding:1px 5px}.gmd-muted{color:#64748b;font-size:13px;line-height:1.5}.gmd-empty{display:flex;justify-content:center;padding:60px 0}.gmd-org-form{background:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:24px;width:min(420px,100%)}.gmd-org-form h3{font-size:16px}.gmd-org-form input{border:1px solid #cbd5e1;border-radius:8px;font:inherit;padding:9px 11px}.gmd-org-form-actions{display:flex;flex-wrap:wrap;gap:10px}.gmd-layout{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:1fr 340px}@media (max-width:1020px){.gmd-layout{grid-template-columns:1fr}}.gmd-map{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow-x:auto;padding:28px 20px 16px}.gmd-map-hint{color:#94a3b8;font-size:12px;margin-top:18px;text-align:center}.gmd-side{display:flex;flex-direction:column;gap:16px;position:-webkit-sticky;position:sticky;top:76px}.gmd-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px}.gmd-panel h3{font-size:14px;margin-bottom:8px}.gmd-panel h4{align-items:center;display:flex;font-size:14px;gap:8px;margin-bottom:4px}.gmd-panel--form{border-color:#2563eb;box-shadow:0 2px 12px #2563eb1a}.gmd-inspector-path{color:#94a3b8;font-size:11.5px;margin-bottom:8px}.gmd-tree{min-width:100%;width:-webkit-max-content;width:max-content}.gmd-branch,.gmd-tree{align-items:center;display:flex;flex-direction:column}.gmd-stem{align-self:center;background:#cbd5e1;flex-shrink:0;width:2px}.gmd-stem,.gmd-stem--to-card{height:14px}.gmd-child-row{align-items:flex-start;display:flex;flex-direction:row;gap:24px;padding-top:0;position:relative}.gmd-child-row:before{background:#cbd5e1;content:"";height:2px;left:84px;position:absolute;right:84px;top:0}.gmd-child-row:has(>.gmd-child-cell:only-child):before,.gmd-child-row>.gmd-child-cell:only-child~*{display:none}.gmd-child-cell{align-items:center;display:flex;flex-direction:column;min-width:168px;position:relative;z-index:1}.gmd-card-slot{position:relative}.gmd-card,.gmd-card-slot{display:flex;justify-content:center}.gmd-card{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;flex-direction:column;font-family:inherit;gap:2px;min-height:48px;padding:8px 10px;text-align:center;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease;width:168px}.gmd-card:hover{background:#f1f5f9}.gmd-card.is-selected{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb2e}.gmd-card--org{border-color:#7c3aed;cursor:default;min-height:64px;width:220px}.gmd-card--org,.gmd-card--org:hover{background:#7c3aed}.gmd-card--org .gmd-card-name{color:#fff;font-size:13px}.gmd-card--period{background:#fafbff;border-style:dashed}.gmd-card--period:hover{background:#eff6ff}.gmd-card--org-gp{border-color:#a78bfa}.gmd-card-name{color:#0f172a;font-size:12px;font-weight:600;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gmd-card-meta{align-items:center;display:flex;flex-wrap:wrap;gap:4px;justify-content:center}.gmd-meta-text{color:#94a3b8;font-size:.62rem}.gmd-badge{border-radius:999px;font-size:9.5px;font-weight:700;letter-spacing:.04em;padding:1px 6px;text-transform:uppercase}.gmd-badge--period{background:#eff6ff;color:#2563eb}.gmd-badge--org{background:#ffffff38;color:#fff}.gmd-pill{border-radius:999px;font-size:9.5px;font-weight:700;letter-spacing:.04em;padding:1px 7px;text-transform:uppercase}.gmd-pill--anchor{background:#e8f0fe;color:#1d4ed8}.gmd-pill--extending{background:#ecfdf3;color:#047857}.gmd-add{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 1px 3px #0f172a14;color:#334155;cursor:pointer;display:flex;font-size:14px;height:26px;justify-content:center;left:100%;line-height:1;margin-left:6px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .12s ease,background .12s ease;width:26px;z-index:3}.gmd-add:hover{transform:translateY(calc(-50% - 2px)) scale(1.08)}.gmd-add--branch{background:#059669;border-color:#059669;color:#fff}.gmd-add--branch:hover{background:#047857}.gmd-add--period{color:#64748b;font-size:11px}.gmd-add--period:hover{background:#f1f5f9}.gmd-form{gap:10px}.gmd-form,.gmd-form label{display:flex;flex-direction:column}.gmd-form label{color:#334155;font-size:12.5px;font-weight:600;gap:4px}.gmd-form input{border:1px solid #cbd5e1;border-radius:8px;font:inherit;font-weight:400;padding:8px 10px}.gmd-form-note{color:#94a3b8;font-size:11.5px;line-height:1.45}.gmd-kind-toggle{display:flex;flex-direction:column;gap:6px}.gmd-kind{align-items:flex-start;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;flex-direction:row!important;font-size:12.5px;font-weight:400!important;gap:8px!important;line-height:1.4;padding:8px 10px}.gmd-kind input{margin-top:2px}.gmd-kind.is-active{background:#f5f8ff;border-color:#1d4ed8}.gmd-form-actions{display:flex;gap:8px}.gmd-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:8px 16px}.gmd-btn:hover{background:#1d4ed8}.gmd-btn--ghost{background:#0000;border:1px solid #cbd5e1;color:#2563eb}.gmd-btn--ghost:hover{background:#f8fafc}.gmd-legend{color:#475569;display:flex;flex-direction:column;font-size:12.5px;gap:8px;list-style:none}.gmd-legend li{align-items:center;display:flex;gap:8px;line-height:1.4}.gmd-legend-swatch{background:#fff;border:1px solid #cbd5e1;border-radius:4px;flex-shrink:0;height:14px;width:22px}.gmd-legend-swatch--period{background:#fafbff;border-style:dashed}.gmd-legend-add{align-items:center;background:#059669;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:12px;height:20px;justify-content:center;width:20px}.gmd-legend-add--period{background:#fff;border:1px solid #cbd5e1;color:#64748b;font-size:9px}.mmg-page{color:#0f172a;margin:0 auto;max-width:880px;padding:28px 20px 96px}.mmg-eyebrow{color:#64748b;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:6px;text-transform:uppercase}.mmg-header h1{font-size:26px;line-height:1.25;margin:0 0 10px}.mmg-header>p{color:#475569;font-size:14.5px;line-height:1.55;margin:0 0 16px}.mmg-header code,.mmg-section-body code{background:#eef2f7;border-radius:4px;font-size:12.5px;padding:1px 5px}.mmg-links{display:flex;flex-wrap:wrap;gap:10px 16px;margin-bottom:20px}.mmg-links a{color:#2563eb;font-size:13px;font-weight:600;text-decoration:none}.mmg-links a:hover{text-decoration:underline}.mmg-toc{border-bottom:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px;padding-bottom:16px}.mmg-toc a{background:#f1f5f9;border-radius:999px;color:#334155;font-size:12px;padding:5px 10px;text-decoration:none}.mmg-toc a:hover{background:#e2e8f0}.mmg-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;overflow:hidden}.mmg-section-toggle{align-items:flex-start;background:#fafbfc;border:none;cursor:pointer;display:flex;font-family:inherit;gap:10px;padding:14px 16px;text-align:left;width:100%}.mmg-section.is-open .mmg-section-toggle{background:#f8fafc;border-bottom:1px solid #e2e8f0}.mmg-section-toggle:hover{background:#f1f5f9}.mmg-section-chevron{color:#64748b;flex-shrink:0;font-size:12px;line-height:1.6}.mmg-section-titles{display:flex;flex-direction:column;gap:2px;min-width:0}.mmg-section-title{color:#0f172a;font-size:15px;font-weight:700}.mmg-section-summary{color:#64748b;font-size:12.5px;line-height:1.4}.mmg-section-body{color:#334155;font-size:14px;line-height:1.55;padding:16px 18px 20px}.mmg-section-body h3{color:#0f172a;font-size:13.5px;margin:18px 0 8px}.mmg-section-body h3:first-child{margin-top:0}.mmg-section-body p{margin:0 0 12px}.mmg-section-body ol,.mmg-section-body ul{margin:0 0 12px;padding-left:1.25rem}.mmg-section-body li{margin-bottom:6px}.mmg-tree{background:#0f172a;border-radius:8px;color:#e2e8f0;font-size:11.5px;line-height:1.45;margin:0 0 14px;overflow-x:auto;padding:14px 16px}.mmg-table{border-collapse:collapse;font-size:13px;margin:0 0 14px;width:100%}.mmg-table td,.mmg-table th{border:1px solid #e2e8f0;padding:8px 10px;text-align:left;vertical-align:top}.mmg-table th{background:#f8fafc;color:#0f172a;font-weight:600}.mmg-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1e3a8a;font-size:13px;margin:0;padding:10px 12px}.mmg-footer{display:flex;justify-content:center;margin-top:20px}.mmg-expand-all{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#2563eb;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;padding:8px 14px}.mmg-expand-all:hover{background:#f8fafc}@media (max-width:640px){.mmg-table{display:block;overflow-x:auto}}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.08db0a8e.css.map*/