@import"https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--font-display: "Space Grotesk", "Avenir Next", sans-serif;--font-body: "Manrope", "Avenir Next", "Segoe UI", sans-serif;--bg: #090d1a;--ink: #f4f8ff;--muted: #9db0ce;--surface: linear-gradient(160deg, rgba(8, 14, 29, .9), rgba(5, 10, 23, .9));--surface-strong: #101a30;--line: #243354;--line-soft: #1a2743;--accent: #8b5cf6;--accent-strong: #5a29d9;--accent-soft: rgba(139, 92, 246, .2);--blue: #27beff;--orange: #ff9d45;--warn: #ff8c5e;--warn-soft: rgba(255, 140, 94, .16);--ok: #3ad98f;--shadow: 0 24px 56px rgba(4, 8, 20, .5)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font-body);font-weight:400;line-height:1.5;color:var(--ink);background:radial-gradient(circle at 10% 14%,rgba(139,92,246,.3) 0%,transparent 44%),radial-gradient(circle at 83% 8%,rgba(39,190,255,.25) 0%,transparent 40%),radial-gradient(circle at 78% 88%,rgba(255,157,69,.22) 0%,transparent 42%),linear-gradient(140deg,#111a33,#172544 46%,#111a31)}html{font-size:17px}::selection{background:#8b5cf659;color:#fff}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.auth-card{width:min(520px,96vw)}.auth-card h1{margin:.15rem 0 .5rem;letter-spacing:-.03em}.auth-form{display:grid;gap:.7rem;margin-top:.8rem}.auth-inline-actions{display:flex;justify-content:flex-end;margin-top:-.15rem}.config-list{margin:.8rem 0 0;padding:.75rem;border-radius:10px;border:1px solid var(--line);background:#0b1326bf;font-family:var(--font-body);font-size:.84rem;font-weight:500;color:#d7e4ff}.app-shell{width:min(1680px,98vw);margin:2rem auto 2.5rem;position:relative;display:grid;gap:1rem}.bg-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(8px)}.bg-orb-a{width:180px;height:180px;right:-30px;top:-30px;background:linear-gradient(180deg,#8b5cf64d,#8b5cf605)}.bg-orb-b{width:160px;height:160px;left:-40px;bottom:-16px;background:linear-gradient(180deg,#ff9d4538,#ff9d4505)}.card{position:relative;z-index:1;background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);border-radius:18px;padding:1.15rem 1.2rem;box-shadow:var(--shadow)}.hero h1{font-family:var(--font-display);font-weight:700;margin:0;font-size:clamp(1.55rem,3.4vw,2.08rem);letter-spacing:-.04em;color:#ffd7b5;background:linear-gradient(95deg,#ffbf75,#ff9746 32%,#c283ff 72%,#58d0ff);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 10px 24px rgba(255,151,70,.2)}.hero{padding:.9rem 1rem}.hero-title-row{margin:.08rem 0 .24rem;display:flex;align-items:center;justify-content:space-between;gap:.45rem;flex-wrap:wrap}.hero-inline-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.hero .subtitle{font-size:.92rem;line-height:1.34;color:#f4f8ff}.eyebrow{margin:0;font-family:var(--font-body);font-size:.79rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#76a3ff}.subtitle{margin:0;color:var(--muted);max-width:70ch}.badge-row{margin-top:.65rem;display:flex;flex-wrap:wrap;gap:.5rem}.badge{font-size:.78rem;font-weight:600;border-radius:999px;padding:.25rem .6rem;border:1px solid transparent}.badge-state{background:var(--accent-soft);border-color:#8b5cf680;color:#e9dcff}.badge-idle,.badge-ended{background:#94a3b821;border-color:#94a3b859;color:#d4deef}.badge-connecting,.badge-stopping{background:#27beff2e;border-color:#27beff73;color:#b7e9ff}.badge-active{background:#3ad98f2e;border-color:#3ad98f73;color:#b4ffdb}.badge-lesson{background:#ff9d4526;color:#ffd7b5;border-color:#ff9d456b}.hero-status-pill{font-size:.86rem;font-weight:700;padding:.36rem .76rem;border-width:1px}.hero-meta-chip{min-width:132px;display:inline-flex;align-items:center;justify-content:center;text-align:center}.session-controls-row{margin-top:1rem;display:grid;grid-template-columns:minmax(240px,1.7fr) 36px minmax(130px,.64fr) minmax(110px,.52fr) minmax(140px,.68fr) auto;gap:.7rem;align-items:end}.hero .session-controls-row{margin-top:.62rem;gap:.52rem}.reset-lessons-slot{align-self:end;display:flex;justify-content:center;position:relative}.icon-button-slot{display:inline-flex;justify-content:center;position:relative}label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;font-weight:600;color:#d4e1f8}.hero label{gap:.26rem;font-size:.79rem}input,select{width:100%;border-radius:11px;border:1px solid var(--line);padding:.62rem .72rem;font:inherit;color:var(--ink);background:#080f1edb;transition:border-color .12s ease,box-shadow .12s ease}.hero input,.hero select{padding:.5rem .62rem}input:focus,select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #27beff33}.focus-topic{margin-top:0}.focus-topic-custom{margin-top:.55rem}.hero .focus-topic-custom{margin-top:.38rem}.topic-hint{margin:.55rem 0 0;color:#f4f8ff;font-size:.9rem}.hero .topic-hint{margin-top:.35rem;font-size:.84rem}.field-level select{max-width:130px}.field-language select{max-width:160px}.duration-label-row{display:flex;align-items:center;justify-content:space-between;gap:.45rem}.countdown-note{font-family:var(--font-body);font-size:.76rem;font-weight:700;letter-spacing:.03em;color:#8acaff;white-space:nowrap}.user-id-inline{display:flex;flex-direction:row;align-items:center;gap:.35rem;font-size:.76rem;font-weight:600;color:#c6dcff;padding:.2rem .34rem;border-radius:999px;border:1px solid var(--line);background:#0a1223c2}.user-id-inline-hero{font-size:.84rem;padding:.38rem .64rem;color:#2b1403;border-color:#ffb572a8;background:linear-gradient(120deg,#ffb572,#ff8c3a);box-shadow:0 12px 22px #ff8c3a4d}.user-id-inline span{white-space:nowrap}.user-id-inline code{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-body);font-size:.79rem;font-weight:600}.user-id-inline strong{white-space:nowrap;font-size:.78rem;font-weight:700;letter-spacing:.01em}.actions{margin-top:.92rem;display:flex;flex-wrap:wrap;gap:.6rem}.actions-inline{margin-top:0;align-self:end;justify-content:flex-end}.btn{border:none;border-radius:12px;padding:.66rem .92rem;font-family:inherit;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.hero .btn{padding:.54rem .76rem}.btn:hover:not([disabled]){transform:translateY(-1px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{color:#f9f7ff;background:linear-gradient(120deg,#9a68ff,#5a29d9);box-shadow:0 12px 22px #5a29d966}.btn-secondary{color:#2b1403;background:linear-gradient(120deg,#ffb572,#ff8c3a);box-shadow:0 12px 22px #ff8c3a57}.btn-signout{color:#ffe8e5;background:linear-gradient(120deg,#ff8a7d,#ff5f73);box-shadow:0 12px 22px #ff5f735c}.btn-ghost{color:#cde2ff;background:#0f172adb;border:1px solid var(--line);box-shadow:none}.btn-small{padding:.44rem .62rem;font-size:.8rem}.hero .btn-small{padding:.32rem .5rem}.btn-icon{width:40px;height:40px;padding:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.hero .btn-icon{width:36px;height:36px}.btn-icon-hero{width:40px;height:40px;border-radius:12px}.btn-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2.05;stroke-linecap:round;stroke-linejoin:round}.control-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);border-radius:8px;padding:.33rem .5rem;font-size:.72rem;font-weight:600;line-height:1;color:#ecf2ff;background:#080f1ef2;border:1px solid rgba(100,132,194,.35);box-shadow:0 10px 18px #03081461;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .12s ease,transform .12s ease}.reset-lessons-slot:hover .control-tooltip,.reset-lessons-slot:focus-within .control-tooltip,.icon-button-slot:hover .control-tooltip,.icon-button-slot:focus-within .control-tooltip{opacity:1;transform:translate(-50%) translateY(0)}.notice{margin:.75rem 0 0;border-radius:11px;padding:.62rem .72rem;border:1px solid transparent;font-size:.9rem}.notice-error{color:#ffd1d1;background:#be223d33;border-color:#f8717161}.notice-summary{color:#c2ecff;background:#27beff29;border-color:#27beff59}.notice-network{color:#ffe7bd;background:#ff9d4524;border-color:#ff9d4557}.notice-limit{display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:#ffe9c4;background:#ff8c1a21;border-color:#ffa74c61}.notice-limit-btn{flex:0 0 auto;min-width:88px}.list-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}h2{margin:0 0 .6rem;font-size:1.1rem;letter-spacing:-.01em}.list{margin:0;padding:0;list-style:none;max-height:300px;overflow:auto;display:grid;gap:.55rem}.list-item{padding:.62rem .72rem;border-radius:10px;border:1px solid var(--line-soft);background:#0b1428cc}.list-item p{margin:0 0 .3rem;color:#d7e5ff}.list-item span{color:#9eb3d1;font-size:.89rem}.micro-badge{margin-top:.45rem;display:inline-block;border-radius:999px;font-size:.69rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:.14rem .44rem}.micro-assistant{color:#b9ffdd;background:#3ad98f29;border:1px solid rgba(58,217,143,.38)}.micro-heuristic{color:#cce5ff;background:#27beff26;border:1px solid rgba(39,190,255,.35)}.empty-copy{margin:.6rem 0 0;font-size:.9rem;color:#8fa7c8}.card-subtitle{margin:-.25rem 0 .7rem;color:#f4f8ff;font-size:.9rem}h3{margin:.7rem 0 .4rem;font-size:.84rem;letter-spacing:.02em;text-transform:uppercase;color:#86a3d8}.chip-area{margin-bottom:.45rem}.chip-row{display:flex;flex-wrap:wrap;gap:.35rem;min-height:1.7rem}.chip{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid transparent;padding:.2rem .58rem;min-height:1.45rem;line-height:1;font-size:.79rem;font-weight:600}.chip-suggested{background:#27beff24;color:#cdeeff;border-color:#27beff61}.chip-used{background:#3ad98f26;color:#b8ffde;border-color:#3ad98f61}.compact-list{max-height:170px}.coach-card .chip{font-size:.73rem}.coach-card .card-subtitle{font-size:.84rem}.coach-card .empty-copy,.tracker-card .card-subtitle{color:#f4f8ff}.tracker-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.tracker-chip-row{align-content:flex-start;min-height:5rem}.coach-card .compact-list{max-height:145px}.coach-card .list-item p{font-size:.82rem;line-height:1.38}.coach-card .list-item span{font-size:.78rem;line-height:1.32}.mistakes-card .card-subtitle{color:#f4f8ff}.mistake-bullet-list{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;max-height:350px;overflow-y:auto}.mistake-bullet-item{display:grid;grid-template-columns:auto 1fr;gap:.62rem;align-items:start;padding:.18rem .04rem}.mistake-bullet{width:.45rem;height:.45rem;margin-top:.44rem;border-radius:999px;background:linear-gradient(135deg,#ffb572,#ff8c3a);box-shadow:0 0 12px #ff8c3a57}.mistake-bullet-1{background:linear-gradient(135deg,#c283ff,#8b5cf6);box-shadow:0 0 12px #8b5cf64d}.mistake-bullet-2{background:linear-gradient(135deg,#58d0ff,#27beff);box-shadow:0 0 12px #27beff4d}.mistake-copy{min-width:0}.mistake-copy-head,.mistake-copy-rule{margin:0}.mistake-copy-head{color:#f3f7ff;font-size:.88rem;line-height:1.42}.mistake-arrow{color:#9dc4ff}.mistake-copy-rule{margin-top:.1rem;color:#c8d9f3;font-size:.79rem;line-height:1.38}.vocab-card .list{max-height:none}.vocab-card{position:relative;overflow:hidden;border-color:#ff9d4566;background:linear-gradient(168deg,#291a0cad,#10142ce6 52%,#0b1020eb)}.vocab-card:before{content:"";position:absolute;top:-1px;left:12px;right:12px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ff9d45eb,#8b5cf6e6,#27beffe6);pointer-events:none}.vocab-card h2{color:#ffd8b0;letter-spacing:.01em}.vocab-card .vocab-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;max-height:340px;overflow-y:auto;overflow-x:hidden;align-content:start}.vocab-card .vocab-grid-item{border-color:#ff9d453d;background:linear-gradient(160deg,#2c1d0e7a,#0e1428cc);min-height:96px;padding:.45rem .5rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;gap:.24rem}.vocab-card .vocab-grid-item:nth-child(2n){border-color:#27beff3d;background:linear-gradient(160deg,#181f3a80,#0d1428d1)}.vocab-card .vocab-word{margin:0;font-size:.9rem;color:#ffe4c7;font-weight:700;line-height:1.2}.vocab-card .vocab-definition,.vocab-card .vocab-example{margin:0;font-size:.74rem;line-height:1.28}.vocab-card .vocab-definition{color:#ffe0bb}.vocab-card .vocab-example{color:#cae9ff}.vocab-card .empty-copy{color:#d8c5ff}.transcript-preview{border-radius:10px;border:1px solid var(--line);background:#0a1428c7;color:#deebff;font-size:.88rem;padding:.55rem .62rem;min-height:54px;line-height:1.5;white-space:normal;overflow:auto}.transcript-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.transcript-column{min-width:0}.transcript-label{margin:.25rem 0 0;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#9ab3da}.transcript-wide{height:clamp(96px,14vh,138px);min-height:clamp(96px,14vh,138px);max-height:clamp(96px,14vh,138px);width:100%}.transcript-card{width:100%}.speech-circle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.speech-circle-card{display:flex;flex-direction:column;align-items:center;gap:.45rem}.speech-circle-wrap{width:110px;height:110px;border-radius:50%;border:1px solid var(--line);background:radial-gradient(circle at 35% 25%,#2a40688c,#080e1ceb);position:relative;display:grid;place-items:center}.speech-circle-core{width:84px;height:84px;border-radius:50%;border:1px solid rgba(160,191,236,.26);background:#091022f2;display:grid;place-items:center;color:#d7e7ff;font-weight:700;font-size:.86rem;letter-spacing:.02em}.speech-ring-progress{position:absolute;inset:-4px;border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 3px),#000 calc(100% - 3px));animation:speech-ring-spin 1.1s linear infinite}.speech-ring-student{background:conic-gradient(from 0deg,#fca31100 0deg 300deg,#ff8a3df5 340deg,#ffb952 360deg);box-shadow:0 0 14px #fca31173}.speech-ring-tutor{background:conic-gradient(from 0deg,#3b82f600 0deg 300deg,#38bdf8f5 340deg,#60a5fa 360deg);box-shadow:0 0 14px #38bdf873}@keyframes speech-ring-spin{0%{transform:rotate(0);opacity:.95}to{transform:rotate(360deg);opacity:.24}}.log-card h2{margin-bottom:.65rem}.log{border-radius:12px;border:1px solid #2d3f6a;background:linear-gradient(160deg,#0d162c,#090f1f);color:#d9e8ff;min-height:220px;max-height:320px;overflow:auto;padding:.78rem;font-family:var(--font-body);font-size:.84rem;font-weight:500;line-height:1.55}.enter{opacity:0;transform:translateY(10px);animation:card-in .5s cubic-bezier(.16,1,.3,1) forwards}.enter-1{animation-delay:0ms}.enter-2{animation-delay:.1s}.enter-3{animation-delay:.17s}.enter-4{animation-delay:.24s}.enter-5{animation-delay:.3s}.enter-6{animation-delay:.34s}@keyframes card-in{to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){html{font-size:16px}.list-grid,.session-controls-row{grid-template-columns:1fr}.actions-inline{justify-content:flex-start}.transcript-grid{grid-template-columns:1fr}.tracker-grid{grid-template-columns:1fr;gap:.6rem}.speech-circle-grid{grid-template-columns:1fr}.vocab-card .vocab-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:340px}.vocab-card .vocab-grid-item{min-height:92px}}@media(max-width:640px){.app-shell{margin-top:1.2rem;gap:.85rem}.card{border-radius:14px;padding:.95rem}.session-controls-row{grid-template-columns:1fr}.user-id-inline code{max-width:170px}}.admin-switch{display:flex;justify-content:flex-end;max-width:1360px;margin:0 auto;padding:0 .4rem}.admin-page{width:min(1680px,98vw);margin:2rem auto 2.5rem;display:grid;gap:1rem}.admin-hero{padding:1rem 1.1rem}.admin-hero .hero-header{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.admin-hero .hero-header>div{min-width:0}.admin-hero .hero-header .btn{margin-top:0;align-self:flex-end}.admin-main-action-btn{min-width:176px}.admin-hero .hero-header .admin-main-action-btn{padding:.66rem .92rem}.admin-panel{display:flex;flex-direction:column;gap:.7rem}.admin-field{display:flex;flex-direction:column;gap:.25rem;min-width:0}.admin-field span{font-size:.74rem;color:var(--text-muted)}.admin-field input,.admin-field textarea,.admin-field select{border:1px solid var(--border-subtle);border-radius:.5rem;background:#090f22b3;color:var(--text-primary);padding:.45rem .6rem;font-size:.78rem}.admin-field textarea{resize:vertical}.admin-row{display:grid;grid-template-columns:150px 100px minmax(220px,1fr) auto;gap:.55rem;align-items:end}.admin-field.compact{max-width:180px}.admin-field.grow{width:100%}.admin-vocab-header{display:flex;align-items:baseline;justify-content:space-between}.admin-vocab-tools{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;width:100%}.admin-vocab-action-btn{min-width:176px}.admin-save-purple{background:linear-gradient(135deg,#8357ff,#6a39f1);border-color:#8d67ff}.admin-topic-columns{display:grid;grid-template-columns:44px minmax(180px,.8fr) minmax(260px,1.2fr) auto;gap:.3rem;align-items:center;padding:0 .45rem .1rem}.admin-topic-columns span{font-size:.8rem;font-weight:600;color:#c8d7f4;justify-self:start}.admin-topic-list{display:grid;grid-template-columns:minmax(0,1fr);gap:.2rem;max-height:450px;overflow:auto;padding-right:.2rem}.admin-topic-item{border:1px solid var(--border-subtle);border-radius:.6rem;padding:.22rem .4rem;background:#0a1023c2}.admin-topic-row{display:grid;grid-template-columns:44px minmax(180px,.8fr) minmax(260px,1.2fr) auto;gap:.24rem;align-items:center}.admin-topic-row .btn,.admin-topic-remove-btn{padding:.28rem .58rem;font-size:.76rem;line-height:1.15}.admin-topic-order{font-size:.84rem;color:var(--text-secondary);text-align:center}.admin-topic-actions{justify-content:flex-end;gap:.4rem}.admin-topic-tools{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;width:100%}.admin-topic-action-btn{min-width:176px}.admin-prompt-tools{display:flex;align-items:center;justify-content:flex-end;width:100%}.admin-prompt-action-btn{min-width:176px}.admin-user-header{display:flex;flex-direction:column;align-items:stretch;gap:.14rem}.admin-user-title-row{display:flex;align-items:center;justify-content:space-between;gap:.6rem;flex-wrap:wrap;width:100%}.admin-user-title-meta{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.admin-user-tools{display:flex;align-items:center;justify-content:flex-start;gap:.4rem;width:100%;flex-wrap:wrap}.admin-user-tools-summary{display:flex;align-items:center;gap:.48rem;flex-wrap:wrap}.admin-user-search{width:220px}.admin-user-sections{display:grid;grid-template-columns:minmax(0,1fr);gap:.32rem}.admin-user-block{display:flex;flex-direction:column;gap:.14rem}.admin-user-block h3{margin:0;font-size:.94rem;color:#dfeaff;line-height:1.05}.admin-user-list{display:grid;grid-template-columns:minmax(0,1fr);gap:.1rem;max-height:360px;overflow:auto;padding-right:.14rem}.admin-user-item{border:1px solid var(--border-subtle);border-radius:.6rem;padding:0;background:#0a1023c2}.admin-user-columns,.admin-user-row{display:grid;grid-template-columns:minmax(180px,1.15fr) minmax(210px,1fr) 52px 68px auto;gap:.18rem;align-items:center}.admin-user-columns{padding:0 .28rem .02rem}.admin-user-columns span{font-size:.75rem;font-weight:600;color:#c8d7f4;justify-self:start}.admin-user-main{display:flex;flex-direction:column;min-width:0}.admin-user-row{padding:.1rem .28rem}.admin-user-main strong{font-size:.8rem;line-height:1.1}.admin-user-profile{font-size:.72rem;color:var(--text-muted);line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;justify-self:stretch;text-align:left}.admin-user-admin-toggle{display:inline-flex;align-items:center;justify-content:flex-start}.admin-user-admin-toggle input{width:15px;height:15px;margin:0}.admin-user-actions{display:flex;align-items:center;justify-content:flex-end;gap:.18rem;flex-wrap:wrap}.admin-user-status{min-width:64px;justify-content:center;text-transform:capitalize;font-size:.7rem}.admin-user-limit-input{min-width:0;width:100%;max-width:68px;padding:.2rem .24rem;font-size:.75rem;text-align:right;justify-self:start}.admin-user-action-btn{min-width:58px;padding:.2rem .28rem;font-size:.7rem;line-height:1.1}.admin-user-action-badge{min-height:28px;display:inline-flex;align-items:center}.admin-word-form{display:grid;grid-template-columns:130px 90px minmax(130px,.8fr) minmax(180px,1.2fr) minmax(220px,1.4fr) minmax(170px,1fr) auto;gap:.55rem;align-items:end}.admin-word-columns{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(210px,1fr) minmax(280px,1.2fr) 130px 90px;gap:.3rem;align-items:center;padding:0 .45rem .1rem}.admin-word-columns span{font-size:.8rem;font-weight:600;color:#c8d7f4;justify-self:start}.admin-word-columns span:nth-child(2),.admin-word-columns span:nth-child(3){padding-left:.46rem}.admin-word-columns span:nth-child(4),.admin-word-columns span:nth-child(5){padding-left:.38rem}.admin-word-list{display:grid;grid-template-columns:minmax(0,1fr);gap:.2rem;max-height:450px;overflow:auto;padding-right:.2rem}.admin-word-item{border:1px solid var(--border-subtle);border-radius:.6rem;padding:.22rem .4rem;background:#0a1023c2}.admin-word-item-new{border-color:#fca31173;background:#111626db}.admin-word-inline{display:grid;grid-template-columns:minmax(150px,.7fr) minmax(210px,1fr) minmax(280px,1.2fr) 130px 90px;gap:.24rem;align-items:center}.admin-word-key{display:flex;flex-direction:column;align-items:flex-start}.admin-word-key strong{font-size:.88rem;line-height:1.1}.admin-inline-input{border:1px solid var(--border-subtle);border-radius:.45rem;background:#090f22b3;color:var(--text-primary);padding:.28rem .46rem;font-size:.82rem;min-width:0}.admin-inline-select{border:1px solid var(--border-subtle);border-radius:.45rem;background:#090f22b3;color:var(--text-primary);padding:.28rem .38rem;font-size:.82rem;min-width:0}.admin-word-inline .btn{padding:.28rem .58rem;font-size:.76rem;line-height:1.15}.admin-word-actions{display:flex;align-items:center;gap:.3rem}.admin-word-actions-top{justify-content:flex-end;margin-top:.34rem}@media(max-width:1100px){.admin-row,.admin-word-form{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-word-columns,.admin-topic-columns{display:none}.admin-word-inline,.admin-topic-row{grid-template-columns:minmax(0,1fr);align-items:stretch}.admin-topic-order{text-align:left}}
