:root{--font: "Montserrat", sans-serif;--text: #000;--muted: #666;--bg: #fff;--line: #E8E8E8;--sheet-bg: #fff;--sheet-shadow: 0 -12px 30px rgba(0,0,0,.15);--handle: #ddd;--accent: #f73900}*{box-sizing:border-box}html,body,#root{height:100%}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#eee;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#666}.sheet{position:fixed;left:0;right:0;bottom:0;height:30vh;max-height:90vh;background:var(--sheet-bg);border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:var(--sheet-shadow);display:flex;flex-direction:column;z-index:30;touch-action:none}.sheet__dragzone{padding:10px 0 8px;cursor:grab;touch-action:none}.sheet__dragzone:active{cursor:grabbing}.sheet__handle{width:44px;height:5px;border-radius:999px;background:var(--handle);margin:0 auto 6px}.sheet__tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px 12px}.sheet__tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--line);background:#fafafa;color:var(--text);border-radius:999px;padding:10px 12px;font-size:16px;font-weight:600;cursor:pointer}.sheet__tab--active{background:#000;color:#fff;border-color:#000}.sheet__content{min-height:0;overflow:auto;padding:0 1em 2em;scrollbar-color:#ccc #fff}.sheet h3{font-size:20px}.sheet p{margin:0 0 10px;color:var(--muted);font-size:13px}.plants-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.plant-card{display:flex;flex-direction:column;align-items:center;gap:.5em;cursor:pointer}.plant-card img{width:100%;aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;border:4px solid transparent}.plant-card--selected img{border-color:var(--accent);box-shadow:0 0 0 2px #fff}.plant-card span{font-size:.95em;text-align:center}.filter-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px 16px}.filter-row{display:flex;align-items:center;gap:8px}.checkbox{width:16px;height:16px;border-radius:3px;border:2px solid #000;display:inline-block;position:relative}.checkbox--checked{background:var(--accent);border-color:var(--accent)}.result-card{display:flex;justify-content:space-between;text-align:left;padding:1em;background:#eee;border-radius:8px;margin:12px 0}.result-col{text-align:left}.result-col p{margin:0 0 4px;font-size:12px;color:var(--muted)}.result-col h3{margin:0;font-size:16px}.color-swatch{width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.15);display:inline-block}.share-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5em;text-align:center}.share-action{display:flex;flex-direction:column;align-items:center;gap:.25em;cursor:pointer}@media(min-width:900px){.sheet{display:none}}.canvas-wrap{position:relative;width:100vw;height:100vh;overflow:hidden}.canvas-logo-top,.canvas-logo-bottom{position:absolute;left:50%;transform:translate(-50%);pointer-events:none}.canvas-logo-top{top:1em;height:4em;z-index:0}.canvas-logo-bottom{bottom:1em;height:6em}@media print{@page{size:80mm auto;margin:0}body *{visibility:hidden!important}#print-ticket,#print-ticket *{visibility:visible!important}#print-ticket{display:flex!important;width:80mm;min-height:80mm;margin:0;padding:5mm;box-sizing:border-box;background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
