@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{--ccnc-bg-dark:#070a0e;--ccnc-panel-bg:#0e141bbf;--ccnc-glass-border:#ffffff14;--ccnc-text-main:#f0f4f8;--ccnc-text-sub:#7a8b9e;--ccnc-text-dim:#4a5a6a;--ccnc-eco-accent:#00e5a3;--ccnc-eco-glow:#00e5a359;--ccnc-eco-bg:radial-gradient(circle at 50% 0%, #00e5a31f 0%, transparent 70%);--ccnc-comfort-accent:#00b4ff;--ccnc-comfort-glow:#00b4ff59;--ccnc-comfort-bg:radial-gradient(circle at 50% 0%, #00b4ff1f 0%, transparent 70%);--ccnc-sport-accent:#ff3b60;--ccnc-sport-glow:#ff3b6066;--ccnc-sport-bg:radial-gradient(circle at 50% 0%, #ff3b6026 0%, transparent 70%);--ccnc-hud-accent:gold;--ccnc-hud-glow:#ffd70080;--ccnc-active-accent:var(--ccnc-comfort-accent);--ccnc-active-glow:var(--ccnc-comfort-glow);--ccnc-active-bg:var(--ccnc-comfort-bg)}.ccnc-cockpit{background:var(--ccnc-bg-dark);background-image:radial-gradient(ellipse at 50% -10%, var(--ccnc-active-glow), transparent 60%), radial-gradient(circle at 20% 90%, #0a0f19cc, transparent 50%);min-height:100vh;color:var(--ccnc-text-main);-webkit-user-select:none;user-select:none;flex-direction:column;font-family:Inter,Noto Sans KR,-apple-system,sans-serif;transition:background .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow-x:hidden}.ccnc-cockpit.mode-eco{--ccnc-active-accent:var(--ccnc-eco-accent);--ccnc-active-glow:var(--ccnc-eco-glow);--ccnc-active-bg:var(--ccnc-eco-bg)}.ccnc-cockpit.mode-comfort{--ccnc-active-accent:var(--ccnc-comfort-accent);--ccnc-active-glow:var(--ccnc-comfort-glow);--ccnc-active-bg:var(--ccnc-comfort-bg)}.ccnc-cockpit.mode-sport{--ccnc-active-accent:var(--ccnc-sport-accent);--ccnc-active-glow:var(--ccnc-sport-glow);--ccnc-active-bg:var(--ccnc-sport-bg)}.ccnc-cockpit.mode-hud{--ccnc-active-accent:var(--ccnc-hud-accent);--ccnc-active-glow:var(--ccnc-hud-glow);background:#000!important}.ccnc-cockpit.mode-changing .ccnc-panoramic-viewport{animation:.45s cubic-bezier(.16,1,.3,1) ccncModePunch}.ccnc-cockpit.mode-changing .ccnc-seamless-horizon:before{animation:.45s cubic-bezier(.16,1,.3,1) ccncLightSweep}@keyframes ccncModePunch{0%{filter:brightness(1.3)blur(2px);transform:scale(.982)}50%{filter:brightness(1.15)blur();transform:scale(1.008)}to{filter:brightness()blur();transform:scale(1)}}@keyframes ccncLightSweep{0%{opacity:.3;transform:scaleX(.4)}50%{opacity:1;transform:scaleX(1.2)}to{opacity:1;transform:scaleX(1)}}.ccnc-seamless-horizon{z-index:10;background:#ffffff1a;height:4px;position:absolute;top:0;left:0;right:0;overflow:hidden}.ccnc-seamless-horizon:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--ccnc-active-accent) 20%, #fff 50%, var(--ccnc-active-accent) 80%, transparent 100%);box-shadow:0 0 16px 3px var(--ccnc-active-accent), 0 0 30px 6px var(--ccnc-active-glow);transition:all .4s;position:absolute;inset:0}.ccnc-header{border-bottom:1px solid var(--ccnc-glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;justify-content:space-between;align-items:center;height:64px;padding:0 32px;display:flex}.ccnc-brand{color:var(--ccnc-text-main);cursor:pointer;background:0 0;border:none;align-items:center;gap:12px;padding:0;display:flex}.ccnc-brand-badge{border:1.5px solid var(--ccnc-active-accent);width:32px;height:32px;color:var(--ccnc-active-accent);letter-spacing:.05em;box-shadow:0 0 10px var(--ccnc-active-glow);border-radius:8px;place-items:center;font-size:11px;font-weight:800;transition:all .3s;display:grid}.ccnc-brand-title{letter-spacing:.18em;color:#fff;font-size:14px;font-weight:700}.ccnc-header-status{color:var(--ccnc-text-sub);align-items:center;gap:20px;font-size:12px;display:flex}.ccnc-status-pill{border:1px solid var(--ccnc-glass-border);background:#ffffff0a;border-radius:20px;align-items:center;gap:6px;padding:4px 10px;display:flex}.ccnc-status-pill svg{color:var(--ccnc-active-accent)}.ccnc-live-dot{background:var(--ccnc-active-accent);width:7px;height:7px;box-shadow:0 0 8px var(--ccnc-active-accent);border-radius:50%;animation:2s infinite ccnc-pulse}@keyframes ccnc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.ccnc-exit-btn{border:1px solid var(--ccnc-glass-border);color:var(--ccnc-text-sub);cursor:pointer;background:#ffffff0d;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;transition:all .2s;display:flex}.ccnc-exit-btn:hover{color:#fff;background:#ffffff1f}.ccnc-main{flex-direction:column;flex:1;justify-content:space-between;width:min(1360px,100%);margin:0 auto;padding:24px 36px;display:flex}.ccnc-panoramic-viewport{grid-template-columns:1fr 1.25fr 1fr;align-items:center;gap:32px;min-height:420px;display:grid;position:relative}.ccnc-gauge-ring{will-change:transform;background:radial-gradient(circle,#0e1621e6 0%,#070a0ef2 70%);border:1px solid #ffffff14;border-radius:50%;align-content:center;place-items:center;width:270px;height:270px;margin:0 auto;display:grid;position:relative;box-shadow:inset 0 0 30px #000c,0 10px 30px #00000080}.ccnc-gauge-ring:before{content:"";border:2px solid var(--ccnc-active-accent);opacity:.85;filter:drop-shadow(0 0 6px var(--ccnc-active-accent));border-bottom-color:#0000;border-left-color:#0000;border-radius:50%;transition:border-color .4s;position:absolute;inset:6px;transform:rotate(-45deg)}.ccnc-gauge-ticks{background:repeating-conic-gradient(from -135deg, var(--ccnc-text-sub) 0deg 1deg, transparent 1deg 15deg);opacity:.6;border-radius:50%;position:absolute;inset:18px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0)}.ccnc-gauge-needle{background:linear-gradient(to top, #fff, var(--ccnc-active-accent));transform-origin:bottom;width:2.5px;height:98px;box-shadow:0 0 12px var(--ccnc-active-accent);will-change:transform;border-radius:2px;transition:none;position:absolute;bottom:50%;left:calc(50% - 1.25px)}.ccnc-gauge-hub{width:16px;height:16px;box-shadow:0 0 8px var(--ccnc-active-glow);background:#fff;border:4px solid #1a2432;border-radius:50%;position:absolute}.ccnc-gauge-label{color:var(--ccnc-text-sub);letter-spacing:.1em;z-index:2;margin-top:36px;font-size:11px}.ccnc-gauge-value{letter-spacing:-.06em;color:#fff;font-variant-numeric:tabular-nums;z-index:2;text-shadow:0 0 20px #fff3;margin:6px 0;font-size:52px;font-weight:300;line-height:.9}.ccnc-gauge-unit{color:var(--ccnc-active-accent);letter-spacing:.05em;z-index:2;font-size:11px;font-weight:600}.ccnc-center-telemetry{text-align:center;background:var(--ccnc-panel-bg);border:1px solid var(--ccnc-glass-border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:28px;display:flex;box-shadow:0 20px 40px #0006}.ccnc-bike-graphic{color:var(--ccnc-active-accent);margin-bottom:18px;position:relative}.ccnc-bike-graphic svg{filter:drop-shadow(0 0 12px var(--ccnc-active-glow))}.ccnc-main-speed-digital{letter-spacing:-.08em;color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 0 30px var(--ccnc-active-glow);font-size:88px;font-weight:300;line-height:.85}.ccnc-speed-unit-pill{letter-spacing:.15em;color:var(--ccnc-active-accent);margin-top:8px;font-size:12px;font-weight:700}.ccnc-telemetry-grid{border-top:1px solid var(--ccnc-glass-border);grid-template-columns:repeat(3,1fr);gap:12px;width:100%;margin-top:24px;padding-top:20px;display:grid}.ccnc-telemetry-item{flex-direction:column;align-items:center;display:flex}.ccnc-telemetry-label{color:var(--ccnc-text-sub);letter-spacing:.08em;margin-bottom:4px;font-size:10px}.ccnc-telemetry-val{color:#fff;font-variant-numeric:tabular-nums;font-size:18px;font-weight:600}.ccnc-telemetry-val small{color:var(--ccnc-text-dim);margin-left:2px;font-size:10px;font-weight:400}.ccnc-controls-strip{background:var(--ccnc-panel-bg);border:1px solid var(--ccnc-glass-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:16px;justify-content:space-between;align-items:center;gap:20px;margin-top:20px;padding:16px 24px;display:flex}.ccnc-mode-selector{align-items:center;gap:8px;display:flex}.ccnc-mode-btn{color:var(--ccnc-text-sub);cursor:pointer;background:#ffffff08;border:1px solid #0000;border-radius:10px;padding:8px 16px;font-size:12px;font-weight:600;transition:all .25s cubic-bezier(.16,1,.3,1)}.ccnc-mode-btn:hover{color:#fff;background:#ffffff14}.ccnc-mode-btn.active{background:var(--ccnc-active-accent);color:#070a0e;border-color:var(--ccnc-active-accent);box-shadow:0 0 16px var(--ccnc-active-glow);font-weight:700}.ccnc-actions-group{align-items:center;gap:12px;display:flex}.ccnc-sim-toggle{color:var(--ccnc-text-sub);cursor:pointer;align-items:center;gap:8px;font-size:12px;display:flex}.ccnc-sim-toggle input{accent-color:var(--ccnc-active-accent)}.ccnc-primary-action{background:var(--ccnc-active-accent);color:#070a0e;cursor:pointer;box-shadow:0 0 18px var(--ccnc-active-glow);border:none;border-radius:10px;align-items:center;gap:8px;padding:10px 22px;font-size:13px;font-weight:700;transition:all .2s;display:flex}.ccnc-primary-action:hover{filter:brightness(1.1);transform:translateY(-1px)}.ccnc-secondary-action{border:1px solid var(--ccnc-glass-border);color:#fff;cursor:pointer;background:#ffffff0f;border-radius:10px;align-items:center;gap:8px;padding:10px 18px;font-size:13px;font-weight:600;display:flex}.ccnc-stop-action{color:#fca5a5;background:#ef444433;border-color:#ef444466}.ccnc-hud-toggle-btn{border:1px solid var(--ccnc-glass-border);color:var(--ccnc-text-sub);cursor:pointer;background:#ffffff0d;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;display:flex}.ccnc-hud-toggle-btn.active{color:gold;background:#ffd70033;border-color:gold}@media (width<=960px){.ccnc-panoramic-viewport{grid-template-columns:1fr 1fr;gap:16px}.ccnc-center-telemetry{grid-area:1/1/auto/-1}.ccnc-gauge-ring{width:210px;height:210px}.ccnc-gauge-value{font-size:38px}.ccnc-main-speed-digital{font-size:64px}.ccnc-controls-strip{flex-direction:column;align-items:stretch}.ccnc-actions-group{justify-content:space-between}}:root{color:#20231f;font-synthesis:none;background:#f5f6f3;font-family:Inter,Noto Sans KR,sans-serif}*{box-sizing:border-box}body{margin:0}.app-shell{min-height:100vh}.topbar{background:#fbfcfa;border-bottom:1px solid #dfe2dd;align-items:center;gap:18px;height:68px;padding:0 28px;display:flex}.brand{letter-spacing:.16em;font-size:15px;font-weight:700}.account{align-items:center;gap:10px;margin-left:auto;font-size:13px;display:flex}.avatar{color:#fff;background:#20231f;border-radius:50%;place-items:center;width:27px;height:27px;font-size:12px;display:grid}.login-link{color:#687066;background:0 0;border:0;align-items:center;gap:5px;display:flex}.menu-button{background:0 0;border:0;display:none}.layout{max-width:1360px;margin:auto;display:flex}.sidebar{border-right:1px solid #dfe2dd;flex-direction:column;gap:5px;width:220px;min-height:calc(100vh - 68px);padding:28px 18px;display:flex}.nav-item{color:#697168;text-align:left;width:100%;font:inherit;background:0 0;border:0;border-radius:5px;align-items:center;gap:12px;padding:11px 12px;font-size:14px;display:flex}.nav-item.active{color:#20231f;background:#e8ece6;font-weight:600}.nav-item:hover{background:#edf0eb}.sidebar-bottom{justify-content:space-between;margin-top:auto;padding:12px;font-size:11px;display:flex}.muted,.secondary{color:#7b8379}.version{color:#a7ada5}.main-content{flex:1;max-width:1120px;padding:42px 54px}.page-heading,.section-head{justify-content:space-between;align-items:center;gap:20px;display:flex}.page-heading{margin-bottom:28px}.eyebrow{letter-spacing:.14em;color:#7d857b;margin:0 0 8px;font-size:11px;font-weight:600}.page-heading h1{letter-spacing:-.04em;margin:0;font-size:28px}.primary{color:#fff;font:inherit;cursor:pointer;background:#263629;border:0;border-radius:4px;align-items:center;gap:7px;padding:11px 15px;font-size:13px;font-weight:600;display:inline-flex}.primary:hover{background:#354b38}.hero{background:#e6ebe4;border:1px solid #d9dfd7;min-height:220px;margin-bottom:15px;display:flex}.bike-visual{color:#46564a;background:#dce4da;flex-direction:column;justify-content:center;align-items:center;width:44%;display:flex}.bike-visual span{color:#859083;margin-top:10px;font-size:11px}.bike-intro{padding:34px 40px}.bike-intro h2{letter-spacing:-.04em;margin:0 0 8px;font-size:25px}.status{color:#3e744e;align-items:center;gap:5px;margin-top:24px;font-size:12px;font-weight:600;display:inline-flex}.stats-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:15px;display:grid}.stat,.panel{background:#fbfcfa;border:1px solid #dfe2dd}.stat{padding:21px 22px}.stat span{color:#788078;margin-bottom:12px;font-size:12px;display:block}.stat strong{letter-spacing:-.03em;font-size:22px}.columns{grid-template-columns:1fr 1fr;gap:15px;display:grid}.panel{padding:22px}.section-head{margin-bottom:17px}.section-head h2{margin:0;font-size:15px}.text-button{color:#6b756b;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:2px;font-size:12px;display:flex}.ride-row{border-top:1px solid #edf0ec;align-items:center;gap:13px;padding:14px 0;display:flex}.ride-row:first-of-type{border-top:0;padding-top:0}.ride-icon{color:#48604c;background:#ebf0e9;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.ride-main{flex:1}.ride-main strong,.ride-main span,.ride-meta strong,.ride-meta span{display:block}.ride-main strong{margin-bottom:4px;font-size:13px}.ride-main span,.ride-meta span{color:#818981;font-size:12px}.ride-meta{text-align:right}.ride-meta strong{margin-bottom:4px;font-size:13px}.maintenance-row{border-top:1px solid #edf0ec;justify-content:space-between;align-items:center;padding:13px 0;font-size:13px;display:flex}.maintenance-row:first-of-type{border-top:0}.good,.warning{font-size:12px;font-weight:600}.good{color:#4c8558}.warning{color:#a26b30}.detailed>div span{color:#8a9189;margin-top:5px;font-size:11px;display:block}.list-panel{max-width:760px}.empty{text-align:center;color:#59635a;padding:50px 20px}.empty p{margin:0 0 8px;font-size:14px}.empty span{color:#939a92;font-size:12px}.bike-list{gap:12px;max-width:760px;display:grid}.bike-list-item{align-items:center;gap:16px;display:flex}.bike-thumb{color:#536655;background:#e6ebe4;place-items:center;width:72px;height:72px;display:grid}.bike-list-item h2{margin:0 0 5px;font-size:16px}.bike-list-item p{margin:0 0 8px;font-size:12px}.icon-button{color:#7c857b;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:5px}.bottom-nav{display:none}.modal-backdrop{z-index:5;background:#20231f66;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.modal{background:#fbfcfa;border:1px solid #dfe2dd;width:min(100%,500px);padding:24px}.modal-head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.modal h2{margin:0;font-size:18px}.modal form{gap:15px;display:grid}.modal label{color:#606b61;gap:7px;font-size:12px;display:grid}.modal input,.modal select{width:100%;font:inherit;background:#fff;border:1px solid #d6dbd4;border-radius:3px;padding:11px;font-size:13px}.form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.full{justify-content:center;margin-top:6px}@media (width<=720px){.topbar{height:60px;padding:0 18px}.menu-button{color:#586258;padding:0;display:block}.account-label,.login-link{display:none}.sidebar{z-index:4;background:#fbfcfa;width:220px;min-height:auto;transition:left .18s;position:fixed;top:60px;bottom:0;left:-240px;box-shadow:4px 0 16px #20231f12}.sidebar.open{left:0}.main-content{padding:28px 17px 90px}.page-heading{margin-bottom:22px}.page-heading h1{font-size:24px}.page-heading .primary{padding:10px 11px;font-size:12px}.hero{min-height:180px}.bike-visual{width:38%}.bike-visual svg{width:62px}.bike-intro{padding:25px 20px}.bike-intro h2{font-size:19px}.stats-grid{gap:8px}.stat{padding:15px 12px}.stat span{font-size:10px}.stat strong{font-size:16px}.columns{grid-template-columns:1fr;gap:10px}.panel{padding:18px}.bottom-nav{z-index:3;background:#fbfcfa;border-top:1px solid #dfe2dd;justify-content:space-around;height:66px;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav button{color:#858d84;font:inherit;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:10px;display:flex}.bottom-nav button.active{color:#263629;font-weight:600}.form-grid{grid-template-columns:1fr}.modal{padding:20px}}.controls-panel{margin-bottom:15px}.control-grid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.control-button{text-align:left;color:#59635a;cursor:pointer;background:#fff;border:1px solid #dfe2dd;gap:5px;padding:15px 10px;display:grid}.control-button.selected{color:#263629;background:#eef3ed;border-color:#49604c}.control-symbol{font-size:22px;line-height:1;display:inline-block;transform:rotate(90deg)}.control-button strong{font-size:13px}.control-button small,.control-field span,.push-setting small{color:#858e85;font-size:11px}.control-field{background:#fff;border:1px solid #dfe2dd;gap:8px;padding:12px;display:grid}.input-with-unit{align-items:center;gap:5px;display:flex}.input-with-unit input{width:100%;min-width:0;font:inherit;background:0 0;border:0;border-bottom:1px solid #cfd6ce;padding:5px 0;font-size:17px;font-weight:600}.input-with-unit b{color:#727d72;font-size:12px}.lock-state{color:#4c8558;font-size:12px}.lock-state.locked{color:#a26b30}.push-setting{border-top:1px solid #edf0ec;align-items:center;gap:10px;margin-top:16px;padding-top:15px;display:flex}.push-setting input{accent-color:#3d6043}.push-setting span{gap:4px;display:grid}.profile-menu .login-link{display:flex}.profile-menu .login-link svg{flex:none}@media (width<=720px){.menu-button{display:none}.control-grid{grid-template-columns:1fr 1fr}.control-button,.control-field{min-height:90px}.profile-menu{right:-8px}}.auth-screen{background:#eef1ec;place-items:center;min-height:100vh;padding:24px;display:grid}.auth-panel{background:#fbfcfa;border:1px solid #dfe2dd;width:min(100%,440px);padding:42px 38px}.auth-brand{letter-spacing:.16em;margin-bottom:58px;font-size:15px;font-weight:700}.auth-panel h1{letter-spacing:-.06em;margin:0 0 14px;font-size:31px;line-height:1.22}.auth-copy{color:#7b8379;margin:0 0 30px;font-size:13px;line-height:1.7}.auth-tabs{border-bottom:1px solid #dfe2dd;margin-bottom:20px;display:flex}.auth-tabs button{color:#899188;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;padding:11px;font-size:13px}.auth-tabs button.active{color:#263629;border-color:#263629;font-weight:600}.auth-panel label{color:#606b61;gap:7px;font-size:12px;display:grid}.auth-panel input{width:100%;font:inherit;background:#fff;border:1px solid #d6dbd4;border-radius:3px;padding:12px;font-size:13px}.auth-submit{justify-content:center;width:100%;margin-top:14px}.google-button{color:#303830;width:100%;font:inherit;cursor:pointer;background:#fff;border:1px solid #cfd6ce;margin-top:10px;padding:11px;font-size:13px}.google-button span{margin-right:7px;font-weight:700}.auth-note{color:#9ba29a;text-align:center;margin:22px 0 0;font-size:10px}.photo-bike{position:relative;overflow:hidden}.photo-bike img{object-fit:cover;filter:saturate(.75);width:100%;height:100%;display:block}.photo-bike span{color:#fff;background:#20231faa;padding:4px 7px;font-size:10px;position:absolute;bottom:12px;left:14px}.control-visual{grid-template-columns:1.4fr 1fr;gap:15px;margin-bottom:15px;display:grid}.control-bike-image{background:#242a25;height:190px;position:relative;overflow:hidden}.control-bike-image img{object-fit:cover;filter:brightness(.62)saturate(.7);width:100%;height:100%}.lock-overlay{color:#fff;background:#26362955;align-content:center;place-items:center;gap:8px;transition:background .25s;display:grid;position:absolute;inset:0}.lock-overlay.locked{background:#8a542f66}.lock-overlay strong{font-size:13px}.control-metrics{gap:8px;display:grid}.metric{border:1px solid #dfe2dd;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:12px;display:grid}.metric svg{color:#49604c}.metric span{color:#7c857c;font-size:11px}.metric strong{font-size:14px}.battery-bar{background:#e1e6e0;grid-column:1/-1;height:4px}.battery-bar i{background:#4c8558;height:100%;display:block}.locked-panel .battery-bar i{background:#a26b30}@media (width<=720px){.auth-panel{padding:32px 22px}.auth-brand{margin-bottom:42px}.auth-panel h1{font-size:27px}.control-visual{grid-template-columns:1fr}.control-bike-image{height:160px}}.hero+.controls-panel{display:none}.control-screen{grid-template-columns:1.35fr .65fr;gap:15px;margin-bottom:15px;display:grid}.control-screen-image{background:#222;min-height:430px;position:relative;overflow:hidden}.control-screen-image img{object-fit:cover;filter:brightness(.68)saturate(.72);width:100%;height:100%;display:block}.control-screen-image .lock-overlay{font-size:15px}.control-screen-image .lock-overlay span{color:#d8ddd7;font-size:12px}.control-metrics.large{gap:10px;display:grid}.control-metrics.large .metric{grid-template-columns:auto 1fr;align-content:center;min-height:120px}.control-metrics.large .metric strong{grid-column:2;font-size:23px}.control-metrics.large .metric .battery-bar{grid-column:1/-1}.control-actions{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:15px;display:grid}.control-actions .control-button,.control-actions .control-field{min-height:102px}.control-actions .control-button{align-content:center;gap:6px;display:grid}.control-actions .control-button svg{color:#526b55}.control-actions .control-field{align-content:center;display:grid}.control-actions+.push-setting{background:#fbfcfa;border:1px solid #dfe2dd;margin-top:0;padding:15px}.dashboard-controls{display:none}@media (width<=720px){.control-screen{grid-template-columns:1fr}.control-screen-image{min-height:300px}.control-actions{grid-template-columns:1fr 1fr}.control-actions .control-button,.control-actions .control-field{min-height:92px}}.hero{border-radius:12px;overflow:hidden}.hero .photo-bike{background:#e8eee7}.hero .photo-bike img{display:none}.hero .photo-bike:before{content:"◉";color:#55705a;border:1px solid #55705a;border-radius:50%;place-items:center;width:92px;height:92px;font-size:44px;display:grid}.hero .photo-bike span{color:#55705a;letter-spacing:.08em;text-transform:uppercase;background:0 0;margin-top:13px;font-size:11px;position:static}.control-screen-image{border-radius:12px}.control-screen-image+.control-metrics .metric,.control-actions .control-button,.control-actions .control-field{border-radius:10px}.connection-state{color:#526052;align-content:center;place-items:center;gap:12px;min-height:60vh;display:grid}.connection-state p{margin:0;font-size:16px;font-weight:600}.connection-state span{color:#899389;font-size:12px}.spinner{border:2px solid #dbe3da;border-top-color:#456348;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.password-field{margin-top:12px}.auth-panel button:disabled{opacity:.55;cursor:wait}.guest-button{color:#647064;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;margin-top:3px;padding:12px;font-size:12px}.auth-error{color:#a45e43;background:#f8ebe5;padding:10px;font-size:12px;line-height:1.5}.action-loading{z-index:8;color:#fff;background:#263629;border-radius:20px;align-items:center;gap:9px;padding:10px 15px;font-size:12px;display:none;position:fixed;top:78px;left:50%;transform:translate(-50%);box-shadow:0 6px 16px #20231f22}.action-loading.visible{display:flex}.action-loading .spinner{border-width:2px;border-color:#fff #fff5 #fff5;width:15px;height:15px}.modern-control{background:0 0;border:0;grid-template-columns:1.25fr .75fr;padding:0}.modern-actions{margin-top:14px}.editable .input-with-unit{gap:8px}.editable .input-with-unit button{color:#fff;cursor:pointer;background:#263629;border:0;border-radius:4px;padding:7px 9px;font-size:11px}.editable .input-with-unit input{font-size:16px}.modern-actions .control-button{background:#fbfcfa}.modern-actions .control-button.selected{box-shadow:inset 0 0 0 1px #49604c}.control-metrics.large .metric{background:#fbfcfa}@media (width<=720px){.modern-control{grid-template-columns:1fr}.modern-actions{margin-top:10px}.editable .input-with-unit button{padding:8px 10px}}.hero .photo-bike:before{content:"MC";letter-spacing:.08em;width:86px;height:86px;font-size:22px;font-weight:700}.hero .photo-bike span{color:#55705a;background:0 0;padding:0;font-size:0}.hero .photo-bike span:after{content:"MY CYCLE BIKE";font-size:11px}.profile-button .account-label{color:#687066;font-size:12px;display:block}.profile-button{padding:8px 0}.topbar{background:#fbfcfa}.google-button{background:#fff;border-color:#d7ddd7;border-radius:8px;justify-content:center;align-items:center;gap:9px;height:44px;transition:background .16s,border-color .16s;display:flex}.google-button:hover{background:#f5f7f4;border-color:#bfcbbf}.google-button span{background:url(https://www.gstatic.com/firebasejs/ui/2.0.0/images/auth/google.svg) 50%/contain no-repeat;width:18px;height:18px;margin:0;font-size:0;display:block}.profile-button .avatar{display:none!important}.profile-button .account-label{display:block!important}.topbar .brand{letter-spacing:0;align-items:center;gap:10px;font-size:0;display:flex}.topbar .brand:before{content:"MC";color:#334d38;letter-spacing:.04em;border:1.5px solid #334d38;border-radius:9px;place-items:center;width:28px;height:28px;font-size:10px;font-weight:800;display:grid}.topbar .brand:after{content:"MY CYCLE";letter-spacing:.16em;color:#20231f;font-size:14px;font-weight:700}.topbar .profile-button{justify-content:flex-end;min-width:52px;font-size:12px}.topbar .profile-button .avatar{display:none!important}.topbar .profile-button .account-label{color:#667066!important;font-size:12px!important}.hero .photo-bike:before{content:"MC";letter-spacing:.08em;background:#edf3ec;border-radius:14px;width:78px;height:78px;font-size:20px}.hero .photo-bike span:after{content:"MY CYCLE / BIKE";letter-spacing:.13em}.topbar .profile-button .account-label{font-size:0!important}.topbar .profile-button .account-label:after{content:"프로필";color:#667066;font-size:12px}.app-shell{background:#f3f5f1}.topbar{background:#fbfcfaf5;height:72px;box-shadow:0 1px #2636290f}.main-content{padding-top:48px}.page-heading h1{letter-spacing:-.055em;font-weight:650}.panel,.stat{border:1px solid #e1e7df;box-shadow:0 3px 12px #26362909}.stat{background:#fdfefd}.hero{box-shadow:0 5px 18px #2636290d}.bike-list-item{transition:transform .15s,box-shadow .15s}.bike-list-item:hover{transform:translateY(-1px);box-shadow:0 7px 18px #26362914}.empty-bike{color:#536154;align-content:center;place-items:center;gap:10px;min-height:250px;display:grid}.empty-bike p{margin:0;font-size:14px}.empty-bike span{color:#909990;font-size:12px}.modal input,.modal select{border-color:#d9e1d8;border-radius:6px;outline:none;transition:border-color .15s,box-shadow .15s}.modal input:focus,.modal select:focus{border-color:#5e7b62;box-shadow:0 0 0 3px #5e7b621c}.primary{border-radius:7px;box-shadow:0 2px 5px #2636291f}.gps-start{text-align:center;color:#536154;align-content:center;place-items:center;gap:10px;min-height:290px;display:grid}.gps-start h2{margin:4px 0;font-size:18px}.gps-start p{color:#8a948b;margin:0 0 8px;font-size:13px;line-height:1.7}.secondary-button,.stop-button{color:#304832;font:inherit;cursor:pointer;background:#edf4ed;border:1px solid #55705a;border-radius:7px;justify-content:center;align-items:center;gap:7px;padding:11px 16px;font-size:13px;font-weight:600;display:inline-flex}.ride-console{color:#f6faf5;background:#1d281f;border-radius:14px;margin-bottom:15px;padding:24px;box-shadow:0 14px 30px #26362920}.console-head{justify-content:space-between;align-items:start;display:flex}.console-head .eyebrow{color:#a4b5a4}.console-head h2{margin:0;font-size:23px}.gps-live{color:#b5c9b6;align-items:center;gap:6px;font-size:11px;display:flex}.gps-live i{background:#81ba83;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #81ba8325}.instrument{grid-template-columns:250px 1fr;align-items:center;gap:35px;padding:25px 0;display:grid}.dial{background:#263629;border:1px solid #607b64;border-radius:50%;align-content:center;place-items:center;width:210px;height:210px;margin:auto;display:grid;position:relative}.dial span,.dial b{color:#aabaaa;font-size:11px;font-weight:400}.dial strong{letter-spacing:-.08em;margin:7px 0;font-size:55px;line-height:1}.dial-arc{background:conic-gradient(#a3c9a4 var(--progress),transparent 0);border-radius:50%;position:absolute;inset:-6px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 0)}.console-stats{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.console-stats div{border-top:1px solid #3f5141;padding-top:13px}.console-stats span{color:#aabaaa;margin-bottom:7px;font-size:11px;display:block}.console-stats strong{font-size:22px}.console-stats em{color:#aabaaa;font-size:11px;font-style:normal;font-weight:400}.console-actions{border-top:1px solid #3f5141;gap:9px;padding-top:18px;display:flex}.ride-console .secondary-button{color:#fff;background:#344638;border-color:#647a66}.stop-button{color:#fff;background:#bb6f50;border-color:#bb6f50}.gps-error{color:#f4bd9c;font-size:12px}.ride-history{margin-top:15px}@media (width<=720px){.instrument{grid-template-columns:1fr;gap:20px;padding:24px 0}.dial{width:180px;height:180px}.dial strong{font-size:47px}.console-stats{gap:8px}.console-stats strong{font-size:17px}.ride-console{padding:20px}.gps-start{min-height:250px}}.cockpit-title{margin-bottom:20px}.cockpit-time{letter-spacing:.13em;color:#6c796e;align-items:center;gap:8px;font-size:11px;display:flex}.cockpit-time i,.cockpit-connection i{background:#7dbb7f;border-radius:50%;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 3px #7dbb7f24}.cockpit{color:#e9f1e9;background:#101811;border-radius:16px;padding:20px 24px 0;overflow:hidden;box-shadow:0 18px 36px #20352326}.cockpit-top{color:#aab7aa;letter-spacing:.08em;justify-content:space-between;font-size:11px;display:flex}.cockpit-connection{letter-spacing:0;align-items:center;gap:7px;display:flex}.cluster-grid{grid-template-columns:1fr 1fr 1fr;align-items:center;gap:20px;min-height:330px;display:grid}.gauge-unit{text-align:center}.gauge-ring{background:radial-gradient(circle,#1d2b20 0,#101811 68%);border:1px solid #536c56;border-radius:50%;align-content:center;place-items:center;width:190px;height:190px;margin:0 auto 14px;display:grid;position:relative}.gauge-ring:before{content:"";border:2px solid #6a8a6c;border-color:#6a8a6c #6a8a6c #0000 #0000;border-radius:50%;position:absolute;inset:7px;transform:rotate(-30deg)}.gauge-ring span,.gauge-ring b{color:#91a091;font-size:11px;font-weight:400}.gauge-ring strong{letter-spacing:-.08em;margin:8px 0;font-size:50px;line-height:1}.gauge-unit small{color:#758475;font-size:10px}.battery-ring{background:radial-gradient(circle,#1d2b20 0,#101811 68%)}.battery-ring:before{border-color:#a7cfa8 #a7cfa8 #a7cfa8 #0000;transform:rotate(40deg)}.battery-ring svg{color:#a7cfa8}.vehicle-center{text-align:center;color:#8da08e;place-items:center;gap:8px;display:grid}.vehicle-center>svg{color:#aebfae}.vehicle-center>span{letter-spacing:.2em;color:#768976;font-size:10px}.vehicle-lock{color:#a9c8aa;align-items:center;gap:7px;font-size:13px;display:flex}.vehicle-lock.locked{color:#dfaa7e}.cockpit-strip{border-top:1px solid #2f4031;grid-template-columns:repeat(3,1fr);padding:16px 0;display:grid}.cockpit-strip div{border-right:1px solid #2f4031;padding:0 14px}.cockpit-strip div:first-child{padding-left:0}.cockpit-strip div:last-child{border:0}.cockpit-strip span{color:#829282;margin-bottom:6px;font-size:10px;display:block}.cockpit-strip strong{font-size:16px}.cockpit-strip em{color:#829282;font-size:10px;font-style:normal;font-weight:400}.system-ready{color:#9ac79b}.cockpit-controls{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:14px;display:grid}.cockpit-action,.cockpit-controls>label{color:#3e4f41;text-align:left;min-height:78px;font:inherit;background:#fbfcfa;border:1px solid #dbe3da;border-radius:9px;padding:13px}.cockpit-action{cursor:pointer;align-content:center;gap:7px;display:grid}.cockpit-action.selected{background:#e8f1e7;border-color:#55705a;box-shadow:inset 0 -3px #55705a}.cockpit-controls>label{align-content:center;gap:8px;display:grid}.cockpit-controls>label>span,.cockpit-toggle span{color:#758277;font-size:11px}.cockpit-controls>label>div{align-items:center;gap:5px;display:flex}.cockpit-controls input[type=number]{width:60px;font:inherit;background:0 0;border:0;border-bottom:1px solid #cbd5cb;outline:0;font-size:17px}.cockpit-controls label b{color:#788579;font-size:11px}.cockpit-controls label button{color:#fff;font:inherit;cursor:pointer;background:#304832;border:0;border-radius:5px;margin-left:auto;padding:7px 8px;font-size:10px}.cockpit-toggle{grid-template-columns:auto 1fr}.cockpit-toggle input{accent-color:#55705a}.cockpit-toggle small{grid-column:2;font-size:15px;font-weight:600}@media (width<=720px){.cockpit{padding:17px 15px 0}.cluster-grid{grid-template-columns:1fr 1fr;gap:8px;min-height:290px}.vehicle-center{grid-area:1/1/auto/-1;transform:scale(.9)}.gauge-ring{width:145px;height:145px}.gauge-ring strong{font-size:38px}.cockpit-strip{grid-column:1/-1}.cockpit-controls{grid-template-columns:1fr 1fr}.cockpit-controls>label{min-height:76px}.cockpit-toggle{grid-column:1/-1}}.cluster-ride{color:#e9f1e9;background:#101811;border-radius:16px;padding:22px 24px 0;overflow:hidden;box-shadow:0 18px 36px #20352326}.drive-cluster{grid-template-columns:1fr .8fr 1fr;align-items:center;gap:10px;min-height:310px;display:grid}.needle-gauge{text-align:center}.gauge-face:before{content:"";border:2px solid #536c56;border-color:#536c56 #536c56 #0000 #0000;border-radius:50%;position:absolute;inset:9px;transform:rotate(-45deg)}.needle{transform-origin:bottom;background:#a7cfa8;width:2px;height:72px;transition:none;position:absolute;bottom:50%;left:calc(50% - 1px);box-shadow:0 0 8px #a7cfa866}.amber .needle{background:#e2a575;box-shadow:0 0 8px #e2a57566}.needle-hub{background:#d9e7d9;border:3px solid #506a53;border-radius:50%;width:12px;height:12px;position:absolute}.gauge-label{color:#91a091;z-index:1;margin-top:34px;font-size:11px}.gauge-face strong{letter-spacing:-.08em;z-index:1;margin-top:7px;font-size:35px;line-height:1}.needle-gauge>small{color:#758475;margin-top:12px;font-size:10px;display:block}.amber .gauge-face:before{border-color:#8a674e #8a674e #0000 #0000}.cluster-center{text-align:center;color:#aebfae;place-items:center;gap:10px;display:grid}.cluster-center svg{color:#b5c8b5}.cluster-center strong{color:#f0f5ef;font-size:22px}.cluster-center strong small,.cluster-center span{color:#829282;font-size:11px;font-weight:400}.cluster-bottom{border-top:1px solid #2f4031;grid-template-columns:repeat(3,1fr);padding:15px 0;display:grid}.cluster-bottom div{border-right:1px solid #2f4031;padding:0 14px}.cluster-bottom div:first-child{padding-left:0}.cluster-bottom div:last-child{border:0}.cluster-bottom span{color:#829282;margin-bottom:6px;font-size:10px;display:block}.cluster-bottom strong{font-size:15px}.cluster-bottom em{color:#829282;font-size:10px;font-style:normal;font-weight:400}@media (width<=720px){.cluster-ride{padding:18px 15px 0}.drive-cluster{grid-template-columns:1fr 1fr;gap:4px;min-height:370px}.cluster-center{grid-area:1/1/auto/-1;transform:scale(.8)}.gauge-face{width:150px;height:150px}.needle{height:53px}.gauge-face strong{font-size:27px}.gauge-label{margin-top:27px}.cluster-bottom{grid-column:1/-1}.cluster-bottom div{padding:0 8px}.cluster-bottom strong{font-size:13px}}.bike-dashboard{color:#ecf2ec;background:#0b120d;flex-direction:column;min-height:100vh;font-family:Inter,Noto Sans KR,sans-serif;transition:background-color .35s;display:flex;overflow:auto}.bike-dashboard.mode-eco{--cluster-tint:#8ebd96;background:#0d1510}.bike-dashboard.mode-comfort{--cluster-tint:#a9c7ad}.bike-dashboard.mode-sport{--cluster-tint:#e2aa78;background:#15110d}.cluster-header{border-bottom:1px solid #2a382c;align-items:center;gap:20px;height:68px;padding:0 34px;display:flex}.cluster-brand{color:#edf4ee;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.cluster-brand span{border:1px solid var(--cluster-tint,#a9c7ad);width:29px;height:29px;color:var(--cluster-tint,#a9c7ad);border-radius:9px;place-items:center;font-size:10px;font-weight:800;display:grid}.cluster-brand strong{letter-spacing:.15em;font-size:13px}.cluster-state{color:#95a495;align-items:center;gap:22px;margin-left:auto;font-size:11px;display:flex}.cluster-state span{align-items:center;gap:5px;display:flex}.cluster-state svg{color:var(--cluster-tint,#a9c7ad)}.cluster-state time{color:#c9d4ca;margin-left:4px;font-size:13px}.cluster-exit{color:#94a194;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;font-size:11px;display:flex}.cluster-main{flex:1;width:min(1340px,100%);margin:auto;padding:34px 46px 26px}.cluster-context{color:#778878;letter-spacing:.15em;justify-content:space-between;font-size:10px;display:flex}.cluster-layout{grid-template-columns:1fr 1.3fr 1fr;align-items:center;gap:20px;min-height:390px;display:grid}.hero-speed{text-align:center}.hero-speed>span{color:#98aa99;margin-bottom:11px;font-size:12px;display:block}.hero-speed>strong{letter-spacing:-.1em;color:#f3f8f2;font-variant-numeric:tabular-nums;text-shadow:0 0 25px color-mix(in srgb,var(--cluster-tint,#a9c7ad) 18%,transparent);font-size:clamp(76px,11vw,150px);font-weight:500;line-height:.9;display:block}.hero-speed>b{color:var(--cluster-tint,#a9c7ad);letter-spacing:.12em;margin-top:16px;font-size:13px;display:block}.speed-progress{background:#2a382c;width:min(290px,80%);height:2px;margin:28px auto 14px}.speed-progress i{background:var(--cluster-tint,#a9c7ad);height:100%;transition:none;display:block}.hero-status{color:#778878;justify-content:center;align-items:center;gap:7px;font-size:11px;display:flex}.hero-status i{background:var(--cluster-tint,#a9c7ad);width:6px;height:6px;box-shadow:0 0 0 4px color-mix(in srgb,var(--cluster-tint,#a9c7ad) 16%,transparent);border-radius:50%}.cluster-gauge{text-align:center}.gauge-face{background:radial-gradient(circle,#18261b 0,#0b120d 70%);border:1px solid #415443;border-radius:50%;align-content:center;place-items:center;width:220px;height:220px;margin:auto;display:grid;position:relative}.gauge-face:before{content:"";border:2px solid var(--cluster-tint,#a9c7ad);opacity:.7;border-bottom-color:#0000;border-left-color:#0000;border-radius:50%;position:absolute;inset:10px;transform:rotate(-45deg)}.gauge-ticks{background:repeating-conic-gradient(from -135deg,#7a927c 0deg 1deg,#0000 1deg 15deg);border-radius:50%;position:absolute;inset:17px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 5px),#000 0)}.gauge-needle{background:var(--cluster-tint,#a9c7ad);transform-origin:bottom;width:2px;height:78px;box-shadow:0 0 9px color-mix(in srgb,var(--cluster-tint,#a9c7ad) 60%,transparent);transition:none;position:absolute;bottom:50%;left:calc(50% - 1px)}.gauge-hub{background:#e5eee5;border:3px solid #4c654e;border-radius:50%;width:12px;height:12px;position:absolute}.gauge-face span{color:#95a595;z-index:1;font-size:11px}.gauge-face strong{letter-spacing:-.08em;z-index:1;font-variant-numeric:tabular-nums;margin:8px 0;font-size:39px;line-height:1}.gauge-face b{color:#95a595;z-index:1;font-size:10px;font-weight:400}.cluster-gauge>small{color:#778878;margin-top:13px;font-size:10px;display:block}.cluster-gauge.amber{--cluster-tint:#e2aa78}.cluster-data{border-top:1px solid #2a382c;border-bottom:1px solid #2a382c;grid-template-columns:repeat(5,1fr);padding:18px 0;display:grid}.cluster-data div{border-right:1px solid #2a382c;padding:0 20px}.cluster-data div:first-child{padding-left:0}.cluster-data div:last-child{border:0}.cluster-data span{color:#778878;margin-bottom:8px;font-size:10px;display:block}.cluster-data strong{font-variant-numeric:tabular-nums;font-size:17px;font-weight:500}.cluster-data em{color:#778878;font-size:10px;font-style:normal}.cluster-footer{align-items:end;gap:30px;width:min(1340px,100%);margin:auto;padding:18px 46px 26px;display:flex;position:relative}.mode-control{gap:7px;min-width:150px;display:grid;position:relative}.mode-control>span{color:#778878;letter-spacing:.1em;font-size:10px}.mode-current{color:var(--cluster-tint,#a9c7ad);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #506651;justify-content:space-between;align-items:center;gap:24px;padding:8px 0;font-size:13px;display:flex}.mode-menu{z-index:3;background:#19231a;border:1px solid #405342;border-radius:8px;width:175px;padding:6px;position:absolute;bottom:48px;left:0;box-shadow:0 13px 25px #0005}.mode-menu button{color:#bfccbf;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:5px;justify-content:space-between;align-items:center;padding:10px;font-size:12px;display:flex}.mode-menu button:hover,.mode-menu button.selected{color:#eef7ee;background:#2b3e2d}.mode-menu small{color:#819281;font-size:10px}.ride-actions{align-items:center;gap:9px;margin-left:auto;display:flex}.simulation-toggle{color:#899989;align-items:center;gap:6px;margin-right:8px;font-size:11px;display:flex}.simulation-toggle input{accent-color:#8ebd96}.drive-start,.drive-pause,.drive-stop{font:inherit;cursor:pointer;border-radius:7px;align-items:center;gap:7px;padding:11px 15px;font-size:12px;font-weight:600;display:flex}.drive-start{background:var(--cluster-tint,#a9c7ad);border:1px solid var(--cluster-tint,#a9c7ad);color:#122016}.drive-pause{color:#e8f3e8;background:#2d412f;border:1px solid #5a735d}.drive-stop{color:#e2aa78;background:0 0;border:1px solid #72513d}.cluster-error{color:#e2aa78;font-size:11px;position:absolute;bottom:0;left:46px}@media (width<=800px){.cluster-header{height:58px;padding:0 16px}.cluster-state{gap:9px}.cluster-state span:nth-child(3),.cluster-state time{display:none}.cluster-exit{font-size:0}.cluster-main{padding:22px 17px 18px}.cluster-layout{grid-template-columns:1fr 1fr;gap:5px;min-height:370px}.hero-speed{grid-area:1/1/auto/-1}.hero-speed>strong{font-size:80px}.cluster-gauge{grid-row:2}.gauge-face{width:145px;height:145px}.gauge-needle{height:52px}.gauge-face strong{font-size:27px}.cluster-data{grid-template-columns:repeat(2,1fr);gap:0;padding:14px 0}.cluster-data div{border-right:1px solid #2a382c;padding:10px 12px}.cluster-data div:nth-child(2n){border-right:0}.cluster-data div:last-child{grid-column:1/-1}.cluster-footer{gap:14px;padding:15px 17px 24px;display:grid}.ride-actions{flex-wrap:wrap;margin-left:0;display:flex}.simulation-toggle{width:100%}.drive-start,.drive-pause,.drive-stop{flex:1;justify-content:center}.cluster-error{margin:0;position:static}}@media (prefers-reduced-motion:reduce){.bike-dashboard,.gauge-needle,.speed-progress i{transition:none}.bike-dashboard *{animation:none!important}}.bike-dashboard{background:#0d120e}.bike-dashboard.mode-sport{background:#12110e}.cluster-header{background:#0e1510;border-bottom:1px solid #243126;height:60px;padding:0 30px}.cluster-brand span{width:auto;height:auto;color:var(--cluster-tint,#a9c7ad);letter-spacing:.08em;border:0;border-radius:0;font-size:11px}.cluster-brand strong{color:#dce7dc;font-size:12px}.cluster-state{gap:18px}.cluster-main{padding-top:28px}.cluster-context{color:#697969;font-size:9px}.cluster-layout{grid-template-columns:1fr 1.25fr 1fr;gap:40px;min-height:370px}.hero-speed>strong{font-size:clamp(82px,10vw,138px);font-weight:400}.hero-speed>span{color:#8f9d90;font-size:11px}.speed-progress{height:1px;margin-top:24px}.cluster-gauge .gauge-face{background:0 0;border:0;width:205px;height:205px}.cluster-gauge .gauge-face:before{border:1px solid var(--cluster-tint,#a9c7ad);opacity:.75;border-bottom-color:#0000;border-left-color:#0000;inset:2px;transform:rotate(-45deg)}.cluster-gauge .gauge-ticks{opacity:.7;inset:11px}.cluster-gauge .gauge-needle{width:1px;height:73px}.cluster-gauge .gauge-hub{background:#dce9dd;border-width:2px;width:8px;height:8px}.cluster-gauge .gauge-face strong{font-size:34px;font-weight:400}.cluster-data{border-color:#263326;padding:14px 0}.cluster-data div{border-color:#263326;padding:0 18px}.cluster-data span{color:#748474;font-size:9px}.cluster-data strong{font-size:15px;font-weight:400}.cluster-footer{background:#111a13;border-top:1px solid #263326;align-items:center;padding:15px 30px 20px}.mode-current{padding:7px 0;font-size:12px}.ride-actions{gap:8px}.simulation-toggle{font-size:10px}.drive-start,.drive-pause,.drive-stop{border-radius:4px;padding:9px 13px;font-size:11px}.drive-start{background:var(--cluster-tint,#a9c7ad);color:#102015}.drive-pause{background:#1e2c21;border-color:#435946}.drive-stop{border-color:#604837}.mode-menu{background:#172019;border-color:#3a4b3c;border-radius:4px}.mode-menu button{border-radius:3px}.cockpit-error{color:#d9a57c}@media (width<=800px){.cluster-header{padding:0 16px}.cluster-state{gap:8px}.cluster-state span:nth-child(2){display:flex}.cluster-main{padding-top:20px}.cluster-layout{gap:0}.cluster-gauge .gauge-face{width:150px;height:150px}.cluster-gauge .gauge-needle{height:53px}.cluster-gauge .gauge-face strong{font-size:27px}.cluster-footer{padding:14px 16px 20px}}.cluster-footer:after{content:"Visual reference: Hyundai ccNC  ·  UI design: My Cycle original";color:#526254;letter-spacing:.03em;font-size:8px;position:absolute;bottom:4px;right:30px}.cluster-footer{padding-bottom:31px}@media (width<=800px){.cluster-footer:after{text-align:center;grid-column:1/-1;padding-top:2px;font-size:8px;display:block;position:static}.cluster-footer{padding-bottom:15px}}.reference-cluster{color:#e8eee8;--ref-accent:#77b9bd;background:#050706;flex-direction:column;min-height:100vh;font-family:Inter,Noto Sans KR,sans-serif;display:flex;overflow:auto}.reference-cluster.mode-eco{--ref-accent:#76b6a2}.reference-cluster.mode-sport{--ref-accent:#d47d91}.reference-header{border-bottom:1px solid #202824;align-items:center;height:62px;padding:0 34px;display:flex}.reference-brand{color:#edf4ed;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:flex}.reference-brand span{color:var(--ref-accent);letter-spacing:.08em;font-size:11px;font-weight:800}.reference-brand strong{letter-spacing:.14em;font-size:12px}.reference-status{color:#96a296;align-items:center;gap:23px;margin-left:auto;font-size:10px;display:flex}.reference-status span{align-items:center;gap:5px;display:flex}.reference-status svg,.reference-live{color:var(--ref-accent)}.reference-live i{background:var(--ref-accent);width:6px;height:6px;box-shadow:0 0 0 3px color-mix(in srgb,var(--ref-accent) 20%,transparent);border-radius:50%}.reference-exit{color:#778478;cursor:pointer;background:0 0;border:0;margin-left:23px}.reference-body{flex:1;width:min(1280px,100%);margin:auto;padding:31px 42px 0}.reference-topline{color:#9fa99f;border-bottom:1px solid #222b24;justify-content:space-between;padding-bottom:11px;font-size:15px;font-weight:500;display:flex}.reference-topline span:last-child{color:var(--ref-accent);font-size:11px}.reference-cluster-grid{grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:40px;min-height:460px;display:grid}.reference-dial{text-align:center}.reference-face{background:radial-gradient(circle,#131e16 0,#080c09 62%,#050706 63%);border:1px solid #57645a;border-radius:50%;align-content:center;place-items:center;width:280px;height:280px;margin:auto;display:grid;position:relative}.reference-face:before{content:"";border:1px solid var(--ref-accent);opacity:.85;border-bottom-color:#0000;border-left-color:#0000;border-radius:50%;position:absolute;inset:9px;transform:rotate(-45deg)}.reference-ticks{background:repeating-conic-gradient(from -135deg,#a4b2a5 0deg 1.2deg,#0000 1.2deg 12deg);border-radius:50%;position:absolute;inset:19px;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0);mask:radial-gradient(farthest-side,#0000 calc(100% - 6px),#000 0)}.reference-needle{transform-origin:bottom;background:#e5ece5;width:2px;height:103px;transition:none;position:absolute;bottom:50%;left:calc(50% - 1px);box-shadow:0 0 10px #fff8}.reference-dial.amber{--ref-accent:#d6a078}.reference-hub{background:#dbe6dc;border:4px solid #526255;border-radius:50%;width:15px;height:15px;position:absolute}.reference-face span{color:#a6b0a6;z-index:1;margin-top:33px;font-size:11px}.reference-face strong{letter-spacing:-.08em;z-index:1;font-variant-numeric:tabular-nums;margin:10px 0;font-size:54px;font-weight:400;line-height:1}.reference-face b{color:#98a498;z-index:1;font-size:10px;font-weight:400}.reference-dial>small{color:#748176;margin-top:13px;font-size:10px;display:block}.reference-center{max-width:280px;margin:auto}.center-vehicle{color:var(--ref-accent);letter-spacing:.16em;justify-content:center;align-items:center;gap:10px;margin-bottom:27px;font-size:10px;display:flex}.vehicle-line{background:#39473b;width:43px;height:1px}.reference-center h1{text-align:center;color:#d8e0d8;margin:0 0 26px;font-size:16px;font-weight:500}.trip-row{grid-template-columns:1fr 1fr;align-items:baseline;margin:12px 0;display:grid}.trip-row span{color:#8e9a8f;font-size:11px}.trip-row strong{text-align:right;font-variant-numeric:tabular-nums;font-size:22px;font-weight:400}.trip-row em{color:#8e9a8f;margin-left:4px;font-size:10px;font-style:normal}.battery-line{grid-template-columns:auto 1fr auto;align-items:center;gap:9px;margin-top:22px;display:grid}.battery-line span,.battery-line strong{color:#99a799;font-size:10px}.battery-line div{background:#273228;height:3px}.battery-line i{background:var(--ref-accent);height:100%;transition:width .3s linear;display:block}.center-state{text-align:center;color:#8a978b;margin-top:23px;font-size:10px}.center-state i{background:var(--ref-accent);border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.reference-bottom{color:var(--ref-accent);letter-spacing:.08em;border-top:1px solid #222b24;border-bottom:1px solid #222b24;justify-content:space-between;padding:15px 0;font-size:11px;display:flex}.reference-bottom span:nth-child(2){color:#8e9a8f}.reference-bottom span:last-child{color:#dce5dc}.reference-bottom small{color:#839083;margin-left:6px;font-size:9px}.reference-controls{align-items:center;gap:25px;width:min(1280px,100%);margin:auto;padding:17px 42px 20px;display:flex;position:relative}.reference-mode{min-width:140px;position:relative}.reference-mode small{color:#778477;margin-bottom:6px;font-size:9px;display:block}.reference-mode>button{color:var(--ref-accent);width:100%;font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #546857;justify-content:space-between;align-items:center;padding:7px 0;font-size:12px;display:flex}.reference-mode-menu{z-index:2;background:#131d15;border:1px solid #3c4d3f;border-radius:4px;width:160px;padding:5px;position:absolute;bottom:41px}.reference-mode-menu button{color:#bfccbf;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;padding:9px;font-size:11px;display:flex}.reference-mode-menu button.selected,.reference-mode-menu button:hover{color:#eff8ef;background:#26392a}.reference-mode-menu small{color:#859285;margin:0}.reference-sim{color:#849184;align-items:center;gap:5px;font-size:10px;display:flex}.reference-sim input{accent-color:var(--ref-accent)}.reference-actions{gap:8px;margin-left:auto;display:flex}.reference-start,.reference-pause,.reference-stop{font:inherit;cursor:pointer;border-radius:4px;align-items:center;gap:6px;padding:10px 14px;font-size:11px;font-weight:600;display:flex}.reference-start{background:var(--ref-accent);border:1px solid var(--ref-accent);color:#101811}.reference-pause{color:#e4eee4;background:#26362a;border:1px solid #536b56}.reference-stop{color:#dca17c;background:0 0;border:1px solid #62463a}.reference-error{color:#dca17c;font-size:10px;position:absolute;bottom:2px;left:42px}.reference-credit{color:#536254;margin:0;font-size:8px;position:absolute;bottom:2px;right:42px}@media (width<=800px){.reference-header{padding:0 16px}.reference-status span:nth-child(2){display:none}.reference-status{gap:9px}.reference-exit{margin-left:10px}.reference-body{padding:20px 16px 0}.reference-topline{font-size:13px}.reference-cluster-grid{grid-template-columns:1fr 1fr;gap:2px;min-height:430px}.reference-center{grid-area:1/1/auto/-1;max-width:260px}.reference-center h1{margin-bottom:14px;font-size:14px}.center-vehicle{margin-bottom:14px}.trip-row{margin:7px 0}.trip-row strong{font-size:17px}.reference-dial{grid-row:2}.reference-face{width:148px;height:148px}.reference-needle{height:53px}.reference-face strong{font-size:29px}.reference-face span{margin-top:20px}.reference-bottom{font-size:9px}.reference-controls{grid-template-columns:1fr 1fr;gap:12px;padding:15px 16px 22px;display:grid}.reference-mode{min-width:0}.reference-sim{justify-content:flex-end}.reference-actions{grid-column:1/-1;margin-left:0}.reference-start,.reference-pause,.reference-stop{flex:1;justify-content:center}.reference-error{grid-column:1/-1;position:static}.reference-credit{text-align:center;grid-column:1/-1;position:static}}.profile-button:focus-visible{outline-offset:4px;outline:2px solid #506c54}.modern-actions .control-field{background:#f8faf7;border:0;border-bottom:1px solid #cfd8cf;border-radius:0;padding:16px 14px}.modern-actions .control-field span{letter-spacing:.02em;color:#637063}.modern-actions .input-with-unit input{color:#1e2b20;background:0 0;border:0;outline:0;font-size:19px}.modern-actions .input-with-unit button{font-weight:600}.modern-actions .control-button{background:#f8faf7;border:0;border-bottom:1px solid #d9e0d8}.modern-actions .control-button:hover,.modern-actions .control-button.selected{background:#edf4ed}.control-screen-image{box-shadow:0 16px 30px #26362918}.control-metrics.large .metric{background:0 0;border:0;border-bottom:1px solid #dfe6de;border-radius:0}.control-metrics.large .metric:last-child{border-bottom:0}.reference-cluster{isolation:isolate;aspect-ratio:16/9;width:min(100vw,177.778vh);height:min(100vh,56.25vw);min-height:0;margin:auto;transition:background-color .3s;position:fixed;inset:0;overflow:hidden;box-shadow:0 0 0 100vmax #050706}.reference-format-note{z-index:4;color:#95a695;letter-spacing:.04em;white-space:nowrap;background:#0e1710e8;border:1px solid #354239;padding:6px 10px;font-size:9px;display:none;position:absolute;top:74px;left:50%;transform:translate(-50%)}.reference-cluster.mode-changing .reference-face:before{animation:.36s ease-out referenceModeRing}.reference-cluster.mode-changing .reference-needle{animation:.36s ease-out referenceModeNeedle}.reference-cluster.mode-changing .reference-topline,.reference-cluster.mode-changing .reference-bottom,.reference-cluster.mode-changing .reference-center{animation:.36s ease-out referenceModeContent}.mode-transition-graphic{z-index:6;pointer-events:none;opacity:0;background:#040705b8;align-content:center;place-items:center;gap:12px;display:grid;position:fixed;inset:0}.mode-transition-graphic span{color:var(--ref-accent);letter-spacing:.34em;text-shadow:0 0 18px color-mix(in srgb,var(--ref-accent) 60%,transparent);font-size:14px;font-weight:600}.mode-transition-graphic i{background:var(--ref-accent);width:72px;height:1px;box-shadow:0 0 12px color-mix(in srgb,var(--ref-accent) 70%,transparent);display:block;transform:scaleX(0)}.mode-transition-graphic i:nth-of-type(2){opacity:.65;width:48px}.mode-transition-graphic i:nth-of-type(3){opacity:.4;width:28px}.mode-changing .mode-transition-graphic{animation:.36s ease-out forwards referenceModeOverlay}.mode-changing .mode-transition-graphic i{animation:.36s ease-out forwards referenceModeLine}.mode-changing .mode-transition-graphic i:nth-of-type(2){animation-delay:25ms}.mode-changing .mode-transition-graphic i:nth-of-type(3){animation-delay:50ms}@keyframes referenceModeOverlay{0%{opacity:0}18%{opacity:1}72%{opacity:1}to{opacity:0}}@keyframes referenceModeLine{0%{opacity:0;transform:scaleX(0)}35%{opacity:1;transform:scaleX(1)}to{opacity:0;transform:scaleX(.55)}}@keyframes referenceModeRing{0%{opacity:.25;transform:rotate(-45deg)scale(.88)}55%{opacity:1;transform:rotate(12deg)scale(1.04)}to{opacity:.85;transform:rotate(-45deg)scale(1)}}@keyframes referenceModeNeedle{0%{filter:brightness()}45%{filter:brightness(1.8);transform:rotate(8deg)}to{filter:brightness()}}@keyframes referenceModeContent{0%{opacity:.45;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.reference-cluster,.reference-cluster *{transition:none!important;animation:none!important}.mode-transition-graphic{display:none}}.reference-side-cluster{min-width:0}.reference-side-stats{grid-template-columns:repeat(3,1fr);gap:12px;width:280px;max-width:100%;margin:24px auto 0;display:grid}.reference-stat{border-top:1px solid #29352c;min-width:0;padding-top:9px}.reference-stat span{color:#768477;letter-spacing:.06em;white-space:nowrap;margin-bottom:7px;font-size:9px;display:block}.reference-stat strong{color:#d9e4d9;font-variant-numeric:tabular-nums;white-space:nowrap;font-size:12px;font-weight:400;display:block}.mode-eco .reference-stat:first-child strong,.mode-sport .reference-stat:last-child strong{color:var(--ref-accent)}@media (width<=800px){.reference-side-stats{grid-template-columns:1fr;gap:8px;width:148px;margin-top:12px}.reference-stat{justify-content:space-between;align-items:baseline;gap:8px;padding-top:6px;display:flex}.reference-stat span{margin:0;font-size:8px}.reference-stat strong{font-size:10px}.reference-side-cluster .reference-dial>small{margin-top:8px}}@media (aspect-ratio<=1.7),(aspect-ratio>=1.8){.reference-format-note{display:block}}@media (aspect-ratio<=1){.reference-cluster{aspect-ratio:auto;width:100vw;height:100vh;box-shadow:none;margin:0;position:fixed;inset:0;overflow:hidden auto}.reference-header{flex-shrink:0;height:54px;padding:0 14px}.reference-brand{gap:7px}.reference-brand strong{font-size:10px}.reference-status{gap:7px;font-size:9px}.reference-status span:nth-child(2){display:none}.reference-exit{margin-left:8px}.reference-format-note{font-size:8px;top:60px}.reference-body{flex:none;width:100%;padding:17px 14px 0}.reference-topline{padding-bottom:9px;font-size:12px}.reference-cluster-grid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;align-items:start;gap:0;min-height:0}.reference-center{grid-area:1/1/auto/-1;width:100%;max-width:270px;padding-top:4px}.reference-center h1{margin:0 0 12px;font-size:14px}.center-vehicle{margin-bottom:12px}.trip-row{margin:5px 0}.trip-row strong{font-size:16px}.battery-line{margin-top:14px}.center-state{margin-top:12px}.reference-side-cluster{flex-direction:column;grid-row:2;align-items:center;padding-top:14px;display:flex}.reference-side-cluster .reference-dial>small{margin-top:6px}.reference-face{width:142px;height:142px}.reference-needle{height:50px}.reference-face strong{font-size:27px}.reference-face span{margin-top:18px}.reference-side-stats{gap:5px;width:142px;margin-top:9px}.reference-stat{padding-top:5px}.reference-stat span{font-size:7px}.reference-stat strong{font-size:9px}.reference-bottom{margin-top:13px;padding:11px 0;font-size:8px}.reference-controls{gap:9px;padding:13px 14px 18px}}@media (orientation:landscape) and (height<=500px){.reference-header{height:42px;padding:0 18px}.reference-brand strong{font-size:10px}.reference-status{gap:10px}.reference-format-note{top:46px}.reference-body{padding:9px 18px 0}.reference-topline{padding-bottom:6px;font-size:11px}.reference-cluster-grid{grid-template-columns:1fr 1.1fr 1fr;align-items:center;gap:8px;min-height:215px}.reference-center{grid-area:auto;max-width:230px}.center-vehicle{margin-bottom:8px}.reference-center h1{margin-bottom:8px;font-size:13px}.trip-row{margin:3px 0}.trip-row strong{font-size:15px}.battery-line,.center-state{margin-top:8px}.reference-side-cluster{grid-row:auto;padding-top:0}.reference-side-cluster .reference-dial>small{margin-top:4px}.reference-face{width:min(24vw,170px);height:min(24vw,170px)}.reference-needle{height:calc(min(24vw,170px)/2.7027)}.reference-face strong{font-size:clamp(25px,4vw,38px)}.reference-side-stats{display:none}.reference-bottom{margin-top:6px;padding:7px 0;font-size:8px}.reference-controls{gap:12px;padding:7px 18px 9px;display:flex}.reference-mode{min-width:108px}.reference-mode small{margin-bottom:2px}.reference-mode>button{padding:4px 0}.reference-sim{font-size:9px}.reference-actions{gap:5px}.reference-start,.reference-pause,.reference-stop{padding:7px 9px;font-size:9px}.reference-credit,.reference-error{display:none}}
