:root{--tinder-pink: #FD297B;--tinder-orange: #FF5864;--tinder-gradient: linear-gradient(45deg, #FD297B, #FF5864, #FF655B);--text-primary: #1a1a1a;--text-secondary: #64748b;--bg-light: #f8fafc}.tinder-optimizer-container{display:grid;grid-template-columns:1fr 380px;gap:3rem;padding:3rem;max-width:1300px;margin:2rem auto;color:var(--text-primary);background:var(--bg-light);border-radius:3rem;border:1px solid rgba(0,0,0,.05);box-shadow:0 40px 80px #00000014;position:relative;overflow:hidden;z-index:1}@media(max-width:1200px){.tinder-optimizer-container{grid-template-columns:1fr;gap:2rem;padding:2rem;margin:1rem;border-radius:2rem}.controls-panels{order:2}.editor-section{order:1}}@media(max-width:640px){.tinder-optimizer-container{padding:1.25rem;margin:.5rem;gap:1.5rem;border-radius:1.5rem}.panel{padding:1.25rem;border-radius:20px}.analysis-board{margin-top:1.5rem}.alert-item{font-size:.9rem}}.tinder-optimizer-container:before{content:"";position:absolute;top:-20%;right:-10%;width:60%;height:60%;background:radial-gradient(circle at center,rgba(254,60,114,.08) 0%,transparent 70%);pointer-events:none}.editor-section{display:flex;flex-direction:column;gap:2rem;min-width:0}.simulator-wrapper{position:relative;width:100%;max-width:380px;margin:0 auto}.controls-panels{display:flex;flex-direction:column;gap:1.5rem}.panel{background:#fffffff2;backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:28px;padding:1.8rem;box-shadow:0 10px 30px #00000008,0 1px 1px #00000003;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.panel:hover{box-shadow:0 20px 50px #00000012;transform:translateY(-4px);border-color:#fd297b1a}.panel h3{font-size:.75rem;margin-bottom:1.2rem;color:var(--tinder-pink);text-transform:uppercase;letter-spacing:1.2px;font-weight:800}.control-group{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.2rem}.control-group label{font-size:.85rem;font-weight:600;color:var(--text-secondary);display:flex;justify-content:space-between}input[type=range]{width:100%;accent-color:var(--tinder-pink)}.upload-zone{border:2px dashed #e2e8f0;border-radius:24px;padding:3rem;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);background:#ffffff80}.upload-zone:hover{background:#fff;border-color:var(--tinder-pink);transform:translateY(-2px);box-shadow:0 10px 30px #0000000d}.upload-zone.has-image{padding:1.2rem;border-style:solid;border-width:1px;background:#fff}.upload-prompt{display:flex;flex-direction:column;align-items:center;gap:1rem}.upload-zone.has-image .upload-prompt{flex-direction:row;justify-content:center;gap:1.5rem}.upload-icon{width:40px;height:40px;color:var(--tinder-pink);transition:transform .3s ease}.upload-zone.has-image .upload-icon{width:24px;height:24px}.prompt-text p{font-weight:700;font-size:1.1rem;margin-bottom:.2rem}.upload-zone.has-image .prompt-text p{font-size:.95rem;margin-bottom:0}.prompt-text span{font-size:.85rem;color:var(--text-secondary)}.toggles-grid{display:flex;flex-direction:column;gap:1.2rem}.switch-item{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:.5rem 0;transition:all .2s}.switch-item:hover .switch-label{color:var(--tinder-pink)}.switch-info{display:flex;flex-direction:column;gap:.2rem}.switch-label{font-size:.95rem;font-weight:700;color:var(--text-primary);transition:color .2s}.switch-desc{font-size:.75rem;color:var(--text-secondary)}.switch-wrapper{position:relative;display:inline-block;width:44px;height:24px}.switch-wrapper input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#e2e8f0;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #0000001a}input:checked+.slider{background:var(--tinder-gradient)}input:checked+.slider:before{transform:translate(20px)}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:.5rem}@media(max-width:480px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}.metric-card{background:#f8fafc;padding:.8rem .4rem;border-radius:16px;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #f1f5f9;transition:all .3s ease;min-width:0;overflow:hidden}.metric-card:hover{background:#fff;border-color:var(--tinder-pink);box-shadow:0 4px 12px #fd297b0d;transform:scale(1.05)}.metric-value{font-size:.85rem;font-weight:800;color:var(--tinder-pink);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.metric-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.5px;color:#64748b;font-weight:600}.actions-panel{background:#fff;padding:1.2rem}.action-buttons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1rem .5rem;background:#fff;border:1.5px solid #f1f5f9;border-radius:16px;color:#475569;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-icon{width:40px;height:40px;background:#f8fafc;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#64748b;transition:all .3s}.action-btn span{font-size:.8rem;font-weight:700}.action-btn:hover{border-color:var(--tinder-pink);transform:translateY(-4px);box-shadow:0 10px 20px #fd297b1a}.action-btn:hover .btn-icon{background:#fff5f7;color:var(--tinder-pink)}.action-btn.is-active{background:#fff5f7;border-color:var(--tinder-pink);color:var(--tinder-pink)}.action-btn.is-active .btn-icon{background:var(--tinder-pink);color:#fff}@keyframes pulse-border{0%{box-shadow:0 0 #fd297b66}70%{box-shadow:0 0 0 10px #fd297b00}to{box-shadow:0 0 #fd297b00}}.export-btn{width:100%;padding:1.2rem;background:var(--tinder-gradient);border:none;border-radius:16px;color:#fff;font-weight:800;font-size:1.05rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px #fd297b33;display:flex;align-items:center;justify-content:center;gap:.8rem}.export-btn:hover{transform:translateY(-3px);box-shadow:0 15px 35px #fd297b59;filter:brightness(1.05)}.mt-4{margin-top:1.5rem}.analysis-board{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;width:100%}.analysis-column{display:none;background:#fff;border-radius:20px;padding:1rem;border:1px solid rgba(0,0,0,.05);flex-direction:column;gap:.5rem;box-shadow:0 4px 20px #00000005;overflow:hidden}.column-header{display:flex;align-items:center;gap:.6rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.5px;opacity:.6;margin-bottom:.2rem}.header-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.header-icon svg{width:14px;height:14px}.analysis-column.success .column-header{color:#10b981}.analysis-column.warning .column-header{color:#f59e0b}.analysis-column.error .column-header{color:#ef4444}.alerts-stack{display:flex;flex-direction:column;gap:.5rem}.alert-item{display:flex;align-items:flex-start;gap:.8rem;padding:.6rem 0;font-size:.85rem;font-weight:600;color:#1a1a1a;border-bottom:1px solid rgba(0,0,0,.03);line-height:1.4;word-break:break-word}.alert-item:last-child{border-bottom:none}.alert-item:before{content:"";margin-top:.6rem;width:8px;height:8px;border-radius:50%;flex-shrink:0}.alert-item.alert-success:before{background:#10b981;box-shadow:0 0 10px #10b98166}.alert-item.alert-warning:before{background:#f59e0b;box-shadow:0 0 10px #f59e0b66}.alert-item.alert-error:before{background:#ef4444;box-shadow:0 0 10px #ef444466}.ai-loader{position:absolute;inset:0;background:#ffffffd9;backdrop-filter:blur(12px);z-index:5;display:flex;align-items:center;justify-content:center;border-radius:40px}.loader-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:var(--tinder-pink)}.scanner-bar{position:absolute;top:0;left:0;width:100%;height:4px;background:var(--tinder-gradient);box-shadow:0 0 20px var(--tinder-pink);animation:scan 2s cubic-bezier(.4,0,.2,1) infinite;z-index:1001}@keyframes scan{0%{top:10%}50%{top:90%}to{top:10%}}.ai-loader.hidden{display:none}.tinder-device[data-astro-cid-guvzicu3]{width:100%;aspect-ratio:9/19;background:#fff;display:flex;flex-direction:column;position:relative;user-select:none;border-radius:54px;border:14px solid #1a1a1a;box-shadow:0 50px 100px #00000026;overflow:hidden}@media(max-width:640px){.tinder-device[data-astro-cid-guvzicu3]{border-width:8px;border-radius:36px}.status-bar[data-astro-cid-guvzicu3]{height:34px;padding:0 15px}.dynamic-island[data-astro-cid-guvzicu3]{width:80px;height:20px}.app-header[data-astro-cid-guvzicu3]{height:44px;padding:0 15px}.card-info[data-astro-cid-guvzicu3]{padding-bottom:15px}.name[data-astro-cid-guvzicu3]{font-size:22px}.job[data-astro-cid-guvzicu3]{font-size:14px}.tags[data-astro-cid-guvzicu3]{font-size:10px}}.status-bar[data-astro-cid-guvzicu3]{height:44px;padding:0 20px;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600}.dynamic-island[data-astro-cid-guvzicu3]{width:100px;height:25px;background:#000;border-radius:20px}.status-icons[data-astro-cid-guvzicu3]{display:flex;gap:6px}.app-header[data-astro-cid-guvzicu3]{height:50px;display:flex;justify-content:space-between;align-items:center;padding:0 20px;border-bottom:1px solid #f1f5f9}.tinder-logo-text[data-astro-cid-guvzicu3]{flex:1;display:flex;justify-content:center}.icon-placeholder[data-astro-cid-guvzicu3],.settings-icon[data-astro-cid-guvzicu3]{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#cbd5e1}.card-container[data-astro-cid-guvzicu3]{flex:1;padding:12px;display:flex;align-items:center;justify-content:center}.main-card[data-astro-cid-guvzicu3]{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;background:#000;box-shadow:0 10px 30px #0000001a}.photo-canvas[data-astro-cid-guvzicu3]{width:100%;height:100%;object-fit:cover}.card-overlay[data-astro-cid-guvzicu3]{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:12px;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 40%),linear-gradient(to bottom,rgba(0,0,0,.3) 0%,transparent 15%)}.segmented-progress[data-astro-cid-guvzicu3]{display:flex;gap:4px}.segment[data-astro-cid-guvzicu3]{flex:1;height:3px;background:#fff6;border-radius:2px}.segment[data-astro-cid-guvzicu3].active{background:#fff}.card-info[data-astro-cid-guvzicu3]{color:#fff;padding-bottom:20px;z-index:20}.primary-info[data-astro-cid-guvzicu3]{display:flex;align-items:center;gap:8px;margin-bottom:4px}.verified-badge-circle[data-astro-cid-guvzicu3]{width:20px;height:20px;background:#1da1f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:2px}.name[data-astro-cid-guvzicu3]{font-size:28px;font-weight:800;margin:0}.secondary-info[data-astro-cid-guvzicu3]{display:flex;flex-direction:column;gap:4px}.job[data-astro-cid-guvzicu3]{font-size:16px;font-weight:600}.tags[data-astro-cid-guvzicu3]{display:flex;gap:12px;font-size:12px;font-weight:500;opacity:.9}.tag[data-astro-cid-guvzicu3]{display:flex;align-items:center;gap:4px}.action-buttons[data-astro-cid-guvzicu3]{height:100px;display:flex;justify-content:space-evenly;align-items:center;padding:0 10px}.btn-circular[data-astro-cid-guvzicu3]{width:44px;height:44px;border-radius:50%;background:#fff;border:none;box-shadow:0 4px 12px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.175,.885,.32,1.275)}.btn-circular[data-astro-cid-guvzicu3]:active{transform:scale(.92)}.btn-circular[data-astro-cid-guvzicu3].nope,.btn-circular[data-astro-cid-guvzicu3].like{width:54px;height:54px;box-shadow:0 6px 15px #0000001f}.rewind[data-astro-cid-guvzicu3] svg[data-astro-cid-guvzicu3]{stroke:#ffba00}.nope[data-astro-cid-guvzicu3] svg[data-astro-cid-guvzicu3]{stroke:#ff4458}.superlike[data-astro-cid-guvzicu3] svg[data-astro-cid-guvzicu3]{fill:#3ca4ff}.like[data-astro-cid-guvzicu3] svg[data-astro-cid-guvzicu3]{fill:#1be4a1}.boost[data-astro-cid-guvzicu3] svg[data-astro-cid-guvzicu3]{fill:#b155ff}.btn-circular[data-astro-cid-guvzicu3]:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.navigation-bar[data-astro-cid-guvzicu3]{height:60px;display:flex;justify-content:space-evenly;align-items:center;border-top:1px solid #f1f5f9;color:#94a3b8}.nav-item[data-astro-cid-guvzicu3].active{color:#fd297b}.grid-overlay[data-astro-cid-guvzicu3]{position:absolute;inset:0;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);pointer-events:none;z-index:1}.grid-overlay[data-astro-cid-guvzicu3] div[data-astro-cid-guvzicu3]{border:.5px solid rgba(255,255,255,.3)}.deadzones-overlay[data-astro-cid-guvzicu3]{position:absolute;inset:0;pointer-events:none;z-index:2}.deadzone[data-astro-cid-guvzicu3]{position:absolute;left:0;width:100%;background:#f003;border:2px dashed rgba(255,0,0,.5);display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase}.deadzone[data-astro-cid-guvzicu3].top{top:0;height:15%}.deadzone[data-astro-cid-guvzicu3].bottom{bottom:0;height:28%}.deadzone[data-astro-cid-guvzicu3] span[data-astro-cid-guvzicu3]{background:#ff4458;padding:2px 6px;border-radius:4px}.reset-btn[data-astro-cid-guvzicu3]{background:none;border:none;color:#94a3b8;cursor:pointer;padding:8px;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.reset-btn[data-astro-cid-guvzicu3]:hover{background:#f1f5f9;color:var(--tinder-pink)}.upload-overlay[data-astro-cid-guvzicu3]{position:absolute;inset:0;background:#0a0a0a;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:3;transition:all .4s ease;padding:2rem;text-align:center}.upload-overlay[data-astro-cid-guvzicu3].hidden{opacity:0;pointer-events:none;transform:scale(1.1)}.upload-circle[data-astro-cid-guvzicu3]{width:80px;height:80px;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease}.main-card[data-astro-cid-guvzicu3]:hover .upload-circle[data-astro-cid-guvzicu3]{background:#fd297b1a;border-color:var(--tinder-pink);color:var(--tinder-pink);transform:translateY(-5px)}.upload-overlay[data-astro-cid-guvzicu3] h3[data-astro-cid-guvzicu3]{margin:0;font-size:1.2rem;font-weight:700}.upload-overlay[data-astro-cid-guvzicu3] p[data-astro-cid-guvzicu3]{margin:.5rem 0 0;font-size:.9rem;opacity:.5}
