.TopBar-module__stdOYq__topBar{background:var(--topbar-bg);border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:flex}.TopBar-module__stdOYq__logo{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.TopBar-module__stdOYq__logoIcon{object-fit:contain;width:auto;height:28px}.TopBar-module__stdOYq__logoText{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:700}.TopBar-module__stdOYq__controls{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.TopBar-module__stdOYq__controlGroup{align-items:center;gap:.5rem;display:flex}.TopBar-module__stdOYq__label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.TopBar-module__stdOYq__select{background:var(--input-bg);color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.TopBar-module__stdOYq__select:hover{border-color:var(--primary-color)}.TopBar-module__stdOYq__select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #667eea33}.TopBar-module__stdOYq__toggleGroup{background:var(--input-bg);border:1px solid var(--border-color);border-radius:6px;display:flex;overflow:hidden}.TopBar-module__stdOYq__toggleButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s}.TopBar-module__stdOYq__toggleButton:hover{color:var(--text-color)}.TopBar-module__stdOYq__toggleButton.TopBar-module__stdOYq__active{background:var(--primary-color);color:#fff}.TopBar-module__stdOYq__updateButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:transform .2s,box-shadow .2s}.TopBar-module__stdOYq__updateButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.TopBar-module__stdOYq__updateButton:active{transform:translateY(0)}.TopBar-module__stdOYq__themeToggle{background:var(--input-bg);border:1px solid var(--border-color);cursor:pointer;border-radius:6px;padding:.5rem;font-size:1.25rem;transition:border-color .2s,transform .2s}.TopBar-module__stdOYq__themeToggle:hover{border-color:var(--primary-color);transform:scale(1.05)}.TopBar-module__stdOYq__adPlaceholder{display:none}@media (max-width:768px){.TopBar-module__stdOYq__topBar{gap:.75rem;padding:.5rem 1rem}.TopBar-module__stdOYq__logoText{font-size:1rem}.TopBar-module__stdOYq__controls{justify-content:flex-start;gap:.75rem;width:100%}.TopBar-module__stdOYq__label{display:none}.TopBar-module__stdOYq__controlGroup{flex:1;min-width:0}.TopBar-module__stdOYq__select{width:100%;min-width:0}}
.Editor-module__DKR6OW__editorContainer{background:var(--editor-bg);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.Editor-module__DKR6OW__tabBar{background:var(--tab-bg);border-bottom:1px solid var(--border-color);padding:0 .5rem;display:flex}.Editor-module__DKR6OW__tab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Editor-module__DKR6OW__tab:hover{color:var(--text-color);background:var(--tab-hover-bg)}.Editor-module__DKR6OW__activeTab{color:var(--primary-color);border-bottom-color:var(--primary-color)}.Editor-module__DKR6OW__tabIcon{font-size:1rem}.Editor-module__DKR6OW__editorWrapper{flex:1;min-height:0}.Editor-module__DKR6OW__editorLoading{height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Editor-module__DKR6OW__spinner{border:3px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:32px;height:32px;animation:1s linear infinite Editor-module__DKR6OW__spin}@keyframes Editor-module__DKR6OW__spin{to{transform:rotate(360deg)}}.Editor-module__DKR6OW__shortcutHint{color:var(--text-muted);background:var(--tab-bg);border-top:1px solid var(--border-color);text-align:center;padding:.5rem 1rem;font-size:.75rem}.Editor-module__DKR6OW__shortcutHint kbd{background:var(--input-bg);border:1px solid var(--border-color);box-shadow:0 1px 0 var(--border-color);border-radius:4px;padding:.15rem .4rem;font-family:inherit;font-size:.7rem;display:inline-block}@media (max-width:640px){.Editor-module__DKR6OW__tabLabel{display:none}.Editor-module__DKR6OW__tab{padding:.75rem}.Editor-module__DKR6OW__tabIcon{font-size:1.25rem}.Editor-module__DKR6OW__shortcutHint{display:none}}
.Preview-module__KlkSAW__previewContainer{background:var(--preview-bg);border:1px solid var(--border-color);border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.Preview-module__KlkSAW__previewHeader{background:var(--tab-bg);border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.Preview-module__KlkSAW__deviceInfo{align-items:center;gap:.5rem;display:flex}.Preview-module__KlkSAW__deviceIcon{font-size:1.25rem}.Preview-module__KlkSAW__deviceName{color:var(--text-color);font-size:.875rem;font-weight:600}.Preview-module__KlkSAW__deviceDimensions{color:var(--text-muted);background:var(--input-bg);border-radius:4px;padding:.2rem .5rem;font-size:.75rem}.Preview-module__KlkSAW__headerActions{align-items:center;gap:1rem;display:flex}.Preview-module__KlkSAW__statusIndicator{border-radius:4px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:500;display:flex}.Preview-module__KlkSAW__statusIdle{background:var(--input-bg);color:var(--text-muted)}.Preview-module__KlkSAW__statusUpdating{color:var(--primary-color);background:#667eea33}.Preview-module__KlkSAW__statusUpdated{color:#48bb78;background:#48bb7833}.Preview-module__KlkSAW__statusError{color:#f56565;background:#f5656533}.Preview-module__KlkSAW__statusSpinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite Preview-module__KlkSAW__spin}@keyframes Preview-module__KlkSAW__spin{to{transform:rotate(360deg)}}.Preview-module__KlkSAW__resetButton{background:var(--input-bg);color:var(--text-color);border:1px solid var(--border-color);cursor:pointer;border-radius:4px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.Preview-module__KlkSAW__resetButton:hover{background:var(--tab-hover-bg);border-color:var(--primary-color)}.Preview-module__KlkSAW__previewArea{background:var(--preview-area-bg);flex:1;justify-content:center;align-items:flex-start;padding:16px;display:flex;overflow:auto}.Preview-module__KlkSAW__deviceFrame{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px #00000014,0 4px 12px #0000001f,0 18px 40px #00000059}.Preview-module__KlkSAW__iframe{background:#fff;border:none;width:100%;height:100%}.Preview-module__KlkSAW__errorBanner{color:#f56565;text-align:center;background:#f5656526;border-top:1px solid #f565654d;padding:.75rem 1rem;font-size:.875rem}@media (max-width:768px){.Preview-module__KlkSAW__previewHeader{padding:.5rem .75rem}.Preview-module__KlkSAW__deviceDimensions{display:none}.Preview-module__KlkSAW__headerActions{gap:.5rem}.Preview-module__KlkSAW__previewArea{padding:8px}}
.ErrorPanel-module__N8tJka__errorPanel{background:var(--panel-bg);border-top:1px solid var(--border-color);transition:all .3s}.ErrorPanel-module__N8tJka__panelHeader{width:100%;color:var(--text-color);background:var(--tab-bg);cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s;display:flex}.ErrorPanel-module__N8tJka__panelHeader:hover{background:var(--tab-hover-bg)}.ErrorPanel-module__N8tJka__headerTitle{align-items:center;gap:.5rem;display:flex}.ErrorPanel-module__N8tJka__errorBadge{color:#fff;background:#f56565;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 .5rem;font-size:.75rem;font-weight:700;display:inline-flex}.ErrorPanel-module__N8tJka__collapseIcon{color:var(--text-muted);font-size:.75rem}.ErrorPanel-module__N8tJka__errorList{border-top:1px solid var(--border-color);max-height:200px;overflow-y:auto}.ErrorPanel-module__N8tJka__errorItem{text-align:left;width:100%;color:var(--text-color);border:none;border-bottom:1px solid var(--border-color);cursor:pointer;background:0 0;grid-template-columns:auto auto 1fr;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;transition:background .2s;display:grid}.ErrorPanel-module__N8tJka__errorItem:last-child{border-bottom:none}.ErrorPanel-module__N8tJka__errorItem:hover{background:var(--tab-hover-bg)}.ErrorPanel-module__N8tJka__errorType{background:var(--input-bg);border-radius:4px;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:flex}.ErrorPanel-module__N8tJka__typeIcon{font-size:.875rem}.ErrorPanel-module__N8tJka__typeLabel{text-transform:uppercase;letter-spacing:.05em}.ErrorPanel-module__N8tJka__errorLine{color:var(--primary-color);white-space:nowrap;background:#667eea26;border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:500}.ErrorPanel-module__N8tJka__errorMessage{color:#f56565;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ErrorPanel-module__N8tJka__helperText{color:var(--text-muted);background:var(--tab-bg);border-top:1px solid var(--border-color);padding:.5rem 1rem;font-size:.75rem}@media (max-width:640px){.ErrorPanel-module__N8tJka__errorItem{grid-template-columns:1fr;gap:.25rem}.ErrorPanel-module__N8tJka__errorType,.ErrorPanel-module__N8tJka__errorLine{justify-self:start}.ErrorPanel-module__N8tJka__errorMessage{white-space:normal}}
.Onboarding-module__mH1FJW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.3s Onboarding-module__mH1FJW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Onboarding-module__mH1FJW__fadeIn{0%{opacity:0}to{opacity:1}}.Onboarding-module__mH1FJW__modal{background:var(--panel-bg);border-radius:16px;width:90%;max-width:480px;padding:2rem;animation:.4s Onboarding-module__mH1FJW__slideUp;box-shadow:0 20px 60px #0000004d}@keyframes Onboarding-module__mH1FJW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Onboarding-module__mH1FJW__header{text-align:center;margin-bottom:1.5rem}.Onboarding-module__mH1FJW__logo{object-fit:contain;width:auto;height:64px;margin-bottom:.5rem;animation:2s infinite Onboarding-module__mH1FJW__bounce;display:inline-block}@keyframes Onboarding-module__mH1FJW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.Onboarding-module__mH1FJW__title{color:var(--text-color);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Onboarding-module__mH1FJW__subtitle{color:var(--text-muted);font-size:.9rem}.Onboarding-module__mH1FJW__progress{justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.Onboarding-module__mH1FJW__dot{background:var(--border-color);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s}.Onboarding-module__mH1FJW__dot:hover{background:var(--text-muted)}.Onboarding-module__mH1FJW__activeDot{background:var(--primary-color);border-radius:5px;width:24px}.Onboarding-module__mH1FJW__completedDot{background:var(--primary-color);opacity:.5}.Onboarding-module__mH1FJW__stepContent{text-align:center;background:var(--input-bg);border-radius:12px;min-height:150px;margin-bottom:1.5rem;padding:1.5rem}.Onboarding-module__mH1FJW__stepIcon{margin-bottom:1rem;font-size:2.5rem;display:inline-block}.Onboarding-module__mH1FJW__stepTitle{color:var(--text-color);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Onboarding-module__mH1FJW__stepDescription{color:var(--text-muted);font-size:.9rem;line-height:1.6}.Onboarding-module__mH1FJW__actions{justify-content:space-between;gap:1rem;display:flex}.Onboarding-module__mH1FJW__primaryButton,.Onboarding-module__mH1FJW__secondaryButton,.Onboarding-module__mH1FJW__skipButton{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.Onboarding-module__mH1FJW__primaryButton{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff}.Onboarding-module__mH1FJW__primaryButton:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.Onboarding-module__mH1FJW__secondaryButton{background:var(--input-bg);color:var(--text-color);border:1px solid var(--border-color)}.Onboarding-module__mH1FJW__secondaryButton:hover{background:var(--tab-hover-bg)}.Onboarding-module__mH1FJW__skipButton{color:var(--text-muted);background:0 0;border:none}.Onboarding-module__mH1FJW__skipButton:hover{color:var(--text-color)}@media (max-width:480px){.Onboarding-module__mH1FJW__modal{margin:1rem;padding:1.5rem}.Onboarding-module__mH1FJW__title{font-size:1.25rem}.Onboarding-module__mH1FJW__stepContent{min-height:auto;padding:1rem}}
.SeoContent-module__197I7W__contentSection{max-width:1200px;margin:0 auto;padding:4rem 2rem}.SeoContent-module__197I7W__contentSection:nth-child(2n){background:var(--panel-bg)}.SeoContent-module__197I7W__heroSection{text-align:center;background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff;padding:1.5rem 2rem 1rem}.SeoContent-module__197I7W__heroTitle{margin-bottom:.75rem;font-size:1.75rem;font-weight:700;line-height:1.2}.SeoContent-module__197I7W__heroDescription{opacity:.95;max-width:800px;margin:0 auto;font-size:.95rem;line-height:1.6}.SeoContent-module__197I7W__heroDescription p{margin-bottom:.5rem}.SeoContent-module__197I7W__heroDescription p:last-child{margin-bottom:0}.SeoContent-module__197I7W__sectionTitle{color:var(--text-color);text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.SeoContent-module__197I7W__subsectionTitle{color:var(--text-color);margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.SeoContent-module__197I7W__sectionText{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.SeoContent-module__197I7W__useCasesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.SeoContent-module__197I7W__useCaseItem{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.SeoContent-module__197I7W__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:2rem;display:grid}.SeoContent-module__197I7W__featureCard{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.SeoContent-module__197I7W__featureList{margin:0 0 1rem;padding:0;list-style:none}.SeoContent-module__197I7W__featureList li{color:var(--text-muted);margin-bottom:.75rem;padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.SeoContent-module__197I7W__featureList li:before{content:"✓";color:var(--primary-color);font-weight:600;position:absolute;left:0}.SeoContent-module__197I7W__featureConclusion{color:var(--text-muted);border-top:1px solid var(--border-color);margin-top:1rem;padding-top:1rem;font-size:.9rem;font-style:italic}.SeoContent-module__197I7W__audienceSection{background:linear-gradient(135deg,var(--primary-color)0%,var(--secondary-color)100%);color:#fff;text-align:center;padding:3rem 2rem}.SeoContent-module__197I7W__audienceSection .SeoContent-module__197I7W__sectionTitle{color:#fff}.SeoContent-module__197I7W__audienceText{opacity:.95;max-width:700px;margin:0 auto 1.5rem;font-size:1rem}.SeoContent-module__197I7W__audienceList{text-align:left;max-width:600px;margin:0 auto 1.5rem;padding:0;list-style:none}.SeoContent-module__197I7W__audienceList li{margin-bottom:.75rem;padding-left:1.75rem;font-size:1rem;position:relative}.SeoContent-module__197I7W__audienceList li:before{content:"→";opacity:.8;position:absolute;left:0}.SeoContent-module__197I7W__audienceClosing{opacity:.9;max-width:600px;margin:0 auto;font-size:1rem;font-style:italic}.SeoContent-module__197I7W__faqSection{max-width:800px;margin:0 auto;padding:4rem 2rem}.SeoContent-module__197I7W__faqList{flex-direction:column;gap:1.5rem;display:flex}.SeoContent-module__197I7W__faqItem{background:var(--panel-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.SeoContent-module__197I7W__faqQuestion{color:var(--text-color);margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.SeoContent-module__197I7W__faqAnswer{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}@media (max-width:768px){.SeoContent-module__197I7W__heroSection{padding:1rem 1rem .75rem}.SeoContent-module__197I7W__heroTitle{font-size:1.35rem}.SeoContent-module__197I7W__heroDescription{font-size:.85rem}.SeoContent-module__197I7W__contentSection{padding:2.5rem 1rem}.SeoContent-module__197I7W__sectionTitle{font-size:1.5rem}.SeoContent-module__197I7W__useCasesGrid,.SeoContent-module__197I7W__featuresGrid{grid-template-columns:1fr;gap:1rem}.SeoContent-module__197I7W__audienceSection{padding:2rem 1rem}.SeoContent-module__197I7W__faqSection{padding:2.5rem 1rem}}
.page-module___8aEwW__loading{height:100vh;color:var(--text-muted);background:var(--bg-color);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module___8aEwW__loadingSpinner{border:4px solid var(--border-color);border-top-color:var(--primary-color);border-radius:50%;width:48px;height:48px;animation:1s linear infinite page-module___8aEwW__spin}@keyframes page-module___8aEwW__spin{to{transform:rotate(360deg)}}.page-module___8aEwW__container{background:var(--bg-color);flex-direction:column;min-height:100vh;display:flex;overflow-y:auto}.page-module___8aEwW__toolSection{flex-direction:column;flex-shrink:0;height:calc(100vh - 80px);min-height:500px;display:flex}.page-module___8aEwW__mobileViewSwitcher{background:var(--tab-bg);border-bottom:1px solid var(--border-color);display:none}.page-module___8aEwW__viewTab{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.page-module___8aEwW__viewTab:hover{color:var(--text-color)}.page-module___8aEwW__activeViewTab{color:var(--primary-color);border-bottom-color:var(--primary-color)}.page-module___8aEwW__main{background:var(--border-color);flex:1;gap:1px;min-height:0;display:flex}.page-module___8aEwW__editorPane,.page-module___8aEwW__previewPane{background:var(--bg-color);flex:1;min-width:0;padding:.75rem}.page-module___8aEwW__adBanner{display:none}@media (max-width:768px){.page-module___8aEwW__mobileViewSwitcher{display:flex}.page-module___8aEwW__main{flex-direction:column}.page-module___8aEwW__editorPane,.page-module___8aEwW__previewPane{flex:none;height:calc(100vh - 180px)}.page-module___8aEwW__mobileHidden{display:none}.page-module___8aEwW__mobileVisible{display:block}}@media (min-width:769px) and (max-width:1200px){.page-module___8aEwW__editorPane{flex:1.2}.page-module___8aEwW__previewPane{flex:1}}
