@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300&display=swap";:root{--bg-primary: #080808;--bg-secondary: #111111;--text-primary: #f0ede8;--text-secondary: #7a7670;--accent: #0A84FF;--glass-bg: rgba(255, 255, 255, .04);--glass-border: rgba(255, 255, 255, .08);--app-placeholder-bg: rgba(255, 255, 255, .04);--rule-color: rgba(255, 255, 255, .1);--font-display: "DM Serif Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--radius-xl: 24px}[data-theme=light]{--bg-primary: #F0ECE7;--bg-secondary: #FFFFFF;--text-primary: #1a1714;--text-secondary: #8a8078;--accent: #0060CC;--glass-bg: rgba(0, 0, 0, .04);--glass-border: rgba(0, 0, 0, .08);--app-placeholder-bg: rgba(0, 0, 0, .05);--rule-color: rgba(0, 0, 0, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;min-height:100vh;transition:background-color .5s ease,color .5s ease}#root{min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#404040}.layout-container{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary);position:relative;overflow-x:hidden;transition:background .5s ease}.layout-header{padding:24px 48px;display:flex;justify-content:space-between;align-items:center;z-index:10;max-width:1200px;margin:0 auto;width:100%}@media(max-width:768px){.layout-header{padding:16px 24px}}.layout-main{flex:1;padding:0 20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;width:100%;z-index:1}.hero-section{text-align:center;margin-bottom:56px;margin-top:20px;display:flex;flex-direction:column;align-items:center;gap:0}.hero-eyebrow{display:flex;align-items:center;gap:14px;margin-bottom:20px}.hero-eyebrow-text{font-family:var(--font-body);font-size:.7rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);white-space:nowrap}.hero-eyebrow-line{height:1px;width:48px;background:var(--rule-color);flex-shrink:0}.hero-title{font-family:var(--font-display);font-size:clamp(3.5rem,8vw,6.5rem);font-weight:400;letter-spacing:-.01em;line-height:1;color:var(--text-primary);display:block;margin:0;padding:0;position:relative}.hero-title em{font-style:italic;color:var(--text-secondary)}.hero-title-rule{width:40px;height:2px;background:var(--text-secondary);margin:20px auto 0;opacity:.5;border-radius:1px}@media(max-width:768px){.hero-section{margin-bottom:40px;margin-top:16px}.hero-eyebrow-line{width:28px}}.app-grid-container{width:100%;max-width:820px;display:flex;flex-direction:column;align-items:center}.app-grid-shelf{width:100%;max-width:600px;height:1px;background:linear-gradient(90deg,transparent 0%,var(--rule-color) 20%,var(--rule-color) 80%,transparent 100%);margin-bottom:48px}.app-grid{display:grid;grid-template-columns:repeat(4,90px);gap:44px 36px;justify-content:center;padding:0 20px 20px}.app-grid>.app-icon-wrapper:nth-child(9){display:none}@media(max-width:600px){.app-grid{grid-template-columns:repeat(3,80px);gap:28px}.app-grid>.app-icon-wrapper:nth-child(9){display:flex}}@media(max-width:400px){.app-grid{grid-template-columns:repeat(3,1fr);gap:20px 10px;width:100%}}.app-icon-wrapper{display:flex;justify-content:center}.app-icon-label{font-family:var(--font-body);font-size:.78rem;font-weight:400;letter-spacing:.01em;color:var(--text-primary);opacity:.75;text-align:center;margin-top:10px}.product-container{width:100%;max-width:800px;margin:0 auto;padding:0 20px 40px;color:var(--text-primary);transform:translateZ(0)}.product-nav{display:flex;justify-content:space-between;align-items:center;padding:20px 0;margin-bottom:20px}.product-header{display:flex;gap:20px;margin-bottom:40px;align-items:flex-start}.product-icon{width:118px;height:118px;border-radius:26px;object-fit:cover;box-shadow:0 4px 12px #0000001a}.product-info{flex:1;display:flex;flex-direction:column;gap:8px;padding-top:4px}.product-actions{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}@media(max-width:600px){.product-header{flex-direction:column;align-items:center;text-align:center;gap:16px}.product-info{width:100%;align-items:center}.product-actions{width:100%;justify-content:center;gap:20px;margin-top:16px}}.product-stats{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid var(--glass-border);border-bottom:1px solid var(--glass-border);margin-bottom:30px}.stat-item{text-align:center;flex:1}.stat-divider{width:1px;background:var(--glass-border)}.footer-content{max-width:1000px;margin:0 auto 40px;text-align:center}.footer-about-section{margin-bottom:50px;max-width:700px;margin-left:auto;margin-right:auto}.footer-about-section h3{font-family:var(--font-display);font-size:1.8rem;font-weight:400;margin-bottom:16px;color:var(--text-primary)}.footer-about-section p{color:var(--text-secondary);line-height:1.7;font-size:1rem}.footer-about-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:left}.footer-about-item{padding:24px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:transform .3s ease,border-color .3s ease}.footer-about-item:hover{transform:translateY(-4px);border-color:#ffffff24}.footer-about-item h4{font-family:var(--font-display);font-size:1.15rem;font-weight:400;margin-bottom:10px;color:var(--text-primary)}.footer-about-item p{color:var(--text-secondary);font-size:.9rem;line-height:1.65}@media(max-width:768px){.footer-about-grid{grid-template-columns:1fr;gap:16px}.footer-about-item{text-align:center}}.footer{padding:40px 20px;text-align:center;color:var(--text-secondary);font-size:.82rem;letter-spacing:.02em;margin-top:auto;border-top:1px solid var(--glass-border)}.footer-links{display:flex;justify-content:center;gap:24px;margin-bottom:16px}@media(max-width:600px){.footer-links{flex-direction:column;gap:12px}}
