/* == pixelos-fonts.css == */


@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/geist-variable-latin.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/geist-variable-latin-ext.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/geist-mono-variable-latin.woff2') format('woff2-variations');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Geist Mono';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/geist-mono-variable-latin-ext.woff2') format('woff2-variations');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: 'Noto Sans SC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/noto-sans-sc-subset.woff2') format('woff2-variations');
  unicode-range: U+2E80-2EFF,U+3000-303F,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FF00-FFEF;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/noto-sans-tc-subset.woff2') format('woff2-variations');
  unicode-range: U+2E80-2EFF,U+3000-303F,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FF00-FFEF;
}
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/noto-sans-jp-subset.woff2') format('woff2-variations');
  unicode-range: U+2E80-2EFF,U+3000-303F,U+3040-30FF,U+31F0-31FF,U+3400-4DBF,U+4E00-9FFF,U+F900-FAFF,U+FF00-FFEF;
}
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('/fonts/noto-sans-kr-subset.woff2') format('woff2-variations');
  unicode-range: U+1100-11FF,U+2E80-2EFF,U+3000-303F,U+3130-318F,U+3400-4DBF,U+4E00-9FFF,U+A960-A97F,U+AC00-D7FF,U+F900-FAFF,U+FF00-FFEF;
}

html[data-lang] {
  --font-body: 'Geist', system-ui, -apple-system, sans-serif;
  --font-serif: 'Geist', system-ui, -apple-system, sans-serif;
  --font-quote: 'Geist', system-ui, -apple-system, sans-serif;
  --font-hero: 'D-DIN', system-ui, -apple-system, sans-serif;
}

html[data-lang='zh'] {
  --font-body: 'Geist', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  --font-serif: 'Geist', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  --font-quote: 'Geist', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  --font-hero: 'D-DIN', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
}

html[data-lang='zh-hant'] {
  --font-body: 'Geist', 'Noto Sans TC', system-ui, -apple-system, sans-serif;
  --font-serif: 'Geist', 'Noto Sans TC', system-ui, -apple-system, sans-serif;
  --font-quote: 'Geist', 'Noto Sans TC', system-ui, -apple-system, sans-serif;
  --font-hero: 'D-DIN', 'Noto Sans TC', system-ui, -apple-system, sans-serif;
}

html[data-lang='ja'] {
  --font-body: 'Geist', 'Noto Sans JP', system-ui, -apple-system, sans-serif;
  --font-serif: 'Geist', 'Noto Sans JP', system-ui, -apple-system, sans-serif;
  --font-quote: 'Geist', 'Noto Sans JP', system-ui, -apple-system, sans-serif;
  --font-hero: 'D-DIN', 'Noto Sans JP', system-ui, -apple-system, sans-serif;
}

html[data-lang='ko'] {
  --font-body: 'Geist', 'Noto Sans KR', system-ui, -apple-system, sans-serif;
  --font-serif: 'Geist', 'Noto Sans KR', system-ui, -apple-system, sans-serif;
  --font-quote: 'Geist', 'Noto Sans KR', system-ui, -apple-system, sans-serif;
  --font-hero: 'D-DIN', 'Noto Sans KR', system-ui, -apple-system, sans-serif;
}

/* == base.css == */


:root {
  
  --font-body:  'Geist', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  --font-serif: 'Geist', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  --font-quote: 'Geist', 'Noto Sans SC', system-ui, -apple-system, sans-serif;
  
  --font-mono:  'D-DIN', 'Geist Mono', 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  
  --font-hero:  'D-DIN', 'Noto Sans SC', system-ui, -apple-system, sans-serif;

  
  --fs-chip-xs:  10px;  
  --fs-mono-cap: 11px;  
  --fs-meta:     12px;  
  --fs-snippet:  13px;  
  --fs-body:     14px;  
  --fs-body-lg:  15px;  
  --fs-title:    16px;  
  --fs-title-lg: 17px;  
  --fs-h1:       22px;  
  --fs-hero:     30px;  

  
  --fw-regular:  400;  
  --fw-medium:   500;  
  --fw-semibold: 650;  

  
  --ls-mono:      0.04em;   
  --ls-mono-cap:  0.06em;   
  --ls-up-xs:     0.08em;   
  --ls-up-sm:     0.10em;   
  --ls-up-md:     0.12em;   
  --ls-up-lg:     0.14em;   
  --ls-up-xl:     0.16em;   
  --ls-tight-sm: -0.005em;  
  --ls-tight-md: -0.01em;   
  --ls-tight-lg: -0.015em;  

  
  --lh-mono:     1;      
  --lh-hero:     1.25;   
  --lh-snippet:  1.45;   
  --lh-body:     1.5;    
  --lh-quote:    1.55;   
  --lh-quote-lg: 1.65;   

  
  --r-xs:        4px;    
  --r-sm:        4px;    
  --r-button-sm: 4px;    
  --r-input:     6px;    
  --r-nav-item:  6px;    
  --r-button:    6px;    
  --r-avatar:    8px;    
  --r-sheet:     8px;    
  --r-pill:    999px;    
  --r-circle:   50%;     

  
  --duration-quick:  0.12s;                          
  --duration-snap:   0.18s;                          
  --duration-smooth: 0.26s;                          
  --ease-snap:       cubic-bezier(0.2, 0.8, 0.2, 1); 

  
  --brain-personal: var(--accent);  
  --brain-family:   #7A8B6E;
  --brain-team:     #6A7389;

  
  --tag-type-bg:   rgba(var(--ink-rgb), 0.06);   
  --tag-type-fg:   var(--ink-soft);              
  --tag-type-bd:   rgba(var(--ink-rgb), 0.12);   
  
  --tag-accent-bg: rgba(var(--accent-rgb), 0.12);
  --tag-accent-fg: var(--accent);
  
  --tag-rel-team-bg:    rgba(var(--team-rgb),   0.14);
  --tag-rel-family-bg:  rgba(var(--family-rgb), 0.13);
  --tag-rel-client-bg:  rgba(var(--client-rgb), 0.14);
  --tag-rel-friend-bg:  rgba(var(--friend-rgb), 0.15);

  
  --tag-cat-work-bg:     var(--tag-rel-team-bg);    
  --tag-cat-family-bg:   var(--tag-rel-family-bg);  
  --tag-cat-personal-bg: var(--tag-rel-client-bg);  
  --tag-cat-thought-bg:  var(--tag-rel-friend-bg);  

  
  --tag-status-live-bg:    var(--green);
  --tag-status-live-fg:    var(--bg);
  --tag-status-pending-bg: rgba(var(--accent-rgb), 0.14);
  --tag-status-pending-fg: var(--accent);
  --tag-status-ready-bg:   rgba(var(--green-rgb), 0.14);
  --tag-status-ready-fg:   var(--green);

  
  --feedback-press-weak:    rgba(var(--ink-rgb), 0.04);
  --feedback-press-medium:  rgba(var(--ink-rgb), 0.06);
  --feedback-press-accent:  rgba(var(--accent-rgb), 0.10);
  --feedback-disabled-opacity: 0.45;
}

