@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-primary: #fbfbfb;--bg-secondary: #f3f4f6;--bg-tertiary: #e5e7eb;--bg-card: #ffffff;--bg-card-hover: #f9fafb;--bg-glass: rgba(255, 255, 255, .8);--bg-glass-border: rgba(0, 0, 0, .1);--text-primary: #111827;--text-secondary: #374151;--text-tertiary: #6b7280;--text-muted: #9ca3af;--border-primary: #e5e7eb;--border-secondary: #d1d5db;--accent: rgb(50, 103, 227);--accent-hover: rgb(40, 83, 207);--accent-light: rgba(50, 103, 227, .1);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, .05)}:root.dark{--bg-primary: #121826;--bg-secondary: #1f2937;--bg-tertiary: #374151;--bg-card: #1f2937;--bg-card-hover: #374151;--bg-glass: rgba(31, 41, 55, .8);--bg-glass-border: rgba(255, 255, 255, .1);--text-primary: #f8fafc;--text-secondary: #e5e7eb;--text-tertiary: #9ca3af;--text-muted: #6b7280;--border-primary: rgba(71, 78, 97, .5);--border-secondary: #4b5563;--accent: rgb(50, 102, 227);--accent-hover: rgb(80, 132, 247);--accent-light: rgba(50, 102, 227, .2);--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 6px -1px rgba(0, 0, 0, .2)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat Alternates,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow-x:hidden;line-height:1.5;transition:background-color .3s ease,color .3s ease}#root{min-height:100vh}.theme-bg-primary{background-color:var(--bg-primary)}.theme-bg-secondary{background-color:var(--bg-secondary)}.theme-bg-tertiary{background-color:var(--bg-tertiary)}.theme-bg-card{background-color:var(--bg-card)}.theme-text-primary{color:var(--text-primary)}.theme-text-secondary{color:var(--text-secondary)}.theme-text-tertiary{color:var(--text-tertiary)}.theme-text-muted{color:var(--text-muted)}.theme-border{border-color:var(--border-primary)}.theme-border-secondary{border-color:var(--border-secondary)}.glass-card-themed{background-color:var(--bg-glass);border:1px solid var(--bg-glass-border);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}:root:not(.dark) .bg-gray-600{background-color:#d1d5db}:root:not(.dark) .bg-gray-700{background-color:#e5e7eb}:root:not(.dark) .bg-gray-700\/50{background-color:#e5e7eb80}:root:not(.dark) .bg-gray-800{background-color:#f3f4f6}:root:not(.dark) .bg-gray-800\/80{background-color:#f3f4f6cc}:root:not(.dark) .bg-gray-900{background-color:#f9fafb}:root:not(.dark) .border-gray-600{border-color:#d1d5db}:root:not(.dark) .border-gray-700{border-color:#e5e7eb}:root:not(.dark) .border-gray-700\/50{border-color:#e5e7eb80}:root:not(.dark) .text-gray-500{color:#6b7280}:root:not(.dark) .text-gray-600{color:#4b5563}:root:not(.dark) .phone-preview{background-color:#1f2937!important}:root:not(.dark) .phone-preview *{color:#f8fafc}:root:not(.dark) .bg-black\/50{background-color:#0000004d}:root:not(.dark) .bg-black\/70{background-color:#00000080}:root:not(.dark) .hover\:bg-white\/5:hover{background-color:#0000000d}:root:not(.dark) .hover\:bg-gray-600:hover{background-color:#d1d5db}:root:not(.dark) .hover\:bg-gray-700:hover{background-color:#e5e7eb}:root:not(.dark) .hover\:bg-gray-800:hover{background-color:#f3f4f6}:root:not(.dark) .bg-dark{background-color:#f3f4f6}:root:not(.dark) .bg-primary{background-color:#fff}:root:not(.dark) .from-dark{--tw-gradient-from: #f3f4f6}:root:not(.dark) .to-primary{--tw-gradient-to: #ffffff}:root:not(.dark) .from-dark\/50{--tw-gradient-from: rgba(243, 244, 246, .5)}:root:not(.dark) .from-dark\/60{--tw-gradient-from: rgba(243, 244, 246, .6)}:root:not(.dark) .to-primary\/30{--tw-gradient-to: rgba(255, 255, 255, .3)}:root:not(.dark) footer{background-color:#f3f4f6!important;border-top:1px solid #e5e7eb}@keyframes spin-gpu{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.hero-phone-glow-container{position:absolute;z-index:5;pointer-events:none;border-radius:40px;overflow:hidden;filter:blur(50px);transform:translateZ(0);opacity:.6;transition:opacity .3s ease}.hero-phone-glow-gradient{position:absolute;top:50%;left:50%;width:250%;height:250%;background:conic-gradient(from 0deg,#fff,#88a8ee,#5e7ec6,#ecf1fc,#c2d3f9,#fff);animation:spin-gpu 6s linear infinite;will-change:transform}.hero-section{position:relative;width:100%;height:calc(100vh + 100px);overflow:visible}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;background-repeat:no-repeat;background-size:2000px 1500px;background-position:0 0;transition:background-color .3s ease}#effectCanvas{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}#effectHost{position:absolute;top:0;left:0;width:100%;height:100%;overflow:visible;pointer-events:none}.hero-right-animated{position:relative;z-index:0;transform-style:preserve-3d}.hand{position:absolute;top:0;left:0;pointer-events:none;opacity:0;transition:opacity .4s ease-out}.hand.ready{opacity:1}.hand--square{display:block}.hero-main{width:100%;padding-top:calc(20vh + 50px);padding-left:12vw;padding-right:12vw;position:absolute;top:0;left:0;z-index:var(--z-content-desktop)}.subtitle-container{width:100%;max-width:700px;grid-column:1 / -1;flex-basis:100%;word-wrap:break-word;overflow-wrap:break-word;margin-top:.2rem}.subtitle{font-family:Montserrat Alternates,sans-serif;font-weight:500;font-style:normal;color:var(--text-secondary);font-size:clamp(.9rem,3vw,1.1rem);width:calc(600px + 1.5rem);text-align:left;margin-top:1rem;margin-bottom:1.5rem;opacity:.8;transition:color .3s ease;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-section h1{font-family:Unbounded,sans-serif;font-weight:900;display:block;text-transform:uppercase;font-size:clamp(2rem,8vw,3.3rem);line-height:1.4;padding:.1em 0;background:linear-gradient(to right,var(--text-primary),var(--text-secondary));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left}.hero-section h2{font-family:Unbounded,sans-serif;font-weight:900;font-style:normal;font-size:clamp(1.8rem,7vw,3rem);line-height:1.4;text-transform:uppercase;color:var(--bg-primary);background-color:var(--text-primary);display:inline-block;padding:.2em 1em;box-decoration-break:clone;-webkit-box-decoration-break:clone;text-align:left;border-radius:10px;margin-top:.7rem;margin-bottom:.7rem;transition:background-color .3s ease,color .3s ease}.hero-section h3{font-family:Unbounded,sans-serif;font-weight:900;display:block;font-style:normal;font-size:clamp(1.8rem,8vw,3rem);line-height:1.4;padding:.1em 0;background:linear-gradient(to right,var(--text-primary),var(--text-secondary));text-transform:uppercase;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:left;margin-bottom:1.5rem}.hero-section h4{font-family:Montserrat Alternates,sans-serif;font-weight:600;font-style:normal;font-size:1.2rem;line-height:1.6;color:var(--text-primary);display:inline-block;box-decoration-break:clone;-webkit-box-decoration-break:clone;text-align:left;border-radius:10px;margin:0;background:none;-webkit-text-fill-color:var(--text-primary);transition:color .3s ease}.text-content{flex:1}.cards-container{display:flex;flex-wrap:wrap;gap:1.8rem;perspective:1000px}.card{font-family:Montserrat Alternates,sans-serif;font-weight:200;font-style:normal;position:relative;height:90px;width:300px;border-radius:16px;background:linear-gradient(145deg,#313d5a80,#1f294180);border:1px solid var(--border-primary);box-shadow:var(--shadow-lg);transform-style:preserve-3d;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;overflow:hidden}.card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .3s ease}.card:hover:before{opacity:1}.card-content{position:relative;height:100%;display:flex;padding-left:1rem;padding-top:1rem;flex-direction:column;transform-style:preserve-3d;transition:transform .5s ease}.content-wrapper{display:flex;gap:8px;align-items:flex-start}.store-icon{padding-top:.5rem;padding-left:.5rem;padding-right:1rem;display:flex;align-items:center;justify-content:center}.download-text{font-size:.8rem;font-weight:300;margin:0;opacity:.7;line-height:1.5}.store-name{font-size:1.2rem;font-weight:600;margin:0;line-height:1.5;color:#fff}.card-icon{font-size:1.25rem;margin-top:.75rem;margin-right:.75rem;opacity:.7;transition:transform .3s ease}.card:hover .card-icon{transform:translate(5px);opacity:1}@media(min-width:1200px){.hero-main{max-width:2400px;margin:0 auto}}@media(max-width:1200px){.hero-main{max-width:1200px;margin:0 auto;width:100%;padding-top:80px;padding-left:3vw;padding-right:3vw;position:absolute;top:0;left:0;z-index:var(--z-content-mobile)}.hero-main h1,.hero-main h2,.hero-main h3{display:block;width:fit-content;max-width:100%;margin-left:auto;white-space:nowrap;margin-right:auto;text-align:center;line-height:1.2}.store-icon{padding-top:.5rem;padding-left:.2rem;padding-right:.2rem;display:flex;align-items:center;justify-content:center}.cards-container{display:flex;flex-wrap:wrap;width:100%;justify-content:center;perspective:1000px}.subtitle{margin:0;display:block;text-align:center;font-size:clamp(.8rem,1vw,1.1rem);width:100%;padding:0 2%}.hero-section h4{font-size:clamp(.9rem,1.5vw,2rem);line-height:1.6;color:#fff;display:inline-block;box-decoration-break:clone;-webkit-box-decoration-break:clone;text-align:left;border-radius:10px}.card-content{position:relative;height:100%;display:flex;padding-left:1rem;padding-top:.7rem;flex-direction:column;transform-style:preserve-3d;transition:transform .5s ease}.card p{font-size:clamp(.9rem,1.5vw,2rem);line-height:2;font-weight:200;opacity:.8;transform:translateZ(15px)}.card{height:80px;width:100%}}.hero-main,.hero-content-animated,.cards-container,.subtitle-container{pointer-events:none!important}.hero-content-animated h1,.hero-content-animated h2,.hero-content-animated h3,.hero-content-animated h4,.subtitle,.card,.features-list-container,.feature-item{pointer-events:auto!important}@media(max-width:1200px){.subtitle-container{width:100%;max-width:100%;margin-top:0rem;padding-left:2%;padding-right:2%}.features-list-container{max-width:100%}}.hero-content-animated{transition:opacity .16s ease-out,transform .16s ease-out}.hero-content-animated.hidden{opacity:0;transform:translate(-100px);pointer-events:none}.hero-right-animated{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5000;pointer-events:none;transition:opacity .16s ease-out,transform .16s ease-out;will-change:opacity,transform}.hero-right-animated>*{pointer-events:auto}.hero-right-animated.hidden{opacity:0;transform:translate(100px)}.editor-animated{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;pointer-events:none;opacity:1}.editor-animated .editor-card{transition:opacity .4s ease-out,height .4s ease-out,top .4s ease-out,background .4s ease-out;height:100px!important;overflow:hidden;background:linear-gradient(145deg,#1f294180,#1f242c80)}.editor-animated.visible{pointer-events:auto}.editor-animated.visible .editor-card{height:calc(100vh - 64px)!important;background:linear-gradient(145deg,#1f2941e6,#13161be6)}.phone-frame{position:absolute;top:0;left:0;background-color:#ebf0f2;border-radius:32px;pointer-events:auto;display:flex;flex-direction:column;align-items:center;padding:48px 16px 32px;overflow:hidden;opacity:0;transition:opacity .4s ease-out}.phone-frame.ready{opacity:1}.url-bar{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:50px;padding:12px 20px;width:100%;box-shadow:0 2px 8px #0000000d}.sparkle-icon{display:flex;align-items:center;justify-content:center}.www-icon{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(9%) sepia(12%) saturate(2878%) hue-rotate(201deg) brightness(97%) contrast(95%)}.url-text{font-family:Montserrat Alternates,sans-serif;font-weight:600;font-size:14px;color:#1a1a2e;flex:1;text-align:center}.arrow-icon{display:flex;align-items:center;justify-content:center}.video-container{flex:1;display:flex;align-items:center;justify-content:center;width:100%;padding:0}.aim-video{width:100%;height:auto;border-radius:50%;object-fit:cover}.content-section{text-align:center;padding:0}.titlePhone{font-family:Montserrat Alternates,sans-serif;font-weight:900;font-size:24px;color:#1a1a2e;margin:10px 0 0;text-align:center}.descriptionPhone{font-family:Montserrat Alternates,sans-serif;width:100%;font-size:12px;line-height:1;color:#4a4a6a;margin:0;padding-top:20px;padding-bottom:20px;text-align:center;-webkit-hyphens:auto;hyphens:auto}.start-button{width:calc(100% - 32px)!important;margin:32px 16px 16px!important;padding:12px 32px!important;min-height:44px!important;font-family:Montserrat Alternates,sans-serif!important;font-weight:600!important;font-size:16px!important;border-radius:9999px!important;background:linear-gradient(135deg,#1a1a2e,#2d2d4a,#1a1a2e)!important;background-size:200% 200%!important;animation:shimmer 3s ease-in-out infinite!important;box-shadow:0 4px 15px #1a1a2e66,0 0 20px #7c3aed33,inset 0 1px #ffffff1a!important;position:relative!important;overflow:hidden!important;z-index:100!important;cursor:pointer!important;pointer-events:auto!important}.start-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);animation:shine 2.5s ease-in-out infinite}@keyframes shimmer{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes shine{0%{left:-100%}50%,to{left:100%}}.start-button:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #1a1a2e80,0 0 30px #7c3aed4d,inset 0 1px #ffffff26!important}.hero-phone-glow-container{position:absolute;z-index:5;pointer-events:none;border-radius:40px;overflow:hidden;filter:blur(50px);transform:translateZ(0);opacity:0;transition:opacity .4s ease-out}.hero-phone-glow-container.ready{opacity:.6}.hero-phone-glow-gradient{width:100%;height:100%;background:conic-gradient(from 0deg,#0e3488,#88a8ee,#5e7ec6,#ecf1fc,#c2d3f9,#0e3488)}.editor-card{position:absolute;background:var(--bg-card);box-shadow:var(--shadow-lg);pointer-events:auto;border:1px solid var(--border-primary);overflow:visible!important;opacity:0;transition:opacity .4s ease-out,background-color .3s ease,border-color .3s ease}.editor-card.ready{opacity:1}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}.glass-card{background:var(--bg-card);border:1px solid var(--border-primary);transition:background-color .3s ease,border-color .3s ease}.glass-card-solid{background:#1b202d;border:1px solid rgba(200,200,200,.2);box-shadow:0 15px 30px -12px #00000080}.iframe-builder-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.iframe-builder-container{width:95vw;height:90vh;background:#1b202d;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;animation:slideUp .3s ease-out}.iframe-builder-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#1b202d;border-bottom:1px solid #363636;gap:16px;position:relative;z-index:10;flex-shrink:0}.iframe-builder-actions{display:flex;gap:8px;align-items:center}.iframe-builder-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;color:#fff}.iframe-builder-btn-save{background:#3165e2;color:#fff}.iframe-builder-btn-save:hover{background:#4474e2;box-shadow:0 4px 12px #5959e84d}.iframe-builder-btn-close{background:#363636;color:#888}.iframe-builder-btn-close:hover{background:#454545;color:#fff}.iframe-builder-title{margin:0;font-size:18px;font-weight:600;color:#fff}.iframe-builder-close{width:32px;height:32px;border:none;background:transparent;color:#888;font-size:24px;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.iframe-builder-close:hover{background:#363636;color:#fff}.iframe-builder-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:16px;color:#888}.iframe-builder-spinner{width:40px;height:40px;border:3px solid #363636;border-top-color:#5959e8;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.iframe-builder-frame{flex:1;width:100%;height:100%;border:none;background:#1c1c1c}.setting-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.setting-modal-container{width:95vw;height:90vh;background:#1b202d;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000080;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.setting-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;background:#1b202d;border-bottom:1px solid #363636;gap:16px;position:relative;z-index:10;flex-shrink:0}.setting-modal-title{margin:0;font-size:20px;font-weight:600;color:#fff}.setting-modal-subtitle{margin:4px 0 0;font-size:14px;color:#888}.setting-modal-close{width:40px;height:40px;border:none;background:transparent;color:#888;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.setting-modal-close:hover{background:#363636;color:#fff}.setting-modal-content{flex:1;width:100%;height:100%;overflow-y:auto;padding:24px;background:#1b202d}.setting-modal-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#666}.setting-modal-icon{width:64px;height:64px;margin-bottom:16px;opacity:.5}.setting-modal-placeholder-title{font-size:18px;font-weight:600;color:#888;margin:0 0 8px}.setting-modal-placeholder-text{font-size:14px;color:#666;margin:0}.features-list-container{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;width:100%;max-width:1200px;margin-top:.3rem}.feature-item{display:flex;gap:.75rem;align-items:flex-start}.feature-check{flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;color:#22c55e;margin-top:.4rem}.feature-check svg{width:18px;height:18px;stroke:#22c55e}.feature-content{flex:1}.feature-title{font-family:Montserrat Alternates,sans-serif;font-size:.1rem;margin:0 0 .2rem;color:var(--text-primary);line-height:1.3}.feature-description{font-family:Montserrat Alternates,sans-serif;font-weight:200;font-size:.8rem;margin:0;color:var(--text-secondary);line-height:1.4;opacity:.85}@media(max-width:1200px){.features-list-container{grid-template-columns:1fr 1fr;gap:.8rem;max-width:100%;margin-top:.3rem}.feature-item{gap:.6rem}.feature-title{font-size:.7rem;margin:0 0 .15rem}.feature-description{font-size:.75rem;line-height:1.3}.feature-check{width:16px;height:16px;margin-top:.1rem}.feature-check svg{width:16px;height:16px}}@media(max-width:768px){.features-list-container{grid-template-columns:1fr;gap:.6rem;margin-top:.2rem}.feature-item{gap:.5rem}.feature-title{font-size:.65rem;margin:0 0 .1rem}.feature-description{font-size:.7rem;line-height:1.3}.feature-check{width:14px;height:14px;margin-top:.08rem}.feature-check svg{width:14px;height:14px}}.bottom-section{background-color:transparent;transition:background-color .3s ease;position:relative;z-index:5}.bottom-section .glass-card{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background-color:var(--bg-card);border-color:var(--border-primary)}.request-logger-container{position:fixed;bottom:0;left:0;right:0;height:25vh;background:#1e1e1e;border-top:2px solid #333;display:flex;flex-direction:column;z-index:10000;font-family:Courier New,monospace;box-shadow:0 -4px 12px #0000004d}.request-logger-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#252525;border-bottom:1px solid #333;flex-shrink:0}.request-logger-header h3{margin:0;color:#e0e0e0;font-size:14px;font-weight:600;letter-spacing:.5px}.request-logger-controls{display:flex;gap:8px}.request-logger-btn{padding:6px 12px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s ease;font-family:Courier New,monospace}.request-logger-btn.clear-btn{background:#424242;color:#e0e0e0}.request-logger-btn.clear-btn:hover{background:#505050;transform:translateY(-1px)}.request-logger-btn.close-btn{background:#f44336;color:#fff;width:28px;height:28px;padding:0;display:flex;align-items:center;justify-content:center}.request-logger-btn.close-btn:hover{background:#d32f2f;transform:scale(1.1)}.request-logger-content{flex:1;overflow-y:auto;overflow-x:hidden;background:#1e1e1e;padding:8px 0}.request-logger-content::-webkit-scrollbar{width:8px}.request-logger-content::-webkit-scrollbar-track{background:#1e1e1e}.request-logger-content::-webkit-scrollbar-thumb{background:#424242;border-radius:4px}.request-logger-content::-webkit-scrollbar-thumb:hover{background:#505050}.request-logger-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#757575;font-size:13px;text-align:center;padding:20px}.request-logger-list{display:flex;flex-direction:column}.request-logger-item{padding:8px 12px;border-bottom:1px solid #2a2a2a;transition:background .15s ease}.request-logger-item:hover{background:#252525}.request-logger-row{display:flex;align-items:center;gap:10px;font-size:12px;line-height:1.4}.request-logger-method{padding:2px 8px;border-radius:3px;color:#fff;font-weight:600;font-size:11px;min-width:50px;text-align:center;flex-shrink:0}.request-logger-url{color:#64b5f6;flex:1;white-space:normal;word-break:break-all;cursor:pointer}.request-logger-url:hover{color:#90caf9;text-decoration:underline}.request-logger-status{font-weight:600;min-width:45px;text-align:center;flex-shrink:0}.request-logger-duration{color:#a1887f;min-width:50px;text-align:right;flex-shrink:0}.request-logger-time{color:#757575;min-width:70px;text-align:right;flex-shrink:0;font-size:11px}.request-logger-copy-btn{background:none;border:none;cursor:pointer;font-size:14px;padding:2px 6px;border-radius:3px;transition:all .2s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:28px;height:24px}.request-logger-copy-btn:hover{background:#424242;transform:scale(1.1)}.request-logger-copy-btn:active{background:#505050;transform:scale(.95)}.request-logger-body{color:#9e9e9e;font-size:11px;margin-top:4px;margin-left:68px;white-space:normal;word-break:break-all;opacity:.8}@media(max-width:768px){.request-logger-container{height:30vh}.request-logger-row{flex-wrap:wrap;gap:6px}.request-logger-url{flex-basis:100%;order:3}.request-logger-duration,.request-logger-time{min-width:auto;text-align:left}.request-logger-body{margin-left:0;max-width:100%}}@media(prefers-color-scheme:dark){.request-logger-container{background:#0d0d0d}.request-logger-header{background:#1a1a1a}.request-logger-item{border-bottom-color:#1a1a1a}.request-logger-item:hover{background:#1a1a1a}}.app-container{font-family:Montserrat Alternates,sans-serif;scroll-behavior:smooth}.bg-dark{background-color:#121826d9}.bg-primary{background-color:#202a40d9}.text-light{color:#f8fafc}.text-accent{color:#3165e2}.border-accent{border-color:#3165e2}.glass-card{background:#1b202d99;border:1px solid rgba(200,200,200,.2);box-shadow:0 15px 30px -12px #00000080}.glass-top{background:#21252fe6;border:1px solid rgba(200,200,200,.2);box-shadow:0 15px 30px -12px #0000001a;z-index:100!important}.testimonial-card{background:linear-gradient(145deg,#1a1e28d9,#0f111ad9);box-shadow:5px 5px 15px #0000004d}.pricing-card:hover{transform:translateY(-10px);border-color:#3266e3}.feature-icon{transition:all .3s ease}.feature-card:hover .feature-icon{transform:scale(1.2) rotate(5deg)}.custom-underline{position:relative}.custom-underline:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background:linear-gradient(90deg,#0ef6cc,#3266e3);transform:scaleX(0);transition:transform .3s ease}.custom-underline:hover:after{transform:scaleX(1)}.accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion.active .accordion-content{max-height:300px}.chat-message{opacity:0;transform:translateY(10px);animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.font-unbounded{font-family:Unbounded,sans-serif}.from-accent{--tw-gradient-from: #3165e2}.to-accent2{--tw-gradient-to: #da7ab5}.from-dark\/50{--tw-gradient-from: rgba(18, 24, 38, .5)}.to-primary\/30{--tw-gradient-to: rgba(32, 42, 64, .3)}.from-primary\/50{--tw-gradient-from: rgba(32, 42, 64, .5)}.from-dark\/60{--tw-gradient-from: rgba(18, 24, 38, .6)}.section-transparent{background-color:#121826bf!important}.bg-gradient-to-r.from-dark\/50.to-primary\/30{background:linear-gradient(to right,#12182680,#202a404d)!important}.bg-gradient-to-b.from-primary\/50.to-dark{background:linear-gradient(to bottom,#202a4080,#121826bf)!important}.bg-gradient-to-b.from-dark\/60.to-primary\/30{background:linear-gradient(to bottom,#12182699,#202a404d)!important}.bg-gradient-to-br.from-primary.to-dark{background:linear-gradient(to bottom right,#202a40d9,#121826d9)!important}.border-gray-700{border-color:#374151}.border-gray-800{border-color:#1f2937}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-yellow-400{color:#facc15}.text-green-400{color:#4ade80}#pixie{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none}.app-container>section,.app-container>nav,.app-container>footer{position:relative;z-index:1}.bottom-section{position:relative;z-index:5}.app-container>footer.bg-dark{background-color:#121826e6}.markdown-content h1{font-size:1.875rem;font-weight:700;color:#fff;margin-top:1.5rem;margin-bottom:1rem;line-height:1.25;border-bottom:2px solid rgba(49,101,226,.3);padding-bottom:.5rem}.markdown-content h2{font-size:1.25rem;font-weight:700;color:#fff;margin-top:1.25rem;margin-bottom:.75rem;line-height:1.25;border-left:4px solid #3165e2;padding-left:.75rem}.markdown-content h3{font-size:1.125rem;font-weight:700;color:#fff;margin-top:1rem;margin-bottom:.5rem;line-height:1.25}.markdown-content h4{font-size:1rem;font-weight:700;color:#fff;margin-top:.75rem;margin-bottom:.5rem;line-height:1.25}.markdown-content p{color:#d1d5db;line-height:1.625;margin-bottom:1rem;font-size:.875rem}.markdown-content strong{font-weight:700;color:#fff}.markdown-content em{font-style:italic;color:#e5e7eb}.markdown-content strong em,.markdown-content em strong{font-weight:700;font-style:italic;color:#fff}.markdown-content ul{list-style-type:disc;list-style-position:inside;color:#d1d5db;margin-bottom:1rem;font-size:.875rem;margin-left:.5rem;display:flex;flex-direction:column;gap:.5rem}.markdown-content ul li{color:#d1d5db;line-height:1.625;margin-left:1rem}.markdown-content ul li::marker{color:#3165e2;font-weight:700}.markdown-content ol{list-style-type:decimal;list-style-position:inside;color:#d1d5db;margin-bottom:1rem;font-size:.875rem;margin-left:.5rem;display:flex;flex-direction:column;gap:.5rem}.markdown-content ol li{color:#d1d5db;line-height:1.625;margin-left:1rem}.markdown-content ol li::marker{color:#3165e2;font-weight:700}.markdown-content blockquote{border-left:4px solid #3165e2;padding-left:1rem;padding-top:.5rem;padding-bottom:.5rem;margin:1rem 0;font-style:italic;color:#9ca3af;background-color:#3165e21a;border-radius:.375rem}.markdown-content code{background-color:#1f2937cc;color:#3165e2;padding:.125rem .5rem;border-radius:.25rem;font-size:.875rem;font-family:Courier New,monospace;border:1px solid rgba(49,101,226,.2)}.markdown-content pre{background-color:#111827f2;padding:1rem;border-radius:.5rem;margin-bottom:1rem;overflow-x:auto;border:1px solid rgba(49,101,226,.2)}.markdown-content pre code{background-color:transparent;color:#d1d5db;padding:0;border:none;font-size:.875rem;font-family:Courier New,monospace}.markdown-content a{color:#3165e2;text-decoration:underline;transition:all .2s ease}.markdown-content a:hover{color:#2451c4;text-decoration-thickness:2px}.markdown-content hr{border:none;border-top:2px solid rgba(49,101,226,.3);margin:1.5rem 0}.markdown-content table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}.markdown-content table th{background-color:#3165e233;color:#fff;padding:.75rem;text-align:left;font-weight:700;border:1px solid rgba(49,101,226,.3)}.markdown-content table td{color:#d1d5db;padding:.75rem;border:1px solid rgba(49,101,226,.2)}.markdown-content table tr:hover{background-color:#3165e20d}.markdown-content ul ul,.markdown-content ol ol,.markdown-content ul ol,.markdown-content ol ul{margin-top:.5rem;margin-bottom:.5rem;margin-left:1rem}
