:root {
  --ink: #394a72;
  --ink-soft: #7180a0;
  --paper: #fff9fb;
  --paper-deep: #f4f0fb;
  --white: #ffffff;
  --green: #697fd0;
  --green-dark: #5369b7;
  --mint: #dcecff;
  --mint-light: #edf5ff;
  --coral: #f08da3;
  --line: rgba(75, 89, 139, 0.13);
  --shadow: 0 24px 70px rgba(91, 105, 163, 0.16);
  --font: "Manrope", "Noto Sans SC", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background-color: var(--paper); background-image: radial-gradient(#d9e8ff 1.3px, transparent 1.3px); background-size: 28px 28px; color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hidden { display: none !important; }
.ambient { position: fixed; width: 480px; height: 480px; border-radius: 50%; filter: blur(80px); opacity: .25; pointer-events: none; z-index: -1; }
.ambient-one { background: #b9d9ff; top: -260px; right: -120px; }
.ambient-two { background: #ffc9d8; left: -300px; top: 430px; }

.site-header { height: 82px; max-width: 1380px; margin: 0 auto; padding: 0 38px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 21px; font-weight: 700; text-decoration: none; letter-spacing: -.04em; }
.brand-mark { width: 36px; height: 36px; border-radius: 13px 13px 13px 5px; display: grid; place-items: center; background: linear-gradient(135deg,#8298e8,#5e74c4); color: white; box-shadow: 0 7px 16px rgba(91,111,190,.22); }
.brand-mark svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.main-nav { display: flex; gap: 5px; padding: 5px; background: rgba(255,255,255,.48); border: 1px solid rgba(21,62,53,.07); border-radius: 15px; }
.nav-item { border: 0; background: transparent; border-radius: 10px; padding: 10px 18px; color: var(--ink-soft); font-size: 14px; }
.nav-item.active { color: var(--ink); background: var(--white); box-shadow: 0 5px 20px rgba(33,62,53,.08); font-weight: 600; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 13px; }
.icon-button { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--line); background: rgba(255,255,255,.55); display: grid; place-items: center; position: relative; }
.icon-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.notification-dot { position: absolute; width: 7px; height: 7px; background: var(--coral); border-radius: 50%; right: 7px; top: 6px; border: 2px solid var(--paper); }
.profile-button { border: 0; background: none; display: flex; align-items: center; gap: 8px; padding: 0; }
.auth-button { min-height: 38px; padding: 0 16px; border-radius: 11px; border: 0; background: var(--green); color: white; font-size: 12px; font-weight: 600; box-shadow: 0 7px 18px rgba(91,111,190,.2); }
.profile-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.profile-name { font-size: 14px; font-weight: 600; }
.avatar { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: #e8b399; color: #6f3b2c; font-weight: 700; font-size: 13px; }
.avatar.mini { width: 32px; height: 32px; font-size: 11px; flex: none; }

.view { display: none; animation: viewIn .4s ease both; }
.view.active { display: block; }
@keyframes viewIn { from { opacity: 0; transform: translateY(6px); } }
.hero { min-height: 635px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; padding-top: 25px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--green); font-size: 11px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 23px; height: 1px; background: currentColor; position: relative; }
.eyebrow > span::after { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; position: absolute; right: 0; top: -1.5px; }
.hero h1 { margin: 24px 0 20px; max-width: 650px; font-size: clamp(48px, 5vw, 70px); font-weight: 700; letter-spacing: -.07em; line-height: 1.15; }
.hero h1 em { font-style: normal; color: var(--green); position: relative; }
.hero h1 em::after { content: ""; position: absolute; left: 2px; right: -3px; bottom: -3px; height: 10px; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='10' viewBox='0 0 260 10'%3E%3Cpath d='M1 7C68 1 184 2 259 1' fill='none' stroke='%23f08da3' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.hero-copy > p { max-width: 490px; margin: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.9; }
.hero-actions { margin-top: 34px; display: flex; align-items: center; gap: 26px; }
.primary-button { border: 0; background: var(--green); color: white; min-height: 50px; padding: 0 22px; border-radius: 13px; font-weight: 600; box-shadow: 0 12px 25px rgba(23,107,89,.18); transition: .2s ease; }
.primary-button:hover { transform: translateY(-2px); background: var(--green-dark); box-shadow: 0 16px 30px rgba(23,107,89,.24); }
.primary-button span { margin-left: 12px; font-size: 18px; }
.primary-button.small { min-height: 42px; }
.primary-button.full { width: 100%; }
.text-button { border: 0; background: none; color: var(--ink); font-weight: 600; padding: 10px 0; }
.play-icon { width: 31px; height: 31px; margin-right: 7px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--green); font-size: 9px; }
.social-proof { display: flex; align-items: center; gap: 14px; margin-top: 38px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 34px; height: 34px; margin-left: -8px; border-radius: 50%; border: 3px solid var(--paper); display: grid; place-items: center; background: var(--avatar-color); font-size: 11px; font-weight: 700; color: var(--ink); }
.avatar-stack span:first-child { margin-left: 0; }
.social-proof p { margin: 0; font-size: 12px; line-height: 1.45; color: var(--ink-soft); }
.social-proof strong { color: var(--ink); }

.hero-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.hero-visual::before { content: ""; width: 450px; height: 450px; border-radius: 47% 53% 46% 54% / 53% 42% 58% 47%; position: absolute; background: radial-gradient(circle at 35% 25%, #fff, #e8f1ff 43%, #cddcff 72%, #e5d8f7); box-shadow: inset 0 0 80px rgba(255,255,255,.7), 0 20px 60px rgba(111,129,194,.16); animation: blob 9s ease-in-out infinite alternate; }
@keyframes blob { to { border-radius: 55% 45% 57% 43% / 46% 57% 43% 54%; transform: rotate(3deg) scale(1.02); } }
.anime-character { position: relative; z-index: 1; width: 500px; height: 540px; overflow: visible; animation: characterFloat 4s ease-in-out infinite; }
@keyframes characterFloat { 50% { transform: translateY(-9px); } }
.anime-character .stars { animation: twinkle 1.8s ease-in-out infinite alternate; transform-origin: center; }
@keyframes twinkle { to { opacity: .45; transform: scale(.88); } }
.speech-bubble { position: absolute; z-index: 3; right: -5px; top: 47px; padding: 14px 18px; background: white; border: 2px solid var(--ink); border-radius: 20px 20px 20px 5px; font-size: 11px; line-height: 1.45; color: var(--ink-soft); transform: rotate(3deg); box-shadow: 5px 6px 0 #dbe4ff; }
.speech-bubble b { color: var(--ink); font-size: 13px; }.speech-bubble span { color: var(--coral); margin-left: 5px; }
.sparkle { position: absolute; z-index: 2; color: #e7a73c; font-size: 25px; animation: sparkleFloat 2.5s ease-in-out infinite alternate; }.sparkle-one { left: 18px; top: 105px; }.sparkle-two { right: 30px; bottom: 100px; animation-delay: -.8s; color: var(--coral); }.sparkle-three { left: 70px; bottom: 70px; animation-delay: -1.5s; color: #7d94dd; }
@keyframes sparkleFloat { to { transform: translateY(-8px) rotate(12deg); } }
.anime-float { left: -14px; bottom: 75px; transform: rotate(-3deg); }.anime-price { right: -7px; bottom: 128px; transform: rotate(3deg); }.sticker-icon { width: 34px; height: 34px; display: grid; place-items: center; background: #edf4ff; border-radius: 10px; font-size: 17px; }
.orbit { border: 1px solid rgba(23,107,89,.16); border-radius: 50%; position: absolute; }
.orbit-large { width: 520px; height: 520px; animation: orbit 14s linear infinite; }
.orbit-small { width: 470px; height: 470px; border-style: dashed; animation: orbit 22s linear infinite reverse; }
.orbit::after { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--coral); position: absolute; left: 36px; top: 110px; box-shadow: 0 0 0 6px rgba(239,121,95,.13); }
@keyframes orbit { to { transform: rotate(360deg); } }
.device-stage { z-index: 1; width: 430px; height: 430px; position: relative; display: grid; place-items: center; }
.availability-pill { position: absolute; top: 58px; right: 32px; z-index: 4; background: rgba(255,254,250,.85); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.7); padding: 8px 12px; border-radius: 99px; font-size: 11px; font-weight: 600; box-shadow: 0 7px 22px rgba(36,75,64,.1); }
.availability-pill span, .online-badge i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #36a275; margin-right: 6px; box-shadow: 0 0 0 4px rgba(54,162,117,.13); }
.monitor { width: 315px; height: 205px; border-radius: 15px; border: 9px solid #173e36; background: #f9fbf6; box-shadow: 0 26px 45px rgba(25,64,54,.24); overflow: hidden; transform: perspective(700px) rotateY(-3deg); }
.monitor-top { height: 22px; padding: 7px 8px; display: flex; gap: 4px; background: #e4ebe5; }
.monitor-top span { width: 5px; height: 5px; background: #b3c3b8; border-radius: 50%; }
.monitor-content { padding: 21px 26px; }
.monitor-label { font-size: 8px; color: var(--ink-soft); letter-spacing: .13em; text-transform: uppercase; }
.monitor-title { font-size: 18px; font-weight: 700; margin-top: 3px; letter-spacing: -.03em; }
.activity-bars { height: 44px; display: flex; gap: 5px; align-items: end; margin: 14px 0 9px; }
.activity-bars i { flex: 1; height: var(--h, 40%); background: #a8cdbb; border-radius: 3px 3px 1px 1px; animation: levels 2.5s ease-in-out infinite alternate; }
.activity-bars i:nth-child(2n) { --h: 70%; animation-delay: -.6s; }.activity-bars i:nth-child(3n) { --h: 45%; animation-delay: -1s; }.activity-bars i:nth-child(4n) { --h: 90%; animation-delay: -1.7s; }
@keyframes levels { to { height: calc(var(--h, 40%) + 9%); background: #6baa8e; } }
.monitor-stats { display: flex; gap: 25px; font-size: 8px; color: var(--ink-soft); }.monitor-stats b { color: var(--ink); margin-left: 3px; }
.monitor-stand { width: 88px; height: 48px; position: absolute; left: 174px; bottom: 77px; border-bottom: 10px solid #173e36; }
.monitor-stand::before { content: ""; width: 15px; height: 38px; background: #173e36; position: absolute; left: 36px; }
.floating-card { position: absolute; display: flex; align-items: center; background: rgba(255,254,250,.91); backdrop-filter: blur(13px); border: 1px solid rgba(255,255,255,.85); box-shadow: 0 16px 32px rgba(36,75,64,.13); border-radius: 13px; }
.owner-float { left: -15px; bottom: 67px; padding: 10px 13px; gap: 9px; }.owner-float b,.owner-float small { display: block; }.owner-float b { font-size: 11px; }.owner-float small { color: var(--ink-soft); font-size: 8px; margin-top: 2px; }
.price-float { right: -6px; bottom: 115px; padding: 11px 15px; display: block; }.price-float small { display: block; color: var(--ink-soft); font-size: 8px; }.price-float b { font-size: 17px; color: var(--green); }.price-float em { font-style: normal; font-size: 8px; color: var(--ink-soft); font-weight: 500; }

.trust-strip { background: rgba(245,248,255,.8); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-items { min-height: 105px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-items > div { display: flex; align-items: center; justify-content: center; gap: 13px; border-right: 1px solid var(--line); }.trust-items > div:last-child { border: 0; }
.trust-icon { width: 39px; height: 39px; border-radius: 13px; display: grid; place-items: center; background: var(--mint-light); color: var(--green); font-size: 17px; transform: rotate(-3deg); border: 1px solid #d9e8ff; }
.trust-items p { margin: 0; }.trust-items b,.trust-items small { display: block; }.trust-items b { font-size: 13px; }.trust-items small { margin-top: 4px; color: var(--ink-soft); font-size: 10px; }

.market-section { padding: 92px 0 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; }
.section-heading h2,.how-copy h2 { margin: 10px 0 0; font-size: 37px; line-height: 1.25; letter-spacing: -.045em; }.kawaii-mark { color: var(--coral); font-size: 27px; }
.outline-button { min-height: 44px; border: 1px solid var(--line); border-radius: 12px; padding: 0 17px; background: rgba(255,254,250,.68); font-weight: 600; font-size: 13px; transition: .2s; }
.outline-button:hover { background: var(--white); border-color: rgba(23,107,89,.3); transform: translateY(-1px); }.outline-button span { margin-right: 6px; font-size: 17px; }
.toolbar { display: flex; align-items: center; gap: 12px; margin: 35px 0 25px; }
.search-box { width: 245px; height: 45px; flex: none; display: flex; align-items: center; gap: 9px; background: rgba(255,254,250,.75); border: 1px solid var(--line); border-radius: 12px; padding: 0 13px; }
.search-box:focus-within { border-color: rgba(23,107,89,.55); box-shadow: 0 0 0 3px rgba(23,107,89,.08); }.search-box svg { width: 18px; fill: none; stroke: var(--ink-soft); stroke-width: 1.8; flex: none; }.search-box input { min-width: 0; width: 100%; border: 0; outline: 0; background: none; font-size: 12px; color: var(--ink); }.search-box input::placeholder { color: #8ba097; }
.filter-chips { flex: 1; display: flex; gap: 7px; }
.filter-chip { height: 39px; border-radius: 99px; padding: 0 14px; background: transparent; border: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; white-space: nowrap; }.filter-chip.active { background: var(--green); color: white; border-color: var(--green); box-shadow: 0 6px 16px rgba(92,113,194,.2); }
.sort-button { border: 0; background: none; font-size: 11px; color: var(--ink-soft); white-space: nowrap; }.sort-button span { margin-left: 5px; }
.device-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.device-card { background: rgba(255,255,255,.84); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; transition: .25s; cursor: pointer; box-shadow: 0 8px 0 rgba(119,135,193,.06); }
.device-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(23,107,89,.2); }
.card-visual { height: 210px; position: relative; display: grid; place-items: center; overflow: hidden; background: var(--card-bg); }
.card-visual::before { content: ""; width: 220px; height: 220px; position: absolute; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; }.card-visual::after { content: "✦"; position: absolute; inset: 18px; border: 1px dashed rgba(255,255,255,.58); border-radius: 17px; color: rgba(255,255,255,.76); padding: 12px; font-size: 18px; }
.device-illustration { z-index: 1; width: 145px; height: 96px; border: 7px solid var(--device-color); border-radius: 9px; background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.35)); position: relative; display: grid; place-items: center; color: var(--device-color); font-size: 25px; font-weight: 700; letter-spacing: -.05em; box-shadow: 0 16px 24px rgba(24,54,46,.17); }
.device-illustration::after { content: ""; width: 58px; height: 28px; border-bottom: 7px solid var(--device-color); position: absolute; bottom: -35px; left: 37px; }
.card-status { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 9px; background: rgba(255,255,255,.83); border-radius: 99px; font-size: 9px; font-weight: 600; backdrop-filter: blur(8px); }.card-status i { width: 6px; height: 6px; border-radius: 50%; background: #2fa475; display: inline-block; margin-right: 5px; }
.favorite-button { position: absolute; z-index: 3; right: 13px; top: 13px; width: 31px; height: 31px; border-radius: 50%; border: 0; background: rgba(255,255,255,.8); display: grid; place-items: center; color: var(--ink); font-size: 17px; }.favorite-button.active { color: var(--coral); }
.card-body { padding: 18px 18px 17px; }
.owner-line { display: flex; align-items: center; justify-content: space-between; }.owner-info { display: flex; align-items: center; gap: 8px; }.owner-info p { margin: 0; }.owner-info b,.owner-info small { display: block; }.owner-info b { font-size: 11px; }.owner-info small { font-size: 9px; color: var(--ink-soft); margin-top: 2px; }.friend-tag { padding: 4px 8px; border-radius: 99px; background: #fff0f5; color: #ca667f; font-size: 8px; font-weight: 700; border: 1px solid #ffd7e2; }
.card-body h3 { margin: 16px 0 8px; font-size: 18px; letter-spacing: -.035em; }.card-body > p { margin: 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.tag-row { display: flex; gap: 5px; margin-top: 13px; }.tag-row span { padding: 5px 8px; border-radius: 6px; background: #f0f1e9; color: var(--ink-soft); font-size: 8px; }
.card-footer { display: flex; align-items: end; justify-content: space-between; margin-top: 17px; padding-top: 14px; border-top: 1px solid var(--line); }.price small { color: var(--ink-soft); font-size: 8px; display: block; }.price b { color: var(--green); font-size: 20px; }.price em { font-style: normal; font-size: 9px; color: var(--ink-soft); font-weight: 500; }.book-button { height: 34px; padding: 0 13px; border: 0; border-radius: 9px; background: var(--ink); color: white; font-size: 10px; font-weight: 600; }
.empty-state { padding: 60px 20px; border: 1px dashed var(--line); border-radius: 8px; background: rgba(255,255,255,.42); text-align: center; color: var(--ink-soft); }.empty-state > span { font-size: 42px; opacity: .45; }.empty-state h3 { color: var(--ink); margin: 10px 0 7px; }.empty-state p { max-width: 560px; margin: 0 auto; font-size: 13px; }.empty-state .primary-button { margin-top: 18px; }

.how-section { margin-bottom: 100px; min-height: 410px; padding: 70px; border-radius: 28px; background: linear-gradient(135deg,#5367aa,#7588ce); color: white; display: grid; grid-template-columns: .85fr 1.5fr; gap: 70px; position: relative; overflow: hidden; box-shadow: 0 24px 50px rgba(77,95,161,.2); }
.how-section::after { content: ""; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; position: absolute; left: -150px; bottom: -180px; box-shadow: 0 0 0 40px rgba(255,255,255,.02), 0 0 0 90px rgba(255,255,255,.015); }
.how-copy .eyebrow { color: #8fd0b7; }.how-copy p { color: rgba(255,255,255,.59); line-height: 1.8; font-size: 13px; max-width: 360px; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 26px; align-items: center; }
.steps article { min-width: 0; position: relative; padding-top: 27px; }.steps article > span { position: absolute; right: 0; top: 0; color: rgba(255,255,255,.13); font-size: 38px; font-weight: 700; }.step-icon { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; background: rgba(255,255,255,.09); color: #a8dfca; font-size: 21px; }.steps h3 { font-size: 16px; margin: 18px 0 7px; }.steps p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.75; }

.dashboard-view { min-height: calc(100vh - 180px); padding: 80px 0 110px; }
.dashboard-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 42px; }.dashboard-heading h1 { margin: 8px 0; font-size: 44px; letter-spacing: -.05em; }.dashboard-heading p { color: var(--ink-soft); margin: 0; }
.upcoming-session { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 30px; padding: 30px; background: var(--ink); color: white; border-radius: 20px; box-shadow: var(--shadow); }.session-date { width: 76px; height: 76px; border-radius: 17px; background: rgba(255,255,255,.09); display: grid; place-content: center; text-align: center; }.session-date b { font-size: 27px; line-height: 1; }.session-date span { font-size: 10px; margin-top: 5px; color: rgba(255,255,255,.6); }.status-badge { display: inline-block; padding: 5px 9px; border-radius: 99px; background: var(--mint-light); color: var(--green); font-size: 9px; font-weight: 700; }.session-main h2 { margin: 8px 0 5px; font-size: 22px; }.session-main p { margin: 0; color: rgba(255,255,255,.55); font-size: 11px; }.session-price { text-align: right; }.session-price small,.session-price b { display: block; }.session-price small { color: rgba(255,255,255,.5); font-size: 9px; }.session-price b { font-size: 20px; margin-top: 4px; }.upcoming-session .outline-button { background: rgba(255,255,255,.08); color: white; border-color: rgba(255,255,255,.18); }
.subsection-title { font-size: 21px; margin: 50px 0 18px; }.history-list { border: 1px solid var(--line); border-radius: 17px; overflow: hidden; background: rgba(255,255,255,.55); }.history-list > div { display: grid; grid-template-columns: auto 1fr auto 70px; align-items: center; gap: 15px; padding: 18px 22px; border-bottom: 1px solid var(--line); }.history-list > div:last-child { border: 0; }.history-icon { width: 44px; height: 44px; border-radius: 11px; display: grid; place-items: center; font-size: 9px; font-weight: 700; background: var(--mint); }.history-icon.gaming { background: #ded4c7; }.history-list p { margin: 0; }.history-list p b,.history-list p small { display: block; }.history-list p b { font-size: 13px; }.history-list p small,.history-owner { color: var(--ink-soft); font-size: 10px; margin-top: 4px; }
.owner-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 25px; }.owner-stats > div { padding: 25px; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.55); }.owner-stats small,.owner-stats b,.owner-stats span { display: block; }.owner-stats small { color: var(--ink-soft); font-size: 10px; }.owner-stats b { font-size: 24px; margin: 10px 0 7px; letter-spacing: -.04em; }.owner-stats span { font-size: 9px; color: var(--green); }.owner-stats .healthy { color: #26845f; }
.my-device-card { padding: 25px; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; border: 1px solid var(--line); background: rgba(255,255,255,.65); border-radius: 18px; }.my-device-visual { width: 130px; height: 95px; display: grid; place-items: center; border-radius: 13px; background: #c8ded3; color: var(--green); font-weight: 700; font-size: 24px; }.my-device-card h2 { font-size: 20px; margin: 8px 0 5px; }.my-device-card p { color: var(--ink-soft); font-size: 10px; margin: 0; }.usage-track { max-width: 380px; height: 5px; border-radius: 99px; background: #dfe5df; margin: 14px 0 6px; }.usage-track span { display: block; width: 43%; height: 100%; border-radius: inherit; background: var(--green); }.my-device-card small { color: var(--ink-soft); font-size: 9px; }.device-actions { display: flex; gap: 8px; }
.onboarding-tip { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; padding: 16px 18px; border-radius: 15px; background: #edf5ff; border: 1px solid #dce8fb; }.onboarding-tip > span { font-size: 24px; }.onboarding-tip > div { flex: 1; }.onboarding-tip b { font-size: 11px; }.onboarding-tip p { margin: 4px 0 0; color: var(--ink-soft); font-size: 9px; line-height: 1.5; }.onboarding-tip .text-button { font-size: 9px; white-space: nowrap; }.my-devices-list { display: grid; gap: 14px; }.managed-device-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 20px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.72); }.managed-device-icon { width: 90px; height: 70px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg,#dcecff,#eadff7); color: var(--green); font-size: 16px; font-weight: 700; }.managed-device-main h2 { margin: 9px 0 5px; font-size: 17px; }.managed-device-main > p { margin: 0; color: var(--ink-soft); font-size: 9px; }.status-badge.paused { background: #f1f1f3; color: #757b8c; }.private-tag { margin-left: 7px; color: var(--ink-soft); font-size: 7px; }.managed-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 11px; color: var(--ink-soft); font-size: 8px; }.pause-button { min-height: 42px; padding: 0 14px; border-radius: 11px; border: 1px solid #efcad2; background: #fff4f6; color: #bd5f73; font-size: 10px; font-weight: 600; }.empty-my-devices { padding: 65px 20px; border: 1px dashed rgba(75,89,139,.2); border-radius: 20px; background: rgba(255,255,255,.4); text-align: center; }.empty-my-devices > span { font-size: 42px; }.empty-my-devices h2 { margin: 12px 0 6px; font-size: 20px; }.empty-my-devices p { margin: 0 0 20px; color: var(--ink-soft); font-size: 10px; }.share-mode-text { font-size: 11px !important; color: var(--green); }

.guide-view { padding-bottom: 100px; }.guide-hero { min-height: 430px; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 80px; }.guide-hero h1 { margin: 16px 0 17px; font-size: 48px; line-height: 1.16; letter-spacing: -.055em; }.guide-hero h1 em { color: var(--green); font-style: normal; }.guide-hero p { max-width: 600px; color: var(--ink-soft); font-size: 14px; line-height: 1.85; }.tailscale-map { min-height: 260px; display: grid; grid-template-columns: 1fr 100px 1fr; align-items: center; padding: 28px; border-radius: 28px; background: linear-gradient(145deg,#eff5ff,#f8edfa); border: 1px solid var(--line); box-shadow: var(--shadow); }.map-node { min-width: 0; text-align: center; padding: 23px 10px; border-radius: 18px; background: rgba(255,255,255,.83); border: 1px solid rgba(255,255,255,.9); }.map-node > span { display: block; font-size: 34px; }.map-node b,.map-node small { display: block; }.map-node b { margin-top: 10px; font-size: 12px; }.map-node small { margin-top: 4px; color: var(--ink-soft); font-size: 8px; }.map-line { position: relative; text-align: center; }.map-line::before,.map-line::after { content: ""; position: absolute; top: -7px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }.map-line::before { left: 0; }.map-line::after { right: 0; }.map-line i { display: block; border-top: 2px dashed var(--green); }.map-line span { display: inline-block; margin-top: 10px; color: var(--green); font-size: 8px; font-weight: 700; }.guide-tabs { display: flex; gap: 8px; padding: 6px; border-radius: 15px; background: #edf1fb; margin-bottom: 25px; }.guide-tabs button { flex: 1; min-height: 46px; border: 0; border-radius: 11px; background: transparent; color: var(--ink-soft); font-size: 12px; font-weight: 600; }.guide-tabs button.active { background: white; color: var(--green); box-shadow: 0 6px 18px rgba(75,89,139,.1); }.guide-panel { display: none; }.guide-panel.active { display: block; animation: viewIn .3s ease; }.guide-intro { margin: 0 0 22px; }.guide-role { display: inline-block; padding: 6px 10px; border-radius: 99px; background: #fff0f5; color: #c6637b; font-size: 9px; font-weight: 700; }.guide-intro h2 { margin: 12px 0 7px; font-size: 28px; letter-spacing: -.04em; }.guide-intro p { margin: 0; color: var(--ink-soft); font-size: 11px; }.tutorial-list { display: grid; gap: 12px; }.tutorial-step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 24px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.78); transition: .2s; }.tutorial-step:has(input:checked) { opacity: .67; background: #f3f6fb; }.tutorial-step label { align-self: start; }.tutorial-step input { position: absolute; opacity: 0; pointer-events: none; }.checkmark { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 13px; background: #edf2ff; color: var(--green); border: 1px solid #d8e3ff; font-size: 12px; font-weight: 700; cursor: pointer; }.tutorial-step input:checked + .checkmark { background: var(--green); color: white; }.tutorial-step input:checked + .checkmark::after { content: "✓"; }.tutorial-step input:checked + .checkmark { font-size: 0; }.tutorial-step h3 { margin: 1px 0 7px; font-size: 15px; }.tutorial-step p { max-width: 800px; margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.75; }.tutorial-step a { display: inline-block; margin-top: 11px; color: var(--green); font-size: 10px; font-weight: 600; text-decoration: none; }.tutorial-step code { padding: 2px 5px; border-radius: 5px; background: #edf1fa; color: #4d62a8; font-size: 10px; }.warning-note { margin-top: 12px; padding: 11px 13px; border-radius: 10px; background: #fff6e8; color: #8a6138; font-size: 9px; line-height: 1.6; }.address-example { margin-top: 12px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 9px 10px 9px 13px; border-radius: 10px; background: #edf1fa; }.address-example span { font-size: 8px; color: var(--ink-soft); }.address-example code { background: none; font-size: 10px; overflow: hidden; text-overflow: ellipsis; }.copy-button { min-height: 28px; padding: 0 10px; border: 0; border-radius: 7px; background: white; color: var(--green); font-size: 8px; font-weight: 600; }.security-card { display: flex; gap: 17px; align-items: center; margin-top: 25px; padding: 23px 26px; border-radius: 18px; color: white; background: linear-gradient(135deg,#5367aa,#7588ce); }.security-card > span { font-size: 30px; }.security-card h3 { margin: 0 0 5px; font-size: 14px; }.security-card p { margin: 0; color: rgba(255,255,255,.68); font-size: 10px; line-height: 1.65; }

footer { border-top: 1px solid var(--line); padding: 35px 0; background: rgba(255,255,255,.3); }footer .container { display: flex; align-items: center; gap: 24px; }.footer-brand .brand-mark { width: 30px; height: 30px; border-radius: 9px; font-size: 14px; }.footer-brand { font-size: 17px; }footer p { color: var(--ink-soft); font-size: 11px; flex: 1; }.footer-links { display: flex; gap: 12px; }.footer-links button { padding: 0; border: 0; background: none; color: var(--ink-soft); font-size: 9px; text-decoration: underline; }footer .container > span { color: var(--ink-soft); font-size: 9px; }

.modal-backdrop { position: fixed; inset: 0; z-index: 50; background: rgba(10,35,29,.58); backdrop-filter: blur(8px); display: grid; place-items: center; padding: 20px; opacity: 0; visibility: hidden; transition: .25s; }.modal-backdrop.open { opacity: 1; visibility: visible; }.modal { width: min(900px,100%); max-height: calc(100vh - 40px); overflow: auto; background: var(--paper); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.3); position: relative; transform: translateY(15px) scale(.98); transition: .25s; }.modal-backdrop.open .modal { transform: none; }.modal-close { position: absolute; right: 17px; top: 17px; z-index: 4; width: 35px; height: 35px; border-radius: 50%; background: rgba(255,255,255,.7); border: 1px solid var(--line); font-size: 21px; line-height: 1; }.detail-modal { display: grid; grid-template-columns: .92fr 1.08fr; overflow: hidden; }.detail-visual { min-height: 560px; background: #c9dfd4; position: relative; display: grid; place-items: center; }.detail-visual::before,.detail-visual::after { content: ""; position: absolute; width: 340px; height: 340px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }.detail-visual::after { width: 250px; height: 250px; border-style: dashed; }.detail-device-icon { z-index: 1; width: 210px; height: 145px; border: 10px solid var(--ink); border-radius: 13px; background: rgba(255,255,255,.57); display: grid; place-items: center; color: var(--ink); font-size: 38px; font-weight: 700; box-shadow: 0 24px 40px rgba(18,56,46,.23); }.detail-device-icon::after { content: ""; position: absolute; width: 80px; height: 42px; border-bottom: 10px solid var(--ink); transform: translateY(93px); }.online-badge { position: absolute; left: 22px; top: 22px; padding: 7px 10px; border-radius: 99px; background: rgba(255,255,255,.75); font-size: 9px; font-weight: 600; }.detail-owner { position: absolute; left: 22px; bottom: 22px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 12px; background: rgba(255,255,255,.79); }.detail-owner p { margin: 0; }.detail-owner b,.detail-owner small { display: block; }.detail-owner b { font-size: 11px; }.detail-owner small { font-size: 8px; color: var(--ink-soft); margin-top: 2px; }.detail-content { padding: 46px 44px 35px; }.detail-content h2,.publish-modal h2 { margin: 12px 0 8px; font-size: 31px; letter-spacing: -.045em; }.detail-desc,.publish-modal > p { color: var(--ink-soft); font-size: 12px; line-height: 1.65; }.spec-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 8px; margin: 20px 0; }.spec-grid div { padding: 11px 12px; background: rgba(255,255,255,.65); border: 1px solid var(--line); border-radius: 10px; }.spec-grid small,.spec-grid b { display: block; }.spec-grid small { color: var(--ink-soft); font-size: 8px; }.spec-grid b { font-size: 11px; margin-top: 4px; }.booking-box { border-top: 1px solid var(--line); margin-top: 21px; padding-top: 10px; }.booking-row { min-height: 52px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; }.booking-row label { color: var(--ink-soft); }.booking-row > button { border: 0; background: none; font-weight: 600; }.duration-control { display: flex; align-items: center; gap: 13px; }.duration-control button { width: 28px; height: 28px; border-radius: 8px; border: 1px solid var(--line); background: rgba(255,255,255,.6); }.price-row { display: flex; justify-content: space-between; align-items: center; padding: 17px 0; }.price-row > span { font-size: 11px; }.price-row small { display: block; color: var(--ink-soft); font-size: 8px; margin-top: 3px; }.price-row b { color: var(--green); font-size: 23px; }.booking-note { text-align: center; font-size: 8px; color: var(--ink-soft); margin: 9px 0 0; }
.connection-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin: 17px 0 4px; padding: 5px; border-radius: 12px; background: #edf1fb; }.connection-modes button { min-height: 37px; padding: 0 8px; border: 0; border-radius: 9px; background: transparent; color: var(--ink-soft); font-size: 9px; font-weight: 600; }.connection-modes button.active { background: white; color: var(--green); box-shadow: 0 5px 14px rgba(75,89,139,.1); }
.publish-modal { width: min(720px,100%); padding: 42px; }.publish-modal form { margin-top: 24px; }.publish-modal label { display: block; font-size: 10px; font-weight: 600; margin-bottom: 15px; }.publish-modal label > small { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 7px; font-weight: 400; line-height: 1.5; }.publish-modal input,.publish-modal select,.publish-modal textarea { width: 100%; margin-top: 7px; padding: 12px 13px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 10px; outline: none; color: var(--ink); resize: vertical; }.publish-modal input:focus,.publish-modal select:focus,.publish-modal textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(23,107,89,.08); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.form-section { margin-bottom: 14px; padding: 18px 18px 2px; border-radius: 14px; border: 1px solid var(--line); background: rgba(255,255,255,.48); }.form-section-title { display: flex; align-items: center; gap: 10px; margin-bottom: 17px; }.form-section-title > span { width: 28px; height: 28px; flex: none; display: grid; place-items: center; border-radius: 9px; background: var(--green); color: white; font-size: 10px; font-weight: 700; }.form-section-title b,.form-section-title small { display: block; }.form-section-title b { font-size: 11px; }.form-section-title small { margin-top: 2px; color: var(--ink-soft); font-size: 7px; }
.auth-modal { width: min(470px,100%); padding: 36px 40px 30px; }.auth-brand { display: flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 700; }.auth-brand .brand-mark { width: 31px; height: 31px; font-size: 13px; }.auth-tabs { display: flex; gap: 6px; margin: 23px 0 25px; padding: 5px; border-radius: 12px; background: #edf1fa; }.auth-tabs button { flex: 1; min-height: 37px; border: 0; border-radius: 8px; background: transparent; color: var(--ink-soft); font-size: 10px; }.auth-tabs button.active { background: white; color: var(--green); font-weight: 700; }.auth-form { display: none; }.auth-form.active { display: block; }.auth-form h2 { margin: 0 0 6px; font-size: 26px; }.auth-form > p { margin: 0 0 20px; color: var(--ink-soft); font-size: 10px; }.auth-form > label:not(.agreement-check) { display: block; margin-bottom: 13px; color: var(--ink); font-size: 9px; font-weight: 600; }.auth-form input { width: 100%; margin-top: 6px; min-height: 43px; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.72); outline: 0; }.auth-form input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(105,127,208,.1); }.agreement-check { display: grid; grid-template-columns: auto 1fr; gap: 9px; margin: 15px 0; color: var(--ink-soft); font-size: 8px; line-height: 1.65; cursor: pointer; }.agreement-check input { width: 15px; height: 15px; min-height: 0; margin: 2px 0 0; }.agreement-check button { border: 0; background: none; padding: 0; color: var(--green); font-size: inherit; text-decoration: underline; }.form-error { min-height: 15px; margin: 0 0 8px !important; color: #c44f68 !important; font-size: 9px !important; }.prototype-note { margin-top: 15px; padding: 9px; border-radius: 8px; background: #fff6e8; color: #8a6138; text-align: center; font-size: 7px; line-height: 1.5; }.account-modal { width: min(390px,100%); padding: 40px; text-align: center; }.account-avatar { width: 58px; height: 58px; margin: 0 auto; font-size: 20px; }.account-modal h2 { margin: 13px 0 4px; }.account-modal > p { margin: 0; color: var(--ink-soft); font-size: 10px; }.account-status { display: flex; align-items: center; gap: 10px; margin: 23px 0; padding: 14px; border-radius: 11px; background: #edf5ff; text-align: left; }.account-status > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green); }.account-status b,.account-status small { display: block; }.account-status b { font-size: 10px; }.account-status small { margin-top: 3px; color: var(--ink-soft); font-size: 7px; }.full-button { width: 100%; }.legal-modal { width: min(760px,100%); padding: 40px; }.legal-header { padding-right: 35px; }.legal-header h2 { margin: 9px 0 5px; font-size: 30px; }.legal-header p { margin: 0; color: var(--ink-soft); font-size: 8px; }.legal-content { max-height: 52vh; overflow-y: auto; margin: 24px 0; padding: 22px; border-radius: 14px; background: rgba(255,255,255,.66); border: 1px solid var(--line); }.legal-content h3 { margin: 22px 0 7px; font-size: 13px; }.legal-content h3:first-child { margin-top: 0; }.legal-content p,.legal-content li { color: var(--ink-soft); font-size: 9px; line-height: 1.85; }.legal-content ul { padding-left: 18px; }.legal-content strong { color: var(--ink); }
.email-code-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: end; }.email-code-row input { min-width: 0; }.code-button { min-width: 105px; min-height: 43px; padding: 0 13px; border: 1px solid rgba(105,127,208,.22); border-radius: 10px; background: #edf1ff; color: var(--green); font-size: 9px; font-weight: 700; }.code-button:disabled { cursor: not-allowed; opacity: .58; }.field-help { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 7px; font-weight: 400; line-height: 1.5; }.field-help.success { color: var(--green); }
.card-status.offline,.online-badge.offline { color: #757b8c; }.card-status.offline i,.online-badge.offline i { background: #9ba1ad; }.agent-chip { margin-left: 7px; font-size: 8px; color: #777f91; }.agent-chip.online { color: var(--green); }.pairing-result { display: flex; align-items: center; gap: 12px; margin-top: 14px; padding: 12px 14px; border: 1px solid #d7e1ff; border-radius: 11px; background: #f0f4ff; }.pairing-result b { color: #4b5f9f; font: 700 21px/1 Consolas,monospace; letter-spacing: .12em; }.pairing-result span { color: var(--ink-soft); font-size: 8px; line-height: 1.5; }.booking-list { display: grid; gap: 12px; }.booking-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.75); }.booking-card h2 { margin: 10px 0 5px; font-size: 18px; }.booking-card p { margin: 0; color: var(--ink-soft); font-size: 10px; }.booking-actions { display: flex; align-items: center; gap: 8px; }.booking-actions a { text-decoration: none; }
.friend-access { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--line); }.friend-access-heading { display: flex; align-items: baseline; gap: 9px; }.friend-access-heading b { font-size: 10px; }.friend-access-heading span,.friend-empty { color: var(--ink-soft); font-size: 8px; }.friend-list { display: flex; flex-wrap: wrap; gap: 6px; margin: 9px 0; }.friend-chip { display: inline-flex; align-items: center; gap: 5px; min-height: 28px; padding: 3px 5px 3px 9px; border: 1px solid #d9e1d8; border-radius: 7px; background: #f7faf7; color: var(--green); font-size: 8px; }.friend-chip small { color: var(--ink-soft); }.friend-chip button { width: 22px; height: 22px; border: 0; background: transparent; color: #a14f61; font-size: 16px; line-height: 1; }.friend-form { display: flex; gap: 7px; max-width: 460px; }.friend-form input { min-width: 0; flex: 1; height: 38px; padding: 0 11px; border: 1px solid var(--line); border-radius: 7px; background: #fff; font: inherit; font-size: 9px; }.friend-form .outline-button { min-height: 38px; padding: 0 12px; }.task-section-heading { display: flex; justify-content: space-between; align-items: end; margin: 28px 0 12px; }.task-section-heading:first-of-type { margin-top: 0; }.task-section-heading h2 { margin: 0 0 4px; font-size: 18px; }.task-section-heading p { margin: 0; color: var(--ink-soft); font-size: 9px; }.inline-empty { padding: 18px; border: 1px dashed var(--line); border-radius: 8px; color: var(--ink-soft); font-size: 9px; text-align: center; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 28px; transform: translate(-50%,30px); display: flex; align-items: center; gap: 11px; padding: 12px 19px 12px 12px; background: var(--ink); color: white; border-radius: 13px; box-shadow: 0 15px 40px rgba(10,35,29,.3); opacity: 0; visibility: hidden; transition: .3s; }.toast.show { opacity: 1; visibility: visible; transform: translate(-50%,0); }.toast > span { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #a9e2ca; }.toast p { margin: 0; }.toast b,.toast small { display: block; }.toast b { font-size: 11px; }.toast small { color: rgba(255,255,255,.55); font-size: 8px; margin-top: 2px; }

@media (max-width: 1000px) {
  .site-header { padding: 0 24px; }.profile-name { display: none; }.hero { gap: 15px; }.hero-visual { transform: scale(.87); }.device-grid { grid-template-columns: repeat(2,1fr); }.toolbar { flex-wrap: wrap; }.filter-chips { order: 3; width: 100%; overflow-x: auto; }.how-section { grid-template-columns: 1fr; gap: 40px; }.upcoming-session { grid-template-columns: auto 1fr auto; }.upcoming-session > button { grid-column: 2 / 4; justify-self: start; }.owner-stats { grid-template-columns: 1fr; }.guide-hero { grid-template-columns: 1fr; gap: 20px; padding: 70px 0 45px; }.tailscale-map { min-height: 220px; }.managed-device-card { grid-template-columns: auto 1fr; }.managed-device-card .device-actions { grid-column: 2; }
}
@media (max-width: 720px) {
  .container { width: min(100% - 30px, 600px); }.site-header { height: 68px; padding: 0 16px; grid-template-columns: 1fr auto; }.main-nav { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 12px; justify-content: space-around; box-shadow: 0 12px 40px rgba(22,55,46,.18); background: rgba(255,254,250,.92); backdrop-filter: blur(14px); }.nav-item { flex: 1; padding: 11px 3px; font-size: 10px; }.header-actions { gap: 5px; }.notification-button { display: none; }.auth-button { min-height: 34px; padding: 0 12px; }.hero { grid-template-columns: 1fr; padding-top: 68px; }.hero h1 { font-size: 45px; }.hero-copy > p { font-size: 15px; }.hero-actions { gap: 16px; flex-wrap: wrap; }.hero-visual { min-height: 450px; max-width: 100vw; transform: scale(.75); margin: -45px -15px -25px; }.trust-items { grid-template-columns: repeat(2,1fr); padding: 17px 0; gap: 14px 0; }.trust-items > div { justify-content: flex-start; padding: 0 9px; }.trust-items > div:nth-child(2) { border: 0; }.market-section { padding: 70px 0; }.section-heading { align-items: flex-start; gap: 20px; }.section-heading h2,.how-copy h2 { font-size: 29px; }.section-heading .outline-button { flex: none; font-size: 0; width: 44px; padding: 0; }.section-heading .outline-button span { margin: 0; font-size: 20px; }.search-box { width: 100%; }.sort-button { margin-left: auto; }.device-grid { grid-template-columns: 1fr; }.how-section { padding: 42px 28px; margin-bottom: 70px; }.steps { grid-template-columns: 1fr; }.steps article { display: grid; grid-template-columns: auto 1fr; column-gap: 15px; }.steps article > span { right: 5px; }.steps h3 { margin: 2px 0 4px; }.steps p { grid-column: 2; }.dashboard-view { padding: 55px 0 100px; }.dashboard-heading { align-items: flex-start; }.dashboard-heading h1 { font-size: 36px; }.dashboard-heading .primary-button { padding: 0 14px; font-size: 0; min-height: 45px; }.dashboard-heading .primary-button span { font-size: 19px; margin: 0; }.upcoming-session { grid-template-columns: auto 1fr; gap: 18px; padding: 22px; }.session-price { grid-column: 1; text-align: left; }.upcoming-session > button { grid-column: 2; }.history-list > div { grid-template-columns: auto 1fr auto; }.history-owner { display: none; }.my-device-card { grid-template-columns: 1fr; }.my-device-visual { width: 100%; }.device-actions { justify-content: flex-end; }.managed-device-card { grid-template-columns: 1fr; }.managed-device-icon { width: 100%; }.managed-device-card .device-actions { grid-column: 1; justify-content: stretch; }.managed-device-card .device-actions button { flex: 1; }.onboarding-tip { align-items: flex-start; flex-wrap: wrap; }.onboarding-tip .text-button { margin-left: 37px; }.detail-modal { grid-template-columns: 1fr; }.detail-visual { min-height: 270px; }.detail-device-icon { transform: scale(.7); }.detail-content { padding: 34px 25px 28px; }.form-row { grid-template-columns: 1fr; }.publish-modal,.auth-modal,.legal-modal { padding: 34px 23px; }.form-section { padding: 15px 14px 1px; }.guide-hero h1 { font-size: 37px; }.tailscale-map { grid-template-columns: 1fr; gap: 16px; }.map-line { transform: rotate(90deg); width: 55px; margin: 0 auto; }.map-line span { transform: rotate(-90deg); white-space: nowrap; }.tutorial-step { padding: 18px; gap: 12px; }.address-example { grid-template-columns: 1fr auto; }.address-example span { grid-column: 1 / 3; }.security-card { align-items: flex-start; }.footer-links { width: 100%; order: 4; }footer { padding-bottom: 95px; }footer .container { flex-wrap: wrap; }footer p { order: 3; flex-basis: 100%; }footer .container > span { margin-left: auto; }
}
@media (max-width: 720px) { .booking-card { align-items: flex-start; flex-direction: column; }.booking-actions { width: 100%; flex-wrap: wrap; }.booking-actions > * { flex: 1; justify-content: center; } }
@media (max-width: 720px) { .ambient { display: none; }.hero-visual { overflow: hidden; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }
