.ps-toolbar{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(2,minmax(140px,1fr)) auto;gap:.5rem;align-items:center;padding:.625rem .75rem;background:var(--theme-surface,rgba(255,255,255,.85));border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:12px}[data-effective-mode=dark] .ps-toolbar{background:var(--theme-surface,rgba(30,41,59,.7));border-color:var(--theme-border,rgba(255,255,255,.08))}@media (max-width:880px){.ps-toolbar{grid-template-columns:1fr 1fr}}.ps-create{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:8px;border:1px solid var(--theme-accent,#5b5fc7);background:var(--theme-accent,#5b5fc7);color:#fff;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s}.ps-create:hover{opacity:.9}.ps-table{width:100%;border-collapse:collapse;font-size:.85rem}.ps-table thead th{padding:.625rem .875rem;text-align:left;font-weight:700;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted,#64748b);background:var(--theme-bg,#f8fafc);border-bottom:1px solid var(--theme-border,rgba(15,23,42,.08))}[data-effective-mode=dark] .ps-table thead th{background:rgba(255,255,255,.04)}.ps-table tbody td{padding:.625rem .875rem;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.04));color:var(--theme-text,#0f172a);vertical-align:top}.ps-badge{display:inline-block}.ps-badge[data-tone=green]{background:rgba(5,150,105,.14);color:#059669}.ps-badge[data-tone=amber]{background:rgba(217,119,6,.14);color:#b45309}.ps-badge[data-tone=red]{background:rgba(220,38,38,.14);color:#dc2626}.ps-badge[data-tone=muted]{background:rgba(15,23,42,.08);color:var(--theme-text-muted,#64748b)}.ps-badge[data-tone=indigo]{background:rgba(91,95,199,.14);color:#5b5fc7}.ps-badge[data-tone=purple]{background:rgba(139,92,246,.14);color:#7c3aed}.ps-badge[data-tone=blue]{background:rgba(14,165,233,.14);color:#0284c7}.ps-content-handle{display:inline-flex;align-items:center;cursor:grab;color:var(--theme-text-muted,#64748b)}.ps-content-handle:active{cursor:grabbing}.ps-row-dim{opacity:.55}.ps-content-add-strip{display:inline-flex;align-items:center;gap:.375rem;flex-wrap:wrap}.ps-pick-list{display:flex;flex-direction:column;gap:.25rem;max-height:360px;overflow-y:auto;border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:8px;background:var(--theme-surface,transparent);padding:.25rem}.ps-pick-row{display:block;width:100%;text-align:left;padding:.5rem .75rem;border:1px solid transparent;background:transparent;border-radius:6px;cursor:pointer;font-family:inherit;color:var(--theme-text,#0f172a);transition:background .15s,border-color .15s}.ps-pick-row:hover{background:rgba(91,95,199,.06);border-color:rgba(91,95,199,.25)}.ps-pick-row.selected{background:rgba(91,95,199,.12);border-color:var(--theme-accent,#5b5fc7)}.ps-pick-row-name{font-size:.85rem;font-weight:600}.ps-pick-row-meta{font-size:.78rem;color:var(--theme-text-muted,#64748b);margin-top:.15rem}.ps-search-row{position:relative;display:flex;align-items:center}.ps-search-row input{flex:1;padding-left:2rem;font-family:inherit;font-size:.85rem;border:1px solid var(--theme-border,rgba(15,23,42,.12));border-radius:8px;height:2.25rem;background:var(--theme-surface,#fff);color:var(--theme-text,#0f172a)}.ps-search-icon{position:absolute;left:.625rem;color:var(--theme-text-muted,#64748b);pointer-events:none}.ps-chart{width:100%;height:260px;padding:.5rem .5rem .25rem}.ps-chart-loading{width:100%;height:100%;border-radius:12px;background:linear-gradient(180deg,rgba(91,95,199,.05),transparent)}.ps-overview-split{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem}@media (max-width:980px){.ps-overview-split{grid-template-columns:1fr}}.ps-feed-list{list-style:none;margin:0;padding:.5rem 0}.ps-feed-row{display:grid;grid-template-columns:auto 1fr;gap:.75rem;padding:.5rem .875rem;border-bottom:1px solid var(--theme-border,rgba(15,23,42,.06))}.ps-feed-row:last-child{border-bottom:none}.ps-feed-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(91,95,199,.1);color:#5b5fc7}.ps-feed-icon-test{background:rgba(91,95,199,.12);color:#5b5fc7}.ps-feed-icon-activity{background:rgba(217,119,6,.12);color:#b45309}.ps-feed-icon-badge{background:rgba(5,150,105,.12);color:#059669}.ps-feed-body{min-width:0}.ps-feed-text{font-size:.85rem;line-height:1.35;color:var(--theme-text,#0f172a)}.ps-feed-time{font-size:.78rem;color:var(--theme-text-muted,#64748b);margin-top:.15rem}.ps-overview-nav{display:grid;grid-template-columns:1fr;gap:.5rem;padding:.5rem .5rem .75rem}.ps-nav-card{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.875rem;width:100%;text-align:left;background:transparent;border:1px solid var(--theme-border,rgba(15,23,42,.08));border-radius:10px;padding:.625rem .875rem;cursor:pointer;font-family:inherit;color:var(--theme-text,#0f172a);transition:background .15s,border-color .15s,transform .15s}.ps-nav-card:hover{background:rgba(91,95,199,.06);border-color:rgba(91,95,199,.32)}.ps-nav-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(91,95,199,.12);color:#5b5fc7}.ps-nav-card-body{display:flex;flex-direction:column;gap:.1rem;min-width:0}.ps-nav-card-title{font-size:.88rem;font-weight:700}.ps-nav-card-desc{font-size:.78rem}.arp-kpi-sub,.ps-nav-card-desc{color:var(--theme-text-muted,#64748b)}.arp-kpi-sub{font-size:.7rem;margin-top:.25rem}.ps-table-wrap{width:100%;overflow-x:auto}.ps-streak-cell{display:inline-flex;align-items:center;gap:.25rem;color:#f59e0b;font-weight:700}.ps-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem 1.25rem;margin-bottom:1rem}.ps-detail-line{display:flex;flex-direction:column;gap:.15rem}.ps-detail-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700;color:var(--theme-text-muted,#64748b)}.ps-detail-value{font-size:.88rem;color:var(--theme-text,#0f172a);word-break:break-word}.ps-detail-section{margin-top:1rem}.ps-detail-section h4{margin:0 0 .5rem;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted,#64748b)}.ps-mono-line{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.78rem;word-break:break-all}.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)}