.theme-toggle{width:34px;height:34px;padding:0;border:1px solid var(--line);border-radius:50%;background:var(--surface);color:var(--text);display:grid;place-items:center;font-size:18px;line-height:1}.theme-toggle:hover{border-color:var(--accent);color:var(--accent)}.floating-acquisition{position:fixed;z-index:19;right:0;top:46%;display:flex;flex-direction:column;align-items:center;gap:2px;padding:15px 10px;border:1px solid var(--accent);border-inline-end:0;border-radius:10px 0 0 10px;background:var(--surface2);color:var(--text);box-shadow:0 12px 28px #0004;font-size:11px;cursor:pointer}.floating-acquisition strong{color:var(--accent);font-size:14px;direction:ltr}.floating-acquisition:hover{background:var(--surface)}html[dir="rtl"] .floating-acquisition{right:auto;left:0;border-inline-end:1px solid var(--accent);border-inline-start:0;border-radius:0 10px 10px 0}.acquisition-dialog-price-label{margin:0 0 3px;font-size:13px}.acquisition-dialog-price{display:block;color:var(--accent);font-size:42px;line-height:1.2;direction:ltr}.acquisition-dialog-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.acquisition-dialog-actions .button{font-size:12px}.acquisition-dialog-note{display:block;margin-top:18px;color:var(--muted)}html[data-theme="light"]{color-scheme:light;--bg:#f4f8f7;--surface:#fff;--surface2:#eaf3f1;--line:#d5e0df;--text:#14243a;--muted:#536579;--accent:#078f72;--cyan:#078fa0}html[data-theme="light"] body{background:var(--bg);color:var(--text)}html[data-theme="light"] .header{background:#f4f8f7ee;border-color:#d5e0df}html[data-theme="light"] nav{color:#40546b}html[data-theme="light"] .secondary{border-color:#b9c9c8;color:var(--text)}html[data-theme="light"] .secondary:hover{background:#e4efed}html[data-theme="light"] .card{background:linear-gradient(125deg,#fff,#f2f7f6);box-shadow:0 8px 22px #173b3712}html[data-theme="light"] .section-tint{background:#eaf3f1;border-color:#d5e0df}html[data-theme="light"] .flow-panel,html[data-theme="light"] .code-panel{background:#edf5f4;border-color:#cadbd8}html[data-theme="light"] .acquisition{background:linear-gradient(120deg,#e4f3ef,#f8fbfa);border-color:#a9d2c7}html[data-theme="light"] .floating-acquisition{box-shadow:0 12px 28px #173b3724}html[data-theme="light"] footer{background:#e7f0ef;border-color:#d0dfdd}html[data-theme="light"] .theme-icon{font-size:0}html[data-theme="light"] .theme-icon:after{content:'☾';font-size:18px}html[data-theme="dark"] .theme-icon{font-size:0}html[data-theme="dark"] .theme-icon:after{content:'☼';font-size:18px}@media(max-width:600px){.theme-toggle{width:30px;height:30px;font-size:16px}.floating-acquisition{top:auto;right:50%;bottom:14px;transform:translateX(50%);flex-direction:row;gap:7px;padding:9px 15px;border:1px solid var(--accent);border-radius:999px;font-size:11px;box-shadow:0 8px 24px #0005}.floating-acquisition strong{font-size:12px}html[dir="rtl"] .floating-acquisition{left:auto;right:50%;transform:translateX(50%);border:1px solid var(--accent);border-radius:999px}.acquisition-dialog-price{font-size:35px}.acquisition-dialog-actions .button{width:100%}}
