:root{color-scheme:light;--font-sans: Inter, ui-sans-serif, system-ui, sans-serif;--theme-bg-app: #fafafa;--theme-bg-page: #f4f4f5;--theme-bg-surface: #ffffff;--theme-bg-surface-muted: #f4f4f5;--theme-bg-elevated: #ffffff;--theme-text: #18181b;--theme-text-muted: #71717a;--theme-text-on-accent: #ffffff;--theme-border: #e4e4e7;--theme-border-strong: #d4d4d8;--theme-accent: #162044;--theme-accent-hover: #1e2d5c;--theme-danger: #dc2626;--panel-nav-active-bg: var(--theme-accent);--radius-lg: .75rem;--radius-xl: 1rem;--sidebar-w: 220px}html.dark-theme{color-scheme:dark;--theme-bg-app: #08090f;--theme-bg-page: #08090f;--theme-bg-surface: #12131c;--theme-bg-surface-muted: #181a24;--theme-bg-elevated: #151722;--theme-text: #f4f4f5;--theme-text-muted: #8b8fa3;--theme-border: #22242f;--theme-border-strong: #2e3140;--theme-accent: #312e81;--theme-accent-hover: #3730a3;--theme-danger: #fb7185;--panel-nav-active-bg: var(--theme-accent)}*{box-sizing:border-box}html,body{margin:0;height:100%;font-family:var(--font-sans);background:var(--theme-bg-page);color:var(--theme-text);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit;color:inherit}a{color:var(--theme-accent);text-decoration:none}button{cursor:pointer}.login-wrap{position:relative;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:var(--theme-bg-page)}.login-theme{position:absolute;top:1rem;right:1rem}.login-card{width:100%;max-width:420px;border:1px solid var(--theme-border);border-radius:var(--radius-xl);background:var(--theme-bg-surface);padding:2rem;box-shadow:0 10px 30px #18181b14}.login-logo{display:flex;justify-content:center;margin:0 auto 1.5rem}.login-logo img{height:3rem;width:auto;max-width:280px;object-fit:contain}.login-card h1{margin:0 0 .35rem;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:var(--theme-text)}.login-card .lead{margin:0 0 1.25rem;font-size:.875rem;line-height:1.45;color:var(--theme-text-muted)}.field.mt,.field-spaced{margin-top:.75rem}a.nav-btn{text-decoration:none;color:inherit}.center-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1rem}.center-tab{border:1px solid var(--theme-border);background:var(--theme-bg-surface);color:var(--theme-text);border-radius:999px;padding:.45rem .9rem;font-size:.875rem;font-weight:500}.center-tab:hover{background:var(--theme-bg-surface-muted)}.center-tab.active{background:var(--panel-nav-active-bg);border-color:var(--panel-nav-active-bg);color:var(--theme-text-on-accent)}.center-field{margin-top:1rem}.center-field:first-of-type{margin-top:.25rem}.field-hint{margin:.2rem 0 .45rem;font-size:.8rem;color:var(--theme-text-muted);font-weight:400}.center-actions{display:flex;align-items:center;gap:1rem;margin:1rem 0 2rem}.save-error{margin:0;color:#b91c1c;font-size:.9rem}.center-meta{display:flex;align-items:flex-end;padding-bottom:.35rem}.data-stack{display:flex;flex-direction:column;gap:.75rem}.data-block{margin-top:.25rem}.data-empty{margin:.5rem 0}.data-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.data-item{display:grid;grid-template-columns:1.5rem 1fr auto;gap:.5rem;align-items:start}.data-marker{font-size:.85rem;color:var(--theme-text-muted);padding-top:.65rem;text-align:center}.data-item-body{min-width:0}.data-item-body input,.data-item-body textarea{width:100%}.data-item-actions{display:flex;gap:.2rem;padding-top:.35rem}.data-icon-btn{width:1.75rem;height:1.75rem;border:1px solid var(--theme-border);background:var(--theme-bg-surface);color:var(--theme-text-muted);border-radius:.35rem;font-size:.9rem;line-height:1;cursor:pointer}.data-icon-btn:hover:not(:disabled){background:var(--theme-bg-surface-muted);color:var(--theme-text)}.data-icon-btn:disabled{opacity:.35;cursor:default}.data-icon-btn.danger:hover:not(:disabled){border-color:#fca5a5;color:#b91c1c}.data-add-row{margin-top:.75rem}.cycle-id{font-size:.75rem;color:var(--theme-text-muted)}.shell{display:flex;height:100dvh;max-height:100dvh;width:100%;overflow:hidden;background:var(--theme-bg-page)}.sidebar{display:flex;flex-direction:column;width:var(--sidebar-w);min-height:0;flex-shrink:0;overflow-x:hidden;overflow-y:auto;border-right:1px solid var(--theme-border);background:var(--theme-bg-surface)}.sidebar-head{display:flex;align-items:center;gap:.5rem;height:4.25rem;padding:0 .75rem;border-bottom:1px solid var(--theme-border);flex-shrink:0}.sidebar-head img{height:2.5rem;width:auto;max-width:10.5rem;object-fit:contain;object-position:left center}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .5rem;flex:1}.nav-btn{display:flex;align-items:center;gap:.5rem;width:100%;height:2.5rem;padding-right:.5rem;border:0;border-radius:.5rem;background:transparent;color:var(--theme-text);font-size:.875rem;font-weight:500;text-align:left;transition:background .15s ease,color .15s ease}.nav-btn:hover{background:var(--theme-bg-surface-muted)}.nav-btn.active{background:var(--panel-nav-active-bg);color:var(--theme-text-on-accent)}.nav-ico{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;flex-shrink:0}.nav-ico svg{width:1.25rem;height:1.25rem}.sidebar-foot{margin-top:auto;padding:.75rem;border-top:1px solid var(--theme-border);display:flex;flex-direction:column;gap:.5rem}.user-chip{display:flex;flex-direction:column;gap:.1rem;padding:.35rem .5rem}.user-chip strong{font-size:.8125rem;font-weight:600}.user-chip span{font-size:.75rem;color:var(--theme-text-muted)}.main{position:relative;display:flex;flex-direction:column;flex:1;min-width:0;min-height:0;overflow:hidden}.main-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:1rem}.page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.page-head h1{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}.page-head p{margin:.25rem 0 0;font-size:.875rem;color:var(--theme-text-muted);max-width:42rem}.card{background:var(--theme-bg-surface);border:1px solid var(--theme-border);border-radius:var(--radius-xl);padding:1.25rem;margin-bottom:1rem}.card h2{margin:0 0 .25rem;font-size:1rem;font-weight:600}.card .lead{margin:0 0 1rem;font-size:.8125rem;color:var(--theme-text-muted)}.row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:flex-end;margin-bottom:.75rem}.field{display:flex;flex-direction:column;gap:.375rem;font-size:.75rem;font-weight:500;color:var(--theme-text-muted);min-width:11rem;flex:1}input,select,textarea{border:1px solid var(--theme-border);background:var(--theme-bg-surface-muted);border-radius:.5rem;padding:.625rem .75rem;font-size:.875rem;color:var(--theme-text)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--theme-accent);box-shadow:0 0 0 1px var(--theme-accent)}textarea{min-height:14rem;width:100%;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.75rem;line-height:1.45}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;background:var(--panel-nav-active-bg);color:var(--theme-text-on-accent);transition:opacity .15s ease}.btn:hover{opacity:.9}.btn.secondary{border:1px solid var(--theme-border);background:var(--theme-bg-surface);color:var(--theme-text)}.btn.secondary:hover{background:var(--theme-bg-surface-muted);opacity:1}.btn.danger{background:var(--theme-danger);color:#fff}.btn.ghost{background:transparent;color:var(--theme-text-muted);padding:.5rem .75rem}.btn.ghost:hover{background:var(--theme-bg-surface-muted);color:var(--theme-text);opacity:1}.table{width:100%;border-collapse:collapse;font-size:.8125rem}.table th,.table td{border-bottom:1px solid var(--theme-border);text-align:left;padding:.75rem .5rem;vertical-align:middle}.table th{font-size:.75rem;font-weight:600;color:var(--theme-text-muted)}.muted{color:var(--theme-text-muted);font-size:.8125rem}.pill{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500;background:var(--theme-bg-surface-muted);color:var(--theme-text-muted)}.pill.on{background:#dcfce7;color:#166534}.pill.off{background:#fee2e2;color:#991b1b}html.dark-theme .pill.on{background:#14532d;color:#bbf7d0}html.dark-theme .pill.off{background:#7f1d1d;color:#fecaca}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--theme-border);border-radius:.5rem;background:var(--theme-bg-surface);color:var(--theme-text)}.theme-toggle:hover{background:var(--theme-bg-surface-muted)}.error{color:var(--theme-danger);font-size:.8125rem;margin:.75rem 0 0}.notice{margin:.75rem 0 0;padding:.65rem .85rem;border-radius:.6rem;background:#dcfce7;color:#166534;font-size:.875rem;font-weight:500}html.dark-theme .notice{background:#14532d;color:#bbf7d0}.main-scroll-flush{padding:0;overflow:hidden}.practice-chat{display:grid;grid-template-columns:220px minmax(0,1fr) 280px;height:100%;min-height:0}.practice-list,.practice-debug{min-height:0;overflow:auto;background:var(--theme-bg-surface);border-right:1px solid var(--theme-border);padding:.9rem .75rem}.practice-debug{border-right:0;border-left:1px solid var(--theme-border)}.practice-list-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.practice-list-lead{margin:0 0 .75rem;font-size:.75rem;line-height:1.4}.practice-list-items{display:flex;flex-direction:column;gap:.25rem}.practice-item{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;width:100%;border:0;border-radius:.5rem;background:transparent;color:inherit;padding:.55rem .6rem;text-align:left}.practice-item span{font-size:.8125rem;font-weight:500}.practice-item small{color:var(--theme-text-muted);font-size:.7rem}.practice-item:hover{background:var(--theme-bg-surface-muted)}.practice-item.active{background:var(--theme-bg-surface-muted);border-left:2px solid var(--theme-accent);border-radius:0 .5rem .5rem 0}.practice-main{display:flex;flex-direction:column;min-width:0;min-height:0;padding:.9rem 1rem .75rem}.practice-main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.practice-main-head h1{margin:0;font-size:1.1rem;font-weight:600}.practice-main-head p{margin:.2rem 0 0;font-size:.8rem;color:var(--theme-text-muted)}.practice-main-actions{display:flex;gap:.4rem}.practice-thread{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.6rem;padding-right:.25rem}.practice-note{align-self:stretch;margin:0;padding:.55rem .75rem;font-size:.78rem;line-height:1.4;color:#7a4a00;background:#fff6d8;border:1px solid #f0d48a;border-radius:.65rem}html.dark-theme .practice-note{color:#fde68a;background:#3a2d12;border-color:#6b5420}.practice-bubble{max-width:85%;border:1px solid var(--theme-border);border-radius:.75rem;padding:.6rem .75rem;background:var(--theme-bg-surface)}.practice-bubble.user{align-self:flex-end;background:var(--theme-bg-surface-muted)}.practice-bubble.assistant{align-self:flex-start}.practice-bubble-meta{display:flex;justify-content:space-between;gap:.75rem;font-size:.7rem;color:var(--theme-text-muted);margin-bottom:.25rem}.practice-bubble p{margin:0;font-size:.875rem;line-height:1.45;white-space:pre-wrap}.practice-pdfs{margin-top:.65rem;display:flex;flex-direction:column;gap:.6rem}.practice-pdf a{font-size:.75rem;font-weight:600}.practice-pdf-frame{display:block;width:100%;height:280px;margin-top:.35rem;border:1px solid var(--theme-border);border-radius:.5rem;background:#fff}.practice-cards{margin-top:.7rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.practice-card{border:1px solid var(--theme-border);border-radius:.55rem;overflow:hidden;background:var(--theme-bg-surface-muted)}.practice-card img,.practice-card-empty{width:100%;height:110px;object-fit:cover;display:block;background:#ececec}.practice-card-empty{display:grid;place-items:center;font-size:.7rem;color:var(--theme-text-muted)}.practice-card>div{padding:.45rem .5rem .55rem}.practice-card strong{display:block;font-size:.75rem;line-height:1.3}.practice-card small{display:block;color:var(--theme-text-muted);font-size:.65rem;margin:.15rem 0 .25rem}.practice-card p{font-size:.7rem;white-space:normal}.practice-composer{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-end;margin-top:.75rem}.practice-pending-photo{width:100%;display:flex;align-items:center;gap:.75rem}.practice-pending-photo img,.practice-user-photo{width:7.5rem;height:7.5rem;object-fit:cover;border-radius:.75rem;border:1px solid var(--theme-border)}.practice-attach{display:inline-flex;align-items:center;justify-content:center;min-height:2.5rem;padding:0 .75rem;border:1px solid var(--theme-border);border-radius:.75rem;cursor:pointer;font-size:.8125rem}.practice-attach input{display:none}textarea.practice-input{min-height:0;height:auto;flex:1;font-family:inherit;font-size:.875rem;line-height:1.4;resize:none}.practice-debug h2,.practice-debug h3{margin:0 0 .35rem;font-size:.8125rem;font-weight:600}.practice-debug h3{margin-top:.9rem}.practice-dl{margin:.5rem 0 0;display:grid;grid-template-columns:5.5rem 1fr;gap:.25rem .5rem;font-size:.75rem}.practice-dl dt{color:var(--theme-text-muted)}.practice-dl dd{margin:0;word-break:break-word}.practice-slots{margin:0;padding-left:1rem;font-size:.75rem}.practice-slice{margin:.35rem 0 0;padding:.55rem;border-radius:.5rem;background:var(--theme-bg-surface-muted);font-size:.68rem;line-height:1.4;white-space:pre-wrap;word-break:break-word;max-height:40vh;overflow:auto}@media(max-width:1100px){.practice-chat{grid-template-columns:200px minmax(0,1fr)}.practice-debug{display:none}}@media(max-width:860px){.practice-chat{grid-template-columns:1fr;height:auto;min-height:70dvh}.practice-list{max-height:12rem;border-right:0;border-bottom:1px solid var(--theme-border)}.practice-thread{min-height:16rem}}.catalog{display:flex;flex-direction:column;height:100%;min-height:0;padding:1rem 1.25rem;gap:.75rem}.catalog-tabs{display:flex;flex-wrap:wrap;gap:.4rem}.catalog-tab{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--theme-border);background:var(--theme-bg-surface);color:var(--theme-text);border-radius:999px;padding:.4rem .8rem;font-size:.8125rem}.catalog-tab span{color:var(--theme-text-muted);font-size:.75rem}.catalog-tab.is-on{background:var(--theme-accent);border-color:transparent;color:var(--theme-text-on-accent)}.catalog-tab.is-on span{color:inherit;opacity:.8}.catalog-filters{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.75rem;border:1px solid var(--theme-border);border-radius:var(--radius-xl);background:var(--theme-bg-surface)}.catalog-filters input,.catalog-filters select{min-width:10rem;flex:1;max-width:16rem;padding:.5rem .75rem;border:1px solid var(--theme-border);border-radius:.75rem;background:var(--theme-bg-surface)}.catalog-stats{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.8125rem;color:var(--theme-text-muted)}.catalog-stats strong{color:var(--theme-text)}.catalog-body{display:flex;gap:1rem;min-height:0;flex:1}.catalog-list{flex:1;min-width:0;display:flex;flex-direction:column;border:1px solid var(--theme-border);border-radius:var(--radius-xl);background:var(--theme-bg-surface);overflow:hidden}.catalog-table-wrap{flex:1;overflow:auto}.catalog-table th{position:sticky;top:0;background:var(--theme-bg-surface-muted)}.catalog-table tr.is-selected{background:var(--theme-bg-surface-muted)}.catalog-table tr.is-saved{background:#ecfdf5}html.dark-theme .catalog-table tr.is-saved{background:#14532d}.catalog-product-cell{display:flex;align-items:center;gap:.75rem;min-width:0}.catalog-product-cell strong,.catalog-product-cell span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-thumb{width:2.5rem;height:2.5rem;border-radius:.5rem;border:1px solid var(--theme-border);background:var(--theme-bg-surface-muted);overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;color:var(--theme-text-muted)}.catalog-thumb img{width:100%;height:100%;object-fit:cover}.catalog-empty{flex:1;display:flex;align-items:center;justify-content:center}.catalog-pager{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;border-top:1px solid var(--theme-border)}.catalog-pages{display:flex;gap:.35rem}.catalog-pages button{min-width:2rem;padding:.35rem .6rem;border:1px solid var(--theme-border);border-radius:.5rem;background:transparent;color:var(--theme-text)}.catalog-pages button.is-current{background:var(--theme-accent);color:var(--theme-text-on-accent);border-color:transparent}.catalog-pages button:disabled{opacity:.4}.catalog-detail{width:22rem;flex-shrink:0;border:1px solid var(--theme-border);border-radius:var(--radius-xl);background:var(--theme-bg-surface);overflow:auto;padding:1rem}.catalog-detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.catalog-detail-head h2{margin:0;font-size:1rem}.catalog-detail-img{margin:.75rem 0;border-radius:.75rem;overflow:hidden;background:var(--theme-bg-surface-muted);min-height:10rem;display:flex;align-items:center;justify-content:center}.catalog-detail-img img{width:100%;display:block}.catalog-dl{margin:0}.catalog-dl>div{display:flex;justify-content:space-between;gap:.75rem;padding:.4rem 0;border-bottom:1px solid var(--theme-border);font-size:.8125rem}.catalog-dl dt{color:var(--theme-text-muted)}.catalog-dl dd{margin:0;text-align:right}.catalog-desc{font-size:.8125rem;line-height:1.45}.catalog-missing{margin:.75rem 0 0;padding-left:1.1rem;color:var(--theme-danger);font-size:.8125rem}.catalog-editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:.65rem .75rem}.catalog-editor-full{grid-column:1 / -1}.chip-row{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.35rem}.chip{border:1px solid var(--theme-border);background:transparent;color:var(--theme-text);border-radius:999px;padding:.28rem .7rem;font-size:.8125rem}.chip.is-on{background:#dcfce7;border-color:#166534;color:#166534}html.dark-theme .chip.is-on{background:#14532d;border-color:#86efac;color:#bbf7d0}.chip-add{display:flex;gap:.4rem;margin-top:.5rem;align-items:center}.chip-add input{flex:1}.photo-attach{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:100%;min-height:8.5rem;margin-top:.4rem;border:1px dashed var(--theme-border);border-radius:.75rem;background:var(--theme-bg-surface-muted);color:var(--theme-text);text-align:center;padding:.85rem}.photo-attach small{color:var(--theme-text-muted)}.photo-attach.is-on{flex-direction:row;align-items:stretch;border-style:solid;text-align:left;min-height:0;padding:.65rem;gap:.85rem}.photo-attach.is-on img{width:7.5rem;height:7.5rem;object-fit:cover;border-radius:.55rem;flex-shrink:0}.photo-attach-meta{display:flex;flex-direction:column;justify-content:center;min-width:0;gap:.15rem}.photo-attach-meta strong{font-size:.875rem}.photo-attach-meta span{color:var(--theme-text-muted);font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.catalog-editor-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;position:sticky;bottom:0;padding-top:.75rem;background:var(--theme-bg-surface)}.catalog-modal{position:fixed;inset:0;z-index:50;display:flex;justify-content:flex-end;background:#0f121c7a}.catalog-modal-panel{width:min(36rem,100%);height:100%;overflow:auto;background:var(--theme-bg-surface);border-left:1px solid var(--theme-border);padding:1.25rem 1.35rem 1.75rem;box-shadow:-16px 0 48px #0000002e}.catalog-modal-panel .catalog-detail-img{max-height:12rem}.catalog-modal-panel .catalog-detail-img img{max-height:12rem;object-fit:contain;margin:0 auto}.catalog-modal-panel input[type=file]{width:100%;font-size:.8125rem}@media(max-width:960px){.catalog-body{flex-direction:column}.catalog-detail{width:100%;max-height:50vh}.catalog-modal-panel{width:100%}}.tx-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(16.5rem,1fr));gap:.85rem}.tx-grid-stats{margin-bottom:1rem}.tx-group{margin:0 0 1.5rem}.tx-group-title{margin:0 0 .65rem;font-size:1rem;font-weight:600}.tx-card{border:1px solid var(--theme-border);background:var(--theme-bg-surface);border-radius:var(--radius-lg);padding:1rem 1.05rem .95rem;display:flex;flex-direction:column;gap:.45rem}.tx-card-head{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem}.tx-card-head h3,.tx-card h3{margin:0;font-size:1.05rem;line-height:1.3}.tx-card.is-off{opacity:.62;background:var(--theme-bg-surface-muted)}.tx-badges{display:flex;flex-wrap:wrap;gap:.35rem}.tx-badge{display:inline-block;max-width:100%;font-size:.68rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--theme-text-muted);background:var(--theme-bg-surface-muted);border-radius:999px;white-space:normal;line-height:1.25;padding:.2rem .5rem}.tx-badge-off{color:var(--theme-danger, #b42318);background:color-mix(in srgb,var(--theme-danger, #b42318) 12%,transparent)}.tx-body{margin:0;font-size:.8125rem;line-height:1.4;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tx-actions{display:flex;gap:.45rem;margin-top:.35rem}.ih-edit-map{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.45rem}.ih-edit-map li{line-height:1.45}.tx-practice-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem;max-height:55vh;overflow:auto}.tx-practice-list li{border:1px solid var(--theme-border);border-radius:.6rem;padding:.55rem .7rem;background:var(--theme-bg-surface)}.tx-practice-list strong{display:block;font-size:.85rem}.tx-practice-list span{display:block;font-size:.72rem;color:var(--theme-text-muted);margin:.1rem 0 .25rem}.tx-practice-list p{margin:0;font-size:.78rem;line-height:1.4;color:var(--theme-text-muted)}.tx-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#0f121c75}.tx-modal-panel{width:min(34rem,100%);max-height:min(90dvh,40rem);display:flex;flex-direction:column;background:var(--theme-bg-surface);border:1px solid var(--theme-border);border-radius:var(--radius-xl);overflow:hidden}.tx-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem .85rem;border-bottom:1px solid var(--theme-border)}.tx-modal-kicker{margin:0 0 .2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.tx-modal-head h2{margin:0;font-size:1.2rem;line-height:1.3}.tx-modal-close{border:0;background:transparent;color:var(--theme-text-muted);font-size:.875rem;padding:.25rem 0}.tx-modal-close:hover{color:var(--theme-text)}.tx-modal-body{padding:1rem 1.25rem 1.1rem;overflow-y:auto}.tx-modal-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.85rem 1.25rem 1.05rem;border-top:1px solid var(--theme-border);background:var(--theme-bg-surface-muted)}.tx-modal-danger{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-height:2.25rem}.tx-modal-danger .save-error{margin:0;font-size:.8rem}.tx-modal-remove{border:0;background:transparent;color:var(--theme-text-muted);font-size:.8rem;padding:0;text-decoration:underline;text-underline-offset:.15em}.tx-modal-remove:hover{color:var(--theme-danger)}.tx-modal-save{display:flex;gap:.5rem;margin-left:auto}.datos-page{display:flex;flex-direction:column;height:100%;min-height:0;padding:1rem 1.1rem .85rem;gap:.85rem}.datos-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.datos-head h1{margin:0;font-size:1.2rem}.datos-head p{margin:.25rem 0 0;font-size:.82rem;color:var(--theme-text-muted);max-width:36rem}.datos-fresh{margin:0;font-size:.75rem;color:var(--theme-text-muted);white-space:nowrap}.datos-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.datos-stat{border:1px solid var(--theme-border);background:var(--theme-bg-surface);border-radius:var(--radius-lg);padding:.8rem .9rem}.datos-stat p{margin:0;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted)}.datos-stat h2{margin:.25rem 0 .15rem;font-size:1.55rem;line-height:1.1}.datos-stat span{font-size:.75rem;color:var(--theme-text-muted)}.datos-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);gap:.75rem}.datos-users,.datos-preview{min-height:0;border:1px solid var(--theme-border);background:var(--theme-bg-surface);border-radius:var(--radius-lg);display:flex;flex-direction:column;overflow:hidden}.datos-users h2,.datos-preview-head h2{margin:0;font-size:.95rem}.datos-users h2{padding:.8rem .9rem .55rem}.datos-user-list{overflow:auto;display:flex;flex-direction:column;padding:0 .4rem .5rem}.datos-user{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem;width:100%;border:0;border-radius:.6rem;background:transparent;color:inherit;text-align:left;padding:.55rem .6rem}.datos-user strong{font-size:.85rem}.datos-user small{color:var(--theme-text-muted);font-size:.7rem}.datos-user span{font-size:.75rem;color:var(--theme-text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.datos-user:hover{background:var(--theme-bg-surface-muted)}.datos-user.active{background:var(--theme-bg-surface-muted);box-shadow:inset 2px 0 0 var(--theme-accent)}.datos-preview-head{padding:.8rem .95rem .65rem;border-bottom:1px solid var(--theme-border)}.datos-preview-head p{margin:.15rem 0 0;font-size:.78rem;color:var(--theme-text-muted)}.datos-preview>.muted{padding:1.1rem 1rem}.datos-thread{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;padding:.75rem .85rem .9rem}.datos-bubble{max-width:86%;border:1px solid var(--theme-border);border-radius:.7rem;padding:.45rem .65rem;background:var(--theme-bg-surface-muted)}.datos-bubble.out{align-self:flex-end;background:var(--theme-bg-surface)}.datos-bubble.in{align-self:flex-start}.datos-bubble small{display:block;font-size:.68rem;color:var(--theme-text-muted);margin-bottom:.15rem}.datos-bubble p{margin:0;font-size:.82rem;line-height:1.4;white-space:pre-wrap;word-break:break-word}@media(max-width:960px){.datos-stats{grid-template-columns:1fr 1fr}.datos-body{grid-template-columns:1fr}.datos-users{max-height:40vh}.datos-preview{min-height:20rem}}.dash-page{width:100%;max-width:72rem;margin:0 auto;padding:1.25rem 1.5rem 2rem;box-sizing:border-box}.dash-filters{margin:.15rem 0 1.1rem;display:flex;flex-direction:column;gap:.65rem}.dash-presets{display:flex;flex-wrap:wrap;gap:.4rem}.dash-chip{border:1px solid var(--theme-border);background:var(--theme-bg-surface);color:var(--theme-text);border-radius:999px;padding:.35rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer}.dash-chip.is-active{border-color:var(--theme-accent, #2563eb);background:color-mix(in srgb,var(--theme-accent, #2563eb) 12%,transparent);color:var(--theme-text)}.dash-filter-extra{display:flex;flex-wrap:wrap;gap:.75rem}.dash-filter-extra label{display:flex;flex-direction:column;gap:.25rem;font-size:.75rem;font-weight:600;color:var(--theme-text-muted)}.dash-filter-extra select,.dash-filter-extra input{border:1px solid var(--theme-border);background:var(--theme-bg-surface);color:var(--theme-text);border-radius:.55rem;padding:.4rem .55rem;font-size:.85rem;min-width:10rem}.dash-range-hint{margin:0;font-size:.78rem;color:var(--theme-text-muted)}.dash-sections{display:flex;flex-direction:column;gap:1.75rem;margin-top:.35rem}.dash-section-head{margin-bottom:.85rem}.dash-section-head h2{margin:0;font-size:1.05rem;font-weight:650;letter-spacing:-.01em;color:var(--theme-text)}.dash-section-head p{margin:.2rem 0 0;font-size:.84rem;color:var(--theme-text-muted)}.dash-grid{display:grid;gap:.85rem}.dash-grid-global{grid-template-columns:repeat(5,minmax(0,1fr))}.dash-grid-difusion{grid-template-columns:repeat(4,minmax(0,1fr))}.dash-grid-kpis{grid-template-columns:repeat(5,minmax(0,1fr))}.dash-card{border:1px solid var(--theme-border);background:var(--theme-bg-surface);border-radius:.9rem;padding:1rem 1.05rem 1.05rem;box-shadow:0 1px 2px #0f172a0a;min-height:5.5rem;display:flex;flex-direction:column;justify-content:space-between;gap:.35rem}.dash-card-ok{border-color:color-mix(in srgb,#0f766e 35%,var(--theme-border))}.dash-card-warn{border-color:color-mix(in srgb,#b45309 35%,var(--theme-border))}.dash-card-label{margin:0;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.045em;color:var(--theme-text-muted)}.dash-card-value{margin:0;font-size:1.65rem;font-weight:700;letter-spacing:-.03em;line-height:1.1;color:var(--theme-text);font-variant-numeric:tabular-nums}.dash-card-sub{margin:0;font-size:.75rem;color:var(--theme-text-muted)}.dash-charts-row{display:grid;grid-template-columns:1fr 1.2fr;gap:1.1rem}.dash-chart{border:1px solid var(--theme-border);background:var(--theme-bg-surface);border-radius:.9rem;padding:1rem 1.05rem 1.1rem}.dash-bars{display:flex;flex-direction:column;gap:.45rem}.dash-bar-row{display:grid;grid-template-columns:8.5rem 1fr 3.2rem;gap:.55rem;align-items:center}.dash-bar-label{font-size:.78rem;color:var(--theme-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-bar-track{height:.7rem;border-radius:999px;background:color-mix(in srgb,var(--theme-border) 70%,transparent);overflow:hidden}.dash-bar-fill{height:100%;border-radius:999px;min-width:.25rem}.dash-bar-value{font-size:.78rem;font-variant-numeric:tabular-nums;text-align:right;color:var(--theme-text-muted)}.dash-line-svg{width:100%;height:auto;display:block}.dash-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.45rem}.dash-legend-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--theme-text-muted)}.dash-legend-item i{width:.65rem;height:.65rem;border-radius:999px;display:inline-block}@media(max-width:1100px){.dash-grid-global,.dash-grid-difusion,.dash-grid-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}.dash-charts-row{grid-template-columns:1fr}}@media(max-width:720px){.dash-page{padding:1rem 1rem 1.5rem}.dash-grid-global,.dash-grid-difusion,.dash-grid-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-card-value{font-size:1.4rem}.dash-bar-row{grid-template-columns:6.5rem 1fr 2.8rem}}