/* == theme.css == */

:root, :root[data-theme="dark"] {
  --bg: #0a0b0d;
  --bg-raised: #14171b;
  --bg-inset: #101317;
  --fg: #f2f4f6;
  --fg-mute: #9aa3ad;
  --fg-faint: #5c646d;
  --accent: #7FBA13;
  --accent-hover: #8FC91F;
  --accent-fg: #0a0b0d;
  --border: rgba(242, 244, 246, 0.10);
  --grid-line: rgba(242, 244, 246, 0.08);
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
}
:root[data-theme="light"] {
  --bg: #f7f8f6;
  --bg-raised: #ffffff;
  --bg-inset: #eef0ec;
  --fg: #171b22;
  --fg-mute: #515966;
  --fg-faint: #8a919b;
  --accent: #4F7A0A;
  --accent-hover: #56820A;
  --accent-fg: #ffffff;
  --border: rgba(23, 27, 34, 0.12);
  --grid-line: rgba(23, 27, 34, 0.06);
  --shadow: 0 8px 28px rgba(23, 27, 34, 0.10);
}

.h-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px 0;
  color: var(--fg-mute);
  transition: color 0.2s ease;
}
.h-theme-toggle:hover { color: var(--fg); }
.h-theme-toggle .lucide { width: 16px; height: 16px; }
.h-theme-toggle .lucide-moon { display: none; }
:root[data-theme="light"] .h-theme-toggle .lucide-sun { display: none; }
:root[data-theme="light"] .h-theme-toggle .lucide-moon { display: block; }

/* == tokens-pixelos.css == */


:root {
  
  --p-bg:           #BBD7D0;          
  --p-bg-soft:      #E6FAF4;          
  --p-text:         #19282d;          
  --p-text-rgb:     25, 40, 45;
  
  --p-stage:        #0F151A;
  --p-stage-rgb:    15, 21, 26;
  
  --p-stage2:       #252931;          
  --p-stage2-rgb:   37, 41, 49;
  --p-stage2-deep:  #0e1217;          
  --p-text-soft:    rgba(var(--p-text-rgb), 0.65);   
  --p-accent:       #8BBC15;          
  --p-accent-rgb:   139, 188, 21;
  --p-accent-hover: #7AA512;
  --p-light:        #FFFFFF;          
  --p-light-rgb:    255, 255, 255;    

  
  --p-cell-size:   10px;   
  --p-cell-gap:    1px;    
  --p-cell-radius: 1.2px;  

  
  --p-cell-rgb:  187, 215, 208;              
  --p-cell-dim: rgba(var(--p-cell-rgb),0);      
  --p-r1:       rgba(var(--p-cell-rgb),0.25);   
  --p-r2:       rgba(var(--p-cell-rgb),0.42);
  --p-r3:       rgba(var(--p-cell-rgb),0.58);
  --p-r4:       rgba(var(--p-cell-rgb),0.72);
  --p-r5:       rgba(var(--p-cell-rgb),0.84);
  --p-r6:       rgba(var(--p-cell-rgb),0.94);
  --p-r7:       rgba(var(--p-cell-rgb),1);      

  
  --p-grid-line: rgba(var(--p-cell-rgb),0);

  
  --p-ink-dim: rgba(var(--p-text-rgb),0);
  --p-i1:      rgba(var(--p-text-rgb),0.14);   
  --p-i2:      rgba(var(--p-text-rgb),0.26);
  --p-i3:      rgba(var(--p-text-rgb),0.40);
  --p-i4:      rgba(var(--p-text-rgb),0.55);
  --p-i5:      rgba(var(--p-text-rgb),0.70);
  --p-i6:      rgba(var(--p-text-rgb),0.84);
  --p-i7:      rgba(var(--p-text-rgb),1);       
  --p-i-accent: var(--p-accent);                

  
  --p-cell-fade:            0ms;    
  --p-ripple-life-min:    2500ms;   
  --p-ripple-life-max:    5000ms;   
  --p-ripple-wave-stagger: 700ms;   
  --p-ripple-ring-width:   1.2;     

  
  --p-boot-duration:  1800ms;  
  --p-boot-stagger:    8ms;    
  --p-boot-grid-in:   200ms;   
  --p-boot-h1-in:     800ms;   
  --p-boot-h1-dur:    400ms;
  --p-boot-content-staggers: 80ms; 

  
  --p-cell-budget-max: 12000;

  
  --p-ease-ripple: cubic-bezier(0.2, 0.9, 0.25, 1);  
  --p-ease-fade:   cubic-bezier(0.4, 0, 0.2, 1);     
}

