:root{--primary:#0f172a;--primary-light:#334155;.mobile-only{display:none}.desktop-only{display:block}@media (max-width:768px){.mobile-only{display:block}.desktop-only{display:none}}--accent:#3b82f6;--accent-glow:rgba(59,130,246,.4);--accent-dark:#2563eb;--success:#10b981;--bg-gradient-start:#f8fafc;--bg-gradient-end:#e2e8f0;--glass-bg:hsla(0,0%,100%,.95);--glass-border:hsla(0,0%,100%,.5);--shadow-soft:0 10px 40px -10px rgba(0,0,0,.08);--shadow-hover:0 20px 40px -10px rgba(59,130,246,.15);--radius-lg:24px;--radius-md:16px;--radius-sm:8px}@keyframes fadeInSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{box-shadow:0 0 0 0 rgba(59,130,246,.4)}70%{box-shadow:0 0 0 15px rgba(59,130,246,0)}to{box-shadow:0 0 0 0 rgba(59,130,246,0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.tool-container{max-width:1100px;margin:100px auto 4rem;padding:0;background:transparent;animation:fadeInSlideUp .6s ease-out}.tool-container h2{font-size:2.5rem;font-weight:800;text-align:center;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem;letter-spacing:-1px}.tool-container>p{text-align:center;color:#64748b;font-size:1.1rem;max-width:600px;margin:0 auto 3rem}.tool-workspace{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid #fff;box-shadow:var(--shadow-soft);border-radius:var(--radius-lg);padding:3rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.tool-workspace:hover{box-shadow:var(--shadow-hover)}.drop-zone{border:3px dashed #cbd5e1;border-radius:var(--radius-md);padding:4rem 2rem;text-align:center;background:#f8fafc;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden}.drop-zone:hover{transform:scale(1.01)}.drop-zone.drag-over,.drop-zone:hover{border-color:var(--accent);background:#eff6ff}.drop-zone.drag-over{animation:pulse-ring 1.5s infinite}.drop-zone svg{width:64px;height:64px;color:#94a3b8;margin-bottom:1.5rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.drop-zone:hover svg{color:var(--accent);transform:scale(1.1) rotate(5deg)}.controls-panel{margin-top:2rem;padding:2rem;background:#fff;border-radius:var(--radius-md);box-shadow:0 4px 6px -2px rgba(0,0,0,.05);border:1px solid #f1f5f9;animation:fadeInSlideUp .5s ease-out .2s backwards}.quality-slider{padding:1rem 0}.quality-slider label{display:flex;justify-content:space-between;font-weight:700;color:var(--primary);margin-bottom:1rem}.quality-slider input[type=range]{width:100%;height:8px;background:#e2e8f0;border-radius:4px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.quality-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;background:#fff;border:2px solid var(--accent);border-radius:50%;box-shadow:0 4px 10px rgba(59,130,246,.3);-webkit-transition:transform .2s cubic-bezier(.34,1.56,.64,1);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.quality-slider input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2)}.quality-hints{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.8rem;font-weight:600;color:#94a3b8}.quality-hints span.active{color:var(--accent);position:relative}.quality-hints span.active:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:var(--accent);border-radius:2px}.comparison-container,.merge-comparison-container{display:flex;justify-content:center;align-items:stretch;flex-direction:row;gap:1.5rem;margin-top:10px;width:100%}.comparison-item,.merge-comparison-item{background:#fff;padding:1.5rem;border-radius:var(--radius-md);box-shadow:0 4px 20px rgba(0,0,0,.06);text-align:center;transition:transform .3s ease;border:1px solid #f1f5f9;flex:1 1;min-width:0;display:flex;flex-direction:column}.comparison-item:hover,.merge-comparison-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.comparison-label{display:inline-block;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:800;letter-spacing:1px;text-transform:uppercase;margin-bottom:1rem;color:var(--primary);background:#f1f5f9;z-index:1}.merge-comparison-item{position:relative}.remove-btn{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.9);border:1px solid #e2e8f0;color:#ef4444;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;padding:0;box-shadow:0 2px 4px rgba(0,0,0,.1)}.remove-btn:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.swap-container{padding:0 .5rem}.swap-btn,.swap-container{display:flex;align-items:center;justify-content:center}.swap-btn{width:50px;height:50px;border-radius:50%;background:#fff;border:2px solid var(--accent);color:var(--accent);cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 10px rgba(59,130,246,.2)}.swap-btn:hover{background:var(--accent);color:#fff;transform:rotate(180deg) scale(1.1);box-shadow:0 8px 20px rgba(59,130,246,.3)}.comparison-label.top{background:#eff6ff;color:var(--accent)}.comparison-label.bottom{background:#fdf2f8;color:#db2777}.comparison-item img,.merge-comparison-item img{width:100%;height:220px;object-fit:contain;border-radius:var(--radius-sm);background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 0),linear-gradient(-45deg,#f1f5f9 25%,transparent 0),linear-gradient(45deg,transparent 75%,#f1f5f9 0),linear-gradient(-45deg,transparent 75%,#f1f5f9 0);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0}.compression-stats{display:flex;justify-content:space-around;padding:2rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:var(--radius-md);margin-top:2rem;border:1px solid #e2e8f0}.stat-item{text-align:center;position:relative;padding:0 1rem}.stat-item:not(:last-child):after{content:"";position:absolute;right:0;top:20%;height:60%;width:1px;background:#e2e8f0}.stat-value{display:block;font-size:1.5rem;font-weight:800;color:var(--primary);margin-top:.5rem}.stat-value.reduction{color:var(--success);text-shadow:0 2px 4px rgba(16,185,129,.2)}.btn{position:relative;width:100%;max-width:350px;margin:2rem auto 0;padding:1rem 2rem;background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);color:#fff;border:none;font-size:1.1rem;font-weight:700;border-radius:var(--radius-md);cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 15px rgba(37,99,235,.4);display:flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(37,99,235,.5)}.btn:after{content:"";position:absolute;top:0;left:-100%;width:50%;height:100%;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);transform:skewX(-20deg);animation:shimmer 3s infinite}.result-layout{display:flex;flex-direction:column;gap:2rem;margin-top:3rem;animation:fadeInSlideUp .6s cubic-bezier(.16,1,.3,1)}@media (min-width:992px){.result-layout{flex-direction:row;align-items:flex-start}.result-layout .result{margin-top:0;flex:2 1}.student-discovery-card{flex:1 1}}.result{padding:2rem;background:#fff}.result,.student-discovery-card{text-align:center;border-radius:var(--radius-lg);border:2px solid #e2e8f0;display:flex;flex-direction:column;justify-content:center;align-items:center}.student-discovery-card{background:linear-gradient(135deg,#fff,#f8fafc);padding:2.5rem 2rem;box-shadow:0 10px 30px rgba(0,0,0,.05);position:relative;overflow:hidden}.student-discovery-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--accent),var(--success))}.student-discovery-card h3{font-size:1.4rem;color:var(--primary);margin-bottom:1rem;font-weight:800}.student-discovery-card p{color:#64748b;font-size:1rem;line-height:1.6;margin-bottom:2rem}.nudge-btn{background:#fff;color:var(--accent-dark);border:2px solid var(--accent);padding:.8rem 1.5rem;border-radius:50px;font-weight:700;text-decoration:none;transition:all .3s ease;display:inline-block;width:100%;max-width:250px}.nudge-btn:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px rgba(59,130,246,.3)}.result img{max-width:100%;max-height:80vh;object-fit:contain;border-radius:var(--radius-md);box-shadow:0 20px 40px -10px rgba(0,0,0,.15);margin-bottom:2rem;background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 0),linear-gradient(-45deg,#f1f5f9 25%,transparent 0),linear-gradient(45deg,transparent 75%,#f1f5f9 0),linear-gradient(-45deg,transparent 75%,#f1f5f9 0);background-size:20px 20px}.example-steps{margin-top:6rem;padding-top:4rem;padding-left:2rem;padding-right:2rem;border-top:1px solid #e2e8f0}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.step-item{background:#fff;padding:2rem 1.5rem;border-radius:var(--radius-md);border:1px solid #f1f5f9;transition:all .3s ease;position:relative;overflow:hidden}.step-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover);border-color:#e2e8f0}.step-number{position:absolute;top:-10px;right:-10px;width:60px;height:60px;background:var(--bg-input);color:var(--accent);border-radius:50%;display:flex;align-items:flex-end;justify-content:flex-start;padding:15px;font-size:1.5rem;font-weight:800;opacity:.5}.step-content h4{margin:1rem 0 .5rem;font-size:1.1rem;font-weight:700;color:var(--primary)}.step-content p{font-size:.95rem;line-height:1.6;color:#64748b}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.benefit-item{text-align:left;padding:1.5rem;background:linear-gradient(90deg,#f8fafc,#fff);border-radius:var(--radius-md);border-left:4px solid var(--accent)}.benefit-item svg{color:var(--accent);margin-bottom:1rem}.benefit-item h5{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}#reduce-image-size{padding:0 24px}.stat-label{color:#000}@media (max-width:768px){.tool-workspace{padding:1.5rem}.drop-zone{padding:2.5rem 1rem}.compression-stats{flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:.25rem;padding:1rem .5rem}.stat-item{padding:0 .25rem;flex:1 1}.stat-value{font-size:1rem;margin-top:.25rem}.stat-label{font-size:.75rem}.merge-comparison-container{flex-direction:column;gap:1rem;align-items:stretch}.swap-container{padding:1rem 0;flex-direction:column;gap:10px;width:100%}.merge-comparison-item{width:100%;padding:1rem}.comparison-container{flex-direction:row;flex-wrap:nowrap;gap:.25rem;align-items:center}.comparison-item{padding:.5rem;flex:1 1}.comparison-item img{height:120px}.comparison-label{font-size:.65rem;padding:.2rem .5rem;margin-bottom:.5rem}.comparison-arrow{margin:5px 0;transform:rotate(0deg)}.comparison-arrow svg{width:24px;height:24px}.tool-container h2{font-size:2rem}.controls-panel{padding:1.5rem}.mobile-app-container{padding:16px;margin:60px auto 20px;font-family:inherit;animation:fadeInSlideUp .4s ease-out;background:transparent}.mobile-app-header{text-align:center;margin-bottom:20px}.mobile-app-header h2{font-size:1.6rem!important;margin-bottom:4px!important;background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.mobile-app-header p{font-size:.85rem;color:#64748b;margin:0}.mobile-slots-container{display:flex;flex-direction:column;gap:8px}.mobile-slot-card{background:#fff;border:2px dashed #cbd5e1;border-radius:16px;padding:12px 16px;height:100px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.02)}.mobile-slot-card.filled{border-style:solid;border-color:#6366f1;box-shadow:0 4px 12px rgba(99,102,241,.08)}.mobile-slot-card:active{transform:scale(.99);background:#f8fafc}.mobile-slot-empty{display:flex;align-items:center;gap:16px;width:100%}.mobile-slot-icon-wrapper{width:44px;height:44px;border-radius:12px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0}.mobile-slot-icon-wrapper svg{width:22px;height:22px;color:#475569;margin-bottom:0!important}.mobile-slot-texts{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.mobile-slot-title{font-size:.95rem;font-weight:700;color:#0f172a}.mobile-slot-subtitle{font-size:.75rem;color:#64748b}.mobile-slot-filled{display:flex;align-items:center;width:100%;gap:12px;position:relative}.mobile-slot-thumb-wrapper{width:76px;height:76px;border-radius:10px;overflow:hidden;background:#f8fafc;border:1.5px solid #e2e8f0;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-slot-thumb{max-width:100%;max-height:100%;object-fit:contain}.mobile-slot-info{display:flex;flex-direction:column;align-items:flex-start;flex:1 1;min-width:0;text-align:left}.mobile-slot-label{font-size:.65rem;font-weight:800;color:#6366f1;letter-spacing:.5px;margin-bottom:2px}.mobile-slot-filename{font-size:.85rem;font-weight:700;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.mobile-slot-filesize{font-size:.75rem;color:#64748b}.mobile-slot-remove{width:32px;height:32px;border-radius:50%;background:#fee2e2;color:#ef4444;border:none;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;cursor:pointer;flex-shrink:0;transition:all .2s ease}.mobile-slot-remove:active{background:#fca5a5}.mobile-swap-divider{display:flex;align-items:center;justify-content:center;margin:4px 0;position:relative;width:100%}.mobile-swap-line{height:1.5px;background:#cbd5e1;flex:1 1}.mobile-swap-circle-btn{width:38px;height:38px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;color:#64748b;display:flex;align-items:center;justify-content:center;margin:0 16px;transition:all .2s ease;box-shadow:0 2px 6px rgba(0,0,0,.05);flex-shrink:0}.mobile-swap-circle-btn.active{border-color:#6366f1;color:#6366f1;background:#eef2ff;box-shadow:0 4px 10px rgba(99,102,241,.15)}.mobile-swap-circle-btn.active:active{transform:rotate(180deg) scale(.95)}.mobile-action-container{margin-top:20px;width:100%}.mobile-merge-action-btn{width:100%;height:52px;border-radius:14px;font-size:1rem;font-weight:800;border:none;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease}.mobile-merge-action-btn.active{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 6px 20px rgba(99,102,241,.3)}.mobile-merge-action-btn.active:active{transform:scale(.98)}.mobile-merge-action-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.mobile-result-screen{display:flex;flex-direction:column;align-items:stretch;animation:fadeInSlideUp .4s ease-out}.mobile-success-header{text-align:center;margin-bottom:16px}.mobile-success-icon-wrapper{width:48px;height:48px;border-radius:50%;background:#d1fae5;color:#10b981;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px;margin-top:10px}.mobile-success-checkmark{font-size:1.5rem;font-weight:900}.mobile-success-header h2{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0 0 2px}.mobile-success-header p{font-size:.85rem;color:#64748b;margin:0}.mobile-result-preview-container{background-image:linear-gradient(45deg,#f1f5f9 25%,transparent 0),linear-gradient(-45deg,#f1f5f9 25%,transparent 0),linear-gradient(45deg,transparent 75%,#f1f5f9 0),linear-gradient(-45deg,transparent 75%,#f1f5f9 0);background-size:16px 16px;border:2px solid #cbd5e1;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;margin-bottom:16px;max-height:38vh;box-shadow:0 4px 20px rgba(0,0,0,.06)}.mobile-result-preview-image{max-width:100%;max-height:38vh;object-fit:contain}.mobile-result-actions{display:flex;flex-direction:column;gap:10px}.mobile-download-btn{width:100%;height:50px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 18px rgba(16,185,129,.25);transition:all .2s ease}.mobile-download-btn:active{transform:scale(.98);box-shadow:0 3px 10px rgba(16,185,129,.2)}.mobile-secondary-btn{width:100%;height:46px;border-radius:12px;background:#fff;color:#475569;border:1.5px solid #cbd5e1;font-size:.9rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .2s ease}.mobile-secondary-btn:active{background:#f8fafc}.mobile-compress-nudge{margin-top:16px;padding:12px 16px;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(139,92,246,.05));border:1.5px dashed #6366f1;border-radius:14px;display:flex;align-items:center;justify-content:space-between;text-align:left}.nudge-text-content{display:flex;align-items:center;gap:10px}.nudge-emoji{font-size:1.4rem}.nudge-title{font-size:.85rem;font-weight:800;color:#4338ca;margin:0}.nudge-desc{font-size:.75rem;color:#64748b;margin:2px 0 0}.nudge-action-link{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff!important;text-decoration:none;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px rgba(99,102,241,.15);flex-shrink:0}.mobile-guides-details{margin-top:24px;border-top:1.5px solid #e2e8f0;padding-top:16px;text-align:left}.mobile-guides-summary{font-size:.9rem;font-weight:800;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:space-between;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;list-style:none}}@media (max-width:768px){.mobile-guides-summary::-webkit-details-marker{display:none}.mobile-guides-content{margin-top:12px;animation:fadeInSlideUp .3s ease-out}.mobile-compress-upload-card{background:#fff;border:2px dashed #0284c7;border-radius:20px;padding:32px 16px;text-align:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(2,132,199,.04)}.mobile-compress-upload-card:active{transform:scale(.98);background:#f0f9ff}.mobile-stats-row{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:10px 14px;border-radius:16px;border:1.5px solid #e2e8f0;margin-bottom:12px}.mobile-stat-box{display:flex;flex-direction:column;align-items:center;flex:1 1;text-align:center}.mobile-stat-label{font-size:.65rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.mobile-stat-val{font-size:.95rem;font-weight:800;color:#0f172a}.mobile-stat-val.optimized{color:#0284c7}.mobile-stat-badge{font-size:.75rem;font-weight:800;color:#10b981;background:#d1fae5;padding:4px 8px;border-radius:20px}.mobile-stat-divider-line{width:1.5px;height:24px;background:#cbd5e1}}.privacy-shield-banner{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(139,92,246,.05));border:1.5px dashed var(--accent);border-radius:16px;padding:16px 20px;margin-top:24px;text-align:left;box-shadow:0 4px 15px rgba(99,102,241,.03)}.privacy-shield-icon-wrapper{width:44px;height:44px;border-radius:50%;background:#e0e7ff;color:var(--accent);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 10px rgba(99,102,241,.1)}.privacy-shield-icon-wrapper svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;margin-bottom:0!important}.privacy-shield-content{flex:1 1}.privacy-shield-content h4{margin:0 0 4px;font-size:.95rem;font-weight:800;color:#312e81}.privacy-shield-content p{margin:0;font-size:.8rem;color:#4f46e5;line-height:1.5}@media (max-width:768px){.privacy-shield-banner{padding:12px 16px;gap:12px}.privacy-shield-content h4{font-size:.85rem}.privacy-shield-content p{font-size:.75rem}}.ic-auto-9f7fc3{margin:0!important;font-size:.95rem!important;font-weight:500!important;color:#2c5282!important}.ic-auto-6180bb{margin-top:30px!important;padding:20px!important;background:#ebf8ff!important;border-radius:12px!important;border-left:4px solid #3182ce!important}.ic-auto-49b721{color:#2b6cb0!important;margin-top:30px!important;margin-bottom:15px!important}.ic-auto-5c3cc1{color:#2d3748!important;margin-bottom:20px!important;font-size:1.8rem!important}.ic-auto-0b6164{margin-top:50px!important;padding:40px!important;background:#fff!important;border-radius:20px!important;border:1px solid #e2e8f0!important;line-height:1.7!important;color:#4a5568!important}.ic-auto-35ea27{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;display:block!important}.ic-auto-ced048{margin-top:0!important}.ic-auto-a4676d{color:#64748b!important;margin-bottom:1.5rem!important;text-align:center!important}.ic-auto-4bbebd{margin-top:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.ic-auto-048667{padding:0 10px!important}.ic-auto-e032a6{display:none!important}.ic-auto-59401b{font-size:1.2rem!important}.ic-auto-8a0f31{display:inline-flex!important;align-items:center!important;gap:10px!important;background:linear-gradient(135deg,#0284c7,#0ea5e9)!important;color:#fff!important;padding:10px 20px!important;border-radius:50px!important;font-size:.9rem!important;font-weight:700!important;cursor:pointer!important;margin-top:15px!important;margin-bottom:25px!important;box-shadow:0 4px 15px rgba(2,132,199,.3)!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;border:2px solid hsla(0,0%,100%,.2)!important;animation:pulse-subtle 2s infinite!important}.ic-auto-1b358c{display:flex!important;justify-content:center!important}.ic-auto-a85275{margin:0!important;font-size:.85rem!important;line-height:1.5!important}.ic-auto-8875a0{margin:0 0 10px!important}.ic-auto-92dad5{margin-top:2rem!important;padding:1.5rem!important;border-radius:12px!important}.ic-auto-ef144d{margin:5px 0 0!important;font-size:.85rem!important}.ic-auto-7b19ba{margin:0!important}.ic-auto-50c5bf{padding:1rem!important}.ic-auto-3d4d0e{display:flex!important;flex-direction:column!important;gap:1rem!important}.ic-auto-cc5c24{margin-top:1rem!important;padding-top:1rem!important;border-top:none!important}.ic-auto-965565{margin-top:24px!important}.ic-auto-493d40{margin-top:20px!important}.ic-auto-9a6bd8{padding:6px 12px!important;font-size:.75rem!important;max-width:200px!important}.ic-auto-cb6991{font-size:.75rem!important;margin:0 0 8px!important;line-height:1.4!important}.ic-auto-15aa59{font-size:1rem!important;margin:0 0 4px!important}.ic-auto-4a4e16{padding:15px!important;border-radius:14px!important;border:1.5px solid #e2e8f0!important;margin-top:16px!important}.ic-auto-3d2511{background:linear-gradient(135deg,#0284c7,#0369a1)!important;box-shadow:0 6px 18px rgba(2,132,199,.25)!important}.ic-auto-1f25f6{display:flex!important;justify-content:space-between!important;margin-top:6px!important;font-size:.7rem!important;font-weight:700!important;color:#94a3b8!important}.ic-auto-7b6ef9{width:100%!important;height:6px!important;background:#e2e8f0!important;border-radius:4px!important;outline:none!important;-webkit-appearance:none!important;cursor:pointer!important}.ic-auto-e11f36{color:#0284c7!important}.ic-auto-db2eb1{display:flex!important;justify-content:space-between!important;font-weight:800!important;font-size:.85rem!important;color:#1e293b!important;margin-bottom:8px!important}.ic-auto-bd84b9{background:#fff!important;padding:12px 16px!important;border-radius:16px!important;border:1.5px solid #e2e8f0!important;margin-bottom:16px!important;text-align:left!important}.ic-auto-20be24,.ic-auto-2a9abb{max-height:30vh!important}.ic-auto-20be24{margin-bottom:12px!important}.ic-auto-fc1b38{background:#e0f2fe!important;color:#0284c7!important}.ic-auto-658a07{opacity:.6!important}.ic-auto-3873af{font-size:1.05rem!important}.ic-auto-05fc9b{width:28px!important;height:28px!important;color:#0284c7!important}.ic-auto-1dd0c2{width:60px!important;height:60px!important;border-radius:16px!important;background:#e0f2fe!important;color:#0284c7!important;margin:0 auto 16px!important}.im-auto-f4ddda{margin:0!important;font-size:.95rem!important;font-weight:500!important;color:#276749!important}.im-auto-10a160{margin-top:30px!important;padding:20px!important;background:#f0fff4!important;border-radius:12px!important;border-left:4px solid #38a169!important}.im-auto-49b721{color:#2b6cb0!important;margin-top:30px!important;margin-bottom:15px!important}.im-auto-9946fd{color:#3182ce!important;font-weight:700!important}.im-auto-5c3cc1{color:#2d3748!important;margin-bottom:20px!important;font-size:1.8rem!important}.im-auto-0b6164{margin-top:50px!important;padding:40px!important;background:#fff!important;border-radius:20px!important;border:1px solid #e2e8f0!important;line-height:1.7!important;color:#4a5568!important}.im-auto-5bf6ce{margin:3rem 0!important}.im-auto-35ea27{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;display:block!important}.im-auto-84c075{display:inline-flex!important;align-items:center!important;gap:8px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;color:#fff!important;text-decoration:none!important;padding:10px 20px!important;border-radius:10px!important;font-size:.85rem!important;font-weight:700!important;box-shadow:0 4px 12px rgba(99,102,241,.2)!important;transition:all .2s ease!important;cursor:pointer!important}.im-auto-4926c4{margin:0 0 14px!important;font-size:.85rem!important;color:#64748b!important;line-height:1.4!important}.im-auto-49d4e8{margin:0 0 8px!important;font-size:1.3rem!important;color:#dc2626!important;font-weight:800!important}.im-auto-e5486b{font-size:1.5rem!important;margin-bottom:8px!important}.im-auto-b4e615{margin-top:20px!important;padding:20px!important;background:linear-gradient(135deg,rgba(99,102,241,.05),rgba(139,92,246,.05))!important;border:1.5px dashed #6366f1!important;border-radius:16px!important;text-align:center!important;box-shadow:0 4px 15px rgba(99,102,241,.05)!important}.im-auto-e3f1dc{width:100%!important}.im-auto-ced048{margin-top:0!important}.im-auto-f455ef{margin:0!important;font-weight:600!important}.im-auto-f21497{margin-bottom:10px!important}.im-auto-368bd6{color:#94a3b8!important;text-align:center!important}.im-auto-070674{border:2px dashed #e2e8f0!important;background:#f8fafc!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}.im-auto-14d9b3{font-size:.75rem!important;font-weight:700!important;color:var(--accent)!important;text-transform:uppercase!important;letter-spacing:.5px!important}.im-auto-bb8f91{flex-direction:column!important;gap:8px!important}.im-auto-203cc1{margin:0!important;font-size:.8rem!important;color:#64748b!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:100%!important}.im-auto-e032a6{display:none!important}.im-auto-59401b{font-size:1.2rem!important}.im-auto-bec95e{display:flex!important;align-items:center!important;gap:10px!important;background:linear-gradient(135deg,#6366f1,#8b5cf6)!important;color:#fff!important;padding:10px 20px!important;border-radius:50px!important;font-size:.9rem!important;font-weight:700!important;cursor:pointer!important;margin-top:15px!important;margin-bottom:25px!important;box-shadow:0 4px 15px rgba(99,102,241,.3)!important;transition:all .3s cubic-bezier(.175,.885,.32,1.275)!important;border:2px solid hsla(0,0%,100%,.2)!important;animation:pulse-subtle 2s infinite!important}.im-auto-1b358c{display:flex!important;justify-content:center!important}.im-auto-a85275{margin:0!important;font-size:.85rem!important;line-height:1.5!important}.im-auto-8875a0{margin:0 0 10px!important}.im-auto-92dad5{margin-top:2rem!important;padding:1.5rem!important;border-radius:12px!important}.im-auto-ef144d{margin:5px 0 0!important;font-size:.85rem!important}.im-auto-7b19ba{margin:0!important}.im-auto-50c5bf{padding:1rem!important}.im-auto-3d4d0e{display:flex!important;flex-direction:column!important;gap:1rem!important}.im-auto-cc5c24{margin-top:1rem!important;padding-top:1rem!important;border-top:none!important}.im-auto-493d40{margin-top:20px!important}.im-auto-07620b{display:flex!important;flex-direction:column!important;align-items:flex-start!important}