:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}*:focus{outline:none!important}*::selection{background:#ff4000!important;color:#fff!important}html,body,#root{height:100%;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#fff!important;color:#1a1a1a;line-height:1.5}.app{height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background-image:url(https://kleemt.fra1.cdn.digitaloceanspaces.com/kleemtassets/Home.webp);background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.top-left-logo{position:absolute;top:24px;left:24px;z-index:3}.kleemt-logo{height:60px;width:auto;object-fit:contain}@media (max-width: 768px){.kleemt-logo{height:40px}}@media (max-width: 480px){.kleemt-logo{height:32px}}.loading-spinner{display:flex;align-items:center;justify-content:center;height:200px;font-size:18px;color:#64748b;font-weight:500}.language-switcher{position:absolute;top:24px;right:24px;z-index:3}.lang-button{background:#ffffffe6;border:none;color:#111827;padding:12px 20px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);outline:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.lang-button{padding:8px 16px;font-size:14px}}@media (max-width: 480px){.lang-button{padding:6px 12px;font-size:12px}}.lang-button:hover,.lang-button:focus,.lang-button:active{background:#fff;box-shadow:0 4px 12px #0000001a;cursor:pointer!important;outline:none!important;border:none!important;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);-moz-box-shadow:0 4px 12px rgba(0,0,0,.1)}.app:before{content:"";position:absolute;inset:0;background-color:#00000080;z-index:1}.container{width:100%;max-width:465px;position:relative;z-index:2}.form-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:48px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.form-header{text-align:left;margin-bottom:32px;display:flex;align-items:center;gap:20px}.form-header .logo{width:70px;height:70px;object-fit:contain;flex-shrink:0}.form-header-content{display:flex;flex-direction:column}.form-header h1{font-size:28px;font-weight:700;color:#111827;margin-bottom:6px;letter-spacing:-.025em}.form-header p{color:#6b7280;font-size:16px;font-weight:400;margin:0;margin-left:2px!important}.form{display:flex;flex-direction:column;gap:24px}@media (max-height: 800px){.form-card{padding:32px}.form-header{margin-bottom:20px}.form-header .logo{width:55px;height:55px}.form-header h1{font-size:24px}.form{gap:16px}}@media (max-height: 700px){.form-card{padding:24px}.form-header{margin-bottom:16px}.form-header .logo{width:45px;height:45px}.form-header h1{font-size:20px}.form{gap:12px}}@media (max-height: 600px){.form-card{padding:16px}.form-header{margin-bottom:12px}.form-header .logo{width:40px;height:40px}.form-header h1{font-size:18px}.form{gap:10px}}.error-message{background:#fef2f2;color:#dc2626!important;padding:12px 16px;font-size:14px;text-align:left;font-weight:500;display:flex;align-items:center;gap:8px;margin:16px 0;border-radius:8px;border:1px solid #fecaca;border-left:4px solid #dc2626}.success-message{background:#16a34a;color:#fff!important;padding:12px 20px;font-size:14px;text-align:center;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 0;border-radius:0}.email-confirmation{text-align:center;padding:60px 40px;border-radius:16px;margin:20px 0}.email-confirmation-icon{margin-bottom:32px;color:#ff4000;display:flex;justify-content:center}.email-confirmation-icon svg{filter:drop-shadow(0 4px 6px rgba(16,185,129,.2));animation:emailBounce 2s ease-in-out infinite}.email-confirmation h2{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:16px;letter-spacing:-.025em}.email-confirmation p{color:#6b7280;font-size:18px;line-height:1.6;margin-bottom:40px;max-width:450px;margin-left:auto;margin-right:auto;font-weight:400}.email-confirmation-actions{display:flex;justify-content:center;gap:16px}.resend-button{background:#ff4000;color:#fff;border:none;padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #ff400033;text-transform:none;letter-spacing:.025em}.resend-button:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #ff40004d;background:linear-gradient(135deg,#e63900,#ff5a1f)}.resend-button:active{transform:translateY(0)}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-weight:500;color:#374151;font-size:14px;line-height:20px}.input-group input{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:16px;line-height:24px;transition:all .15s ease-in-out;background:#fff!important;color:#111827;width:100%}.input-group input:-webkit-autofill,.input-group input:-webkit-autofill:hover,.input-group input:-webkit-autofill:focus,.input-group input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#111827!important;background-color:#fff!important;background:#fff!important}.input-group input:autofill{background-color:#fff!important;background:#fff!important}.input-group input::placeholder{color:#9ca3af}.form-options{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-top:-8px}.checkbox{display:flex;align-items:center;gap:8px;color:#6b7280;cursor:pointer;font-weight:400}.checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#ff4000;border-radius:4px;background-color:#fff;appearance:none;-webkit-appearance:none;border:1px solid #d1d5db;cursor:pointer;position:relative}.checkbox input[type=checkbox]:checked{background-color:#ff4000;border-color:#ff4000}.checkbox input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700;line-height:1}.forgot-link{color:#ff4000;text-decoration:none;font-weight:500;transition:color .15s ease-in-out}.forgot-link:hover{color:#ff4000;text-decoration:underline}.submit-button{background:#ff4000;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out;line-height:24px;margin-top:8px;width:100%}.submit-button:hover{background:#ff4000;transform:translateY(-1px);box-shadow:0 4px 12px #5b5b5b66}.submit-button:active{transform:translateY(0)}.form-footer{text-align:center;margin-top:32px;color:#6b7280;font-size:14px;font-weight:400}.form-footer p{display:flex;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.toggle-button{background:none;border:none;color:#ff4000;font-weight:600;cursor:pointer;text-decoration:none;transition:color .15s ease-in-out;font-size:14px}.toggle-button:hover{color:#ff4000;text-decoration:underline}.dashboard{display:flex;height:100vh;background:#fff}.sidebar{width:280px;background:#1a1a1a;border-right:1px solid #333;display:flex;flex-direction:column}.sidebar-header{padding:35px 24px 24px 33px}.sidebar-logo{height:40px;width:auto;object-fit:contain}.mobile-menu-toggle{display:none}.sidebar-nav{flex:1}.nav-item{width:100.3%;padding:12px 24px;background:none;border:none;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .15s ease-in-out;color:#a0a0a0;font-size:14px;font-weight:500;border-radius:0!important}.nav-item:hover{background:#333;color:#fff}.nav-item.active{background:#5b5b5b;color:#fff}.nav-icon{font-size:18px;width:24px;text-align:center}.nav-label{flex:1}.sidebar-footer{padding:16px 24px}.sign-out-button{width:100%;padding:12px 16px;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;gap:8px}.sign-out-button:hover:not(:disabled){background:#dc2626}.sign-out-button:disabled{opacity:.6;cursor:not-allowed}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.top-bar{background:#fff;padding:16px 56px 0;display:flex;justify-content:space-between;align-items:center;margin-top:10px}.breadcrumb{font-size:28px;font-weight:600;color:#0f172a}.top-lang-button{background:#ffffffe6;border:1px solid #e2e8f0;color:#0f172a;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}.top-lang-button:hover{background:#f8fafc;border-color:#cbd5e1}.content-area{flex:1;padding:56px;overflow-y:auto;padding-top:0!important}.dashboard-content{max-width:1200px}.dashboard-content h2{font-size:28px;font-weight:700;color:#0f172a;margin-bottom:24px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.stat-card{background:#fff;padding:24px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.stat-card h3{font-size:14px;font-weight:500;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.stat-number{font-size:32px;font-weight:700;color:#0f172a;margin:0}.profile-info{display:flex;align-items:center;gap:24px;background:#fff;padding:32px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.profile-avatar{flex-shrink:0}.avatar-placeholder{width:80px;height:80px;background:#ff4000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:700}.profile-details h3{font-size:24px;font-weight:600;color:#0f172a;margin-bottom:8px}.profile-details p{color:#64748b;margin-bottom:4px}.settings-section{background:#fff;padding:32px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.settings-section h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:24px}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f1f5f9}.setting-item:last-child{border-bottom:none}.setting-item label{font-weight:500;color:#374151}.lang-toggle{background:#ffffffe6;color:#0f172a;border:1px solid #e2e8f0;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}.support-content{background:#fff;padding:32px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;text-align:center}.support-content p{color:#64748b;margin-bottom:24px;font-size:16px}.support-button{background:#ff4000;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out}.support-button:hover{background:#e63900}.analytics-placeholder{background:#fff;padding:64px 32px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;text-align:center}.analytics-placeholder p{color:#64748b;font-size:16px}.panels-container{display:flex;gap:24px;width:100%;align-items:stretch}.left-panel{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;height:100%;display:flex;flex-direction:column}.right-panel{flex:1;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;min-height:100%;display:flex;flex-direction:column}.left-panel h3,.right-panel h3{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:16px}.panel-content{color:#64748b;font-size:14px;line-height:1.5}@media (max-width: 768px){.dashboard{flex-direction:column}.sidebar{width:100%;height:auto;border-right:none;border-bottom:1px solid #333;background:#1a1a1a;position:relative}.sidebar-header{padding:16px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #333}.mobile-menu-toggle{display:block;background:none;border:none;color:#a0a0a0;font-size:24px;cursor:pointer;padding:8px;border-radius:4px;transition:all .15s ease-in-out}.mobile-menu-toggle:hover{background:#333;color:#fff}.sidebar-nav{display:none;flex-direction:column;padding:0;background:#1a1a1a;border-top:1px solid #333}.sidebar-nav.mobile-open{display:flex}.nav-item{width:100%;padding:16px 24px;border-radius:0;border-bottom:1px solid #333;justify-content:flex-start;background:#1a1a1a;color:#a0a0a0;font-size:16px}.nav-item:hover{background:#333;color:#fff}.nav-item.active{background:#ff4000;color:#fff}.nav-icon{font-size:20px;width:32px;text-align:center}.sidebar-footer{display:none}.top-bar{padding:12px 16px}.content-area{padding:16px;padding-top:0!important}.dashboard-stats{grid-template-columns:1fr}.profile-info{flex-direction:column;text-align:center}.panels-container{flex-direction:column;gap:16px}.left-panel,.right-panel{padding:16px}}.left-panel{padding:20px;background:#fff;border-radius:8px;position:relative;overflow:hidden;flex:1}.progress-container{position:absolute;top:0;left:0;right:0;height:8px;background:transparent;overflow:hidden}.progress-bar{height:100%;background:#ff4000;transition:width .3s ease}.tutorial-content{margin:20px 0}.step-header{display:flex;align-items:center;margin-bottom:20px}.step-number{width:30px;height:30px;background:#ff4000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:10px}.step-title{margin:0;color:#495057}.step-content{margin-left:40px;height:120px;display:flex;flex-direction:column;justify-content:space-between}.code-block{display:block;background:#f8f9fa;padding:10px;border-radius:4px;font-family:Courier New,monospace;color:#2c3e50;margin:10px 0;border-left:3px solid #ff4000}.code-container{min-height:60px;display:flex;align-items:center}.instruction-container{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:20px;margin:10px 0;text-align:center;min-height:60px;display:flex;align-items:center;justify-content:center}.instruction-text{color:#0369a1;font-size:16px;font-weight:500;margin:0;line-height:1.5}.step-description{margin:10px 0 0;color:#6c757d;font-size:14px}.tutorial-navigation{display:flex;justify-content:space-between;margin-top:20px}.nav-button{padding:8px 16px;border:1px solid #ff4000;background:#fff;color:#ff4000;border-radius:4px;cursor:pointer;transition:all .3s ease}.nav-button:hover:not(:disabled){background:#ff4000;color:#fff}.nav-button:disabled{opacity:.5;cursor:not-allowed}.video-container{display:flex;flex-direction:column;gap:16px}.video-placeholder{width:100%;min-height:100%;background:#000;border-radius:8px;overflow:hidden;position:relative;flex:1}.video-player{width:100%;height:100%;min-height:100%;background:linear-gradient(45deg,#1a1a1a,#2a2a2a);display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .3s ease}.video-player:hover{background:linear-gradient(45deg,#2a2a2a,#3a3a3a)}.play-button{width:80px;height:80px;background:#ffffffe6;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#000;transition:all .3s ease;z-index:2}.video-player:hover .play-button{background:#fff;transform:scale(1.1)}.video-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:20px;color:#fff;text-align:center}.video-overlay p{margin:0;font-size:14px;opacity:.9}.video-info{padding:16px;background:#f8f9fa;border-radius:8px}.video-info h4{margin:0 0 8px;color:#0f172a;font-size:16px;font-weight:600}.video-info p{margin:0;color:#64748b;font-size:14px;line-height:1.5}.squarespace-sections{margin-top:30px;background:#fff;border-radius:12px}.sections-header{margin-bottom:32px;display:flex;align-items:center;justify-content:space-between}.view-toggle{display:flex;gap:4px;background:#f3f4f6;border-radius:8px;padding:4px}.toggle-btn{padding:8px 16px;border:none;background:transparent;border-radius:6px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.toggle-btn.active{background:#fff;color:#111827;box-shadow:0 1px 3px #0000001a}.toggle-btn:hover:not(.active){color:#374151}.filter-tags{display:flex;gap:8px;flex-wrap:wrap}.filter-tag{padding:8px 16px;border:1px solid #e5e7eb;background:#fff;border-radius:20px;font-size:14px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-tag:hover{border-color:#d1d5db;color:#374151}.filter-tag.active{background:#ff4000;color:#fff;border-color:#ff4000}.sections-header h3{font-size:28px;font-weight:600;color:#111827;margin-bottom:12px}.sections-subtitle{color:#6b7280;font-size:16px;line-height:1.5;display:flex;align-items:center;gap:5px}.sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:32px}.sections-grid.mobile-view{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px}.section-wrapper{display:flex;flex-direction:column;gap:0;transition:transform .2s ease-in-out}.section-wrapper:hover{transform:translateY(-4px)}.section-card{background:#f9fafb;border:1px solid #e5e7eb;border-bottom:none;border-radius:12px 12px 0 0;padding:32px;transition:all .2s ease-in-out;position:relative;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;aspect-ratio:16/9;max-width:100%}.section-info-bar{border-radius:0 0 8px 8px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease;border:1px solid #e5e7eb!important;border-top:none!important}.section-info-bar-dark{background:#000}.section-info-bar-light{background:#fff}.section-title{font-size:16px;font-weight:600;flex:1}.section-info-bar-dark .section-title{color:#fff}.section-info-bar-light .section-title{color:#000}.section-actions{display:flex;align-items:center;gap:12px}.variants-count{font-size:15px;font-weight:600;color:#ff4000}.section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0}.section-info{flex:1}.section-name{font-size:20px;font-weight:600;color:#111827;margin-bottom:0;line-height:1.4}.copy-button{background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:12px;cursor:pointer;transition:all .2s ease-in-out;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;position:relative;z-index:10}.copy-button:hover{background:#f3f4f6;border-color:#9ca3af;transform:scale(1.05)}.copy-icon{width:18px;height:18px;color:#6b7280;transition:color .2s ease-in-out}.copy-icon.success{color:#ff4000;font-weight:900;font-size:20px;transform:scale(1.5)}.section-footer{display:flex;justify-content:space-between;align-items:center;font-size:14px;color:#9ca3af;margin-top:0}.section-id{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f3f4f6;padding:4px 8px;border-radius:6px;font-size:13px}.section-category{text-transform:uppercase;letter-spacing:.5px;font-weight:500;font-size:13px}.select-section-btn{background:transparent;color:#ff4000;border:none;padding:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.select-section-btn:hover{background:transparent;transform:translateY(-2px)}.select-section-btn svg{width:24px;height:24px;transition:transform .3s ease;color:#ff4000}.select-section-btn:hover svg{transform:translate(2px)}.back-to-grid-btn{background:#fff;color:#374151;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;padding:12px 20px 12px 0}.selected-section-container{max-width:1200px;margin:0 auto}.selected-section-content{display:flex;gap:32px;align-items:flex-start}.selected-section-image-container{flex:1;max-width:600px;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:16px!important}.selected-section-image{width:100%;height:380px!important;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;margin-bottom:24px}.selected-section-image[style*="aspect-ratio: 2/3"]{height:580px!important;background-size:contain!important}.selected-section-image[style*="background-size: contain"]{height:580px!important}.color-guide{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;box-shadow:0 4px 12px #0000001a;margin-bottom:24px}.color-guide h4{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #ff4000}.installation-guidelines{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;flex:1}.installation-guidelines h4{font-size:20px;font-weight:600;color:#111827;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid #ff4000}.guideline-section{margin-bottom:24px}.guideline-section:last-child{margin-bottom:0}.guideline-section h5{font-size:16px;font-weight:600;color:#374151;margin:0 0 12px;text-transform:uppercase;letter-spacing:.5px}.guideline-section h3{font-size:16px;font-weight:600;color:#374151;margin:0;text-transform:uppercase;letter-spacing:.5px}.guideline-section p{font-size:14px;color:#ff4000;margin:0;line-height:1.5;font-weight:500!important}.section-to-use{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.id-code{background:#f3f4f6;color:#ff4000;padding:8px 12px;border-radius:6px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:14px;font-weight:600;border:1px solid #e5e7eb;display:inline-block}.colors-list h6{font-size:14px;font-weight:600;color:#374151;margin:0 0 8px}.colors-list ul{list-style:none;padding:0;margin:0}.colors-list li{font-size:13px;color:#374151;padding:8px 0;line-height:1.5;font-weight:500;display:flex;justify-content:space-between;align-items:center}.color-label{color:#6b7280;font-weight:600;flex-shrink:0;margin-right:12px}.color-value{color:#ff4000;font-weight:500;text-align:right}.miscellaneous-list{margin-top:8px}.miscellaneous-list ul{list-style:none;padding:0;margin:0}.miscellaneous-list li{font-size:13px;color:#374151;line-height:1.5;font-weight:500;display:flex;align-items:flex-start}.miscellaneous-text{color:#6b7280;font-size:14px;line-height:1.5}.horizontal-onboarding{background:#fff;border:1px solid #e5e7eb;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a;margin-bottom:40px;padding:32px 24px;margin-top:2rem!important}.onboarding-container{display:flex;flex-direction:column;align-items:center;gap:32px;max-width:900px;margin:0 auto}.progress-indicator{width:100%;display:flex;justify-content:center;margin-bottom:16px}.progress-steps{display:flex;align-items:center;gap:24px}.progress-step{width:32px;height:32px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;transition:all .3s ease}.progress-step.completed{background:#ff4000;color:#fff}.progress-line{width:40px;height:2px;background:#e5e7eb}.current-step-container{width:100%;display:flex;justify-content:center}.current-step{border-radius:12px;padding:40px;width:100%;max-width:500px;text-align:center;display:flex;flex-direction:column;gap:24px}.current-step.step-2{max-width:580px}.current-step.video-step{max-width:800px;padding:0!important}.step-header{display:flex;flex-direction:column;gap:8px}.step-header h2{font-size:24px;font-weight:700;color:#1f2937;margin:0}.step-header p{font-size:16px;color:#6b7280;margin:0;line-height:1.5}.primary-action-button{background:#ff4000;color:#fff;border:none;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:12px;min-height:56px;box-shadow:0 4px 12px #ff400033}.primary-action-button:hover:not(:disabled){background:#e63900;transform:translateY(-1px);box-shadow:0 6px 20px #ff40004d}.primary-action-button:disabled{opacity:.7;cursor:not-allowed;background:#d1d5db;color:#6b7280;box-shadow:none}.secondary-action-button{background:#fff;color:#374151;border:1px solid #d1d5db;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;flex:1}.secondary-action-button:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.secondary-action-button.success{background:#f0fdf4;border-color:#16a34a;color:#16a34a}.secondary-action-button:nth-child(2){background:#000;color:#fff;border-color:#000}.secondary-action-button:nth-child(2):hover{background:#374151;border-color:#374151}.action-buttons{display:flex;gap:12px;width:100%}.connected-website-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:16px;display:flex;align-items:center;gap:12px;justify-content:center;font-weight:500;color:#374151}.video-player-large{width:100%}.video-frame{width:100%;height:450px;border-radius:12px;border:1px solid #e5e7eb;background:#f8fafc;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;transition:all .2s ease;overflow:hidden}.play-button-large{position:absolute;width:80px;height:80px;background:#ff4000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;z-index:2;transition:all .2s ease;box-shadow:0 8px 24px #ff40004d;border:3px solid white}.play-button-large:hover{transform:scale(1.05);box-shadow:0 12px 32px #ff400066}.video-overlay-large{position:absolute;bottom:16px;left:16px;right:16px;background:#000c;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;text-align:center;z-index:2}.help-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:24px}.help-top-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.help-top-section .help-section{margin-bottom:0}.help-section h3{color:#1f2937;font-size:20px;font-weight:600;margin-bottom:16px;border-bottom:2px solid #ff4000;padding-bottom:8px;display:inline-block}.help-section p{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:16px}.tutorial-video{margin-top:16px}.video-thumbnail{border:1px solid #e5e7eb;transition:transform .2s ease}.video-thumbnail:hover{transform:scale(1.02)}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;transition:border-color .2s ease}.faq-item:hover{border-color:#ff4000}.faq-item h4{color:#1f2937;font-size:16px;font-weight:600;margin-bottom:8px;line-height:1.4}.faq-item p{color:#4b5563;font-size:14px;line-height:1.6;margin:0}.help-video-player{margin-top:16px}.help-video-frame{width:100%;max-width:560px;height:315px;aspect-ratio:16/9;border-radius:12px;border:1px solid #e5e7eb;cursor:pointer;transition:transform .2s ease}.help-video-frame:hover{transform:scale(1.02)}.faq-accordions{display:flex;flex-direction:column;gap:8px}.faq-accordion{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.faq-accordion-header{background:#fff;padding:16px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f3f4f6}.faq-accordion-header:hover{background:#f9fafb}.faq-accordion-header h4{color:#1f2937;font-size:16px;font-weight:500;margin:0;line-height:1.4;flex:1}.faq-accordion-icon{color:#6b7280;font-size:18px;font-weight:400;margin-left:16px;transition:transform .2s ease}.faq-accordion.open .faq-accordion-icon{transform:none}.faq-accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease;background:#fff}.faq-accordion-content p{padding:16px 20px;margin:0;color:#4b5563;font-size:14px;line-height:1.6}.help-contact-form{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:20px;background:#fff;padding:32px;border-radius:8px;border:1px solid #e5e7eb;max-width:800px}.help-contact-form .form-group:nth-child(3){grid-column:1 / -1}.help-contact-form .primary-action-button{grid-column:1 / -1;justify-self:end}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#000;font-size:14px;font-weight:400}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#000;background:#fff}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af;font-weight:400}.form-group input:focus,.form-group textarea:focus{outline:none}.form-group textarea{resize:vertical;min-height:120px}@media (max-width: 1024px){.help-top-section{grid-template-columns:1fr;gap:20px}}@media (max-width: 768px){.help-contact-form{display:flex;flex-direction:column;gap:20px;padding:24px;max-width:100%}.help-contact-form .primary-action-button{align-self:center}}.step3-navigation{display:flex;justify-content:space-between;align-items:center;width:100%;gap:16px}.back-button{background:none;border:1px solid #d1d5db;color:#6b7280;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}.back-button:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.all-set-button{flex:1;max-width:300px}.step-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;height:100%;justify-content:center}.step-content h3{font-size:16px;font-weight:600;color:#374151;margin:0;letter-spacing:-.025em}.onboarding-step.disabled h3{color:#9ca3af}.connect-button{background:#ff4000;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px;justify-content:center;min-height:48px;box-shadow:0 1px 3px #0000001a;width:100%;max-width:200px}.connect-button:hover:not(:disabled){background:#e63900;transform:translateY(-1px);box-shadow:0 4px 12px #ff40004d}.connect-button:disabled{opacity:.6;cursor:not-allowed;background:#d1d5db;color:#6b7280}.button-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}.step-completed{background:#16a34a;color:#fff;padding:16px 24px;border-radius:8px;display:flex;align-items:center;gap:8px;justify-content:center;font-weight:600;font-size:16px;box-shadow:0 1px 3px #0000001a;width:100%;max-width:200px}.connector-line{width:80px;height:2px;background:#e5e7eb;border-radius:1px;transition:all .3s ease;flex-shrink:0;align-self:center}.connector-line.active{background:#ff4000}.integration-content{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%}.website-info{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:6px;transition:all .2s ease;width:100%}.website-info.disabled{opacity:.6;background:#f8fafc;color:#9ca3af}.website-name{font-size:14px;font-weight:500;color:#374151;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:160px}.code-actions-row{display:flex;gap:8px;justify-content:center;align-items:center;width:100%;flex-wrap:nowrap}.copy-code-btn{color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;box-shadow:0 1px 3px #0000001a;flex:1;justify-content:center;white-space:nowrap;min-width:110px}.copy-code-btn.copied{background:#16a34a;box-shadow:0 1px 3px #0000001a}.copy-code-btn.disabled,.copy-code-btn:disabled{opacity:.5;cursor:not-allowed;background:#d1d5db;color:#6b7280;box-shadow:none}.squarespace-btn{background:#6b7280;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;box-shadow:0 1px 3px #0000001a;flex:1;justify-content:center;min-width:fit-content}.squarespace-btn:hover:not(:disabled){background:#4b5563;transform:translateY(-1px);box-shadow:0 4px 12px #6b72804d}.squarespace-btn.disabled,.squarespace-btn:disabled{opacity:.5;cursor:not-allowed;background:#d1d5db;color:#6b7280;box-shadow:none}.done-button{background:#16a34a;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px;justify-content:center;box-shadow:0 1px 3px #0000001a;margin-top:8px;width:100%;max-width:200px}.done-button:hover:not(:disabled){background:#15803d;transform:translateY(-1px);box-shadow:0 4px 12px #16a34a4d}.done-button.disabled,.done-button:disabled{opacity:.5;cursor:not-allowed;background:#d1d5db;color:#6b7280;box-shadow:none;transform:none}.video-container{width:100%}.video-player{width:100%;height:280px;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#f8fafc;box-shadow:0 1px 3px #0000001a;position:relative}.video-player.unlocked{border-color:#ff4000;background:#fff;box-shadow:0 4px 12px #ff400026}.video-player.locked{cursor:not-allowed;opacity:.6}.video-player:hover.unlocked{transform:translateY(-2px);box-shadow:0 8px 25px #ff400033}.video-overlay-dark{position:absolute;inset:0;background:#0006;z-index:1;border-radius:7px}.play-button{position:absolute;width:60px;height:60px;background:#ff4000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff;z-index:2;transition:all .2s ease;box-shadow:0 4px 12px #ff40004d;border:2px solid white}.play-button.active{background:#e63900;transform:scale(1.05);box-shadow:0 6px 20px #ff400066}.play-button.disabled{background:#d1d5db;color:#6b7280;border-color:#e5e7eb}.video-overlay{position:absolute;bottom:12px;left:12px;right:12px;background:#000c;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;font-weight:500;text-align:center;z-index:2}@media (max-width: 768px){.horizontal-onboarding{padding:24px 16px;margin-bottom:32px}.onboarding-container{max-width:100%;padding:0 16px}.current-step{padding:32px 24px;max-width:100%}.step-header h2{font-size:20px}.action-buttons{flex-direction:column;gap:12px}.video-frame{height:240px}.connect-button,.step-completed,.done-button{max-width:100%}.code-actions-row{flex-direction:column;gap:8px;width:100%}.copy-code-btn,.squarespace-btn{min-width:auto;width:100%}.squarespace-btn{width:100%;justify-content:center}}@media (max-width: 768px){.sections-grid{grid-template-columns:1fr;gap:24px}.section-card{padding:24px;min-height:240px}.sections-header h3{font-size:24px}.section-name{font-size:18px}.section-description{font-size:15px}.selected-section-container{padding:0 16px}.selected-section-content{flex-direction:column;gap:24px}.selected-section-image-container{max-width:100%}.selected-section-image{height:250px}.selected-section-info{padding:16px;flex-direction:column;gap:12px;align-items:flex-start}.installation-guidelines{padding:20px;max-width:100%}.select-section-btn{padding:10px 16px;font-size:13px;min-width:100px}.section-info-bar{padding:10px 12px}.section-title{font-size:13px}.variants-count{font-size:11px}}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}::-webkit-scrollbar-thumb{background:#ff4000;border-radius:6px;border:2px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background:#e63900}::-webkit-scrollbar-corner{background:#f1f1f1}*{scrollbar-width:thin;scrollbar-color:#ff4000 #f1f1f1}.content-area::-webkit-scrollbar{width:8px}.content-area::-webkit-scrollbar-track{background:#f8fafc}.content-area::-webkit-scrollbar-thumb{background:#ff4000;border-radius:4px;border:1px solid #f8fafc}.content-area::-webkit-scrollbar-thumb:hover{background:#e63900}.divider{display:flex;align-items:center;margin:24px 0;color:#9ca3af;font-size:14px}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.divider span{padding:0 16px;background:#fff}.squarespace-button{width:100%;padding:12px 16px;background:#000;color:#fff;border:1px solid #000;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px;margin-top:1em!important}.squarespace-button:hover:not(:disabled){background:#333;border-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.squarespace-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0000001a}.squarespace-button:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.squarespace-button svg{width:20px;height:20px}.websites-container{border-radius:12px;overflow:hidden}.websites-list{overflow-y:auto}.website-item{padding:24px;transition:background-color .15s ease-in-out;margin-bottom:16px;background:#fff;box-shadow:#0000001a 0 1px 3px;border-radius:12px;border-width:1px;border-style:solid;border-color:#e2e8f0;border-image:initial}.website-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.website-info{flex:1}.website-link{display:flex;align-items:center;gap:16px;text-decoration:none;color:inherit;transition:all .15s ease-in-out}.website-link:hover{opacity:.8}.website-details{flex:1}.website-title{font-size:16px;font-weight:600;color:#0f172a;margin-bottom:4px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.website-title .status-badge{text-decoration:none}.website-url{font-size:14px;color:#64748b;word-break:break-all}.website-status{margin-left:16px;display:flex;align-items:center;gap:8px}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.upgrade-btn{background:#ff4000;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;text-transform:none;letter-spacing:.3px;white-space:nowrap;box-shadow:0 2px 4px #ff400033}.upgrade-btn:hover{background:#e63900;transform:translateY(-1px);box-shadow:0 4px 8px #ff40004d}.upgrade-btn:active{transform:translateY(0)}.upgrade-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.upgrade-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:6px}.status-badge.status-lifetime{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.status-badge.status-trial{background-color:#fed7aa;color:#c2410c;border:1px solid #fdba74}.status-badge.status-trial-ended{background-color:#fef2f2;color:#dc2626;border:1px solid #fecaca}.status-badge.status-inactive{background-color:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}.loading-message{padding:32px 24px;text-align:center;color:#64748b;font-size:16px;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #ff4000;border-radius:50%;animation:spin 1s linear infinite}.error-message{text-align:center;color:#dc2626;font-size:16px}.no-websites{padding:48px 24px;text-align:center;color:#64748b}.no-websites h3{margin:16px 0 8px;color:#374151;font-size:18px;font-weight:600}.no-websites p{margin:0;font-size:14px;line-height:1.5}.home-websites-overview{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:20px}.home-websites-overview .websites-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.home-websites-overview .websites-header h3{font-size:18px;font-weight:600;color:#0f172a;margin:0}.home-websites-overview .websites-actions{display:flex;gap:12px}.home-websites-overview .manage-website-btn,.home-websites-overview .add-website-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out;min-width:150px}.home-websites-overview .manage-website-btn{background:#f8fafc;color:#374151;border:1px solid #e2e8f0}.home-websites-overview .manage-website-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.home-websites-overview .add-website-btn{background:#ff4000;color:#fff}.home-websites-overview .add-website-btn:hover:not(:disabled){background:#e63900;transform:translateY(-1px);box-shadow:0 2px 8px #ff40004d}.home-websites-overview .add-website-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.home-websites-overview .website-tags-horizontal{display:flex;flex-wrap:wrap;gap:8px}.home-websites-overview .website-tag-horizontal{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;font-size:12px;color:#374151;transition:all .15s ease-in-out;max-width:180px}.home-websites-overview .website-tag-horizontal:hover{background:#f1f5f9;border-color:#cbd5e1}.home-websites-overview .tag-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.home-websites-overview .tag-status{font-size:10px;font-weight:700}.home-websites-overview .tag-status.active{color:#16a34a}.home-websites-overview .tag-status.inactive{color:#dc2626}.home-websites-overview .website-cards-horizontal{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:16px}.home-websites-overview .website-card-horizontal{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 16px;transition:all .15s ease-in-out;display:flex;flex-direction:column;justify-content:center;min-height:60px;width:100%;box-sizing:border-box}.home-websites-overview .website-card-horizontal:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.home-websites-overview .website-card-header{display:flex;align-items:center;gap:12px;width:100%;min-height:0}.home-websites-overview .website-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:inherit;flex:1;min-width:0;transition:all .15s ease-in-out}.home-websites-overview .website-link:hover{opacity:.8}.home-websites-overview .card-title{font-size:14px;font-weight:600;color:#374151;text-decoration:underline;text-decoration-color:#6b7280;text-underline-offset:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.home-websites-overview .access-section{display:flex;align-items:center;gap:8px;flex-shrink:0;min-width:0}.home-websites-overview .access-tag{display:inline-block;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0;white-space:nowrap}.home-websites-overview .upgrade-btn{background:#ff4000;color:#fff;border:1px solid #ff4000;padding:6px 8px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease-in-out;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;flex-shrink:0;line-height:1;min-width:0;overflow:visible}.home-websites-overview .upgrade-btn:hover:not(:disabled){background:#e63900;transform:translateY(-1px);box-shadow:0 2px 8px #ff40004d}.home-websites-overview .upgrade-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.home-websites-overview .upgrade-spinner{width:10px;height:10px;border:1.5px solid rgba(255,255,255,.3);border-top:1.5px solid white;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;margin-right:4px}.website-card-horizontal>div:last-child{display:flex;gap:8px;margin-top:12px}.website-card-horizontal .copy-code-btn,.website-card-horizontal .code-injection-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;font-size:12px;border-radius:4px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease;flex:1}.website-card-horizontal .copy-code-btn{background:#fff;color:#6b7280}.website-card-horizontal .code-injection-btn{background:#000;color:#fff;border-color:#000}.home-websites-overview .access-tag.access-kleemt{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.home-websites-overview .access-tag.access-trial{background:#fed7aa;color:#c2410c;border:1px solid #fdba74}.home-websites-overview .access-tag.access-trial-ended{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.home-websites-overview .access-tag.access-inactive{background:#f3f4f6;color:#6b7280;border:1px solid #d1d5db}@media (max-width: 768px){.home-websites-overview .website-cards-horizontal{grid-template-columns:1fr;gap:12px}.home-websites-overview .website-card-horizontal{padding:10px 12px;min-height:55px}.home-websites-overview .website-card-header{gap:8px}.home-websites-overview .card-title{font-size:13px}.home-websites-overview .access-tag{font-size:10px;padding:3px 6px}.home-websites-overview .upgrade-btn{font-size:9px;padding:3px 6px}}@media (max-width: 480px){.home-websites-overview .website-cards-horizontal{gap:10px}.home-websites-overview .website-card-horizontal{padding:8px 10px;min-height:50px}.home-websites-overview .website-card-header{gap:6px}.home-websites-overview .card-title{font-size:12px}.home-websites-overview .access-tag{font-size:9px;padding:2px 5px}.home-websites-overview .upgrade-btn{font-size:8px;padding:2px 5px}}@media (max-width: 768px){.home-websites-overview{padding:16px;margin-bottom:16px}.home-websites-overview .websites-header{flex-direction:column;align-items:flex-start;gap:12px}.home-websites-overview .websites-actions{width:100%}.home-websites-overview .manage-website-btn,.home-websites-overview .add-website-btn{flex:1;padding:10px 12px;font-size:12px}.home-websites-overview .website-tags-horizontal{gap:6px}.home-websites-overview .website-tag-horizontal{padding:5px 10px;font-size:11px;max-width:140px}}.trial-container{margin-bottom:20px;height:200px;display:flex;flex-direction:column;justify-content:space-between}.success-title{color:#166534;font-size:18px;font-weight:600;margin:0 0 12px;text-align:left}.connected-website{background:#f8fafc;border-radius:8px;padding:12px;margin-bottom:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.website-info{display:flex;align-items:center;gap:12px}.website-details h5{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 4px}.website-details p{font-size:14px;color:#64748b;margin:0}.trial-offer{text-align:center}.trial-offer h4{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 12px}.trial-offer p{font-size:14px;color:#64748b;margin:0 0 20px;line-height:1.5}.trial-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:auto}.start-trial-btn{background:#ff4000;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.start-trial-btn:hover{background:#e63900}.skip-trial-btn{background:transparent;color:#64748b;border:1px solid #cbd5e1;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.skip-trial-btn:hover{background:#f1f5f9;color:#475569}@media (max-width: 768px){.trial-container{padding:16px}.connected-website{padding:12px}.website-info{gap:8px}.website-details h5{font-size:14px}.website-details p{font-size:12px}.trial-offer h4{font-size:16px}.trial-offer p{font-size:13px}.trial-actions{flex-direction:column;gap:8px}.start-trial-btn,.skip-trial-btn{width:100%;padding:14px 24px}}.oauth-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffffd9;z-index:10;display:flex;align-items:center;justify-content:center}.oauth-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:48px;height:48px;border:5px solid #eee;border-top:5px solid #ff4000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:12px}.code-snippet-section{padding:24px;border-top:1px solid #e2e8f0;background:#fff}.code-snippet-section h4{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 8px}.code-snippet-section p{font-size:14px;color:#64748b;margin:0 0 16px}.integration-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.integration-row p{font-size:14px;color:#64748b;margin:0;flex-shrink:0}.code-actions{display:flex;gap:12px;margin-top:0}.copy-code-btn,.squarespace-btn{padding:10px 16px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;border:none;display:flex;align-items:center;gap:6px}.copy-code-btn{background:#f8fafc;color:#374151;border:1px solid #e2e8f0;transition:all .2s ease-in-out}.copy-code-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.copy-code-btn.copied{background:#dcfce7;color:#166534;border-color:#bbf7d0;transform:scale(1.02)}.squarespace-btn{background:#000;color:#fff}.squarespace-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.website-integration{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.website-integration h4{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 8px}.website-integration .integration-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.website-integration .integration-row p{font-size:14px;color:#64748b;margin:0;flex-shrink:0}.website-integration .code-actions{display:flex;gap:8px;margin-top:0}.website-integration .copy-code-btn,.website-integration .squarespace-btn{padding:10px 20px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;border:none;display:flex;align-items:center;gap:6px}.website-integration .copy-code-btn{background:#f8fafc;color:#374151;border:1px solid #e2e8f0}.website-integration .copy-code-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.website-integration .copy-code-btn.copied{background:#dcfce7;color:#166534;border-color:#bbf7d0;transform:scale(1.02)}.website-integration .squarespace-btn{background:#000;color:#fff}.website-integration .squarespace-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.success-message{margin:20px 0;padding:16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px}.success-message h4{color:#166534;font-size:16px;font-weight:600;margin:0 0 8px}.success-message p{color:#15803d;font-size:14px;margin:0;line-height:1.5}.integration-section{margin:12px 0;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.integration-section h4{font-size:14px;font-weight:600;color:#0f172a;margin:0 0 8px}.integration-section .integration-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.integration-section .integration-row p{font-size:12px;color:#64748b;margin:0;flex-shrink:0}.integration-section .code-actions{display:flex;gap:6px;margin-top:0}.integration-section .copy-code-btn,.integration-section .squarespace-btn{padding:6px 12px;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease-in-out;border:none;display:flex;align-items:center;gap:4px}@media (max-width: 768px){.app{padding:80px 16px 16px;min-height:100vh;align-items:flex-start}.container{max-width:100%;width:100%}.form-card{padding:32px 24px;border-radius:12px;margin:0}.form-header{margin-bottom:24px;gap:16px}.form-header .logo{width:55px;height:55px}.form-header h1{font-size:22px;margin-bottom:4px}.form-header p{font-size:14px;line-height:1.4}.form{gap:20px}.input-group label{font-size:13px;margin-bottom:4px}.input-group input{padding:14px 16px;font-size:16px;border-radius:8px}.submit-button{padding:14px 24px;font-size:16px;margin-top:8px}.form-options{flex-direction:column;align-items:flex-start;gap:12px;margin-top:0}.checkbox{font-size:13px}.checkbox input[type=checkbox]{width:18px;height:18px}.forgot-link{font-size:13px;align-self:flex-end}.divider{margin:20px 0}.divider span{font-size:13px;padding:0 12px}.squarespace-button{padding:14px 16px;font-size:15px;margin-bottom:12px}.squarespace-button svg{width:18px;height:18px}.form-footer{margin-top:24px;font-size:13px}.form-footer p{gap:3px}.toggle-button{font-size:13px}.squarespace-signup-fields{margin-top:16px}.squarespace-signup-fields .input-group{margin-bottom:16px}.squarespace-signup-fields .input-group:last-child{margin-bottom:0;margin-top:20px}.language-switcher{top:16px;right:16px}.lang-button{padding:8px 12px;font-size:13px}.top-left-logo{top:16px;left:16px}.kleemt-logo{height:40px}}@media (max-width: 480px){.app{padding:70px 12px 12px}.form-card{padding:24px 20px}.form-header h1{font-size:22px}.form-header p{font-size:13px}.input-group input{padding:12px 14px;font-size:16px}.submit-button{padding:12px 20px;font-size:15px}.squarespace-button{padding:12px 14px;font-size:14px}.form-footer{font-size:12px}.form-footer p{gap:2px}.toggle-button{font-size:12px}.lang-button{padding:6px 10px;font-size:12px}.kleemt-logo{height:32px}}@media (max-width: 360px){.form-card{padding:20px 16px}.form-header{gap:12px}.form-header .logo{width:45px;height:45px}.form-header h1{font-size:18px;margin-bottom:2px}.input-group input{padding:10px 12px}.submit-button{padding:10px 16px;font-size:14px}}@media screen and (-webkit-min-device-pixel-ratio: 0){.input-group input{font-size:16px}}@media (max-width: 768px){.submit-button,.squarespace-button,.toggle-button,.forgot-link{min-height:44px;display:flex;align-items:center;justify-content:center}.checkbox{min-height:44px;display:flex;align-items:center}}.home-websites-overview{position:relative}.home-websites-overview .oauth-loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffffff2;z-index:10;display:flex;align-items:center;justify-content:center;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.home-websites-overview .oauth-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.home-websites-overview .oauth-loading-spinner .spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #ff4000;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.home-websites-overview .oauth-loading-spinner p{color:#374151;font-size:14px;font-weight:500;margin:0;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.loading-container{background:#fff!important;text-align:center;padding:60px 20px;animation:fadeIn .3s ease-out;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.loading-spinner{position:relative;width:80px;height:80px;margin:0 auto 24px}.spinner-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top:3px solid #ff4000;border-radius:50%;animation:spin 1.2s linear infinite}.spinner-ring:nth-child(1){animation-delay:0s}.spinner-ring:nth-child(2){width:60px;height:60px;top:10px;left:10px;border-top-color:#ff4000;animation-delay:.2s}.spinner-ring:nth-child(3){width:40px;height:40px;top:20px;left:20px;border-top-color:#ff4000;animation-delay:.4s}.loading-text{margin-top:16px}.loading-message{font-size:18px;font-weight:500;color:#000;margin:0 0 16px;min-height:27px;opacity:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.loading-progress{width:100%;height:6px;background:#f0f0f0;border-radius:3px;overflow:hidden;margin-top:8px}.loading-progress-bar{height:100%;background:linear-gradient(90deg,#ff4000,#ff6b35,#ff4000);border-radius:3px;transition:width .3s ease-out;animation:shimmer 2s infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (prefers-color-scheme: dark){.loading-container{background:#1a1a1a;color:#fff}.loading-message{color:#e0e0e0}.loading-progress{background:#333}}@media (max-width: 480px){.loading-container{padding:40px 20px;min-height:250px}.loading-spinner{width:60px;height:60px}.spinner-ring:nth-child(2){width:45px;height:45px;top:7.5px;left:7.5px}.spinner-ring:nth-child(3){width:30px;height:30px;top:15px;left:15px}.loading-message{font-size:16px}}#root>div>div.main-content>div.content-area>div>div.help-top-section>div:nth-child(1)>div>div>button{background:none!important}@media (max-width: 768px){.color-guide ul{display:flex!important;flex-direction:column!important;gap:8px!important}.color-guide li{display:flex!important;flex-direction:column!important;gap:4px!important;padding:8px!important;align-items:flex-start!important}}