@media (max-width: 768px) {
  :root {
    --p-cell-size: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  :root {
    --p-boot-duration: 0ms;
    --p-boot-grid-in:  0ms;
    --p-boot-h1-dur:   0ms;
    --p-boot-stagger:  0ms;
    
    --p-ripple-life-min: 9000ms;
    --p-ripple-life-max: 14000ms;
  }
}

/* == home.css == */


* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--bg); }
body {
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; }

h1, h2, h3 { font-family: var(--font-mono); font-weight: 500; line-height: 1.2; letter-spacing: -0.02em; }
h1 { font-size: clamp(34px, 8vw, 56px); }
h2 { font-size: clamp(26px, 6vw, 40px); }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.h-accent { color: var(--accent); font-weight: var(--fw-medium); }

.h-hero::before,
.h-section.h-products::before,
.h-section.h-pricing::before,
.h-section.h-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px),
    linear-gradient(180deg, var(--grid-line) 1px, transparent 1px);
  background-size: 36px 36px;
}

.h-hero::after,
.h-section.h-products::after,
.h-section.h-pricing::after,
.h-section.h-cta::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 64px;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--bg));
}

.h-section { position: relative; padding: 64px 0; }
.h-section-inner { max-width: 1120px; margin: 0 auto; padding: 0 20px; width: 100%; position: relative; z-index: 1; } 
.h-section-inner-narrow { max-width: 860px; }
.h-section-head { margin-bottom: 32px; }
.h-section-title { font-size: clamp(26px, 6vw, 40px); }

.h-eyebrow { display: none; }

.h-btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 0;
  border-radius: 6px;
  font-size: 14px;
  font-weight: var(--fw-medium);
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
.h-btn svg { width: 16px; height: 16px; display: block; }
.h-btn-primary {                    
  background: var(--accent);
  color: var(--accent-fg);
}
.h-btn-primary:hover { background: var(--accent-hover); }
.h-btn-lg { padding: 14px 24px; font-size: 16px; }
.h-btn-lg svg { width: 18px; height: 18px; }
.h-btn-wide { padding: 10px 18px; }

