*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#fff;--bg-subtle:#f5f5f5;--text:#000;--text-muted:#555;--text-faint:#888;--border:#ddd;--accent:#111;--input-bg:#fff;--header-bg:#fff;--radius-sm:8px;--radius-md:10px;--radius-lg:12px;--radius-xl:14px;--radius-card:9px;--radius-pill:20px;--radius-modal:20px 20px 0 0;--clr-green:#5a9e6f;--clr-orange:#e07b39;--clr-purple:#9b72cf;--clr-blue:#4a90d9;--clr-red:#c03030;--clr-gold:#d4a840;--clr-amber:#b8935a;--clr-red-mid:#c07030;--clr-red-soft:#c07070;--clr-red-deep:#c04040;--font-xs:.72rem;--font-sm:.78rem;--font-base:.88rem;--font-md:.95rem;--font-lg:1rem;--font-xl:1.1rem;--font-2xl:1.3rem;--gap-xs:.3rem;--gap-sm:.4rem;--gap-md:.65rem;--gap-lg:1rem;--pad-input:.6rem .75rem;--pad-card:.9rem 1rem;--pad-section:1rem 1.1rem;--border-std:1.5px solid var(--border)}html.dark{--bg:#000;--bg-subtle:#1a1a1a;--text:#fff;--text-muted:#ccc;--text-faint:#888;--border:#333;--accent:#fff;--input-bg:#111;--header-bg:#0a0a0a}html.dark body{color:#fff;background:#000}body{background:var(--bg);color:var(--text);-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:16px;transition:background .2s,color .2s}input,select,button,textarea{color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}html.dark input,html.dark select,html.dark textarea{background:var(--input-bg);color:var(--text);border-color:var(--border)}html.dark img{filter:invert()}.e2t-home{background:#e8f0d8;min-height:100vh}html.dark .e2t-home{background:#000}.e2t-topbar{justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.e2t-wordmark{letter-spacing:-.04em;color:#3a3a1a;font-family:Georgia,Times New Roman,serif;font-size:2rem;font-weight:700}html.dark .e2t-wordmark{color:#fff}.e2t-dark-btn{color:#4a5a2a;cursor:pointer;background:#d0dfc0;border:none;border-radius:8px;padding:7px 14px;font-size:.75rem;font-weight:500}html.dark .e2t-dark-btn{color:#666;background:#1a1a1a;border:none}.e2t-pill-wrap{padding:18px 24px 0}.e2t-pill{background:#d0dfc0;border-radius:50px;padding:3px;display:flex}html.dark .e2t-pill{background:#111}.e2t-pill-btn{cursor:pointer;color:#5a7a3a;background:0 0;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:7px;padding:9px 8px;font-size:.9rem;font-weight:500;transition:all .16s;display:flex}html.dark .e2t-pill-btn{color:#444}.e2t-pill-btn.on{color:#fff;background:#4a5a1a;font-weight:700}html.dark .e2t-pill-btn.on{color:#fff;background:#222}.e2t-grid{grid-template-columns:repeat(2,140px);justify-content:center;gap:24px;padding:36px 24px 0;display:grid}.e2t-tile{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#5a7a2a;border-radius:22px;transition:transform .12s;overflow:hidden}html.dark .e2t-tile{background:#3d3d3d}.e2t-tile:active{transform:scale(.93)}.e2t-tile-img{aspect-ratio:1;justify-content:center;align-items:center;width:100%;font-size:2rem;line-height:1;display:flex}.e2t-tile-foot{text-align:center;padding:0 10px 12px}.e2t-tile-title{color:#fff;letter-spacing:-.01em;font-size:.82rem;font-weight:700;line-height:1.25}.e2t-tile-sub{color:#fff9;margin-top:1px;font-size:.68rem}.e2t-tile-wide{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#5a7a2a;border-radius:18px;grid-column:1/-1;align-items:center;gap:14px;width:100%;margin:0;padding:16px 20px;transition:transform .12s;display:flex}html.dark .e2t-tile-wide{background:#3d3d3d}.e2t-tile-wide:active{transform:scale(.98)}.e2t-tile-wide-arrow{color:#fff6;margin-left:auto;font-size:1.1rem}.e2t-tile-title-wide{color:#fff;font-size:.92rem;font-weight:700}.e2t-tile-sub-wide{color:#ffffff8c;margin-top:2px;font-size:.72rem}.e2t-util-row{gap:10px;padding:14px 24px 0;display:flex}.e2t-util-btn{color:#4a5a2a;cursor:pointer;background:#d0dfc0;border:none;border-radius:12px;flex:1;padding:9px 4px;font-size:.73rem;font-weight:500}html.dark .e2t-util-btn{color:#666;background:#1a1a1a;border:none}.e2t-offline{color:#6a7a4a;background:#d0dfc0;border-radius:12px;align-items:center;gap:8px;margin:12px 24px 36px;padding:9px 13px;font-size:.73rem;display:flex}html.dark .e2t-offline{color:#555;background:#141414}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-subtle)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.fade{animation:.2s fi}@keyframes fi{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}input[type=range]{appearance:none;background:var(--border);border-radius:3px;outline:none;height:6px}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:22px;height:22px;box-shadow:0 1px 4px #0003}
