@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap";:root{--color-bg:#0a0a0c;--color-surface:#141210b8;--color-surface-border:#ffffff14;--color-text:#f0ebe3;--color-text-muted:#f0ebe3a6;--color-accent:#c9a66b;--color-accent-dim:#c9a66b59;--font-serif:"Cormorant Garamond", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, monospace;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--shadow-glass:0 8px 32px #0006;--transition-fast:.2s ease;--transition-medium:.4s ease}*,:before,:after{box-sizing:border-box}html,body{background:var(--color-bg);min-height:100%;color:var(--color-text);font-family:var(--font-serif);-webkit-font-smoothing:antialiased;margin:0;padding:0}#app{min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.app__bg{z-index:0;position:fixed;inset:0}.bg-canvas{width:100%;height:100%;display:block}.app__header{z-index:10;background:var(--color-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--color-surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);justify-content:space-between;align-items:center;gap:1rem;margin:1rem 1.5rem 0;padding:1rem 1.5rem;display:flex;position:relative}.app__brand{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.app__brand-mark{color:var(--color-accent);font-size:1.2rem}.app__brand-name{letter-spacing:.25em;font-size:1.35rem;font-weight:700}.model-switcher{scrollbar-width:none;gap:.5rem;padding:.15rem;display:flex;overflow-x:auto}.model-switcher::-webkit-scrollbar{display:none}.model-switcher__btn{border-radius:var(--radius-pill);color:var(--color-text-muted);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);white-space:nowrap;background:0 0;border:1px solid #0000;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.55rem 1rem;font-family:inherit;display:flex}.model-switcher__btn:hover{color:var(--color-text);border-color:var(--color-surface-border)}.model-switcher__btn--active{background:var(--color-accent-dim);border-color:var(--color-accent);color:var(--color-text)}.model-switcher__name{font-size:.95rem;font-weight:600}.model-switcher__article{font-family:var(--font-mono);opacity:.8;font-size:.72rem}.app__main{z-index:5;flex:1;grid-template-columns:1fr min(380px,36vw);align-items:center;gap:2rem;padding:1.5rem;display:grid;position:relative}.app__clock-area{justify-self:center;position:relative}.app__clock-wrap{justify-content:center;align-items:center;display:flex}.speed-control{z-index:2;border:1px solid var(--color-surface-border);border-radius:var(--radius-md);background:var(--color-surface);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:3.5rem;height:3.5rem;box-shadow:var(--shadow-glass);font-family:var(--font-mono);letter-spacing:-.02em;color:var(--color-text-muted);cursor:pointer;transition:border-color var(--transition-fast), color var(--transition-fast), background var(--transition-fast), transform var(--transition-fast);justify-content:center;align-items:center;padding:0;font-size:.72rem;font-weight:600;display:flex;position:absolute;top:0;left:0}.speed-control:hover{border-color:var(--color-accent);color:var(--color-text)}.speed-control:active{transform:scale(.94)}.speed-control--active{background:var(--color-accent-dim);border-color:var(--color-accent);color:var(--color-accent)}.watch-info{background:var(--color-surface);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-surface-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-glass);flex-direction:column;max-height:min(72vh,640px);padding:1.5rem;display:flex;overflow:hidden}.watch-info__scroll{flex:1;min-height:0;padding-right:.25rem;overflow-y:auto}.watch-info__subtitle{color:var(--color-text-muted);margin:0;font-size:.9rem;font-style:italic}.watch-info__title{margin:.25rem 0 .5rem;font-size:1.75rem;font-weight:700;line-height:1.2}.watch-info__article{font-family:var(--font-mono);color:var(--color-accent);margin:1rem 0 0;font-size:.78rem}.watch-info__description{color:var(--color-text-muted);margin:0 0 1rem;line-height:1.55}.watch-info__history{color:var(--color-text-muted);margin:0 0 1.25rem;font-size:.95rem;line-height:1.5}.watch-info__specs{font-family:var(--font-mono);grid-template-columns:auto 1fr;gap:.4rem 1rem;margin:0;font-size:.78rem;display:grid}.watch-info__specs dt{color:var(--color-accent);margin-top:.5rem}.watch-info__specs dd{color:var(--color-text);margin:.5rem 0 0}.watch-info__shop{border-top:1px solid var(--color-surface-border);color:var(--color-text-muted);flex-shrink:0;margin:1rem 0 0;padding-top:1.25rem;font-size:.9rem;line-height:1.55}.watch-info__shop-link{color:var(--color-accent);transition:opacity var(--transition-fast);margin-top:.5rem;font-weight:600;text-decoration:none;display:block}.watch-info__shop-link:hover{opacity:.8;text-decoration:underline}@media (width<=960px){.app__header{flex-direction:column;align-items:stretch;margin:.75rem}.app__main{grid-template-columns:1fr;padding:.75rem}.watch-info{max-height:none;overflow:visible}.watch-info__scroll{overflow:visible}}@media (width<=600px){.app__brand-name{letter-spacing:.15em;font-size:1.1rem}.watch-info__title{font-size:1.45rem}}@keyframes fadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.app__clock-wrap--fade-in{animation:fadeIn var(--transition-medium) ease forwards}.clock-dial{aspect-ratio:1;filter:drop-shadow(0 24px 48px #0000008c);width:min(72vw,520px)}.clock-dial__svg{width:100%;height:100%;overflow:visible}.clock-case{fill:none;stroke:#8a8078;stroke-width:6px}.clock-tick{stroke:#28231e8c;stroke-width:1px;stroke-linecap:round}.clock-tick--hour{stroke:#1e1914d9;stroke-width:2px}.clock-tick--minute{stroke:#ffffff59;stroke-width:.8px}.clock-hour-num{fill:#2a2420;font-family:Cormorant Garamond,Georgia,serif;font-size:18px;font-weight:600}.clock-hour-num--24{fill:#1a1a1e;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:500}.clock-case--24h{stroke:#c8c8cc;stroke-width:7px}.clock-case--24h-gold{fill:none;stroke:#c9a04a;stroke-width:8px}.clock-bezel--24h{fill:#f4f4f2;stroke:#e0e0dc;stroke-width:1px}.clock-duty--red{fill:#c62828;opacity:.85}.clock-duty--blue{fill:#1565c0;opacity:.8}.clock-ring-line{stroke:#1565c0;stroke-width:.6px;opacity:.55}.clock-crystal{pointer-events:none}.clock-sunburst-ray{stroke:#ffffff59;stroke-width:1px;stroke-linecap:round}.clock-tick--24h-major{stroke:#1a1a1e;stroke-width:2px}.clock-tick--24h-minor{stroke:#3a3a40;stroke-width:1.5px}.clock-tick--24h-minute{stroke:#1a1a1e73;stroke-width:.8px}.clock-brand{fill:#2a2420;letter-spacing:.2em;font-family:Cormorant Garamond,Georgia,serif;font-size:16px;font-weight:700}.clock-subbrand{fill:#5a5048;letter-spacing:.15em;font-family:JetBrains Mono,monospace;font-size:8px}.clock-brand--24{fill:#1a1a1e;letter-spacing:.22em;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}.clock-subbrand--24{fill:#4a4a50;letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:6.5px}.clock-hand--hour-24 line,.clock-hand--minute-24 line,.clock-hand--second-24 line{stroke:#1a1a1e;stroke-linecap:round}.clock-cap--24h{fill:#1a1a1e;stroke:none}.clock-city-ring--24h{transition:transform .3s linear}.clock-dial--24h{filter:drop-shadow(0 20px 40px #00000080)}.clock-window rect{fill:#fff;stroke:#aaa;stroke-width:.5px}.clock-window-text{fill:#1a1410;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:500}.clock-matrix-label{fill:#5a463273;font-family:JetBrains Mono,monospace;font-size:7px}.clock-city-label{fill:#ffffffbf;letter-spacing:.05em;font-family:JetBrains Mono,monospace;font-size:5.5px}.clock-day-arc{fill:#ffdca01f;stroke:none}.clock-hand{transition:transform 50ms linear}.clock-hand--hour polygon,.clock-hand--minute polygon{fill:#2a2420}.clock-hand--second line{stroke:#b83232;stroke-linecap:round}.clock-cap{fill:#8a8078;stroke:#5a5048;stroke-width:1px}.clock-cap-center{fill:#3a3430}.clock-city-ring{transition:transform .3s linear}.clock-matrix-ring{transition:transform .5s linear}.clock-dial--eternal{filter:drop-shadow(0 20px 44px #0a1e3c8c)}.clock-case--eternal{fill:none;stroke:#c8c8cc;stroke-width:7px}.clock-ec-ray{stroke:#ffffff12;stroke-width:1px}.clock-brand--eternal{fill:#fff;letter-spacing:.22em;font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}.clock-subbrand--eternal{fill:#ffffffb3;letter-spacing:.12em;text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:6px}.clock-cal-arc{fill:#f2f0ea;stroke:#c8c4bc;stroke-width:.6px}.clock-arc-inner-ring{stroke:#1e50a066;stroke-width:.5px;fill:none}.clock-cal-day-label{fill:#1a1a1e;font-family:JetBrains Mono,monospace;font-size:5.8px;font-weight:700}.clock-cal-date-num{fill:#2a2a32;font-family:JetBrains Mono,monospace;font-size:5.2px}.clock-date-highlight{fill:#c9a04a;opacity:0}.clock-cal-month-label{fill:#1a1a1e;font-family:JetBrains Mono,monospace;font-size:5.5px;font-weight:700}.clock-cal-year-label{fill:#555560;font-family:JetBrains Mono,monospace;font-size:5px}.clock-cal-cur-year{fill:#1a1a1e;font-family:JetBrains Mono,monospace;font-size:5.5px;font-weight:600}.clock-square-marker{fill:#c9a04a;stroke:#a08030;stroke-width:.5px}.clock-window-frame{fill:#f5f3ec;stroke:#c9a04a;stroke-width:1px}.clock-window-divider{stroke:#c9a04a;stroke-width:.8px}.clock-window-text--eternal{fill:#1a1a1e;font-family:JetBrains Mono,monospace;font-size:7.5px;font-weight:700}.clock-crown--eternal{fill:#c2c2c6;stroke:#949498;stroke-width:.5px}.clock-hand-body{fill:#c8c8cc}.clock-hand-lume{stroke:#fff;stroke-width:1.2px;stroke-linecap:round}.clock-hand-second-ec{stroke:#d8d8dc;stroke-width:.9px;stroke-linecap:round}.clock-cap--eternal{fill:#c0c0c4;stroke:#888;stroke-width:.5px}.clock-dial--big-zero{filter:drop-shadow(0 24px 48px #00000073)}.clock-case--big-zero{stroke:#b8b8bc;stroke-width:8px}.clock-dial-face--big-zero{fill:#f5f3ef}.clock-minute-dot,.clock-wedge{fill:#1a1a1a}.clock-big-zero{fill:#1a1a1a;font-family:Arial Black,Helvetica Neue,Arial,sans-serif;font-size:96px;font-weight:900}.clock-hour-num--big-zero{fill:#1a1a1a;font-family:Arial Black,Helvetica Neue,Arial,sans-serif;font-size:64px;font-weight:900}.clock-brand--big-zero{fill:#1a1a1a;letter-spacing:.14em;font-family:Arial Black,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:900}.clock-subbrand--big-zero{fill:#1a1a1a;letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:7px}.clock-hand-baton{fill:#1a1a1a}.clock-hand--hour-bz,.clock-hand--minute-bz{transition:transform 50ms linear}.clock-hand--second-bz line,.clock-hand-second-bz{stroke:#1a1a1a;stroke-width:1px;stroke-linecap:round}.clock-hand--hour-bz polygon,.clock-hand--minute-bz polygon{fill:#1a1a1a}.clock-cap--big-zero{fill:#1a1a1a;stroke:none}
