*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--bg: #ffffff;--bg-secondary: #f8fafc;--bg-card: #ffffff;--bg-card-hover: #f1f5f9;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0;--border-light: #f1f5f9;--success: #16a34a;--success-light: #dcfce7;--warning: #d97706;--warning-light: #fef3c7;--error: #dc2626;--error-light: #fee2e2;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-secondary);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.header{padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.logo{font-size:1.25rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:.5rem}.logo-icon{width:28px;height:28px}.lang-switch{display:flex;gap:.25rem}.lang-btn{padding:.4rem .75rem;border:1px solid var(--border);background:var(--bg);color:var(--text-muted);border-radius:.375rem;cursor:pointer;transition:all .2s;font-size:.8rem;font-weight:500}.lang-btn:hover{border-color:var(--primary);color:var(--primary)}.lang-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:4rem 5%;gap:4rem;max-width:1400px;margin:0 auto;width:100%}.hero-content{flex:1;max-width:600px}.hero-content h1{font-size:2.75rem;font-weight:800;line-height:1.2;color:var(--text);margin-bottom:1.25rem}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}.hero-ctas{display:flex;gap:1rem;margin-bottom:1.5rem}.btn-primary{padding:.875rem 1.75rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.btn-secondary{padding:.875rem 1.75rem;background:transparent;color:var(--text);border:2px solid var(--border);border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.btn-outline{padding:.75rem 1.5rem;background:transparent;color:var(--primary);border:2px solid var(--primary);border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.btn-outline:hover{background:var(--primary-light)}.trust-note{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.875rem}.trust-note svg{width:16px;height:16px;color:var(--success)}.hero-image{flex:1;max-width:500px;border-radius:1rem;overflow:hidden;box-shadow:0 20px 40px #0000001a}.hero-image img{width:100%;height:auto;display:block;object-fit:cover}.trust-bar{display:flex;justify-content:center;gap:3rem;padding:1.5rem 2rem;background:var(--bg-secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.9rem}.trust-item svg{width:20px;height:20px;color:var(--primary)}.pricing-section{display:flex;justify-content:center;gap:2rem;padding:4rem 5%;max-width:900px;margin:0 auto}.pricing-card{flex:1;max-width:400px;padding:2rem;background:var(--bg);border-radius:1rem;border:2px solid var(--border);text-align:center;transition:all .3s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.pricing-card.pro{border-color:var(--primary);position:relative}.pro-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;font-size:.75rem;font-weight:700;padding:.25rem 1rem;border-radius:1rem}.pricing-card h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.25rem}.pricing-card ul{list-style:none;text-align:left;margin-bottom:1.5rem}.pricing-card li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;color:var(--text);font-size:.9rem}.pricing-card li svg{width:18px;height:18px;color:var(--success);flex-shrink:0;margin-top:2px}.price-tag{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:1rem}.price-tag.free-tag{color:var(--success)}.pricing-note{margin-top:.75rem;font-size:.8rem;color:var(--text-muted)}.upload-pricing-section{padding:4rem 5%;max-width:1100px;margin:0 auto}.upload-center{background:var(--bg);border:2px dashed var(--border);border-radius:1rem;padding:2.5rem;margin-bottom:2.5rem}.upload-zone-inline{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed var(--border);border-radius:.75rem;background:var(--bg-secondary);cursor:pointer;transition:all .3s;margin-bottom:1.5rem}.upload-zone-inline:hover{border-color:var(--primary);background:#6366f10d}.upload-zone-inline.dragging{border-color:var(--primary);background:#6366f11a}.upload-zone-inline .upload-icon{width:48px;height:48px;color:var(--primary);margin-bottom:1rem}.upload-zone-inline h3{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.upload-zone-inline p{color:var(--text-muted);font-size:.9rem;margin-bottom:.25rem}.upload-zone-inline .size-limit{font-size:.8rem;color:var(--text-muted)}.file-info-inline{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1.25rem;background:var(--primary-light);border-radius:.5rem;border:1px solid var(--primary)}.file-info-inline svg{width:20px;height:20px;color:var(--primary)}.file-info-inline span{color:var(--primary);font-weight:500;font-size:.9rem}.form-row{display:flex;gap:1.5rem}.form-group-inline{flex:1}.form-group-inline label{display:block;font-size:.9rem;font-weight:500;color:var(--text);margin-bottom:.5rem}.form-group-inline .optional{color:var(--text-muted);font-weight:400}.pricing-cards-row{display:flex;justify-content:center;gap:2rem}.pricing-card-new{flex:1;max-width:400px;padding:2rem;background:var(--bg);border-radius:1rem;border:2px solid var(--border);text-align:center;transition:all .3s;cursor:pointer;position:relative}.pricing-card-new:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000001a}.pricing-card-new.selected{border-color:var(--primary);box-shadow:0 8px 20px #6366f133}.pricing-card-new.pro{border-color:var(--primary)}.pricing-card-new h3{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:1.25rem}.pricing-card-new ul{list-style:none;text-align:left;margin-bottom:1.5rem}.pricing-card-new li{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 0;color:var(--text);font-size:.9rem}.pricing-card-new li svg{width:18px;height:18px;color:var(--success);flex-shrink:0;margin-top:2px}.price-tag-new{font-size:1.75rem;font-weight:800;color:var(--primary);margin-bottom:1rem}.price-tag-new.free-tag{color:var(--success)}.btn-outline-new{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:var(--primary);background:transparent;border:2px solid var(--primary);border-radius:.5rem;cursor:pointer;transition:all .2s}.btn-outline-new:hover:not(:disabled){background:var(--primary);color:#fff}.btn-outline-new:disabled{opacity:.5;cursor:not-allowed}.btn-primary-new{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:var(--primary);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}.btn-primary-new:hover:not(:disabled){background:var(--primary-dark)}.btn-primary-new:disabled{opacity:.5;cursor:not-allowed}.how-it-works{padding:4rem 5%;background:var(--bg-secondary);text-align:center}.how-it-works h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:3rem}.steps{display:flex;justify-content:center;gap:3rem;max-width:1000px;margin:0 auto}.step{flex:1;max-width:280px;text-align:center}.step-number{width:48px;height:48px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin:0 auto 1rem}.step h4{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.step p{color:var(--text-muted);font-size:.9rem}.sample-section{padding:4rem 5%;max-width:1100px;margin:0 auto}.sample-section h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:2rem;text-align:center}.sample-categories{display:flex;gap:1.5rem;margin-bottom:2.5rem}.sample-cat{flex:1;padding:1.5rem;background:var(--bg-secondary);border-radius:.75rem;border-left:4px solid var(--primary)}.sample-cat h4{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:.5rem}.sample-cat p{color:var(--text-muted);font-size:.875rem}.before-after{display:flex;align-items:center;gap:1.5rem;background:var(--bg);padding:2rem;border-radius:1rem;border:1px solid var(--border)}.before,.after{flex:1;padding:1.25rem;border-radius:.5rem}.before{background:var(--error-light);border:1px solid var(--error)}.after{background:var(--success-light);border:1px solid var(--success)}.before .label{font-weight:600;color:var(--error);display:block;margin-bottom:.5rem}.after .label{font-weight:600;color:var(--success);display:block;margin-bottom:.5rem}.before p,.after p{color:var(--text);font-size:.9rem;line-height:1.5}.arrow{flex-shrink:0}.arrow svg{width:32px;height:32px;color:var(--primary)}.testimonials{padding:4rem 5%;background:var(--bg-secondary);text-align:center}.testimonials h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:2.5rem}.testimonial-grid{display:flex;justify-content:center;gap:2rem;max-width:1100px;margin:0 auto}.testimonial-card{flex:1;max-width:340px;background:var(--bg);padding:1.75rem;border-radius:1rem;box-shadow:0 4px 12px #0000000f;text-align:center}.testimonial-avatar{width:64px;height:64px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;border:3px solid var(--primary)}.testimonial-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-text{color:var(--text);font-size:.95rem;line-height:1.6;margin-bottom:1rem;font-style:italic}.testimonial-author{display:flex;flex-direction:column;gap:.25rem}.author-name{font-weight:600;color:var(--text);font-size:.9rem}.author-role{color:var(--primary);font-size:.8rem;font-weight:500}.faq-section{padding:4rem 5%;max-width:800px;margin:0 auto}.faq-section h2{font-size:2rem;font-weight:700;color:var(--text);margin-bottom:2rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--bg);border:1px solid var(--border);border-radius:.75rem;overflow:hidden}.faq-question{width:100%;padding:1.25rem;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:1rem;font-weight:500;color:var(--text);text-align:left}.faq-question svg{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}.faq-answer{padding:0 1.25rem 1.25rem;color:var(--text-muted);font-size:.95rem;line-height:1.6}.contact-section{padding:3rem 5%;text-align:center;background:var(--bg-secondary)}.contact-section h2{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.contact-section p{color:var(--text-muted);margin-bottom:.75rem}.contact-email{color:var(--primary);font-weight:600;text-decoration:none;font-size:1.1rem}.contact-email:hover{text-decoration:underline}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.upload-modal{background:var(--bg);border-radius:1rem;padding:2rem;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:modalIn .3s ease}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;padding:.5rem}.modal-close svg{width:24px;height:24px;color:var(--text-muted)}.modal-close:hover svg{color:var(--text)}.upload-zone{width:100%;padding:2rem 1.5rem;border:2px dashed var(--border);border-radius:.75rem;background:var(--bg-secondary);text-align:center;cursor:pointer;transition:all .2s;margin-bottom:1.25rem}.upload-zone:hover,.upload-zone.dragging{border-color:var(--primary);background:var(--primary-light)}.upload-icon{width:48px;height:48px;margin:0 auto .75rem;color:var(--primary)}.upload-zone h3{font-size:1rem;margin-bottom:.25rem;color:var(--text)}.upload-zone p{color:var(--text-muted);font-size:.8rem}.file-info{margin-top:.75rem;padding:.5rem .75rem;background:var(--primary-light);border-radius:.375rem;display:inline-flex;align-items:center;gap:.5rem}.file-info span{color:var(--primary);font-weight:500;font-size:.875rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:var(--text);margin-bottom:.375rem}.form-group .optional{color:var(--text-muted);font-weight:400}.form-input{width:100%;padding:.625rem .75rem;border:1px solid var(--border);border-radius:.375rem;font-size:.9rem;background:var(--bg);color:var(--text);transition:border-color .2s}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.mode-selector{display:flex;gap:.75rem;margin-bottom:1rem}.mode-option{flex:1;padding:1rem;border:2px solid var(--border);border-radius:.5rem;cursor:pointer;transition:all .2s;background:var(--bg);text-align:left}.mode-option:hover{border-color:var(--primary)}.mode-option.selected{border-color:var(--primary);background:var(--primary-light)}.mode-option.pro{position:relative}.mode-badge{position:absolute;top:-8px;right:8px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:1rem}.mode-title{font-weight:600;color:var(--text);margin-bottom:.25rem;font-size:.9rem}.mode-desc{font-size:.75rem;color:var(--text-muted)}.mode-price{font-size:.8rem;font-weight:600;color:var(--primary);margin-top:.5rem}.analyze-btn{width:100%;padding:.875rem;background:var(--primary);color:#fff;border:none;border-radius:.5rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.analyze-btn:hover:not(:disabled){background:var(--primary-hover)}.analyze-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{background:var(--error-light);border:1px solid var(--error);color:var(--error);padding:.75rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.loading-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:3rem}.spinner{width:48px;height:48px;border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.main.results-page{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1.5rem}.results{width:100%;max-width:640px;animation:fadeIn .3s ease}.result-warning{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#fef3cd;border:1px solid #ffc107;border-radius:.5rem;margin-bottom:1.5rem}.result-warning svg{width:24px;height:24px;color:#856404;flex-shrink:0}.result-warning span{font-weight:600;color:#856404;font-size:.95rem;line-height:1.4}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.score-card{background:var(--bg);border-radius:.75rem;padding:1.5rem;margin-bottom:1rem;box-shadow:var(--shadow);border:1px solid var(--border)}.score-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}.score-number{font-size:2.5rem;font-weight:700;line-height:1}.score-number.low{color:var(--error)}.score-number.medium{color:var(--warning)}.score-number.high{color:var(--success)}.score-bar-container{flex:1}.score-label{font-size:.8rem;color:var(--text-muted);margin-bottom:.375rem}.score-bar{height:10px;background:var(--border-light);border-radius:5px;overflow:hidden}.score-bar-fill{height:100%;border-radius:5px;transition:width .5s ease}.score-bar-fill.low{background:var(--error)}.score-bar-fill.medium{background:var(--warning)}.score-bar-fill.high{background:var(--success)}.score-title{font-size:1rem;color:var(--text);font-weight:500}.section-card{background:var(--bg);border-radius:.75rem;padding:1.25rem;margin-bottom:.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--border)}.section-card h3{font-size:.95rem;font-weight:600;margin-bottom:.75rem;color:var(--text);display:flex;align-items:center;gap:.5rem}.section-indicator{width:4px;height:16px;border-radius:2px}.section-indicator.critical{background:var(--error)}.section-indicator.strength{background:var(--success)}.section-indicator.improvement{background:var(--warning)}.section-indicator.draft{background:#6366f1}.resume-draft-card{background:linear-gradient(135deg,#f0f4ff,#faf5ff);border:1px solid #c7d2fe}.resume-draft-content{max-height:500px;overflow-y:auto;background:#fff;border-radius:8px;padding:1rem;margin-bottom:1rem;border:1px solid #e5e7eb}.resume-draft-content pre{white-space:pre-wrap;word-wrap:break-word;font-family:Inter,system-ui,sans-serif;font-size:.9rem;line-height:1.6;margin:0;color:#374151}.copy-btn{background:#6366f1;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.copy-btn:hover{background:#4f46e5}.section-card ul{list-style:none}.section-card li{padding:.625rem 0;border-bottom:1px solid var(--border-light);color:var(--text);font-size:.9rem;display:flex;align-items:flex-start;gap:.75rem}.section-card li:last-child{border-bottom:none;padding-bottom:0}.item-bar{width:3px;min-height:20px;height:100%;border-radius:2px;flex-shrink:0;margin-top:2px}.item-bar.critical{background:var(--error)}.item-bar.strength{background:var(--success)}.item-bar.improvement{background:var(--warning)}.reset-btn{margin-top:1.5rem;padding:.75rem 1.5rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:.5rem;cursor:pointer;transition:all .2s;font-weight:500}.reset-btn:hover{border-color:var(--primary);color:var(--primary)}.footer{padding:1.5rem 2rem;text-align:center;background:var(--bg);border-top:1px solid var(--border)}.footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-text{color:var(--text-muted);font-size:.75rem}.footer-company{color:var(--text-muted);font-size:.7rem;margin-top:.5rem}@media(max-width:900px){.hero-section{flex-direction:column;padding:2.5rem 5%;gap:2rem;text-align:center}.hero-content{max-width:100%}.hero-content h1{font-size:2rem}.hero-ctas,.trust-note{justify-content:center}.hero-image{max-width:400px;margin:0 auto}.trust-bar{flex-direction:column;gap:1rem;align-items:center}.pricing-section{flex-direction:column;align-items:center}.pricing-card{max-width:100%}.pricing-cards-row{flex-direction:column;align-items:center}.pricing-card-new{max-width:100%}.form-row{flex-direction:column;gap:1rem}.steps{flex-direction:column;gap:2rem}.sample-categories,.before-after{flex-direction:column}.arrow{transform:rotate(90deg)}.testimonial-grid{flex-direction:column;align-items:center}.testimonial-card{max-width:100%}}@media(max-width:640px){.header{padding:1rem}.hero-content h1{font-size:1.5rem}.hero-subtitle{font-size:1rem}.hero-ctas{flex-direction:column}.btn-primary,.btn-secondary{width:100%}.mode-selector{flex-direction:column}.score-header{flex-direction:column;text-align:center}.score-bar-container{width:100%}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.legal-header{padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bg)}.back-link{color:var(--primary);text-decoration:none;font-weight:500;font-size:.9rem}.back-link:hover{text-decoration:underline}.legal-content{flex:1;max-width:800px;margin:0 auto;padding:2rem}.legal-content h1{font-size:2rem;color:var(--text);margin-bottom:.5rem}.last-updated{color:var(--text-muted);font-size:.875rem;margin-bottom:2rem}.legal-content section{margin-bottom:2rem}.legal-content h2{font-size:1.25rem;color:var(--text);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-light)}.legal-content p{color:var(--text);line-height:1.7;margin-bottom:.75rem}.legal-content ul{margin-left:1.5rem;margin-bottom:1rem}.legal-content li{color:var(--text);line-height:1.7;margin-bottom:.5rem}.legal-content strong{color:var(--text)}.legal-footer{padding:1.5rem 2rem;text-align:center;background:var(--bg);border-top:1px solid var(--border)}.legal-footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin-bottom:.75rem}.legal-footer .footer-links a{color:var(--text-muted);text-decoration:none;font-size:.8rem}.legal-footer .footer-links a:hover{color:var(--primary)}.legal-footer p{color:var(--text-muted);font-size:.75rem}.admin-page{min-height:100vh;background:var(--bg-secondary)}.admin-login{max-width:400px;margin:100px auto;padding:2rem;background:var(--bg);border-radius:.75rem;box-shadow:var(--shadow-md);text-align:center}.admin-login h1{margin-bottom:1.5rem;color:var(--text)}.admin-input{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.375rem;font-size:1rem;margin-bottom:1rem}.admin-input:focus{outline:none;border-color:var(--primary)}.admin-btn{width:100%;padding:.75rem;background:var(--primary);color:#fff;border:none;border-radius:.375rem;font-size:1rem;cursor:pointer;margin-bottom:1rem}.admin-btn:hover:not(:disabled){background:var(--primary-hover)}.admin-btn:disabled{opacity:.5}.admin-btn-secondary{padding:.5rem 1rem;background:var(--bg);color:var(--text);border:1px solid var(--border);border-radius:.375rem;cursor:pointer;font-size:.875rem}.admin-btn-secondary:hover{border-color:var(--primary);color:var(--primary)}.admin-btn-danger{padding:.5rem 1rem;background:var(--error);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;margin-top:1rem}.admin-error{color:var(--error);font-size:.875rem;margin-bottom:1rem}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:var(--bg);border-bottom:1px solid var(--border)}.admin-header h1{font-size:1.5rem;color:var(--text)}.admin-actions{display:flex;gap:.75rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:1.5rem 2rem}.stat-card{background:var(--bg);padding:1.25rem;border-radius:.5rem;box-shadow:var(--shadow-sm);text-align:center}.stat-value{font-size:1.75rem;font-weight:700;color:var(--primary)}.stat-label{font-size:.8rem;color:var(--text-muted);margin-top:.25rem}.admin-content{display:grid;grid-template-columns:1fr 400px;gap:1.5rem;padding:1.5rem 2rem}.admin-list{background:var(--bg);border-radius:.5rem;box-shadow:var(--shadow-sm);overflow:hidden}.admin-filters{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid var(--border)}.admin-filters select{padding:.5rem;border:1px solid var(--border);border-radius:.375rem;font-size:.875rem;background:var(--bg)}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-light)}.admin-table th{font-size:.75rem;text-transform:uppercase;color:var(--text-muted);font-weight:600}.admin-table tbody tr{cursor:pointer;transition:background .2s}.admin-table tbody tr:hover{background:var(--bg-secondary)}.admin-table tbody tr.selected{background:var(--primary-light)}.mode-tag{font-size:.75rem;padding:.2rem .5rem;border-radius:.25rem;font-weight:500}.mode-tag.free{background:var(--border-light);color:var(--text-muted)}.mode-tag.full{background:var(--primary-light);color:var(--primary)}.status-tag{font-size:.75rem;padding:.2rem .5rem;border-radius:.25rem;font-weight:500}.status-tag.completed{background:var(--success-light);color:var(--success)}.status-tag.pending{background:var(--warning-light);color:var(--warning)}.status-tag.failed{background:var(--error-light);color:var(--error)}.admin-pagination{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem;border-top:1px solid var(--border)}.admin-pagination button{padding:.5rem 1rem;border:1px solid var(--border);background:var(--bg);border-radius:.375rem;cursor:pointer}.admin-pagination button:disabled{opacity:.5;cursor:not-allowed}.admin-detail{background:var(--bg);padding:1.25rem;border-radius:.5rem;box-shadow:var(--shadow-sm);height:fit-content}.admin-detail h3{margin-bottom:1rem;color:var(--text);font-size:1.1rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid var(--border-light);font-size:.875rem}.detail-row span:first-child{color:var(--text-muted)}.detail-row span:last-child{color:var(--text);font-weight:500}.detail-row.error span:last-child{color:var(--error)}.detail-json{margin-top:1rem;font-size:.8rem}.detail-json pre{background:var(--bg-secondary);padding:.75rem;border-radius:.375rem;overflow-x:auto;margin-top:.5rem;font-size:.75rem}.admin-footer{padding:1.5rem;text-align:center}.admin-footer a{color:var(--text-muted);text-decoration:none}.admin-footer a:hover{color:var(--primary)}@media(max-width:900px){.admin-content{grid-template-columns:1fr}.admin-stats{grid-template-columns:repeat(2,1fr)}}
