:root{--tp-bg: #F4F6FA;--tp-surface: #FFFFFF;--tp-surface-2: #F9FAFB;--tp-border: #E5E8EE;--tp-radius: 12px;--tp-radius-sm: 8px;--tp-shadow: 0 1px 2px rgba(17, 24, 39, .04), 0 2px 8px rgba(17, 24, 39, .06);--tp-shadow-lg: 0 8px 24px rgba(17, 24, 39, .12);--tp-primary: #2563EB;--tp-primary-hover: #1D4ED8;--tp-primary-ink: #1E3A8A;--tp-primary-soft: #DBEAFE;--tp-text: #1F2937;--tp-text-secondary: #6B7280;--tp-heading: #111827;--tp-gray-bg: #E5E7EB;--tp-gray-fg: #374151;--tp-blue-bg: #DBEAFE;--tp-blue-fg: #1E3A8A;--tp-green: #16A34A;--tp-green-bg: #DCFCE7;--tp-green-fg: #166534;--tp-amber-bg: #FEF3C7;--tp-amber-fg: #92400E;--tp-red: #DC2626;--tp-red-bg: #FEE2E2;--tp-red-fg: #991B1B;--tp-brand-bg: #0E1116;--tp-gold: #D4AF37;--tp-focus-ring: 0 0 0 3px rgba(37, 99, 235, .45);--tp-font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--tp-space-1: 4px;--tp-space-2: 8px;--tp-space-3: 12px;--tp-space-4: 16px;--tp-space-5: 24px;--tp-space-6: 32px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--tp-font);font-size:15px;line-height:1.55;color:var(--tp-text);background:var(--tp-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6{margin:0 0 var(--tp-space-3);color:var(--tp-heading);line-height:1.3;font-weight:650}h1{font-size:1.6rem}h2{font-size:1.3rem}h3{font-size:1.1rem}p{margin:0 0 var(--tp-space-3)}a{color:var(--tp-primary);text-decoration:none}a:hover{color:var(--tp-primary-hover);text-decoration:underline}ul,ol{margin:0 0 var(--tp-space-3);padding-left:1.25rem}img{max-width:100%;display:block}button{font-family:inherit}:focus-visible{outline:none;box-shadow:var(--tp-focus-ring);border-radius:var(--tp-radius-sm)}.tp-muted{color:var(--tp-text-secondary)}.tp-row{display:flex;align-items:center;gap:var(--tp-space-3)}.tp-col{display:flex;flex-direction:column;gap:var(--tp-space-3)}.tp-grow{flex:1 1 auto}.tp-stack>*+*{margin-top:var(--tp-space-4)}.tp-grid{display:grid;gap:var(--tp-space-4)}.tp-center{display:flex;align-items:center;justify-content:center}.tp-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-page{max-width:1120px;margin:0 auto;padding:var(--tp-space-5) var(--tp-space-5) var(--tp-space-6)}.tp-card{background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:var(--tp-radius);box-shadow:var(--tp-shadow);padding:var(--tp-space-5)}.tp-card__title{margin:0 0 var(--tp-space-1);font-size:1.05rem}.tp-card__sub{margin:0 0 var(--tp-space-3);color:var(--tp-text-secondary);font-size:.9rem}.tp-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--tp-space-2);padding:9px 16px;border-radius:var(--tp-radius-sm);border:1px solid transparent;background:var(--tp-primary);color:#fff;font-size:.95rem;font-weight:550;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.tp-btn:hover{background:var(--tp-primary-hover);text-decoration:none;color:#fff}.tp-btn:disabled{opacity:.55;cursor:not-allowed}.tp-btn--secondary{background:var(--tp-surface);color:var(--tp-text);border-color:var(--tp-border)}.tp-btn--secondary:hover{background:var(--tp-surface-2);color:var(--tp-text)}.tp-btn--ghost{background:transparent;color:var(--tp-primary)}.tp-btn--ghost:hover{background:var(--tp-primary-soft);color:var(--tp-primary-ink)}.tp-btn--danger{background:var(--tp-red)}.tp-btn--danger:hover{background:var(--tp-red-fg)}.tp-btn--sm{padding:5px 10px;font-size:.85rem}.tp-btn--block{width:100%}.tp-badge{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-size:.78rem;font-weight:600;line-height:1.6;background:var(--tp-gray-bg);color:var(--tp-gray-fg)}.tp-badge--gray{background:var(--tp-gray-bg);color:var(--tp-gray-fg)}.tp-badge--blue{background:var(--tp-blue-bg);color:var(--tp-blue-fg)}.tp-badge--green{background:var(--tp-green-bg);color:var(--tp-green-fg)}.tp-badge--amber{background:var(--tp-amber-bg);color:var(--tp-amber-fg)}.tp-badge--red{background:var(--tp-red-bg);color:var(--tp-red-fg)}.tp-progress{display:flex;align-items:center;gap:var(--tp-space-3)}.tp-progress__track{flex:1 1 auto;height:8px;border-radius:999px;background:var(--tp-gray-bg);overflow:hidden}.tp-progress__fill{height:100%;border-radius:999px;background:var(--tp-primary);transition:width .3s ease}.tp-progress__fill--done{background:var(--tp-green)}.tp-progress__value{flex:0 0 auto;min-width:38px;text-align:right;font-size:.82rem;font-weight:600;color:var(--tp-text-secondary);font-variant-numeric:tabular-nums}.tp-field{display:flex;flex-direction:column;gap:6px}.tp-field__label{font-size:.85rem;font-weight:600;color:var(--tp-heading)}.tp-field__hint{font-size:.8rem;color:var(--tp-text-secondary)}.tp-field__error{font-size:.8rem;color:var(--tp-red)}.tp-input,.tp-textarea,.tp-select{width:100%;padding:9px 12px;font:inherit;color:var(--tp-text);background:var(--tp-surface);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);transition:border-color .15s ease,box-shadow .15s ease}.tp-input:focus,.tp-textarea:focus,.tp-select:focus{border-color:var(--tp-primary);box-shadow:var(--tp-focus-ring);outline:none}.tp-textarea{min-height:96px;resize:vertical}.tp-toggle{position:relative;display:inline-flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.tp-toggle input{position:absolute;opacity:0;width:0;height:0}.tp-toggle__track{width:40px;height:22px;border-radius:999px;background:var(--tp-gray-bg);transition:background-color .2s ease;flex:0 0 auto}.tp-toggle__thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .2s ease}.tp-toggle input:checked+.tp-toggle__track{background:var(--tp-primary)}.tp-toggle input:checked+.tp-toggle__track+.tp-toggle__thumb{transform:translate(18px)}.tp-toggle input:focus-visible+.tp-toggle__track{box-shadow:var(--tp-focus-ring)}.tp-toggle--disabled{opacity:.55;cursor:not-allowed}.tp-table-wrap{overflow-x:auto;border:1px solid var(--tp-border);border-radius:var(--tp-radius);background:var(--tp-surface)}.tp-table{width:100%;border-collapse:collapse;font-size:.92rem}.tp-table th,.tp-table td{text-align:left;padding:11px 14px;border-bottom:1px solid var(--tp-border);vertical-align:middle}.tp-table thead th{background:var(--tp-surface-2);color:var(--tp-text-secondary);font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.02em}.tp-table tbody tr:last-child td{border-bottom:none}.tp-table tbody tr:hover{background:var(--tp-surface-2)}.tp-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--tp-primary-soft);color:var(--tp-primary-ink);font-weight:650;flex:0 0 auto;overflow:hidden}.tp-topbar{display:flex;align-items:center;gap:var(--tp-space-4);height:60px;flex-shrink:0;padding:0 var(--tp-space-5);background:var(--tp-surface);border-bottom:1px solid var(--tp-border);position:sticky;top:0;z-index:20}.tp-topbar>.tp-logo,.tp-topbar>.tp-logo-link{flex:0 0 auto}.tp-topbar__nav{display:flex;align-items:center;gap:6px;flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.tp-topbar__nav::-webkit-scrollbar{display:none}.tp-topbar__link{padding:7px 9px;border-radius:var(--tp-radius-sm);color:var(--tp-text-secondary);font-weight:550;font-size:.92rem;white-space:nowrap}.tp-topbar__link:hover{background:var(--tp-surface-2);color:var(--tp-text);text-decoration:none}.tp-topbar__link--active{background:var(--tp-primary-soft);color:var(--tp-primary-ink)}.tp-topbar__user{display:flex;align-items:center;gap:10px;flex:0 0 auto}.tp-topbar__user-name{font-weight:600;font-size:.9rem;line-height:1.2;white-space:nowrap}.tp-topbar__user-role{color:var(--tp-text-secondary);font-size:.78rem;line-height:1.2}.tp-topbar__right{display:inline-flex;align-items:center;gap:10px;flex:0 0 auto}.tp-topbar__burger{display:none;margin-left:auto;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--tp-text);border-radius:var(--tp-radius-sm);cursor:pointer}.tp-topbar__burger:hover{background:var(--tp-surface-2)}.tp-topbar__backdrop{position:fixed;top:60px;right:0;bottom:0;left:0;background:#0f172a66;z-index:18}.tp-topbar__sheet{position:absolute;top:60px;left:0;right:0;z-index:19;display:flex;flex-direction:column;gap:var(--tp-space-2);padding:var(--tp-space-4);background:var(--tp-surface);border-bottom:1px solid var(--tp-border);box-shadow:var(--tp-shadow)}.tp-topbar__sheet-nav{display:flex;flex-direction:column;gap:2px}.tp-topbar__sheet-nav .tp-topbar__link{padding:11px 12px;font-size:.98rem}.tp-topbar__sheet-user{display:flex;align-items:center;gap:10px;margin-top:var(--tp-space-2);padding-top:var(--tp-space-3);border-top:1px solid var(--tp-border)}.tp-topbar__sheet-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:var(--tp-space-2);padding-top:var(--tp-space-3);border-top:1px solid var(--tp-border)}@media (max-width: 1500px){.tp-topbar__user-meta{display:none}}@media (max-width: 1024px){.tp-topbar__nav,.tp-topbar__user,.tp-topbar__right{display:none}.tp-topbar__burger{display:inline-flex}}.tp-sidenav{display:flex;flex-direction:column;gap:2px;padding:var(--tp-space-4);width:232px;flex:0 0 auto}.tp-sidenav__link{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:var(--tp-radius-sm);color:var(--tp-text-secondary);font-weight:550;font-size:.92rem}.tp-sidenav__link:hover{background:var(--tp-surface);color:var(--tp-text);text-decoration:none}.tp-sidenav__link--active{background:var(--tp-surface);color:var(--tp-primary-ink);box-shadow:var(--tp-shadow)}.tp-brand-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--tp-brand-bg);color:#e5e7eb;padding:var(--tp-space-5)}.tp-brand-card{width:100%;max-width:380px;background:#ffffff08;border:1px solid rgba(212,175,55,.25);border-radius:var(--tp-radius);padding:var(--tp-space-6);text-align:center}.tp-brand-card h1{color:var(--tp-gold)}.tp-logo{display:inline-flex;align-items:center;gap:9px;font-weight:800;white-space:nowrap}.tp-logo-link{display:inline-flex;align-items:center;text-decoration:none;border-radius:var(--tp-radius-sm);cursor:pointer}.tp-logo-link:hover{opacity:.85}.tp-logo-link:focus-visible{outline:2px solid var(--tp-primary);outline-offset:2px}.tp-logo__img{height:30px;width:auto;display:block}.tp-logo__text{color:var(--tp-heading);font-size:1.02rem;letter-spacing:.01em}.tp-logo__accent{color:var(--tp-gold)}.tp-logo--dark .tp-logo__text{color:#fff}.tp-spinner{display:inline-block;border:2.5px solid var(--tp-gray-bg);border-top-color:var(--tp-primary);border-radius:50%;animation:tp-spin .7s linear infinite}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-empty{text-align:center;color:var(--tp-text-secondary);padding:var(--tp-space-6) var(--tp-space-5)}.tp-empty__icon{font-size:2rem;margin-bottom:var(--tp-space-2)}.tp-empty__title{color:var(--tp-heading);font-weight:600;margin-bottom:4px}.tp-md{line-height:1.6}.tp-md p:last-child{margin-bottom:0}.tp-md ul,.tp-md ol{margin:var(--tp-space-2) 0}.tp-md strong{font-weight:700;color:var(--tp-heading)}.tp-md code{background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:4px;padding:1px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88em}.tp-source-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;background:var(--tp-surface-2);border:1px solid var(--tp-border);color:var(--tp-text-secondary);font-size:.78rem;font-weight:550;max-width:100%}.tp-source-chip__ref{color:var(--tp-primary-ink);font-weight:650}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}#root{display:flex;flex-direction:column;min-height:100%}.tp-app-main{flex:1 1 auto}.tp-login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--tp-space-5);background:var(--tp-bg)}.tp-login-card{width:100%;max-width:400px}.tp-login-card .tp-logo{justify-content:center;margin-bottom:var(--tp-space-4)}.tp-login-demo{margin-top:var(--tp-space-4);padding:var(--tp-space-3) var(--tp-space-4);background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);font-size:.82rem;color:var(--tp-text-secondary);line-height:1.5}.tp-login-demo code{color:var(--tp-primary-ink);font-weight:600}.tp-page-head{margin-bottom:var(--tp-space-5)}.tp-page-head h1{margin:0 0 var(--tp-space-1)}.tp-page-summary{color:var(--tp-text-secondary);font-size:.95rem}.tp-page-summary b{color:var(--tp-heading)}.tp-continue{display:flex;gap:var(--tp-space-5);align-items:stretch}.tp-continue__icon{flex:0 0 auto;width:56px;height:56px;border-radius:var(--tp-radius);background:var(--tp-primary-soft);color:var(--tp-primary-ink);display:flex;align-items:center;justify-content:center;font-size:1.6rem}.tp-continue__body{flex:1 1 auto;min-width:0}.tp-continue__eyebrow{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tp-primary);margin-bottom:var(--tp-space-1)}.tp-continue__title{font-size:1.25rem;font-weight:650;color:var(--tp-heading);margin-bottom:2px}.tp-continue__sub{color:var(--tp-text-secondary);margin-bottom:var(--tp-space-4)}.tp-continue__meta{display:flex;align-items:center;gap:var(--tp-space-4);flex-wrap:wrap;margin-top:var(--tp-space-3);font-size:.85rem;color:var(--tp-text-secondary)}.tp-continue__action{flex:0 0 auto;display:flex;align-items:center}.tp-assign-head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--tp-space-4);margin:var(--tp-space-6) 0 var(--tp-space-3)}.tp-assign-head h2{margin:0}.tp-assign-head__note{color:var(--tp-text-secondary);font-size:.85rem;text-align:right}.tp-assign-list{display:flex;flex-direction:column;gap:var(--tp-space-3)}.tp-assign-row{display:grid;grid-template-columns:44px minmax(0,1.6fr) minmax(150px,1fr) auto auto;align-items:center;gap:var(--tp-space-4);padding:var(--tp-space-4) var(--tp-space-5)}.tp-assign-row__icon{width:44px;height:44px;border-radius:var(--tp-radius-sm);background:var(--tp-surface-2);border:1px solid var(--tp-border);display:flex;align-items:center;justify-content:center;font-size:1.3rem}.tp-assign-row__main{min-width:0}.tp-assign-row__title{font-weight:600;color:var(--tp-heading)}.tp-assign-row__sub{color:var(--tp-text-secondary);font-size:.83rem}.tp-assign-row__progress{min-width:150px}.tp-assign-row__badges{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.tp-assign-row__action{justify-self:end}.tp-player{display:grid;grid-template-columns:320px minmax(0,1fr);gap:var(--tp-space-5);align-items:start}.tp-player__aside{position:sticky;top:calc(60px + var(--tp-space-5));align-self:start}.tp-player__aside-head{margin-bottom:var(--tp-space-3)}.tp-player__aside-head h2{font-size:1.05rem;margin:0 0 var(--tp-space-2)}.tp-player__assigned-note{font-size:.8rem;color:var(--tp-amber-fg);background:var(--tp-amber-bg);border-radius:999px;padding:2px 10px;display:inline-block;margin-bottom:var(--tp-space-3)}.tp-player__save-row{display:flex;align-items:center;gap:var(--tp-space-3);margin-top:var(--tp-space-3)}.tp-player__save-ok{font-size:.82rem;color:var(--tp-green-fg)}.tp-player__offline-badge{margin-top:var(--tp-space-2);font-size:.78rem;font-weight:600;color:var(--tp-amber-fg);background:var(--tp-amber-bg);border-radius:var(--tp-radius-sm);padding:3px 10px;display:inline-block}.tp-needs-connection{font-size:.88rem;color:var(--tp-amber-fg);background:var(--tp-amber-bg);border-radius:var(--tp-radius-sm);padding:var(--tp-space-2) var(--tp-space-3);display:inline-block}.tp-offline-notice{display:block;margin-top:var(--tp-space-2);font-size:.8rem;color:var(--tp-text-secondary)}.tp-tree-module+.tp-tree-module{margin-top:var(--tp-space-4)}.tp-tree-module__title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tp-text-secondary);margin-bottom:var(--tp-space-2)}.tp-tree-lesson{margin-bottom:var(--tp-space-2)}.tp-tree-lesson__title{font-size:.85rem;font-weight:600;color:var(--tp-text);margin-bottom:4px}.tp-tree-step{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:7px 10px;border:none;background:transparent;border-radius:var(--tp-radius-sm);color:var(--tp-text);font:inherit;font-size:.86rem;cursor:pointer}.tp-tree-step:hover{background:var(--tp-surface-2)}.tp-tree-step--active{background:var(--tp-primary-soft);color:var(--tp-primary-ink);font-weight:600}.tp-tree-step__mark{flex:0 0 auto;width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;background:var(--tp-gray-bg);color:var(--tp-gray-fg);border:1px solid transparent}.tp-tree-step__mark--done{background:var(--tp-green-bg);color:var(--tp-green-fg)}.tp-tree-step__mark--active{background:var(--tp-primary);color:#fff}.tp-tree-step__label{flex:1 1 auto;min-width:0;overflow-wrap:anywhere;line-height:1.3}.tp-player__main{min-width:0}.tp-crumbs{font-size:.82rem;color:var(--tp-text-secondary);margin-bottom:var(--tp-space-2)}.tp-step-eyebrow{display:inline-block;font-size:.74rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--tp-primary);background:var(--tp-primary-soft);border-radius:999px;padding:3px 12px;margin-bottom:var(--tp-space-3)}.tp-step-title{font-size:1.35rem;margin:0 0 var(--tp-space-4)}.tp-theory{line-height:1.7}.tp-theory h2{font-size:1.15rem;margin-top:var(--tp-space-4)}.tp-theory table{width:100%;border-collapse:collapse;margin:var(--tp-space-3) 0}.tp-theory th,.tp-theory td{border:1px solid var(--tp-border);padding:8px 12px;text-align:left}.tp-theory th{background:var(--tp-surface-2)}.tp-theory img{border-radius:var(--tp-radius-sm);margin:var(--tp-space-3) 0}.tp-quiz-q+.tp-quiz-q{margin-top:var(--tp-space-5)}.tp-quiz-q__text{font-weight:600;color:var(--tp-heading);margin-bottom:var(--tp-space-3)}.tp-quiz-opts{display:flex;flex-direction:column;gap:var(--tp-space-2)}.tp-quiz-opt{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:11px 14px;border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);background:var(--tp-surface);color:var(--tp-text);font:inherit;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.tp-quiz-opt:hover:not(:disabled){border-color:var(--tp-primary)}.tp-quiz-opt--selected{border-color:var(--tp-primary);background:var(--tp-primary-soft);color:var(--tp-primary-ink);font-weight:600}.tp-quiz-opt--correct{border-color:var(--tp-green);background:var(--tp-green-bg);color:var(--tp-green-fg);font-weight:600}.tp-quiz-opt__mark{flex:0 0 auto;width:22px;height:22px;border-radius:50%;border:2px solid currentColor;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;opacity:.7}.tp-quiz-result{margin-top:var(--tp-space-4);padding:var(--tp-space-4);border-radius:var(--tp-radius);border:1px solid var(--tp-border);background:var(--tp-surface-2)}.tp-quiz-result--ok{border-color:var(--tp-green);background:var(--tp-green-bg);color:var(--tp-green-fg)}.tp-quiz-result--bad{border-color:var(--tp-red);background:var(--tp-red-bg);color:var(--tp-red-fg)}.tp-rubric{margin:var(--tp-space-3) 0 var(--tp-space-4);padding:var(--tp-space-3) var(--tp-space-4);background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);font-size:.86rem}.tp-rubric__title{font-weight:700;color:var(--tp-heading);margin-bottom:var(--tp-space-2)}.tp-rubric ul{margin:0}.tp-ai-review{margin-top:var(--tp-space-4);padding:var(--tp-space-4);border-radius:var(--tp-radius);border:1px solid var(--tp-primary);background:var(--tp-primary-soft)}.tp-ai-review__head{display:flex;align-items:center;gap:var(--tp-space-3);margin-bottom:var(--tp-space-2)}.tp-ai-review__score{font-size:1.5rem;font-weight:700;color:var(--tp-primary-ink);font-variant-numeric:tabular-nums}.tp-ai-review__label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tp-primary)}.tp-step-nav{display:flex;justify-content:space-between;gap:var(--tp-space-3);margin-top:var(--tp-space-5);padding-top:var(--tp-space-4);border-top:1px solid var(--tp-border)}.tp-team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--tp-space-4);margin-bottom:var(--tp-space-5)}.tp-stat{text-align:left}.tp-stat__value{font-size:1.8rem;font-weight:700;color:var(--tp-heading);line-height:1.1;font-variant-numeric:tabular-nums}.tp-stat__value--warn{color:var(--tp-red)}.tp-stat__label{color:var(--tp-text-secondary);font-size:.85rem;margin-top:2px}.tp-team-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:var(--tp-space-5);align-items:start}.tp-team-member{display:flex;align-items:center;gap:10px}.tp-team-member__name{font-weight:600;color:var(--tp-heading);line-height:1.2}.tp-team-member__pos{font-size:.8rem;color:var(--tp-text-secondary)}.tp-insights{position:sticky;top:calc(60px + var(--tp-space-5))}.tp-insights h2{font-size:1.05rem;display:flex;align-items:center;gap:8px}.tp-insight+.tp-insight{margin-top:var(--tp-space-3)}.tp-insight{padding:var(--tp-space-4);border:1px solid var(--tp-border);border-radius:var(--tp-radius);background:var(--tp-surface)}.tp-insight__text{font-weight:600;color:var(--tp-heading);margin-bottom:var(--tp-space-2)}.tp-insight__basis{font-size:.82rem;color:var(--tp-text-secondary);margin-bottom:var(--tp-space-3)}.tp-insight__basis b{color:var(--tp-primary-ink)}.tp-disclaimer{margin-top:var(--tp-space-4);padding:var(--tp-space-3) var(--tp-space-4);background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);font-size:.78rem;color:var(--tp-text-secondary);line-height:1.5}.tp-chat{display:grid;grid-template-columns:280px minmax(0,1fr);gap:var(--tp-space-5);align-items:start;height:calc(100vh - 60px - var(--tp-space-5) * 2 - var(--tp-space-6));min-height:520px}.tp-chat__sessions{display:flex;flex-direction:column;gap:var(--tp-space-2);height:100%;overflow-y:auto}.tp-chat__session{display:block;width:100%;text-align:left;padding:10px 12px;border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);background:var(--tp-surface);color:var(--tp-text);font:inherit;cursor:pointer}.tp-chat__session:hover{background:var(--tp-surface-2)}.tp-chat__session--active{border-color:var(--tp-primary);background:var(--tp-primary-soft);color:var(--tp-primary-ink);font-weight:600}.tp-chat__session-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tp-chat__session-date{font-size:.74rem;color:var(--tp-text-secondary);font-weight:400}.tp-chat__panel{display:flex;flex-direction:column;height:100%;min-height:0}.tp-chat__head{display:flex;justify-content:space-between;align-items:baseline;gap:var(--tp-space-4);padding-bottom:var(--tp-space-3);border-bottom:1px solid var(--tp-border);margin-bottom:var(--tp-space-3)}.tp-chat__head h2{margin:0;font-size:1.1rem}.tp-chat__kb{font-size:.78rem;color:var(--tp-text-secondary);text-align:right}.tp-chat__feed{flex:1 1 auto;overflow-y:auto;display:flex;flex-direction:column;gap:var(--tp-space-4);padding-right:4px}.tp-msg{display:flex;flex-direction:column;max-width:80%}.tp-msg--user{align-self:flex-end;align-items:flex-end}.tp-msg--assistant{align-self:flex-start;align-items:flex-start}.tp-msg__bubble{padding:11px 15px;border-radius:14px;font-size:.92rem}.tp-msg--user .tp-msg__bubble{background:var(--tp-primary);color:#fff;border-bottom-right-radius:4px}.tp-msg--assistant .tp-msg__bubble{background:var(--tp-surface);border:1px solid var(--tp-border);border-bottom-left-radius:4px}.tp-msg__sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:var(--tp-space-2)}.tp-chat__composer{margin-top:var(--tp-space-3);padding-top:var(--tp-space-3);border-top:1px solid var(--tp-border)}.tp-chat__input-row{display:flex;gap:var(--tp-space-3);align-items:flex-end}.tp-chat__input-row .tp-textarea{min-height:46px;max-height:140px}@media (max-width: 900px){.tp-player{grid-template-columns:1fr}.tp-player__aside{position:static}.tp-team-layout{grid-template-columns:1fr}.tp-insights{position:static}.tp-chat{grid-template-columns:1fr;height:auto}.tp-chat__sessions{flex-direction:row;overflow-x:auto;height:auto}.tp-chat__session{flex:0 0 auto;min-width:160px}.tp-team-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.tp-continue{flex-direction:column}.tp-continue__action,.tp-continue__action .tp-btn{width:100%}.tp-assign-row{grid-template-columns:40px 1fr;grid-template-areas:"icon main" "prog prog" "badges action";row-gap:var(--tp-space-3)}.tp-assign-row__icon{grid-area:icon}.tp-assign-row__main{grid-area:main}.tp-assign-row__progress{grid-area:prog}.tp-assign-row__badges{grid-area:badges;flex-direction:row;align-items:center}.tp-assign-row__action{grid-area:action;justify-self:end}.tp-assign-head{flex-direction:column;align-items:flex-start;gap:var(--tp-space-1)}.tp-assign-head__note{text-align:left}.tp-table-cards .tp-table thead{display:none}.tp-table-cards .tp-table,.tp-table-cards .tp-table tbody,.tp-table-cards .tp-table tr,.tp-table-cards .tp-table td{display:block;width:100%}.tp-table-cards .tp-table tr{border-bottom:1px solid var(--tp-border);padding:var(--tp-space-3) 0}.tp-table-cards .tp-table td{border:none;padding:4px var(--tp-space-4)}.tp-table-cards .tp-table td[data-label]:before{content:attr(data-label);display:block;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em;color:var(--tp-text-secondary);margin-bottom:2px}}.tp-notif-section__title{margin:0 0 var(--tp-space-3);font-size:1.05rem}.tp-notif-note{padding:var(--tp-space-3) var(--tp-space-4);background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);font-size:.9rem;color:var(--tp-text-secondary);line-height:1.55}.tp-notif-error{margin-top:var(--tp-space-3);padding:var(--tp-space-2) var(--tp-space-3);background:var(--tp-red-bg);border:1px solid var(--tp-red);border-radius:var(--tp-radius-sm);font-size:.88rem;color:var(--tp-red-fg)}.tp-notif-toggles{display:flex;flex-direction:column;gap:0}.tp-notif-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:var(--tp-space-5);padding:var(--tp-space-4) 0;border-bottom:1px solid var(--tp-border)}.tp-notif-toggle-row:last-child{border-bottom:none;padding-bottom:0}.tp-notif-toggle-row:first-child{padding-top:0}.tp-notif-toggle-row__text{flex:1 1 auto;min-width:0}.tp-notif-toggle-row__label{font-weight:600;color:var(--tp-heading);font-size:.95rem}.tp-notif-toggle-row__hint{font-size:.82rem;color:var(--tp-text-secondary);margin-top:2px}.install-btn{padding:6px 14px;border:1px solid var(--tp-primary);border-radius:var(--tp-radius-sm);background:var(--tp-primary-soft);color:var(--tp-primary-ink);font:inherit;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.install-btn:hover{background:var(--tp-primary);color:#fff}.install-hint{font-size:.82rem;color:var(--tp-text-secondary);padding:4px 10px;background:var(--tp-surface-2);border:1px solid var(--tp-border);border-radius:var(--tp-radius-sm);white-space:nowrap}@media (max-width: 720px){.tp-topbar__user-role{display:none}.tp-topbar{gap:var(--tp-space-3);padding:0 var(--tp-space-3)}}
