:root{--surface:#ffffff;--surface-muted:#f6f7fb;--border:#e2e8f0;--text-main:#0f172a;--text-muted:#64748b;--primary:#0ea5e9;--primary-dark:#0284c7;--accent:#38bdf8;--shadow-soft:0 10px 30px rgba(15,23,42,0.06);--tge-radius:14px;--tge-radius-sm:10px;--tge-pad:clamp(1rem,4vw,1.35rem);--tge-border:1px solid var(--border);--tge-glass:#f8fafc;--tge-ink:var(--text-main);--tge-muted:var(--text-muted);--tge-accent:var(--primary);--tge-accent-dim:var(--primary-dark);--tge-warn:#f59e0b;--tge-danger:#ef4444;--tge-track:#e2e8f0;}.tge-workspace{margin:0 0 2.5rem;padding:0;}.tge-card{margin:0 auto;border:var(--tge-border);border-radius:var(--tge-radius);background:var(--surface);box-shadow:var(--shadow-soft);overflow:hidden;}.tge-split{display:grid;grid-template-columns:1fr;gap:0;}.tge-options{padding:var(--tge-pad);background:var(--surface-muted);border-bottom:var(--tge-border);}.tge-result{padding:var(--tge-pad);min-width:0;}.tge-panel-label{margin:0 0 .65rem;font-size:.68rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--tge-muted);}.tge-options-stack{display:flex;flex-direction:column;gap:1rem;}.tge-result-body{display:flex;flex-direction:column;gap:.5rem;min-height:0;}.tge-label{display:block;font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--tge-muted);margin-bottom:.15rem;}.tge-field{width:100%;min-height:clamp(9rem,26vh,14rem);padding:1rem 1rem 1.1rem;border-radius:var(--tge-radius-sm);border:1px solid var(--border);background:var(--surface);color:var(--tge-ink);font-size:1.05rem;line-height:1.45;resize:vertical;font-family:inherit;transition:border-color .15s ease, box-shadow .15s ease;box-sizing:border-box;}.tge-field:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(14,165,233,.22);}.tge-meter{display:flex;align-items:center;gap:.85rem;margin-top:.25rem;flex-wrap:wrap;}.tge-meter-track{flex:1;min-width:120px;height:6px;background:var(--tge-track);border-radius:999px;overflow:hidden;}.tge-meter-fill{height:100%;width:0%;border-radius:999px;transition:width .12s ease, background .15s ease;}.tge-meter-fill-ok{background:linear-gradient(90deg, var(--primary), var(--accent));}.tge-meter-fill-warn{background:linear-gradient(90deg, var(--tge-warn), #ffd54f);}.tge-meter-fill-danger{background:linear-gradient(90deg, var(--tge-danger), #ff7b86);}.tge-count{font-variant-numeric:tabular-nums;font-weight:700;font-size:1rem;}.tge-count-ok{color:var(--tge-accent);}.tge-count-warn{color:#b45309;}.tge-count-danger{color:var(--tge-danger);}.tge-meter-cap{font-weight:500;color:var(--tge-muted);font-size:.9rem;margin-left:.15rem;}.tge-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem;}.tge-actions-result{margin-top:.5rem;}.tge-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.1rem;border-radius:999px;font-size:.9rem;font-weight:600;border:none;cursor:pointer;transition:transform .12s ease, opacity .12s ease, background .15s ease;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent;}.tge-btn:active{transform:scale(.98);}.tge-btn-primary{background:var(--tge-accent);color:#fff;}.tge-btn-primary:hover{background:var(--tge-accent-dim);}.tge-btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none;}.tge-btn-block{width:100%;box-sizing:border-box;}.tge-btn-ghost{background:transparent;color:var(--tge-ink);border:1px solid var(--border);flex:1;min-width:min(100%, 140px);}.tge-btn-ghost:hover{background:var(--surface-muted);}.tge-row{display:grid;gap:.5rem;}.tge-row label{font-size:.85rem;font-weight:600;color:var(--tge-ink);}.tge-input,.tge-select{width:100%;padding:.65rem .85rem;border-radius:var(--tge-radius-sm);border:1px solid var(--border);background:var(--surface);font-size:1rem;font-family:inherit;min-height:44px;box-sizing:border-box;}.tge-chip-heading{font-size:.85rem;font-weight:600;margin:0 0 .35rem;color:var(--tge-ink);}.tge-chip-row{display:flex;flex-wrap:wrap;gap:.4rem;}.tge-chip{font-size:.8rem;padding:.45rem .75rem;border-radius:999px;border:1px solid var(--primary);background:rgba(14,165,233,.1);color:var(--primary-dark);font-weight:600;cursor:pointer;min-height:36px;touch-action:manipulation;}.tge-chip:hover{background:rgba(14,165,233,.18);}.tge-starters{margin:0;padding-top:.25rem;border-top:var(--tge-border);}.tge-starters-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--tge-muted);margin:0 0 .5rem;}.tge-starter-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem;}.tge-starter-list li{margin:0;padding:0;}.tge-starter{width:100%;text-align:left;padding:.65rem .85rem;border-radius:var(--tge-radius-sm);border:var(--tge-border);background:var(--surface);cursor:pointer;min-height:60px;touch-action:manipulation;transition:border-color .15s ease, box-shadow .15s ease;box-sizing:border-box;}.tge-starter:hover,.tge-starter:focus-visible{border-color:var(--primary);box-shadow:0 2px 12px rgba(14,165,233,.12);outline:none;}.tge-starter strong{display:block;font-size:.82rem;margin-bottom:.2rem;color:var(--tge-ink);}.tge-starter span{display:block;font-size:.74rem;color:var(--tge-muted);line-height:1.35;}.tge-readout{border:var(--tge-border);border-radius:var(--tge-radius-sm);padding:.85rem 1rem;background:var(--tge-glass);margin-top:.35rem;}.tge-readout-label{font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--tge-muted);margin:0 0 .4rem;}.tge-readout-body{margin:0;font-size:.92rem;line-height:1.45;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;color:var(--tge-ink);max-height:min(36vh, 240px);overflow:auto;}.tge-prose{margin:0 auto 2rem;padding:0 var(--tge-pad);}.tge-prose h2{font-size:clamp(1.25rem,4vw,1.5rem);margin:2rem 0 .75rem;line-height:1.25;}.tge-prose h2:first-child{margin-top:0;}.tge-prose p,.tge-prose li{font-size:1rem;line-height:1.65;color:var(--tge-ink);}.tge-prose p{margin:0 0 1rem;}.tge-prose ul,.tge-prose ol{margin:0 0 1rem;padding-left:1.25rem;}.tge-prose li{margin-bottom:.35rem;}.tge-callout{border-left:4px solid var(--primary);padding:.85rem 1rem;margin:1.25rem 0;background:var(--surface-muted);border-radius:0 var(--tge-radius-sm) var(--tge-radius-sm) 0;font-size:.95rem;}.tge-table-wrap{overflow-x:auto;margin:1rem 0;border-radius:var(--tge-radius-sm);border:var(--tge-border);}.tge-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:280px;}.tge-table th,.tge-table td{padding:.65rem .85rem;text-align:left;border-bottom:1px solid var(--border);}.tge-table th{background:var(--surface-muted);font-weight:600;}.tge-table tr:last-child td{border-bottom:none;}@media(min-width:768px){.tge-split{grid-template-columns:minmax(280px,min(38vw,380px)) 1fr;align-items:stretch;}.tge-options{border-bottom:none;border-right:var(--tge-border);}.tge-result{display:flex;flex-direction:column;}.tge-result-body{flex:1;}.tge-workspace{margin-bottom:3rem;}}@media(min-width:1024px){.tge-result .tge-field{min-height:clamp(11rem,32vh,18rem);}}