:root { --h-nav-h: 60px; }
.h-nav {
  position: sticky; top: 0; z-index: 50;
  height: var(--h-nav-h);
  background: var(--bg);                                    
  background: color-mix(in srgb, var(--bg) 86%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}
.h-nav.is-scrolled {
  background: var(--bg);
  background: color-mix(in srgb, var(--bg) 94%, transparent);
}
.h-nav-inner {
  max-width: 1120px; height: 100%;
  margin: 0 auto; padding: 0 20px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.h-nav-left { display: flex; align-items: center; gap: 32px; min-width: 0; }
.h-nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.h-nav-logo { height: 24px; width: auto; display: block; }

.h-nav-logo-light { display: none; }
:root[data-theme="light"] .h-nav-logo-dark { display: none; }
:root[data-theme="light"] .h-nav-logo-light { display: block; }
.h-nav-links { display: none; }                              
.h-nav-links a { color: var(--fg-mute); transition: color 0.15s ease; }
.h-nav-links a:hover { color: var(--fg); }
.h-nav-cta { display: flex; align-items: center; gap: 12px; }

.h-nav-lang { position: relative; display: block; }   
.h-nav-lang-trigger {
  display: inline-flex; align-items: center; gap: 4px;
  background: none; border: 0; cursor: pointer;
  padding: 8px 0;
  font-size: 14px;
  color: var(--fg-mute);
  transition: color 0.15s ease;
}
.h-nav-lang-trigger:hover { color: var(--fg); }
.h-nav-lang-chevron { width: 14px; height: 14px; transition: transform 0.15s ease; }
.h-nav-lang.is-open .h-nav-lang-chevron { transform: rotate(180deg); }
.h-nav-lang-menu {
  position: absolute; top: calc(100% + 10px); right: 0; z-index: 60;
  min-width: 132px;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 6px;
  display: flex; flex-direction: column; gap: 2px;
  max-height: calc(100vh - 120px);   
  max-height: calc(100dvh - 120px);
  overflow-y: auto;
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s ease;
}
.h-nav-lang.is-open .h-nav-lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.h-nav-lang-item {
  display: flex; align-items: center; justify-content: space-between;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 13px;
  color: var(--fg-mute);
  white-space: nowrap;
  transition: background 0.15s ease, color 0.15s ease;
}
.h-nav-lang-item:hover { background: var(--bg-inset); color: var(--fg); }
.h-nav-lang-item.is-on { color: var(--fg); font-weight: var(--fw-medium); }
.h-nav-lang-item.is-on::after {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  margin-left: 16px;
}

.h-hero {
  position: relative;
  display: flex; align-items: center;
  min-height: min(calc(100vh - var(--h-nav-h)), 820px);   
  min-height: min(calc(100dvh - var(--h-nav-h)), 820px);
  padding: 48px 0 72px;
  overflow-x: clip;
  
}
.h-hero-grid { position: relative; z-index: 1; }
.h-hero-title { margin-bottom: 20px; font-size: clamp(34px, 3.5vw, 44px); } 
.h-hero-sub {
  font-size: 16px;
  line-height: 1.7;
  color: var(--fg-mute);
  margin-bottom: 28px;
  max-width: 560px;
}
.h-hero-sub br { display: none; }                            

.h-hero-agents { margin-bottom: 32px; }
.h-agents-label {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-faint);
  margin-bottom: 14px;
}
.h-agents-row { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 14px 18px; }
.h-agent {
  display: flex; flex-direction: column; align-items: center; gap: 7px;
  width: 56px;
  opacity: 0.92;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.h-agent:hover { opacity: 1; transform: translateY(-2px); }
.h-agent svg { width: 28px; height: 28px; display: block; }
.h-agent-img { width: 28px; height: 28px; object-fit: contain; display: block; }

.h-agent-plate { background: #ffffff; border-radius: 7px; padding: 2.5px; }
.h-agent-name { font-size: 11px; font-weight: var(--fw-medium); color: var(--fg-faint); white-space: nowrap; }
.h-agent-more { font-size: 12px; color: var(--fg-faint); white-space: nowrap; align-self: center; }

:root[data-theme="light"] .h-agent[style*="#FFFFFF" i] { color: var(--fg) !important; }

.h-hero-cta-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-bottom: 20px; }
.h-hero-more { font-family: var(--font-mono); font-size: 13px; color: var(--fg-faint); } 
.h-hero-meta { display: flex; flex-wrap: wrap; gap: 16px; }
.h-hero-meta-item {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--fg-faint);
}
.h-hero-meta-item svg { width: 13px; height: 13px; }

.h-hero-visual { display: flex; justify-content: center; margin-top: 44px; }

.shot-frag {
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.shot-frag img { display: block; width: 100%; height: auto; }

.phone-stack { position: relative; display: block; width: 465px; margin: 8px auto 0; }
.phone-shot { width: 300px; margin: 0; border-radius: 24px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow); background: #17191b; }
.phone-shot img { display: block; width: 100%; height: auto; }

.phone-bar { display: flex; align-items: center; justify-content: space-between; height: 35px; padding: 0 18px; background: #17191b; color: #fff; font-family: var(--font-mono, ui-monospace, monospace); }
.phone-clock { font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.phone-cluster { display: flex; align-items: center; gap: 5px; }
.phone-cluster svg { display: block; height: 12px; width: auto; }
.phone-shot-front { position: relative; z-index: 2; margin-left: 86px; }
.phone-shot-back { position: absolute; left: 0; top: -16px; z-index: 1; opacity: .82; }

.phone-shot-solo { position: relative; z-index: 1; }
.hero-cc-win {
  
  position: absolute;
  right: 0;
  bottom: -16px;
  z-index: 3;
  width: 310px;
  background: #262624;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-cc-bar { display: flex; align-items: center; gap: 7px; padding: 10px 12px; background: #2b2927; border-bottom: 1px solid rgba(255, 255, 255, 0.08); }
.hero-cc-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; }
.hero-cc-dot-r { background: #ff5f57; }
.hero-cc-dot-y { background: #febc2e; }
.hero-cc-dot-g { background: #28c840; }
.hero-cc-ic { width: 13px; height: 13px; color: #8f8a84; flex-shrink: 0; }
.hero-cc-title { margin-left: 2px; font-family: var(--font-mono); font-size: 10.5px; color: #c9c5bf; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0; }
.hero-cc-pill { font-family: var(--font-mono); font-size: 9.5px; color: #b8b3ad; background: #3a3835; border-radius: 999px; padding: 2px 7px; flex-shrink: 0; }
.hero-cc-right { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; }
.hero-term-body { padding: 14px 12px 18px; display: flex; flex-direction: column; gap: 10px; }
.hero-term-body p { margin: 0; font-family: var(--font-mono); font-size: 11.5px; line-height: 1.55; }

.hero-term-user { align-self: flex-end; max-width: 88%; background: #393937; color: #eceae6; padding: 7px 11px; border-radius: 12px 12px 4px 12px; }
.hero-term-oc { color: #D97757; }
.hero-term-tool { color: var(--accent); }
.hero-term-res { color: rgba(232, 230, 227, 0.5); padding-left: 16px; }
.hero-term-ans { color: #e8e6e3; }

.h-caps-col .shot-frag-step { justify-self: center; width: 100%; margin-top: 24px; }

.phone-frame {
  position: relative;
  aspect-ratio: 393 / 852;
  border: 2px solid var(--border);
  border-radius: 28px;
  background: var(--bg-raised);
  padding: 6px;
  box-shadow: var(--shadow);
}
.phone-frame::before {                                       
  content: '';
  position: absolute;
  top: 18px; left: 50%;
  transform: translateX(-50%);
  width: 40%; height: 8px;
  border-radius: 4px;
  background: var(--bg-inset);
  z-index: 1;
}
.phone-frame-hero { width: min(300px, 74vw); }
.phone-frame-step { width: 200px; }
.phone-frame img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.phone-frame-empty {
  position: absolute;
  inset: 6px;
  border-radius: 20px;
  background-color: var(--bg);
  display: flex; align-items: center; justify-content: center;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--fg-faint);
}

.h-section.h-caps {                                          
  padding: clamp(64px, 10vh, 120px) 0;
}
.h-caps-wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; } 
.h-caps-lead {                                               
  font-size: clamp(26px, 6vw, 40px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: var(--fg);
  text-align: center;
}
.h-caps-lead-sub { font-size: 15px; color: var(--fg-mute); margin-top: 12px; text-align: center; }

.h-caps-col {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--bg-raised);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px;
  margin-top: 20px;
}
.h-caps-lead-sub + .h-caps-col { margin-top: 40px; }         
.h-caps-num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--accent);
}
.h-cap-title { font-size: 20px; font-weight: 650; margin: 8px 0 10px; }
.h-cap-body { color: var(--fg-mute); line-height: 1.7; }
@media (min-width: 768px) {
  .h-caps-col {
    grid-template-columns: 1.2fr 1fr;                        
    grid-template-rows: auto auto 1fr;
    column-gap: 32px;
  }
  .h-caps-col > .h-caps-num,
  .h-caps-col > .h-cap-title,
  .h-caps-col > .h-cap-body { grid-column: 1; }
  .h-caps-col .shot-frag-step { grid-column: 2; grid-row: 1 / span 3; align-self: center; margin-top: 0; width: 100%; max-width: 420px; } 
}

.cap-listen { background: #14171b; padding: 16px 16px 14px; display: flex; flex-direction: column; gap: 13px; }
.cap-listen-head { display: flex; align-items: center; justify-content: space-between; }
.cap-listen-live { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 13px; font-weight: 600; letter-spacing: 0.13em; color: #83c705; }
.cap-listen-dot { width: 8px; height: 8px; border-radius: 50%; background: #83c705; animation: cap-listen-pulse 1.7s ease-in-out infinite; }
@keyframes cap-listen-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.cap-listen-time { font-family: var(--font-mono); font-size: 22px; font-weight: 700; color: #fff; letter-spacing: 0.02em; }

.cap-dither {
  height: 60px;
  background: url("/pixelos/assets/shots/listening-dither-static.png") center / cover no-repeat;
}
.cap-dither.is-live { background-image: url("/pixelos/assets/shots/listening-dither.webp"); }

@media (prefers-reduced-motion: reduce) {
  .cap-dither.is-live { background-image: url("/pixelos/assets/shots/listening-dither-static.png"); }
}
.cap-listen-foot { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 12px; }
.cap-listen-plan { font-family: var(--font-mono); font-size: 12px; color: rgba(255, 255, 255, 0.5); }
.cap-listen-toggle { position: relative; width: 40px; height: 22px; border-radius: 999px; background: #83c705; flex-shrink: 0; }
.cap-listen-toggle::after { content: ''; position: absolute; top: 3px; right: 3px; width: 16px; height: 16px; border-radius: 50%; background: #14171b; }

.cap-term { position: relative; padding: 24px 28px; overflow: visible; }
.cap-term-win { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 12px; box-shadow: var(--shadow); background: #0e1216; overflow: hidden; }
.cap-term-bar { display: flex; align-items: center; gap: 10px; padding: 9px 13px; border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.cap-term-dots { display: inline-flex; gap: 5px; }
.cap-term-dots i { width: 8px; height: 8px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); }
.cap-term-name { font-family: var(--font-mono); font-size: 11px; color: rgba(255, 255, 255, 0.4); letter-spacing: 0.04em; }
.cap-term-body { padding: 14px 15px 16px; font-family: var(--font-mono); font-size: 12px; line-height: 1.5; }
.cap-term-line { margin: 0; white-space: nowrap; }
.cap-term-gap { margin-top: 11px; }
.cap-term-cmd { color: #e8eaec; }
.cap-term-ok { color: var(--accent); }
.cap-term-mut { color: rgba(255, 255, 255, 0.34); }
.cap-term-agents { position: absolute; inset: 0; pointer-events: none; }
.cap-agent { position: absolute; width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; background: #191c20; border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4); }
.cap-agent svg { width: 55%; height: 55%; display: block; }      
.cap-agent-img { width: 55%; height: 55%; object-fit: contain; display: block; }
.cap-agent-plate { background: #fff; border-radius: 5px; padding: 2px; }        

.cap-agent-0 { width: 48px; height: 48px; top: 24%;     right: 15%;  transform: rotate(-8deg); }   
.cap-agent-1 { width: 34px; height: 34px; top: 55%;     right: 8%;   transform: rotate(6deg); }    
.cap-agent-2 { width: 25px; height: 25px; top: 11%;     right: 31%;  transform: rotate(-6deg); }   
.cap-agent-3 { width: 46px; height: 46px; bottom: -3px; right: 20%;  transform: rotate(11deg); }   
.cap-agent-4 { width: 32px; height: 32px; top: 42%;     left: -7px;  transform: rotate(-9deg); }   
.cap-agent-5 { width: 24px; height: 24px; top: -3px;    left: 4%;    transform: rotate(6deg); }    
.cap-agent-6 { width: 26px; height: 26px; bottom: 3px;  left: 27%;   transform: rotate(-5deg); }   

.h-section.h-products { padding: clamp(64px, 10vh, 120px) 0; } 
.h-products-title { text-align: center; }                    
.h-products-sub { text-align: center; color: var(--fg-mute); margin-top: 12px; }
.h-products-row { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
.h-product-card {
  background-color: var(--bg-raised);   
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 0;                                                
  display: flex;
  flex-direction: column;
}
.h-product-art {
  aspect-ratio: 28 / 26;                                     
  color: var(--fg);                                          
  max-width: 150px;                                          
  margin: 0 0 10px;
}
.h-product-art svg { display: block; width: 100%; height: 100%; }

@keyframes pa-flicker {
  0%, 44%   { opacity: var(--pa-o, 1); }
  52%, 60%  { opacity: calc(var(--pa-o, 1) * 0.3); }
  68%, 100% { opacity: var(--pa-o, 1); }
}
@keyframes pa-write {
  0%, 8%    { opacity: 0; }
  22%, 76%  { opacity: var(--pa-o, 0.6); }
  92%, 100% { opacity: 0; }
}
.h-product-card:hover .pa-g {
  animation: pa-flicker var(--pa-t, 1.4s) linear infinite;
  animation-delay: var(--pa-d, 0s);
}
.h-product-card:hover .pa-line {
  animation: pa-write 2.4s ease-in-out infinite;
  animation-delay: calc(var(--pa-row) * 0.2s + var(--pa-i) * 0.04s);
}
@media (prefers-reduced-motion: reduce) {
  .h-product-card:hover .pa-g,
  .h-product-card:hover .pa-line { animation: none; }
}

.h-chat-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--fg-mute);
  padding: 10px 16px;
  border-bottom: 1px solid var(--border);
}
.h-chat-title::before { content: ''; width: 8px; height: 8px; background: var(--accent); flex-shrink: 0; }
.h-chat-body { display: flex; flex-direction: column; gap: 18px; padding: 16px; flex: 1; }

.h-chat-user {
  align-self: flex-end;
  max-width: 88%;
  font-family: var(--font-mono);
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--fg-mute);
  background: var(--bg-inset);
  border: 1px solid var(--border);
  border-radius: 10px;
  border-top-right-radius: 3px;
  padding: 10px 12px;
}

.h-chat-agent {
  align-self: flex-start;
  margin-top: auto;
  max-width: 88%;
  background: var(--bg-inset);
  border: 1px solid var(--border);
  border-radius: 10px;
  border-top-left-radius: 3px;
  padding: 12px;
}
.h-chat-caption { font-size: 13px; color: var(--fg-mute); }

.h-section.h-trust { padding: clamp(48px, 8vh, 88px) 0; }    
.h-trust .h-section-head { text-align: center; }            
.h-trust-row { display: grid; grid-template-columns: 1fr; gap: 12px; }
.h-trust-card {
  background: var(--bg-inset);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 18px 20px;
}
.h-trust-card h3 { font-size: 15px; }
.h-trust-card h3::before {                                   
  content: '';
  display: inline-block;
  width: 8px; height: 8px;
  background: var(--accent);
  margin-right: 8px;
}
.h-trust-card p { font-size: 14px; color: var(--fg-mute); margin-top: 6px; }

.h-section.h-pricing { padding: clamp(64px, 10vh, 120px) 0; } 
.h-pricing .h-section-head { text-align: center; }           
.h-pricing-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.h-pricing-card {
  position: relative;                                        
  border: 1px solid var(--border);
  border-radius: 12px;
  background: var(--bg-raised);
  padding: 24px;
}
.h-pricing-card-featured {
  border: 2px solid var(--accent);
  padding: 23px;                                             
}
.h-pricing-tag {                                             
  position: absolute;
  top: 14px; right: 14px;
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: var(--accent);
  color: var(--accent-fg);
  border-radius: 4px;
  padding: 3px 8px;
}
.h-pricing-name { font-size: 18px; }
.h-pricing-desc { color: var(--fg-faint); font-size: 13px; margin-top: 2px; }
.h-pricing-price { font-size: 40px; font-weight: 700; color: var(--fg); line-height: 1.2; margin-top: 14px; }
.h-pricing-price span { font-family: var(--font-mono); font-size: 13px; font-weight: 400; color: var(--fg-faint); }
.h-pricing-features { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; font-size: 15px; color: var(--fg-mute); }
.h-pricing-features li { display: flex; align-items: flex-start; gap: 8px; }
.h-pricing-features svg { width: 16px; height: 16px; color: var(--accent); flex-shrink: 0; margin-top: 3px; }

.h-pricing-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-faint);
}
.h-pricing-blurb { font-size: 0.8rem; line-height: 1.5; color: var(--fg-mute); margin-top: 14px; height: 3em; }
.h-pricing-div { border-top: 1px solid var(--border); margin: 14px 0; }
.h-pricing-hours-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--fg-faint);
  margin-bottom: 6px;
}
.h-pricing-hours-big { font-family: var(--font-mono); font-size: 1.6rem; font-weight: 600; line-height: 1.1; color: var(--accent); white-space: nowrap; margin-bottom: 6px; }
.h-pricing-hours-sub { font-size: 0.75rem; color: var(--fg-faint); height: 1.4em; white-space: nowrap; }
.h-pricing-note {
  color: var(--fg-mute);
  font-size: 0.85rem;
  line-height: 1.7;
  text-align: left;
  margin: 28px 0 0;
}
.h-pricing-compare { margin-top: 14px; }
.h-pricing-compare a { font-family: var(--font-mono); font-size: 13px; color: var(--accent); }
.h-pricing-compare a:hover { text-decoration: underline; text-underline-offset: 3px; }

.h-section.h-cta { padding: clamp(72px, 12vh, 140px) 0; }   

.h-section.h-brand {
  padding: clamp(72px, 12vh, 140px) 0;
  
}
.h-cta { text-align: center; }
.h-cta-title { margin-bottom: 14px; }                        
.h-cta-sub { color: var(--fg-mute); max-width: 560px; margin: 0 auto 28px; }
.h-cta-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.h-cta-btns .h-btn {                                         
  height: 52px;
  padding: 0 28px;
  font-size: 17px;
}
.h-cta-soon {                                                
  margin-top: 16px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--fg-faint);
}

.h-foot {
  border-top: 1px solid var(--border);   
  padding: 48px 0 32px;
}
.h-foot-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px 20px; }
.h-foot-col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.h-foot-soon-label {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;               
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-faint);
}
.h-foot-soon-item { color: var(--fg-faint); cursor: default; }
.h-foot-head {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--fg-faint);
  margin-bottom: 4px;
}
.h-foot-col a { color: var(--fg-mute); transition: color 0.15s ease; }
.h-foot-col a:hover { color: var(--fg); text-decoration: underline; text-underline-offset: 3px; }
.h-foot-col a.is-coming { color: var(--fg-faint); }
.h-foot-tag-soon {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--fg-faint);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1px 5px;
  margin-left: 6px;
}
.h-foot-social { display: flex; gap: 10px; margin-top: 2px; }
.h-foot-social a {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 6px;
  color: var(--fg-mute);
  transition: background 0.15s ease, color 0.15s ease;
}
.h-foot-social a:hover { background: var(--bg-raised); color: var(--fg); } 
.h-foot-social svg { width: 18px; height: 18px; }
.h-foot-bottom {
  max-width: 1120px; margin: 40px auto 0; padding: 20px 20px 0;
  border-top: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 8px;
  font-size: 13px; color: var(--fg-faint);
}
.h-foot-bottom-meta { display: flex; gap: 20px; }
.h-foot-bottom-meta a:hover { color: var(--fg); }

@media (min-width: 768px) {
  :root { --h-nav-h: 72px; }
  body { font-size: 16px; }
  .h-section { padding: 96px 0; }
  .h-nav-logo { height: 28px; }
  .h-nav-links { display: flex; gap: 28px; font-size: 14px; }
  .h-hero { padding: 64px 0 88px; }
  .h-hero-sub br { display: inline; }
  .h-products-row { grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .h-trust-row { grid-template-columns: repeat(3, 1fr); }
  .h-pricing-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } 
  .h-foot-grid { grid-template-columns: repeat(4, 1fr); }    
  .h-foot-bottom { flex-direction: row; justify-content: space-between; align-items: center; gap: 16px; }
}

@media (max-width: 1079px) {
  .phone-stack { zoom: 0.85; zoom: calc((100vw - 40px) / 465px); }
}
@media (max-width: 520px) {
  .phone-stack { zoom: 0.66; zoom: calc((100vw - 40px) / 465px); }
}

@media (min-width: 1080px) {
  .h-pricing .h-section-inner-narrow { max-width: 1120px; }  
  .h-pricing-grid { grid-template-columns: repeat(4, 1fr); }
  .h-hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; gap: 48px; }
  .h-hero-visual { margin-top: 0; min-width: 0; }            
  .phone-stack { margin-top: 0; }
  .phone-shot-front { margin-left: 106px; }
  .phone-shot-back { top: -22px; }
  .h-foot-grid { grid-template-columns: repeat(5, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
}

.h-brand-eq {
  font-weight: 700;
  letter-spacing: -0.035em;
  color: var(--fg);
  
  font-size: 18vw;                 
  line-height: 0.98;
  text-align: center;
  text-transform: uppercase;
  padding: 0 20px;
}
.h-brand-eq-w { display: block; }
.h-brand-eq-op { display: block; }

.h-brand-eq-eq { transform: rotate(90deg); }
@media (min-width: 768px) {
  .h-brand-eq {
    font-size: 7.7vw;              
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    padding: 0;
  }
  .h-brand-eq-w { display: inline; }
  .h-brand-eq-op { display: inline; text-align: inherit; }
  .h-brand-eq-eq { transform: none; }        
}
.h-brand-eq-op { color: var(--fg-faint); font-weight: 600; }
.h-brand-eq-g { color: var(--accent); }      

/* == phone-mock.css == */


.pm-scale {
  position: relative;
  width: 300px;
  height: calc(850px * (300 / 402));
  pointer-events: none;
  user-select: none;
}
.pm-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 402px;
  height: 850px;
  transform: scale(calc(300 / 402));
  transform-origin: top left;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #17191b;                 
  color: #d8dbdf;                      
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.pm-navbar { display: flex; align-items: center; height: 52px; padding: 0 12px; flex: none; }
.pm-nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex: none;
  background: #20242c;
  border-radius: 8px 0 0 8px;
  color: #e7e9ed;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pm-nav-btn svg { width: 19px; height: 19px; }

.pm-nav-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #939aa6;
}
.pm-listen {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  height: 44px;
  padding: 0 12px;
  overflow: hidden;
  background: #20242c;
  border-radius: 0 8px 8px 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 2px 6px rgba(0, 0, 0, 0.3);
}
.pm-listen-info { position: relative; z-index: 1; display: flex; align-items: baseline; gap: 10px; }
.pm-listen-title { font-size: 17px; font-weight: 650; line-height: 1.25; color: #e7e9ed; white-space: nowrap; }
.pm-listen-meta { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.48px; color: #939aa6; white-space: nowrap; }

.pm-dither {
  position: absolute;
  inset: 0 0 0 133px;
  background: url('/pixelos/assets/shots/listening-dither-static.png') right center / auto 100% no-repeat;
  opacity: 0.5;
}
.pm-dither::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, #20242c 8px, rgba(32, 36, 44, 0) 130px); }

.pm-panel { flex: none; padding-top: 12px; border-bottom: 1px solid #2c3034; }
.pm-monthyear {
  margin: 0 0 2px;
  padding: 0 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 650;
  line-height: 13px;
  letter-spacing: 1.2px;
  color: #858a91;
}

.pm-dates { display: flex; align-items: center; gap: 4px; height: 55px; margin-left: -8px; }
.pm-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 63px;
  height: 55px;
  flex: none;
  padding: 3px 0 4px;
}
.pm-date-dow { font-family: var(--font-mono); font-size: 12px; line-height: 13px; letter-spacing: 1.44px; text-transform: uppercase; color: #858a91; }
.pm-date-day { font-family: var(--font-mono); font-size: 22px; line-height: 22px; font-weight: 500; color: #adb1b7; }
.pm-date-dots { display: flex; height: 4px; margin-top: 5px; color: #858a91; }
.pm-date-dots svg { display: block; }
.pm-date.is-today .pm-date-dow, .pm-date.is-today .pm-date-dots { color: #7dba18; }
.pm-date.is-today .pm-date-day { color: #7dba18; font-weight: 650; }

.pm-main { position: relative; flex: 1; overflow: hidden; }

.pm-band {
  position: absolute;
  inset: 0 0 0 56px;
  z-index: 0;
  background: linear-gradient(to right, rgba(125, 186, 24, 0.1) 0, rgba(0, 0, 0, 0) 80px), rgba(216, 219, 223, 0.04);
}
.pm-cal { position: relative; z-index: 1; padding: 8px 12px 0; }
.pm-row { display: flex; align-items: stretch; margin-bottom: 26px; }
.pm-gap { position: relative; }

.pm-timecol { position: relative; width: 44px; flex: none; padding: 4px 8px 0 0; text-align: right; }
.pm-t-start { display: block; font-family: var(--font-mono); font-size: 12px; line-height: 12px; letter-spacing: 0.48px; color: #858a91; }
.pm-t-end { position: absolute; right: 8px; bottom: 4px; font-family: var(--font-mono); font-size: 11px; line-height: 11px; letter-spacing: 0.48px; color: #858a91; opacity: 0.65; }

.pm-eventcol { position: relative; display: flex; align-items: stretch; flex: 1; padding-left: 12px; border-left: 1px solid rgba(0, 0, 0, 0); }
.pm-eventcol::before { content: ''; position: absolute; left: -2px; top: 6px; bottom: 6px; width: 3px; border-radius: 2px; background: var(--pm-bar); }

.pm-card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 14px;
  overflow: hidden;
  background: linear-gradient(160deg, var(--pm-tint), rgba(0, 0, 0, 0) 58%), rgba(40, 44, 50, 0.55);
  border: 1px solid rgba(242, 243, 244, 0.12);
  border-radius: 6px;
}

.pm-card-mark {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 0;
  width: 120px;
  font-size: 22px;
  font-weight: 650;
  line-height: 0.92;
  letter-spacing: 1.76px;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--pm-mark);
}
.pm-card-head { position: relative; z-index: 1; display: block; margin: 0 0 6px; padding-right: 80px; }
.pm-card-time { font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.48px; color: #adb1b7; white-space: nowrap; }
.pm-card-title { position: relative; z-index: 1; display: block; margin: 0 0 14px; font-size: 16px; color: #d8dbdf; }
.pm-card-snippet {
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 19px;
  color: #adb1b7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pm-card-meta { position: relative; z-index: 1; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: auto; padding-bottom: 4px; }
.pm-chip {
  max-width: 140px;
  padding: 2px 7px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pm-chip-person { background: rgba(125, 186, 24, 0.12); color: #bcdf5e; }
.pm-chip-topic { background: rgba(143, 167, 212, 0.22); color: #8fa7d4; }
.pm-chip-topic-alt { background: rgba(185, 160, 210, 0.22); color: #b4a2cf; }

.pm-cat-meeting { --pm-tint: rgba(125, 186, 24, 0.09); --pm-mark: rgba(125, 186, 24, 0.16); --pm-bar: #527619; }
.pm-cat-meal { --pm-tint: rgba(221, 177, 82, 0.09); --pm-mark: rgba(221, 177, 82, 0.16); --pm-bar: #8a713b; }
.pm-cat-work { --pm-tint: rgba(143, 167, 212, 0.09); --pm-mark: rgba(143, 167, 212, 0.16); --pm-bar: #5d6b86; }

.pm-tick { position: absolute; top: 50%; left: 1px; right: 0; display: flex; align-items: center; height: 11px; }
.pm-tick-time { flex: none; width: 36px; padding-right: 8px; font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.4px; text-align: right; color: #858a91; opacity: 0.55; }
.pm-tick-line { flex: 1; border-top: 1px dashed #2c3034; opacity: 0.55; }

.pm-fab {
  position: absolute;
  right: 16px;
  bottom: 104px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #32363b;
  border: 1px solid #2c3034;
  border-radius: 50%;
  color: #adb1b7;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4), 0 16px 40px rgba(0, 0, 0, 0.45);
}
.pm-fab svg { width: 22px; height: 22px; }

.pm-tabbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 6;
  display: flex;
  align-items: stretch;
  height: 90px;
  padding: 6px 6px 34px;
  background: #23262a;
  border-top: 1px solid rgba(242, 243, 244, 0.06);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.05);
}
.pm-tab { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; flex: 1; padding: 4px 0; color: #d8dbdf; }
.pm-tab svg { width: 22px; height: 22px; }
.pm-tab-label { font-size: 10px; line-height: 10px; font-weight: 500; letter-spacing: 0.4px; white-space: nowrap; }
.pm-tab.is-active { color: #7dba18; }

.pm-crop {
  position: relative;
  height: 340px;
  padding: 0;
  overflow: hidden;
  container-type: inline-size;
  background: #17191b;                 
}
.pm-crop .pm-scale { position: absolute; inset: 0; width: auto; height: auto; }
.pm-crop .pm-screen { transform: scale(1.1) translateY(-120px); }
.pm-crop .pm-screen { transform: scale(calc(tan(atan2(100cqw, 402px)))) translateY(-120px); }
@media (min-width: 768px) {
  .pm-crop { height: 400px; }          
}
