:root{--bg:#f7efe3;--surface:#fffaf2;--surface-muted:#f0dfc9;--text:#2f2923;--muted:#756b60;--line:#ddcbb4;--orange:#df6f21;--orange-soft:#f4b36f;--olive:#65715b;--shadow:0 18px 45px #6144241f;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;margin:0}body:before{z-index:-1;pointer-events:none;content:"";background-color:#0000;background-image:linear-gradient(#2f292306 1px,#0000 1px),linear-gradient(90deg,#2f292306 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:32px 32px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:fixed;inset:0}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin:0}.site-shell{background:radial-gradient(circle at 18% 0%, #f4b36f47, transparent 28rem), var(--bg);min-height:100vh}.site-header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7efe3eb;border-bottom:1px solid #ddcbb4b8;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:18px clamp(20px,5vw,64px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-size:17px;font-weight:650;display:inline-flex}.brand-mark{object-fit:contain;width:34px;height:34px}.site-nav{color:var(--muted);align-items:center;gap:clamp(14px,2vw,28px);font-size:14px;display:flex}.site-nav a{padding:6px 0}.site-nav a:hover{color:var(--text)}.section-band{border-bottom:1px solid var(--line)}.section-inner{width:min(1120px,100% - 40px);margin:0 auto;padding:84px 0}.section-heading{gap:12px;max-width:660px;margin-bottom:32px;display:grid}.section-kicker{color:var(--olive);font-size:13px;font-weight:700}h1{font-size:104px;font-weight:760;line-height:.95}h2{max-width:720px;font-size:46px;font-weight:680;line-height:1.06}h3{font-size:20px;font-weight:650;line-height:1.2}p{color:var(--muted);line-height:1.7}.hero-section{min-height:78vh}.hero-grid{grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);align-items:center;gap:clamp(36px,7vw,96px);padding-top:72px;display:grid}.hero-copy{gap:20px;display:grid}.hero-subtitle{color:var(--text);font-size:28px}.placeholder-text{max-width:440px}.hero-visual{border:1px solid var(--line);min-height:420px;box-shadow:var(--shadow);background:linear-gradient(135deg,#fffaf2d6,#f0dfc9b8),repeating-linear-gradient(90deg,#0000 0 18px,#2f29230a 19px);border-radius:8px;place-items:center;display:grid}.hero-visual img{width:min(62%,280px)}.preview-section{background:#fffaf26b}.preview-frame{background:var(--surface);box-shadow:var(--shadow);border:1px solid #cdb69c;border-radius:8px;overflow:hidden}.preview-titlebar{border-bottom:1px solid var(--line);background:#ead4bb;gap:8px;padding:14px 16px;display:flex}.preview-titlebar span{background:var(--orange);border-radius:50%;width:10px;height:10px}.preview-titlebar span:nth-child(2){background:var(--orange-soft)}.preview-titlebar span:nth-child(3){background:var(--olive)}.preview-body{grid-template-columns:220px 1fr;min-height:420px;display:grid}.preview-sidebar{border-right:1px solid var(--line);background:#f2e4d2;align-content:start;gap:14px;padding:24px;display:grid}.preview-sidebar div,.preview-line{background:#756b6033;border-radius:999px;height:12px}.preview-sidebar div:first-child{width:72%}.preview-sidebar div:nth-child(2){width:88%}.preview-sidebar div:nth-child(3){width:58%}.preview-content{align-content:start;gap:18px;padding:32px;display:grid}.preview-line{width:46%}.preview-line.wide{width:68%}.preview-panel{min-height:260px;color:var(--muted);background:#fbf3e8;border:1px dashed #c7ad91;border-radius:8px;place-items:center;margin-top:14px;display:grid}.card-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.info-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:18px;min-height:220px;padding:24px;display:grid}.card-index{background:#df6f211f;border:1px solid #df6f2173;border-radius:50%;width:30px;height:30px}.workflow-section{background:#f0dfc957}.workflow-list{gap:14px;display:grid}.workflow-item{border-top:1px solid var(--line);grid-template-columns:84px 1fr 1.2fr;align-items:center;gap:24px;padding:22px 0;display:grid}.workflow-item:last-child{border-bottom:1px solid var(--line)}.workflow-item span{color:var(--orange);font-family:Courier New,ui-monospace,monospace;font-size:22px}.about-grid{grid-template-columns:.9fr 1.1fr;gap:clamp(32px,7vw,96px);display:grid}.about-copy{align-content:start;gap:12px;padding-top:28px;display:grid}.site-footer{background:#2f2923;justify-content:space-between;align-items:center;gap:16px;padding:28px clamp(20px,5vw,64px);display:flex}.site-footer p{color:#f7efe3;font-size:14px}@media (width<=900px){.site-header{flex-direction:column;align-items:flex-start}.site-nav{width:100%;padding-bottom:2px;overflow-x:auto}.section-inner{padding:64px 0}h1{font-size:72px}h2{font-size:38px}.hero-subtitle{font-size:24px}.hero-section{min-height:auto}.hero-grid,.about-grid{grid-template-columns:1fr}.hero-visual{min-height:320px}.preview-body{grid-template-columns:1fr}.preview-sidebar{border-right:0;border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr)}.preview-sidebar div{width:100%!important}.card-grid{grid-template-columns:repeat(2,1fr)}.workflow-item{grid-template-columns:1fr;gap:8px}}@media (width<=560px){.site-header{padding:16px 18px}.section-inner{width:min(100% - 32px,1120px);padding:52px 0}.site-nav{gap:16px;font-size:13px}h1{font-size:56px}h2{font-size:30px}.hero-subtitle{font-size:20px}.hero-copy{gap:16px}.hero-visual{min-height:260px}.preview-content{padding:24px 18px}.preview-panel{min-height:220px}.card-grid{grid-template-columns:1fr}.site-footer{flex-direction:column;align-items:flex-start}}
