*{box-sizing:border-box;margin:0;padding:0}:root{--google-blue:#4285f4;--google-red:#ea4335;--google-yellow:#fbbc05;--google-green:#34a853;--text-primary:#202124;--text-secondary:#5f6368;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-dark:#1a1a2e;--border-color:#e8eaed}body{background-color:#fff;background-color:var(--bg-primary);color:#202124;color:var(--text-primary);font-family:Google Sans,Noto Sans KR,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;min-height:100vh}html{scroll-behavior:smooth}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid var(--border-color);padding:0 40px;position:sticky;top:0;z-index:100}.navbar-inner{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-inner,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:var(--text-primary);font-size:1.1rem;font-weight:700;gap:10px;text-decoration:none}.navbar-logo-dots{display:flex;gap:3px}.navbar-logo-dots span{border-radius:50%;height:8px;width:8px}.navbar-logo-dots .b{background:var(--google-blue)}.navbar-logo-dots .r{background:var(--google-red)}.navbar-logo-dots .y{background:var(--google-yellow)}.navbar-logo-dots .g{background:var(--google-green)}.navbar-links{display:flex;gap:8px}.navbar-links a{border-radius:8px;color:var(--text-secondary);font-size:.9rem;font-weight:500;padding:8px 14px;text-decoration:none;transition:all .2s}.navbar-links a:hover{background:var(--bg-secondary);color:var(--text-primary)}.hero{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);overflow:hidden;padding:100px 40px 80px;position:relative;text-align:center}.hero:before{background:radial-gradient(circle at 20% 50%,#ea43351f 0,#0000 50%),radial-gradient(circle at 80% 50%,#fbbc051a 0,#0000 50%),radial-gradient(circle at 50% 80%,#4285f414 0,#0000 50%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:800px;position:relative}.hero-badge{align-items:center;background:#ffffff1a;border:1px solid #ffffff26;border-radius:20px;color:#fffc;display:inline-flex;font-size:.82rem;gap:8px;margin-bottom:28px;padding:6px 16px}.hero-badge i{color:var(--google-red)}.hero h1{color:#fff;font-size:3rem;font-weight:700;letter-spacing:-.5px;margin-bottom:16px}.hero h1 .highlight{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,var(--google-red),var(--google-yellow));-webkit-background-clip:text;background-clip:text}.hero-desc{color:#ffffffb3;font-size:1.15rem;line-height:1.7;margin:0 auto 30px;max-width:600px}.hero-stat{display:inline-flex;gap:40px;margin-top:10px}.hero-stat-item{text-align:center}.hero-stat-num{color:var(--google-yellow);font-size:2rem;font-weight:700}.hero-stat-label{color:#ffffff80;font-size:.82rem}.typing-text{color:var(--google-yellow);font-size:1.1rem;min-height:28px}.typing-text span{animation:blink .7s infinite;border-right:2px solid var(--google-yellow);padding-right:4px}@keyframes blink{0%,to{border-color:var(--google-yellow)}50%{border-color:#0000}}.main-content{margin:0 auto;max-width:1200px;padding:0 40px}.section{padding:60px 0}.section-header{margin-bottom:32px}.section-label{align-items:center;color:var(--google-red);display:inline-flex;font-size:.8rem;font-weight:600;gap:8px;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.section-title{color:var(--text-primary);font-size:1.8rem;font-weight:700;letter-spacing:-.3px}.section-desc{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-top:8px;max-width:700px}.cold-start-notice{background:#fffbeb;border:1px solid #fde68a;border-left:4px solid var(--google-yellow);border-radius:8px;color:#92400e;font-size:.85rem;line-height:1.6;margin-bottom:28px;padding:14px 18px}.cold-start-title{color:#92400e;font-size:.88rem;font-weight:700;margin-bottom:8px}.cold-start-title i{color:#d97706;margin-right:6px}.cold-start-list{display:flex;flex-direction:column;gap:6px;list-style:none;padding:0}.cold-start-list li{padding-left:18px;position:relative}.cold-start-list li:before{background:#d97706;border-radius:50%;content:"";height:6px;left:0;position:absolute;top:8px;width:6px}.cold-start-list li strong{color:#78350f}.demo-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.demo-card{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:16px;color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:28px;position:relative;text-decoration:none;transition:all .25s ease}.demo-card:before{border-radius:16px 16px 0 0;content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .25s ease}.demo-card:hover{border-color:#0000;box-shadow:0 12px 40px #00000014;transform:translateY(-4px)}.demo-card:hover:before{opacity:1}.demo-card:nth-child(4n+1):before{background:var(--google-blue)}.demo-card:nth-child(4n+2):before{background:var(--google-green)}.demo-card:nth-child(4n+3):before{background:var(--google-red)}.demo-card:nth-child(4n):before{background:var(--google-yellow)}.demo-card-header{align-items:center;display:flex;gap:14px;margin-bottom:14px}.demo-card-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;height:48px;justify-content:center;width:48px}.demo-card-icon.blue{background:var(--google-blue)}.demo-card-icon.red{background:var(--google-red)}.demo-card-icon.yellow{background:var(--google-yellow);color:var(--text-primary)}.demo-card-icon.green{background:var(--google-green)}.demo-card-title{color:var(--text-primary);font-size:1.05rem;font-weight:700}.demo-card-subtitle{font-size:.78rem;font-weight:600;margin-top:2px}.demo-card-icon.red~div .demo-card-subtitle{color:var(--google-red)}.demo-card-icon.blue~div .demo-card-subtitle{color:var(--google-blue)}.demo-card-icon.green~div .demo-card-subtitle{color:var(--google-green)}.demo-card-icon.yellow~div .demo-card-subtitle{color:#e37400}.demo-card-desc{color:var(--text-secondary);flex:1 1;font-size:.88rem;line-height:1.6;margin-bottom:16px}.demo-card-tags{display:flex;flex-wrap:wrap;gap:6px}.demo-tag{background:var(--bg-secondary);border-radius:6px;color:var(--text-secondary);font-size:.72rem;font-weight:500;padding:4px 10px}.demo-card-link{align-items:center;color:var(--google-blue);display:inline-flex;font-size:.85rem;font-weight:600;gap:6px;margin-top:16px}.demo-card-status{border-radius:6px;display:inline-block;font-size:.72rem;font-weight:600;margin-top:16px;padding:3px 12px}.demo-card-status.live{background:#dcfce7;color:#166534}.demo-card-status.coming-soon{background:#fef3c7;color:#92400e}.site-footer{background:var(--bg-dark);color:#fff9;margin-top:40px;padding:48px 40px 32px}.footer-inner{justify-content:space-between;margin:0 auto;max-width:1200px}.footer-inner,.footer-logo{align-items:center;display:flex}.footer-logo{color:#ffffffe6;font-size:.95rem;font-weight:600;gap:8px}.footer-dots{display:flex;gap:4px}.footer-dots span{border-radius:50%;height:6px;width:6px}.footer-dots .b{background:var(--google-blue)}.footer-dots .r{background:var(--google-red)}.footer-dots .y{background:var(--google-yellow)}.footer-dots .g{background:var(--google-green)}.footer-copy{font-size:.82rem}@media (max-width:768px){.navbar{padding:0 20px}.navbar-links{display:none}.hero{padding:60px 20px 50px}.hero h1{font-size:2rem}.hero-desc{font-size:1rem}.hero-stat{gap:24px}.hero-stat-num{font-size:1.5rem}.main-content{padding:0 20px}.section{padding:40px 0}.section-title{font-size:1.4rem}.demo-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column;gap:12px;text-align:center}.site-footer{padding:32px 20px 24px}}
/*# sourceMappingURL=main.03546719.css.map*/