:root{--primary-contrast:#0b151e;--secondary-contrast:#0b151e99;--background-gradient:linear-gradient(90deg,#ffca28,#f57c00);--background:#ffca28;--muted:rgba(194,137,3,.3);--surface:#e99e1d;--border:transparent;--top-gradient:#ffffff33;--bottom-gradient-top:#ffffff75;--bottom-gradient-bottom:transparent;--button:#0b151e}.dark-theme{--primary-contrast:#fff;--secondary-contrast:#ffffff99;--background-gradient:linear-gradient(90deg,#0b151e,#0b151e);--background:#0b151e;--muted:rgba(21,39,60,.6);--surface:#112031;--border:#ffffff20;--top-gradient:#1b72e833;--bottom-gradient-top:#1b72e8;--bottom-gradient-bottom:#1b72e850;--button:linear-gradient(90deg,#ffca28,#f57c00)}*{margin:0;padding:0;box-sizing:border-box;font-family:Google Sans,sans-serif}html{background:var(--background);scroll-behavior:smooth}body{color:var(--primary-contrast);background:var(--background-gradient);min-height:100dvh;display:flex;flex-direction:column}.dots{top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle at center,var(--muted) 2px,transparent 2px);background-size:30px 30px;background-position:12px 12px;-webkit-mask-image:linear-gradient(180deg,#000 0,transparent 50%);mask-image:linear-gradient(180deg,#000 0,transparent 50%)}.bottom-gradient,.dots{pointer-events:none;position:fixed;z-index:1}.bottom-gradient{bottom:0;width:90%;height:900px;margin-bottom:-550px;-webkit-user-select:none;-moz-user-select:none;user-select:none;--top:var(--bottom-gradient-top);--bottom:var(--bottom-gradient-bottom);--first:conic-gradient(from 90deg at 0% 50%,var(--top),var(--bottom));--second:conic-gradient(from 270deg at 100% 50%,var(--bottom),var(--top));-webkit-mask-image:radial-gradient(closest-side at 50% 50%,var(--background),transparent);mask-image:radial-gradient(closest-side at 50% 50%,var(--background),transparent);background-image:var(--first),var(--second);background-position-x:0,100%;background-position-y:100%,0;background-repeat:no-repeat;opacity:.4;transform:translateY(-200px) rotate(180deg) translateZ(0);transform-origin:center center}.header{position:fixed;top:0;left:0;right:0;height:80px;display:flex;justify-content:center;align-items:center;background:rgba(11,21,30,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100}.header .logo{font-size:24px;font-weight:600;letter-spacing:-.5px}.footer{position:relative;z-index:10;margin-top:80px;padding:40px 20px;background:rgba(11,21,30,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:20px}.footer-link{color:var(--primary-contrast);text-decoration:none;transition:opacity .2s}.footer-link:hover{opacity:.7}.landing-page{position:relative;z-index:10;margin-top:80px}.landing-page,.section-container{width:100%;display:flex;flex-direction:column;align-items:center}.section-container{max-width:1200px;padding:80px 20px;gap:40px}.section-title{font-size:42px;font-weight:600;letter-spacing:-1px;text-align:center}.section-subtitle{font-size:18px;color:var(--secondary-contrast);text-align:center;max-width:600px}.section-cta{margin-top:20px}.cta-button{font-size:18px;font-weight:600;padding:16px 40px;border-radius:100px;border:none;background:var(--button);color:var(--background);cursor:pointer;transition:scale .2s,filter .2s}.cta-button:hover{filter:brightness(1.1)}.cta-button:active{scale:.97}.card{position:relative;border-radius:24px;background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:32px;display:flex;flex-direction:column;gap:16px}.card:before{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(var(--border),transparent 30%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.card h3{font-size:24px;font-weight:600;letter-spacing:-.5px}.card p{font-size:15px;line-height:1.6;color:var(--secondary-contrast)}.feature-card{flex:1 1;min-width:300px}.hero-section{padding-top:120px;text-align:center}.hero-title{font-size:56px;font-weight:700;letter-spacing:-2px;margin-bottom:20px}.hero-subtitle{font-size:22px;color:var(--secondary-contrast);margin-bottom:60px}.hero-diagram{margin:60px 0}.goal-tree{display:flex;flex-direction:column;align-items:center;gap:20px}.tree-node{padding:16px 32px;border-radius:16px;background:var(--surface);border:2px solid var(--border);font-weight:500}.tree-node.annual{font-size:20px;padding:20px 40px;background:linear-gradient(135deg,var(--surface),rgba(255,202,40,.1))}.tree-level{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.tree-arrow{font-size:24px;opacity:.5}.hero-note{margin-top:20px;font-size:14px;color:var(--secondary-contrast)}.value-section{padding:60px 20px}.system-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:24px;gap:24px;width:100%}.system-flow{display:flex;flex-direction:column;gap:12px;padding:20px;background:rgba(0,0,0,.2);border-radius:12px;margin:20px 0}.flow-step{padding:12px;background:hsla(0,0%,100%,.05);border-radius:8px;font-size:14px;text-align:center}.flow-arrow{text-align:center;opacity:.5}.feature-points{list-style:none;display:flex;flex-direction:column;gap:8px}.feature-points li{padding-left:20px;position:relative;font-size:14px;line-height:1.5}.feature-points li:before{content:"→";position:absolute;left:0;color:#ffca28}.use-case-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px;width:100%}.use-case-card{text-align:center;min-height:200px;justify-content:center}.use-case-icon{font-size:48px;margin-bottom:12px}.use-case-type{font-size:13px;opacity:.7}.use-case-note{margin-top:20px;font-size:14px;color:var(--secondary-contrast);text-align:center}.pdca-diagram{margin:40px 0}.pdca-cycle{gap:20px;flex-wrap:wrap}.pdca-cycle,.pdca-node{display:flex;align-items:center;justify-content:center}.pdca-node{width:120px;height:120px;border-radius:50%;text-align:center;font-weight:600;background:var(--surface);border:3px solid #ffca28}.pdca-arrow{font-size:32px;opacity:.7}.pdca-arrow.loop{font-size:48px}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px;width:100%}.process-step{text-align:center}.process-emphasis{font-size:20px;font-weight:600;text-align:center;margin-top:40px}.mockup-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;width:100%}.mockup{min-height:300px}.mockup h3{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid var(--border)}.mockup-content{display:flex;flex-direction:column;gap:16px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:rgba(0,0,0,.2);border-radius:8px}.stat-label{font-size:14px;opacity:.8}.stat-value{font-size:24px;font-weight:700}.chart-placeholder{display:flex;align-items:flex-end;justify-content:space-around;height:150px;padding:20px;background:rgba(0,0,0,.2);border-radius:8px;gap:8px}.chart-placeholder .bar{flex:1 1;background:linear-gradient(180deg,#ffca28,#f57c00);border-radius:4px 4px 0 0;min-height:20px}.chart-label{text-align:center;font-size:12px;opacity:.7}.suggestion-item{padding:12px;background:rgba(0,0,0,.2);border-radius:8px;font-size:14px;line-height:1.5}.tech-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;width:100%}.tech-item{text-align:center;min-height:180px;justify-content:center}.tech-icon{font-size:40px;margin-bottom:12px}.final-cta-section{padding:100px 20px;text-align:center}.final-cta-title{font-size:48px;font-weight:700;margin-bottom:40px}.final-cta-info{display:flex;justify-content:center;gap:24px;margin-top:20px;font-size:14px;color:var(--secondary-contrast);flex-wrap:wrap}@media only screen and (max-width:768px){.hero-title{font-size:36px}.hero-subtitle{font-size:18px}.final-cta-title,.section-title{font-size:32px}.footer-content{text-align:center}.footer-content,.pdca-cycle,.tree-level{flex-direction:column}.pdca-arrow.loop{transform:rotate(90deg)}}