| @import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;600;700&display=swap'); | |
| :root{--accent:#a7f878;--paper:#edfadf;--ink:#123822;--bg:#0a0e0b;--muted:#869085;font-family:'IBM Plex Mono',monospace;color:#e6ebe2;background:var(--bg);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background-image:linear-gradient(#ffffff02 1px,transparent 1px);background-size:100% 4px}button,input{font:inherit}button,a,input{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:4px}header{height:88px;margin:0 5%;border-bottom:1px solid #283026;display:flex;align-items:center;justify-content:space-between;font-size:12px;letter-spacing:1px}.wordmark{display:flex;align-items:center;gap:13px;color:inherit;text-decoration:none;font-weight:600}.mark{font-size:28px;color:var(--accent)}.slash{color:#56604f}.muted{color:var(--muted)}.online{font-size:10px;color:#9ca995}.online i,.preview-bar i{display:inline-block;width:6px;height:6px;background:var(--accent);margin-right:9px;border-radius:50%}main{max-width:1100px;margin:0 auto;padding:58px 30px 0}.eyebrow{color:var(--accent);font-size:11px;letter-spacing:2px}h1{font-family:'Space Grotesk',sans-serif;font-size:70px;line-height:1.04;letter-spacing:-3px;font-weight:500;margin:24px 0 20px}h1 em{font-style:normal;color:var(--accent)}.intro{color:#99a393;font-size:12px;line-height:1.9;margin:0 0 43px}.workspace{display:grid;grid-template-columns:1fr 1fr;gap:64px}.section-heading{font-size:10px;letter-spacing:1.7px;display:flex;justify-content:space-between;color:#adb7a6;margin-bottom:23px}label{font-size:12px;display:block;margin-bottom:12px}.input-shell{display:flex;align-items:center;border:1px solid #3e5036;background:#10160e;border-radius:3px;padding:0 14px;gap:10px}.input-shell:focus-within{border-color:var(--accent)}.input-shell>span{color:var(--accent);font-size:22px}input[type=url]{color:#e4eddb;background:transparent;border:0;outline:none;width:100%;font-size:11px;height:49px;min-width:0}.hint{font-size:10px;color:var(--muted);line-height:1.6;min-height:32px;margin:10px 0 20px}.theme-heading{margin-bottom:14px}.themes{display:grid;gap:8px}.theme{display:flex;align-items:center;text-align:left;gap:14px;border:1px solid #293027;border-radius:3px;background:#10150f;color:#c7cfc1;padding:12px 16px;font-size:12px}.theme:hover{background:#1b2317}.theme.selected{border-color:var(--accent);background:#182014}.swatch{width:27px;height:27px;background:var(--swatch);box-shadow:inset 0 0 0 6px #0002}.theme small{display:block;font-size:9px;color:var(--muted);margin-top:5px;letter-spacing:1px}.radio{margin-left:auto;width:12px;height:12px;border:1px solid #5b6652;border-radius:50%}.selected .radio{background:var(--accent);border:3px solid #24341c;outline:1px solid var(--accent)}.logo-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #293027;padding:24px 0 19px}.logo-row label{margin:0}.logo-row p{font-size:10px;color:var(--muted);margin:8px 0 0}input[type=checkbox]{appearance:none;cursor:pointer;width:34px;height:19px;border-radius:20px;background:#495043;position:relative}input[type=checkbox]:before{content:'';position:absolute;width:13px;height:13px;background:#10160d;border-radius:50%;top:3px;left:3px}input[type=checkbox]:checked{background:var(--accent)}input[type=checkbox]:checked:before{left:18px}.note{display:flex;gap:13px;color:var(--accent);font-size:11px;line-height:1.8;padding-top:17px}.note p{margin:0}.preview-panel{border:1px solid #35402f;border-radius:5px;overflow:hidden;align-self:start;background:#11170f}.preview-bar{height:43px;display:flex;align-items:center;justify-content:space-between;padding:0 17px;border-bottom:1px solid #35402f;font-size:9px;letter-spacing:1px;color:#a9b49e}.preview-stage{padding:34px 42px;background-image:radial-gradient(#71856335 .7px,transparent .7px);background-size:12px 12px}.print-card{background:var(--paper);color:var(--ink);padding:20px 20px 24px;box-shadow:8px 8px 0 #0005;transform:rotate(-2deg)}.card-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1px;border-bottom:1px solid #12382240;padding-bottom:14px}#qr{aspect-ratio:1;margin:10px -3px 6px;display:grid;place-items:center}#qr svg{width:100%;height:auto;display:block}.card-bottom{border-top:1px solid #12382240;padding-top:17px}.card-bottom strong{font-size:15px;display:flex;justify-content:space-between}.card-bottom>span{display:block;font-size:8px;letter-spacing:1.7px;margin-top:9px}.preview-caption{display:flex;justify-content:space-between;font-size:8px;color:#96a38b;padding:17px 15px;border-top:1px solid #35402f;gap:10px}.export-row{margin-top:35px;border-top:1px solid #30392a;padding:25px 0 35px;display:flex;justify-content:space-between;align-items:center}.ready{color:var(--accent);font-size:10px;letter-spacing:1px}.export-row p{font-size:11px;color:var(--muted);margin:9px 0 0}.actions{display:flex;gap:10px}.actions button{border:1px solid #3b4732;border-radius:3px;background:transparent;color:#dbe4d3;padding:16px 20px;font-size:11px}.actions .primary{background:var(--accent);color:#14210e;border-color:var(--accent);font-weight:600}.primary span{margin-left:24px}button:disabled{opacity:.4;cursor:not-allowed}footer{border-top:1px solid #283026;display:flex;justify-content:space-between;padding:23px 0 30px;font-size:8px;letter-spacing:1px;color:#7f8a75}.cursor{color:var(--accent);margin-left:12px}.empty{font-size:11px}@media(min-width:1100px){.preview-panel{margin-top:-95px}.preview-stage{padding:40px 48px}.print-card{padding:22px 23px 26px}.workspace{gap:75px}}@media(max-width:700px){header{height:65px}.online{display:none}main{padding:35px 22px 0}h1{font-size:52px}.intro{font-size:11px}.workspace{grid-template-columns:1fr;gap:25px}.preview-stage{padding:30px 50px}.export-row{align-items:flex-start;gap:22px;flex-direction:column}.actions{width:100%}.actions button{flex:1;padding:15px 9px}.primary span{margin-left:6px}footer{gap:20px;line-height:1.8;font-size:7px}.desktop{display:none}} | |
| [hidden]{display:none}.size-control{padding-top:20px}.size-control label{display:flex;justify-content:space-between}.size-control output{color:var(--accent)}input[type=range]{width:100%;accent-color:var(--accent);cursor:pointer}.size-control .hint{margin-bottom:0}.header-label{margin-top:18px}#header-text{width:100%;background:#10160e;color:#e4eddb;border:1px solid #3e5036;border-radius:3px;padding:14px;font-size:12px}#header-text:disabled{opacity:.4}#header-preview{overflow-wrap:anywhere;line-height:1.6}.print-card{transform:none}.card-top{min-height:36px}#qr{margin:10px -3px 0} | |