:root{color-scheme:dark;--bg: #0e0e0d;--surface: #161614;--text: #e8e4dc;--text-dim: #908a82;--accent: #b5a17c;--accent-hover: #cbb895;--line: rgba(255, 255, 255, .08);--serif: "Instrument Serif", Georgia, serif;--sans: "Outfit", system-ui, -apple-system, sans-serif;--mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;--content-width: 1100px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:linear-gradient(180deg,#131311 0%,var(--bg) 35%);font:400 16px/1.7 var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:after{content:"";position:fixed;inset:0;opacity:.028;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px;pointer-events:none;z-index:9999}.bg-line{position:fixed;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.bg-line path{fill:none;stroke:var(--accent);stroke-width:1;stroke-linecap:round;opacity:.18;stroke-dasharray:3000;stroke-dashoffset:3000;animation:draw-line 5s ease .3s forwards}@keyframes draw-line{to{stroke-dashoffset:0}}a{color:var(--accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-hover)}p a,li a{text-decoration-line:underline;text-decoration-color:#b5a17c4d;text-underline-offset:.2em}p a:hover,li a:hover{text-decoration-color:var(--accent)}h1,h2,h3{margin:0 0 .6rem;font-family:var(--serif);font-weight:400;line-height:1.1;letter-spacing:-.01em;color:var(--text)}h1{font-size:clamp(3rem,8vw,5.5rem);line-height:.95;overflow-wrap:break-word}h1 em{font-style:italic}h2{font-size:clamp(1.5rem,3vw,2.2rem)}h3{font-size:1.2rem;margin-bottom:.4rem}p,li{margin:0 0 1rem;color:var(--text-dim)}ul{margin:0 0 1rem;padding-left:1.25rem}strong{color:var(--text);font-weight:600}code{font:.9em/1.4 var(--mono);color:var(--accent)}.page-shell{position:relative;z-index:2;width:min(calc(100% - 3rem),var(--content-width));margin:0 auto;padding:1rem 0 3rem}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:.5rem;font:400 1.05rem/1 var(--serif);color:var(--text);letter-spacing:.01em}.brand-mark{width:1.3rem;height:1.3rem;color:var(--accent)}.brand:hover{color:var(--text)}.site-header nav,.site-footer nav{display:flex;gap:1.5rem}.site-header nav a{font-size:.85rem;color:var(--text-dim);letter-spacing:.02em;transition:color .2s ease}.site-header nav a:hover{color:var(--text)}.label{display:flex;align-items:center;gap:.5rem;font:500 .7rem/1 var(--mono);text-transform:uppercase;letter-spacing:.14em;color:var(--accent);margin-bottom:1.25rem}.label:before{content:"";display:inline-block;width:.6rem;height:.45rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpolyline points='2,12 10,3 18,12' fill='none' stroke='%23b5a17c' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;flex-shrink:0}.tag{display:inline-block;font:500 .65rem/1 var(--mono);text-transform:uppercase;letter-spacing:.12em;color:var(--accent);padding:.3rem .55rem;border:1px solid rgba(181,161,124,.2);border-radius:2px;margin-bottom:.75rem}.hero{padding:5rem 0 4rem;animation:fade-in .6s ease both;position:relative}.hero:before{content:"";position:absolute;top:50%;right:-2rem;transform:translateY(-55%);width:340px;height:280px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 52'%3E%3Cpath d='M8,48 L32,6 L56,48 L44,48 L32,22 L20,48 Z' fill='%23b5a17c'/%3E%3C/svg%3E") center/contain no-repeat;opacity:.06;pointer-events:none}.hero h1{margin-bottom:1.25rem}.hero-sub{max-width:500px;font-size:clamp(1rem,1.6vw,1.1rem);line-height:1.7;margin-bottom:2.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;padding:.65rem 1.3rem;font:500 .825rem/1 var(--sans);letter-spacing:.025em;text-decoration:none;border:1px solid transparent;border-radius:2px;transition:all .2s ease;cursor:pointer}.btn-primary{background:var(--accent);color:#0e0e0d;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#0e0e0d}.btn-ghost{background:transparent;color:var(--text-dim);border-color:var(--line)}.btn-ghost:hover{color:var(--text);border-color:#ffffff2e}.divider{border:none;border-top:1px solid var(--line);margin:0}.split{display:grid;grid-template-columns:.85fr 1fr;gap:4rem;padding:4rem 0}.split.equal{grid-template-columns:1fr 1fr}.split h2{max-width:400px}.principle+.principle{margin-top:2rem}.principle h3{color:var(--text);font-family:var(--sans);font-weight:500;font-size:1rem}.principle p{max-width:460px}section{padding:4rem 0}.app-card{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:1.75rem;margin-top:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:3px}.app-card h3{font-family:var(--serif);font-size:1.5rem;margin-bottom:.5rem}.app-card p{margin:0;max-width:440px;font-size:.925rem}.app-links{display:flex;flex-direction:column;gap:.5rem}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:1.5rem;background:var(--line);border:1px solid var(--line);border-radius:3px;overflow:hidden}.feature{padding:1.5rem;background:var(--surface)}.feature h3{font-family:var(--sans);font-weight:500;font-size:.9rem;color:var(--text);margin-bottom:.5rem;letter-spacing:.01em}.feature p{margin:0;font-size:.875rem;line-height:1.65}.policy{max-width:700px;padding:4rem 0}.policy h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.3rem}.meta{font-size:.85rem;color:var(--text-dim);margin-bottom:2rem}.policy h2{font-size:1.4rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid var(--line)}.policy h3{font-size:1.1rem;margin-top:1.5rem;color:var(--text)}.policy p,.policy li{font-size:.925rem;line-height:1.75}.error-page{padding:8rem 0 6rem;text-align:center}.error-page h1{font-size:clamp(2rem,5vw,3.5rem)}.error-page p{max-width:380px;margin:0 auto 2.5rem}.error-page .hero-actions{justify-content:center}.site-footer{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;border-top:1px solid var(--line);font-size:.85rem;color:var(--text-dim)}.site-footer span{font-family:var(--serif)}.site-footer nav a{font-size:.85rem;color:var(--text-dim);transition:color .2s ease}.site-footer nav a:hover{color:var(--text)}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.15rem;margin-left:.25rem;background:none;border:none;color:var(--text-dim);cursor:pointer;transition:color .2s ease}.theme-toggle:hover{color:var(--text)}.icon-moon,.light .icon-sun{display:none}.light .icon-moon{display:inline}:root.light{color-scheme:light;--bg: #f7f6f3;--surface: #ffffff;--text: #1a1917;--text-dim: #6b665e;--accent: #7a6b4a;--accent-hover: #5e5237;--line: rgba(0, 0, 0, .08)}.light body{background:linear-gradient(180deg,#efeee8 0%,var(--bg) 35%);-webkit-font-smoothing:auto}.light body:after{opacity:.018}.light .bg-line path{opacity:.12}.light p a,.light li a{text-decoration-color:#7a6b4a4d}.light p a:hover,.light li a:hover{text-decoration-color:var(--accent)}.light .tag{border-color:#7a6b4a2e}.light .btn-primary{color:#f7f6f3;border-color:var(--accent)}.light .btn-primary:hover{color:#f7f6f3;border-color:var(--accent-hover)}.light .btn-ghost{border-color:#0000001f}.light .btn-ghost:hover{border-color:#00000040}.light .feature{background:var(--bg)}@media(max-width:768px){.page-shell{width:min(calc(100% - 2rem),var(--content-width))}.hero{padding:3.5rem 0 3rem}.split{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0}.features,.app-card{grid-template-columns:1fr}.app-links{flex-direction:row}section{padding:3rem 0}.site-header,.site-footer{flex-direction:column;align-items:flex-start;gap:.75rem}}@media(max-width:480px){body{font-size:15px}h1{font-size:clamp(2rem,10vw,3rem)}.hero{padding:2.5rem 0 2rem}.app-links{flex-direction:column}.error-page{padding:4rem 0}}
