.pst-alert{margin-bottom:1rem}.pst-search{position:relative}.pst-search-menu{position:absolute;z-index:10;top:calc(100% + 4px);left:0;right:0;max-height:320px;overflow-y:auto;background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:10px;box-shadow:0 8px 24px rgba(15,23,42,.12)}[data-effective-mode=dark] .pst-search-menu{background:rgba(30,41,59,.96);border-color:rgba(255,255,255,.08)}.pst-search-row{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .75rem;background:transparent;border:none;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.04));text-align:left;cursor:pointer;transition:background .5s ease-in-out}.pst-search-row:last-child{border-bottom:none}.pst-search-row:hover{background:var(--theme-bg,rgba(15,23,42,.04))}[data-effective-mode=dark] .pst-search-row:hover{background:rgba(255,255,255,.06)}.pst-search-row-body{flex:1;min-width:0}.pst-search-row-name{font-size:.85rem;font-weight:600;color:var(--theme-text,#0f172a)}.pst-search-row-email{font-size:.8rem;color:var(--theme-text-muted,#64748b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pst-search-empty{padding:.75rem;font-size:.85rem;color:var(--theme-text-muted,#64748b);text-align:center}.pst-avatar{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--theme-accent,#5b5fc7);color:#fff;font-size:1.5rem;font-weight:700;flex-shrink:0}.pst-avatar-sm{width:32px;height:32px;font-size:.85rem}.pst-profile{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.pst-profile-body{flex:1;min-width:0}.pst-profile-name{font-size:1.15rem;font-weight:700;color:var(--theme-text,#0f172a)}.pst-profile-email{display:inline-flex;align-items:center;gap:.25rem;margin-top:.125rem;font-size:.85rem;color:var(--theme-text-muted,#64748b)}.pst-profile-tags{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem}.pst-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.625rem}.pst-stat{padding:.75rem;background:var(--theme-bg,#f8fafc);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:10px;text-align:center}[data-effective-mode=dark] .pst-stat{background:rgba(255,255,255,.04)}.pst-stat-val{font-size:1.4rem;font-weight:700;color:var(--theme-text,#0f172a);display:inline-flex;align-items:center;gap:.25rem;font-variant-numeric:tabular-nums}.pst-stat-label{margin-top:.125rem;font-size:.8rem;font-weight:600;color:var(--theme-text-muted,#64748b);text-transform:uppercase;letter-spacing:.04em}.pst-actions{display:flex;flex-wrap:wrap;gap:.5rem}.pst-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;font-family:inherit;font-size:.85rem;font-weight:600;color:var(--theme-text,#0f172a);background:var(--theme-bg,#f1f5f9);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:8px;cursor:pointer;transition:background .5s ease-in-out,opacity .5s ease-in-out}[data-effective-mode=dark] .pst-btn{background:rgba(255,255,255,.06);color:var(--theme-text,#fff)}.pst-btn:hover{opacity:.85}.pst-btn:disabled{opacity:.5;cursor:not-allowed}.pst-btn-danger{background:rgba(220,38,38,.12);border-color:rgba(220,38,38,.3);color:#b91c1c}[data-effective-mode=dark] .pst-btn-danger{color:#fca5a5}.pst-btn-warn{background:rgba(217,119,6,.12);border-color:rgba(217,119,6,.3);color:#b45309}[data-effective-mode=dark] .pst-btn-warn{color:#fcd34d}.pst-busy{margin-top:.5rem;font-size:.85rem;color:var(--theme-accent,#5b5fc7)}.pst-menu-anchor{position:relative}.pst-menu{position:absolute;z-index:8;top:calc(100% + 4px);left:0;min-width:180px;padding:.25rem;background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:8px;box-shadow:0 6px 16px rgba(15,23,42,.12)}[data-effective-mode=dark] .pst-menu{background:rgba(30,41,59,.96);border-color:rgba(255,255,255,.08)}.pst-menu-item{display:block;width:100%;padding:.5rem .625rem;text-align:left;font-family:inherit;font-size:.85rem;color:var(--theme-text,#0f172a);background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .5s ease-in-out}.pst-menu-item:hover{background:var(--theme-bg,rgba(15,23,42,.04))}[data-effective-mode=dark] .pst-menu-item:hover{background:rgba(255,255,255,.06)}.pst-plan-day{margin-bottom:1rem}.pst-plan-day-head{display:inline-flex;gap:.375rem;font-size:.75rem;font-weight:700;color:var(--theme-text-muted,#64748b);text-transform:uppercase;letter-spacing:.04em}.pst-plan-day-head,.pst-plan-item{align-items:center;margin-bottom:.375rem}.pst-plan-item{display:flex;gap:.625rem;padding:.5rem .75rem;background:var(--theme-bg,#f8fafc);border:1px solid var(--theme-border,rgba(15,23,42,.06));border-radius:8px;transition:opacity .5s ease-in-out}[data-effective-mode=dark] .pst-plan-item{background:rgba(255,255,255,.04)}.pst-plan-item-done{opacity:.55}.pst-plan-check{width:18px;height:18px;border-radius:4px;display:flex;align-items:center;justify-content:center;background:var(--theme-bg,rgba(15,23,42,.06));color:#059669;flex-shrink:0}.pst-plan-item-done .pst-plan-check{background:rgba(5,150,105,.14)}.pst-plan-body{flex:1;min-width:0}.pst-plan-title{font-size:.9rem;font-weight:600;color:var(--theme-text,#0f172a)}.pst-plan-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.125rem;font-size:.8rem;color:var(--theme-text-muted,#64748b)}.pst-plan-actions{display:flex;gap:.25rem;flex-shrink:0}.pst-icon-btn{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:6px;color:var(--theme-text-muted,#64748b);cursor:pointer;transition:background .5s ease-in-out,color .5s ease-in-out}.pst-icon-btn:hover{color:var(--theme-text,#0f172a)}.pst-icon-btn-danger:hover{color:#dc2626}.pst-icon-btn:disabled{opacity:.5;cursor:not-allowed}.pst-history{display:flex;flex-direction:column;gap:.5rem}.pst-history-row{display:grid;grid-template-columns:140px 1fr;gap:.75rem;padding:.5rem .75rem;background:var(--theme-bg,#f8fafc);border:1px solid var(--theme-border,rgba(15,23,42,.06));border-radius:8px}[data-effective-mode=dark] .pst-history-row{background:rgba(255,255,255,.04)}.pst-history-time{font-size:.8rem;color:var(--theme-text-muted,#64748b);font-variant-numeric:tabular-nums}.pst-history-action{font-size:.85rem;font-weight:600;color:var(--theme-text,#0f172a);text-transform:capitalize}.pst-history-admin{font-size:.8rem;color:var(--theme-text-muted,#64748b)}.pst-history-details{display:block;margin-top:.25rem;padding:.25rem .375rem;background:rgba(15,23,42,.04);border-radius:4px;font-size:.75rem;color:var(--theme-text-muted,#64748b);white-space:pre-wrap;word-break:break-all}[data-effective-mode=dark] .pst-history-details{background:rgba(255,255,255,.06)}.pst-confirm{max-width:460px}.pst-add{max-width:540px}.ps-back-btn{margin-bottom:1rem}.ps-spin{animation:ps-spin 1s linear infinite}@keyframes ps-spin{to{transform:rotate(1turn)}}.ps-user-profile{display:flex;align-items:center;gap:1rem;padding:1rem}.ps-user-avatar{flex-shrink:0;width:56px;height:56px;border-radius:999px;background:var(--theme-accent,#0d9488);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.ps-user-profile-text{flex:1;min-width:0}.ps-user-name{font-size:1.1rem;font-weight:700;color:var(--theme-text,#0f172a)}.ps-user-email{font-size:.85rem;color:var(--theme-text-muted,#64748b);margin-top:.125rem}.ps-user-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem}.ps-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.ps-badge-green{background:rgba(5,150,105,.14);color:#059669}.ps-badge-red{background:rgba(220,38,38,.12);color:#dc2626}.ps-badge-muted{background:rgba(15,23,42,.08);color:var(--theme-text-muted,#64748b)}.ps-badge-purple{background:rgba(168,85,247,.14);color:#9333ea}.ps-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-top:1rem;margin-bottom:1rem}.ps-stat-tile{background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:10px;padding:.75rem .875rem}.ps-stat-icon{color:var(--theme-accent,#0d9488);margin-bottom:.4rem}.ps-stat-value{font-size:1.3rem;font-weight:700;color:var(--theme-text,#0f172a);line-height:1.1}.ps-stat-label{font-size:.78rem;color:var(--theme-text-muted,#64748b);margin-top:.2rem}.ps-topic-list{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.ps-topic-row{display:grid;grid-template-columns:160px 1fr 50px;align-items:center;gap:.75rem}.ps-topic-label{font-size:.85rem;font-weight:600;color:var(--theme-text,#0f172a)}.ps-topic-track{height:8px;background:var(--theme-bg,rgba(15,23,42,.06));border-radius:999px;overflow:hidden}.ps-topic-fill{height:100%;border-radius:999px;transition:width .25s ease}.ps-topic-1{background:#3b82f6}.ps-topic-2{background:#8b5cf6}.ps-topic-3{background:#10b981}.ps-topic-4{background:#f59e0b}.ps-topic-5{background:#ef4444}.ps-topic-value{text-align:right;font-variant-numeric:tabular-nums;font-weight:700;font-size:.85rem;color:var(--theme-text,#0f172a)}.ps-plan-list{max-height:480px;overflow-y:auto;padding:1rem}.ps-plan-day{margin-bottom:1rem}.ps-plan-day-label{font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-text-muted,#64748b);margin-bottom:.4rem}.ps-plan-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;background:var(--theme-bg,#f8fafc);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:8px;margin-bottom:.375rem}.ps-plan-item.completed{opacity:.6}.ps-plan-item-check{flex-shrink:0;width:22px;height:22px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:var(--theme-bg,rgba(15,23,42,.06));color:var(--theme-text-muted,#64748b)}.ps-plan-item.completed .ps-plan-item-check{background:var(--theme-success,#059669);color:#fff}.ps-plan-item-content{flex:1;min-width:0}.ps-plan-item-title{display:flex;align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;color:var(--theme-text,#0f172a)}.ps-plan-item.completed .ps-plan-item-title{text-decoration:line-through}.ps-plan-item-meta{font-size:.75rem;color:var(--theme-text-muted,#64748b);text-transform:capitalize;margin-top:.125rem}.ps-plan-item-actions{display:flex;gap:.25rem}.ps-attempt-exam{font-weight:600;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps-attempt-score{font-weight:700;font-variant-numeric:tabular-nums}.ps-attempt-score.good{color:#059669}.ps-attempt-score.bad{color:#dc2626}.ps-support-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1rem 1rem}.ps-support-clear-wrap{position:relative}.ps-support-clear-menu{position:absolute;top:100%;left:0;margin-top:.25rem;min-width:180px;z-index:10;background:var(--theme-surface,#fff);border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:8px;box-shadow:0 8px 24px rgba(15,23,42,.1);overflow:hidden}.ps-support-clear-menu>button{display:block;width:100%;text-align:left;background:transparent;border:none;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;color:var(--theme-text);cursor:pointer;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.04))}.ps-support-clear-menu>button:last-child{border-bottom:none}.ps-support-clear-menu>button:hover{background:var(--theme-accent-soft,rgba(13,148,136,.08))}.ps-support-log{padding:0 1rem 1rem}.ps-audit-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.4rem 0;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.04));font-size:.85rem}.ps-audit-row:last-child{border-bottom:none}.ps-audit-time{font-size:.78rem;color:var(--theme-text-muted,#64748b);min-width:160px}.ps-audit-action{font-weight:600;color:var(--theme-text,#0f172a)}