:root{--bg:#eeebe5;--card:#f7f5f1;--raise:#faf9f6;--paper:#f4f1ea;--ink:#14120f;--ink-soft:#4a4640;--grey:#918c84;--mark:#cf3a2c;--line:#14120f12;--sh-raise:5px 5px 12px #14120f14, -5px -5px 12px #ffffffe6;--sh-raise-sm:3px 3px 7px #14120f12, -3px -3px 7px #ffffffd9;--sh-card:0 1px 2px #14120f08, 0 12px 26px -14px #14120f38;--sh-sunk:inset 4px 4px 10px #14120f17, inset -4px -4px 10px #ffffffbf;--ease:cubic-bezier(.22, 1, .36, 1);--slow:.62s;--med:.32s;--push:.48s;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body{overscroll-behavior:none;height:100%;overflow:hidden}body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;touch-action:none;-webkit-user-select:none;user-select:none;font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:400}#app{background:var(--bg);width:100%;height:100%;position:relative;overflow:hidden}.t-nav{letter-spacing:-.01em;font-size:17px;font-weight:500}.t-section{letter-spacing:.14em;text-transform:uppercase;color:var(--grey);font-size:11px;font-weight:600}.t-value{color:var(--grey);font-size:15px;font-weight:400}.t-body{color:var(--ink-soft);font-size:14px;line-height:1.6}.tab-view{padding-top:var(--safe-top);opacity:0;pointer-events:none;transition:opacity var(--med) var(--ease);flex-direction:column;display:flex;position:absolute;inset:0}.tab-view.is-active{opacity:1;pointer-events:auto}.tab-view__body{min-height:0;padding-bottom:calc(var(--safe-bottom) + 92px);flex-direction:column;flex:1;display:flex}.scroll{touch-action:pan-y;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0 18px;overflow-y:auto}.nav{flex:none;grid-template-columns:44px 1fr 44px;align-items:center;height:52px;padding:0 14px;display:grid}.nav__title{text-align:center;letter-spacing:-.01em;font-size:17px;font-weight:500}.icon-btn{width:40px;height:40px;color:var(--ink);cursor:pointer;transition:background var(--med) var(--ease);background:0 0;border:none;border-radius:50%;place-items:center;display:grid}.icon-btn svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.icon-btn:active{background:#14120f0d}.card{background:var(--card);box-shadow:var(--sh-card);border-radius:20px;margin-bottom:16px;padding:16px 18px}.card__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.vessel-wrap{flex:1;justify-content:center;align-items:center;min-height:0;padding:8px 18px 0;display:flex;container-type:size}.vessel{background:var(--paper);width:min(100cqw,100cqh);height:min(100cqw,100cqh);box-shadow:var(--sh-card);border-radius:26px;overflow:hidden}.vessel canvas{width:100%;height:100%;display:block}.hud{flex:none;padding:16px 18px 0}.hud__card{justify-content:space-between;align-items:center;gap:14px;margin-bottom:0;padding:12px 14px;display:flex}.hud__mid{flex-direction:column;align-items:center;gap:5px;display:flex}.hud__name{letter-spacing:-.02em;align-items:center;gap:9px;font-size:22px;font-weight:500;display:flex}.hud__name i{border-radius:50%;width:13px;height:13px}.hud__dot{background:var(--mark);border-radius:50%;width:5px;height:5px}.transport{flex:none;justify-content:center;align-items:center;gap:26px;padding:26px 18px 8px;display:flex}.round{background:var(--raise);width:54px;height:54px;box-shadow:var(--sh-raise-sm);color:var(--ink);cursor:pointer;transition:box-shadow var(--med) var(--ease), transform var(--med) var(--ease), opacity var(--med) var(--ease);border:none;border-radius:50%;place-items:center;display:grid}.round--sm{width:42px;height:42px}.round--sm svg{width:17px;height:17px}.round svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.round:active{box-shadow:var(--sh-sunk);transform:scale(.97)}.round[disabled]{opacity:.35;cursor:default}.round[disabled]:active{box-shadow:var(--sh-raise-sm);transform:none}.round--freeze{width:82px;height:82px;box-shadow:var(--sh-raise)}.round--freeze:after{content:"";background:var(--mark);width:13px;height:13px;transition:transform var(--med) var(--ease);border-radius:50%}.round--freeze:active{box-shadow:var(--sh-sunk)}.round--freeze:active:after{transform:scale(.8)}.round--freeze[disabled]:after{background:var(--grey)}.transport__label{position:absolute}.palette{grid-template-columns:repeat(4,1fr);gap:14px 6px;display:grid}.swatch{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:7px;padding:0;display:flex}.swatch__chip{background:var(--raise);width:44px;height:44px;box-shadow:var(--sh-raise-sm);transition:box-shadow var(--med) var(--ease);border-radius:50%;place-items:center;display:grid}.swatch__chip i{background:var(--ink-color);border-radius:50%;width:20px;height:20px}.swatch[aria-pressed=true] .swatch__chip{box-shadow:var(--sh-sunk)}.swatch__name{color:var(--grey);transition:color var(--med) var(--ease);font-size:11px}.swatch[aria-pressed=true] .swatch__name{color:var(--ink)}.swatch__dot{background:0 0;border-radius:50%;width:5px;height:5px}.swatch[aria-pressed=true] .swatch__dot{background:var(--mark)}.bar{align-items:center;gap:14px;padding:4px 0;display:flex}.bar+.bar{border-top:1px solid var(--line);margin-top:4px;padding-top:10px}.bar__label{width:62px;color:var(--ink-soft);flex:none;font-size:13px}.bar input[type=range]{appearance:none;cursor:pointer;background:0 0;flex:1;height:32px}.bar input[type=range]::-webkit-slider-runnable-track{background:#14120f1a;border-radius:2px;height:4px}.bar input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--raise);width:22px;height:22px;box-shadow:var(--sh-raise-sm);border:none;border-radius:50%;margin-top:-9px}.bar input[type=range]::-moz-range-track{background:#14120f1a;border-radius:2px;height:4px}.bar input[type=range]::-moz-range-thumb{background:var(--raise);width:22px;height:22px;box-shadow:var(--sh-raise-sm);border:none;border-radius:50%}.tabbar{left:14px;right:14px;bottom:calc(var(--safe-bottom) + 12px);background:var(--card);box-shadow:var(--sh-card);z-index:4;border-radius:22px;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 6px;display:grid;position:absolute}.tab{color:var(--grey);cursor:pointer;transition:color var(--med) var(--ease), box-shadow var(--med) var(--ease);background:0 0;border:none;border-radius:16px;flex-direction:column;align-items:center;gap:5px;padding:8px 0;display:flex}.tab svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.tab span{letter-spacing:.01em;font-size:10px;font-weight:500}.tab.is-active{color:var(--mark);background:var(--raise);box-shadow:var(--sh-raise-sm)}.flash{opacity:0;pointer-events:none;z-index:6;background:#fff;position:absolute;inset:0}.flash.is-firing{animation:flash .9s var(--ease)}@keyframes flash{0%{opacity:0}18%{opacity:.8}to{opacity:0}}.shelf__grid{grid-template-columns:repeat(2,1fr);align-content:start;gap:16px;padding-bottom:20px;display:grid}.piece{cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:column;gap:8px;padding:0;display:flex}.piece img{aspect-ratio:1;object-fit:cover;background:var(--paper);width:100%;box-shadow:var(--sh-card);border-radius:16px;display:block}.piece__meta{color:var(--grey);padding-left:2px;font-size:11px}.empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:0 40px 80px;display:flex}.scrim{opacity:0;pointer-events:none;transition:opacity var(--push) var(--ease);z-index:7;background:#14120f52;position:absolute;inset:0}.scrim.is-open{opacity:1;pointer-events:auto}.sheet{z-index:8;background:var(--bg);transition:transform var(--push) var(--ease);padding:10px 18px calc(var(--safe-bottom) + 22px);border-radius:26px 26px 0 0;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -20px 60px #14120f3d}.sheet.is-open{transform:none}.sheet__grip{background:#14120f24;border-radius:3px;width:38px;height:5px;margin:0 auto 16px}.sheet__title{margin-bottom:14px;padding-left:4px;font-size:17px;font-weight:500}.materials{background:var(--card);box-shadow:var(--sh-card);border-radius:20px;overflow:hidden}.material{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:16px 18px;display:flex}.material+.material{border-top:1px solid var(--line)}.material__name{flex:1;font-size:16px}.material__note{color:var(--grey);font-size:13px}.material__dot{background:0 0;border-radius:50%;width:7px;height:7px}.material[aria-pressed=true] .material__dot{background:var(--mark)}.material[disabled]{cursor:default}.material[disabled] .material__name{color:var(--grey)}#wrap{background:#e6e2db;justify-content:center;align-items:center;width:100%;height:100dvh;display:flex}#phone{background:var(--bg);flex:none;width:100%;max-width:400px;height:100dvh;position:relative;overflow:hidden}.ios{display:none}@media (width>=560px){#phone{--safe-top:46px;--safe-bottom:26px;border-radius:46px;height:860px;max-height:92dvh;box-shadow:0 0 0 10px #1b1b1b,0 0 0 11px #3a3a3a,0 30px 70px -20px #14120f66}.ios{z-index:9;pointer-events:none;display:flex;position:absolute;left:0;right:0}.ios--status{height:46px;color:var(--ink);justify-content:space-between;align-items:center;padding:0 30px;font-size:14px;font-weight:600;top:0}.ios--status svg{height:11px;fill:var(--ink)}.ios__icons{align-items:center;gap:6px;display:flex}.ios--home{justify-content:center;align-items:center;height:26px;bottom:0}.ios--home span{background:var(--ink);opacity:.8;border-radius:3px;width:128px;height:5px}}#intro{display:none}@media (width>=1060px){#wrap{gap:clamp(48px,6vw,104px);padding:40px}#intro{max-width:470px;animation:introIn .7s var(--ease) both;flex-direction:column;flex:0 470px;display:flex}}@keyframes introIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.intro__badge{background:var(--card);box-shadow:var(--sh-card);letter-spacing:.16em;text-transform:uppercase;color:var(--ink-soft);border-radius:100px;align-self:flex-start;align-items:center;gap:10px;margin-bottom:34px;padding:10px 18px 10px 15px;font-size:11px;font-weight:600;display:inline-flex}.keep{text-transform:none}.dot{background:var(--mark);border-radius:50%;width:7px;height:7px;position:relative}.dot:after{content:"";background:var(--mark);opacity:.4;border-radius:50%;animation:2.4s ease-out infinite pulse;position:absolute;inset:-4px}@keyframes pulse{0%{opacity:.45;transform:scale(1)}to{opacity:0;transform:scale(2.6)}}.intro__name{letter-spacing:.4em;text-transform:uppercase;color:var(--grey);margin-bottom:20px;font-size:12px;font-weight:600}.intro__title{letter-spacing:-.03em;margin-bottom:22px;font-size:clamp(30px,3.2vw,42px);font-weight:500;line-height:1.14}.intro__lead{color:var(--ink-soft);max-width:420px;margin-bottom:34px;font-size:15px;line-height:1.7}.intro__features{flex-direction:column;gap:10px;margin-bottom:34px;display:flex}.feat{background:var(--card);box-shadow:var(--sh-card);border-radius:16px;align-items:flex-start;gap:15px;padding:15px 17px;display:flex}.feat__ic{background:var(--raise);width:38px;height:38px;box-shadow:var(--sh-raise-sm);border-radius:12px;flex:none;place-items:center;display:grid}.feat svg{width:19px;height:19px;stroke:var(--ink);stroke-width:1.5px;fill:none;stroke-linecap:round;stroke-linejoin:round}.feat h3{margin-bottom:3px;font-size:14px;font-weight:600}.feat p{color:var(--ink-soft);font-size:13.5px;line-height:1.55}.intro__cta{background:var(--card);box-shadow:var(--sh-card);color:var(--ink);border-radius:14px;align-self:flex-start;align-items:center;gap:10px;margin-bottom:16px;padding:13px 22px;font-size:13px;font-weight:600;display:inline-flex}.intro__cta i{color:var(--mark);font-style:normal;animation:1.6s ease-in-out infinite nudge}@keyframes nudge{0%,to{transform:translate(0)}50%{transform:translate(5px)}}.intro__note{color:var(--grey);max-width:400px;font-size:12px;line-height:1.6}
