:root{color-scheme:light dark;--bg: #faf6f4;--card: #ffffff;--text: #33272a;--muted: #8a7a7e;--accent: #c95d6a;--accent-dark: #a94854;--border: #e8ddda}@media (prefers-color-scheme: dark){:root{--bg: #1d1719;--card: #2a2225;--text: #f2e9e4;--muted: #a08e93;--border: #453a3e}}*{box-sizing:border-box;margin:0}body{font-family:Hiragino Sans,Noto Sans JP,system-ui,sans-serif;background:var(--bg);color:var(--text)}.app{max-width:520px;margin:0 auto;padding:24px 16px 48px;display:flex;flex-direction:column;gap:20px}header{text-align:center}.header-top{display:flex;align-items:center;justify-content:space-between;gap:10px}header h1{font-size:2rem;color:var(--accent)}.lang-select{font:inherit;padding:6px 8px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text);max-width:45%}.color-slider{display:flex;flex-direction:column;gap:12px;align-items:center}.slider-preview{width:120px;height:120px;border-radius:50%;border:3px solid var(--border)}.slider-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:22px;border-radius:11px;border:1px solid var(--border);outline:none;cursor:pointer}.slider-input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;border-radius:50%;background:#fff;border:3px solid var(--accent);box-shadow:0 1px 4px #0000004d;cursor:pointer}.slider-input::-moz-range-thumb{width:26px;height:26px;border-radius:50%;background:#fff;border:3px solid var(--accent);cursor:pointer}.age-input{width:100%;accent-color:var(--accent)}.slider-scale{display:flex;justify-content:space-between;font-size:.62rem;color:var(--muted);padding:2px 2px 0}.more-toggle{border-style:dashed;border-color:var(--accent);color:var(--accent);background:transparent;font-weight:600}.advanced{display:flex;flex-direction:column;gap:14px;padding:14px;border:1px dashed var(--border);border-radius:12px}.advanced-head{font-weight:700;font-size:.9rem;color:var(--accent)}.check.small{font-size:.82rem;color:var(--muted)}.color-plane{display:flex;justify-content:center}.plane-wrap{position:relative;width:100%;max-width:320px;touch-action:none}.plane-canvas{width:100%;height:auto;border-radius:12px;border:1px solid var(--border);display:block;cursor:crosshair;image-rendering:auto}.plane-handle{position:absolute;width:30px;height:30px;border-radius:50%;border:4px solid #fff;box-shadow:0 0 0 2px #00000080,0 2px 8px #00000073;transform:translate(-50%,-50%);pointer-events:none}.plane-wrap:focus-visible{outline:3px solid var(--accent);outline-offset:3px;border-radius:12px}.plane-selected{display:flex;align-items:center;gap:10px;justify-content:center;margin-bottom:12px}.plane-selected-swatch{width:44px;height:44px;border-radius:50%;border:3px solid var(--border);box-shadow:0 1px 4px #0003}.plane-selected-label{font-size:.85rem;color:var(--muted);font-weight:600}.icon-choice{display:flex;flex-wrap:wrap;gap:8px}.icon-opt{flex:1 1 0;min-width:66px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;border-radius:12px;font-size:.78rem}.icon-opt.active{background:var(--accent);border-color:var(--accent);color:#fff}.attr-value{display:inline-flex;align-items:center;gap:6px}.attr-value svg{width:22px;height:22px}.size-diagram{display:flex;justify-content:center;padding:6px 0;color:var(--muted)}.size-diagram svg{max-width:300px}.answer-photo{border-top:1px solid var(--border);padding-top:12px;display:flex;flex-direction:column;gap:8px}.hint.tiny{font-size:.72rem}.num-row{flex-direction:row;gap:12px}.num-row .choice-label{flex:1;display:flex;flex-direction:column;gap:6px;font-weight:600}.num-input{font:inherit;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--text);width:100%}.ad-slot{min-height:60px}.ad-placeholder{display:flex;align-items:center;justify-content:center;border:1px dashed var(--border);border-radius:10px;color:var(--muted);font-size:.75rem;min-height:90px}.tagline{color:var(--muted);font-size:.9rem;margin-top:4px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:14px}.card h2{font-size:1.15rem}.hint{color:var(--muted);font-size:.85rem;line-height:1.5}button{font:inherit;border:1px solid var(--border);background:var(--card);color:var(--text);border-radius:10px;padding:10px 16px;cursor:pointer}button.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}button.primary:hover:not(:disabled){background:var(--accent-dark)}button:disabled{opacity:.4;cursor:not-allowed}.check{display:flex;gap:10px;align-items:flex-start;font-size:.92rem;line-height:1.5}.check input{margin-top:3px}.tabs{display:flex;gap:8px}.tab{flex:1;border-radius:10px}.tab.active{border-color:var(--accent);color:var(--accent);font-weight:600}.swatch-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.swatch-grid.palette{grid-template-columns:repeat(4,1fr)}.swatch{aspect-ratio:1;border-radius:10px;border:2px solid transparent;padding:0}.swatch.selected{border-color:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 40%,transparent)}.swatch.big{width:96px;height:96px;border-radius:50%}.swatch.mid{width:64px;height:64px;border-radius:50%}.swatch-inline{display:inline-block;width:1em;height:1em;border-radius:4px;vertical-align:-2px;border:1px solid var(--border)}.choice-label{font-weight:600;font-size:.92rem;margin-bottom:6px}.choice-buttons{display:flex;flex-wrap:wrap;gap:6px}.chip{border-radius:999px;padding:7px 14px;font-size:.88rem}.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.row{display:flex;justify-content:space-between;gap:10px}.row .primary{flex:1}.result-swatches{display:flex;align-items:center;justify-content:center;gap:28px;padding:8px 0}.result-main,.result-sub,.compare>div{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.compare{display:flex;justify-content:center;gap:36px;padding:8px 0}.photo-picker{display:flex;flex-direction:column;gap:10px}.file-button{display:inline-block;border:1px dashed var(--accent);color:var(--accent);border-radius:10px;padding:12px;text-align:center;cursor:pointer}.photo-canvas{width:100%;border-radius:10px;cursor:crosshair}.photo-canvas.hidden{display:none}.picked-color{font-size:.9rem}footer{text-align:center}footer p{color:var(--muted);font-size:.75rem;line-height:1.6}.footer-links a{color:var(--muted);text-decoration:underline}.percentile{text-align:center;font-weight:700;font-size:1.05rem;color:var(--accent)}.type-card{display:flex;flex-direction:column;align-items:center;gap:2px;padding:16px;border-radius:16px;background:linear-gradient(135deg,#f6d3ce,#c95d6a);color:#fff}.type-emoji{font-size:2.4rem;line-height:1}.type-code{font-size:2.6rem;font-weight:800;letter-spacing:3px}.type-name{font-size:1.2rem;font-weight:700}.type-label{font-size:.72rem;opacity:.9}.attr-list{display:flex;flex-direction:column;gap:6px;padding:10px 0;border-top:1px solid var(--border)}.attr-line{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:.95rem}.attr-label{color:var(--muted)}.share-box{display:flex;flex-direction:column;gap:10px}.share-prompt{margin:4px 0 0;text-align:center;font-weight:700;color:var(--accent)}.share-row{display:flex;gap:10px}.share-row button{flex:1;font-weight:700;color:#fff;border:none;padding:12px 8px}.share-x{background:#000}.share-line{background:#06c755}.share-btn{width:100%;border-color:var(--accent);color:var(--accent);font-weight:600}.consent-banner{position:fixed;left:0;right:0;bottom:0;background:var(--card);border-top:1px solid var(--border);padding:14px 16px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;box-shadow:0 -4px 16px #0000001f;z-index:50}.consent-banner p{font-size:.85rem;margin:0;flex:1 1 240px}.consent-actions{display:flex;gap:8px}.consent-actions button{padding:8px 16px}
