@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Courier+Prime:wght@400;700&family=Crimson+Pro:wght@400;500;600&family=DM+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&family=Noto+Sans+JP:wght@400;500;700&family=Playfair+Display:wght@400;500;600;700&family=Space+Mono:wght@400;700&display=swap";*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#0f0f0f;color:#fff;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none;color:inherit}button{font-family:inherit}.intro-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#fafafa,#f0f0f0);padding:24px}.intro-content{max-width:480px;text-align:center}.intro-badge{display:inline-block;font-size:12px;font-weight:600;color:#6366f1;background:#6366f11a;padding:6px 14px;border-radius:20px;margin-bottom:20px;letter-spacing:.5px}.intro-title{font-size:42px;font-weight:700;color:#111;margin:0 0 16px;letter-spacing:-1px;line-height:1.1}.intro-description{font-size:17px;color:#555;line-height:1.6;margin:0 0 32px}.intro-features{display:flex;justify-content:center;gap:32px;margin-bottom:40px}.intro-feature{display:flex;flex-direction:column;align-items:center;gap:8px;color:#666}.intro-feature svg{color:#6366f1}.intro-feature span{font-size:13px;font-weight:500}.intro-cta{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .2s ease}.intro-cta:hover{background:#333;transform:translateY(-2px)}.intro-cta svg{transition:transform .2s ease}.intro-cta:hover svg{transform:translate(4px)}.intro-toggle{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;cursor:pointer;color:#888;font-size:13px}.intro-toggle input{width:16px;height:16px;cursor:pointer;accent-color:#6366f1}.intro-toggle:hover{color:#666}.app-layout{display:grid;grid-template-columns:280px 1fr 360px;min-height:100vh;background:#0f0f0f}.preview-only-layout{min-height:100vh;background:#0f0f0f;display:flex;flex-direction:column}.preview-only-header{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background:#1a1a1a;border-bottom:1px solid #2a2a2a}.preview-only-header h1{margin:0;font-size:18px;font-weight:600;color:#fff}.preview-only-badge{font-size:11px;padding:4px 10px;background:#2a2a2a;border-radius:12px;color:#888;text-transform:uppercase;letter-spacing:.5px}.preview-only-content{flex:1;display:flex;align-items:flex-start;justify-content:center;padding:32px;overflow:auto}.sidebar-left{background:#1a1a1a;border-right:1px solid #2a2a2a;overflow-y:auto;height:100vh;position:relative;z-index:200}.style-selector{padding:0}.selector-header{padding:20px;border-bottom:1px solid #2a2a2a;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#1a1a1a;z-index:10}.selector-header h2{margin:0;font-size:16px;font-weight:600;color:#fff}.style-count{font-size:12px;color:#888;background:#2a2a2a;padding:4px 8px;border-radius:4px}.category-list{padding:12px 0}.category{margin-bottom:8px}.category-name{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666;padding:8px 20px;margin:0;width:100%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:color .15s ease}.category-name:hover{color:#888}.category-chevron{opacity:0;transition:opacity .15s ease,transform .2s ease}.category.expanded .category-chevron{transform:rotate(180deg)}.style-list{display:flex;flex-direction:column}.style-item{display:flex;align-items:center;gap:10px;padding:8px 20px;background:transparent;border:none;cursor:pointer;text-align:left;color:#ccc;font-size:13px;transition:all .15s ease;position:relative}.style-item:hover{background:#252525;color:#fff}.style-item.active{background:#2a2a2a;color:#fff}.style-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#667eea}.style-color-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.style-name{flex:1}.sidebar-right{background:#1a1a1a;border-left:1px solid #2a2a2a;overflow-y:auto;height:100vh;position:relative;z-index:200}.style-info{padding:24px}.style-info-header{margin-bottom:16px}.style-info-header h2{margin:0 0 12px;font-size:24px;font-weight:600;color:#fff}.style-tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-size:11px;padding:4px 8px;background:#2a2a2a;border-radius:4px;color:#aaa}.style-description{font-size:14px;line-height:1.6;color:#999;margin-bottom:20px}.style-url-section{margin-bottom:16px}.style-url-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:6px}.style-url-input{width:100%;padding:10px 12px;background:#1a1a1a;border:1px solid #333;border-radius:6px;color:#aaa;font-size:11px;font-family:SF Mono,Fira Code,monospace;cursor:text;transition:border-color .15s ease,background .15s ease}.style-url-input:hover{border-color:#444;background:#222}.style-url-input:focus{outline:none;border-color:#3b82f6;background:#222;color:#fff}.platform-toggle{display:flex;background:#1a1a1a;border-radius:8px;padding:3px;margin-bottom:12px;border:1px solid #2a2a2a}.platform-toggle-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:6px;color:#888;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.platform-toggle-btn:hover{color:#ccc}.platform-toggle-btn.active{background:#2a2a2a;color:#fff}.platform-toggle-btn svg{flex-shrink:0}.hig-compliance-badge{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:6px;font-size:11px;font-weight:500;margin-bottom:12px}.hig-compliance-badge.compliant{background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.3)}.hig-compliance-badge.adjusted{background:#fbbf2426;color:#fbbf24;border:1px solid rgba(251,191,36,.3)}.hig-compliance-badge svg{flex-shrink:0}.style-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-bottom:24px}.style-action-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:6px;color:#ccc;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.style-action-btn:hover{background:#333;border-color:#4a4a4a;color:#fff}.style-action-btn:active{transform:scale(.98)}.style-action-btn svg{flex-shrink:0}.style-action-btn-primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.style-action-btn-primary:hover{background:#2563eb;border-color:#2563eb}.style-examples{margin-bottom:24px}.style-examples h4,.color-palette h4,.style-properties h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#666;margin:0 0 12px}.examples-list{display:flex;flex-wrap:wrap;gap:8px}.example{font-size:12px;color:#888;padding:4px 10px;background:#222;border-radius:4px}.color-palette{margin-bottom:24px}.color-row{margin-bottom:16px}.color-row .color-label{display:block;font-size:11px;color:#666;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.color-swatches{display:flex;gap:8px;flex-wrap:wrap}.color-swatch{width:48px;height:48px;border-radius:8px;border:2px solid rgba(255,255,255,.15);position:relative;cursor:pointer;transition:transform .15s ease,border-color .15s ease;box-shadow:0 0 0 1px #0000004d}.color-swatch:hover{transform:scale(1.05);border-color:#fff6}.color-swatch .color-value{position:absolute;bottom:-20px;left:50%;transform:translate(-50%);font-size:9px;color:#666;white-space:nowrap;opacity:0;transition:opacity .15s ease}.color-swatch:hover .color-value{opacity:1}.style-properties{margin-bottom:24px}.property{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #2a2a2a}.property:last-child{border-bottom:none}.property-label{font-size:12px;color:#888}.property-value{font-size:12px;color:#ccc;font-family:SF Mono,Monaco,monospace}.gradient-preview{width:60px;height:20px;border-radius:4px;border:1px solid rgba(255,255,255,.1)}.view-toggle-bar{background:#1a1a1a;border-bottom:1px solid #2a2a2a;padding:12px 24px;display:flex;justify-content:center;align-items:center;gap:16px}.view-toggle{display:flex;background:#0f0f0f;border-radius:8px;padding:4px;gap:4px}.view-toggle-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:none;border-radius:6px;color:#888;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.view-toggle-btn:hover{color:#ccc}.view-toggle-btn.active{background:#2a2a2a;color:#fff}.view-toggle-btn svg{opacity:.7}.view-toggle-btn.active svg{opacity:1}.intro-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid #2a2a2a;border-radius:8px;color:#666;cursor:pointer;transition:all .2s ease}.intro-btn:hover{background:#2a2a2a;color:#fff;border-color:#3a3a3a}.main-content{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-preview{flex:1;display:flex;justify-content:center;align-items:center;padding:24px;overflow:auto;background:#0a0a0a}.iphone-frame{width:375px;height:812px;background:#1c1c1e;border-radius:48px;padding:12px;box-shadow:0 0 0 1px #ffffff1a,0 25px 50px -12px #00000080,inset 0 0 0 1px #ffffff0d;position:relative}.iphone-dynamic-island{position:absolute;top:18px;left:50%;transform:translate(-50%);width:120px;height:36px;background:#000;border-radius:18px;z-index:100;display:flex;align-items:center;justify-content:center}.dynamic-island-camera{width:12px;height:12px;background:#1a1a2e;border-radius:50%;position:absolute;right:18px;box-shadow:inset 0 0 2px #ffffff1a}.iphone-screen{width:100%;height:100%;border-radius:40px;overflow:hidden;display:flex;flex-direction:column;font-family:var(--font-body),-apple-system,BlinkMacSystemFont,"SF Pro Text",sans-serif;color:var(--text-primary);position:relative}.ios-status-bar{display:flex;justify-content:space-between;align-items:center;padding:16px 28px 10px;font-size:15px;font-weight:600;color:var(--text-primary);position:relative;z-index:50}.ios-time{font-variant-numeric:tabular-nums}.ios-status-icons{display:flex;align-items:center;gap:5px}.ios-battery{width:25px;height:12px;border:1.5px solid var(--text-primary);border-radius:3px;padding:1.5px;position:relative}.ios-battery:after{content:"";position:absolute;right:-4px;top:50%;transform:translateY(-50%);width:2px;height:5px;background:var(--text-primary);border-radius:0 1px 1px 0}.ios-battery-level{width:80%;height:100%;background:var(--text-primary);border-radius:1px}.ios-battery-percent{position:absolute;right:32px;font-size:12px;font-weight:500;opacity:.9}.ios-header{padding:0 16px 12px;position:relative;z-index:1}.ios-header-row{display:flex;justify-content:space-between;align-items:center}.ios-header-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0}.ios-header-title{font-family:var(--font-display),-apple-system,sans-serif;font-size:17px;font-weight:600;color:var(--text-primary);margin:0}.ios-scroll-content{flex:1;overflow-y:auto;padding:0 16px 16px}.ios-action-banner{display:flex;align-items:center;padding:16px;background:var(--accent);border-radius:12px;margin-bottom:10px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.ios-action-banner-secondary{background:var(--secondary, #E57373)}.ios-banner-content{flex:1;display:flex;flex-direction:column;gap:2px}.ios-banner-label{font-size:17px;font-weight:600}.ios-banner-value{font-size:15px;opacity:.85}.ios-banner-sublabel{font-size:13px;opacity:.75}.ios-banner-badge{background:#ffffff40;padding:4px 12px;border-radius:16px;font-size:15px;font-weight:600;margin-right:8px}.style-soft-pastel .ios-action-banner,.style-scandinavian .ios-action-banner,.style-japandi .ios-action-banner,.style-light-academia .ios-action-banner,.style-cottagecore .ios-action-banner,.style-coastal .ios-action-banner,.style-organic .ios-action-banner{color:var(--text-primary);text-shadow:none}.style-soft-pastel .ios-banner-badge,.style-scandinavian .ios-banner-badge,.style-japandi .ios-banner-badge,.style-light-academia .ios-banner-badge,.style-cottagecore .ios-banner-badge,.style-coastal .ios-banner-badge,.style-organic .ios-banner-badge{background:#00000026}.style-monochromatic .ios-action-banner{color:#1a1a2e;text-shadow:none}.style-monochromatic .ios-banner-badge{background:#0003}.style-minimalist .ios-action-banner{color:#fff;text-shadow:none}.style-minimalist .ios-banner-badge{background:#ffffff40}.style-glassmorphism .ios-action-banner{color:#1a1a2e;text-shadow:0 1px 2px rgba(255,255,255,.3)}.style-glassmorphism .ios-banner-badge{background:#00000026}.style-neomorphism .ios-action-banner,.style-neumorphism .ios-action-banner{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.3)}.style-kinetic .ios-action-banner{color:#000;text-shadow:none}.style-kinetic .ios-banner-badge{background:#0003}.style-atmospheric .ios-action-banner{color:#1a1a2e;text-shadow:0 1px 2px rgba(255,255,255,.2)}.style-atmospheric .ios-banner-badge{background:#0003}.style-luxury .ios-action-banner-secondary{color:#0a0a0a;text-shadow:none}.style-luxury .ios-action-banner-secondary .ios-banner-badge{background:#00000026}.ios-profile-card{display:flex;align-items:center;gap:12px;padding:16px;background:var(--bg-secondary);border-radius:16px;margin:16px 0}.ios-profile-avatar{width:48px;height:48px;border-radius:50%;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.ios-profile-info{display:flex;flex-direction:column;gap:2px}.ios-profile-name{font-size:17px;font-weight:600;color:var(--text-primary)}.ios-profile-level{font-size:13px;color:var(--text-secondary)}.ios-stats-row{display:flex;gap:8px;margin-bottom:12px}.ios-stat-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 8px;background:var(--bg-secondary);border-radius:12px}.ios-stat-icon{width:28px;height:28px;border-radius:8px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center}.ios-stat-value{font-size:20px;font-weight:700;color:var(--accent)}.ios-stat-label{font-size:10px;color:var(--text-secondary);text-align:center}.ios-streak-card{background:var(--bg-secondary);border-radius:16px;padding:16px;margin-bottom:12px}.ios-streak-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ios-streak-title{font-size:15px;font-weight:500;color:var(--text-primary)}.ios-streak-days{display:flex;justify-content:space-between}.ios-streak-day{display:flex;flex-direction:column;align-items:center;gap:6px}.ios-streak-day span{font-size:10px;color:var(--text-secondary)}.ios-streak-dot{width:10px;height:10px;border-radius:50%;background:var(--border)}.ios-streak-dot-active{background:var(--accent)}.ios-streak-dot-empty{background:transparent;border:1.5px solid var(--border)}.ios-progress-section{background:var(--bg-secondary);border-radius:16px;padding:16px;margin-bottom:16px}.ios-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ios-progress-title{font-size:15px;font-weight:500;color:var(--text-primary)}.ios-progress-list{display:flex;flex-direction:column;gap:10px}.ios-progress-row{display:flex;align-items:center;gap:10px}.ios-progress-label{font-size:13px;font-weight:500;color:var(--text-secondary);width:24px}.ios-progress-track{flex:1;height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.ios-progress-bar-fill{height:100%;background:var(--accent);border-radius:3px;min-width:2px}.ios-progress-bar-low{background:var(--secondary, #E57373)}.ios-progress-count{font-size:12px;color:var(--text-tertiary);width:50px;text-align:right}.ios-list-inset-grouped{background:var(--bg-secondary);border-radius:12px;overflow:hidden;margin-bottom:20px}.ios-list-item{display:flex;align-items:center;padding:11px 16px 11px 12px;min-height:44px;background:var(--bg-secondary)}.ios-list-item:not(:last-child){border-bottom:.33px solid var(--border)}.ios-list-icon-container{width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0}.ios-list-content{flex:1;min-width:0}.ios-list-title{font-family:var(--font-japanese),var(--font-display),-apple-system,sans-serif;font-size:17px;font-weight:400;color:var(--text-primary);line-height:1.3}.ios-list-subtitle{font-size:13px;color:var(--text-secondary);line-height:1.3;margin-top:1px}.ios-list-accessory{display:flex;align-items:center;margin-left:8px;flex-shrink:0}.ios-list-group{background:var(--bg-secondary);border-radius:12px;overflow:hidden;margin-bottom:20px}.ios-list-japanese{font-family:var(--font-japanese),var(--font-display),sans-serif;font-size:17px;font-weight:400;color:var(--text-primary)}.ios-list-romaji{font-size:12px;color:var(--text-tertiary)}.ios-list-english{font-size:14px;color:var(--text-secondary)}.ios-play-btn{width:32px;height:32px;border-radius:50%;background:var(--accent);border:none;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:transform .1s ease}.ios-play-btn:active{transform:scale(.95)}.ios-chevron{color:var(--text-tertiary)}.ios-card{background:var(--bg-secondary);border-radius:14px;padding:16px;margin-bottom:24px}.ios-card-row{display:flex;gap:20px}.ios-progress-item{display:flex;flex-direction:column;align-items:center;gap:8px}.ios-progress-ring{width:64px;height:64px;position:relative}.ios-progress-ring svg{transform:rotate(-90deg)}.ios-progress-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:14px;font-weight:600;color:var(--text-primary)}.ios-progress-label{font-size:12px;color:var(--text-secondary)}.ios-progress-stats{flex:1;display:flex;flex-direction:column;justify-content:center;gap:8px}.ios-stat-row{display:flex;justify-content:space-between}.ios-stat-label{font-size:14px;color:var(--text-secondary)}.ios-stat-value{font-size:14px;font-weight:500;color:var(--text-primary)}.ios-widget-card{background:var(--bg-secondary);border-radius:16px;padding:16px;margin-bottom:20px}.ios-widget-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.ios-widget-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center}.ios-widget-title{display:flex;flex-direction:column}.ios-widget-label{font-size:13px;color:var(--text-secondary);font-weight:400}.ios-widget-value{font-size:22px;font-weight:600;color:var(--text-primary);letter-spacing:-.3px}.ios-widget-stats{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.ios-mini-stat{display:flex;flex-direction:column;align-items:center;flex:1}.ios-mini-stat-value{font-size:17px;font-weight:600;color:var(--text-primary)}.ios-mini-stat-label{font-size:11px;color:var(--text-secondary);margin-top:2px}.ios-mini-stat-divider{width:1px;height:28px;background:var(--border)}.ios-progress-bar{height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.ios-progress-fill{height:100%;background:linear-gradient(90deg,var(--accent),var(--secondary, var(--accent)));border-radius:3px;transition:width .3s ease}.ios-widget-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:20px}.ios-small-widget{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 4px;background:var(--bg-secondary);border:none;border-radius:12px;cursor:pointer;transition:transform .15s ease,opacity .15s ease;min-width:0}.ios-small-widget:active{transform:scale(.95);opacity:.9}.ios-small-widget-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--accent-soft);flex-shrink:0}.ios-small-widget-label{font-size:10px;color:var(--text-secondary);font-weight:500;text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;padding:0 2px}.ios-footer-info{display:flex;justify-content:center;padding:8px 0 16px}.ios-footer-label{font-size:11px;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.ios-action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:24px}.ios-action-card{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 8px;background:var(--bg-secondary);border:none;border-radius:14px;cursor:pointer;transition:transform .1s ease}.ios-action-card:active{transform:scale(.97)}.ios-action-icon{font-size:24px}.ios-action-card span{font-size:11px;color:var(--text-secondary)}.ios-style-badge{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px;background:var(--bg-secondary);border-radius:14px;margin-bottom:8px}.ios-badge-label{font-size:11px;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.ios-badge-value{font-size:16px;font-weight:600;color:var(--accent)}.ios-tab-bar{display:flex;justify-content:space-around;align-items:flex-start;padding:12px 8px 28px;background:var(--bg-secondary);border-top:.5px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.ios-tab{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;background:none;border:none;border-radius:12px;color:var(--text-tertiary);cursor:pointer;position:relative;transition:background .2s ease}.ios-tab.active{color:var(--accent);background:var(--accent-soft)}.ios-tab svg{width:24px;height:24px}.ios-tab span{font-size:10px;font-weight:500}.ios-tab-badge{position:absolute;top:2px;right:6px;min-width:18px;height:18px;padding:0 5px;background:var(--secondary, #E57373);border-radius:9px;font-size:11px;font-weight:600;color:#fff;display:flex;align-items:center;justify-content:center}.ios-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:134px;height:5px;background:var(--text-primary);opacity:.3;border-radius:3px}.ios-deco-retro{position:absolute;bottom:0;left:0;right:0;height:120px;pointer-events:none;z-index:0;overflow:hidden}.ios-retro-grid{position:absolute;bottom:0;left:0;right:0;height:100px;background:repeating-linear-gradient(90deg,transparent 0px,transparent 29px,var(--accent) 29px,var(--accent) 30px),repeating-linear-gradient(0deg,transparent 0px,transparent 14px,var(--accent) 14px,var(--accent) 15px);opacity:.1;transform:perspective(150px) rotateX(60deg);transform-origin:bottom;mask-image:radial-gradient(ellipse 80% 100% at 50% 100%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 100% at 50% 100%,black 20%,transparent 70%)}.ios-deco-vapor{position:absolute;bottom:0;left:0;right:0;height:150px;pointer-events:none;z-index:0;overflow:hidden}.ios-vapor-grid{position:absolute;bottom:0;left:0;right:0;height:120px;background:repeating-linear-gradient(90deg,rgba(255,113,206,.08) 0px,transparent 1px,transparent 30px),repeating-linear-gradient(0deg,rgba(255,113,206,.08) 0px,transparent 1px,transparent 30px);transform:perspective(150px) rotateX(55deg);transform-origin:bottom;mask-image:radial-gradient(ellipse 90% 120% at 50% 100%,black 15%,transparent 60%);-webkit-mask-image:radial-gradient(ellipse 90% 120% at 50% 100%,black 15%,transparent 60%)}.ios-deco-cyber{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.ios-cyber-scanlines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,255,255,.02) 2px,rgba(0,255,255,.02) 4px)}.ios-deco-glass{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.ios-glass-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.4}.ios-glass-orb-1{width:150px;height:150px;background:var(--accent);top:-30px;right:-30px}.ios-glass-orb-2{width:100px;height:100px;background:var(--secondary);bottom:100px;left:-20px}.ios-deco-gradient{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.ios-gradient-mesh{position:absolute;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(236,72,153,.15) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(59,130,246,.1) 0%,transparent 60%)}.ios-status-bar,.ios-header,.ios-scroll-content,.ios-tab-bar,.ios-home-indicator{position:relative;z-index:1}.style-brutalist .ios-profile-card,.style-brutalist .ios-stat-card,.style-brutalist .ios-streak-card,.style-brutalist .ios-progress-section{border:2px solid var(--border-strong);border-radius:0;box-shadow:4px 4px 0 var(--text-primary)}.style-brutalist .ios-action-banner{border-radius:0;box-shadow:4px 4px #0000004d}.style-neubrutalism .ios-profile-card,.style-neubrutalism .ios-stat-card,.style-neubrutalism .ios-streak-card,.style-neubrutalism .ios-progress-section{border:3px solid var(--text-primary);border-radius:12px;box-shadow:4px 4px 0 var(--text-primary)}.style-neubrutalism .ios-action-banner{border:3px solid rgba(0,0,0,.2);box-shadow:4px 4px #0003}.style-glassmorphism .ios-profile-card,.style-glassmorphism .ios-stat-card,.style-glassmorphism .ios-streak-card,.style-glassmorphism .ios-progress-section{background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.style-glassmorphism .ios-action-banner{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2)}.style-glassmorphism .ios-segmented-control{background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.style-glassmorphism .ios-tab-bar{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1)}.style-neumorphism .ios-profile-card,.style-neumorphism .ios-stat-card,.style-neumorphism .ios-streak-card,.style-neumorphism .ios-progress-section{background:var(--bg-primary);border:none;box-shadow:8px 8px 16px #0000001a,-8px -8px 16px #ffffffb3;border-radius:16px}.style-neumorphism .ios-action-banner{box-shadow:4px 4px 8px #00000026,-4px -4px 8px #ffffff1a}.style-cyberpunk .ios-profile-card,.style-cyberpunk .ios-stat-card,.style-cyberpunk .ios-streak-card,.style-cyberpunk .ios-progress-section{background:#0009;border:1px solid var(--accent);box-shadow:0 0 15px #0ff3}.style-cyberpunk .ios-action-banner{box-shadow:0 0 20px #00ffff4d;border:1px solid rgba(0,255,255,.3)}.style-cyberpunk .ios-header-title{text-shadow:0 0 20px var(--accent)}.style-retro-futuristic .ios-profile-card,.style-retro-futuristic .ios-stat-card,.style-retro-futuristic .ios-streak-card,.style-retro-futuristic .ios-progress-section{background:color-mix(in srgb,var(--bg-secondary) 90%,transparent);border:1px solid var(--accent)}.style-retro-futuristic .ios-header-title{text-shadow:0 0 30px var(--accent)}.style-vaporwave .ios-profile-card,.style-vaporwave .ios-stat-card,.style-vaporwave .ios-streak-card,.style-vaporwave .ios-progress-section{background:color-mix(in srgb,var(--bg-secondary) 90%,transparent);border:1px solid rgba(255,113,206,.3)}.style-vaporwave .ios-header-title{background:linear-gradient(135deg,#ff71ce,#01cdfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-minimalist .ios-profile-card,.style-minimalist .ios-stat-card,.style-minimalist .ios-streak-card,.style-minimalist .ios-progress-section{background:transparent;border:1px solid var(--border);box-shadow:none}.style-minimalist .ios-action-banner{box-shadow:none}.style-maximalist .ios-profile-card,.style-maximalist .ios-stat-card,.style-maximalist .ios-streak-card,.style-maximalist .ios-progress-section{background:var(--bg-secondary);border:2px solid var(--accent);box-shadow:6px 6px 0 var(--secondary)}.style-maximalist .ios-action-banner{border:2px solid rgba(0,0,0,.2);box-shadow:4px 4px 0 var(--secondary)}.style-maximalist .ios-header-title{text-shadow:3px 3px 0 var(--secondary)}.style-skeuomorphism .ios-profile-card,.style-skeuomorphism .ios-stat-card,.style-skeuomorphism .ios-streak-card,.style-skeuomorphism .ios-progress-section{background:linear-gradient(180deg,#fff,#f0f0f0);border:1px solid #b0b0b0;box-shadow:0 2px 4px #00000026,inset 0 1px #ffffffe6}.style-skeuomorphism .ios-action-banner{box-shadow:0 2px 4px #0003,inset 0 1px #ffffff4d}.style-terminal .ios-profile-card,.style-terminal .ios-stat-card,.style-terminal .ios-streak-card,.style-terminal .ios-progress-section{background:#000c;border:1px solid var(--accent);font-family:var(--font-body)}.style-terminal .ios-header-title:before{content:"> ";opacity:.7}.style-art-deco .ios-profile-card,.style-art-deco .ios-stat-card,.style-art-deco .ios-streak-card,.style-art-deco .ios-progress-section{background:var(--bg-secondary);border:2px solid var(--accent);position:relative}.style-claymorphism .ios-profile-card,.style-claymorphism .ios-stat-card,.style-claymorphism .ios-streak-card,.style-claymorphism .ios-progress-section{background:var(--bg-secondary);border-radius:24px;box-shadow:0 15px 30px #8b5cf626,inset 0 -6px 12px #00000014,inset 0 6px 12px #ffffffb3}.style-claymorphism .ios-action-card{background:var(--bg-secondary);border-radius:20px;box-shadow:0 8px 16px #8b5cf61f,inset 0 -4px 8px #0000000f,inset 0 4px 8px #fff9}.style-claymorphism .ios-play-btn{border-radius:50%;box-shadow:0 4px 8px #8b5cf633,inset 0 -2px 4px #0000001a,inset 0 2px 4px #ffffff80}.style-dark-mode .ios-list-group,.style-dark-mode .ios-card{background:var(--bg-secondary);border:1px solid var(--border)}.style-swiss .ios-list-group,.style-swiss .ios-card{background:var(--bg-secondary);border:none;box-shadow:none}.style-swiss .ios-list-item{border-bottom:1px solid var(--text-primary)}.style-swiss .ios-nav-title-large{font-weight:700;letter-spacing:-.02em}.style-kawaii .ios-list-group,.style-kawaii .ios-card{background:var(--bg-secondary);border:2px solid var(--accent);border-radius:20px}.style-kawaii .ios-action-card{background:var(--bg-tertiary);border:2px dashed var(--accent);border-radius:16px}.style-kawaii .ios-action-icon{font-size:28px}.style-luxury .ios-list-group,.style-luxury .ios-card{background:var(--bg-secondary);border:1px solid var(--accent)}.style-luxury .ios-nav-title-large{font-weight:300;letter-spacing:.15em;text-transform:uppercase}.style-editorial .ios-list-group{background:transparent;border:none}.style-editorial .ios-list-item{border-bottom:1px solid var(--border);padding:16px 0}.style-editorial .ios-nav-title-large{font-style:italic;font-weight:400}.style-editorial .ios-section-title{text-transform:uppercase;letter-spacing:.1em;font-size:11px}.style-gradient .ios-list-group,.style-gradient .ios-card{background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15)}.style-gradient .ios-action-card{background:linear-gradient(135deg,#8b5cf633,#ec489933);border:1px solid rgba(255,255,255,.1)}.website-preview{flex:1;overflow:auto;background:#0a0a0a}.website-container{max-width:100%;min-height:100%;font-family:var(--font-body),system-ui,sans-serif;color:var(--text-primary);position:relative;overflow:hidden;isolation:isolate}.web-nav,.web-hero,.web-logos,.web-stats-section,.web-features,.web-pricing,.web-form-section,.web-progress-section,.web-cta,.web-team,.web-faq,.web-testimonials,.web-footer,.web-breadcrumbs{position:relative;z-index:1}.style-retro-futuristic .web-hero,.style-retro-futuristic .web-logos,.style-retro-futuristic .web-stats-section,.style-retro-futuristic .web-features,.style-retro-futuristic .web-pricing,.style-retro-futuristic .web-form-section,.style-retro-futuristic .web-progress-section,.style-retro-futuristic .web-cta,.style-retro-futuristic .web-team,.style-retro-futuristic .web-faq,.style-retro-futuristic .web-testimonials,.style-vaporwave .web-hero,.style-vaporwave .web-logos,.style-vaporwave .web-stats-section,.style-vaporwave .web-features,.style-vaporwave .web-pricing,.style-vaporwave .web-form-section,.style-vaporwave .web-progress-section,.style-vaporwave .web-cta,.style-vaporwave .web-team,.style-vaporwave .web-faq,.style-vaporwave .web-testimonials{background:color-mix(in srgb,var(--bg-primary) 80%,transparent)}.web-nav{position:sticky;top:0;z-index:100;background:var(--bg-primary);border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.web-nav-inner{max-width:1200px;margin:0 auto;padding:16px 32px;display:flex;align-items:center;justify-content:space-between}.web-nav-logo{display:flex;align-items:center;gap:10px}.web-logo-icon{font-family:var(--font-japanese),var(--font-display),sans-serif;font-size:24px;font-weight:700;color:var(--accent)}.web-logo-text{font-family:var(--font-display),sans-serif;font-size:18px;font-weight:600;color:var(--text-primary)}.web-nav-links{display:flex;gap:32px}.web-nav-link{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .2s}.web-nav-link:hover,.web-nav-link.active{color:var(--text-primary)}.web-nav-actions{display:flex;gap:12px}.web-btn{padding:10px 20px;border-radius:var(--radius);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;border:none}.web-btn-ghost{background:transparent;color:var(--text-secondary)}.web-btn-ghost:hover{color:var(--text-primary);background:var(--bg-secondary)}.web-btn-primary{background:var(--accent);color:#fff}.web-btn-primary:hover{filter:brightness(1.1)}.web-btn-secondary{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border)}.web-btn-secondary:hover{border-color:var(--border-strong)}.web-btn-lg{padding:14px 28px;font-size:16px}.web-hero{max-width:1200px;margin:0 auto;padding:80px 32px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;position:relative}.web-hero-bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background-image:var(--hero-image);background-size:cover;background-position:center;opacity:.15;z-index:-1;pointer-events:none}.web-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--bg-primary) 0%,transparent 20%,transparent 80%,var(--bg-primary) 100%)}.has-parallax .web-hero-bg,.has-parallax .web-cta-bg,.has-parallax .web-testimonials-bg{background-attachment:fixed;background-size:cover;background-position:center center}.fade-in-section{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.fade-in-section.fade-in-visible{opacity:1;transform:translateY(0)}.has-parallax .fade-in-section .web-feature-card,.has-parallax .fade-in-section .web-pricing-card,.has-parallax .fade-in-section .web-team-member,.has-parallax .fade-in-section .web-testimonial,.has-parallax .fade-in-section .web-stats-card,.has-parallax .fade-in-section .web-progress-card,.has-parallax .fade-in-section .web-faq-item{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.has-parallax .fade-in-section.fade-in-visible .web-feature-card,.has-parallax .fade-in-section.fade-in-visible .web-pricing-card,.has-parallax .fade-in-section.fade-in-visible .web-team-member,.has-parallax .fade-in-section.fade-in-visible .web-testimonial,.has-parallax .fade-in-section.fade-in-visible .web-stats-card,.has-parallax .fade-in-section.fade-in-visible .web-progress-card,.has-parallax .fade-in-section.fade-in-visible .web-faq-item{opacity:1;transform:translateY(0)}.has-parallax .fade-in-section.fade-in-visible .web-feature-card:nth-child(1),.has-parallax .fade-in-section.fade-in-visible .web-pricing-card:nth-child(1),.has-parallax .fade-in-section.fade-in-visible .web-team-member:nth-child(1),.has-parallax .fade-in-section.fade-in-visible .web-testimonial:nth-child(1),.has-parallax .fade-in-section.fade-in-visible .web-stats-card:nth-child(1),.has-parallax .fade-in-section.fade-in-visible .web-progress-card:nth-child(1),.has-parallax .fade-in-section.fade-in-visible .web-faq-item:nth-child(1){transition-delay:.1s}.has-parallax .fade-in-section.fade-in-visible .web-feature-card:nth-child(2),.has-parallax .fade-in-section.fade-in-visible .web-pricing-card:nth-child(2),.has-parallax .fade-in-section.fade-in-visible .web-team-member:nth-child(2),.has-parallax .fade-in-section.fade-in-visible .web-testimonial:nth-child(2),.has-parallax .fade-in-section.fade-in-visible .web-stats-card:nth-child(2),.has-parallax .fade-in-section.fade-in-visible .web-progress-card:nth-child(2),.has-parallax .fade-in-section.fade-in-visible .web-faq-item:nth-child(2){transition-delay:.2s}.has-parallax .fade-in-section.fade-in-visible .web-feature-card:nth-child(3),.has-parallax .fade-in-section.fade-in-visible .web-pricing-card:nth-child(3),.has-parallax .fade-in-section.fade-in-visible .web-team-member:nth-child(3),.has-parallax .fade-in-section.fade-in-visible .web-testimonial:nth-child(3),.has-parallax .fade-in-section.fade-in-visible .web-stats-card:nth-child(3),.has-parallax .fade-in-section.fade-in-visible .web-progress-card:nth-child(3),.has-parallax .fade-in-section.fade-in-visible .web-faq-item:nth-child(3){transition-delay:.3s}.has-parallax .fade-in-section.fade-in-visible .web-feature-card:nth-child(4),.has-parallax .fade-in-section.fade-in-visible .web-pricing-card:nth-child(4),.has-parallax .fade-in-section.fade-in-visible .web-team-member:nth-child(4),.has-parallax .fade-in-section.fade-in-visible .web-testimonial:nth-child(4),.has-parallax .fade-in-section.fade-in-visible .web-stats-card:nth-child(4),.has-parallax .fade-in-section.fade-in-visible .web-faq-item:nth-child(4){transition-delay:.4s}.web-badge{display:inline-block;padding:6px 12px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:600;border-radius:100px;margin-bottom:20px}.web-hero-title{font-family:var(--font-display),sans-serif;font-size:56px;font-weight:700;line-height:1.1;margin:0 0 20px;color:var(--text-primary)}.web-hero-accent{color:var(--accent)}.web-hero-subtitle{font-size:18px;line-height:1.6;color:var(--text-secondary);margin:0 0 32px}.web-hero-cta{display:flex;gap:16px;margin-bottom:48px}.web-hero-stats{display:flex;gap:40px}.web-stat{display:flex;flex-direction:column}.web-stat-value{font-size:28px;font-weight:700;color:var(--text-primary)}.web-stat-label{font-size:13px;color:var(--text-tertiary)}.web-hero-visual{display:flex;justify-content:center}.web-hero-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:calc(var(--radius) * 2);padding:32px;width:280px;box-shadow:var(--shadow)}.web-card-header{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);margin-bottom:16px}.web-card-jp{font-family:var(--font-japanese),var(--font-display),sans-serif;font-size:28px;font-weight:500;color:var(--text-primary);margin-bottom:8px}.web-card-romaji{font-size:14px;color:var(--text-tertiary);margin-bottom:12px}.web-card-en{font-size:16px;color:var(--text-secondary);font-style:italic}.web-breadcrumbs{max-width:1200px;margin:0 auto;padding:12px 32px;font-size:13px;color:var(--text-tertiary);display:flex;gap:8px;align-items:center}.web-breadcrumb-sep{opacity:.5}.web-breadcrumb-current{color:var(--text-primary)}.web-features{max-width:1200px;margin:0 auto;padding:80px 32px;background:var(--bg-primary)}.web-features-grid{display:grid;grid-template-columns:240px 1fr;gap:48px}.web-features-main{min-width:0}.web-sidebar{position:sticky;top:100px;height:fit-content}.web-sidebar-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-tertiary);margin:0 0 16px}.web-sidebar-links{list-style:none;padding:0;margin:0 0 24px}.web-sidebar-links li{padding:10px 16px;font-size:14px;color:var(--text-secondary);border-radius:var(--radius);cursor:pointer;transition:all .2s}.web-sidebar-links li:hover{background:var(--bg-secondary);color:var(--text-primary)}.web-sidebar-links li.active{background:var(--accent-soft);color:var(--accent);font-weight:500}.web-sidebar-box{background:var(--bg-secondary);border-radius:var(--radius);padding:16px;display:flex;gap:12px}.web-sidebar-box-icon{font-size:20px}.web-sidebar-box-text{font-size:13px;color:var(--text-secondary);line-height:1.5}.web-sidebar-box-text strong{color:var(--text-primary)}.web-section-title{font-family:var(--font-display),sans-serif;font-size:36px;font-weight:700;color:var(--text-primary);margin:0 0 12px}.web-section-subtitle{font-size:16px;color:var(--text-secondary);margin:0 0 40px}.web-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.web-feature-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.5);padding:28px}.web-feature-icon{width:48px;height:48px;background:var(--accent-soft);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:20px}.web-feature-card h3{font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 8px}.web-feature-card p{font-size:14px;color:var(--text-secondary);line-height:1.6;margin:0}.web-cta{background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:80px 32px;text-align:center;position:relative;overflow:hidden}.web-cta-bg{position:absolute;inset:0;background-image:var(--cta-image);background-size:cover;background-position:center;opacity:.12;z-index:0;pointer-events:none}.web-cta-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--bg-secondary) 0%,transparent 30%,transparent 70%,var(--bg-secondary) 100%)}.web-cta-content{max-width:560px;margin:0 auto;position:relative;z-index:1}.web-cta h2{font-family:var(--font-display),sans-serif;font-size:32px;font-weight:700;color:var(--text-primary);margin:0 0 12px}.web-cta p{font-size:16px;color:var(--text-secondary);margin:0 0 32px}.web-cta-actions{display:flex;gap:12px;justify-content:center;margin-bottom:16px}.web-input{padding:12px 20px;background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);font-size:14px;color:var(--text-primary);width:280px}.web-input::placeholder{color:var(--text-tertiary)}.web-cta-note{font-size:13px;color:var(--text-tertiary)}.web-testimonials{max-width:1200px;margin:0 auto;padding:80px 32px;text-align:center;position:relative}.web-testimonials-bg{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background-image:var(--testimonials-image);background-size:cover;background-position:center;opacity:.08;z-index:0;pointer-events:none}.web-testimonials-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,var(--bg-primary) 0%,transparent 20%,transparent 80%,var(--bg-primary) 100%)}.web-testimonials>*{position:relative;z-index:1}.web-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;text-align:left}.web-testimonial{background:var(--bg-secondary);border:1px solid var(--border);border-radius:calc(var(--radius) * 1.5);padding:28px}.web-testimonial-stars{color:var(--accent);margin-bottom:16px;letter-spacing:2px}.web-testimonial p{font-size:15px;line-height:1.6;color:var(--text-secondary);margin:0 0 20px}.web-testimonial-author{display:flex;align-items:center;gap:12px}.web-testimonial-avatar{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.web-testimonial-author strong{display:block;color:var(--text-primary);font-size:14px}.web-testimonial-author span{font-size:12px;color:var(--text-tertiary)}.web-footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:64px 32px 24px}.web-footer-main{max-width:1200px;margin:0 auto 48px;display:grid;grid-template-columns:1fr 2fr;gap:64px}.web-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:16px}.web-footer-brand p{font-size:14px;color:var(--text-secondary);margin:0 0 20px;line-height:1.6}.web-footer-social{display:flex;gap:16px}.web-footer-social a{color:var(--text-tertiary);transition:color .2s}.web-footer-social a:hover{color:var(--text-primary)}.web-footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.web-footer-col h4{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-primary);margin:0 0 16px}.web-footer-col a{display:block;font-size:14px;color:var(--text-secondary);text-decoration:none;margin-bottom:10px;transition:color .2s}.web-footer-col a:hover{color:var(--text-primary)}.web-footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-size:13px;color:var(--text-tertiary)}.web-footer-style-badge{background:var(--bg-primary);padding:6px 12px;border-radius:var(--radius);color:var(--accent)}.style-atmospheric .web-hero-bg,.style-editorial .web-hero-bg,.style-luxury .web-hero-bg,.style-japanese .web-hero-bg{opacity:.25}.style-cyberpunk .web-hero-bg,.style-vaporwave .web-hero-bg,.style-neon .web-hero-bg{opacity:.2;mix-blend-mode:screen}.style-dark-mode .web-hero-bg,.style-monochromatic .web-hero-bg{opacity:.12;filter:grayscale(100%)}.style-minimalist .web-hero-bg,.style-zen .web-hero-bg,.style-wabi-sabi .web-hero-bg{opacity:.1;filter:grayscale(50%)}.style-editorial .web-cta-bg,.style-atmospheric .web-cta-bg,.style-luxury .web-cta-bg{opacity:.18}.style-cyberpunk .web-cta-bg,.style-vaporwave .web-cta-bg{opacity:.15;mix-blend-mode:screen}.style-editorial .web-testimonials-bg,.style-japanese .web-testimonials-bg{opacity:.12}[class^=web-deco-]{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}[class^=web-deco-]>*{position:absolute}.web-glass-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.web-glass-blob-1{width:400px;height:400px;background:var(--accent);top:-100px;right:10%;animation:float 20s ease-in-out infinite}.web-glass-blob-2{width:300px;height:300px;background:var(--secondary);bottom:20%;left:-50px;animation:float 25s ease-in-out infinite reverse}.web-glass-blob-3{width:250px;height:250px;background:var(--accent);bottom:-50px;right:30%;animation:float 18s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(30px,-30px) rotate(5deg)}50%{transform:translate(-20px,20px) rotate(-5deg)}75%{transform:translate(20px,30px) rotate(3deg)}}.web-deco-brutal{position:absolute;pointer-events:none;z-index:0}.web-brutal-block{position:absolute;background:var(--accent)}.web-brutal-block-1{width:60px;height:200px;top:200px;right:40px}.web-brutal-block-2{width:120px;height:40px;bottom:100px;left:60px}.web-brutal-marquee{position:absolute;bottom:0;left:0;right:0;background:var(--accent);color:var(--bg-primary);font-family:var(--font-display),monospace;font-size:14px;font-weight:700;padding:8px 0;white-space:nowrap;overflow:hidden}.web-deco-memphis{position:absolute;pointer-events:none;z-index:0}.web-memphis-shape{position:absolute}.web-memphis-zigzag{top:150px;right:80px;width:100px;height:30px;background:repeating-linear-gradient(90deg,var(--accent) 0px,var(--accent) 10px,transparent 10px,transparent 20px);transform:skewY(-10deg)}.web-memphis-dots{bottom:200px;left:60px;width:80px;height:80px;background-image:radial-gradient(var(--secondary) 4px,transparent 4px);background-size:16px 16px}.web-memphis-circle{top:400px;left:100px;width:60px;height:60px;border:4px solid var(--accent);border-radius:50%}.web-memphis-triangle{bottom:300px;right:120px;width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-bottom:50px solid var(--secondary)}.web-memphis-squiggle{top:300px;right:200px;width:80px;height:40px;border:4px solid var(--accent);border-radius:50% 0;border-color:var(--accent) transparent var(--accent) transparent}.web-deco-retro{position:absolute;bottom:0;left:0;right:0;height:250px;pointer-events:none;z-index:-1;overflow:hidden}.web-retro-grid{position:absolute;bottom:0;left:0;right:0;height:150px;background:repeating-linear-gradient(90deg,transparent 0px,transparent 59px,var(--accent) 59px,var(--accent) 60px),repeating-linear-gradient(0deg,transparent 0px,transparent 29px,var(--accent) 29px,var(--accent) 30px);opacity:.08;transform:perspective(300px) rotateX(65deg);transform-origin:bottom;mask-image:radial-gradient(ellipse 70% 100% at 50% 100%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 70% 100% at 50% 100%,black 30%,transparent 80%)}.web-retro-sun{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:160px;height:80px;background:linear-gradient(var(--accent) 0%,var(--secondary) 100%);border-radius:160px 160px 0 0;opacity:.2}.web-retro-horizon{position:absolute;bottom:80px;left:0;right:0;height:1px;background:var(--accent);opacity:.3;mask-image:linear-gradient(90deg,transparent 10%,black 30%,black 70%,transparent 90%);-webkit-mask-image:linear-gradient(90deg,transparent 10%,black 30%,black 70%,transparent 90%)}.web-deco-vapor{position:absolute;pointer-events:none;z-index:-1;bottom:0;left:0;right:0;height:300px;overflow:hidden}.web-vapor-grid{position:absolute;bottom:0;left:0;right:0;height:200px;background:repeating-linear-gradient(90deg,rgba(255,113,206,.06) 0px,transparent 1px,transparent 60px),repeating-linear-gradient(0deg,rgba(255,113,206,.06) 0px,transparent 1px,transparent 60px);transform:perspective(300px) rotateX(60deg);transform-origin:bottom;mask-image:radial-gradient(ellipse 80% 120% at 50% 100%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 120% at 50% 100%,black 20%,transparent 70%)}.web-vapor-statue,.web-vapor-palm{position:absolute;width:80px;height:120px;background:linear-gradient(180deg,var(--accent) 0%,var(--secondary) 100%);opacity:.15}.web-vapor-palm-1{right:10%;bottom:20%;clip-path:polygon(50% 0%,100% 100%,0% 100%)}.web-vapor-palm-2{left:8%;bottom:15%;clip-path:polygon(50% 0%,100% 100%,0% 100%);transform:scaleX(-1)}.web-deco-cyber{position:absolute;pointer-events:none;z-index:0}.web-cyber-scanline{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 2px,rgba(0,0,0,.1) 2px,rgba(0,0,0,.1) 4px);pointer-events:none}.web-cyber-glitch-bar{position:absolute;left:0;right:0;height:3px;background:var(--accent);opacity:.7;animation:glitchBar 4s infinite}.web-cyber-glitch-1{top:20%;animation-delay:0s}.web-cyber-glitch-2{top:70%;animation-delay:2s}@keyframes glitchBar{0%,to{transform:translate(0);opacity:0}10%{transform:translate(-100%);opacity:.7}11%{transform:translate(100%);opacity:0}20%{transform:translate(0);opacity:0}}.web-cyber-corner{position:absolute;width:60px;height:60px;border:2px solid var(--accent)}.web-cyber-corner-tl{top:20px;left:20px;border-right:none;border-bottom:none}.web-cyber-corner-tr{top:20px;right:20px;border-left:none;border-bottom:none}.web-cyber-corner-bl{bottom:20px;left:20px;border-right:none;border-top:none}.web-cyber-corner-br{bottom:20px;right:20px;border-left:none;border-top:none}.web-deco-artdeco{position:absolute;pointer-events:none;z-index:0}.web-artdeco-border{position:absolute;inset:20px;border:1px solid var(--accent);opacity:.3}.web-artdeco-fan{position:absolute;width:120px;height:60px;background:repeating-conic-gradient(from 180deg,var(--accent) 0deg,var(--accent) 10deg,transparent 10deg,transparent 20deg);clip-path:polygon(0% 100%,50% 0%,100% 100%);opacity:.2}.web-artdeco-fan-1{top:100px;left:60px}.web-artdeco-fan-2{bottom:100px;right:60px;transform:rotate(180deg)}.web-artdeco-lines{position:absolute;top:50%;right:40px;width:4px;height:200px;background:repeating-linear-gradient(0deg,var(--accent) 0px,var(--accent) 20px,transparent 20px,transparent 30px);opacity:.4}.web-deco-bauhaus{position:absolute;pointer-events:none;z-index:0}.web-bauhaus-circle{position:absolute;width:150px;height:150px;border-radius:50%;background:var(--accent);opacity:.2;top:15%;right:10%}.web-bauhaus-square{position:absolute;width:100px;height:100px;background:var(--secondary);opacity:.2;bottom:20%;left:8%}.web-bauhaus-triangle{position:absolute;width:0;height:0;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:100px solid var(--accent);opacity:.15;bottom:30%;right:15%}.web-bauhaus-line{position:absolute;width:200px;height:4px;background:var(--accent);top:40%;left:5%;opacity:.3}.web-deco-swiss{position:absolute;pointer-events:none;z-index:-1}.web-swiss-grid{display:none}.web-swiss-accent{position:absolute;top:80px;left:40px;width:6px;height:60px;background:var(--accent)}.web-deco-terminal{position:absolute;pointer-events:none;z-index:0}.web-terminal-scanline{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 1px,rgba(0,255,0,.03) 1px,rgba(0,255,0,.03) 2px)}.web-terminal-cursor{position:absolute;bottom:40px;left:40px;width:12px;height:20px;background:var(--accent);animation:blink 1s step-end infinite}.web-terminal-prompt{position:absolute;top:100px;right:40px;font-family:monospace;font-size:18px;color:var(--accent);opacity:.5}@keyframes blink{50%{opacity:0}}.web-deco-y2k{position:absolute;pointer-events:none;z-index:0}.web-y2k-star{position:absolute;font-size:32px;color:var(--accent);animation:sparkle 2s ease-in-out infinite}.web-y2k-star-1{top:15%;right:15%;animation-delay:0s}.web-y2k-star-2{top:40%;left:10%;animation-delay:.5s}.web-y2k-star-3{bottom:25%;right:25%;animation-delay:1s}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:.7}50%{transform:scale(1.2) rotate(180deg);opacity:1}}.web-y2k-bubble{position:absolute;border-radius:50%;background:linear-gradient(135deg,rgba(255,255,255,.4),transparent);border:1px solid rgba(255,255,255,.2)}.web-y2k-bubble-1{width:100px;height:100px;top:30%;left:5%}.web-y2k-bubble-2{width:60px;height:60px;bottom:40%;right:8%}.web-y2k-chrome{position:absolute;bottom:50px;left:50%;transform:translate(-50%);width:200px;height:4px;background:linear-gradient(90deg,#f0f,#0ff,#f0f);border-radius:2px}.web-deco-kawaii{position:absolute;pointer-events:none;z-index:0}.web-kawaii-cloud{position:absolute;background:var(--bg-secondary);border-radius:100px;opacity:.5}.web-kawaii-cloud:before,.web-kawaii-cloud:after{content:"";position:absolute;background:inherit;border-radius:50%}.web-kawaii-cloud-1{width:100px;height:40px;top:10%;right:15%}.web-kawaii-cloud-1:before{width:50px;height:50px;top:-25px;left:20px}.web-kawaii-cloud-1:after{width:40px;height:40px;top:-15px;right:20px}.web-kawaii-cloud-2{width:80px;height:30px;bottom:20%;left:10%}.web-kawaii-star{position:absolute;top:25%;left:20%;font-size:40px;color:var(--accent);animation:bounce 2s ease-in-out infinite}.web-kawaii-heart{position:absolute;bottom:30%;right:12%;font-size:36px;color:var(--secondary);animation:bounce 2s ease-in-out infinite .5s}.web-kawaii-sparkle{position:absolute;top:45%;right:8%;font-size:28px;animation:sparkle 1.5s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.web-deco-organic{position:absolute;pointer-events:none;z-index:0}.web-organic-blob{position:absolute;background:var(--accent);opacity:.1;border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:morph 15s ease-in-out infinite}.web-organic-blob-1{width:300px;height:300px;top:10%;right:5%}.web-organic-blob-2{width:200px;height:200px;bottom:15%;left:5%;animation-delay:-7s}@keyframes morph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}}.web-organic-texture{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.03}.web-deco-luxury{position:absolute;pointer-events:none;z-index:0}.web-luxury-frame{position:absolute;inset:30px;border:1px solid var(--accent);opacity:.2}.web-luxury-accent{position:absolute;top:50%;left:50px;width:1px;height:150px;background:var(--accent);opacity:.4}.web-deco-editorial{position:absolute;pointer-events:none;z-index:0}.web-editorial-line{position:absolute;background:var(--accent);opacity:.3}.web-editorial-line-1{width:100%;height:1px;top:20%;left:0}.web-editorial-line-2{width:1px;height:40%;top:30%;right:80px}.web-editorial-dropcap{position:absolute;top:200px;left:60px;font-family:var(--font-display),serif;font-size:120px;color:var(--accent);opacity:.1;line-height:1}.web-deco-grunge{position:absolute;pointer-events:none;z-index:0}.web-grunge-texture{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.4'/%3E%3C/svg%3E");opacity:.05}.web-grunge-scratch{position:absolute;height:2px;background:var(--text-tertiary);opacity:.2;transform:rotate(-5deg)}.web-grunge-scratch-1{width:200px;top:30%;left:10%}.web-grunge-scratch-2{width:150px;bottom:25%;right:15%;transform:rotate(3deg)}.web-deco-industrial{position:absolute;pointer-events:none;z-index:0}.web-industrial-stripe{position:absolute;bottom:0;left:0;right:0;height:20px;background:repeating-linear-gradient(90deg,var(--accent) 0px,var(--accent) 20px,var(--bg-primary) 20px,var(--bg-primary) 40px);opacity:.5}.web-industrial-bolt{position:absolute;width:16px;height:16px;border:2px solid var(--text-tertiary);border-radius:50%;opacity:.3}.web-industrial-bolt:after{content:"+";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;color:var(--text-tertiary)}.web-industrial-bolt-1{top:40px;left:40px}.web-industrial-bolt-2{top:40px;right:40px}.web-deco-gradient{position:absolute;inset:0;pointer-events:none;z-index:0}.web-gradient-mesh{position:absolute;width:100%;height:100%;background:radial-gradient(at 20% 20%,var(--accent) 0%,transparent 50%),radial-gradient(at 80% 80%,var(--secondary) 0%,transparent 50%),radial-gradient(at 50% 50%,var(--accent-soft) 0%,transparent 50%);opacity:.15}.web-deco-maximalist{position:absolute;pointer-events:none;z-index:0}.web-max-layer{position:absolute;opacity:.1}.web-max-layer-1{top:10%;left:5%;width:200px;height:200px;background:var(--accent);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.web-max-layer-2{bottom:15%;right:8%;width:150px;height:150px;background:var(--secondary);border-radius:50%}.web-max-layer-3{top:40%;right:15%;width:100px;height:100px;background:var(--accent);transform:rotate(45deg)}.web-max-pattern{position:absolute;inset:0;background-image:radial-gradient(var(--accent) 1px,transparent 1px);background-size:30px 30px;opacity:.05}.web-deco-dark{position:absolute;pointer-events:none;z-index:0}.web-dark-glow{position:absolute;border-radius:50%;filter:blur(100px)}.web-dark-glow-1{width:400px;height:400px;background:var(--accent);opacity:.1;top:-100px;right:10%}.web-dark-glow-2{width:300px;height:300px;background:var(--secondary);opacity:.1;bottom:-50px;left:20%}.web-dark-stars{position:absolute;inset:0;background-image:radial-gradient(1px 1px at 20px 30px,white,transparent),radial-gradient(1px 1px at 40px 70px,white,transparent),radial-gradient(1px 1px at 50px 160px,white,transparent),radial-gradient(1px 1px at 90px 40px,white,transparent),radial-gradient(1px 1px at 130px 80px,white,transparent),radial-gradient(1px 1px at 160px 120px,white,transparent);background-size:200px 200px;opacity:.3}.web-deco-minimal{position:absolute;pointer-events:none;z-index:0}.web-minimal-line{position:absolute;top:50%;left:40px;width:60px;height:1px;background:var(--accent);opacity:.5}.web-deco-corporate{position:absolute;pointer-events:none;z-index:0}.web-corporate-shape{position:absolute;opacity:.15}.web-corporate-shape-1{top:20%;right:10%;width:200px;height:200px;background:var(--accent);border-radius:30% 70% 70% 30%/30% 30% 70% 70%}.web-corporate-shape-2{bottom:25%;left:8%;width:150px;height:150px;background:var(--secondary);border-radius:50%}.web-deco-isometric{position:absolute;pointer-events:none;z-index:0}.web-iso-cube{position:absolute;width:60px;height:70px;opacity:.2}.web-iso-cube:before{content:"";position:absolute;width:60px;height:35px;background:var(--accent);transform:skewY(-30deg);transform-origin:left bottom}.web-iso-cube:after{content:"";position:absolute;left:60px;width:30px;height:35px;background:var(--secondary);transform:skewY(30deg);transform-origin:left bottom}.web-iso-cube-1{top:20%;right:15%}.web-iso-cube-2{bottom:30%;left:10%}.web-iso-cube-3{top:50%;right:25%}.web-deco-clay{position:absolute;pointer-events:none;z-index:0}.web-clay-blob{position:absolute;background:var(--accent);opacity:.15;border-radius:50%;box-shadow:inset 10px -10px 20px #0003,inset -10px 10px 20px #ffffff1a}.web-clay-blob-1{width:200px;height:200px;top:15%;right:10%}.web-clay-blob-2{width:150px;height:150px;bottom:20%;left:8%}.web-deco-neo{position:absolute;pointer-events:none;z-index:0}.web-neo-shape{position:absolute;background:var(--bg-secondary);border-radius:50%;box-shadow:20px 20px 40px #0003,-20px -20px 40px #ffffff0d}.web-neo-shape-1{width:150px;height:150px;top:20%;right:12%}.web-neo-shape-2{width:100px;height:100px;bottom:25%;left:10%}.web-deco-pastel{position:absolute;pointer-events:none;z-index:0}.web-pastel-blob{position:absolute;border-radius:50%;filter:blur(60px);opacity:.3}.web-pastel-blob-1{width:300px;height:300px;background:var(--accent);top:10%;right:10%}.web-pastel-blob-2{width:250px;height:250px;background:var(--secondary);bottom:15%;left:5%}.web-pastel-star{position:absolute;top:30%;left:15%;font-size:40px;color:var(--accent);opacity:.5}.scanlines-overlay{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent 0px,transparent 1px,rgba(0,0,0,.1) 1px,rgba(0,0,0,.1) 2px);pointer-events:none;z-index:100}.grid-overlay{position:absolute;inset:0;background-image:linear-gradient(var(--border) 1px,transparent 1px),linear-gradient(90deg,var(--border) 1px,transparent 1px);background-size:20px 20px;opacity:.3;pointer-events:none;z-index:1}.noise-overlay{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.05;pointer-events:none;z-index:1}.grain-overlay{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='grain'%3E%3CfeTurbulence type='turbulence' baseFrequency='0.7'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23grain)' opacity='0.3'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:1}.style-brutalist .web-nav{background:var(--bg-primary);border-bottom:3px solid var(--border);-webkit-backdrop-filter:none;backdrop-filter:none}.style-brutalist .web-nav-inner{padding:8px 16px}.style-brutalist .web-nav-logo{gap:4px}.style-brutalist .web-logo-icon{font-size:16px;font-weight:400}.style-brutalist .web-logo-text{font-size:14px;font-weight:400;text-transform:uppercase;letter-spacing:2px}.style-brutalist .web-nav-links{gap:8px}.style-brutalist .web-nav-link{font-size:12px;text-transform:uppercase;letter-spacing:1px;text-decoration:underline;padding:4px 8px}.style-brutalist .web-nav-link:hover{background:var(--accent);color:var(--bg-primary);text-decoration:none}.style-brutalist .web-btn{border-radius:0;text-transform:uppercase;letter-spacing:1px;font-size:12px;padding:8px 12px;border:2px solid currentColor}.style-brutalist .web-btn-primary{background:var(--accent);color:var(--bg-primary);border-color:var(--accent)}.style-brutalist .web-btn-primary:hover{background:var(--bg-primary);color:var(--accent)}.style-brutalist .web-hero{padding:40px 16px;gap:24px}.style-brutalist .web-badge{background:transparent;border:1px solid var(--accent);border-radius:0;font-size:10px;text-transform:uppercase;letter-spacing:2px}.style-brutalist .web-hero-title{font-size:32px;font-weight:400;text-transform:uppercase;letter-spacing:4px;line-height:1.3}.style-brutalist .web-hero-accent{display:block;background:var(--accent);color:var(--bg-primary);padding:4px 8px;margin-top:8px}.style-brutalist .web-hero-subtitle{font-size:14px;line-height:1.8;max-width:400px}.style-brutalist .web-hero-stats{gap:16px;border-top:1px solid var(--border);padding-top:16px;margin-top:24px}.style-brutalist .web-stat-value{font-size:16px;font-weight:400}.style-brutalist .web-stat-label{font-size:10px;text-transform:uppercase;letter-spacing:1px}.style-brutalist .web-hero-card{background:var(--bg-primary);border:2px solid var(--border);border-radius:0;padding:16px;box-shadow:none}.style-brutalist .web-card-header{font-size:10px;letter-spacing:2px;border-bottom:1px solid var(--border);padding-bottom:8px;margin-bottom:12px}.style-brutalist .web-card-jp{font-size:24px}.style-brutalist .web-feature-card{background:transparent;border:1px solid var(--border);border-radius:0;padding:16px}.style-brutalist .web-feature-icon{background:transparent;border:1px solid var(--accent);border-radius:0;width:40px;height:40px}.style-brutalist .web-testimonial{background:transparent;border:1px solid var(--border);border-radius:0}.style-brutalist .web-testimonial-avatar{border-radius:0;background:var(--accent)}.style-brutalist .web-footer{border-top:3px solid var(--border)}.style-brutalist .web-input,.style-brutalist .web-select,.style-brutalist .web-textarea{border-radius:0;border:2px solid var(--border)}.style-brutalist .web-cta{background:transparent;border-top:3px solid var(--border);border-bottom:3px solid var(--border)}.style-brutalist .web-section-title{font-size:24px;font-weight:400;text-transform:uppercase;letter-spacing:3px}.style-brutalist .web-sidebar-links li{border-radius:0;border-bottom:1px solid var(--border);padding:8px 0}.style-brutalist .web-sidebar-links li.active{background:transparent;text-decoration:underline}.style-brutalist .web-sidebar-box{border-radius:0;border:1px solid var(--border)}.style-neubrutalism .web-nav{background:var(--bg-primary);border-bottom:3px solid var(--border)}.style-neubrutalism .web-logo-text{font-weight:800}.style-neubrutalism .web-btn{border-radius:0;border:3px solid var(--border);box-shadow:4px 4px 0 var(--border);font-weight:700;transition:all .1s ease}.style-neubrutalism .web-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px 0 var(--border)}.style-neubrutalism .web-btn-primary{background:var(--accent);color:#fff}.style-neubrutalism .web-hero-title{font-size:64px;font-weight:900;line-height:1}.style-neubrutalism .web-hero-accent{background:var(--accent);color:#fff;padding:4px 12px;display:inline}.style-neubrutalism .web-badge{border-radius:0;border:2px solid var(--border);background:var(--secondary);color:#fff;font-weight:700}.style-neubrutalism .web-hero-card{border:3px solid var(--border);border-radius:0;box-shadow:8px 8px 0 var(--border);background:var(--bg-secondary)}.style-neubrutalism .web-feature-card{border:3px solid var(--border);border-radius:0;box-shadow:6px 6px 0 var(--border);transition:all .15s ease}.style-neubrutalism .web-feature-card:hover{transform:translate(3px,3px);box-shadow:3px 3px 0 var(--border)}.style-neubrutalism .web-feature-icon{border-radius:0;border:2px solid var(--border)}.style-neubrutalism .web-testimonial{border:3px solid var(--border);border-radius:0;box-shadow:5px 5px 0 var(--border)}.style-neubrutalism .web-testimonial-avatar{border-radius:0;border:2px solid var(--border)}.style-neubrutalism .web-input,.style-neubrutalism .web-select,.style-neubrutalism .web-textarea{border:3px solid var(--border);border-radius:0}.style-neubrutalism .web-sidebar-box{border:3px solid var(--border);border-radius:0;box-shadow:4px 4px 0 var(--border)}.style-neubrutalism .web-sidebar-links li{border-radius:0}.style-neubrutalism .web-sidebar-links li.active{border:2px solid var(--border);background:var(--accent-soft)}.style-neubrutalism .web-section-title{font-weight:900}.style-neubrutalism .web-footer-style-badge{border:2px solid var(--border);border-radius:0}.style-glassmorphism .web-nav{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2)}.style-glassmorphism .web-btn{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:12px}.style-glassmorphism .web-btn-primary{background:#ffffff40;color:#fff}.style-glassmorphism .web-btn-primary:hover{background:#ffffff59}.style-glassmorphism .web-hero-card{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.25);border-radius:24px;box-shadow:0 25px 50px #00000026}.style-glassmorphism .web-badge{background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:100px}.style-glassmorphism .web-feature-card{background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.style-glassmorphism .web-feature-icon{background:#fff3;border-radius:12px}.style-glassmorphism .web-testimonial{background:#ffffff1a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.2);border-radius:20px}.style-glassmorphism .web-testimonial-avatar{background:#ffffff4d}.style-glassmorphism .web-cta{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.style-glassmorphism .web-input,.style-glassmorphism .web-select,.style-glassmorphism .web-textarea{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;color:#fff}.style-glassmorphism .web-input::placeholder,.style-glassmorphism .web-textarea::placeholder{color:#ffffff80}.style-glassmorphism .web-select option{background:#1a1a2e;color:#fff}.style-glassmorphism .web-sidebar-box{background:#ffffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);border-radius:16px}.style-glassmorphism .web-sidebar-links li{border-radius:10px}.style-glassmorphism .web-sidebar-links li.active{background:#ffffff26}.style-glassmorphism .web-footer{background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.15)}.style-glassmorphism .web-footer-style-badge{background:#ffffff26;border-radius:8px}.style-swiss .web-nav{background:var(--bg-primary);border-bottom:4px solid var(--border)}.style-swiss .web-nav-inner{padding:24px 32px}.style-swiss .web-logo-icon{display:none}.style-swiss .web-logo-text{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:4px}.style-swiss .web-nav-links{gap:48px}.style-swiss .web-nav-link{font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:2px}.style-swiss .web-nav-link.active{border-bottom:2px solid var(--accent);padding-bottom:4px}.style-swiss .web-btn{border-radius:0;text-transform:uppercase;letter-spacing:2px;font-size:11px;font-weight:600}.style-swiss .web-btn-primary{background:var(--accent)}.style-swiss .web-hero{padding:100px 32px 80px}.style-swiss .web-badge{background:var(--accent);color:#fff;border-radius:0;font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:10px}.style-swiss .web-hero-title{font-size:72px;font-weight:700;line-height:.95;text-transform:uppercase;letter-spacing:-2px}.style-swiss .web-hero-accent{display:block;color:var(--accent)}.style-swiss .web-hero-subtitle{font-size:16px;line-height:1.7;max-width:480px}.style-swiss .web-hero-card{background:var(--bg-primary);border:4px solid var(--border);border-radius:0;padding:40px}.style-swiss .web-card-header{font-size:10px;letter-spacing:3px;font-weight:600}.style-swiss .web-feature-card{background:transparent;border:none;border-top:4px solid var(--border);border-radius:0;padding:32px 0}.style-swiss .web-feature-icon{background:var(--accent);color:#fff;border-radius:0;width:56px;height:56px}.style-swiss .web-feature-card h3{text-transform:uppercase;letter-spacing:1px;font-size:14px}.style-swiss .web-section-title{text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:600;color:var(--accent)}.style-swiss .web-section-subtitle{font-size:36px;font-weight:700;color:var(--text-primary);line-height:1.2}.style-swiss .web-testimonial{background:transparent;border:none;border-left:4px solid var(--accent);border-radius:0;padding-left:24px}.style-swiss .web-testimonial-avatar{border-radius:0}.style-swiss .web-cta{background:#000;border:none}.style-swiss .web-cta h2{color:#fff}.style-swiss .web-cta p,.style-swiss .web-cta-note{color:#ffffffd9}.style-swiss .web-input,.style-swiss .web-select,.style-swiss .web-textarea{border-radius:0;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-swiss .web-cta .web-input{border:2px solid #FFFFFF;background:transparent;color:#fff}.style-swiss .web-cta .web-input::placeholder{color:#fff9}.style-swiss .web-cta .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-swiss .web-sidebar-links li{border-radius:0;border-left:4px solid transparent;padding-left:16px}.style-swiss .web-sidebar-links li.active{background:transparent;border-left-color:var(--accent)}.style-swiss .web-footer{border-top:4px solid var(--border)}.style-cyberpunk .web-nav{background:#0a0a0fe6;border-bottom:1px solid var(--accent);box-shadow:0 0 20px #00f5d433}.style-cyberpunk .web-logo-text{text-transform:uppercase;letter-spacing:4px;text-shadow:0 0 10px var(--accent)}.style-cyberpunk .web-nav-link{text-transform:uppercase;letter-spacing:2px;font-size:11px}.style-cyberpunk .web-nav-link:hover{text-shadow:0 0 10px var(--accent)}.style-cyberpunk .web-btn{border-radius:0;text-transform:uppercase;letter-spacing:2px;font-size:11px;border:1px solid var(--accent);position:relative;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px))}.style-cyberpunk .web-btn-primary{background:var(--accent);color:var(--bg-primary);box-shadow:0 0 20px #00f5d466}.style-cyberpunk .web-btn-primary:hover{box-shadow:0 0 30px #00f5d499}.style-cyberpunk .web-hero-title{font-size:64px;font-weight:700;text-transform:uppercase;letter-spacing:8px;text-shadow:0 0 30px var(--accent),0 0 60px var(--accent)}.style-cyberpunk .web-hero-accent{color:var(--secondary);text-shadow:0 0 20px var(--secondary)}.style-cyberpunk .web-badge{border-radius:0;border:1px solid var(--secondary);background:transparent;color:var(--secondary);text-transform:uppercase;letter-spacing:3px;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}.style-cyberpunk .web-hero-card{background:#00f5d40d;border:1px solid var(--accent);border-radius:0;box-shadow:0 0 30px #00f5d41a,inset 0 0 30px #00f5d40d;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,20px 100%,0 calc(100% - 20px))}.style-cyberpunk .web-feature-card{background:#00f5d408;border:1px solid var(--border);border-radius:0;position:relative}.style-cyberpunk .web-feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,var(--accent),transparent)}.style-cyberpunk .web-feature-icon{background:transparent;border:1px solid var(--accent);border-radius:0;color:var(--accent)}.style-cyberpunk .web-feature-card h3{text-transform:uppercase;letter-spacing:2px;font-size:13px}.style-cyberpunk .web-testimonial{background:#f725850d;border:1px solid var(--secondary);border-radius:0}.style-cyberpunk .web-testimonial-avatar{border-radius:0;background:var(--secondary)}.style-cyberpunk .web-testimonial-stars{color:var(--secondary);text-shadow:0 0 10px var(--secondary)}.style-cyberpunk .web-cta{background:linear-gradient(180deg,#00f5d41a,#f725851a);border-top:1px solid var(--accent);border-bottom:1px solid var(--secondary)}.style-cyberpunk .web-input,.style-cyberpunk .web-select,.style-cyberpunk .web-textarea{background:#0009;border:1px solid var(--accent);border-radius:0;color:var(--text-primary);box-shadow:0 0 8px #0ff3}.style-cyberpunk .web-input::placeholder,.style-cyberpunk .web-textarea::placeholder{color:var(--text-tertiary)}.style-cyberpunk .web-section-title{text-transform:uppercase;letter-spacing:4px;font-size:14px;color:var(--accent);text-shadow:0 0 20px var(--accent)}.style-cyberpunk .web-sidebar-links li{border-radius:0;border-left:2px solid transparent}.style-cyberpunk .web-sidebar-links li.active{background:#00f5d41a;border-left-color:var(--accent)}.style-cyberpunk .web-footer{border-top:1px solid var(--accent);box-shadow:0 -10px 40px #00f5d41a}.style-terminal .website-container{font-family:var(--font-body),"JetBrains Mono",monospace}.style-terminal .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--accent)}.style-terminal .web-nav-inner:before{content:">";color:var(--accent);margin-right:8px;font-weight:700}.style-terminal .web-logo-text{font-family:monospace;font-size:14px}.style-terminal .web-logo-text:after{content:"_";animation:blink 1s step-end infinite}.style-terminal .web-nav-link{font-family:monospace;font-size:12px}.style-terminal .web-nav-link:before{content:"./";opacity:.5}.style-terminal .web-btn{font-family:monospace;border-radius:0;border:1px solid var(--accent);text-transform:lowercase}.style-terminal .web-btn-primary{background:var(--accent);color:var(--bg-primary)}.style-terminal .web-btn-primary:before{content:"$ "}.style-terminal .web-hero-title{font-family:monospace;font-size:48px;font-weight:400;text-shadow:0 0 20px var(--accent)}.style-terminal .web-hero-title:before{content:"# ";opacity:.5}.style-terminal .web-hero-accent{color:var(--secondary)}.style-terminal .web-badge{font-family:monospace;background:transparent;border:1px dashed var(--accent);border-radius:0;font-size:11px}.style-terminal .web-badge:before{content:"["}.style-terminal .web-badge:after{content:"]"}.style-terminal .web-hero-card{background:var(--bg-secondary);border:1px solid var(--accent);border-radius:0;font-family:monospace}.style-terminal .web-hero-card:before{content:"/* output */";display:block;font-size:10px;color:var(--text-tertiary);margin-bottom:12px}.style-terminal .web-card-jp{font-family:monospace,var(--font-japanese)}.style-terminal .web-feature-card{background:transparent;border:1px solid var(--border);border-radius:0}.style-terminal .web-feature-card:before{content:"---";display:block;color:var(--text-tertiary);margin-bottom:16px}.style-terminal .web-feature-icon{background:transparent;border:1px solid var(--accent);border-radius:0}.style-terminal .web-feature-card h3{font-family:monospace;font-weight:400}.style-terminal .web-feature-card h3:before{content:"## ";color:var(--accent)}.style-terminal .web-section-title{font-family:monospace;font-weight:400}.style-terminal .web-section-title:before{content:"> ";color:var(--accent)}.style-terminal .web-testimonial{background:transparent;border:1px solid var(--border);border-radius:0;font-family:monospace}.style-terminal .web-testimonial p:before{content:'" ';color:var(--text-tertiary)}.style-terminal .web-testimonial p:after{content:' "';color:var(--text-tertiary)}.style-terminal .web-testimonial-avatar{border-radius:0;font-family:monospace}.style-terminal .web-cta{background:var(--bg-secondary);border-top:1px dashed var(--accent);border-bottom:1px dashed var(--accent)}.style-terminal .web-input,.style-terminal .web-select,.style-terminal .web-textarea{font-family:monospace;background:#000c;border:1px solid var(--accent);border-radius:0;color:var(--accent)}.style-terminal .web-input::placeholder,.style-terminal .web-textarea::placeholder{color:#00ff4180}.style-terminal .web-sidebar-links li{font-family:monospace;border-radius:0}.style-terminal .web-sidebar-links li:before{content:"- "}.style-terminal .web-sidebar-links li.active:before{content:"> ";color:var(--accent)}.style-art-deco .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--accent)}.style-art-deco .web-nav-inner{justify-content:center;flex-direction:column;gap:16px;padding:24px 32px}.style-art-deco .web-nav-logo{justify-content:center}.style-art-deco .web-logo-text{font-family:var(--font-display),serif;font-size:28px;letter-spacing:12px;text-transform:uppercase}.style-art-deco .web-nav-links{gap:48px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:16px 0}.style-art-deco .web-nav-link{font-size:11px;text-transform:uppercase;letter-spacing:4px}.style-art-deco .web-nav-actions{display:none}.style-art-deco .web-btn{border-radius:0;text-transform:uppercase;letter-spacing:4px;font-size:11px;border:1px solid var(--accent);background:transparent;color:var(--accent)}.style-art-deco .web-btn-primary{background:var(--accent);color:var(--bg-primary)}.style-art-deco .web-hero{text-align:center;display:flex;flex-direction:column;align-items:center;padding:100px 32px}.style-art-deco .web-hero-content{order:1;display:flex;flex-direction:column;align-items:center}.style-art-deco .web-hero-visual{order:2;margin-top:60px}.style-art-deco .web-badge{background:transparent;border:1px solid var(--accent);border-radius:0;letter-spacing:4px;text-transform:uppercase;font-size:10px}.style-art-deco .web-hero-title{font-family:var(--font-display),serif;font-size:64px;font-weight:400;letter-spacing:8px;text-transform:uppercase;line-height:1.2}.style-art-deco .web-hero-title:before,.style-art-deco .web-hero-title:after{content:"◆";display:block;font-size:16px;margin:24px 0;color:var(--accent)}.style-art-deco .web-hero-accent{display:block}.style-art-deco .web-hero-subtitle{max-width:600px;text-align:center;font-style:italic}.style-art-deco .web-hero-cta{justify-content:center}.style-art-deco .web-hero-stats{justify-content:center;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:24px 0;margin-top:48px}.style-art-deco .web-hero-card{background:transparent;border:2px solid var(--accent);border-radius:0;text-align:center}.style-art-deco .web-card-header{letter-spacing:4px}.style-art-deco .web-feature-cards{gap:48px}.style-art-deco .web-feature-card{background:transparent;border:1px solid var(--border);border-radius:0;text-align:center;padding:48px 32px}.style-art-deco .web-feature-icon{background:transparent;border:2px solid var(--accent);border-radius:0;transform:rotate(45deg);margin:0 auto 24px}.style-art-deco .web-feature-icon svg{transform:rotate(-45deg)}.style-art-deco .web-feature-card h3{text-transform:uppercase;letter-spacing:3px;font-size:14px}.style-art-deco .web-section-title{text-align:center;text-transform:uppercase;letter-spacing:6px;font-size:14px}.style-art-deco .web-section-title:before,.style-art-deco .web-section-title:after{content:"—";margin:0 16px}.style-art-deco .web-testimonial{background:transparent;border:1px solid var(--border);border-radius:0;text-align:center}.style-art-deco .web-testimonial-author{justify-content:center}.style-art-deco .web-testimonial-avatar{border-radius:0;transform:rotate(45deg)}.style-art-deco .web-testimonial-avatar:after{content:attr(data-letter);transform:rotate(-45deg)}.style-art-deco .web-cta{text-align:center;border-top:2px solid var(--accent);border-bottom:2px solid var(--accent)}.style-art-deco .web-cta h2{text-transform:uppercase;letter-spacing:6px;font-size:20px}.style-art-deco .web-input,.style-art-deco .web-select,.style-art-deco .web-textarea{border-radius:0;border:1px solid var(--border);text-align:center}.style-art-deco .web-footer{text-align:center;border-top:2px solid var(--accent)}.style-art-deco .web-footer-main{display:flex;flex-direction:column;align-items:center}.style-art-deco .web-footer-links{display:flex;gap:64px}.style-art-deco .web-footer-col h4{letter-spacing:4px}.style-art-deco .web-footer-social{justify-content:center}.style-art-deco .web-footer-bottom{justify-content:center;gap:32px}.style-art-deco .web-footer-brand{display:flex;flex-direction:column;align-items:center}.style-art-deco .web-footer-brand p{text-align:center}.style-editorial .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.style-editorial .web-nav-inner{padding:12px 32px}.style-editorial .web-logo-icon{display:none}.style-editorial .web-logo-text{font-family:var(--font-display),serif;font-size:24px;font-weight:400;font-style:italic}.style-editorial .web-nav-links{gap:32px}.style-editorial .web-nav-link{font-family:var(--font-body),serif;font-size:13px}.style-editorial .web-btn{font-family:var(--font-body),serif;border-radius:0;font-size:12px}.style-editorial .web-btn-primary{background:var(--accent)}.style-editorial .web-hero{padding:60px 32px 80px;gap:80px;grid-template-columns:2fr 1fr}.style-editorial .web-badge{background:var(--accent);color:#fff;border-radius:0;font-family:var(--font-body),sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:2px}.style-editorial .web-hero-title{font-family:var(--font-display),serif;font-size:72px;font-weight:400;line-height:1;letter-spacing:-2px}.style-editorial .web-hero-accent{font-style:italic}.style-editorial .web-hero-subtitle{font-family:var(--font-body),serif;font-size:20px;line-height:1.6}.style-editorial .web-hero-card{background:var(--bg-secondary);border:none;border-left:4px solid var(--accent);border-radius:0}.style-editorial .web-card-header{font-family:var(--font-body),sans-serif;font-weight:600}.style-editorial .web-breadcrumbs{font-family:var(--font-body),serif;font-style:italic}.style-editorial .web-features{border-top:1px solid var(--border)}.style-editorial .web-section-title{font-family:var(--font-display),serif;font-weight:400;font-size:48px;letter-spacing:-1px}.style-editorial .web-section-subtitle{font-family:var(--font-body),serif;font-style:italic}.style-editorial .web-feature-card{background:transparent;border:none;border-top:1px solid var(--border);border-radius:0;padding:32px 0}.style-editorial .web-feature-icon{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--accent)}.style-editorial .web-feature-card h3{font-family:var(--font-display),serif;font-size:24px;font-weight:400}.style-editorial .web-feature-card p{font-family:var(--font-body),serif}.style-editorial .web-testimonial{background:transparent;border:none;border-radius:0;padding:0}.style-editorial .web-testimonial p{font-family:var(--font-display),serif;font-size:24px;font-style:italic;line-height:1.4}.style-editorial .web-testimonial-stars{display:none}.style-editorial .web-testimonial-author{margin-top:24px;padding-top:24px;border-top:1px solid var(--border)}.style-editorial .web-testimonial-avatar{border-radius:0}.style-editorial .web-cta{background:var(--bg-primary);border-top:4px solid var(--accent);border-bottom:1px solid var(--border)}.style-editorial .web-cta h2{font-family:var(--font-display),serif;font-weight:400;font-size:48px}.style-editorial .web-input,.style-editorial .web-select,.style-editorial .web-textarea{border-radius:0;font-family:var(--font-body),serif}.style-editorial .web-sidebar-title{font-family:var(--font-display),serif;font-weight:400;font-size:16px;text-transform:none}.style-editorial .web-sidebar-links li{font-family:var(--font-body),serif;border-radius:0}.style-editorial .web-footer{border-top:4px solid var(--border)}.style-editorial .web-footer-col h4{font-family:var(--font-body),serif;font-weight:600;text-transform:none}.style-memphis .web-nav{background:var(--bg-primary);border-bottom:4px solid var(--border)}.style-memphis .web-logo-text{font-weight:900;transform:rotate(-2deg)}.style-memphis .web-nav-link{font-weight:700}.style-memphis .web-btn{border-radius:0;border:3px solid var(--border);box-shadow:6px 6px 0 var(--border);font-weight:800;transform:rotate(-1deg);transition:all .15s ease}.style-memphis .web-btn:hover{transform:rotate(1deg) translate(3px,3px);box-shadow:3px 3px 0 var(--border)}.style-memphis .web-btn-primary{background:var(--accent);color:#fff}.style-memphis .web-hero-title{font-size:80px;font-weight:900;line-height:.9;transform:rotate(-2deg)}.style-memphis .web-hero-accent{display:inline-block;background:var(--secondary);color:var(--bg-primary);padding:8px 16px;transform:rotate(2deg)}.style-memphis .web-badge{border-radius:0;background:var(--secondary);color:var(--bg-primary);font-weight:800;transform:rotate(3deg);border:2px solid var(--border)}.style-memphis .web-hero-card{background:var(--bg-secondary);border:4px solid var(--border);border-radius:0;box-shadow:10px 10px 0 var(--accent);transform:rotate(3deg)}.style-memphis .web-hero-stats{gap:32px}.style-memphis .web-stat-value{font-size:40px;font-weight:900}.style-memphis .web-feature-card{background:var(--bg-secondary);border:3px solid var(--border);border-radius:0;box-shadow:6px 6px 0 var(--accent);transition:all .2s ease}.style-memphis .web-feature-card:nth-child(odd){transform:rotate(-2deg)}.style-memphis .web-feature-card:nth-child(2n){transform:rotate(2deg)}.style-memphis .web-feature-card:hover{transform:rotate(0) scale(1.02)}.style-memphis .web-feature-icon{border-radius:0;border:3px solid var(--border);transform:rotate(10deg);background:var(--accent);color:#fff}.style-memphis .web-feature-card h3{font-weight:900}.style-memphis .web-section-title{font-weight:900;transform:rotate(-1deg)}.style-memphis .web-testimonial{background:var(--bg-secondary);border:3px solid var(--border);border-radius:0;transform:rotate(1deg)}.style-memphis .web-testimonial:nth-child(2n){transform:rotate(-2deg)}.style-memphis .web-testimonial-avatar{border-radius:0;border:2px solid var(--border);transform:rotate(5deg)}.style-memphis .web-input,.style-memphis .web-select,.style-memphis .web-textarea{border-radius:0;border:3px solid var(--border)}.style-memphis .web-sidebar-box{border-radius:0;border:3px solid var(--border);transform:rotate(2deg)}.style-memphis .web-form-section{background:var(--bg-primary)}.style-memphis .web-alert{background:var(--bg-primary);border:3px solid var(--border)}.style-memphis .web-alert-success{background:var(--secondary);color:#fff}.style-memphis .web-alert-success .web-alert-title,.style-memphis .web-alert-success .web-alert-message{color:#fff}.style-memphis .web-alert-warning{background:var(--bg-primary);color:var(--text-primary)}.style-memphis .web-alert-error{background:#1a1a1a;color:#fff}.style-memphis .web-alert-error .web-alert-title,.style-memphis .web-alert-error .web-alert-message{color:#fff}.style-memphis .web-alert-info{background:var(--bg-tertiary);color:var(--text-primary)}.style-memphis .web-cta{background:var(--border);border:4px solid var(--border);transform:rotate(-.5deg)}.style-memphis .web-cta h2,.style-memphis .web-cta p,.style-memphis .web-cta-note{color:var(--bg-primary)}.style-memphis .web-cta .web-input{background:var(--bg-primary);color:var(--text-primary)}.style-memphis .web-cta .web-input::placeholder{color:var(--text-secondary)}.style-memphis .web-testimonial{background:var(--bg-primary)}.style-memphis .web-testimonial p,.style-memphis .web-testimonial-name,.style-memphis .web-testimonial-title{color:var(--text-primary)}.style-vaporwave .website-container{background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 50%,var(--bg-tertiary) 100%)}.style-vaporwave .web-nav{background:transparent;border-bottom:1px solid var(--border)}.style-vaporwave .web-logo-text{font-family:var(--font-display),monospace;letter-spacing:8px;text-transform:uppercase;text-shadow:2px 2px var(--secondary),4px 4px var(--accent)}.style-vaporwave .web-nav-link{font-family:monospace;text-transform:uppercase;letter-spacing:2px}.style-vaporwave .web-btn{font-family:monospace;border-radius:0;text-transform:uppercase;letter-spacing:2px;border:2px solid var(--accent);text-shadow:1px 1px var(--secondary)}.style-vaporwave .web-btn-primary{background:linear-gradient(180deg,var(--accent) 0%,var(--secondary) 100%);border:none}.style-vaporwave .web-hero-title{font-family:var(--font-display),monospace;font-size:56px;letter-spacing:12px;text-transform:uppercase;text-shadow:3px 3px var(--secondary),6px 6px rgba(0,0,0,.3)}.style-vaporwave .web-hero-accent{display:block;background:linear-gradient(90deg,var(--accent),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-vaporwave .web-badge{font-family:monospace;background:var(--bg-tertiary);border:1px solid var(--accent);border-radius:0;letter-spacing:3px}.style-vaporwave .web-hero-card{background:#ff71ce1a;border:2px solid var(--accent);border-radius:0;box-shadow:0 0 40px #ff71ce4d}.style-vaporwave .web-feature-card{background:#01cdfe1a;border:1px solid var(--secondary);border-radius:0}.style-vaporwave .web-feature-icon{background:linear-gradient(135deg,var(--accent),var(--secondary));border-radius:0;color:#fff}.style-vaporwave .web-section-title{font-family:var(--font-display),monospace;text-transform:uppercase;letter-spacing:6px;text-shadow:2px 2px var(--secondary)}.style-vaporwave .web-testimonial{background:#ff71ce0d;border:1px solid var(--accent);border-radius:0}.style-vaporwave .web-testimonial-avatar{background:linear-gradient(135deg,var(--accent),var(--secondary));border-radius:0}.style-vaporwave .web-cta{background:linear-gradient(180deg,#ff71ce33,#01cdfe33);border-top:2px solid var(--accent);border-bottom:2px solid var(--secondary)}.style-vaporwave .web-input,.style-vaporwave .web-select,.style-vaporwave .web-textarea{font-family:monospace;background:var(--bg-primary);border:2px solid var(--accent);border-radius:0}.style-vaporwave .web-footer{background:var(--bg-tertiary);border-top:2px solid var(--accent)}.style-y2k .web-nav{background:linear-gradient(180deg,#ffffffe6,#c8e0f0e6);border-bottom:1px solid var(--border);box-shadow:0 2px 10px #06c3}.style-y2k .web-logo-text{background:linear-gradient(180deg,#369,#036);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.style-y2k .web-btn{border-radius:20px;background:linear-gradient(180deg,#fff,#d0e8f8,#9cf);border:1px solid #6699cc;box-shadow:0 2px 4px #0003,inset 0 1px #fffc;color:#036;font-weight:600}.style-y2k .web-btn:hover{background:linear-gradient(180deg,#fff,#b8d4e8,#69c)}.style-y2k .web-btn-primary{background:linear-gradient(180deg,#f93,#f60,#cc5200);color:#fff;border-color:#cc5200}.style-y2k .web-hero-title{font-weight:700;background:linear-gradient(180deg,#369,#036);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-y2k .web-hero-accent{background:linear-gradient(180deg,#f60,#f30);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-y2k .web-badge{background:linear-gradient(180deg,#fc0,#f90);border:1px solid #cc7700;border-radius:12px;color:#630;box-shadow:0 2px 4px #0003,inset 0 1px #ffffff80}.style-y2k .web-hero-card{background:linear-gradient(180deg,#fffffff2,#c8e0f0f2);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #0066cc4d,inset 0 1px #fffc}.style-y2k .web-feature-card{background:linear-gradient(180deg,#ffffffe6,#c8e0f0e6);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 16px #06c3,inset 0 1px #fffc}.style-y2k .web-feature-icon{background:linear-gradient(180deg,#69f,#36c);border-radius:12px;box-shadow:inset 0 1px #ffffff80;color:#fff}.style-y2k .web-testimonial{background:linear-gradient(180deg,#fffffff2,#d0e8f8f2);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 16px #0066cc26}.style-y2k .web-testimonial-avatar{background:linear-gradient(180deg,#0c6,#094);border-radius:50%;box-shadow:inset 0 1px #ffffff80}.style-y2k .web-cta{background:linear-gradient(180deg,var(--bg-secondary) 0%,var(--bg-tertiary) 100%);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.style-y2k .web-input{border-radius:20px;border:1px solid var(--border);box-shadow:inset 0 2px 4px #0000001a}.style-y2k .web-sidebar-box{background:linear-gradient(180deg,#ffffffe6,#c8e0f0e6);border-radius:12px;box-shadow:0 2px 8px #06c3}.style-kawaii .web-nav{background:var(--bg-primary);border-bottom:3px dotted var(--accent)}.style-kawaii .web-logo-icon{font-size:28px}.style-kawaii .web-logo-text{font-weight:700}.style-kawaii .web-logo-text:after{content:" ♡";color:var(--accent)}.style-kawaii .web-btn{border-radius:100px;font-weight:600;box-shadow:0 4px 0 var(--border);transition:all .1s ease}.style-kawaii .web-btn:hover{transform:translateY(2px);box-shadow:0 2px 0 var(--border)}.style-kawaii .web-btn-primary{background:var(--accent);color:#fff}.style-kawaii .web-hero-title{font-size:52px;font-weight:800}.style-kawaii .web-hero-title:before{content:"✿ "}.style-kawaii .web-hero-title:after{content:" ✿"}.style-kawaii .web-hero-accent{color:var(--accent)}.style-kawaii .web-badge{border-radius:100px;background:var(--accent);color:#fff;font-weight:600}.style-kawaii .web-badge:before{content:"★ "}.style-kawaii .web-hero-card{background:var(--bg-secondary);border:3px solid var(--accent);border-radius:24px;box-shadow:0 8px 0 var(--border)}.style-kawaii .web-card-header:after{content:" ♪"}.style-kawaii .web-feature-card{background:var(--bg-secondary);border:2px solid var(--border);border-radius:20px;box-shadow:0 6px 0 var(--border);transition:all .2s ease}.style-kawaii .web-feature-card:hover{transform:translateY(-4px);box-shadow:0 10px 0 var(--border)}.style-kawaii .web-feature-icon{background:var(--accent);border-radius:50%;color:#fff}.style-kawaii .web-feature-card h3{font-weight:700}.style-kawaii .web-section-title{font-weight:800}.style-kawaii .web-section-title:before{content:"♡ ";color:var(--accent)}.style-kawaii .web-section-title:after{content:" ♡";color:var(--accent)}.style-kawaii .web-testimonial{background:var(--bg-secondary);border:2px solid var(--border);border-radius:20px;box-shadow:0 4px 0 var(--border)}.style-kawaii .web-testimonial-stars{letter-spacing:4px}.style-kawaii .web-testimonial-avatar{border:2px solid var(--accent)}.style-kawaii .web-cta{background:var(--accent-soft);border:3px dotted var(--accent)}.style-kawaii .web-input,.style-kawaii .web-select,.style-kawaii .web-textarea{border-radius:100px;border:2px solid var(--border)}.style-kawaii .web-textarea{border-radius:20px}.style-kawaii .web-sidebar-box{border-radius:16px;border:2px solid var(--border)}.style-kawaii .web-sidebar-links li{border-radius:100px}.style-kawaii .web-footer{border-top:3px dotted var(--accent)}.style-kawaii .web-progress-card{background:var(--bg-secondary);border:2px solid var(--border);border-radius:20px;box-shadow:0 4px 0 var(--border);text-align:left}.style-kawaii .web-progress-bar{border-radius:100px;background:var(--bg-tertiary)}.style-kawaii .web-progress-fill{border-radius:100px;background:var(--accent)}.style-luxury .web-nav{background:var(--bg-primary);border-bottom:none}.style-luxury .web-nav-inner{padding:32px}.style-luxury .web-nav-logo{gap:16px}.style-luxury .web-logo-icon{display:none}.style-luxury .web-logo-text{font-family:var(--font-display),serif;font-size:14px;letter-spacing:8px;text-transform:uppercase;font-weight:400}.style-luxury .web-nav-links{gap:48px}.style-luxury .web-nav-link{font-size:11px;letter-spacing:3px;text-transform:uppercase}.style-luxury .web-btn{border-radius:0;letter-spacing:3px;text-transform:uppercase;font-size:10px;padding:14px 32px}.style-luxury .web-btn-ghost{border:1px solid var(--border)}.style-luxury .web-btn-primary{background:var(--accent);color:var(--bg-primary)}.style-luxury .web-hero{padding:120px 64px;gap:100px}.style-luxury .web-badge{background:transparent;border:1px solid var(--accent);border-radius:0;letter-spacing:4px;font-size:9px;text-transform:uppercase}.style-luxury .web-hero-title{font-family:var(--font-display),serif;font-size:56px;font-weight:300;letter-spacing:4px;line-height:1.2;text-transform:uppercase}.style-luxury .web-hero-accent{font-style:italic;text-transform:none;letter-spacing:2px}.style-luxury .web-hero-subtitle{font-size:14px;letter-spacing:1px;line-height:2}.style-luxury .web-hero-card{background:transparent;border:1px solid var(--border);border-radius:0;padding:48px}.style-luxury .web-card-header{letter-spacing:4px;font-size:9px}.style-luxury .web-hero-stats{gap:64px}.style-luxury .web-stat-value{font-family:var(--font-display),serif;font-weight:300;font-size:36px}.style-luxury .web-stat-label{letter-spacing:2px;text-transform:uppercase;font-size:10px}.style-luxury .web-feature-cards{gap:48px}.style-luxury .web-feature-card{background:transparent;border:none;border-top:1px solid var(--border);border-radius:0;padding:48px 0}.style-luxury .web-feature-icon{background:transparent;border:1px solid var(--accent);border-radius:0}.style-luxury .web-feature-card h3{font-family:var(--font-display),serif;font-weight:400;letter-spacing:2px;text-transform:uppercase;font-size:13px}.style-luxury .web-section-title{font-family:var(--font-display),serif;font-weight:300;letter-spacing:4px;text-transform:uppercase;font-size:14px}.style-luxury .web-testimonial{background:transparent;border:none;border-radius:0;padding:0}.style-luxury .web-testimonial-stars{letter-spacing:8px;font-size:12px}.style-luxury .web-testimonial p{font-family:var(--font-body),serif;font-style:italic;font-size:18px;line-height:1.8}.style-luxury .web-testimonial-avatar{border-radius:0}.style-luxury .web-cta{background:transparent;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:100px 32px}.style-luxury .web-cta h2{font-family:var(--font-display),serif;font-weight:300;letter-spacing:4px;text-transform:uppercase;font-size:20px}.style-luxury .web-input,.style-luxury .web-select,.style-luxury .web-textarea{border-radius:0;border:1px solid var(--border);letter-spacing:1px}.style-luxury .web-footer{background:var(--bg-secondary);border-top:1px solid var(--border);padding:80px 32px 32px}.style-luxury .web-footer-col h4{letter-spacing:4px;font-size:10px}.style-luxury .web-footer-col a{letter-spacing:1px}.style-retro-futuristic .website-container{background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-secondary) 60%,var(--bg-tertiary) 100%)}.style-retro-futuristic .web-nav{background:#0d0221cc;border-bottom:1px solid var(--accent);box-shadow:0 0 30px #ff00ff4d}.style-retro-futuristic .web-logo-text{font-family:var(--font-display),sans-serif;letter-spacing:6px;text-transform:uppercase;text-shadow:0 0 20px var(--accent),0 0 40px var(--accent)}.style-retro-futuristic .web-nav-link{text-transform:uppercase;letter-spacing:2px;font-size:11px}.style-retro-futuristic .web-nav-link:hover{text-shadow:0 0 10px var(--accent)}.style-retro-futuristic .web-btn{border-radius:0;text-transform:uppercase;letter-spacing:3px;font-size:11px;border:2px solid var(--accent);box-shadow:0 0 20px #ff00ff4d}.style-retro-futuristic .web-btn-primary{background:linear-gradient(180deg,var(--accent) 0%,var(--secondary) 100%);border:none;text-shadow:0 0 10px rgba(0,0,0,.5)}.style-retro-futuristic .web-hero-title{font-family:var(--font-display),sans-serif;font-size:64px;text-transform:uppercase;letter-spacing:8px;text-shadow:0 0 40px var(--accent),0 0 80px var(--accent),0 0 120px var(--secondary)}.style-retro-futuristic .web-hero-accent{color:var(--secondary);text-shadow:0 0 40px var(--secondary),0 0 80px var(--secondary)}.style-retro-futuristic .web-badge{border-radius:0;background:transparent;border:1px solid var(--secondary);color:var(--secondary);letter-spacing:4px;text-transform:uppercase}.style-retro-futuristic .web-hero-card{background:#ff00ff1a;border:2px solid var(--accent);border-radius:0;box-shadow:0 0 40px #f0f3,inset 0 0 40px #ff00ff1a}.style-retro-futuristic .web-feature-card{background:#00ffff0d;border:1px solid var(--secondary);border-radius:0}.style-retro-futuristic .web-feature-icon{background:linear-gradient(135deg,var(--accent),var(--secondary));border-radius:0;color:#fff}.style-retro-futuristic .web-section-title{text-transform:uppercase;letter-spacing:6px;text-shadow:0 0 20px var(--accent)}.style-retro-futuristic .web-testimonial{background:#ff00ff0d;border:1px solid var(--accent);border-radius:0}.style-retro-futuristic .web-cta{background:linear-gradient(180deg,#ff00ff1a,#00ffff1a);border-top:2px solid var(--accent);border-bottom:2px solid var(--secondary)}.style-retro-futuristic .web-input,.style-retro-futuristic .web-select,.style-retro-futuristic .web-textarea{background:#00000080;border:1px solid var(--accent);border-radius:0;color:var(--accent)}.style-retro-futuristic .web-select option{background:#0a0a12;color:var(--accent)}.style-retro-futuristic .web-footer{background:var(--bg-primary);border-top:2px solid var(--accent);box-shadow:0 -20px 60px #f0f3}.style-minimalist .web-nav{background:var(--bg-primary);border-bottom:none}.style-minimalist .web-nav-inner{padding:20px 40px}.style-minimalist .web-logo-icon{font-size:20px}.style-minimalist .web-logo-text{font-weight:500;font-size:16px}.style-minimalist .web-nav-links{gap:40px}.style-minimalist .web-nav-link{font-size:13px;font-weight:400}.style-minimalist .web-btn{border-radius:0;font-size:13px;font-weight:400;padding:8px 16px}.style-minimalist .web-btn-ghost{background:transparent}.style-minimalist .web-btn-primary{background:var(--text-primary);color:var(--bg-primary)}.style-minimalist .web-hero{padding:100px 40px 120px;gap:80px}.style-minimalist .web-badge{background:transparent;border:none;color:var(--text-tertiary);padding:0;font-size:12px}.style-minimalist .web-hero-title{font-size:64px;font-weight:600;letter-spacing:-2px;line-height:1.05}.style-minimalist .web-hero-accent{color:var(--text-secondary)}.style-minimalist .web-hero-subtitle{font-size:18px;line-height:1.6;color:var(--text-secondary);max-width:400px}.style-minimalist .web-hero-card{background:var(--bg-primary);border:1px solid var(--border);border-radius:0;padding:40px;box-shadow:none}.style-minimalist .web-hero-cta{gap:24px}.style-minimalist .web-hero-stats{border-top:1px solid var(--border);padding-top:40px;margin-top:60px}.style-minimalist .web-stat-value{font-size:32px;font-weight:500}.style-minimalist .web-feature-card{background:transparent;border:none;padding:0}.style-minimalist .web-feature-icon{background:var(--bg-tertiary);border-radius:0}.style-minimalist .web-feature-card h3{font-size:16px;font-weight:500}.style-minimalist .web-section-title{font-size:40px;font-weight:600;letter-spacing:-1px}.style-minimalist .web-testimonial{background:transparent;border:none;padding:0}.style-minimalist .web-testimonial-stars{display:none}.style-minimalist .web-testimonial p{font-size:20px;line-height:1.5}.style-minimalist .web-testimonial-avatar{border-radius:50%}.style-minimalist .web-cta{background:var(--bg-tertiary);border:none}.style-minimalist .web-input,.style-minimalist .web-select,.style-minimalist .web-textarea{border-radius:0;border:1px solid var(--border)}.style-minimalist .web-footer{background:var(--bg-primary);border-top:1px solid var(--border)}.style-dark-mode .web-nav{background:var(--bg-secondary);border-bottom:1px solid var(--border)}.style-dark-mode .web-btn{border-radius:6px}.style-dark-mode .web-btn-primary{background:var(--accent)}.style-dark-mode .web-hero-card,.style-dark-mode .web-feature-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px}.style-dark-mode .web-feature-icon{background:var(--accent-soft);border-radius:8px}.style-dark-mode .web-testimonial{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px}.style-dark-mode .web-cta{background:var(--bg-tertiary);border:1px solid var(--border)}.style-dark-mode .web-input,.style-dark-mode .web-select,.style-dark-mode .web-textarea{background:var(--bg-secondary);border:1px solid var(--border-strong);border-radius:6px;color:var(--text-primary)}.style-dark-mode .web-input::placeholder,.style-dark-mode .web-textarea::placeholder{color:var(--text-tertiary)}.style-gradient .web-nav{background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.style-gradient .web-btn-primary{background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);border:none}.style-gradient .web-hero-title{background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-gradient .web-badge{background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);color:#fff}.style-gradient .web-hero-card{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:0 20px 60px #667eea33}.style-gradient .web-feature-card{background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 20px #0000000d}.style-gradient .web-feature-icon{background:linear-gradient(135deg,var(--accent) 0%,var(--secondary) 100%);color:#fff;border-radius:12px}.style-gradient .web-testimonial{background:#fff;border:1px solid var(--border);border-radius:16px}.style-gradient .web-cta{background:linear-gradient(135deg,#4c3a9e,#8b2f7a);border:none}.style-gradient .web-cta h2,.style-gradient .web-cta p,.style-gradient .web-cta-note{color:#fff}.style-gradient .web-input,.style-gradient .web-select,.style-gradient .web-textarea{background:var(--bg-secondary);border:2px solid var(--border-strong);color:var(--text-primary);border-radius:12px}.style-gradient .web-input::placeholder,.style-gradient .web-textarea::placeholder{color:var(--text-tertiary)}.style-gradient .web-cta .web-input{background:#fff3;border:2px solid rgba(255,255,255,.4);color:#fff}.style-gradient .web-cta .web-input::placeholder{color:#ffffffb3}.style-organic .web-nav,.style-wabi-sabi .web-nav{background:var(--bg-primary);border-bottom:none}.style-organic .web-btn,.style-wabi-sabi .web-btn{border-radius:100px}.style-organic .web-btn-primary,.style-wabi-sabi .web-btn-primary{background:var(--accent);color:#fff}.style-organic .web-hero-card,.style-wabi-sabi .web-hero-card{border-radius:32px;background:var(--bg-secondary);border:none}.style-organic .web-feature-card,.style-wabi-sabi .web-feature-card{border-radius:24px;background:var(--bg-secondary);border:none}.style-organic .web-feature-icon,.style-wabi-sabi .web-feature-icon{border-radius:50%}.style-organic .web-testimonial,.style-wabi-sabi .web-testimonial{border-radius:24px;background:var(--bg-secondary);border:none}.style-organic .web-input,.style-organic .web-select,.style-organic .web-textarea,.style-wabi-sabi .web-input,.style-wabi-sabi .web-select,.style-wabi-sabi .web-textarea{border-radius:100px}.style-organic .web-textarea,.style-wabi-sabi .web-textarea,.style-organic .web-sidebar-box,.style-wabi-sabi .web-sidebar-box{border-radius:20px}.style-wabi-sabi .web-hero-title,.style-wabi-sabi .web-section-title{font-family:var(--font-display),serif;font-weight:400}.style-industrial .web-nav{background:var(--bg-primary);border-bottom:4px solid var(--accent)}.style-industrial .web-logo-text{text-transform:uppercase;letter-spacing:4px;font-weight:700}.style-industrial .web-nav-link{text-transform:uppercase;letter-spacing:2px;font-size:11px}.style-industrial .web-btn{border-radius:0;text-transform:uppercase;letter-spacing:2px;font-weight:700;border:2px solid var(--border)}.style-industrial .web-btn-primary{background:var(--accent);border-color:var(--accent)}.style-industrial .web-hero-title{text-transform:uppercase;letter-spacing:4px;font-weight:800}.style-industrial .web-badge{border-radius:0;background:var(--accent);text-transform:uppercase;letter-spacing:2px}.style-industrial .web-hero-card,.style-industrial .web-feature-card{border-radius:0;border:2px solid var(--border);background:var(--bg-secondary)}.style-industrial .web-feature-icon{border-radius:0;background:var(--accent);color:#fff}.style-industrial .web-feature-card h3{text-transform:uppercase;letter-spacing:1px}.style-industrial .web-testimonial{border-radius:0;border:2px solid var(--border)}.style-industrial .web-testimonial-avatar{border-radius:0}.style-industrial .web-cta{background:var(--bg-tertiary);border-top:4px solid var(--accent);border-bottom:4px solid var(--accent)}.style-industrial .web-input,.style-industrial .web-select,.style-industrial .web-textarea{border-radius:0;border:2px solid var(--border)}.style-flat-design .web-nav{background:var(--bg-primary);border-bottom:none;box-shadow:none}.style-flat-design .web-logo-text{font-weight:800;color:var(--accent);letter-spacing:-.5px}.style-flat-design .web-btn{border-radius:8px;font-weight:700;text-transform:none;box-shadow:none;transition:transform .2s,background .2s}.style-flat-design .web-btn:hover{transform:scale(1.02)}.style-flat-design .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-flat-design .web-btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:none}.style-flat-design .web-hero{position:relative}.style-flat-design .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-flat-design .web-hero-title{font-weight:800;letter-spacing:-1px}.style-flat-design .web-badge{background:var(--secondary);color:#fff;border-radius:20px;font-weight:700;padding:6px 16px}.style-flat-design .web-hero-card{border-radius:12px;box-shadow:none;border:2px solid var(--border);background:var(--bg-tertiary)}.style-flat-design .web-feature-card{border-radius:12px;box-shadow:none;border:none;background:var(--bg-tertiary)}.style-flat-design .web-feature-icon{border-radius:12px;background:var(--accent);color:#fff;font-size:24px}.style-flat-design .web-testimonial{border-radius:12px;box-shadow:none;border:2px solid var(--border)}.style-flat-design .web-testimonial-avatar{border-radius:50%;border:3px solid var(--accent)}.style-flat-design .web-cta{background:#2c3e50;border-radius:0}.style-flat-design .web-cta h2{color:#fff}.style-flat-design .web-cta p,.style-flat-design .web-cta-note{color:#ffffffd9}.style-flat-design .web-input,.style-flat-design .web-select,.style-flat-design .web-textarea{border-radius:8px;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-flat-design .web-cta .web-input{border:2px solid rgba(255,255,255,.4);background:#ffffff26;color:#fff}.style-flat-design .web-cta .web-input::placeholder{color:#fff9}.style-flat-design .web-cta .web-btn-primary{background:#3498db;color:#fff}.style-flat-design .web-footer{background:var(--bg-tertiary)}.style-skeuomorphic .web-nav{background:linear-gradient(180deg,#e8e8e8,#d0d0d0);border-bottom:1px solid #A0A0A0;box-shadow:0 1px #fffc inset,0 2px 4px #00000026}.style-skeuomorphic .web-logo-text{text-shadow:0 1px 0 rgba(255,255,255,.8);font-weight:600}.style-skeuomorphic .web-btn{background:linear-gradient(180deg,#f5f5f5,#d8d8d8);border:1px solid #888;border-radius:6px;box-shadow:0 1px #fffc inset,0 1px 3px #0003;text-shadow:0 1px 0 rgba(255,255,255,.8)}.style-skeuomorphic .web-btn:hover{background:linear-gradient(180deg,#fff,#e5e5e5)}.style-skeuomorphic .web-btn-primary{background:linear-gradient(180deg,var(--accent) 0%,color-mix(in srgb,var(--accent),black 20%) 100%);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.3);box-shadow:0 1px #ffffff4d inset,0 2px 4px #0000004d}.style-skeuomorphic .web-hero{position:relative}.style-skeuomorphic .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:linear-gradient(180deg,#f0f0f0,#d5d5d5);z-index:-1}.style-skeuomorphic .web-hero-title{text-shadow:0 2px 0 rgba(255,255,255,.9)}.style-skeuomorphic .web-badge{background:linear-gradient(180deg,#ff9500,#ff5e00);border-radius:10px;box-shadow:0 1px #ffffff4d inset;text-shadow:0 -1px 0 rgba(0,0,0,.3)}.style-skeuomorphic .web-hero-card{background:linear-gradient(180deg,#fff,#f0f0f0);border:1px solid #B0B0B0;border-radius:10px;box-shadow:0 1px #ffffffe6 inset,0 4px 8px #00000026}.style-skeuomorphic .web-feature-card{background:linear-gradient(180deg,#fff,#ececec);border:1px solid #C0C0C0;border-radius:8px;box-shadow:0 1px #fffc inset,0 3px 6px #0000001f}.style-skeuomorphic .web-feature-icon{background:linear-gradient(180deg,var(--accent) 0%,color-mix(in srgb,var(--accent),black 25%) 100%);border-radius:10px;box-shadow:0 1px #ffffff4d inset,0 2px 4px #0003;color:#fff}.style-skeuomorphic .web-testimonial{background:linear-gradient(180deg,#fafafa,#e8e8e8);border:1px solid #C8C8C8;border-radius:8px;box-shadow:0 1px #ffffffe6 inset,0 3px 6px #0000001a}.style-skeuomorphic .web-testimonial-avatar{border:2px solid #AAA;box-shadow:0 2px 4px #0003}.style-skeuomorphic .web-cta{background:linear-gradient(180deg,var(--accent) 0%,color-mix(in srgb,var(--accent),black 30%) 100%)}.style-skeuomorphic .web-input,.style-skeuomorphic .web-select,.style-skeuomorphic .web-textarea{background:linear-gradient(180deg,#e8e8e8,#fff);border:1px solid #888;border-radius:6px;box-shadow:0 1px 3px #00000026 inset}.style-skeuomorphic .web-footer{background:linear-gradient(180deg,#d5d5d5,silver);border-top:1px solid #999}.style-neomorphism .web-nav{background:var(--bg-primary);border-bottom:none;box-shadow:0 4px 8px #a3b1c659,0 -2px 6px #fffc}.style-neomorphism .web-logo-text{font-weight:700}.style-neomorphism .web-btn{background:var(--bg-primary);border:none;border-radius:12px;box-shadow:6px 6px 12px #a3b1c666,-6px -6px 12px #ffffffe6;transition:all .2s ease}.style-neomorphism .web-btn:hover{box-shadow:4px 4px 8px #a3b1c673,-4px -4px 8px #fffffff2}.style-neomorphism .web-btn:active{box-shadow:inset 4px 4px 8px #a3b1c666,inset -4px -4px 8px #ffffffe6}.style-neomorphism .web-btn-primary{background:linear-gradient(145deg,var(--accent),color-mix(in srgb,var(--accent),black 10%));color:#fff;box-shadow:6px 6px 12px #a3b1c680,-6px -6px 12px #fff9}.style-neomorphism .web-hero{position:relative}.style-neomorphism .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-neomorphism .web-hero-card{background:var(--bg-primary);border:none;border-radius:20px;box-shadow:10px 10px 20px #a3b1c666,-10px -10px 20px #fffffff2}.style-neomorphism .web-badge{background:var(--bg-primary);color:var(--accent);border-radius:25px;box-shadow:4px 4px 8px #a3b1c666,-4px -4px 8px #ffffffe6}.style-neomorphism .web-feature-card{background:var(--bg-primary);border:none;border-radius:16px;box-shadow:8px 8px 16px #a3b1c666,-8px -8px 16px #fffffff2}.style-neomorphism .web-feature-icon{background:var(--bg-primary);border-radius:14px;box-shadow:inset 4px 4px 8px #a3b1c659,inset -4px -4px 8px #ffffffe6;color:var(--accent)}.style-neomorphism .web-testimonial{background:var(--bg-primary);border:none;border-radius:16px;box-shadow:8px 8px 16px #a3b1c666,-8px -8px 16px #fffffff2}.style-neomorphism .web-testimonial-avatar{box-shadow:4px 4px 8px #a3b1c666,-4px -4px 8px #ffffffe6}.style-neomorphism .web-cta{background:var(--bg-primary);box-shadow:inset 8px 8px 16px #a3b1c64d,inset -8px -8px 16px #fffc}.style-neomorphism .web-input,.style-neomorphism .web-select,.style-neomorphism .web-textarea{background:var(--bg-primary);border:none;border-radius:12px;box-shadow:inset 4px 4px 8px #a3b1c659,inset -4px -4px 8px #ffffffe6}.style-neomorphism .web-footer{background:var(--bg-primary)}.style-neomorphism .web-radio-mark{border:2px solid #B8BEC7;background:var(--bg-primary);box-shadow:inset 2px 2px 4px #a3b1c64d,inset -2px -2px 4px #fffc}.style-neomorphism .web-radio input:checked+.web-radio-mark{border-color:var(--accent)}.style-neomorphism .web-checkbox-mark{border:2px solid #B8BEC7;background:var(--bg-primary);box-shadow:inset 2px 2px 4px #a3b1c64d,inset -2px -2px 4px #fffc}.style-neomorphism .web-stats-section{background:var(--bg-primary)}.style-neomorphism .web-stats-card{background:var(--bg-primary);border:none;border-radius:16px;box-shadow:8px 8px 16px #a3b1c666,-8px -8px 16px #fffffff2}.style-neomorphism .web-stats-number{color:var(--text-primary)}.style-neomorphism .web-stats-bar{background:var(--bg-primary);box-shadow:inset 3px 3px 6px #a3b1c659,inset -3px -3px 6px #ffffffe6;border-radius:10px}.style-neomorphism .web-stats-bar-fill{background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent),white 20%));border-radius:10px;box-shadow:2px 2px 4px #a3b1c64d}.style-neomorphism .web-progress-section{background:var(--bg-primary)}.style-neomorphism .web-progress-card{background:var(--bg-primary);border:none;border-radius:16px;box-shadow:8px 8px 16px #a3b1c666,-8px -8px 16px #fffffff2;padding:24px}.style-neomorphism .web-progress-bar{background:var(--bg-primary);box-shadow:inset 3px 3px 6px #a3b1c659,inset -3px -3px 6px #ffffffe6;border-radius:10px}.style-neomorphism .web-progress-fill{background:linear-gradient(90deg,var(--accent),color-mix(in srgb,var(--accent),white 20%));border-radius:10px;box-shadow:2px 2px 4px #a3b1c64d}.style-neomorphism .web-faq{background:var(--bg-primary)}.style-neomorphism .web-faq-item{background:var(--bg-primary);border:none;border-radius:16px;box-shadow:6px 6px 12px #a3b1c666,-6px -6px 12px #fffffff2;margin-bottom:16px;overflow:hidden}.style-neomorphism .web-faq-question{background:var(--bg-primary);padding:20px 24px}.style-neomorphism .web-faq-item[open] .web-faq-question{box-shadow:inset 0 -1px #a3b1c633}.style-neomorphism .web-faq-answer{background:var(--bg-primary);padding:0 24px 20px}.style-neomorphism .web-team{background:var(--bg-primary)}.style-neomorphism .web-team-member{background:var(--bg-primary);border:none;border-radius:20px;box-shadow:8px 8px 16px #a3b1c666,-8px -8px 16px #fffffff2;padding:32px 24px;text-align:center}.style-neomorphism .web-team-avatar{background:var(--bg-primary);box-shadow:inset 4px 4px 8px #a3b1c659,inset -4px -4px 8px #ffffffe6;border:none}.style-neomorphism .web-team-role{color:var(--accent)}.style-neomorphism .web-team-bio{color:var(--text-secondary)}.style-neomorphism .web-pricing{background:var(--bg-primary)}.style-neomorphism .web-pricing-card{background:var(--bg-primary);border:none;border-radius:24px;box-shadow:8px 8px 16px #a3b1c666,-8px -8px 16px #fffffff2;padding:32px}.style-neomorphism .web-pricing-card.web-pricing-featured{box-shadow:12px 12px 24px #a3b1c680,-12px -12px 24px #fffffff2}.style-neomorphism .web-pricing-header{border-bottom:none;padding-bottom:16px;margin-bottom:16px}.style-neomorphism .web-pricing-price{color:var(--accent)}.style-neomorphism .web-pricing-features{background:transparent}.style-neomorphism .web-pricing-features li:before{color:var(--accent)}.style-claymorphism .web-nav{background:linear-gradient(180deg,#fffffff2,#ffffffd9);border-bottom:none;border-radius:0 0 32px 32px;box-shadow:0 8px 32px #8b5cf626,inset 0 -4px 8px #00000008,inset 0 4px 8px #ffffffe6}.style-claymorphism .web-logo-text{font-weight:800;color:var(--accent);text-shadow:0 2px 4px rgba(139,92,246,.2)}.style-claymorphism .web-btn{border-radius:50px;border:none;font-weight:700;position:relative;background:linear-gradient(145deg,color-mix(in srgb,var(--accent),white 20%) 0%,var(--accent) 50%,color-mix(in srgb,var(--accent),black 15%) 100%);box-shadow:0 10px 30px #8b5cf659,0 4px 8px #0000001a,inset 0 -6px 12px #00000026,inset 0 6px 12px #fff6;transition:all .25s cubic-bezier(.34,1.56,.64,1)}.style-claymorphism .web-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 16px 40px #8b5cf666,0 8px 16px #0000001f,inset 0 -6px 12px #00000026,inset 0 6px 12px #ffffff80}.style-claymorphism .web-btn:active{transform:translateY(0) scale(.98);box-shadow:0 6px 20px #8b5cf64d,0 2px 4px #0000001a,inset 0 -4px 8px #0003,inset 0 4px 8px #ffffff4d}.style-claymorphism .web-btn-primary{color:#fff}.style-claymorphism .web-btn-secondary{background:linear-gradient(145deg,#fffffff2,#f5f0ffe6,#e6dcfad9);color:var(--accent);box-shadow:0 10px 30px #8b5cf633,0 4px 8px #0000000f,inset 0 -6px 12px #0000000d,inset 0 6px 12px #ffffffe6}.style-claymorphism .web-hero{position:relative}.style-claymorphism .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-tertiary) 100%);z-index:-1}.style-claymorphism .web-hero-title{font-weight:800;text-shadow:0 4px 8px rgba(139,92,246,.15),0 2px 0 rgba(255,255,255,.8)}.style-claymorphism .web-hero-card{border-radius:40px;background:linear-gradient(145deg,#fffffffa,#ffffffeb);border:none;box-shadow:0 25px 50px #8b5cf633,0 10px 20px #00000014,inset 0 -10px 20px #0000000a,inset 0 10px 20px #fffffff2}.style-claymorphism .web-badge{border-radius:50px;background:linear-gradient(145deg,color-mix(in srgb,var(--secondary),white 15%) 0%,var(--secondary) 50%,color-mix(in srgb,var(--secondary),black 10%) 100%);color:#fff;font-weight:700;padding:8px 20px;box-shadow:0 8px 20px #f9731659,inset 0 -4px 8px #00000026,inset 0 4px 8px #ffffff4d}.style-claymorphism .web-feature-card{border-radius:32px;background:linear-gradient(145deg,#fffffffa,#faf8fff2);border:none;box-shadow:0 20px 40px #8b5cf626,0 8px 16px #0000000f,inset 0 -8px 16px #00000008,inset 0 8px 16px #ffffffe6;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.style-claymorphism .web-feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px #8b5cf633,0 15px 30px #00000014,inset 0 -8px 16px #00000008,inset 0 8px 16px #fffffff2}.style-claymorphism .web-feature-icon{border-radius:20px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent),white 25%) 0%,var(--accent) 50%,color-mix(in srgb,var(--accent),black 20%) 100%);box-shadow:0 8px 20px #8b5cf659,inset 0 -5px 10px #0003,inset 0 5px 10px #fff6;color:#fff}.style-claymorphism .web-feature-card h3{font-weight:700;color:var(--text-primary)}.style-claymorphism .web-testimonial{border-radius:32px;background:linear-gradient(145deg,#fffffffa,#faf8fff2);border:none;box-shadow:0 16px 32px #8b5cf61f,0 6px 12px #0000000d,inset 0 -6px 12px #00000008,inset 0 6px 12px #ffffffe6}.style-claymorphism .web-testimonial-avatar{border-radius:50%;box-shadow:0 6px 16px #8b5cf640,inset 0 -4px 8px #0000001a,inset 0 4px 8px #ffffff80}.style-claymorphism .web-cta{border-radius:48px;margin:50px 30px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent),white 15%) 0%,var(--accent) 40%,color-mix(in srgb,var(--accent),black 20%) 100%);box-shadow:0 30px 60px #8b5cf659,0 15px 30px #0000001f,inset 0 -12px 24px #0003,inset 0 12px 24px #ffffff4d}.style-claymorphism .web-cta h2,.style-claymorphism .web-cta p{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.2)}.style-claymorphism .web-input{border-radius:50px;border:none;background:linear-gradient(145deg,#ffffffe6,#ffffffb3);box-shadow:inset 0 4px 12px #0000001a,inset 0 -2px 6px #fff6;color:var(--text-primary)}.style-claymorphism .web-input::placeholder{color:var(--text-tertiary)}.style-claymorphism .web-select{border-radius:50px;border:none;background:linear-gradient(145deg,#ffffffe6,#ffffffb3);box-shadow:inset 0 4px 12px #0000001a,inset 0 -2px 6px #fff6;color:var(--text-primary)}.style-claymorphism .web-select option{background:var(--bg-secondary);color:var(--text-primary)}.style-claymorphism .web-textarea{border-radius:24px;border:none;background:linear-gradient(145deg,#ffffffe6,#ffffffb3);box-shadow:inset 0 4px 12px #0000001a,inset 0 -2px 6px #fff6;color:var(--text-primary)}.style-claymorphism .web-textarea::placeholder{color:var(--text-tertiary)}.style-claymorphism .web-label{color:var(--text-primary);font-weight:600}.style-claymorphism .web-footer{background:linear-gradient(180deg,var(--bg-tertiary) 0%,var(--bg-primary) 100%)}.style-claymorphism .web-nav-links a{font-weight:600;transition:all .2s ease}.style-claymorphism .web-nav-links a:hover{color:var(--accent);text-shadow:0 2px 8px rgba(139,92,246,.3)}.style-claymorphism .web-radio-mark{border:2px solid rgba(139,92,246,.3);background:linear-gradient(145deg,#ffffffe6,#ffffffb3);box-shadow:inset 0 2px 4px #0000001a,inset 0 -1px 3px #fff6}.style-claymorphism .web-radio input:checked+.web-radio-mark{border-color:var(--accent)}.style-claymorphism .web-checkbox-mark{border:2px solid rgba(139,92,246,.3);background:linear-gradient(145deg,#ffffffe6,#ffffffb3);box-shadow:inset 0 2px 4px #0000001a,inset 0 -1px 3px #fff6}.style-maximalist .web-nav{background:var(--bg-primary);border-bottom:3px solid var(--accent);padding:20px 40px}.style-maximalist .web-logo-text{font-size:24px;letter-spacing:8px;text-transform:uppercase;font-weight:700;background:linear-gradient(135deg,var(--accent),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-maximalist .web-nav-links a{letter-spacing:3px;text-transform:uppercase;font-size:11px;color:var(--text-secondary)}.style-maximalist .web-nav-links a:hover,.style-maximalist .web-nav-links a.active{color:var(--accent)}.style-maximalist .web-btn{letter-spacing:4px;text-transform:uppercase;font-size:11px;padding:14px 32px;border:2px solid var(--accent);background:transparent;border-radius:0;transition:all .3s ease;color:var(--text-primary)}.style-maximalist .web-btn:hover{background:var(--accent);color:#fff;box-shadow:0 0 30px #ff3cac80}.style-maximalist .web-btn-primary{background:linear-gradient(135deg,var(--accent),#784BA0);border-color:transparent;color:#fff}.style-maximalist .web-btn-primary:hover{background:linear-gradient(135deg,#784BA0,var(--accent));box-shadow:0 0 40px #ff3cac99}.style-maximalist .web-hero{min-height:80vh;position:relative}.style-maximalist .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-2}.style-maximalist .web-hero:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:radial-gradient(ellipse at 20% 20%,rgba(255,60,172,.15) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(0,245,212,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}.style-maximalist .web-hero-title{font-size:clamp(48px,8vw,90px);letter-spacing:-2px;line-height:1.1;font-weight:900;color:#fff}.style-maximalist .web-hero-accent{background:linear-gradient(90deg,var(--accent),var(--secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.style-maximalist .web-hero-subtitle{color:var(--text-secondary)}.style-maximalist .web-badge{border:1px solid var(--accent);background:#ff3cac26;color:var(--accent);letter-spacing:4px;text-transform:uppercase;font-size:10px;border-radius:0}.style-maximalist .web-hero-card{border:2px solid var(--accent);border-radius:0;background:var(--bg-secondary);box-shadow:0 0 30px #ff3cac33}.style-maximalist .web-feature-card{border:2px solid var(--accent);border-radius:0;background:var(--bg-secondary);position:relative}.style-maximalist .web-feature-card:before{content:"";position:absolute;inset:8px -8px -8px 8px;border:2px solid var(--secondary);z-index:-1}.style-maximalist .web-feature-icon{border-radius:0;background:linear-gradient(135deg,var(--accent),var(--secondary));border:none;color:#fff}.style-maximalist .web-feature-card h3{letter-spacing:3px;text-transform:uppercase;font-weight:700;color:#fff}.style-maximalist .web-feature-card p{color:var(--text-secondary)}.style-maximalist .web-testimonial{border:2px solid var(--accent);border-radius:0;background:var(--bg-secondary)}.style-maximalist .web-testimonial p{color:var(--text-secondary)}.style-maximalist .web-testimonial-avatar{border-radius:0;background:linear-gradient(135deg,var(--accent),var(--secondary))}.style-maximalist .web-cta{background:linear-gradient(135deg,var(--accent),#784BA0,var(--secondary));position:relative}.style-maximalist .web-cta h2,.style-maximalist .web-cta p{color:#fff}.style-maximalist .web-cta:before{content:"✦";position:absolute;top:20px;left:40px;font-size:24px;color:#fff6;animation:twinkle 2s ease-in-out infinite}.style-maximalist .web-cta:after{content:"✦";position:absolute;bottom:20px;right:40px;font-size:24px;color:#fff6;animation:twinkle 2s ease-in-out infinite 1s}@keyframes twinkle{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.style-maximalist .web-input,.style-maximalist .web-select,.style-maximalist .web-textarea{border-radius:0;border:2px solid var(--accent);background:var(--bg-secondary);color:var(--text-primary)}.style-maximalist .web-input::placeholder,.style-maximalist .web-textarea::placeholder{color:var(--text-tertiary)}.style-maximalist .web-select option{background:var(--bg-secondary);color:var(--text-primary)}.style-maximalist .web-section-title{color:#fff}.style-maximalist .web-section-subtitle{color:var(--text-secondary)}.style-maximalist .web-pricing-card{background:var(--bg-secondary);border:2px solid var(--accent)}.style-maximalist .web-pricing-featured{border-color:var(--secondary);box-shadow:0 0 40px #00f5d44d}.style-maximalist .web-footer{border-top:3px solid var(--accent);background:var(--bg-primary)}.style-maximalist .web-footer p,.style-maximalist .web-footer a{color:var(--text-secondary)}.style-maximalist .web-footer h4{color:var(--accent)}.style-collage .web-nav{background:var(--bg-primary);border-bottom:3px solid var(--text-primary);transform:rotate(-.5deg)}.style-collage .web-logo-text{font-family:var(--font-display),serif;font-weight:900;font-style:italic;transform:rotate(2deg)}.style-collage .web-btn{border:3px solid var(--text-primary);background:var(--accent);color:#fff;border-radius:0;font-weight:900;text-transform:uppercase;transform:rotate(-1deg);box-shadow:4px 4px 0 var(--text-primary);transition:all .15s ease}.style-collage .web-btn:hover{transform:rotate(1deg) translate(-2px,-2px);box-shadow:6px 6px 0 var(--text-primary)}.style-collage .web-hero{position:relative}.style-collage .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-2}.style-collage .web-hero:after{content:"";position:absolute;top:20%;right:10%;width:200px;height:200px;background:var(--secondary);transform:rotate(15deg);opacity:.3;z-index:-1}.style-collage .web-hero-title{font-family:var(--font-display),serif;font-weight:900;font-style:italic;transform:rotate(-2deg);position:relative}.style-collage .web-hero-title:after{content:"";position:absolute;bottom:-5px;left:0;width:80%;height:8px;background:var(--accent);transform:rotate(1deg)}.style-collage .web-badge{background:var(--secondary);color:#fff;border-radius:0;font-weight:900;transform:rotate(3deg);box-shadow:3px 3px 0 var(--text-primary)}.style-collage .web-hero-card{border:3px solid var(--text-primary);border-radius:0;background:var(--bg-secondary);transform:rotate(1deg);box-shadow:6px 6px 0 var(--text-primary)}.style-collage .web-feature-card{border:2px solid var(--text-primary);border-radius:0;background:var(--bg-secondary);position:relative}.style-collage .web-feature-card:nth-child(odd){transform:rotate(-1deg)}.style-collage .web-feature-card:nth-child(2n){transform:rotate(1.5deg)}.style-collage .web-feature-icon{border-radius:0;background:var(--accent);color:#fff;border:2px solid var(--text-primary);transform:rotate(-5deg)}.style-collage .web-feature-card h3{font-family:var(--font-display),serif;font-style:italic;font-weight:900}.style-collage .web-testimonial{border:2px solid var(--text-primary);border-radius:0;background:var(--bg-secondary);transform:rotate(-.5deg);box-shadow:4px 4px 0 var(--text-primary)}.style-collage .web-testimonial-avatar{border-radius:0;border:2px solid var(--text-primary);transform:rotate(5deg)}.style-collage .web-cta{background:#1a1a1a;transform:rotate(.5deg);border:3px solid var(--accent);margin:20px}.style-collage .web-cta h2{color:#fff}.style-collage .web-cta p,.style-collage .web-cta-note{color:#ffffffd9}.style-collage .web-input,.style-collage .web-select,.style-collage .web-textarea{border:3px solid var(--border-strong);border-radius:0;background:var(--bg-secondary);color:var(--text-primary)}.style-collage .web-cta .web-input{border:3px solid #FFFFFF;background:#ffffff1a;color:#fff}.style-collage .web-cta .web-input::placeholder{color:#fff9}.style-collage .web-cta .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-handcrafted .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.style-handcrafted .web-logo-text{font-family:var(--font-display),serif;font-weight:400;letter-spacing:3px;text-transform:lowercase}.style-handcrafted .web-nav-links a{font-family:var(--font-body),serif;letter-spacing:1px;text-transform:lowercase}.style-handcrafted .web-btn{border-radius:2px;border:1px solid var(--text-primary);background:transparent;font-family:var(--font-body),serif;letter-spacing:2px;text-transform:lowercase;transition:all .3s ease}.style-handcrafted .web-btn:hover{background:var(--text-primary);color:var(--bg-primary)}.style-handcrafted .web-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.style-handcrafted .web-hero{position:relative}.style-handcrafted .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-handcrafted .web-hero-title{font-family:var(--font-display),serif;font-weight:400;letter-spacing:-1px;line-height:1.2}.style-handcrafted .web-hero-subtitle{font-family:var(--font-body),serif;font-style:italic;letter-spacing:.5px}.style-handcrafted .web-badge{background:transparent;border:1px solid var(--accent);color:var(--accent);border-radius:2px;font-family:var(--font-body),serif;letter-spacing:2px;text-transform:lowercase}.style-handcrafted .web-hero-card{border:1px solid var(--border);border-radius:2px;background:var(--bg-secondary)}.style-handcrafted .web-feature-card{border:none;border-top:1px solid var(--border);border-radius:0;background:transparent;padding-top:24px}.style-handcrafted .web-feature-icon{border-radius:50%;background:transparent;border:1px solid var(--accent);color:var(--accent)}.style-handcrafted .web-feature-card h3{font-family:var(--font-display),serif;font-weight:400;letter-spacing:1px}.style-handcrafted .web-feature-card p{font-family:var(--font-body),serif;line-height:1.7}.style-handcrafted .web-testimonial{border:none;border-left:2px solid var(--accent);border-radius:0;background:transparent;padding-left:24px}.style-handcrafted .web-testimonial p{font-family:var(--font-body),serif;font-style:italic;line-height:1.8}.style-handcrafted .web-testimonial-avatar{border-radius:50%}.style-handcrafted .web-cta{background:#2c2416;border-radius:2px}.style-handcrafted .web-cta h2{font-family:var(--font-display),serif;font-weight:400;color:#fdf8f0}.style-handcrafted .web-cta p,.style-handcrafted .web-cta-note{color:#d4c4a8}.style-handcrafted .web-input,.style-handcrafted .web-select,.style-handcrafted .web-textarea{border:2px solid var(--border-strong);border-radius:2px;background:var(--bg-secondary);color:var(--text-primary);font-family:var(--font-body),serif}.style-handcrafted .web-cta .web-input{border:2px solid rgba(253,248,240,.4);background:#fdf8f01a;color:#fdf8f0}.style-handcrafted .web-cta .web-input::placeholder{color:#fdf8f099}.style-handcrafted .web-footer{border-top:1px solid var(--border)}.style-soft-pastel .web-nav{background:var(--bg-primary);border-bottom:none;box-shadow:0 2px 8px #0000000a}.style-soft-pastel .web-logo-text{font-weight:600;color:var(--accent)}.style-soft-pastel .web-btn{border-radius:24px;border:none;font-weight:600;box-shadow:0 2px 8px #0000000f;transition:all .3s ease}.style-soft-pastel .web-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.style-soft-pastel .web-btn-primary{background:var(--accent);color:#fff}.style-soft-pastel .web-btn-secondary{background:var(--bg-tertiary);color:var(--text-primary)}.style-soft-pastel .web-hero{position:relative}.style-soft-pastel .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-tertiary) 100%);z-index:-1}.style-soft-pastel .web-hero-title{font-weight:700;color:var(--text-primary)}.style-soft-pastel .web-badge{background:var(--accent-soft);color:var(--accent);border-radius:20px;font-weight:600}.style-soft-pastel .web-hero-card{border-radius:20px;background:var(--bg-secondary);border:none;box-shadow:0 4px 16px #0000000d}.style-soft-pastel .web-feature-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 2px 12px #0000000a;transition:all .3s ease}.style-soft-pastel .web-feature-card:hover{box-shadow:0 6px 20px #00000014}.style-soft-pastel .web-feature-icon{border-radius:14px;background:var(--accent-soft);color:var(--accent)}.style-soft-pastel .web-testimonial{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 2px 12px #0000000a}.style-soft-pastel .web-testimonial-avatar{border-radius:50%;border:3px solid var(--accent)}.style-soft-pastel .web-cta{background:#4a4a4a;border-radius:24px;margin:40px 20px}.style-soft-pastel .web-cta h2{color:#fff}.style-soft-pastel .web-cta p,.style-soft-pastel .web-cta-note{color:#fffc}.style-soft-pastel .web-input,.style-soft-pastel .web-select,.style-soft-pastel .web-textarea{border-radius:20px;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-soft-pastel .web-cta .web-input{border:2px solid rgba(255,255,255,.4);background:#ffffff26;color:#fff}.style-soft-pastel .web-cta .web-input::placeholder{color:#fff9}.style-soft-pastel .web-cta .web-btn-primary{background:#e8a4b8;color:#4a4a4a}.style-soft-pastel .web-footer{background:var(--bg-tertiary)}.style-playful .web-nav{background:var(--bg-primary);border-bottom:4px solid var(--accent)}.style-playful .web-logo-text{font-weight:900;color:var(--accent);transform:rotate(-2deg)}.style-playful .web-btn{border-radius:50px;border:3px solid var(--text-primary);font-weight:800;text-transform:uppercase;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.style-playful .web-btn:hover{transform:scale(1.05) rotate(-2deg)}.style-playful .web-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px color-mix(in srgb,var(--accent),black 30%)}.style-playful .web-hero{position:relative}.style-playful .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-playful .web-hero-title{font-weight:900;line-height:1.1}.style-playful .web-hero-title span:first-child{display:inline-block;animation:wiggle 2s ease-in-out infinite}@keyframes wiggle{0%,to{transform:rotate(-2deg)}50%{transform:rotate(2deg)}}.style-playful .web-badge{background:var(--secondary);color:#fff;border-radius:50px;font-weight:800;animation:bounce 2s ease-in-out infinite}.style-playful .web-hero-card{border-radius:24px;background:var(--bg-secondary);border:4px solid var(--accent);box-shadow:8px 8px 0 var(--accent)}.style-playful .web-feature-card{border-radius:20px;background:var(--bg-secondary);border:3px solid var(--border);transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.style-playful .web-feature-card:hover{transform:translateY(-8px) rotate(-1deg);box-shadow:6px 6px 0 var(--accent);border-color:var(--accent)}.style-playful .web-feature-icon{border-radius:16px;background:var(--accent);color:#fff;font-size:28px;animation:bounce 3s ease-in-out infinite}.style-playful .web-feature-card:nth-child(2) .web-feature-icon{animation-delay:.5s}.style-playful .web-feature-card:nth-child(3) .web-feature-icon{animation-delay:1s}.style-playful .web-testimonial{border-radius:20px;background:var(--bg-secondary);border:3px solid var(--border)}.style-playful .web-testimonial-avatar{border-radius:50%;border:4px solid var(--accent)}.style-playful .web-cta{background:#3d3d3d;border-radius:32px;margin:40px 20px;transform:rotate(-1deg)}.style-playful .web-cta h2{color:#ffd93d}.style-playful .web-cta p,.style-playful .web-cta-note{color:#ffffffd9}.style-playful .web-input,.style-playful .web-select,.style-playful .web-textarea{border-radius:50px;border:3px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-playful .web-cta .web-input{border:3px solid #FFD93D;background:#ffd93d1a;color:#fff}.style-playful .web-cta .web-input::placeholder{color:#fff9}.style-playful .web-cta .web-btn-primary{background:#ff6b35;color:#fff}.style-corporate .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--border);padding:16px 40px}.style-corporate .web-logo-text{font-weight:700;letter-spacing:0}.style-corporate .web-nav-links a{font-weight:500;font-size:14px}.style-corporate .web-btn{border-radius:4px;font-weight:600;font-size:14px;padding:12px 24px;transition:all .15s ease}.style-corporate .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-corporate .web-btn-secondary{background:transparent;border:1px solid var(--accent);color:var(--accent)}.style-corporate .web-btn:hover{opacity:.9}.style-corporate .web-hero{position:relative;padding:80px 40px}.style-corporate .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:linear-gradient(180deg,var(--bg-primary) 0%,var(--bg-tertiary) 100%);z-index:-1}.style-corporate .web-hero-title{font-weight:600;line-height:1.25;letter-spacing:-.5px}.style-corporate .web-hero-subtitle{font-size:18px;line-height:1.6;max-width:600px}.style-corporate .web-badge{background:var(--accent-soft);color:var(--accent);border-radius:4px;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:1px}.style-corporate .web-hero-card{border-radius:8px;background:var(--bg-secondary);border:1px solid var(--border);box-shadow:0 2px 8px #0000000f}.style-corporate .web-feature-card{border-radius:8px;background:var(--bg-secondary);border:1px solid var(--border);transition:all .2s ease}.style-corporate .web-feature-card:hover{border-color:var(--accent);box-shadow:0 4px 12px #00000014}.style-corporate .web-feature-icon{border-radius:8px;background:var(--accent-soft);color:var(--accent)}.style-corporate .web-feature-card h3{font-weight:600;font-size:18px}.style-corporate .web-testimonial{border-radius:8px;background:var(--bg-secondary);border:1px solid var(--border)}.style-corporate .web-testimonial p{font-size:16px;line-height:1.6}.style-corporate .web-testimonial-avatar{border-radius:50%}.style-corporate .web-cta{background:#1a365d;border-radius:0}.style-corporate .web-cta h2{color:#fff}.style-corporate .web-cta p,.style-corporate .web-cta-note{color:#ffffffd9}.style-corporate .web-input,.style-corporate .web-select,.style-corporate .web-textarea{border-radius:4px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-corporate .web-cta .web-input{border:1px solid rgba(255,255,255,.4);background:#ffffff1a;color:#fff}.style-corporate .web-cta .web-input::placeholder{color:#fff9}.style-corporate .web-cta .web-btn-primary{background:#48bb78;color:#fff}.style-corporate .web-footer{background:var(--bg-tertiary);border-top:1px solid var(--border)}.style-corporate-memphis .web-nav{background:var(--bg-primary);border-bottom:none}.style-corporate-memphis .web-logo-text{font-weight:800;color:var(--accent)}.style-corporate-memphis .web-btn{border-radius:8px;font-weight:700;border:none;transition:all .2s ease}.style-corporate-memphis .web-btn-primary{background:var(--accent);color:#fff}.style-corporate-memphis .web-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.style-corporate-memphis .web-hero{position:relative}.style-corporate-memphis .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-corporate-memphis .web-hero-title{font-weight:800;line-height:1.15}.style-corporate-memphis .web-badge{background:var(--secondary);color:#fff;border-radius:20px;font-weight:700}.style-corporate-memphis .web-hero-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 4px 20px #00000014;overflow:hidden}.style-corporate-memphis .web-hero-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--accent),var(--secondary))}.style-corporate-memphis .web-feature-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 2px 12px #0000000f;position:relative;overflow:hidden}.style-corporate-memphis .web-feature-card:after{content:"";position:absolute;bottom:-20px;right:-20px;width:80px;height:80px;border-radius:50%;background:var(--accent-soft)}.style-corporate-memphis .web-feature-icon{border-radius:12px;background:var(--accent);color:#fff}.style-corporate-memphis .web-feature-card h3{font-weight:700}.style-corporate-memphis .web-testimonial{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 2px 12px #0000000f}.style-corporate-memphis .web-testimonial-avatar{border-radius:50%;border:3px solid var(--accent)}.style-corporate-memphis .web-cta{background:linear-gradient(135deg,#2d3142,#1a1b26);border-radius:24px;margin:40px 20px}.style-corporate-memphis .web-cta h2{color:#fff}.style-corporate-memphis .web-cta p,.style-corporate-memphis .web-cta-note{color:#ffffffd9}.style-corporate-memphis .web-input,.style-corporate-memphis .web-select,.style-corporate-memphis .web-textarea{border-radius:8px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-corporate-memphis .web-cta .web-input{border:2px solid rgba(255,255,255,.4);background:#ffffff26;color:#fff}.style-corporate-memphis .web-cta .web-input::placeholder{color:#fff9}.style-corporate-memphis .web-cta .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-monochromatic .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.style-monochromatic .web-logo-text{font-weight:700}.style-monochromatic .web-btn{border-radius:9999px;font-weight:700;transition:all .2s ease}.style-monochromatic .web-btn-primary{background:var(--accent);color:var(--bg-primary);border:none}.style-monochromatic .web-btn-secondary{background:transparent;border:1px solid var(--text-primary);color:var(--text-primary)}.style-monochromatic .web-btn:hover{transform:scale(1.04)}.style-monochromatic .web-btn:active{transform:scale(1);opacity:.8}.style-monochromatic .web-hero{position:relative}.style-monochromatic .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-monochromatic .web-hero-title{font-weight:800;letter-spacing:-2px}.style-monochromatic .web-badge{background:var(--accent);color:var(--bg-primary);border-radius:4px;font-weight:700}.style-monochromatic .web-hero-card{border-radius:8px;background:var(--bg-secondary);border:none}.style-monochromatic .web-feature-card{border-radius:8px;background:var(--bg-secondary);border:none;transition:background .3s ease}.style-monochromatic .web-feature-card:hover{background:var(--bg-tertiary)}.style-monochromatic .web-feature-icon{border-radius:50%;background:var(--accent);color:var(--bg-primary)}.style-monochromatic .web-testimonial{border-radius:8px;background:var(--bg-secondary);border:none}.style-monochromatic .web-testimonial-avatar{border-radius:50%}.style-monochromatic .web-cta{background:#0d0d1a}.style-monochromatic .web-cta h2{color:#e0e0ff}.style-monochromatic .web-cta p,.style-monochromatic .web-cta-note{color:#e0e0ffcc}.style-monochromatic .web-input,.style-monochromatic .web-select,.style-monochromatic .web-textarea{border-radius:4px;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-monochromatic .web-cta .web-input{border:2px solid rgba(224,224,255,.5);background:#e0e0ff1a;color:#e0e0ff}.style-monochromatic .web-cta .web-input::placeholder{color:#e0e0ff80}.style-monochromatic .web-cta .web-btn-primary{background:#e0e0ff;color:#1a1a2e;border:none}.style-monochromatic .web-footer{background:var(--bg-secondary)}.style-grid-modular .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.style-grid-modular .web-logo-text{font-weight:700;color:var(--accent)}.style-grid-modular .web-btn{border-radius:24px;font-weight:600;transition:all .2s ease}.style-grid-modular .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-grid-modular .web-btn:hover{box-shadow:0 4px 12px #00000026}.style-grid-modular .web-hero{position:relative}.style-grid-modular .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-grid-modular .web-hero-title{font-weight:700}.style-grid-modular .web-badge{background:var(--accent);color:#fff;border-radius:8px;font-weight:600}.style-grid-modular .web-hero-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 2px 8px #00000014}.style-grid-modular .web-feature-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 1px 4px #00000014;transition:all .2s ease;overflow:hidden}.style-grid-modular .web-feature-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.style-grid-modular .web-feature-icon{border-radius:12px;background:var(--accent-soft);color:var(--accent)}.style-grid-modular .web-testimonial{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 1px 4px #00000014}.style-grid-modular .web-testimonial-avatar{border-radius:50%}.style-grid-modular .web-cta{background:#1a1a1a;border-radius:24px;margin:40px 20px}.style-grid-modular .web-cta h2{color:#fff}.style-grid-modular .web-cta p,.style-grid-modular .web-cta-note{color:#fffc}.style-grid-modular .web-input,.style-grid-modular .web-select,.style-grid-modular .web-textarea{border-radius:8px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-grid-modular .web-cta .web-input{border-radius:24px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff}.style-grid-modular .web-cta .web-input::placeholder{color:#fff9}.style-grid-modular .web-cta .web-btn-primary{background:#ff4081;color:#fff}.style-academic .web-nav{background:var(--bg-primary);border-bottom:2px solid var(--accent)}.style-academic .web-logo-text{font-family:var(--font-display),"Georgia",serif;font-weight:600;letter-spacing:1px}.style-academic .web-nav-links a{font-family:var(--font-body),serif;letter-spacing:.5px}.style-academic .web-btn{border-radius:0;font-family:var(--font-body),serif;letter-spacing:1px;border:2px solid var(--accent);background:transparent;color:var(--accent);transition:all .2s ease}.style-academic .web-btn:hover,.style-academic .web-btn-primary{background:var(--accent);color:#fff}.style-academic .web-hero{position:relative}.style-academic .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-academic .web-hero-title{font-family:var(--font-display),"Georgia",serif;font-weight:600;line-height:1.3}.style-academic .web-hero-subtitle{font-family:var(--font-body),serif;font-style:italic;line-height:1.7}.style-academic .web-badge{background:var(--accent);color:#fff;border-radius:0;font-family:var(--font-body),serif;font-style:italic}.style-academic .web-hero-card{border-radius:0;background:var(--bg-secondary);border:1px solid var(--border)}.style-academic .web-feature-card{border-radius:0;background:var(--bg-secondary);border:1px solid var(--border);border-top:3px solid var(--accent)}.style-academic .web-feature-icon{border-radius:50%;background:var(--accent);color:#fff;font-family:serif}.style-academic .web-feature-card h3{font-family:var(--font-display),"Georgia",serif;font-weight:600}.style-academic .web-feature-card p{font-family:var(--font-body),serif;line-height:1.7}.style-academic .web-testimonial{border-radius:0;background:var(--bg-secondary);border-left:4px solid var(--accent)}.style-academic .web-testimonial p{font-family:var(--font-body),serif;font-style:italic;line-height:1.8}.style-academic .web-testimonial-avatar{border-radius:50%}.style-academic .web-cta{background:#8b0000;border-radius:0}.style-academic .web-cta h2{font-family:var(--font-display),"Georgia",serif;color:#fffef5}.style-academic .web-cta p,.style-academic .web-cta-note{color:#fffef5d9}.style-academic .web-input,.style-academic .web-select,.style-academic .web-textarea{border-radius:0;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary);font-family:var(--font-body),serif}.style-academic .web-cta .web-input{border:2px solid rgba(255,254,245,.4);background:#fffef51a;color:#fffef5}.style-academic .web-cta .web-input::placeholder{color:#fffef599}.style-academic .web-cta .web-btn-primary{background:#00008b;color:#fff}.style-academic .web-footer{background:var(--bg-tertiary);border-top:2px solid var(--accent)}.style-outlined .web-nav{background:var(--bg-primary);border-bottom:2px solid var(--text-primary)}.style-outlined .web-logo-text{font-weight:300;letter-spacing:4px;text-transform:uppercase}.style-outlined .web-btn{border-radius:0;border:2px solid var(--text-primary);background:transparent;color:var(--text-primary);font-weight:400;letter-spacing:2px;transition:all .2s ease}.style-outlined .web-btn:hover{background:var(--text-primary);color:var(--bg-primary)}.style-outlined .web-btn-primary{border-color:var(--accent);color:var(--accent)}.style-outlined .web-btn-primary:hover{background:var(--accent);color:#fff}.style-outlined .web-hero{position:relative}.style-outlined .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-outlined .web-hero-title{font-weight:200;letter-spacing:2px}.style-outlined .web-badge{background:transparent;border:2px solid var(--accent);color:var(--accent);border-radius:0}.style-outlined .web-hero-card{border-radius:0;background:transparent;border:2px solid var(--border)}.style-outlined .web-feature-card{border-radius:0;background:transparent;border:2px solid var(--border);transition:all .2s ease}.style-outlined .web-feature-card:hover{border-color:var(--accent)}.style-outlined .web-feature-icon{border-radius:50%;background:transparent;border:2px solid var(--accent);color:var(--accent)}.style-outlined .web-feature-card h3{font-weight:400;letter-spacing:1px}.style-outlined .web-testimonial{border-radius:0;background:transparent;border:2px solid var(--border)}.style-outlined .web-testimonial-avatar{border-radius:50%;border:2px solid var(--text-primary)}.style-outlined .web-cta{background:transparent;border:3px solid var(--accent)}.style-outlined .web-cta h2{color:var(--accent)}.style-outlined .web-input,.style-outlined .web-select,.style-outlined .web-textarea{border-radius:0;border:2px solid var(--accent);background:transparent;color:var(--accent)}.style-outlined .web-input::placeholder,.style-outlined .web-textarea::placeholder{color:rgba(var(--accent),.5)}.style-outlined .web-select option{background:var(--bg-primary);color:var(--text-primary)}.style-outlined .web-footer{background:transparent;border-top:2px solid var(--text-primary)}.style-kinetic .web-nav{background:rgba(var(--bg-primary),.8);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:none}.style-kinetic .web-logo-text{font-weight:600;letter-spacing:-.5px}.style-kinetic .web-btn{border-radius:980px;font-weight:500;font-size:17px;padding:12px 22px;transition:all .3s cubic-bezier(.25,.1,.25,1)}.style-kinetic .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-kinetic .web-btn-secondary{background:transparent;color:var(--accent);border:none}.style-kinetic .web-btn:hover{transform:scale(1.02);opacity:.85}.style-kinetic .web-hero{position:relative;min-height:90vh;display:flex;flex-direction:column;justify-content:center}.style-kinetic .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-kinetic .web-hero-title{font-size:clamp(48px,10vw,96px);font-weight:700;letter-spacing:-3px;line-height:1.05;background:linear-gradient(180deg,var(--text-primary) 0%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp 1s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.style-kinetic .web-hero-subtitle{font-size:21px;font-weight:400;line-height:1.5;animation:fadeInUp 1s ease-out .2s both}.style-kinetic .web-badge{background:var(--accent);color:var(--bg-primary);border-radius:980px;font-weight:500;animation:fadeInUp 1s ease-out .1s both}.style-kinetic .web-hero-card{border-radius:20px;background:var(--bg-secondary);border:none;box-shadow:0 12px 40px #0000001f;animation:fadeInUp 1s ease-out .4s both}.style-kinetic .web-feature-card{border-radius:20px;background:var(--bg-secondary);border:none;transition:all .5s cubic-bezier(.25,.1,.25,1)}.style-kinetic .web-feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 50px #00000026}.style-kinetic .web-feature-icon{border-radius:12px;background:var(--accent);color:#000;transition:transform .5s cubic-bezier(.25,.1,.25,1)}.style-kinetic .web-feature-card:hover .web-feature-icon{transform:scale(1.1)}.style-kinetic .web-testimonial{border-radius:20px;background:var(--bg-secondary);border:none}.style-kinetic .web-testimonial-avatar{border-radius:50%}.style-kinetic .web-cta{background:linear-gradient(135deg,#1a1a1a,#0a0a0a);border-radius:30px;margin:60px 30px;border:1px solid rgba(255,255,255,.15)}.style-kinetic .web-cta h2{color:#fff}.style-kinetic .web-cta p,.style-kinetic .web-cta-note{color:#fffc}.style-kinetic .web-input,.style-kinetic .web-select,.style-kinetic .web-textarea{border-radius:12px;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-kinetic .web-cta .web-input{border:1px solid rgba(255,255,255,.4);background:#ffffff1a;color:#fff}.style-kinetic .web-cta .web-input::placeholder{color:#ffffff80}.style-kinetic .web-cta .web-btn-primary{background:#00f0ff;color:#000;border:none}.style-kinetic .web-btn-primary{background:#fff;color:#000}.style-kinetic .web-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.style-atmospheric .web-nav{background:transparent;border-bottom:none;position:absolute;top:0;left:0;right:0;z-index:10}.style-atmospheric .web-logo-text{font-weight:500;letter-spacing:6px;text-transform:uppercase;font-size:14px}.style-atmospheric .web-nav-links a{font-weight:400;letter-spacing:2px;text-transform:uppercase;font-size:12px}.style-atmospheric .web-btn{border-radius:0;font-weight:400;letter-spacing:3px;text-transform:uppercase;font-size:11px;padding:14px 32px;background:transparent;border:1px solid var(--text-primary);transition:all .4s ease}.style-atmospheric .web-btn:hover{background:var(--text-primary);color:var(--bg-primary)}.style-atmospheric .web-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.style-atmospheric .web-hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding-top:80px;position:relative}.style-atmospheric .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:linear-gradient(180deg,var(--bg-primary) 0%,color-mix(in srgb,var(--bg-primary),black 30%) 100%);z-index:-1}.style-atmospheric .web-hero-title{font-size:clamp(40px,8vw,80px);font-weight:300;letter-spacing:-1px;line-height:1.1}.style-atmospheric .web-hero-subtitle{font-weight:300;letter-spacing:1px;max-width:500px}.style-atmospheric .web-badge{background:transparent;border:1px solid var(--accent);color:var(--accent);border-radius:0;letter-spacing:3px;text-transform:uppercase;font-size:10px}.style-atmospheric .web-hero-card{border-radius:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.style-atmospheric .web-feature-card{border-radius:0;background:#ffffff08;border:1px solid rgba(255,255,255,.08);transition:all .4s ease}.style-atmospheric .web-feature-card:hover{background:#ffffff0f;border-color:var(--accent)}.style-atmospheric .web-feature-icon{border-radius:0;background:transparent;border:1px solid var(--accent);color:var(--accent)}.style-atmospheric .web-feature-card h3{font-weight:400;letter-spacing:2px;text-transform:uppercase}.style-atmospheric .web-testimonial{border-radius:0;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.style-atmospheric .web-testimonial p{font-weight:300;font-style:italic}.style-atmospheric .web-testimonial-avatar{border-radius:0}.style-atmospheric .web-cta{background:#0f1419f2;border-radius:0;border:1px solid rgba(255,255,255,.15)}.style-atmospheric .web-cta h2{font-weight:300;letter-spacing:2px;color:#fff}.style-atmospheric .web-cta p,.style-atmospheric .web-cta-note{color:#ffffffbf}.style-atmospheric .web-input,.style-atmospheric .web-select,.style-atmospheric .web-textarea{border-radius:0;border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:var(--text-primary)}.style-atmospheric .web-cta .web-input{border:1px solid rgba(255,255,255,.5);background:#ffffff1a;color:#fff}.style-atmospheric .web-cta .web-input::placeholder{color:#ffffff80}.style-atmospheric .web-cta .web-btn-primary{background:#fff;color:#0f1419;border:none}.style-atmospheric .web-btn-primary{background:#fff;color:#0f1419;border-color:#fff}.style-atmospheric .web-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.style-atmospheric .web-footer{background:color-mix(in srgb,var(--bg-primary),black 40%)}.style-data-viz .web-nav{background:var(--bg-primary);border-bottom:1px solid var(--border)}.style-data-viz .web-logo-text{font-family:var(--font-display),"Georgia",serif;font-weight:700;letter-spacing:-.5px}.style-data-viz .web-nav-links a{font-size:13px;font-weight:500}.style-data-viz .web-btn{border-radius:4px;font-weight:600;font-size:13px;transition:all .2s ease}.style-data-viz .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-data-viz .web-hero{position:relative;padding-bottom:60px}.style-data-viz .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-data-viz .web-hero-title{font-family:var(--font-display),"Georgia",serif;font-weight:700;line-height:1.2;letter-spacing:-1px}.style-data-viz .web-hero-subtitle{font-family:var(--font-body),sans-serif;line-height:1.6}.style-data-viz .web-badge{background:var(--accent);color:#fff;border-radius:2px;font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:1px}.style-data-viz .web-hero-card{border-radius:0;background:var(--bg-secondary);border:1px solid var(--border);position:relative}.style-data-viz .web-hero-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--accent)}.style-data-viz .web-feature-card{border-radius:0;background:var(--bg-secondary);border:1px solid var(--border);position:relative}.style-data-viz .web-feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--accent),var(--secondary))}.style-data-viz .web-feature-icon{border-radius:2px;background:var(--accent-soft);color:var(--accent);font-family:monospace}.style-data-viz .web-feature-card h3{font-family:var(--font-display),"Georgia",serif;font-weight:600}.style-data-viz .web-feature-card p{font-size:14px;line-height:1.6}.style-data-viz .web-testimonial{border-radius:0;background:var(--bg-secondary);border:1px solid var(--border)}.style-data-viz .web-testimonial p{font-family:var(--font-body),sans-serif;line-height:1.7}.style-data-viz .web-testimonial-avatar{border-radius:50%}.style-data-viz .web-cta{background:#1a2a3a;border-radius:0}.style-data-viz .web-cta h2{font-family:var(--font-display),"Georgia",serif;color:#fff}.style-data-viz .web-cta p,.style-data-viz .web-cta-note{color:#ffffffd9}.style-data-viz .web-input,.style-data-viz .web-select,.style-data-viz .web-textarea{border-radius:2px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-data-viz .web-cta .web-input{border:1px solid rgba(255,255,255,.5);background:#ffffff1a;color:#fff}.style-data-viz .web-cta .web-input::placeholder{color:#fff9}.style-data-viz .web-cta .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-data-viz .web-footer{background:var(--bg-tertiary);border-top:1px solid var(--border)}.style-isometric .web-nav{background:var(--bg-primary);border-bottom:none}.style-isometric .web-logo-text{font-weight:700;color:var(--accent)}.style-isometric .web-btn{border-radius:12px;font-weight:600;transition:all .25s ease}.style-isometric .web-btn-primary{background:var(--accent);color:#fff;border:none;box-shadow:0 4px color-mix(in srgb,var(--accent),black 30%)}.style-isometric .web-btn:hover{transform:translateY(-2px)}.style-isometric .web-btn:active{transform:translateY(2px);box-shadow:0 2px color-mix(in srgb,var(--accent),black 30%)}.style-isometric .web-hero{position:relative}.style-isometric .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-isometric .web-hero-title{font-weight:700;line-height:1.2}.style-isometric .web-badge{background:var(--secondary);color:#fff;border-radius:8px;font-weight:600}.style-isometric .web-hero-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 8px 0 var(--border),0 12px 24px #00000014;transform:perspective(1000px) rotateX(2deg)}.style-isometric .web-feature-card{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 6px 0 var(--border);transition:all .25s ease}.style-isometric .web-feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 0 var(--border),0 16px 32px #0000001a}.style-isometric .web-feature-icon{border-radius:12px;background:var(--accent);color:#fff;transform:rotate(-3deg);box-shadow:3px 3px color-mix(in srgb,var(--accent),black 25%)}.style-isometric .web-feature-card h3{font-weight:600}.style-isometric .web-testimonial{border-radius:16px;background:var(--bg-secondary);border:none;box-shadow:0 6px 0 var(--border)}.style-isometric .web-testimonial-avatar{border-radius:12px;transform:rotate(-5deg)}.style-isometric .web-cta{background:#2c3e50;border-radius:20px;margin:40px 20px;box-shadow:0 8px #1a2530}.style-isometric .web-cta h2{color:#fff}.style-isometric .web-cta p,.style-isometric .web-cta-note{color:#ffffffd9}.style-isometric .web-input,.style-isometric .web-select,.style-isometric .web-textarea{border-radius:10px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-isometric .web-cta .web-input{border:2px solid rgba(255,255,255,.4);background:#ffffff26;color:#fff}.style-isometric .web-cta .web-input::placeholder{color:#fff9}.style-isometric .web-cta .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-bauhaus .web-nav{background:var(--bg-primary);border-bottom:4px solid var(--text-primary)}.style-bauhaus .web-logo-text{font-weight:900;text-transform:uppercase;letter-spacing:4px}.style-bauhaus .web-btn{border-radius:0;font-weight:700;text-transform:uppercase;letter-spacing:2px;border:3px solid var(--text-primary);background:transparent;transition:all .2s ease}.style-bauhaus .web-btn:hover{background:var(--text-primary);color:var(--bg-primary)}.style-bauhaus .web-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.style-bauhaus .web-hero{position:relative;box-shadow:0 0 0 100vw var(--bg-primary);clip-path:inset(0 -100vw)}.style-bauhaus .web-hero:before{content:"";position:absolute;top:50px;right:10%;width:100px;height:100px;background:var(--accent);border-radius:50%;opacity:.8}.style-bauhaus .web-hero:after{content:"";position:absolute;bottom:80px;left:8%;width:80px;height:80px;background:var(--secondary);opacity:.8}.style-bauhaus .web-hero-title{font-weight:900;text-transform:uppercase;letter-spacing:2px;line-height:1.1}.style-bauhaus .web-badge{background:var(--secondary);color:#fff;border-radius:0;font-weight:700;text-transform:uppercase;letter-spacing:2px}.style-bauhaus .web-hero-card{border-radius:0;background:var(--bg-secondary);border:4px solid var(--text-primary)}.style-bauhaus .web-feature-card{border-radius:0;background:var(--bg-secondary);border:3px solid var(--text-primary);position:relative}.style-bauhaus .web-feature-card:nth-child(1):before{content:"";position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:var(--accent);border-radius:50%}.style-bauhaus .web-feature-card:nth-child(2):before{content:"";position:absolute;bottom:-15px;left:-15px;width:30px;height:30px;background:var(--secondary)}.style-bauhaus .web-feature-card:nth-child(3):before{content:"";position:absolute;top:-15px;left:-15px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:34px solid var(--accent)}.style-bauhaus .web-feature-icon{border-radius:0;background:var(--accent);color:#fff}.style-bauhaus .web-feature-card h3{font-weight:700;text-transform:uppercase;letter-spacing:1px}.style-bauhaus .web-testimonial{border-radius:0;background:var(--bg-secondary);border:3px solid var(--text-primary)}.style-bauhaus .web-testimonial-avatar{border-radius:0}.style-bauhaus .web-cta{background:#1a1a1a;border-radius:0}.style-bauhaus .web-cta h2{text-transform:uppercase;letter-spacing:3px;color:#fff}.style-bauhaus .web-cta p,.style-bauhaus .web-cta-note{color:#ffffffd9}.style-bauhaus .web-input,.style-bauhaus .web-select,.style-bauhaus .web-textarea{border-radius:0;border:3px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-bauhaus .web-cta .web-input{border:3px solid #FFFFFF;background:transparent;color:#fff}.style-bauhaus .web-cta .web-input::placeholder{color:#fff9}.style-bauhaus .web-cta .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-bauhaus .web-footer{border-top:4px solid var(--text-primary)}.style-focus-mode .web-nav{background:var(--bg-primary);border-bottom:none;opacity:.9}.style-focus-mode .web-logo-text{font-weight:500;letter-spacing:2px}.style-focus-mode .web-nav-links a{opacity:.7;transition:opacity .3s ease}.style-focus-mode .web-nav-links a:hover{opacity:1}.style-focus-mode .web-btn{border-radius:8px;font-weight:500;background:transparent;border:1px solid var(--border);transition:all .3s ease}.style-focus-mode .web-btn:hover{border-color:var(--accent);color:var(--accent)}.style-focus-mode .web-btn-primary{background:var(--accent);border-color:var(--accent);color:#fff}.style-focus-mode .web-hero{position:relative;min-height:70vh}.style-focus-mode .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-focus-mode .web-hero-title{font-weight:400;letter-spacing:-.5px;line-height:1.4}.style-focus-mode .web-hero-subtitle{opacity:.7;max-width:500px;margin:0 auto;line-height:1.7}.style-focus-mode .web-badge{background:var(--accent-soft);color:var(--accent);border-radius:6px;font-weight:500;opacity:.9}.style-focus-mode .web-hero-card{border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border);opacity:.95}.style-focus-mode .web-feature-card{border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border);transition:all .3s ease}.style-focus-mode .web-feature-card:hover{border-color:var(--accent)}.style-focus-mode .web-feature-icon{border-radius:8px;background:var(--accent-soft);color:var(--accent);opacity:.8}.style-focus-mode .web-feature-card h3{font-weight:500}.style-focus-mode .web-feature-card p{opacity:.7;line-height:1.7}.style-focus-mode .web-testimonial{border-radius:12px;background:var(--bg-secondary);border:1px solid var(--border)}.style-focus-mode .web-testimonial p{opacity:.8;font-style:italic}.style-focus-mode .web-testimonial-avatar{border-radius:50%;opacity:.9}.style-focus-mode .web-cta{background:#1a1d21;border-radius:16px;margin:60px auto;max-width:600px;border:1px solid rgba(123,169,141,.3)}.style-focus-mode .web-cta h2{color:#e4e7eb}.style-focus-mode .web-cta p,.style-focus-mode .web-cta-note{color:#e4e7ebcc}.style-focus-mode .web-input,.style-focus-mode .web-select,.style-focus-mode .web-textarea{border-radius:8px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-focus-mode .web-cta .web-input{border:1px solid rgba(123,169,141,.5);background:#7ba98d1a;color:#e4e7eb}.style-focus-mode .web-cta .web-input::placeholder{color:#e4e7eb80}.style-focus-mode .web-cta .web-btn-primary{background:var(--accent);color:#1a1d21;border:none}.style-focus-mode .web-footer{background:var(--bg-secondary);opacity:.9}.style-metro .web-nav{background:var(--bg-primary);border-bottom:none}.style-metro .web-logo-text{font-weight:300;font-size:24px;letter-spacing:-.5px}.style-metro .web-nav-links a{font-weight:400;text-transform:lowercase}.style-metro .web-btn{border-radius:0;font-weight:600;text-transform:lowercase;padding:14px 28px;transition:all .1s ease}.style-metro .web-btn-primary{background:var(--accent);color:#fff;border:none}.style-metro .web-btn-secondary{background:var(--bg-tertiary);color:var(--text-primary);border:none}.style-metro .web-btn:hover{opacity:.85}.style-metro .web-btn:active{transform:scale(.98)}.style-metro .web-hero{position:relative}.style-metro .web-hero:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:100%;background:var(--bg-primary);z-index:-1}.style-metro .web-hero-title{font-weight:200;font-size:clamp(40px,8vw,72px);line-height:1.1;letter-spacing:-2px}.style-metro .web-badge{background:var(--secondary);color:#fff;border-radius:0;font-weight:600;text-transform:lowercase}.style-metro .web-hero-card{border-radius:0;background:var(--accent);color:#fff;border:none}.style-metro .web-hero-card *{color:#fff}.style-metro .web-feature-cards{gap:4px}.style-metro .web-feature-card{border-radius:0;background:var(--bg-secondary);border:none;aspect-ratio:1;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;transition:all .1s ease}.style-metro .web-feature-card:nth-child(1){background:var(--accent);color:#fff}.style-metro .web-feature-card:nth-child(1) *{color:#fff}.style-metro .web-feature-card:nth-child(2){background:var(--secondary);color:#fff}.style-metro .web-feature-card:nth-child(2) *{color:#fff}.style-metro .web-feature-card:hover{opacity:.9}.style-metro .web-feature-icon{border-radius:0;background:transparent;font-size:32px;width:auto;height:auto;padding:0;margin-bottom:auto}.style-metro .web-feature-card h3{font-weight:300;font-size:20px;text-transform:lowercase}.style-metro .web-feature-card p{font-size:13px;opacity:.8}.style-metro .web-testimonial-grid{gap:4px}.style-metro .web-testimonial{border-radius:0;background:var(--bg-secondary);border:none}.style-metro .web-testimonial-avatar{border-radius:0}.style-metro .web-cta{background:#0078d4;border-radius:0}.style-metro .web-cta h2{font-weight:200;text-transform:lowercase;color:#fff}.style-metro .web-cta p,.style-metro .web-cta-note{color:#ffffffe6}.style-metro .web-input,.style-metro .web-select,.style-metro .web-textarea{border-radius:0;border:2px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary)}.style-metro .web-cta .web-input{border:2px solid #FFFFFF;background:#ffffff26;color:#fff}.style-metro .web-cta .web-input::placeholder{color:#ffffffb3}.style-metro .web-cta .web-btn-primary{background:#fff;color:#0078d4;border:none}.style-metro .web-footer{background:var(--bg-tertiary)}.web-hero,.web-logos,.web-stats-section,.web-features,.web-pricing,.web-form-section,.web-progress-section,.web-cta,.web-team,.web-faq,.web-testimonials{position:relative}.web-logos,.web-stats-section,.web-features,.web-pricing,.web-form-section,.web-progress-section,.web-team,.web-faq,.web-testimonials,.web-cta{border-top:1px solid var(--border)}.web-logos{padding:32px 0;text-align:center;background:var(--bg-primary);overflow:hidden}.web-logos-label{font-size:12px;color:var(--text-tertiary);margin-bottom:16px;text-transform:uppercase;letter-spacing:1.5px;font-weight:500}.web-logos-marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,black 15%,black 85%,transparent)}.web-logos-track{display:flex;align-items:center;gap:0;animation:marquee 25s linear infinite;width:fit-content}.web-logo-text{font-family:var(--font-display);font-size:15px;font-weight:500;color:var(--text-secondary);white-space:nowrap;padding:0 16px;transition:color .2s ease}.web-logo-divider{color:var(--text-tertiary);opacity:.4;font-size:14px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.web-logos-marquee:hover .web-logos-track{animation-play-state:paused}.web-stats-section{padding:80px 60px;background:var(--bg-tertiary);margin-top:0}.web-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.web-stats-card{background:var(--bg-primary);padding:24px;border-radius:var(--radius);border:1px solid var(--border)}.web-stats-number{font-family:var(--font-display);font-size:36px;font-weight:700;color:var(--text-primary);margin-bottom:4px}.web-stats-label{font-size:14px;color:var(--text-secondary);margin-bottom:12px}.web-stats-trend{display:flex;align-items:center;gap:6px;font-size:13px}.web-stats-trend-up{color:#10b981}.web-stats-trend-down{color:#ef4444}.web-stats-bar{height:6px;background:var(--bg-tertiary);border-radius:3px;overflow:hidden}.web-stats-bar-fill{height:100%;background:var(--accent);border-radius:3px}.web-stats-stars{color:#fbbf24;letter-spacing:2px}.web-pricing{padding:80px 60px;background:var(--bg-primary);text-align:center}.web-pricing-toggle{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:48px}.web-pricing-toggle-label{font-size:14px;color:var(--text-secondary);cursor:pointer}.web-pricing-toggle-label.active{color:var(--text-primary);font-weight:600}.web-pricing-save{background:var(--accent);color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;margin-left:6px}.web-toggle{cursor:pointer}.web-toggle-track{width:44px;height:24px;background:var(--bg-tertiary);border-radius:12px;position:relative;border:1px solid var(--border)}.web-toggle-thumb{width:18px;height:18px;background:var(--accent);border-radius:50%;position:absolute;top:2px;left:2px;transition:transform .2s ease}.web-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto}.web-pricing-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:32px;text-align:left;position:relative}.web-pricing-featured{border-color:var(--accent);border-width:2px;transform:scale(1.05);box-shadow:0 8px 32px #0000001a}.web-pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--accent);color:#fff;font-size:12px;font-weight:600;padding:4px 16px;border-radius:12px}.web-pricing-header h3{font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:4px}.web-pricing-header p{font-size:14px;color:var(--text-secondary);margin-bottom:16px}.web-pricing-price{margin-bottom:24px}.web-pricing-amount{font-family:var(--font-display);font-size:40px;font-weight:700;color:var(--text-primary)}.web-pricing-period{font-size:14px;color:var(--text-secondary)}.web-pricing-features{list-style:none;padding:0;margin:0 0 24px}.web-pricing-features li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:14px;color:var(--text-primary)}.web-pricing-disabled{opacity:.5}.web-check{color:#10b981;font-weight:700}.web-x{color:var(--text-tertiary)}.web-btn-full{width:100%;justify-content:center}.web-form-section{padding:80px 60px;background:var(--bg-secondary);text-align:center}.web-form-section .web-section-title,.web-form-section .web-section-subtitle{text-align:center}.web-form-container{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1000px;margin:0 auto}.web-form{display:flex;flex-direction:column;gap:20px;text-align:left}.web-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.web-form-group{display:flex;flex-direction:column;gap:6px}.web-label{font-size:14px;font-weight:600;color:var(--text-primary)}.web-input,.web-select,.web-textarea{padding:12px 16px;border:1.5px solid var(--border-strong, var(--border));border-radius:var(--radius);background:var(--bg-secondary);color:var(--text-primary);font-family:var(--font-body);font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.web-input:focus,.web-select:focus,.web-textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.web-input::placeholder,.web-textarea::placeholder{color:var(--text-tertiary)}.web-input-hint{font-size:12px;color:var(--text-tertiary)}.web-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.web-textarea{resize:vertical;min-height:100px}.web-radio-group{display:flex;gap:24px}.web-radio,.web-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--text-primary)}.web-radio input,.web-checkbox input{display:none}.web-radio-mark{width:18px;height:18px;border:2px solid var(--border);border-radius:50%;position:relative;transition:border-color .2s ease}.web-radio input:checked+.web-radio-mark{border-color:var(--accent)}.web-radio input:checked+.web-radio-mark:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:var(--accent);border-radius:50%}.web-checkbox-mark{width:18px;height:18px;border:2px solid var(--border);border-radius:4px;position:relative;transition:all .2s ease}.web-checkbox input:checked+.web-checkbox-mark{background:var(--accent);border-color:var(--accent)}.web-checkbox input:checked+.web-checkbox-mark:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.web-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.web-alerts{display:flex;flex-direction:column;gap:12px}.web-alert{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:var(--radius);font-size:14px}.web-alert svg{flex-shrink:0;margin-top:1px}.web-alert strong{display:block;margin-bottom:2px}.web-alert-success{background:#10b9811a;border:1px solid rgba(16,185,129,.3);color:#059669}.web-alert-warning{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:#d97706}.web-alert-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#dc2626}.web-alert-info{background:var(--accent-soft);border:1px solid var(--accent);color:var(--accent)}.web-progress-section{padding:80px 60px;background:var(--bg-primary);text-align:center}.web-progress-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:800px;margin:32px auto 0;text-align:left}.web-progress-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.web-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px}.web-progress-header span:first-child{color:var(--text-primary);font-weight:500}.web-progress-value{color:var(--accent);font-weight:700}.web-progress-bar{height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden}.web-progress-fill{height:100%;background:var(--accent);border-radius:4px;transition:width .5s ease}.web-team{padding:80px 60px;background:var(--bg-secondary);text-align:center}.web-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1000px;margin:0 auto}.web-team-member{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius);padding:32px 24px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.web-team-member:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.web-team-avatar{width:80px;height:80px;background:var(--accent-soft);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px;color:var(--accent);font-family:var(--font-japanese),var(--font-display);font-weight:700}.web-team-member h4{font-family:var(--font-display);font-size:18px;font-weight:600;color:var(--text-primary);margin:0 0 4px}.web-team-role{font-size:13px;color:var(--accent);font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px!important}.web-team-bio{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0!important}.web-faq{padding:80px 60px;background:var(--bg-primary);text-align:center}.web-faq-list{max-width:800px;margin:32px auto 0;display:flex;flex-direction:column;gap:12px;text-align:left}.web-faq-item{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.web-faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;list-style:none;font-size:16px;font-weight:600;color:var(--text-primary)}.web-faq-question::-webkit-details-marker{display:none}.web-faq-question svg{flex-shrink:0;color:var(--text-tertiary);transition:transform .3s ease}.web-faq-item[open] .web-faq-question svg{transform:rotate(180deg)}.web-faq-answer{padding:0 24px 20px}.web-faq-answer p{font-size:14px;color:var(--text-secondary);line-height:1.7;margin:0}@media(max-width:1200px){.app-layout{grid-template-columns:280px 1fr;grid-template-rows:1fr auto}.sidebar-right{grid-column:2;height:auto;max-height:50vh;border-left:none;border-top:1px solid #2a2a2a}.main-content{height:auto;min-height:50vh}}@media(max-width:768px){.app-layout{grid-template-columns:1fr;grid-template-rows:auto 1fr auto}.sidebar-left{height:auto;max-height:40vh;border-right:none;border-bottom:1px solid #2a2a2a;overflow-y:auto}.sidebar-right{grid-column:1;max-height:none}.style-selector{padding:0}.selector-header{padding:12px 16px;position:sticky;top:0;z-index:10}.selector-header h2{font-size:14px}.category-list{padding:0}.category{margin-bottom:0;border-bottom:1px solid #252525}.category-name{padding:12px 16px;font-size:12px}.category-chevron{opacity:1;color:#666}.category .style-list{display:none;flex-direction:column;background:#151515}.category.expanded .style-list{display:flex}.style-item{padding:10px 16px 10px 32px;font-size:13px}.style-color-dot{width:10px;height:10px}.style-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view-toggle-bar{padding:8px 12px}.view-toggle-btn{padding:6px 12px;font-size:12px}.main-content{min-height:60vh}.style-info{padding:16px}.style-info-header h2{font-size:20px}.style-tags{flex-wrap:wrap}.style-url-section{margin:16px 0}.style-actions{flex-direction:column}.style-action-btn{width:100%;justify-content:center}.color-row{flex-direction:column;align-items:flex-start;gap:8px}.color-swatches{width:100%}.color-swatch{flex:1}.preview-only-content{padding:16px}}@media(max-width:768px){.app-preview{padding:16px}.app-device{width:100%;max-width:320px;margin:0 auto}.app-screen{padding:16px}.app-header h1{font-size:22px}.quick-actions{gap:8px}.quick-action{padding:12px 8px;font-size:11px}.lesson-cards{gap:12px}.lesson-card{padding:16px}.lesson-info h3{font-size:15px}}@media(max-width:768px){.website-preview{font-size:14px}.web-nav-inner{padding:12px 16px;flex-wrap:wrap;gap:12px}.web-nav-links{display:none}.web-nav-actions{gap:8px}.web-nav-actions .web-btn{padding:8px 12px;font-size:12px}.web-hero{padding:40px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.web-hero-content{max-width:100%;align-items:center}.web-hero-badge{align-self:center}.web-hero-title{font-size:32px;text-align:center}.web-hero-subtitle{font-size:14px;text-align:center}.web-hero-cta{flex-direction:column;gap:12px;align-items:center;width:100%}.web-hero-cta .web-btn{width:100%;max-width:280px;justify-content:center}.web-hero-visual{display:none}.web-stats-section{padding:40px 20px}.web-stats-grid{grid-template-columns:1fr 1fr;gap:16px}.web-stats-number{font-size:28px}.web-features{padding:40px 20px}.web-features-grid{grid-template-columns:1fr}.web-sidebar{display:none}.web-feature-cards{grid-template-columns:1fr;gap:16px}.web-section-title{font-size:24px}.web-section-subtitle{font-size:14px}.web-pricing{padding:40px 20px}.web-pricing-grid{grid-template-columns:1fr;gap:24px}.web-pricing-card{padding:24px}.web-pricing-toggle{flex-wrap:wrap;justify-content:center}.web-form-section{padding:40px 20px}.web-form-container{display:flex;flex-direction:column;gap:24px}.web-form{max-width:100%;width:100%}.web-form-row{display:flex;flex-direction:column;gap:16px}.web-form-group{width:100%}.web-input,.web-select,.web-textarea{width:100%;box-sizing:border-box}.web-alerts{margin-top:24px;width:100%}.web-alert{flex-direction:column;align-items:center;text-align:center;gap:8px}.web-alert strong{text-align:center}.web-progress-section{padding:40px 20px}.web-progress-cards{grid-template-columns:1fr;gap:16px}.web-cta{padding:40px 20px}.web-cta h2{font-size:24px}.web-cta-actions{flex-direction:column;gap:12px}.web-cta-actions .web-input,.web-cta-actions .web-btn{width:100%}.web-team{padding:40px 20px}.web-team-grid{grid-template-columns:1fr 1fr;gap:24px}.web-team-avatar{width:60px;height:60px;font-size:22px}.web-team-member h4{font-size:16px}.web-team-bio{font-size:12px}.web-faq{padding:40px 20px}.web-faq-question{padding:16px;font-size:14px}.web-faq-answer{padding:0 16px 16px}.web-testimonials{padding:40px 20px}.web-testimonial-grid{grid-template-columns:1fr;gap:16px}.web-testimonial{padding:20px}.web-footer{padding:40px 20px 20px}.web-footer-main{flex-direction:column;gap:32px}.web-footer-links{grid-template-columns:1fr 1fr;gap:24px}.web-footer-bottom{flex-direction:column;gap:8px;text-align:center}.web-logos{padding:20px 0}.web-logos-label{font-size:11px}.web-logo-text{font-size:14px}.web-breadcrumbs{padding:12px 20px;font-size:11px}}@media(max-width:480px){.web-stats-grid,.web-team-grid,.web-footer-links{grid-template-columns:1fr}.web-hero-title{font-size:26px}.web-pricing-amount{font-size:36px}}.skills-download{margin-top:24px;padding:20px;background:#1a1a1a;border-radius:12px;border:1px solid #2a2a2a}.skills-download-header{margin-bottom:16px}.skills-download-header h3{margin:0 0 4px;font-size:14px;font-weight:600;color:#fff}.skills-download-header p{margin:0;font-size:12px;color:#888}.skills-download-actions{display:flex;gap:8px;margin-bottom:12px}.skills-download-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border:none;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none}.skills-download-btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.skills-download-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5558e3,#7c4de8);transform:translateY(-1px)}.skills-download-btn-primary:disabled{opacity:.6;cursor:not-allowed}.skills-download-btn-secondary{background:#2a2a2a;color:#ccc;border:1px solid #3a3a3a}.skills-download-btn-secondary:hover{background:#333;color:#fff}.skills-download-toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;margin-bottom:12px;background:transparent;border:none;color:#666;font-size:11px;cursor:pointer;transition:color .2s ease}.skills-download-toggle:hover{color:#999}.skills-download-instructions{background:#0f0f0f;border-radius:8px;padding:12px;margin-bottom:16px}.instruction-step{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid #1a1a1a}.instruction-step:last-child{border-bottom:none;padding-bottom:0}.instruction-step:first-child{padding-top:0}.step-number{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#2a2a2a;border-radius:50%;font-size:11px;font-weight:600;color:#888}.step-content{flex:1}.step-content strong{display:block;font-size:12px;color:#ccc;margin-bottom:4px}.step-content p{margin:0;font-size:11px;color:#666}.step-content code{display:block;margin-top:6px;padding:8px 10px;background:#1a1a1a;border-radius:6px;font-family:SF Mono,Fira Code,monospace;font-size:11px;color:#a78bfa;overflow-x:auto}.skills-list{display:flex;flex-direction:column;gap:8px}.skill-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#0f0f0f;border-radius:8px}.skill-name{font-family:SF Mono,Fira Code,monospace;font-size:11px;color:#a78bfa;flex-shrink:0}.skill-desc{font-size:11px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:768px){.skills-download{margin-top:16px;padding:16px}.skills-download-actions{flex-direction:column}.skill-item{flex-direction:column;align-items:flex-start;gap:4px}}
