:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a2e;background-color:#f6f9fc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}a{color:#000;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#f6f9fc;background-image:radial-gradient(circle,#d1d5db 1px,transparent 1px);background-size:16px 16px;color:#1a1a2e;line-height:1.5}.app{height:100vh;display:flex;flex-direction:column;overflow:hidden}.main{display:flex;flex:1;padding:24px;gap:24px;height:calc(100vh - 57px);overflow:hidden}.main.integration-main{padding:0;gap:0;height:100vh}.sidebar-left{width:340px;background:#fff;border-radius:12px;border:1px solid #e6e9ed;padding:0;display:flex;flex-direction:column;height:100%;flex-shrink:0;overflow:hidden}.tabs{display:flex;border-bottom:1px solid #e6e9ed;flex-shrink:0;background:#fff}.sidebar-content{flex:1;overflow-y:auto;overflow-x:hidden}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:none;border:none;font-size:14px;font-weight:500;color:#697386;cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-1px}.tab:hover{color:#1a1a2e}.tab.active{color:#000;border-bottom-color:#000}.section{padding:16px;border-bottom:1px solid #e6e9ed}.section:last-child{border-bottom:none}.section-header{margin-bottom:16px}.section-title{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:4px;display:flex;align-items:center;gap:8px}.section-subtitle{font-size:13px;color:#697386}.section-link{color:#000;text-decoration:none}.section-link:hover{text-decoration:underline}.product-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s}.product-header:hover{background:#f6f9fc}.product-header.active{background:#f5f5f5}.product-header-left{display:flex;align-items:center;gap:12px}.product-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f6f9fc;border-radius:8px;color:#697386}.product-header.active .product-icon{background:#000;color:#fff}.product-info{display:flex;flex-direction:column}.product-title{font-size:14px;font-weight:600;color:#1a1a2e;display:flex;align-items:center;gap:8px}.dev-time-badge{font-size:10px;font-weight:500;padding:2px 6px;border-radius:4px;background:#e8f5e9;color:#2e7d32}.dev-time-badge.slow{background:#fff3e0;color:#e65100}.product-subtitle{font-size:12px;color:#697386}.product-chevron{color:#697386;transition:transform .2s}.product-chevron.expanded{transform:rotate(90deg)}.feature-list{margin-top:8px;padding-left:12px;border-left:2px solid #e6e9ed;margin-left:30px}.feature-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:all .2s}.feature-item:hover{background:#f6f9fc}.feature-item.active{background:#f5f5f5}.feature-item.active .feature-icon{color:#000}.feature-item.active .feature-label{font-weight:600}.feature-item.config{opacity:.6;cursor:default}.feature-item.upcoming{opacity:1}.feature-item.disabled{opacity:.6;cursor:default;pointer-events:none}.feature-icon{color:#697386}.feature-label{font-size:13px;color:#1a1a2e;flex:1}.upcoming-badge{font-size:10px;padding:2px 6px;background:#e6e9ed;border-radius:4px;color:#697386;font-weight:500}.rtl-controls{margin-top:16px;padding-top:16px;border-top:1px solid #e6e9ed}.rtl-controls-section{margin-bottom:20px}.rtl-controls-section:last-child{margin-bottom:0}.rtl-controls-title{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:12px}.rtl-section-label{font-size:13px;font-weight:600;color:#1a1a2e;padding:8px 0;border-top:1px solid #e6e9ed;margin-top:8px}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.toggle-row span{font-size:13px;color:#1a1a2e}.toggle{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e6e9ed;transition:.2s;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 1px 3px #0000001a}.toggle input:checked+.toggle-slider{background-color:#000}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-row.locked{opacity:.7}.toggle-row.locked>span{color:#697386}.toggle-with-lock{display:flex;align-items:center;gap:8px}.lock-tooltip{position:relative;display:flex;align-items:center;cursor:help}.lock-icon{color:#c4c9d1;flex-shrink:0}.info-icon{color:#a0a8b3;flex-shrink:0}.tooltip-text{visibility:hidden;opacity:0;position:absolute;right:100%;top:50%;transform:translateY(-50%);margin-right:8px;width:200px;background:#fff;color:#1a1a2e;font-size:11px;line-height:1.4;padding:8px 10px;border-radius:6px;border:1px solid #e6e9ed;box-shadow:0 4px 12px #00000026;z-index:100;transition:opacity .2s,visibility .2s;pointer-events:none}.tooltip-text:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#fff}.lock-tooltip:hover .tooltip-text{visibility:visible;opacity:1}.toggle.disabled{cursor:not-allowed;opacity:.5}.variant-select-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0 8px 12px}.variant-select-row>span{font-size:12px;color:#697386}.variant-select-btns{display:flex;gap:4px;padding:2px;background:#f0f0f0;border-radius:6px}.variant-select-btn{padding:4px 10px;background:transparent;border:none;border-radius:4px;font-size:11px;font-weight:500;color:#697386;cursor:pointer;transition:all .15s}.variant-select-btn:hover{color:#1a1a2e}.variant-select-btn.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 2px #0000001a}.toggle.disabled .toggle-slider{cursor:not-allowed}.application-section{margin-bottom:0}.application-steps{margin-left:16px;padding-left:12px;border-left:2px solid #e6e9ed;margin-top:4px}.application-steps .toggle-row{padding:6px 0}.application-steps .toggle-row span{font-size:12px}.advanced-settings-toggle{margin-top:8px;border-top:1px solid #e6e9ed;padding-top:8px!important}.advanced-chevron{transition:transform .2s;color:#697386}.advanced-chevron.expanded{transform:rotate(90deg)}.api-list{display:flex;flex-direction:column;gap:10px}.api-card{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border:1px solid #e6e9ed;border-radius:8px;cursor:pointer;transition:all .2s;text-decoration:none}.api-card:hover{border-color:#000;background:#f5f5f5;text-decoration:none}.api-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#f6f9fc;border-radius:6px;color:#697386;flex-shrink:0}.api-card.selected .api-icon{background:#000;color:#fff}.api-content{flex:1;min-width:0}.api-title{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.api-description{font-size:12px;color:#697386;line-height:1.4}.appearance-options{display:flex;flex-direction:column;gap:16px}.appearance-option{display:flex;flex-direction:column;gap:6px}.appearance-option label{font-size:12px;font-weight:500;color:#697386}.appearance-option select{padding:10px 12px;border:1px solid #e6e9ed;border-radius:6px;font-size:14px;color:#1a1a2e;background:#fff;cursor:pointer}.color-picker{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e6e9ed;border-radius:6px}.color-swatch{width:24px;height:24px;border-radius:4px;border:1px solid #e6e9ed}.color-picker span{font-size:14px;color:#1a1a2e;font-family:monospace}.logo-upload{margin-top:8px}.logo-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;border:2px dashed #e6e9ed;border-radius:8px;cursor:pointer;transition:all .2s}.logo-upload-area:hover{border-color:#000;background:#f6f9fc}.logo-preview{display:flex;flex-direction:column;gap:12px}.logo-preview-image{position:relative;display:flex;align-items:center;justify-content:center;padding:16px;background:#f6f9fc;border:1px solid #e6e9ed;border-radius:8px}.logo-preview-image img{max-width:100%;max-height:60px;object-fit:contain}.logo-remove-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:50%;background:#fff;border:1px solid #e6e9ed;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#697386;transition:all .2s}.logo-remove-btn:hover{background:#ffebee;border-color:#dc3545;color:#dc3545}.logo-change-btn{padding:10px 16px;background:#fff;border:1px solid #e6e9ed;border-radius:6px;font-size:13px;color:#1a1a2e;cursor:pointer;transition:all .2s}.logo-change-btn:hover{border-color:#000;background:#f6f9fc}.upload-icon{font-size:24px;color:#697386;margin-bottom:4px}.upload-text{font-size:13px;color:#697386}.theme-dropdown-wrapper{padding:0 0 8px}.theme-dropdown{width:100%;padding:10px 12px;background:#fff;color:#30313d;border:1px solid #e6e9ed;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23697386' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.theme-dropdown:hover{border-color:#d1d5db}.theme-dropdown:focus{outline:none;border-color:#000}.reset-section{padding:16px;border-bottom:1px solid #e6e9ed;margin-bottom:8px}.reset-btn{width:100%;padding:8px 16px;background:transparent;color:#697386;border:1px solid #e6e9ed;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#f6f9fc;color:#1a1a2e;border-color:#d1d5db}.appearance-section-title{font-size:13px;font-weight:500;color:#697386;margin-bottom:12px;font-family:monospace}.appearance-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.appearance-row label{font-size:13px;color:#1a1a2e}.color-input-wrapper{position:relative;cursor:pointer}.color-picker-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.color-input{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#f6f9fc;border-radius:6px;font-family:monospace;font-size:13px;color:#1a1a2e;cursor:pointer;transition:all .2s}.color-input-wrapper:hover .color-input{background:#e6e9ed}.color-input .color-swatch{width:20px;height:20px;border-radius:4px}.font-row{flex-direction:column;align-items:flex-start;gap:8px}.font-url-input{width:100%;padding:8px 12px;background:#f6f9fc;border:1px solid #e6e9ed;border-radius:6px;font-size:12px;color:#1a1a2e;transition:all .2s}.font-url-input:focus{outline:none;border-color:#000;background:#fff}.font-url-input::placeholder{color:#697386}.font-preview{font-size:12px;color:#697386;padding:4px 0}.font-preview span{color:#1a1a2e;font-weight:500}.value-badge{padding:6px 12px;background:#e6e9ed;border-radius:6px;font-size:13px;color:#1a1a2e;font-family:monospace}.api-note{padding:16px;background:#f6f9fc;border-left:3px solid #000000;border-radius:0 8px 8px 0}.api-note p{font-size:13px;color:#697386;margin-bottom:8px;line-height:1.5}.api-note-link{font-size:13px;color:#000;font-weight:500;text-decoration:none}.api-note-link:hover{text-decoration:underline}.rtl-description{padding:12px 16px;background:#f6f9fc;border-radius:8px;margin-top:8px}.rtl-description p{font-size:13px;color:#697386;line-height:1.5;margin-bottom:12px}.rtl-feature-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#000;color:#fff;border-radius:4px;font-size:12px;font-weight:500}.product-header.clickable{cursor:pointer}.preview-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:16px;overflow:hidden;min-width:0}.preview-container.full-screen{padding:16px}.preview-container.mobile-view .full-screen-content{max-width:375px;margin:0 auto;border:1px solid #e6e9ed;border-radius:12px;overflow:hidden}.preview-container.mobile-view .browser-window{max-width:375px}.full-screen-content{width:100%;height:100%;overflow:hidden;border:1px solid #e6e9ed;border-radius:8px}.browser-window{width:100%;max-width:1280px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;border:1px solid #e6e9ed;overflow:hidden}.browser-chrome{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f6f9fc;border-bottom:1px solid #e6e9ed}.browser-dots{display:flex;gap:6px}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.browser-address-bar{flex:1;height:24px;background:#e6e9ed;border-radius:4px}.browser-content{padding:24px;min-height:400px}.form-section{margin-bottom:20px}.form-section-title{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:12px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;font-weight:500;color:#697386;margin-bottom:6px}.form-group input,.form-group select{width:100%;padding:12px 14px;border:1px solid #e6e9ed;border-radius:6px;font-size:14px;color:#1a1a2e;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.form-group input::placeholder{color:#a3acb9}.input-with-prefix{display:flex;align-items:center;border:1px solid #e6e9ed;border-radius:6px;overflow:hidden;transition:border-color .2s,box-shadow .2s}.input-with-prefix:focus-within{border-color:#000;box-shadow:0 0 0 3px #0000001a}.input-prefix{padding:12px;background:#f6f9fc;color:#697386;font-size:14px;border-right:1px solid #e6e9ed}.input-with-prefix input{border:none;border-radius:0}.input-with-prefix input:focus{box-shadow:none}.form-row{display:flex;gap:12px}.form-row .form-group{flex:1}.submit-btn{width:100%;padding:14px;background:#000;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s}.submit-btn:hover{background:#333}.secondary-btn{width:100%;padding:12px;background:#fff;color:#1a1a2e;border:1px solid #e6e9ed;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.secondary-btn:hover{border-color:#000}.preview-controls{display:flex;align-items:center;gap:16px}.device-toggle{display:flex;background:#fff;border:1px solid #e6e9ed;border-radius:6px;overflow:hidden}.device-btn{display:flex;align-items:center;justify-content:center;width:40px;height:36px;background:none;border:none;color:#697386;cursor:pointer;transition:all .2s}.device-btn:first-child{border-right:1px solid #e6e9ed}.device-btn:hover{color:#1a1a2e}.device-btn.active{background:#f6f9fc;color:#000}.country-selector{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e6e9ed;border-radius:6px;font-size:14px;color:#1a1a2e;cursor:pointer}.country-selector:hover{border-color:#c4c9d4}.country-selector .chevron-rotated{transform:rotate(180deg)}.country-selector svg{transition:transform .2s}.country-dropdown{position:relative}.country-menu{position:absolute;bottom:calc(100% + 8px);left:0;background:#fff;border:1px solid #e6e9ed;border-radius:8px;box-shadow:0 4px 16px #0000001f;min-width:160px;z-index:100;overflow:hidden}.country-option{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;font-size:14px;color:#1a1a2e;cursor:pointer;transition:background .15s}.country-option:hover{background:#f6f9fc}.country-option.active{background:#f6f9fc;font-weight:500}.country-option:not(:last-child){border-bottom:1px solid #e6e9ed}.flag{font-size:16px}.quick-start-container{position:fixed;bottom:24px;right:24px;z-index:1000}.quick-start-btn{width:56px;height:56px;border-radius:50%;background:#000;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;transition:all .2s;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{box-shadow:0 4px 16px #0003,0 0 #0006}70%{box-shadow:0 4px 16px #0003,0 0 0 12px #0000}to{box-shadow:0 4px 16px #0003,0 0 #0000}}.quick-start-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #00000040;animation:none}.quick-start-btn.active{background:#333;animation:none}.quick-start-panel{position:absolute;bottom:70px;right:0;width:420px;background:#fff;border-radius:12px;border:1px solid #e6e9ed;box-shadow:0 8px 32px #00000026;padding:20px;max-height:calc(100vh - 140px);overflow-y:auto}.quick-start-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.quick-start-header h3{font-size:16px;font-weight:600;color:#1a1a2e}.component-name{margin-bottom:16px;padding:10px 12px;background:#f6f9fc;border-radius:6px;border:1px solid #e6e9ed}.component-name code{font-family:SF Mono,Monaco,monospace;font-size:14px;font-weight:500;color:#000}.close-btn{width:32px;height:32px;border-radius:6px;background:#f6f9fc;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#697386;transition:all .2s}.close-btn:hover{background:#e6e9ed;color:#1a1a2e}.summary-divider{height:1px;background:#e6e9ed;margin:16px 0}.coming-soon-callout{display:flex;align-items:flex-start;gap:8px;padding:12px;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:12px}.coming-soon-callout svg{flex-shrink:0;color:#d97706;margin-top:1px}.coming-soon-callout span{font-size:12px;color:#92400e;line-height:1.4}.code-section{background:#1a1a2e;border-radius:8px;overflow:hidden}.code-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.code-header span{font-size:12px;color:#a3acb9;font-weight:500}.copy-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#ffffff1a;border:none;border-radius:4px;color:#fff;font-size:11px;cursor:pointer;transition:all .2s}.copy-btn:hover{background:#fff3}.copy-btn.copied{background:#28a745}.code-block{padding:12px;font-family:Monaco,Menlo,monospace;font-size:11px;color:#e6e9ed;line-height:1.6;overflow-x:auto;white-space:pre}.code-block.react-code{max-height:300px;overflow-y:auto}.info-section h4{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:8px}.info-section p{font-size:13px;color:#697386;line-height:1.5}.features-checklist h4{font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:12px}.features-checklist ul{list-style:none}.features-checklist li{display:flex;align-items:center;gap:8px;padding:6px 0;font-size:13px;color:#697386}.features-checklist li svg{color:#28a745}.npm-link{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#f6f9fc;border:1px solid #e6e9ed;border-radius:8px;color:#1a1a2e;text-decoration:none;font-size:13px;font-family:SF Mono,Monaco,monospace;transition:all .2s}.npm-link:hover{background:#e6e9ed;border-color:#d1d5db}.npm-link svg{color:#697386}.offer-display-preview{display:flex;flex-direction:column;align-items:center;width:100%}.offer-display-desktop{display:block;width:100%}.offer-display-mobile{display:none;width:100%}.mobile-view .offer-display-desktop{display:none}.mobile-view .offer-display-mobile{display:block}.offer-display-preview .preview-offer{width:100%;max-width:100%}.offer-display-preview .offer-card{max-width:100%}.variant-toggle{display:flex;gap:4px;margin-bottom:16px;padding:4px;background:#f0f0f0;border-radius:8px}.variant-btn{padding:6px 16px;background:transparent;border:none;border-radius:6px;font-size:13px;font-weight:500;color:#697386;cursor:pointer;transition:all .15s}.variant-btn:hover{color:#1a1a2e}.variant-btn.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #0000001a}.preview-offer{display:flex;justify-content:center}.offer-card{background:#000;border-radius:12px;padding:24px;color:#fff;width:100%;max-width:100%}.rtl-page-content .offer-card{max-width:100%;width:100%}.offer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.offer-logo{height:20px}.offer-badge{background:#fff3;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.offer-amount{text-align:center;margin-bottom:24px}.offer-label{display:block;font-size:14px;opacity:.8;margin-bottom:8px}.offer-value{display:block;font-size:42px;font-weight:700}.offer-terms{display:flex;gap:16px;margin-bottom:24px}.offer-term{flex:1;background:#ffffff1a;padding:12px;border-radius:8px;text-align:center}.term-label{display:block;font-size:12px;opacity:.7;margin-bottom:4px}.term-value{display:block;font-size:16px;font-weight:600}.offer-cta{width:100%;padding:14px;background:#fff;color:#000;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.offer-cta:hover{background:#f6f9fc}.offer-disclaimer{text-align:center;font-size:12px;opacity:.6}.offer-powered-by{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.15);font-size:9px;opacity:.5}.offer-powered-by .powered-by-logo{height:10px;width:auto}.preview-offer-banner{width:100%;display:flex;justify-content:center}.offer-banner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-radius:12px;gap:24px;width:100%;max-width:100%}.rtl-page-content .offer-banner{width:100%;max-width:100%;padding:20px 32px}.offer-banner-content{display:flex;flex-direction:column;gap:4px}.offer-banner-badge{display:inline-block;width:fit-content;padding:4px 10px;background:#fff3;border-radius:20px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.offer-banner-text{font-size:18px;font-weight:500}.offer-banner-text strong{font-weight:700}.offer-banner-subtext{font-size:13px;opacity:.8}.offer-banner-cta{display:flex;align-items:center;gap:8px;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.offer-banner-cta:hover{opacity:.9;transform:translateY(-1px)}.offer-banner-pending{font-size:14px;font-weight:500;opacity:.8;font-style:italic;white-space:nowrap}.offer-pending-text{display:block;font-size:14px;font-weight:500;opacity:.8;font-style:italic;margin-top:8px;text-align:center}.offer-card.denied .ec-reset-btn{display:block;margin:12px auto 0}.offer-banner.denied .offer-banner-badge,.offer-card.denied .offer-badge{background:#697386}.offer-banner-denied-actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.offer-banner-powered-by{display:flex;align-items:center;gap:4px;font-size:9px;opacity:.6;margin-top:8px}.offer-banner-powered-by .powered-by-logo{height:10px;width:auto}.ec-flow-container{padding:24px;border-radius:12px;border:1px solid #e6e9ed;max-width:100%;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center}.ec-form{width:100%;max-width:100%}.ec-form h3{font-size:16px;font-weight:600;margin:0 0 4px}.ec-form-subtitle{font-size:13px;color:#697386;margin:0 0 16px}.ec-form-group{margin-bottom:12px}.ec-form-group label{display:block;font-size:12px;font-weight:500;color:#697386;margin-bottom:4px}.ec-form-group input,.ec-form-group select{width:100%;padding:10px;border:1px solid #e6e9ed;border-radius:6px;font-size:13px}.ec-form-row{display:flex;gap:12px}.ec-form-row .ec-form-group{flex:1}.ec-form-actions{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.ec-back-btn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#f6f9fc;border:1px solid #e6e9ed;border-radius:6px;font-size:13px;cursor:pointer}.ec-primary-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;flex:1}.ec-app-steps{display:flex;align-items:center;gap:4px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e6e9ed}.ec-app-step{display:flex;align-items:center;gap:6px;font-size:11px;color:#697386}.ec-app-step.active,.ec-app-step.completed{color:#1a1a2e}.ec-app-step-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#e6e9ed;border-radius:50%}.ec-app-step-line{width:16px;height:1px;background:#e6e9ed;margin-left:4px}.ec-connect-card{text-align:center;padding:20px;background:#f6f9fc;border-radius:10px;margin-bottom:16px}.ec-connect-card h4{font-size:14px;margin:12px 0 8px}.ec-connect-card>p{font-size:12px;color:#697386;margin:0 0 16px}.ec-verify-list{text-align:left;margin:12px 0 16px}.ec-verify-item{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:6px;color:#28a745}.ec-status-card{text-align:center}.ec-status-card h3{font-size:16px;font-weight:600;margin:0 0 8px}.ec-status-card>p{font-size:13px;color:#697386;margin:0 0 16px}.ec-status-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 16px}.ec-status-icon.danger{background:#ffebee;color:#c62828}.ec-status-timeline{text-align:left;margin-bottom:16px}.ec-timeline-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;position:relative}.ec-timeline-item:not(:last-child):after{content:"";position:absolute;left:5px;top:24px;width:1px;height:calc(100% - 8px);background:#e6e9ed}.ec-timeline-item.completed:after{background:#28a745}.ec-timeline-dot{width:12px;height:12px;border-radius:50%;background:#e6e9ed;flex-shrink:0;margin-top:2px}.ec-timeline-item.active .ec-timeline-dot{background:transparent;border:2px solid}.ec-timeline-content{display:flex;flex-direction:column}.ec-timeline-title{font-size:13px;font-weight:500}.ec-timeline-date{font-size:11px;color:#697386}.ec-simulate-buttons{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.ec-sim-btn{padding:8px 12px;font-size:11px;border-radius:6px;border:1px solid;cursor:pointer;font-weight:500}.ec-sim-btn.success{background:#e8f5e9;color:#2e7d32;border-color:#c8e6c9}.ec-sim-btn.warning{background:#fff3e0;color:#e65100;border-color:#ffe0b2}.ec-sim-btn.danger{background:#ffebee;color:#c62828;border-color:#ffcdd2}.ec-denial-reasons{text-align:left;background:#f6f9fc;border-radius:8px;padding:12px;margin-bottom:12px}.ec-denial-reasons h4{font-size:12px;margin:0 0 8px}.ec-denial-reasons ul{margin:0;padding-left:16px}.ec-denial-reasons li{font-size:12px;color:#697386;margin-bottom:4px}.ec-denial-note{font-size:11px;color:#697386;font-style:italic}.ec-exit-btn{padding:10px 24px;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;margin-top:12px}.ec-need-info-card{text-align:center}.ec-need-info-card h2{font-size:18px;margin:0 0 8px}.ec-need-info-card>p{font-size:13px;color:#697386;margin:0 0 16px}.ec-need-info-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff3e0;color:#e65100;border-radius:50%;margin:0 auto 16px}.ec-need-info-checklist{text-align:left;background:#f6f9fc;border-radius:8px;padding:12px 16px;margin-bottom:16px}.ec-checklist-item{display:flex;align-items:center;gap:8px;font-size:13px;padding:6px 0}.ec-checklist-item svg{color:#28a745}.ec-doc-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.ec-doc-item{display:flex;align-items:center;gap:10px;padding:12px;background:#f6f9fc;border-radius:8px;border:1px dashed #e6e9ed}.ec-doc-info{flex:1}.ec-doc-info strong{display:block;font-size:13px}.ec-doc-info span{font-size:11px;color:#697386}.ec-doc-btn{padding:6px 12px;background:#fff;border:1px solid #e6e9ed;border-radius:4px;font-size:12px;cursor:pointer}.ec-offer-card{border-radius:12px;padding:20px;text-align:center}.ec-offer-header{margin-bottom:16px}.ec-offer-badge{display:inline-block;background:#28a745;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:500}.ec-offer-amount{margin-bottom:16px}.ec-offer-label{display:block;font-size:12px;opacity:.8;margin-bottom:4px}.ec-offer-value{display:block;font-size:32px;font-weight:700}.ec-offer-details{display:flex;justify-content:center;gap:20px;margin-bottom:16px;padding:12px 0;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}.ec-offer-detail{text-align:center}.ec-detail-label{display:block;font-size:10px;opacity:.7}.ec-detail-value{font-size:14px;font-weight:600}.ec-cta-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.ec-terms-card h3{font-size:16px;font-weight:600;margin:0 0 16px}.ec-terms-summary{background:#f6f9fc;border-radius:8px;padding:16px;margin-bottom:16px}.ec-terms-row{display:flex;justify-content:space-between;padding:8px 0;font-size:13px;border-bottom:1px solid #e6e9ed}.ec-terms-row:last-child{border-bottom:none}.ec-terms-row.total{border-top:2px solid #1a1a2e;margin-top:8px;padding-top:12px;font-weight:600}.ec-checkbox{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:13px;cursor:pointer}.ec-checkbox input{width:16px;height:16px}.ec-completed{text-align:center}.ec-completed h3{font-size:16px;font-weight:600;margin:0 0 8px}.ec-completed p{font-size:13px;color:#697386;margin:0 0 16px}.ec-completed-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 16px}.ec-reset-btn{padding:10px 20px;background:#f6f9fc;border:1px solid #e6e9ed;border-radius:6px;font-size:13px;cursor:pointer}.ec-reset-btn.small{padding:6px 12px;font-size:11px}.preview-application .app-header{margin-bottom:16px}.preview-application .app-header h3{font-size:18px;font-weight:600;margin-bottom:4px}.preview-application .app-header p{font-size:13px;color:#697386}.app-progress{margin-bottom:24px}.progress-bar{height:6px;background:#e6e9ed;border-radius:3px;overflow:hidden}.progress-fill{height:100%;background:#000;border-radius:3px;transition:width .3s}.preview-status{display:flex;justify-content:center}.status-card{text-align:center;width:100%}.status-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.status-icon.success{background:#e8f5e9;color:#28a745}.status-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.status-card>p{font-size:14px;color:#697386;margin-bottom:24px}.status-timeline{text-align:left;padding:16px;background:#f6f9fc;border-radius:8px}.timeline-item{display:flex;gap:12px;padding:12px 0;position:relative}.timeline-item:not(:last-child):after{content:"";position:absolute;left:5px;top:36px;bottom:0;width:2px;background:#e6e9ed}.timeline-item.completed:after{background:#28a745}.timeline-dot{width:12px;height:12px;border-radius:50%;background:#e6e9ed;flex-shrink:0;margin-top:4px}.timeline-item.completed .timeline-dot{background:#28a745}.timeline-item.active .timeline-dot{background:#000;box-shadow:0 0 0 4px #0000001a}.timeline-content{flex:1}.timeline-title{display:block;font-size:13px;font-weight:500;color:#1a1a2e}.timeline-date{display:block;font-size:12px;color:#697386}.preview-terms{display:flex;justify-content:center}.terms-card{width:100%}.terms-card h3{font-size:18px;font-weight:600;margin-bottom:16px}.terms-highlight{background:#000;color:#fff;padding:20px;border-radius:8px;text-align:center;margin-bottom:20px}.terms-amount .label{display:block;font-size:13px;opacity:.8;margin-bottom:4px}.terms-amount .value{display:block;font-size:32px;font-weight:700}.terms-details{margin-bottom:20px}.terms-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e6e9ed;font-size:14px;color:#697386}.terms-row:last-child{border-bottom:none}.terms-row.total{font-weight:600;color:#1a1a2e}.terms-row .terms-value{font-weight:500;color:#1a1a2e}.terms-checkbox{display:flex;align-items:center;gap:10px;margin-bottom:16px;font-size:13px;color:#697386}.terms-checkbox input{width:18px;height:18px}.preview-schedule{display:flex;justify-content:center}.schedule-card{width:100%}.schedule-card h3{font-size:18px;font-weight:600;margin-bottom:16px}.schedule-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.schedule-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f6f9fc;border-radius:8px}.schedule-item.next{background:#000;color:#fff}.schedule-date{text-align:center;min-width:48px}.schedule-date .month{display:block;font-size:10px;font-weight:600;text-transform:uppercase;opacity:.7}.schedule-date .day{display:block;font-size:20px;font-weight:700}.schedule-info{flex:1}.schedule-label{display:block;font-size:12px;opacity:.7}.schedule-amount{display:block;font-size:16px;font-weight:600}.schedule-badge{background:#fff3;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.preview-history{display:flex;justify-content:center}.history-card{width:100%}.history-card h3{font-size:18px;font-weight:600;margin-bottom:16px}.history-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.history-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f6f9fc;border-radius:8px}.history-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.history-icon.success{background:#e8f5e9;color:#28a745}.history-info{flex:1}.history-label{display:block;font-size:13px;font-weight:500;color:#1a1a2e}.history-date{display:block;font-size:12px;color:#697386}.history-amount{font-size:14px;font-weight:600;color:#1a1a2e}.history-amount.positive{color:#28a745}.preview-loan-status{display:flex;justify-content:center}.loan-status-card{width:100%}.loan-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.loan-status-header h3{font-size:18px;font-weight:600}.loan-status-badge{background:#e8f5e9;color:#28a745;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}.loan-progress-visual{display:flex;justify-content:center;margin-bottom:24px}.loan-progress-circle{position:relative;width:140px;height:140px}.loan-progress-circle svg{width:100%;height:100%}.loan-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-paid{display:block;font-size:24px;font-weight:700;color:#1a1a2e}.progress-label{display:block;font-size:12px;color:#697386}.loan-status-details{display:flex;gap:16px;margin-bottom:16px}.status-detail{flex:1;background:#f6f9fc;padding:12px;border-radius:8px;text-align:center}.detail-label{display:block;font-size:12px;color:#697386;margin-bottom:4px}.detail-value{display:block;font-size:16px;font-weight:600;color:#1a1a2e}.loan-status-card .pay-early-button-wrapper{height:auto;min-height:auto;margin-top:20px}.loan-status-card .pay-early-cta-btn{width:100%;padding:14px 24px}.loan-status-card .rtl-page.embedded{padding:0;box-shadow:none;border:1px solid #e6e9ed}.loan-status-card .rtl-page-content{justify-content:flex-start;padding:16px}.loan-status-card .rtl-page-header{padding:12px 16px}.loan-status-card .pay-early-card{padding:0}.preview-pay-early{display:flex;justify-content:center}.pay-early-card{width:100%}.pay-early-card h3{font-size:18px;font-weight:600;margin-bottom:16px}.pay-early-balance{background:#f6f9fc;padding:16px;border-radius:8px;text-align:center;margin-bottom:20px}.balance-label{display:block;font-size:13px;color:#697386;margin-bottom:4px}.balance-value{display:block;font-size:28px;font-weight:700;color:#1a1a2e}.pay-early-options{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.pay-option{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e6e9ed;border-radius:8px;cursor:pointer;transition:all .2s}.pay-option:hover{border-color:#000}.pay-option:has(input:checked){border-color:#000;background:#f5f5f5}.pay-option input[type=radio]{width:18px;height:18px;accent-color:#000000}.pay-option-content{flex:1;display:flex;justify-content:space-between;align-items:center}.pay-option-label{font-size:14px;color:#1a1a2e}.custom-amount{width:100px;padding:6px 10px;border:1px solid #e6e9ed;border-radius:4px;font-size:14px;text-align:right}.pay-early-button-wrapper{display:flex;justify-content:center;align-items:center;width:100%;height:100%;min-height:300px}.pay-early-cta-btn{padding:16px 64px;background:#000;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;min-width:200px}.pay-early-cta-btn:hover{background:#1a1a1a;transform:translateY(-1px)}.pay-option.selected{border-color:#000;background:#f5f5f5}.pay-option-radio{width:18px;height:18px;border:2px solid #d1d5db;border-radius:50%;position:relative;flex-shrink:0}.pay-option.selected .pay-option-radio{border-color:#000}.pay-option.selected .pay-option-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#000;border-radius:50%}.custom-amount-input{width:100px;padding:6px 10px;border:1px solid #e6e9ed;border-radius:4px;font-size:14px;text-align:right}.pay-early-actions{display:flex;justify-content:space-between;gap:12px;margin-top:20px}.pay-back-btn{display:flex;align-items:center;gap:6px;padding:12px 16px;background:transparent;border:1px solid #e6e9ed;border-radius:8px;font-size:14px;color:#697386;cursor:pointer;transition:all .2s}.pay-back-btn:hover{border-color:#1a1a2e;color:#1a1a2e}.pay-continue-btn{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.pay-continue-btn:hover{opacity:.9}.pay-confirm-amount{text-align:center;padding:20px;background:#f6f9fc;border-radius:8px;margin-bottom:20px}.confirm-label{display:block;font-size:13px;color:#697386;margin-bottom:4px}.confirm-value{display:block;font-size:32px;font-weight:700;color:#1a1a2e}.pay-bank-account{margin-bottom:20px}.bank-account-header{font-size:13px;color:#697386;margin-bottom:8px}.bank-account-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid #e6e9ed;border-radius:8px}.bank-icon{color:#697386}.bank-number{font-size:13px;color:#697386}.bank-check{color:#4ec9b0;font-weight:700}.pay-success{text-align:center;width:100%;max-width:100%}.pay-success .success-icon{margin-bottom:16px}.pay-success .success-amount{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.pay-success .success-message{font-size:14px;color:#697386;margin-bottom:24px}.pay-success .success-details{background:#f6f9fc;border-radius:8px;padding:16px;margin-bottom:20px}.pay-success .success-detail{display:flex;justify-content:space-between;padding:8px 0}.pay-success .success-detail:not(:last-child){border-bottom:1px solid #e6e9ed}.pay-success .detail-label{font-size:13px;color:#697386}.pay-success .detail-value{font-size:14px;font-weight:600;color:#1a1a2e}.pay-done-btn{width:100%;padding:14px 20px;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.pay-done-btn:hover{opacity:.9}.preview-reminders{display:flex;flex-direction:column;gap:12px}.reminder-card{display:flex;align-items:center;gap:12px;padding:14px;border-radius:8px;cursor:pointer;transition:all .2s}.reminder-card:hover{transform:translate(4px)}.reminder-card.upcoming{background:#fff8e1}.reminder-card.success{background:#e8f5e9}.reminder-card.warning{background:#ffebee}.reminder-icon{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center}.reminder-card.upcoming .reminder-icon{background:#ffc107;color:#fff}.reminder-card.success .reminder-icon{background:#28a745;color:#fff}.reminder-card.warning .reminder-icon{background:#dc3545;color:#fff}.reminder-content{flex:1}.reminder-title{display:block;font-size:14px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.reminder-message{display:block;font-size:12px;color:#697386}.reminder-arrow{color:#697386}.preview-banner{width:100%}.banner-container{background:#f6f9fc;border-radius:8px;padding:20px}.page-content-mock{margin-bottom:16px}.page-content-mock:last-child{margin-bottom:0;margin-top:16px}.mock-header{height:24px;width:60%;background:#e6e9ed;border-radius:4px;margin-bottom:12px}.mock-text{height:12px;width:100%;background:#e6e9ed;border-radius:2px;margin-bottom:8px}.mock-text.short{width:70%}.pre-approval-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#000;color:#fff;padding:16px 20px;border-radius:8px}.banner-left{display:flex;align-items:center;gap:12px}.banner-text{display:flex;flex-direction:column}.banner-title{font-size:14px;font-weight:600}.banner-subtitle{font-size:12px;opacity:.8}.banner-cta{padding:10px 16px;background:#fff;color:#000;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.banner-cta:hover{background:#f6f9fc}.preview-embed-form{width:100%}.embed-form-container{background:#fff;border:1px solid #e6e9ed;border-radius:12px;padding:24px}.embed-form-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #e6e9ed;margin-bottom:20px}.embed-form-logo{height:18px}.embed-form-header span{font-size:12px;color:#697386}.embed-form-container h3{font-size:20px;font-weight:600;margin-bottom:8px}.embed-form-container>p{font-size:14px;color:#697386;margin-bottom:20px}.rtl-page{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden}.rtl-page.embedded{border-radius:8px;box-shadow:0 2px 8px #00000014}.rtl-page.embedded .browser-dots{display:none}.rtl-page-header{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid #e6e9ed;background:#fff}.rtl-page-logo{height:20px}.rtl-page-logo-text{font-size:14px;font-weight:600;color:#1a1a2e;white-space:nowrap;display:inline-flex;align-items:center;gap:8px}.rtl-page-logo-text:after{content:"|";font-weight:400;color:#ccc}.rtl-page-header span{font-size:14px;font-weight:600;color:#1a1a2e}.rtl-page-body{display:flex;flex:1;overflow:hidden;position:relative}.rtl-skeleton-sidebar{width:180px;background:#f8f9fa;border-right:1px solid #e6e9ed;padding:16px 12px;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.mobile-view .rtl-skeleton-sidebar{display:none}.rtl-skeleton-item{height:12px;background:#e0e0e0;border-radius:4px}.rtl-skeleton-item.active{background:#1a1a2e;width:70%}.rtl-skeleton-item.short{width:50%}.rtl-skeleton-spacer{flex:1}.rtl-page-content{flex:1;padding:24px;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.rtl-page-content:has(.rtl-dashboard),.rtl-page-content:has(.rtl-dashboard-grid),.rtl-page-content:has(.capital-grid),.rtl-page-content:has(.need-info-form){justify-content:flex-start;padding-top:24px}.rtl-page-content .capital-grid,.rtl-page-content .preview-pay-early,.rtl-page-content .pay-early-card{width:100%;max-width:100%}.rtl-page-content-full{justify-content:flex-start;padding-top:40px;gap:32px}.rtl-welcome-section{text-align:center;max-width:100%;width:100%}.rtl-welcome-title{font-size:28px;font-weight:700;margin:0 0 8px}.rtl-welcome-subtitle{font-size:15px;opacity:.7;margin:0}.rtl-benefits-section{display:flex;flex-direction:column;gap:16px;max-width:100%;width:100%}.rtl-benefits-section.columns{flex-direction:row;max-width:100%}.rtl-benefits-section.columns .rtl-benefit-item{flex:1;flex-direction:column;text-align:center}.rtl-benefits-section.columns .rtl-benefit-icon{margin:0 auto 8px}.rtl-benefit-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f6f9fc;border-radius:10px}.rtl-benefit-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#e8f5e9;color:#28a745;border-radius:50%}.rtl-benefit-text{display:flex;flex-direction:column;gap:2px}.rtl-benefit-text strong{font-size:14px;font-weight:600}.rtl-benefit-text span{font-size:13px;opacity:.7}.rtl-faq-section{width:100%;max-width:100%;padding-top:16px}.rtl-faq-title{font-size:18px;font-weight:600;margin:0 0 16px;text-align:center}.rtl-faq-list{display:flex;flex-direction:column;gap:12px}.rtl-faq-item{padding:16px;background:#f6f9fc;border-radius:10px}.rtl-faq-question{font-size:14px;font-weight:600;margin:0 0 6px}.rtl-faq-answer{font-size:13px;opacity:.7;margin:0;line-height:1.5}.rtl-banner{width:100%;max-width:100%;background:linear-gradient(135deg,#000,#1a1a2e);border-radius:12px;padding:24px;color:#fff;text-align:center}.rtl-banner-icon{font-size:40px;margin-bottom:16px}.rtl-banner-content h3{font-size:20px;font-weight:600;margin-bottom:8px}.rtl-banner-content p{font-size:14px;opacity:.8;margin-bottom:20px}.rtl-banner-cta{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#000;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.rtl-banner-cta:hover{background:#f0f0f0;transform:translateY(-1px)}.rtl-app-modal-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;padding:12px;z-index:10}.rtl-app-modal{background:#fff;border-radius:16px;width:100%;max-width:560px;max-height:95%;overflow-y:auto;box-shadow:0 24px 80px #0003}.rtl-app-modal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-bottom:1px solid #e6e9ed}.rtl-app-modal-header h3{font-size:18px;font-weight:600;margin:0}.rtl-app-modal-close{width:32px;height:32px;border-radius:50%;background:#f6f9fc;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#697386;transition:all .2s}.rtl-app-modal-close:hover{background:#e6e9ed;color:#1a1a2e}.rtl-app-modal-body{padding:16px 20px}.rtl-app-modal-body h3{margin:0 0 4px;font-size:16px}.rtl-app-form{width:100%;max-width:100%}.rtl-progress{margin-bottom:24px}.rtl-progress-bar{height:6px;background:#e6e9ed;border-radius:3px;overflow:hidden;margin-bottom:8px}.rtl-progress-fill{height:100%;background:#000;border-radius:3px;transition:width .3s}.rtl-progress span{font-size:12px;color:#697386}.rtl-app-form h3{font-size:18px;font-weight:600;margin-bottom:20px}.rtl-form-group{margin-bottom:12px}.rtl-form-group label{display:block;font-size:13px;font-weight:500;color:#697386;margin-bottom:6px}.rtl-form-group input,.rtl-form-group select{width:100%;padding:10px;border:1px solid #e6e9ed;border-radius:8px;font-size:14px}.rtl-form-group input:focus,.rtl-form-group select:focus{outline:none;border-color:#000}.rtl-form-row{display:flex;gap:12px}.rtl-form-row .rtl-form-group{flex:1}.rtl-submit-btn,.rtl-cta-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.rtl-submit-btn:hover,.rtl-cta-btn:hover{background:#333}.rtl-status-card{width:100%;max-width:100%;text-align:center}.rtl-status-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.rtl-status-icon.pending{background:#fff3cd;color:#856404}.rtl-status-icon.submitted{background:#e8f5e9;color:#28a745}.rtl-status-card h3{font-size:18px;font-weight:600;margin-bottom:8px}.rtl-status-card>p{font-size:14px;color:#697386;margin-bottom:24px}.rtl-status-timeline{text-align:left;margin-bottom:24px}.rtl-timeline-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;margin-bottom:8px;background:#f6f9fc;color:#697386}.rtl-timeline-item.completed{background:#e8f5e9;color:#28a745}.rtl-timeline-item.active{background:#fff3cd;color:#856404}.rtl-secondary-btn{padding:10px 20px;background:#f6f9fc;color:#697386;border:1px solid #e6e9ed;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s}.rtl-secondary-btn:hover{background:#e6e9ed}.status-card .rtl-secondary-btn{margin-top:20px}.simulate-buttons{display:flex;gap:8px;margin-top:20px;flex-wrap:wrap;justify-content:center}.simulate-buttons .rtl-secondary-btn{margin-top:0;font-size:12px;padding:8px 14px}.rtl-secondary-btn.success{background:#e8f5e9;color:#2e7d32;border-color:#c8e6c9}.rtl-secondary-btn.success:hover{background:#c8e6c9}.rtl-secondary-btn.warning{background:#fff3e0;color:#e65100;border-color:#ffe0b2}.rtl-secondary-btn.warning:hover{background:#ffe0b2}.rtl-secondary-btn.danger{background:#ffebee;color:#c62828;border-color:#ffcdd2}.rtl-secondary-btn.danger:hover{background:#ffcdd2}.status-icon.danger{background:#ffebee;color:#c62828}.denial-reasons{text-align:left;background:#f6f9fc;border-radius:8px;padding:16px;margin:16px 0}.denial-reasons h4{font-size:13px;font-weight:600;margin:0 0 12px;color:#1a1a2e}.denial-reasons ul{margin:0;padding-left:20px}.denial-reasons li{font-size:13px;color:#697386;margin-bottom:6px}.denial-reasons li:last-child{margin-bottom:0}.denial-note{font-size:12px;color:#697386;font-style:italic}.need-info-card{max-width:100%;width:100%;text-align:center;padding:32px;background:#fff;border-radius:16px;border:1px solid #e6e9ed}.need-info-card-icon{width:72px;height:72px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:#fff3e0;color:#e65100;border-radius:50%}.need-info-card h2{font-size:22px;font-weight:600;margin:0 0 12px;color:#1a1a2e}.need-info-card>p{font-size:14px;color:#697386;line-height:1.6;margin:0 0 24px}.need-info-checklist{display:flex;flex-direction:column;gap:10px;text-align:left;background:#f6f9fc;border-radius:10px;padding:16px 20px;margin-bottom:24px}.need-info-checklist-item{display:flex;align-items:center;gap:10px;font-size:14px;color:#1a1a2e}.need-info-checklist-item svg{color:#28a745;flex-shrink:0}.need-info-card .rtl-submit-btn{width:100%}.need-info-banner{display:flex;align-items:flex-start;gap:12px;background:#fff3e0;border:1px solid #ffe0b2;border-radius:10px;padding:16px;margin-bottom:24px;color:#e65100}.need-info-banner svg{flex-shrink:0;margin-top:2px}.need-info-banner-content{display:flex;flex-direction:column;gap:4px}.need-info-banner-content strong{font-size:14px}.need-info-banner-content span{font-size:13px;opacity:.9}.document-upload-list{display:flex;flex-direction:column;gap:12px;margin-top:12px}.document-upload-item{display:flex;align-items:center;gap:12px;padding:16px;background:#f6f9fc;border-radius:10px;border:1px dashed #e6e9ed}.document-upload-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#e6e9ed;border-radius:8px;color:#697386}.document-upload-content{flex:1;display:flex;flex-direction:column;gap:2px}.document-upload-content strong{font-size:14px;color:#1a1a2e}.document-upload-content span{font-size:12px;color:#697386}.document-upload-btn{padding:8px 16px;background:#fff;border:1px solid #e6e9ed;border-radius:6px;font-size:13px;font-weight:500;color:#1a1a2e;cursor:pointer;transition:all .2s}.document-upload-btn:hover{background:#f6f9fc;border-color:#d0d5dd}.need-info-form h3{margin-top:0}.need-info-form{padding-bottom:40px}.rtl-exit-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 32px;background:#1a1a2e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:20px}.rtl-exit-btn:hover{background:#2d2d44}.rtl-offer-card{width:100%;max-width:100%;background:#000;border-radius:12px;padding:24px;color:#fff}.rtl-offer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.rtl-offer-logo{height:18px}.rtl-offer-badge{background:#28a745;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.rtl-offer-amount{text-align:center;margin-bottom:20px}.rtl-offer-label{display:block;font-size:13px;opacity:.8;margin-bottom:4px}.rtl-offer-value{display:block;font-size:36px;font-weight:700}.rtl-offer-details{display:flex;gap:12px;margin-bottom:20px}.rtl-offer-detail{flex:1;background:#ffffff1a;padding:12px;border-radius:8px;text-align:center}.rtl-detail-label{display:block;font-size:11px;opacity:.7;margin-bottom:4px}.rtl-detail-value{display:block;font-size:16px;font-weight:600}.rtl-offer-card .rtl-cta-btn{background:#fff;color:#000;margin-top:0}.rtl-offer-card .rtl-cta-btn:hover{background:#f0f0f0}.rtl-terms-card{width:100%;max-width:100%}.rtl-terms-card h3{font-size:18px;font-weight:600;margin-bottom:20px}.rtl-terms-summary{background:#f6f9fc;border-radius:8px;padding:16px;margin-bottom:20px}.rtl-terms-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e6e9ed;font-size:14px}.rtl-terms-row:last-child{border-bottom:none}.rtl-terms-row.total{font-size:16px;padding-top:12px;margin-top:4px;border-top:2px solid #e6e9ed;border-bottom:none}.rtl-checkbox{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-size:13px;color:#697386;cursor:pointer}.rtl-checkbox input{width:18px;height:18px;accent-color:#000}.rtl-dashboard{width:100%;max-width:100%}.rtl-dashboard-grid{width:100%;max-width:100%;display:flex;flex-direction:column;gap:16px}.rtl-dashboard-grid .loan-status-card,.rtl-dashboard-grid .schedule-card,.rtl-dashboard-grid .history-card{background:#fff;border:1px solid #e6e9ed;border-radius:12px;padding:20px}.rtl-dashboard-grid .loan-status-card h3,.rtl-dashboard-grid .schedule-card h3,.rtl-dashboard-grid .history-card h3{font-size:16px;font-weight:600;margin:0 0 16px;color:#1a1a2e}.rtl-dashboard-grid .loan-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.rtl-dashboard-grid .loan-status-badge{background:#e8f5e9;color:#2e7d32;padding:4px 10px;border-radius:12px;font-size:12px;font-weight:500}.rtl-dashboard-grid .loan-progress-visual{display:flex;justify-content:center;margin-bottom:20px}.rtl-dashboard-grid .loan-progress-circle{position:relative;width:120px;height:120px}.rtl-dashboard-grid .loan-progress-circle svg{width:100%;height:100%}.rtl-dashboard-grid .loan-progress-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.rtl-dashboard-grid .progress-paid{display:block;font-size:18px;font-weight:700;color:#1a1a2e}.rtl-dashboard-grid .progress-label{font-size:12px;color:#697386}.rtl-dashboard-grid .loan-status-details{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid #e6e9ed;margin-bottom:16px}.rtl-dashboard-grid .status-detail{text-align:center}.rtl-dashboard-grid .status-detail .detail-label{display:block;font-size:12px;color:#697386;margin-bottom:4px}.rtl-dashboard-grid .status-detail .detail-value{font-size:16px;font-weight:600;color:#1a1a2e}.rtl-dashboard-grid .pay-early-cta-btn{width:100%}.rtl-dashboard-grid .schedule-list{display:flex;flex-direction:column;gap:12px}.rtl-dashboard-grid .schedule-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f6f9fc;border-radius:8px}.rtl-dashboard-grid .schedule-item.next{background:#f0f0f0;border:1px solid #e0e0e0}.rtl-dashboard-grid .schedule-date{display:flex;flex-direction:column;align-items:center;min-width:40px}.rtl-dashboard-grid .schedule-date .month{font-size:10px;font-weight:600;color:#697386;text-transform:uppercase}.rtl-dashboard-grid .schedule-date .day{font-size:18px;font-weight:700;color:#1a1a2e}.rtl-dashboard-grid .schedule-info{flex:1}.rtl-dashboard-grid .schedule-label{display:block;font-size:13px;color:#697386}.rtl-dashboard-grid .schedule-amount{font-size:14px;font-weight:600;color:#1a1a2e}.rtl-dashboard-grid .schedule-badge{background:#fff3e0;color:#e65100;padding:4px 8px;border-radius:4px;font-size:11px;font-weight:500}.rtl-dashboard-grid .history-list{display:flex;flex-direction:column;gap:12px}.rtl-dashboard-grid .history-item{display:flex;align-items:center;gap:12px}.rtl-dashboard-grid .history-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center}.rtl-dashboard-grid .history-icon.success{background:#e8f5e9;color:#2e7d32}.rtl-dashboard-grid .history-info{flex:1}.rtl-dashboard-grid .history-label{display:block;font-size:14px;color:#1a1a2e}.rtl-dashboard-grid .history-date{display:block;font-size:12px;color:#697386}.rtl-dashboard-grid .history-amount{font-size:14px;font-weight:600;color:#1a1a2e}.rtl-dashboard-grid .history-amount.positive{color:#2e7d32}.capital-card.full-width{grid-column:1 / -1}.capital-card .detail-label{font-size:10px;color:#888}.capital-card .detail-value{font-size:13px;font-weight:600;color:#1a1a2e}.capital-card .schedule-item.next{background:#000}.pay-early-cta{width:100%;margin-top:10px;padding:10px;background:#000;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.pay-early-cta:hover{background:#333}.rtl-loan-summary{background:#f6f9fc;border-radius:12px;padding:20px;margin-bottom:16px}.rtl-loan-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.rtl-loan-status-badge{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#d4edda;border-radius:20px;color:#28a745;font-size:12px;font-weight:600}.rtl-loan-status-badge svg{flex-shrink:0}.rtl-loan-balance{margin-bottom:0}.rtl-balance-label{display:block;font-size:13px;color:#697386;margin-bottom:4px}.rtl-balance-value{display:block;font-size:28px;font-weight:700;color:#1a1a2e}.rtl-loan-progress span{font-size:12px;color:#697386}.rtl-next-payment{background:#000;color:#fff;border-radius:12px;padding:16px;margin-bottom:16px}.rtl-payment-info{display:flex;align-items:center;gap:12px;margin-bottom:12px}.rtl-payment-label{display:block;font-size:12px;opacity:.8}.rtl-payment-date{display:block;font-size:14px;font-weight:500}.rtl-payment-amount{font-size:24px;font-weight:700;margin-bottom:12px}.rtl-pay-btn{width:100%;padding:10px;background:#fff;color:#000;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.rtl-pay-btn:hover{background:#f0f0f0}.rtl-fee-schedule{background:#fff;border:1px solid #e6e9ed;border-radius:12px;padding:16px;margin-bottom:16px}.rtl-schedule-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#697386;font-size:13px;font-weight:500}.rtl-schedule-list{display:flex;flex-direction:column}.rtl-schedule-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e6e9ed}.rtl-schedule-item:last-child{border-bottom:none}.rtl-schedule-item.upcoming{background:#f6f9fc;margin:0 -16px;padding:10px 16px;border-radius:6px;border-bottom:none}.rtl-schedule-info{display:flex;flex-direction:column;gap:2px}.rtl-schedule-date{font-size:13px;font-weight:500;color:#1a1a2e}.rtl-schedule-status{font-size:11px;color:#697386}.rtl-schedule-item.upcoming .rtl-schedule-status{color:#000;font-weight:500}.rtl-schedule-amount{font-size:14px;font-weight:600;color:#1a1a2e}.rtl-payment-history{background:#fff;border:1px solid #e6e9ed;border-radius:12px;padding:16px;margin-bottom:16px}.rtl-history-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#697386;font-size:13px;font-weight:500}.rtl-history-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #e6e9ed}.rtl-history-item:last-child{border-bottom:none}.rtl-history-date{display:block;font-size:13px;color:#1a1a2e}.rtl-history-status{display:block;font-size:11px;color:#28a745}.rtl-history-amount{font-size:14px;font-weight:600;color:#1a1a2e}.rtl-restart-btn{width:100%;padding:12px;background:transparent;color:#697386;border:1px dashed #e6e9ed;border-radius:8px;font-size:13px;cursor:pointer;transition:all .2s}.rtl-restart-btn:hover{background:#f6f9fc;border-color:#697386}.rtl-restart-btn.header{width:auto;margin-left:auto;padding:6px 12px;font-size:12px;border:none;background:#f6f9fc;color:#697386}.rtl-restart-btn.header:hover{background:#e6e9ed}.rtl-app-steps{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 8px}.rtl-app-step{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex:1}.rtl-app-step-icon{width:32px;height:32px;border-radius:50%;background:#e6e9ed;color:#697386;display:flex;align-items:center;justify-content:center;transition:all .2s}.rtl-app-step span{font-size:11px;color:#697386;font-weight:500}.rtl-app-step.active .rtl-app-step-icon{background:#000;color:#fff}.rtl-app-step.active span{color:#1a1a2e;font-weight:600}.rtl-app-step.completed .rtl-app-step-icon{background:#28a745;color:#fff}.rtl-app-step.completed span{color:#28a745}.rtl-app-step-line{position:absolute;top:16px;left:calc(50% + 20px);width:calc(100% - 40px);height:2px;background:#e6e9ed}.rtl-app-step.completed .rtl-app-step-line{background:#28a745}.rtl-form-subtitle{font-size:14px;color:#697386;margin-bottom:12px}.rtl-form-actions{display:flex;gap:12px;margin-top:16px}.rtl-back-btn{display:flex;align-items:center;gap:6px;padding:12px 16px;background:#f6f9fc;color:#697386;border:1px solid #e6e9ed;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.rtl-back-btn:hover{background:#e6e9ed;color:#1a1a2e}.rtl-form-actions .rtl-submit-btn{flex:1;margin-top:0}.rtl-submit-btn:disabled{background:#e6e9ed;color:#a3acb9;cursor:not-allowed}.rtl-connect-card{background:#f6f9fc;border-radius:12px;padding:24px;text-align:center;margin-bottom:8px}.rtl-connect-icon{width:64px;height:64px;border-radius:50%;background:#e6e9ed;color:#697386;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.rtl-connect-card h4{font-size:16px;font-weight:600;margin-bottom:8px;color:#1a1a2e}.rtl-connect-card p{font-size:13px;color:#697386;margin-bottom:16px;line-height:1.5}.rtl-connect-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.rtl-connect-btn:hover{background:#333}.rtl-connect-btn.veriff{background:#000}.rtl-connect-btn.veriff:hover{background:#1a1a1a}.rtl-secure-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:16px;font-size:12px;color:#697386}.rtl-secure-note svg{color:#28a745}.rtl-connected{display:flex;flex-direction:column;align-items:center}.rtl-connected-check{width:48px;height:48px;border-radius:50%;background:#e8f5e9;color:#28a745;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.rtl-connected h4{margin-bottom:4px}.rtl-connected-bank{font-size:13px;color:#697386;margin-bottom:0}.rtl-verify-requirements{text-align:left;background:#fff;border-radius:8px;padding:12px;margin-bottom:16px}.rtl-verify-item{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:13px;color:#1a1a2e}.rtl-verify-item svg{color:#28a745;flex-shrink:0}.rtl-pending-banner{width:100%;border-radius:16px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.rtl-pending-content{display:flex;flex-direction:column;gap:4px}.rtl-pending-title{font-size:20px;font-weight:600}.rtl-pending-subtitle{font-size:13px;opacity:.75}.rtl-pending-stages{display:flex;gap:6px;flex-shrink:0}.rtl-stage{display:flex;flex-direction:column;gap:6px;min-width:70px}.rtl-stage-bar{width:100%;height:5px;background:#fff3;border-radius:3px}.rtl-stage.completed .rtl-stage-bar{background:#34c759}.rtl-stage.active .rtl-stage-bar{background:#fff9}.rtl-stage.denied .rtl-stage-bar{background:#ff3b30}.rtl-stage.denied span{opacity:1;color:#ff6b6b}.rtl-denial-card{background:#fff;border:1px solid #e6e9ed;border-radius:12px;padding:24px;width:100%}.rtl-denial-card h3{font-size:18px;font-weight:600;margin:0 0 8px;color:#1a1a2e}.rtl-denial-card>p{font-size:14px;color:#697386;margin:0 0 16px}.rtl-denial-card .denial-reasons{background:#f6f9fc;border-radius:8px;padding:16px}.rtl-denial-card .denial-reasons h4{font-size:13px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.rtl-denial-card .denial-reasons ul{margin:0;padding-left:20px}.rtl-denial-card .denial-reasons li{font-size:13px;color:#697386;padding:2px 0}.rtl-reset-btn{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);padding:10px 20px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.rtl-reset-btn:hover{background:#ffffff40}.rtl-checkback-banner{width:100%;border-radius:12px;padding:20px 24px;margin-top:16px}.rtl-checkback-content{display:flex;flex-direction:column;gap:4px}.rtl-checkback-title{font-size:16px;font-weight:600}.rtl-checkback-subtitle{font-size:13px;opacity:.75}.rtl-pending-banner.denied-banner{margin-top:0}.rtl-stage span{font-size:10px;font-weight:500;opacity:.5}.rtl-stage.completed span,.rtl-stage.active span{opacity:.9}.simulate-buttons-row{display:flex;gap:8px;margin-top:16px}.rtl-sim-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:8px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;border:1px solid;white-space:nowrap}.rtl-sim-btn.success{background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}.rtl-sim-btn.success:hover{background:#c8e6c9}.rtl-sim-btn.warning{background:#fff8e1;color:#f57c00;border-color:#ffe082}.rtl-sim-btn.warning:hover{background:#ffecb3}.rtl-sim-btn.danger{background:#ffebee;color:#c62828;border-color:#ef9a9a}.rtl-sim-btn.danger:hover{background:#ffcdd2}@media(max-width:1200px){.main{flex-direction:column;height:auto;overflow:visible}.sidebar-left{width:100%;max-height:none;overflow:visible}.preview-container{order:-1;overflow:visible}.pre-approval-banner{flex-direction:column;text-align:center}.banner-left{flex-direction:column}.quick-start-panel{width:calc(100vw - 48px);max-width:420px}}.header{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;background:#fff;border-bottom:1px solid #e6e9ed;height:56px}.headerLeft{display:flex;align-items:center;gap:16px;height:100%}.headerLogo{display:flex;align-items:center;height:100%}.headerLogoImg{height:18px;width:auto;display:block}.headerNav{display:flex;align-items:center;gap:4px;margin-left:8px}.headerNavItem{padding:8px 14px;font-size:14px;font-weight:500;color:#697386;text-decoration:none;border-radius:6px;transition:all .15s}.headerNavItem:hover{color:#1a1a2e;background:#f6f9fc}.headerNavItem.active{color:#1a1a2e;background:#f0f0f0}.headerDivider{color:#e6e9ed;font-weight:300;line-height:1}.headerLink{font-size:14px;color:#697386;text-decoration:none;font-weight:500;transition:color .15s}.headerLink:hover{color:#000}.startBuildingBtn{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#000;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.startBuildingBtn:hover{background:#333}.chevronRotated{transform:rotate(180deg)}.startBuildingBtn svg{transition:transform .2s}.dropdownContainer{position:relative}.dropdownMenu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e6e9ed;border-radius:8px;box-shadow:0 4px 16px #0000001f;min-width:180px;z-index:100;overflow:hidden}.dropdownItem{display:block;padding:12px 16px;font-size:14px;color:#1a1a2e;text-decoration:none;transition:background .15s}.dropdownItem:hover{background:#f6f9fc}.dropdownItem:not(:last-child){border-bottom:1px solid #e6e9ed}.headerRight{display:flex;align-items:center;gap:12px}.headerHelpBtn{display:flex;align-items:center;gap:4px;padding:0;background:none;border:none;font-size:12px;color:#697386;font-weight:500;cursor:pointer;transition:color .15s}.headerHelpBtn:hover{color:#000}.overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10002;padding:24px}.modal{background:#fff;border-radius:16px;box-shadow:0 24px 80px #0003;max-width:800px;width:100%;position:relative;padding:40px}.closeBtn{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#f6f9fc;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#697386;transition:all .2s}.closeBtn:hover{background:#e6e9ed;color:#1a1a2e}.steps{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.stepDot{width:8px;height:8px;border-radius:50%;background:#e6e9ed;transition:all .2s}.stepDotActive{background:#000;width:24px;border-radius:4px}.content{text-align:center}.title{font-size:28px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.subtitle{font-size:16px;color:#697386;margin-bottom:32px}.cta{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;background:#000;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.cta:hover{background:#333}.intro{margin-bottom:24px}.logo{height:32px;margin-bottom:24px;display:block;margin-left:auto;margin-right:auto}.demoPreview{margin-bottom:32px}.demoWindow{max-width:480px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f;overflow:hidden;border:1px solid #e6e9ed}.demoWindowBar{display:flex;gap:6px;padding:12px 16px;background:#f6f9fc;border-bottom:1px solid #e6e9ed}.demoDot{width:10px;height:10px;border-radius:50%;background:#e6e9ed}.demoDotRed{background:#ff5f57}.demoDotYellow{background:#febc2e}.demoDotGreen{background:#28c840}.demoWindowContent{display:flex;height:160px}.demoSidebar{width:80px;background:#fff;border-right:1px solid #e6e9ed;padding:12px 8px;display:flex;flex-direction:column;gap:8px}.demoSidebarItem{height:24px;background:#f6f9fc;border-radius:4px}.demoSidebarItem.active{background:#000}.demoMain{flex:1;display:flex;align-items:center;justify-content:center;padding:16px;background:#fafafa}.demoCard{background:#000;border-radius:8px;padding:16px;width:140px;display:flex;flex-direction:column;align-items:center;gap:8px}.demoCardHeader{width:40px;height:8px;background:#ffffff4d;border-radius:4px}.demoCardAmount{width:70px;height:16px;background:#ffffffe6;border-radius:4px}.demoCardBtn{width:80px;height:20px;background:#fff;border-radius:4px}.demoPanel{width:100px;background:#fff;border-left:1px solid #e6e9ed;padding:12px;display:flex;flex-direction:column;gap:8px}.demoPanelLine{height:8px;background:#e6e9ed;border-radius:4px}.demoPanelLine.short{width:60%}.introPoints{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:32px;max-width:480px;margin-left:auto;margin-right:auto}.introPoint{display:flex;align-items:center;gap:10px;font-size:14px;color:#1a1a2e}.introPointIcon{width:32px;height:32px;background:#f6f9fc;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#000}.tabsPreview{display:flex;gap:24px;margin-bottom:32px}.tabMock{flex:1;background:#fff;border:1px solid #e6e9ed;border-radius:12px;overflow:hidden}.tabMockHeader{display:flex;border-bottom:1px solid #e6e9ed}.tabMockTab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;font-size:12px;color:#697386;border-bottom:2px solid transparent;margin-bottom:-1px}.tabMockTab.active{color:#000;border-bottom-color:#000}.tabMockTab svg{flex-shrink:0}.tabMockContent{padding:16px;min-height:140px}.tabMockSection{display:flex;flex-direction:column;gap:8px}.tabMockSectionTitle{height:10px;width:60%;background:#e6e9ed;border-radius:4px;margin-bottom:8px}.tabMockItem{display:flex;align-items:center;gap:10px;padding:10px;background:#f6f9fc;border-radius:6px}.tabMockItem.active{background:#f0f0f0}.tabMockItemIcon{width:24px;height:24px;background:#e6e9ed;border-radius:4px}.tabMockItemIcon.active{background:#000}.tabMockItemText{flex:1;height:10px;background:#e6e9ed;border-radius:4px}.tabMockChevron{width:6px;height:10px;border-right:2px solid #ccc;border-bottom:2px solid #ccc;transform:rotate(-45deg)}.tabMockColorRow{display:flex;align-items:center;justify-content:space-between;padding:10px;border-bottom:1px solid #f0f0f0}.tabMockColorLabel{height:10px;width:60px;background:#e6e9ed;border-radius:4px}.tabMockColorSwatch{width:24px;height:24px;border-radius:4px;border:1px solid #e6e9ed}.tabMockUpload{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;margin-top:8px;border:2px dashed #e6e9ed;border-radius:8px;color:#697386;font-size:12px}.tabMockLabel{font-size:13px;color:#697386;padding:12px;margin:0;background:#fafafa;border-top:1px solid #e6e9ed}.cards{display:flex;gap:24px}.card{flex:1;border:2px solid #e6e9ed;border-radius:12px;padding:20px;cursor:pointer;transition:all .2s;text-align:left}.card:hover{border-color:#000;background:#fafafa}.cardPreview{height:160px;border-radius:8px;margin-bottom:16px;overflow:hidden;background:linear-gradient(135deg,#f6f9fc,#e6e9ed);display:flex;align-items:center;justify-content:center;padding:16px}.cardPreviewRTL{width:100%;max-width:180px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000014;overflow:hidden}.rtlMockHeader{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #f0f0f0}.rtlMockLogo{width:40px;height:8px;background:#000;border-radius:2px}.rtlMockNav{width:24px;height:8px;background:#e6e9ed;border-radius:2px}.rtlMockBody{padding:16px 12px;display:flex;justify-content:center}.rtlMockOffer{background:#000;border-radius:6px;padding:12px;width:100%;display:flex;flex-direction:column;align-items:center;gap:6px}.rtlMockBadge{width:36px;height:6px;background:#ffffff4d;border-radius:3px}.rtlMockAmount{width:54px;height:12px;background:#ffffffe6;border-radius:3px}.rtlMockBtn{width:64px;height:16px;background:#fff;border-radius:4px}.rtlMockFooter{height:8px;background:#f6f9fc}.cardPreviewEC{display:flex;flex-direction:column;gap:8px;width:100%;max-width:160px;position:relative}.ecMockComponent{background:#fff;border-radius:6px;padding:10px;box-shadow:0 2px 8px #0000000f;border:1px solid #e6e9ed}.ecMockComponent.small{width:70%}.ecMockComponentHeader{height:6px;width:40%;background:#000;border-radius:3px;margin-bottom:6px}.ecMockComponentBody{display:flex;flex-direction:column;gap:4px}.ecMockLine{height:6px;background:#f0f0f0;border-radius:3px}.ecMockLine.short{width:60%}.ecMockArrows{position:absolute;right:-8px;top:50%;transform:translateY(-50%)}.cardTags{display:flex;gap:8px;margin-bottom:12px}.tag{padding:4px 10px;background:#f6f9fc;border:1px solid #e6e9ed;border-radius:4px;font-size:12px;color:#697386;font-weight:500}.cardTitle{font-size:20px;font-weight:700;color:#1a1a2e;margin:0 0 8px}.cardDesc{font-size:14px;color:#697386;line-height:1.5;margin:0 0 16px}.cardFeatures{list-style:none;padding:0;margin:0}.cardFeatures li{display:flex;align-items:center;gap:8px;font-size:13px;color:#1a1a2e;padding:6px 0}.cardFeatures li svg{color:#28a745;flex-shrink:0}@media(max-width:700px){.modal{padding:24px}.cards,.tabsPreview{flex-direction:column}.cardPreview{height:120px}.title{font-size:22px}.introPoints{gap:12px;padding:0 16px}.demoWindowContent{height:120px}.demoPanel{display:none}}.main-tour-overlay{position:fixed;inset:0;background:#00000080;z-index:10000}.main-tour-tooltip{position:fixed;background:#fff;border-radius:12px;padding:16px;width:280px;box-shadow:0 8px 32px #0000004d;z-index:10003}.main-tour-step-1{top:140px;left:320px}.main-tour-step-2{top:240px;left:320px}.main-tour-step-3{top:400px;left:320px}.main-tour-step-4{top:60px;right:20px}.main-tour-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.main-tour-close:hover{color:#333}.main-tour-content{margin-bottom:16px}.main-tour-step-indicator{font-size:11px;font-weight:600;color:#4ec9b0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.main-tour-content h4{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.main-tour-content p{font-size:13px;color:#697386;margin:0;line-height:1.5}.main-tour-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.main-tour-skip{background:none;border:none;color:#697386;font-size:13px;cursor:pointer;padding:8px}.main-tour-skip:hover{color:#1a1a2e}.main-tour-next{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.main-tour-next:hover{background:#2a2a3e}.main-tour-arrow{position:absolute;width:0;height:0}.main-tour-arrow-left{top:50%;left:-8px;transform:translateY(-50%);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #fff}.main-tour-arrow-down{bottom:-8px;right:24px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}[data-main-tour-step="0"] .sidebar-content>section:first-of-type .product-header{position:relative;z-index:10002;box-shadow:0 0 0 4px #4ec9b080;border-radius:8px;background:#fff}[data-main-tour-step="1"] .sidebar-content>section:nth-of-type(2) .product-header{position:relative;z-index:10002;box-shadow:0 0 0 4px #4ec9b080;border-radius:8px;background:#fff}[data-main-tour-step="2"] .sidebar-content>section:nth-of-type(3){position:relative;z-index:10002;box-shadow:0 0 0 4px #4ec9b080;border-radius:8px;background:#fff}[data-main-tour-step="3"] .header{position:relative;z-index:10002}[data-main-tour-step="3"] .startBuildingBtn{box-shadow:0 0 0 4px #4ec9b080}@media(max-width:900px){.main-tour-step-1,.main-tour-step-2,.main-tour-step-3{left:50%;transform:translate(-50%)}.main-tour-step-1 .main-tour-arrow-left,.main-tour-step-2 .main-tour-arrow-left,.main-tour-step-3 .main-tour-arrow-left{display:none}}.integration-wrapper{display:flex;flex-direction:column;height:100%;overflow:hidden}.announcement-bar{display:flex;align-items:center;justify-content:flex-start;padding:10px 20px;background:#000;color:#fff;flex-shrink:0;position:relative}.announcement-content{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}.back-button{display:flex;align-items:center;gap:8px;padding:6px 12px;background:#ffffff1a;color:#fff;text-decoration:none;border-radius:6px;font-size:13px;font-weight:500;transition:background .15s}.back-button:hover{background:#fff3}.announcement-icon{height:20px;width:auto;margin-right:8px;display:block}.announcement-content span{font-size:13px;font-weight:600}.announcement-right{display:flex;align-items:center;gap:12px;margin-left:auto}.announcement-link{font-size:12px;color:#ffffffb3;text-decoration:none;font-weight:500;transition:color .15s}.announcement-link:hover{color:#fff}.how-to-use-link{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#ffffff1a;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s}.how-to-use-link:hover{background:#fff3}.announcement-dropdown{position:relative}.announcement-start-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;background:#fff;color:#1a1a2e;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:background .15s}.announcement-start-btn:hover{background:#f0f0f0}.announcement-start-btn .chevron-rotated{transform:rotate(180deg)}.announcement-start-btn svg{transition:transform .2s}.announcement-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;min-width:160px;z-index:100;overflow:hidden}.announcement-dropdown-item{display:block;padding:10px 14px;font-size:13px;color:#1a1a2e;text-decoration:none;transition:background .15s}.announcement-dropdown-item:hover{background:#f6f9fc}.announcement-dropdown-item:not(:last-child){border-bottom:1px solid #e6e9ed}.integration-demo{display:flex;flex:1;background:#1e1e1e;overflow:hidden}.integration-demo.dragging{cursor:col-resize;-webkit-user-select:none;user-select:none}.editor-panel{display:flex;flex-direction:column;min-width:0;flex-shrink:0}.drag-handle{width:6px;background:#333;cursor:col-resize;display:flex;align-items:center;justify-content:center;transition:background .15s;position:relative}.drag-handle:hover{background:#4ec9b0}.drag-handle-tab{position:absolute;left:-10px;width:16px;height:32px;background:#333;border-radius:4px 0 0 4px;display:flex;align-items:center;justify-content:center;transition:background .15s}.drag-handle:hover .drag-handle-tab{background:#4ec9b0}.drag-handle-tab svg{color:#888;transition:color .15s}.drag-handle:hover .drag-handle-tab svg{color:#fff}.editor-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#252526;border-bottom:1px solid #333}.editor-title{font-size:13px;font-weight:600;color:#fff}.editor-actions{display:flex;align-items:center;gap:12px}.file-count{font-size:12px;color:#4ec9b0}.integration-dropdown-container{position:relative}.file-count-btn{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#4ec9b01a;border:1px solid rgba(78,201,176,.2);border-radius:6px;font-size:12px;color:#4ec9b0;cursor:pointer;transition:all .15s;white-space:nowrap}.file-count-btn:hover{background:#4ec9b026;border-color:#4ec9b066}.file-count-btn svg{transition:transform .2s;flex-shrink:0}.file-count-btn svg.rotated{transform:rotate(180deg)}.integration-dropdown{position:absolute;top:calc(100% + 6px);right:0;width:280px;background:#1e1e1e;border:1px solid #404040;border-radius:8px;padding:6px;z-index:100;box-shadow:0 8px 32px #0006}.integration-option{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;cursor:pointer;transition:background .15s;-webkit-user-select:none;user-select:none}.integration-option:hover{background:#2a2d2e}.integration-option input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.checkbox-custom{width:18px;height:18px;background:#333;border:2px solid #555;border-radius:4px;flex-shrink:0;position:relative;transition:all .15s}.integration-option:hover .checkbox-custom{border-color:#666}.integration-option input:checked+.checkbox-custom{background:#4ec9b0;border-color:#4ec9b0}.integration-option input:checked+.checkbox-custom:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:9px;border:solid #1e1e1e;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.option-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.option-label{font-size:13px;color:#fff;font-weight:500}.option-file{font-size:11px;color:#888;font-family:Fira Code,monospace}.editor-body{display:flex;flex:1;overflow:hidden}.file-tree{width:220px;background:#252526;border-right:1px solid #333;display:flex;flex-direction:column;overflow:hidden}.file-tree-header{padding:10px 16px;font-size:11px;font-weight:600;color:#888;letter-spacing:.5px;border-bottom:1px solid #333}.file-tree-content{flex:1;overflow-y:auto;padding:8px 0}.tree-folder{-webkit-user-select:none;user-select:none}.tree-item{display:flex;align-items:center;gap:6px;padding:4px 12px;font-size:13px;color:#ccc;cursor:pointer;transition:background .1s}.tree-item:hover{background:#2a2d2e}.tree-item.folder{color:#e8ab6a}.tree-item.file{padding-left:28px}.tree-item.file.selected{background:#094771;color:#fff}.tree-item.file.highlighted{color:#4ec9b0}.tree-children{margin-left:8px}.slate-badge{margin-left:auto;padding:3px 6px;background:#4ec9b0;border-radius:3px;display:flex;align-items:center;justify-content:center}.slate-badge img{height:7px;width:auto;display:block}.code-editor{flex:1;display:flex;flex-direction:column;background:#1e1e1e;overflow:hidden}.editor-tabs{display:flex;background:#252526;border-bottom:1px solid #333}.editor-tab{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:13px;color:#888;background:#2d2d2d;border-right:1px solid #333}.editor-tab.active{color:#fff;background:#1e1e1e;border-top:2px solid #4ec9b0;margin-top:-2px}.code-content{flex:1;overflow-y:auto;padding:8px 0;font-family:Fira Code,Monaco,Consolas,monospace;font-size:13px;line-height:1.6}.code-line{display:flex;padding:0 16px;min-height:22px}.code-line.slate-highlight{background:#4ec9b01a;border-left:3px solid #4ec9b0}.line-number{width:40px;color:#555;text-align:right;padding-right:16px;-webkit-user-select:none;user-select:none;flex-shrink:0}.code-line pre{margin:0;color:#6e7681;white-space:pre}.code-line.slate-highlight pre{color:#e6e6e6}.code-hint{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#252526;border-top:1px solid #333;font-size:12px;color:#888}.hint-badge{padding:2px 8px;background:#4ec9b0;color:#1e1e1e;font-size:10px;font-weight:700;border-radius:3px}.preview-panel{display:flex;flex-direction:column;background:#f6f9fc;min-width:0;flex:1;overflow:hidden}.browser-chrome{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#dee1e6;border-bottom:1px solid #c5c8cd;flex-shrink:0}.browser-controls{display:flex;gap:6px}.browser-dot{width:12px;height:12px;border-radius:50%;background:#ccc}.browser-dot.red{background:#ff5f57}.browser-dot.yellow{background:#febc2e}.browser-dot.green{background:#28c840}.browser-url-bar{flex:1;display:flex;align-items:center;gap:8px;padding:6px 12px;background:#fff;border-radius:20px;font-size:13px;color:#888}.browser-url-bar svg{color:#5f6368;flex-shrink:0}.mock-app{flex:1;display:flex;overflow:hidden;background:#fff;margin:12px;border-radius:8px;box-shadow:0 2px 12px #00000014;min-width:0;position:relative}.mock-sidebar{width:180px;min-width:180px;flex-shrink:0;background:#1a1a2e;padding:16px 0;display:flex;flex-direction:column}.mock-logo{padding:0 16px 20px;font-size:15px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:12px}.mock-nav{display:flex;flex-direction:column;gap:2px}.mock-nav button{display:flex;align-items:center;gap:10px;padding:10px 16px;background:none;border:none;color:#fff9;font-size:13px;cursor:pointer;text-align:left;transition:all .15s}.mock-nav button:hover{background:#ffffff0d;color:#fff}.mock-nav button.active{background:#ffffff1a;color:#fff;border-left:3px solid #4ec9b0}.mock-nav button.has-slate{position:relative}.mock-nav button.has-slate:after{content:"";position:absolute;right:10px;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#4ec9b0;border-radius:50%;animation:pulse-slate 2s ease-in-out infinite}@keyframes pulse-slate{0%,to{opacity:.4;box-shadow:0 0 #4ec9b066}50%{opacity:1;box-shadow:0 0 0 4px #4ec9b000}}.mock-main{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0}.mock-navbar{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#fff;border-bottom:1px solid #e6e9ed}.mock-search{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f6f9fc;border-radius:6px;color:#999;font-size:13px}.mock-nav-actions{display:flex;align-items:center;gap:16px;color:#666}.mock-avatar{width:28px;height:28px;background:#1a1a2e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600}.mock-content{flex:1;padding:20px;overflow-y:auto;overflow-x:hidden;background:#f6f9fc;min-width:0}.mock-content h2{font-size:20px;font-weight:700;color:#1a1a2e;margin-bottom:16px}.mock-subtitle{color:#666;margin-bottom:20px;font-size:14px}.slate-component-wrapper{position:relative;margin-bottom:20px}.slate-component-wrapper .slate-component-label{position:absolute;top:-10px;right:12px;padding:4px 10px;background:#4ec9b0;color:#1e1e1e;font-size:10px;font-weight:700;font-family:Fira Code,monospace;border-radius:4px;z-index:10}.slate-component-wrapper .slate-component-label.clickable{cursor:pointer;transition:all .15s}.slate-component-wrapper .slate-component-label.clickable:hover{background:#3ba890;transform:translateY(-1px);box-shadow:0 2px 8px #4ec9b066}.offer-banner{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#1a1a2e,#2d2d44);border-radius:8px;border:1px solid rgba(78,201,176,.3)}.offer-banner-left{display:flex;align-items:center;gap:16px}.offer-banner-logo{height:28px;width:auto}.offer-banner-content{display:flex;flex-direction:column;gap:2px}.offer-banner-badge{display:inline-block;width:fit-content;padding:2px 8px;background:#4ec9b0;color:#1a1a2e;font-size:9px;font-weight:700;border-radius:3px;text-transform:uppercase;margin-bottom:2px}.offer-banner-title{font-size:14px;color:#fff}.offer-banner-title strong{color:#4ec9b0}.offer-banner-subtitle{font-size:11px;color:#fff9}.offer-banner-cta{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#4ec9b0;color:#1a1a2e;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.console-drawer{height:180px;background:#1e1e1e;border-top:1px solid #333;display:flex;flex-direction:column;flex-shrink:0;transition:height .2s ease}.console-drawer.collapsed{height:36px}.console-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#252526;border-bottom:1px solid #333;flex-shrink:0}.console-drawer.collapsed .console-header{border-bottom:none;cursor:pointer}.console-drawer.collapsed .console-header:hover{background:#2a2d2e}.console-header-left{display:flex;align-items:center;gap:12px}.console-title{font-size:11px;font-weight:600;color:#888;letter-spacing:.5px}.console-tabs{display:flex;gap:8px}.console-tab{font-size:11px;color:#888;padding:2px 8px;border-radius:3px}.console-tab.active{color:#fff;background:#333}.console-toggle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:transparent;border:none;border-radius:3px;color:#888;cursor:pointer;transition:all .15s}.console-toggle:hover{background:#333;color:#fff}.console-content{flex:1;padding:10px 12px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:12px;overflow-y:auto;display:flex;flex-direction:column;gap:4px}.console-line{display:flex;align-items:center;gap:8px;line-height:1.5}.console-line.output,.console-line.success{padding-left:16px}.console-prompt{color:#4ec9b0;font-weight:600}.console-command,.console-text{color:#e6e6e6}.console-text.dim{color:#888}.console-check{color:#4ec9b0;font-weight:600}.console-cursor{color:#4ec9b0;animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.console-link{color:#e6e6e6;text-decoration:none;transition:color .15s}.console-link:hover{color:#4ec9b0;text-decoration:underline}.slate-component-wrapper.capital-full{margin-bottom:0}.capital-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.capital-card{background:#fff;border-radius:8px;padding:14px;border:1px solid #e6e9ed}.capital-card h4{font-size:13px;font-weight:600;color:#1a1a2e;margin:0 0 10px}.capital-card.loan-status{grid-row:span 2;display:flex;flex-direction:column}.capital-card.loan-status .pay-early-cta{margin-top:auto}.capital-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.capital-card-header h4{margin:0}.see-all-btn{background:none;border:none;color:#4ec9b0;font-size:11px;font-weight:600;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background .15s}.see-all-btn:hover{background:#4ec9b01a}.capital-card .secondary-btn{width:100%;padding:10px;background:#fff;color:#1a1a2e;border:1px solid #e6e9ed;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:12px}.capital-card .secondary-btn:hover{border-color:#1a1a2e}.capital-card.full-width{margin-top:12px}.status-badge{padding:3px 8px;border-radius:4px;font-size:10px;font-weight:600}.status-badge.current{background:#e8f5e9;color:#28a745}.loan-progress{position:relative;width:100px;height:100px;margin:0 auto 12px}.progress-ring{width:100%;height:100%}.progress-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.progress-amount{display:block;font-size:16px;font-weight:700;color:#1a1a2e}.progress-label{font-size:10px;color:#888}.loan-details{display:flex;justify-content:space-around;text-align:center;margin-bottom:12px}.loan-detail{display:flex;flex-direction:column;gap:2px}.detail-label{font-size:10px;color:#888}.detail-value{font-size:13px;font-weight:600;color:#1a1a2e}.capital-card .schedule-list{display:flex;flex-direction:column;gap:8px}.capital-card .schedule-item{display:flex;align-items:center;gap:10px;padding:8px;background:#f6f9fc;border-radius:6px}.capital-card .schedule-item.next{background:#1a1a2e}.capital-card .schedule-item.next .schedule-label,.capital-card .schedule-item.next .schedule-amount,.capital-card .schedule-item.next .month,.capital-card .schedule-item.next .day{color:#fff}.capital-card .schedule-date{display:flex;flex-direction:column;align-items:center;min-width:36px}.capital-card .schedule-date .month{font-size:9px;font-weight:600;color:#888;text-transform:uppercase}.capital-card .schedule-date .day{font-size:16px;font-weight:700;color:#1a1a2e}.capital-card .schedule-info{flex:1;display:flex;flex-direction:column}.capital-card .schedule-label{font-size:11px;color:#888}.capital-card .schedule-amount{font-size:13px;font-weight:600;color:#1a1a2e}.capital-card .history-list{display:flex;flex-direction:column;gap:8px}.capital-card .history-item{display:flex;align-items:center;gap:8px}.capital-card .history-icon{width:20px;height:20px;background:#e8f5e9;color:#28a745;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;flex-shrink:0}.capital-card .history-info{flex:1;display:flex;flex-direction:column}.capital-card .history-label{font-size:11px;color:#1a1a2e}.capital-card .history-date{font-size:10px;color:#888}.capital-card .history-amount{font-size:12px;font-weight:600;color:#1a1a2e}.capital-card .history-amount.positive{color:#28a745}.pay-early-cta{width:100%;margin-top:10px;padding:10px;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.pay-early-cta:hover{background:#2d2d44}.pay-modal-overlay{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;border-radius:8px}.pay-modal{background:#fff;border-radius:12px;padding:20px;width:90%;max-width:340px;box-shadow:0 8px 32px #0003}.pay-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pay-modal-header h3{font-size:16px;font-weight:600;color:#1a1a2e;margin:0}.pay-modal-close{width:28px;height:28px;background:#f6f9fc;border:none;border-radius:50%;font-size:18px;color:#888;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.pay-modal-close:hover{background:#e6e9ed;color:#1a1a2e}.pay-modal-balance{text-align:center;padding:16px;background:#f6f9fc;border-radius:8px;margin-bottom:16px}.pay-modal-balance .balance-label{display:block;font-size:12px;color:#888;margin-bottom:4px}.pay-modal-balance .balance-value{font-size:28px;font-weight:700;color:#1a1a2e}.pay-modal .pay-early-options{flex-direction:column}.pay-modal .custom-amount-input{margin-top:4px;padding:6px 10px;border:1px solid #ddd;border-radius:4px;font-size:14px;width:100%;box-sizing:border-box}.pay-early-options{display:flex;gap:10px;margin-bottom:12px}.pay-option{flex:1;display:flex;align-items:center;gap:8px;padding:10px;background:#f6f9fc;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s}.pay-option:hover{border-color:#ddd}.pay-option.selected{background:#fff;border-color:#4ec9b0}.pay-option-radio{width:16px;height:16px;border:2px solid #ccc;border-radius:50%;flex-shrink:0;position:relative}.pay-option.selected .pay-option-radio{border-color:#4ec9b0}.pay-option.selected .pay-option-radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#4ec9b0;border-radius:50%}.pay-option-content{display:flex;flex-direction:column}.pay-option-label{font-size:11px;color:#888}.pay-option-amount{font-size:14px;font-weight:600;color:#1a1a2e}.pay-now-btn{width:100%;padding:10px;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.pay-now-btn:hover{background:#2d2d44}.pay-back-btn{width:100%;padding:10px;background:transparent;color:#888;border:none;font-size:13px;cursor:pointer;margin-top:8px}.pay-back-btn:hover{color:#1a1a2e}.pay-confirm-amount{text-align:center;padding:20px;background:#f6f9fc;border-radius:8px;margin-bottom:16px}.pay-confirm-amount .confirm-label{display:block;font-size:12px;color:#888;margin-bottom:4px}.pay-confirm-amount .confirm-value{font-size:32px;font-weight:700;color:#1a1a2e}.pay-bank-account{margin-bottom:16px}.bank-account-header{font-size:12px;color:#888;margin-bottom:8px}.bank-account-card{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:2px solid #4ec9b0;border-radius:8px}.bank-icon{width:40px;height:40px;background:#f6f9fc;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#1a1a2e}.bank-details{flex:1;display:flex;flex-direction:column}.bank-name{font-size:14px;font-weight:600;color:#1a1a2e}.bank-number{font-size:12px;color:#888}.bank-check{width:24px;height:24px;background:#4ec9b0;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.pay-success{text-align:center;padding:10px 0}.success-icon{margin-bottom:16px}.success-amount{font-size:32px;font-weight:700;color:#1a1a2e;margin-bottom:8px}.success-message{font-size:14px;color:#888;margin-bottom:20px}.success-details{background:#f6f9fc;border-radius:8px;padding:12px;margin-bottom:16px}.success-detail{display:flex;justify-content:space-between;padding:8px 0}.success-detail:not(:last-child){border-bottom:1px solid #e6e9ed}.success-detail .detail-label{font-size:12px;color:#888}.success-detail .detail-value{font-size:13px;font-weight:600;color:#1a1a2e}.mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.mock-stat{background:#fff;padding:16px;border-radius:8px;text-align:center;border:1px solid #e6e9ed}.stat-value{display:block;font-size:24px;font-weight:700;color:#1a1a2e}.stat-label{font-size:12px;color:#666}.mock-table{background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e6e9ed}.mock-table-header{display:grid;grid-template-columns:1fr 1fr 1fr;padding:12px 16px;background:#f6f9fc;border-bottom:1px solid #e6e9ed;font-size:12px;font-weight:600;color:#666}.mock-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;padding:12px 16px;font-size:13px;border-bottom:1px solid #f0f0f0}.mock-table-row:last-child{border-bottom:none}.status-paid{color:#28a745;font-weight:500}.status-pending{color:#f59e0b;font-weight:500}.mock-jobs-grid{display:grid;grid-template-columns:1fr;gap:12px}.mock-job-card{background:#fff;padding:16px;border-radius:8px;border:1px solid #e6e9ed}.mock-job-card h4{font-size:14px;font-weight:600;color:#1a1a2e;margin:0 0 4px}.mock-job-card p{font-size:12px;color:#666;margin:0 0 8px}.job-status{display:inline-block;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600}.job-status.active{background:#e8f5e9;color:#28a745}.job-status.pending{background:#fff3e0;color:#f59e0b}.job-status.completed{background:#e3f2fd;color:#1976d2}@media(max-width:1200px){.file-tree{width:180px}}@media(max-width:900px){.integration-demo{flex-direction:column}.editor-panel{width:100%!important;height:50%;border-bottom:1px solid #333}.drag-handle{display:none}.preview-panel{width:100%!important;height:50%}}.tour-overlay{position:fixed;inset:0;background:#00000080;z-index:10000}.tour-tooltip{position:fixed;background:#fff;border-radius:12px;padding:16px;width:280px;box-shadow:0 8px 32px #0000004d;z-index:10001}.tour-step-1{bottom:220px;left:20px}.tour-step-2{top:120px;left:240px}.tour-step-3{top:100px;left:280px}.tour-step-4{top:50%;right:35%;transform:translateY(-50%)}.tour-close{position:absolute;top:8px;right:8px;background:none;border:none;color:#999;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.tour-close:hover{color:#333}.tour-content{margin-bottom:16px}.tour-step-indicator{font-size:11px;font-weight:600;color:#4ec9b0;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.tour-content h4{font-size:16px;font-weight:600;color:#1a1a2e;margin:0 0 8px}.tour-content p{font-size:13px;color:#697386;margin:0;line-height:1.5}.tour-hint{margin-top:8px!important;font-size:12px!important;color:#999!important;font-style:italic}.tour-code-block{display:flex;align-items:center;gap:8px;margin-top:12px;padding:10px 12px;background:#1e1e1e;border-radius:6px}.tour-code-block code{flex:1;font-family:Monaco,Menlo,monospace;font-size:12px;color:#4ec9b0}.tour-copy-btn{display:flex;align-items:center;justify-content:center;padding:6px;background:#ffffff1a;border:none;border-radius:4px;color:#999;cursor:pointer;transition:all .15s}.tour-copy-btn:hover{background:#fff3;color:#fff}.tour-badge{display:inline-flex;align-items:center;padding:2px 6px;background:#4ec9b0;color:#1e1e1e;font-size:10px;font-weight:700;border-radius:3px}.tour-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.tour-skip{background:none;border:none;color:#697386;font-size:13px;cursor:pointer;padding:8px}.tour-skip:hover{color:#1a1a2e}.tour-next{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#1a1a2e;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.tour-next:hover{background:#2a2a3e}.tour-arrow{position:absolute;width:0;height:0}.tour-arrow-down{bottom:-8px;left:24px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}.tour-arrow-right{top:50%;left:-8px;transform:translateY(-50%);border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #fff}.tour-arrow-left{top:50%;right:-8px;transform:translateY(-50%);border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #fff}.tour-arrow-up{top:-8px;left:24px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #fff}[data-tour-step="0"] .editor-panel{position:relative;z-index:9999}[data-tour-step="0"] .console-drawer{box-shadow:0 0 0 4px #4ec9b080;border-radius:0 0 8px 8px}[data-tour-step="1"] .editor-panel{position:relative;z-index:9999}[data-tour-step="1"] .file-tree{box-shadow:0 0 0 4px #4ec9b080;border-radius:8px}[data-tour-step="2"] .editor-panel{position:relative;z-index:9999}[data-tour-step="2"] .file-count-btn{box-shadow:0 0 0 4px #4ec9b080}[data-tour-step="3"] .integration-wrapper{position:relative;z-index:9999}[data-tour-step="3"] .preview-panel{box-shadow:0 0 0 4px #4ec9b080}
