body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100svh;display:flex}*{box-sizing:border-box}p{margin:0}:root{--gold:#f5b942;--orange:#ee7a28;--accent-gradient:linear-gradient(135deg, var(--gold), var(--orange));--gold-light:#c9761b;--bg:#fff;--bg-secondary:#f7f7f9;--bg-tertiary:#fafafb;--border:#e8e8ec;--border-soft:#ededf0;--border-softer:#f0f0f3;--border-input:#e0e0e6;--text:#17171a;--text-muted:#6b6b73;--text-faint:#8b8b94;--text-lighter:#a8a8b0;--error-bg:#fdf8f2;--error-border:#efe3d6;--danger:#c0392b;--radius-lg:20px;--radius-md:14px;--radius-sm:9px;--shadow-soft:0 4px 14px #ee7a282e}@keyframes ic-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes ic-dot{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}body{background:var(--bg);color:var(--text);font-family:Vazirmatn,system-ui,sans-serif}a{color:var(--gold-light);text-decoration:none}a:hover{color:var(--orange)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-input);border-radius:8px}.app{background:var(--bg);flex-direction:column;min-height:100vh;display:flex}.header{border-bottom:1px solid var(--border-softer);align-items:center;gap:.75rem;padding:1.1rem 1.5rem;display:flex}.logo-mark{object-fit:contain;flex-shrink:0;width:34px;height:34px}.header>div:not(.logo-mark){flex:1;min-width:0}.brand-title{color:var(--text);margin:0;font-size:1.1rem;font-weight:700}.brand-tagline{color:var(--text-muted);margin:.15rem 0 0;font-size:.78rem}.change-user-btn{border:1px solid var(--border-input);background:var(--bg);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;padding:.55rem 1.1rem;font-size:.82rem;transition:border-color .15s,color .15s}.change-user-btn:hover{border-color:var(--orange);color:var(--gold-light)}.app-shell{background:var(--bg);min-height:100vh;display:flex;position:relative}.app-main-area{flex:1;min-width:0;padding:2rem}.main{flex-direction:column;gap:1.25rem;max-width:700px;margin:0 auto;display:flex}.sidebar{background:var(--bg-secondary);border-left:1px solid var(--border);flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0}.sidebar-top{align-items:center;gap:.6rem;padding:1rem;display:flex}.sidebar-icon-btn{border:1px solid var(--border);cursor:pointer;width:26px;height:26px;color:var(--text-faint);background:0 0;border-radius:6px;font-size:1rem;line-height:1;transition:background .15s,color .15s}.sidebar-icon-btn:hover{background:var(--border-soft);color:var(--text)}.sidebar-logo{object-fit:contain;flex-shrink:0;width:34px;height:34px}.sidebar-brand-name{color:var(--text);font-size:.95rem;font-weight:700}.sidebar-brand-tagline{color:var(--text-muted);margin:.1rem 0 0;font-size:.68rem;line-height:1.5}.sidebar-reopen-btn{background:var(--bg);border:1px solid var(--border);cursor:pointer;width:32px;height:32px;color:var(--text-faint);z-index:10;border-radius:8px;font-size:.95rem;position:fixed;top:1rem;right:1rem;box-shadow:0 4px 14px #17171a14}.sidebar-reopen-btn:hover{color:var(--text);border-color:var(--border-input)}.sidebar-resize-handle{cursor:ew-resize;z-index:5;width:7px;height:100vh;position:fixed;top:0}.sidebar-main{flex-direction:column;flex:1;gap:.15rem;padding:.5rem .75rem;display:flex;overflow-y:auto}.sidebar-bottom{border-top:1px solid var(--border);padding:.5rem .75rem .75rem}.sidebar-item-btn{text-align:right;border:none;width:100%;color:var(--text);border-radius:var(--radius-sm);cursor:pointer;background:0 0;border-inline-start:3px solid #0000;justify-content:space-between;align-items:center;padding:.65rem;font-family:inherit;font-size:.88rem;display:flex}.sidebar-item-btn:hover{background:var(--border-soft)}.sidebar-item-btn.active{border-inline-start-color:var(--orange);background:var(--error-bg);color:var(--gold-light);font-weight:600}.sidebar-user-chip{color:var(--text);padding:.65rem;font-size:.88rem;font-weight:600}.sidebar-sessions-list{flex-direction:column;gap:.15rem;padding:.15rem 0 .25rem;display:flex}.sidebar-session-item{text-align:right;color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem .65rem;font-family:inherit;font-size:.82rem}.sidebar-session-item:hover{background:var(--border-soft)}.sidebar-session-item.active{background:var(--bg);border:1px solid var(--border);font-weight:600}.sidebar-empty{padding:.5rem .65rem;font-size:.78rem}.sidebar-session-detail{border:1px solid var(--border);background:var(--bg);border-radius:11px;margin:.1rem .4rem .4rem 1rem;animation:.18s ic-fade;overflow:hidden}.sidebar-detail-content{max-height:320px;padding:.75rem;font-size:.78rem;overflow-y:auto}.sidebar-detail-step{margin-bottom:.7rem}.sidebar-detail-step-title{color:var(--text);margin-bottom:.3rem;font-size:.75rem;font-weight:600}.sidebar-detail-answer{margin-bottom:.4rem}.sidebar-detail-question{color:var(--text-faint);margin-bottom:.15rem;font-size:.72rem}.sidebar-chevron{color:var(--text-faint);font-size:.75rem;font-weight:400}.detail-tabs{border-bottom:1px solid var(--border);display:flex}.detail-tab-btn{background:var(--bg-tertiary);color:var(--text-faint);cursor:pointer;border:none;border-bottom:2px solid #0000;flex:1;padding:.6rem .4rem;font-family:inherit;font-size:.78rem}.detail-tab-btn.active{color:var(--text);background:var(--bg);border-bottom-color:var(--orange);font-weight:600}.sidebar-settings-panel{background:var(--bg);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:.35rem;margin:.4rem .1rem .1rem;padding:.85rem;animation:.18s ic-fade;display:flex}.sidebar-settings-label{color:var(--text-faint);margin:.4rem 0 .2rem;font-size:.68rem}.sidebar-settings-input{box-sizing:border-box;background:var(--bg);border:1px solid var(--border-input);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;margin-bottom:.35rem;padding:.55rem .7rem;font-family:inherit;font-size:.8rem;transition:border-color .15s}.sidebar-settings-input:focus{border-color:var(--orange)}.select-dropdown{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23C9761B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:.75rem;background-repeat:no-repeat;padding-left:1.75rem}.select-dropdown option[value=""]{color:var(--text-lighter)}.sidebar-settings-btn{background:var(--accent-gradient);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;margin-bottom:.3rem;padding:.55rem;font-family:inherit;font-size:.78rem;font-weight:600}.sidebar-settings-msg{color:var(--text-muted);margin:0 0 .4rem;font-size:.72rem}.sidebar-scrim{display:none}@media (width<=720px){.app-main-area{padding:1.1rem}.chat-surface{height:calc(100vh - 3.2rem)}.sidebar{z-index:30;max-width:320px;position:fixed;inset:0 0 0 auto;box-shadow:-12px 0 40px #17171a24;width:82%!important}.sidebar-resize-handle{display:none}.sidebar-scrim{z-index:25;background:#17171a66;display:block;position:fixed;inset:0}}.panel{background:var(--bg);border:1px solid var(--border-soft);border-radius:var(--radius-lg);padding:1.75rem}.panel h2{margin:0 0 .5rem;font-size:1.2rem;font-weight:700}.panel h3{margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.panel h4{margin:0 0 .4rem;font-size:.92rem;font-weight:600}.name-entry-panel,.intro-card,.session-plan-panel{background:var(--bg-secondary);border:1px solid var(--border-soft);text-align:center;justify-self:center;width:100%;max-width:520px;margin:2rem auto 0;padding:2.35rem 2rem}.session-plan-panel{text-align:right}.session-plan-panel h2{text-align:center;margin-bottom:.75rem}.intro-cta{width:100%;margin-top:1.25rem}.muted{color:var(--text-muted);font-size:.88rem;line-height:1.9}.error{color:var(--danger);background:var(--error-bg);border:1px solid var(--error-border);border-radius:10px;padding:.6rem .85rem;font-size:.85rem}.btn-primary{border-radius:var(--radius-sm);color:#fff;background:var(--accent-gradient);cursor:pointer;box-shadow:var(--shadow-soft);border:0;padding:.75rem 1.3rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:filter .15s}.btn-primary:hover{filter:brightness(1.04)}.btn-primary:disabled{opacity:.55;cursor:default;box-shadow:none}.btn-danger{border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:#fdf3f1;border:1px solid #efcfc9;padding:.55rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600}.btn-danger:hover{background:#fbe7e3}.btn-danger:disabled{opacity:.55;cursor:default}.test-input{box-sizing:border-box;border:1px solid var(--border-input);background:var(--bg);border-radius:var(--radius-sm);width:100%;color:var(--text);outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.test-input:focus{border-color:var(--orange)}.chat-input-row{align-items:center;gap:.5rem;display:flex}.chat-input-row .test-input{flex:1}.chat-input-wrap{border:1px solid var(--border-input);background:var(--bg);border-radius:26px;align-items:center;padding:5px 5px 5px 8px;transition:border-color .15s;display:flex;position:relative}.chat-input-wrap:focus-within{border-color:var(--orange)}.chat-textarea{resize:none;background:0 0;border:none;outline:none;flex:1;min-width:0;max-height:160px;padding:.5rem .75rem;line-height:1.6;overflow-y:auto}.chat-textarea:focus{border-color:#0000}.send-arrow-btn{background:var(--accent-gradient);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.95rem;display:flex;transform:rotate(-90deg)}.send-arrow-btn:disabled{opacity:.5;cursor:not-allowed}.chat-surface{flex-direction:column;height:calc(100vh - 5rem);min-height:380px;display:flex}.chat-surface .chat-box{flex:1;min-height:0;padding-inline-end:.4rem;overflow-y:auto}.chat-surface .chat-input-wrap{flex-shrink:0}.chat-welcome{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow-y:auto}.chat-welcome-inner{flex-direction:column;gap:1.1rem;width:100%;max-width:640px;display:flex}.sidebar-session-actions{gap:.4rem;margin-top:.4rem;display:flex}.sidebar-mini-btn{border:1px solid var(--border-input);background:var(--bg);color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.2rem .6rem;font-family:inherit;font-size:.7rem;transition:border-color .15s,color .15s}.sidebar-mini-btn:hover{border-color:var(--orange);color:var(--gold-light)}.purchase-consent{color:var(--text-muted);cursor:pointer;align-items:flex-start;gap:.5rem;margin-top:1.1rem;font-size:.78rem;line-height:1.9;display:flex}.purchase-consent input{flex-shrink:0;margin-top:.35rem}.session-detail-meta{color:var(--text-muted);flex-wrap:wrap;gap:.4rem 1.2rem;margin-bottom:1.4rem;font-size:.8rem;display:flex}.session-detail-turns{flex-direction:column;gap:1rem;display:flex}.session-detail-turn p{margin:.2rem 0 0;font-size:.9rem;line-height:1.95}.session-detail-role{color:var(--gold-light);font-size:.72rem;font-weight:700}.chat-progress-bar{z-index:5;background:var(--bg);flex-direction:column;flex-shrink:0;gap:.55rem;padding:.2rem 0 .75rem;display:flex;position:sticky;top:0}.chat-back-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.35rem;padding:0;font-family:inherit;font-size:.82rem;transition:color .15s;display:inline-flex}.chat-back-btn:hover{color:var(--orange)}.select-options{flex-wrap:wrap;gap:.55rem;display:flex}.contract-fulltext-toggle{color:var(--gold-light);cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-top:1.2rem;padding:0;font-family:inherit;font-size:.82rem;text-decoration:underline}.contract-fulltext-toggle:hover{color:var(--orange)}.option-btn{border:1px solid var(--border-input);background:var(--bg);color:var(--text);cursor:pointer;text-align:center;border-radius:999px;padding:.65rem 1.15rem;font-family:inherit;font-size:.85rem;transition:border-color .15s,color .15s}.option-btn:hover{border-color:var(--orange);color:var(--gold-light)}.option-btn.selected{border-color:var(--orange);background:var(--error-bg);color:var(--gold-light);font-weight:600}.chat-box{flex-direction:column;gap:1.1rem;padding:.25rem .1rem .5rem;display:flex}.chat-msg{font-size:.95rem;line-height:1.95;animation:.25s ic-fade}.chat-msg.coach{color:var(--text);padding-right:20px;position:relative}.chat-msg.coach:before{content:"";background:var(--accent-gradient);border-radius:50%;width:8px;height:8px;position:absolute;top:9px;right:0}.chat-msg.coach.thinking{color:var(--text-faint);font-size:.85rem}.chat-msg.coach.thinking:before{background:var(--text-faint);animation:1.1s infinite ic-dot}.chat-msg.coach.silence{padding-top:2px;padding-bottom:2px}.silence-dots{align-items:center;gap:5px;height:1.1em;display:inline-flex}.silence-dots span{background:var(--text-lighter);border-radius:50%;width:5px;height:5px;animation:1.6s infinite ic-dot}.silence-dots span:nth-child(2){animation-delay:.25s}.silence-dots span:nth-child(3){animation-delay:.5s}.chat-msg.user{background:var(--bg-secondary);border:1px solid var(--border-softer);max-width:78%;color:var(--text);border-radius:16px 16px 4px;align-self:flex-end;padding:.75rem 1rem}.progress-track{background:var(--border);border-radius:99px;height:5px;overflow:hidden}.progress-fill{background:var(--accent-gradient);height:100%;transition:width .3s}.summary-box{flex-direction:column;gap:1rem;display:flex}.summary-answers{background:var(--bg-secondary);border:1px solid var(--border-soft);border-radius:var(--radius-md);flex-direction:column;gap:.85rem;padding:1rem 1.2rem;display:flex}.summary-answer-row{flex-direction:column;gap:.25rem;display:flex}.summary-question{color:var(--text-faint);margin:0;font-size:.78rem}.summary-answer-text{font-size:.92rem;line-height:1.9}.commitments-box{border:1px solid var(--error-border);background:var(--error-bg);border-radius:var(--radius-md);padding:1rem 1.2rem}.commitments-box h4{color:var(--gold-light)}.commitments-box p{margin:0 0 .4rem;font-size:.88rem;line-height:1.95}.commitments-box p:last-child{margin-bottom:0}.coach-reply{background:var(--bg-secondary);border:1px solid var(--border-soft);border-radius:var(--radius-sm);margin:.6rem 0;padding:.7rem .9rem;font-size:.88rem;line-height:1.9}.commitment-notes{flex-direction:column;gap:.6rem;margin:.9rem 0;display:flex}.commitment-note{border:1px solid var(--border-soft);background:var(--bg-secondary);border-radius:10px;padding:.65rem .9rem}.commitment-note.challenge{background:var(--error-bg);border-color:var(--error-border)}.commitment-note-tag{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.commitment-note p{margin:0 0 .3rem;font-size:.88rem;line-height:1.85}.commitment-note-form{flex-direction:column;gap:.6rem;margin-top:1rem;display:flex}.note-type-toggle{gap:.5rem;display:flex}.note-type-btn{border:1px solid var(--border-input);background:var(--bg);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;flex:1;padding:.55rem;font-family:inherit;font-size:.82rem}.note-type-btn.active{border-color:var(--orange);color:var(--gold-light);background:var(--error-bg);font-weight:600}.admin-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.admin-table{border-collapse:collapse;border:1px solid var(--border-soft);border-radius:var(--radius-md);width:100%;font-size:.85rem;overflow:hidden}.admin-table thead{background:var(--bg-secondary)}.admin-table th{text-align:right;color:var(--text-faint);border-bottom:1px solid var(--border-soft);padding:.75rem 1rem;font-size:.75rem;font-weight:600}.admin-table td{border-bottom:1px solid var(--border-softer);cursor:pointer;padding:.75rem 1rem}.admin-table-row:hover td{background:var(--bg-tertiary)}.admin-table-row.active td{background:var(--bg-secondary);font-weight:600}.admin-detail-cell{cursor:default;background:var(--bg-tertiary);padding:0!important}.admin-printable{padding:1.25rem 1.5rem}.admin-meta-table{border-collapse:collapse;width:100%;margin-bottom:1.25rem;font-size:.85rem}.admin-meta-table td{cursor:default;border:none;padding:.4rem 0}.admin-meta-label{color:var(--text-faint);width:40%}.admin-step-block{border-bottom:1px solid var(--border-softer);margin-bottom:1rem;padding-bottom:1rem}.admin-step-block:last-of-type{border-bottom:none}.admin-sentiment-tag{color:var(--gold-light);background:var(--error-bg);border:1px solid var(--error-border);border-radius:999px;margin-top:.3rem;padding:.1rem .6rem;font-size:.72rem;display:inline-block}.report-header{border-bottom:1px solid var(--text);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.report-header-brand{align-items:center;gap:.6rem;display:flex}.report-header-brand img{object-fit:contain;width:30px;height:30px}.report-header-brand-name{font-size:.95rem;font-weight:700}.report-header-brand-sub{color:var(--text-faint);letter-spacing:.03em;font-size:.68rem}.report-header-meta{text-align:left;color:var(--text-muted);font-size:.72rem;line-height:1.9}.report-section{margin-bottom:1.4rem}.report-section-label{letter-spacing:.03em;color:var(--text-muted);margin-bottom:.4rem;font-size:.72rem;font-weight:700}.report-section p{margin:0;font-size:.88rem;line-height:1.9}.report-insight-list{flex-direction:column;gap:.4rem;margin:0;padding-inline-start:1.2rem;font-size:.88rem;display:flex}.report-goal{border-inline-start:2px solid var(--text);padding-inline-start:.9rem}@media print{.no-print{display:none!important}.app-shell,.app-main-area,.main{max-width:none;margin:0;padding:0;display:block}.admin-printable{padding:0}.sidebar,.sidebar-resize-handle,.sidebar-scrim,.sidebar-reopen-btn{display:none!important}.session-print-area{border:none;padding:0}.session-detail-turn{break-inside:avoid;page-break-inside:avoid}}.intro-logo{object-fit:contain;width:60px;height:60px;margin-bottom:1.1rem}.sidebar-user-chip{align-items:center;display:flex}.sidebar-avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-left:.55rem;font-size:.72rem;font-weight:700;display:inline-flex}.btn-secondary{border:1px solid var(--border-input);background:var(--bg);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;padding:.7rem 1.2rem;font-family:inherit;font-size:.85rem;transition:border-color .15s,color .15s}.btn-secondary:hover{border-color:var(--orange);color:var(--gold-light)}.chat-hint{text-align:center;color:var(--text-lighter);margin:.5rem 0 0;font-size:.72rem}.chat-error-card{border:1px solid var(--error-border);background:var(--error-bg);border-radius:var(--radius-md);flex-direction:column;align-items:flex-start;gap:.7rem;padding:1.1rem 1.25rem;display:flex}.chat-error-card p{margin:0;font-size:.85rem;line-height:1.9}.select-options-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.55rem;display:grid}.select-options-grid .option-btn{text-align:right;border-radius:11px;padding:.8rem .85rem}.dashboard-progress-card{flex-direction:column;gap:.8rem;display:flex}.dashboard-progress-head{justify-content:space-between;align-items:baseline;font-size:.85rem;font-weight:600;display:flex}.dashboard-current-card{flex-direction:column;align-items:flex-start;gap:.6rem;display:flex}.dashboard-current-card h3{margin:0;font-size:1rem}.dashboard-followup-card{background:var(--error-bg);border-color:var(--error-border);flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.dashboard-followup-card h3{color:var(--text);margin:0;font-size:1rem}.dashboard-list{flex-direction:column;gap:.5rem;display:flex}.dashboard-list-row{border:1px solid var(--border-soft);border-radius:12px;justify-content:space-between;align-items:center;gap:.75rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.dashboard-status-tag{color:var(--gold-light);flex-shrink:0;font-size:.72rem}.dashboard-empty-panel{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.dashboard-empty-icon{background:var(--bg-secondary);border:1px solid var(--border-soft);border-radius:11px;width:38px;height:38px;margin-bottom:.6rem}.contract-plans{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin:1.1rem 0;display:grid}.contract-plan-card{text-align:right;cursor:pointer;border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--border);color:var(--text);flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.1rem;font-family:inherit;display:flex}.contract-plan-card.active{background:var(--error-bg);border-color:var(--orange)}.contract-plan-count{font-size:1.15rem;font-weight:700}.contract-plan-span{color:var(--text-faint);font-size:.72rem}.contract-footer{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.admin-tree-node{border:1px solid var(--border-soft);cursor:pointer;background:var(--bg);border-radius:12px;justify-content:space-between;align-items:center;gap:.6rem;padding:.75rem .9rem;font-size:.85rem;display:flex}.admin-tree-node:hover{border-color:var(--border-input);background:var(--bg-tertiary)}.admin-tree-node-title{font-weight:600}.admin-tree-node-meta{color:var(--text-faint);font-size:.72rem}.admin-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:.35rem;margin-bottom:.7rem;font-size:.78rem;display:flex}.admin-breadcrumb button{color:var(--gold-light);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.78rem}.admin-breadcrumb-sep{color:var(--text-lighter)}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;display:grid}.admin-stat-card{border:1px solid var(--border-soft);border-radius:14px;padding:1.1rem}.admin-stat-label{color:var(--text-faint);margin-bottom:.5rem;font-size:.72rem}.admin-stat-value{color:var(--gold-light);font-size:1.4rem;font-weight:700}.admin-client-header{border:1px solid var(--border-soft);border-radius:16px;flex-wrap:wrap;align-items:flex-start;gap:1rem;padding:1.4rem;display:flex}.admin-client-avatar{background:var(--accent-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1rem;font-weight:700;display:flex}.admin-form-grid{flex-direction:column;gap:.6rem;max-width:380px;display:flex}.summary-footer{border-top:1px solid var(--border-softer);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.9rem;padding-top:1rem;display:flex}
