:root{--primary-color: #1e40af;--primary-dark: #1e3a8a;--primary-light: #3b82f6;--secondary-color: #0891b2;--success-color: #059669;--danger-color: #dc2626;--warning-color: #d97706;--dark: #1f2937;--dark-light: #374151;--light: #f9fafb;--white: #ffffff;--border: #e5e7eb;--text-primary: #111827;--text-secondary: #6b7280;--shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04)}:root{--bg-gradient-start: #1e3a8a;--bg-gradient-end: #0f172a;--auth-bg: rgba(255, 255, 255, .95);--auth-text: #111827;--auth-text-muted: #6b7280;--auth-border: rgba(255, 255, 255, .3);--auth-input-bg: #ffffff;--auth-input-border: #e5e7eb;--auth-input-focus: #1e40af}[data-theme=dark]{--bg-gradient-start: #0f172a;--bg-gradient-end: #1e293b;--auth-bg: rgba(15, 23, 42, .95);--auth-text: #f1f5f9;--auth-text-muted: #94a3b8;--auth-border: #334155;--auth-input-bg: #1e293b;--auth-input-border: #334155;--auth-input-focus: #3b82f6;--shadow: 0 10px 15px -3px rgba(0, 0, 0, .5), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .3)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);min-height:100vh;color:var(--auth-text);line-height:1.6;overflow-x:hidden;transition:background .3s ease,color .3s ease}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,144C960,149,1056,139,1152,128C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') bottom center no-repeat;background-size:cover;z-index:0;pointer-events:none}.container{max-width:480px;margin:20px auto;padding:0 20px;position:relative;z-index:1}.container-wide{max-width:1200px;margin:20px auto;padding:0 40px;position:relative;z-index:1}.glass-card{background:var(--auth-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:40px;box-shadow:var(--shadow-lg);border:1px solid var(--auth-border);transition:background .3s ease,border-color .3s ease}.logo{text-align:center;margin-bottom:30px}.logo h2{color:var(--primary-color);font-size:32px;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg,#1e40af,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo .version{color:#64748b;font-size:14px;font-weight:500}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:var(--auth-text);font-weight:600;font-size:14px;transition:color .3s ease}.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid var(--auth-input-border);border-radius:8px;font-size:15px;transition:all .3s ease;background:var(--auth-input-bg);color:var(--auth-text);font-weight:500}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--auth-input-focus);box-shadow:0 0 0 4px #1e40af14;background:var(--auth-input-bg)}.form-group input::placeholder{color:var(--auth-text-muted);font-weight:400}.inline-group{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center;margin-bottom:20px}.inline-group label{font-weight:600;font-size:14px;color:var(--auth-text);transition:color .3s ease}.inline-group input,.inline-group select{padding:12px 16px;border:1px solid var(--auth-input-border);border-radius:8px;font-size:15px;transition:all .3s ease;background:var(--auth-input-bg);color:var(--auth-text);font-weight:500}.inline-group input:focus,.inline-group select:focus{outline:none;border-color:var(--auth-input-focus);box-shadow:0 0 0 4px #1e40af14}.btn{width:100%;padding:14px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:var(--white);box-shadow:0 4px 6px -1px #1e40af66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #1e40af80}.btn-secondary{background:var(--white);color:var(--primary-color);border:2px solid var(--primary-color)}.btn-secondary:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px)}.btn-danger{background:var(--danger-color);color:var(--white)}.btn-danger:hover{background:#dc2626;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#059669,#047857);color:var(--white);box-shadow:0 4px 6px -1px #05966966}.btn-success:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #05966980}.btn-group{display:flex;flex-direction:column;gap:12px;margin-top:20px}.auth-divider{text-align:center;margin:24px 0;position:relative}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border)}.auth-divider span{background:var(--auth-bg);padding:0 16px;color:var(--auth-text-muted);font-size:14px;position:relative;z-index:1;transition:all .3s ease}.status-message{padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:14px;text-align:center}.dashboard-grid{display:grid;grid-template-columns:380px 1fr;gap:30px;margin-bottom:24px;align-items:start}.profile-card{background:linear-gradient(135deg,#1e40af,#0891b2);color:var(--white);padding:32px;border-radius:16px;box-shadow:var(--shadow);height:fit-content}.profile-header{display:flex;align-items:center;gap:16px;margin-bottom:16px}.profile-avatar{width:60px;height:60px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;border:3px solid rgba(255,255,255,.3)}.profile-info h3{font-size:20px;font-weight:700;margin-bottom:4px}.profile-info p{font-size:14px;opacity:.9}.profile-stats{display:grid;grid-template-columns:1fr;gap:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}.dashboard-content{background:var(--white);border-radius:16px;padding:32px;box-shadow:var(--shadow)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--border)}.section-header h3{font-size:24px;color:#1e293b;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.profile-stat{text-align:center}.profile-stat .label{font-size:12px;opacity:.8;margin-bottom:4px}.profile-stat .value{font-size:18px;font-weight:700}.subscription-card{background:var(--white);border:2px solid var(--border);border-radius:16px;padding:24px;margin-bottom:20px}.subscription-card h3{color:#1e293b;font-size:20px;margin-bottom:16px;font-weight:700}.subscription-options{display:grid;gap:16px}.subscription-option{border:2px solid var(--border);border-radius:12px;padding:20px;transition:all .3s ease;cursor:pointer}.subscription-option:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #1e40af33;transform:translateY(-2px)}.subscription-option h4{color:#1e293b;font-size:18px;margin-bottom:12px;font-weight:700}.subscription-option p{color:#64748b;font-size:14px;margin-bottom:16px}.header-actions{display:flex;gap:12px;margin-bottom:24px}.header-actions .btn{flex:1;padding:10px 16px;font-size:14px}.footer{text-align:center;padding:24px 0;margin-top:24px}.footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.footer-links a{color:#ffffffe6;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease;padding:8px 16px;border-radius:8px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-links a:hover{background:#fff3;transform:translateY(-2px)}.modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background-color:var(--auth-bg);margin:5% auto;padding:40px;border:none;width:90%;max-width:500px;border-radius:20px;box-shadow:var(--shadow-lg);position:relative;transition:background-color .3s ease}.modal-content h3{color:var(--auth-text);font-size:24px;margin-bottom:24px;font-weight:700;transition:color .3s ease}.close{position:absolute;right:20px;top:20px;color:#64748b;font-size:28px;font-weight:700;cursor:pointer;transition:all .3s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px}.close:hover{color:#dc2626;background:#f1f5f9}#qrCanvas{margin:20px 0;text-align:center;display:flex;justify-content:center}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}#authSection,#appContainer{display:none}#authSection.active{display:block;animation:fadeIn .5s ease-out forwards}#appContainer.active{display:block;animation:fadeIn .6s ease-out forwards}.form-section{display:none}.form-section.active{display:block;animation:slideInFromRight .4s ease-out forwards}.badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-left:8px}.badge-success{background:var(--success-color);color:var(--white)}.badge-warning{background:var(--warning-color);color:var(--white)}.badge-danger{background:var(--danger-color);color:var(--white)}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr;gap:20px}.form-grid{grid-template-columns:1fr}.container-wide{padding:0 24px}}@media (max-width: 768px){.container,.container-wide{padding:0 16px}.glass-card{padding:24px;border-radius:16px}.logo h2{font-size:28px}.inline-group{grid-template-columns:1fr;gap:8px}.inline-group label{margin-bottom:0}.profile-stats{grid-template-columns:1fr}.header-actions{flex-direction:column}.footer-links{flex-direction:column;gap:12px}.modal-content{margin:10% auto;padding:24px}.dashboard-grid{grid-template-columns:1fr;margin-bottom:20px}.form-grid{grid-template-columns:1fr}}@media (max-width: 480px){body{padding:10px}.glass-card{padding:20px}.logo h2{font-size:24px}.btn{padding:12px 20px;font-size:14px}}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:var(--white);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.fade-in{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.toast-notification{position:fixed;top:20px;right:20px;background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 25px #00000026;z-index:10000;display:flex;align-items:center;gap:12px;min-width:300px;animation:slideInRight .3s ease-out}.toast-notification.success{border-left:4px solid #059669}.toast-notification.error{border-left:4px solid #dc2626}.toast-notification.info{border-left:4px solid #1e40af}.toast-notification .toast-icon{font-size:20px}.toast-notification .toast-message{flex:1;color:#1e293b;font-size:14px;font-weight:600}.toast-notification.fade-out{animation:slideOutRight .3s ease-out forwards}@keyframes slideInRight{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}.pro-auth-container{display:none;min-height:100vh;width:100%;position:fixed;top:0;left:0;z-index:100}.pro-auth-container.active{display:block}.pro-auth-split{display:grid;grid-template-columns:480px 1fr;height:100vh}.pro-auth-brand{background:linear-gradient(135deg,#1e40af,#0891b2);padding:60px 50px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.pro-auth-brand:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,144C960,149,1056,139,1152,128C1248,117,1344,107,1392,101.3L1440,96L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') bottom center no-repeat;background-size:cover;pointer-events:none}.pro-brand-content{position:relative;z-index:1;max-width:360px}.pro-brand-logo{width:64px;height:64px;background:#ffffff26;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.pro-brand-logo svg{color:#fff}.pro-brand-title{font-size:42px;font-weight:800;color:#fff;margin:0 0 12px;letter-spacing:-.5px}.pro-brand-subtitle{font-size:18px;color:#ffffffe6;margin:0 0 48px;font-weight:500}.pro-brand-features{display:flex;flex-direction:column;gap:20px}.pro-feature-item{display:flex;align-items:center;gap:14px;color:#fff}.pro-feature-item svg{flex-shrink:0;background:#ffffff26;padding:6px;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pro-feature-item span{font-size:15px;font-weight:500}.pro-auth-forms{background:#fff;display:flex;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.pro-forms-container{width:100%;max-width:440px}.pro-auth-status{padding:12px 16px;border-radius:10px;margin-bottom:20px;font-size:14px;text-align:center;font-weight:600;display:none}.pro-auth-status:not(:empty){display:block}.pro-form-section{display:none}.pro-form-section.active{display:block;animation:slideInFromRight .4s ease-out}.pro-form-header{margin-bottom:36px}.pro-form-header h2{font-size:32px;font-weight:700;color:#0f172a;margin:0 0 8px;letter-spacing:-.5px}.pro-form-header p{font-size:16px;color:#64748b;margin:0;font-weight:500}.pro-input-group{margin-bottom:24px}.pro-input-group label{display:block;margin-bottom:10px;color:var(--auth-text);font-weight:600;font-size:14px;transition:color .3s ease}.pro-input-wrapper{position:relative;display:flex;align-items:center}.pro-input-icon{position:absolute;left:16px;color:#64748b;pointer-events:none;z-index:1}.pro-input-wrapper input{width:100%;padding:14px 16px 14px 48px;border:2px solid var(--auth-input-border);border-radius:10px;font-size:15px;color:var(--auth-text);background:var(--auth-input-bg);transition:all .3s ease;font-weight:500}.pro-input-wrapper input:focus{outline:none;border-color:var(--auth-input-focus);background:var(--auth-input-bg);box-shadow:0 0 0 4px #1e40af14}.pro-input-wrapper input::placeholder{color:var(--auth-text-muted);font-weight:400}.pro-form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.pro-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.pro-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#1e40af}.pro-checkbox span{font-size:14px;color:var(--auth-text-muted);font-weight:500;transition:color .3s ease}.pro-link{font-size:14px;color:#1e40af;text-decoration:none;font-weight:600;transition:color .2s}.pro-link:hover{color:#1e3a8a}.pro-btn{width:100%;padding:14px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:24px}.pro-btn-primary{background:linear-gradient(135deg,#1e40af,#0891b2);color:#fff;box-shadow:0 4px 14px #1e40af4d}.pro-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e40af66}.pro-btn-primary:active{transform:translateY(0)}.pro-btn svg{transition:transform .2s}.pro-btn:hover svg{transform:translate(4px)}.pro-form-footer{text-align:center;padding-top:24px;border-top:1px solid var(--auth-border);transition:border-color .3s ease}.pro-form-footer span{font-size:14px;color:var(--auth-text-muted);margin-right:6px;transition:color .3s ease}.pro-link-bold{font-size:14px;color:#1e40af;text-decoration:none;font-weight:700;transition:color .2s}.pro-link-bold:hover{color:#1e3a8a;text-decoration:underline}@media (max-width: 1024px){.pro-auth-split{grid-template-columns:1fr}.pro-auth-brand{display:none}}@media (max-width: 600px){.pro-auth-forms{padding:24px}.pro-forms-container{max-width:100%}.pro-form-header h2{font-size:28px}.pro-input-wrapper input{padding:12px 14px 12px 44px}}:root,[data-theme=light]{--dash-bg: #f8fafc;--dash-surface: #ffffff;--dash-surface-alt: #f8fafc;--dash-border: #e2e8f0;--dash-text: #0f172a;--dash-text-muted: #64748b;--dash-input-bg: #ffffff;--dash-input-border: #e2e8f0;--dash-hover-bg: #f8fafc;--dash-shadow: 0 1px 3px rgba(0, 0, 0, .05);--dash-shadow-hover: 0 8px 16px rgba(30, 64, 175, .1)}[data-theme=dark]{--dash-bg: #0f172a;--dash-surface: #1e293b;--dash-surface-alt: #0f172a;--dash-border: #334155;--dash-text: #f1f5f9;--dash-text-muted: #94a3b8;--dash-input-bg: #1e293b;--dash-input-border: #334155;--dash-hover-bg: #283548;--dash-shadow: 0 1px 3px rgba(0, 0, 0, .3);--dash-shadow-hover: 0 8px 16px rgba(0, 0, 0, .4)}.app-wrapper{max-width:1200px;margin:0 auto;padding:0;min-height:100vh;background:var(--dash-bg);transition:background .3s ease}.app-header{background:var(--dash-surface);display:flex;justify-content:space-between;align-items:center;padding:20px 48px;margin-bottom:0;border-bottom:1px solid var(--dash-border);box-shadow:var(--dash-shadow);transition:all .3s ease}.header-left{display:flex;align-items:center;gap:12px}.app-logo{font-size:24px;font-weight:700;background:linear-gradient(135deg,#1e40af,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.version-tag{background:var(--dash-surface-alt);color:var(--dash-text-muted);padding:4px 12px;border-radius:6px;font-size:11px;font-weight:600;transition:all .3s ease}.header-right{display:flex;align-items:center;gap:16px}.user-menu{display:flex;align-items:center;gap:10px;padding:8px 16px 8px 8px;background:var(--dash-surface-alt);border-radius:50px;border:1px solid var(--dash-border);transition:all .3s ease}.user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#0891b2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.user-info{display:flex;flex-direction:column}.user-name{font-size:13px;font-weight:600;color:var(--dash-text);line-height:1.2;transition:color .3s ease}.user-role{font-size:11px;color:var(--dash-text-muted);line-height:1.2;transition:color .3s ease}.btn-logout{display:flex;align-items:center;gap:6px;padding:10px 18px;background:var(--dash-surface);color:var(--dash-text-muted);border:1px solid var(--dash-border);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-logout:hover{background:#dc2626;border-color:#dc2626;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #dc262633}.theme-toggle{display:flex;align-items:center;gap:6px;padding:10px;background:var(--dash-surface);color:var(--dash-text-muted);border:1px solid var(--dash-border);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.theme-toggle:hover{background:var(--dash-hover-bg);border-color:#1e40af;color:#1e40af;transform:translateY(-1px)}.tab-navigation{background:var(--dash-surface);display:flex;gap:0;margin-bottom:0;padding:0 48px;border-bottom:1px solid var(--dash-border);transition:all .3s ease}.tab-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;background:transparent;border:none;border-bottom:2px solid transparent;font-size:14px;font-weight:600;color:var(--dash-text-muted);cursor:pointer;transition:all .2s;position:relative}.tab-btn:hover{color:#1e40af;background:var(--dash-hover-bg)}.tab-btn.active{color:#1e40af;border-bottom-color:#1e40af;background:transparent}.tab-btn span{font-size:14px}.tab-content-wrapper{padding:32px 48px 48px}.tab-content{display:none}.tab-content.active{display:block}.minimal-header{margin-bottom:32px}.minimal-header h1{font-size:28px;font-weight:700;color:var(--dash-text);margin:0;transition:color .3s ease}.minimal-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin-bottom:40px}.minimal-stat-card{background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:12px;padding:24px;transition:all .3s;box-shadow:var(--dash-shadow)}.minimal-stat-card:hover{border-color:#1e40af;transform:translateY(-2px);box-shadow:var(--dash-shadow-hover)}.minimal-stat-label{font-size:12px;font-weight:600;color:var(--dash-text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;transition:color .3s ease}.minimal-stat-value{font-size:28px;font-weight:700;color:var(--dash-text);margin:0;transition:color .3s ease}.content-header{margin-bottom:24px}.content-header h2{font-size:28px;font-weight:700;color:var(--dash-text);margin:0 0 8px;transition:color .3s ease}.content-header .subtitle{font-size:15px;color:var(--dash-text-muted);margin:0;transition:color .3s ease}.generator-container{background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:12px;padding:32px;box-shadow:var(--dash-shadow);transition:all .3s ease}.form-section-card{background:var(--dash-surface-alt);border:1px solid var(--dash-border);border-radius:10px;padding:24px;margin-bottom:20px;transition:all .3s ease}.form-section-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:var(--dash-text);transition:color .3s ease}.form-section-header h3{font-size:16px;font-weight:700;margin:0}.form-section-header svg{width:20px;height:20px;color:#3b82f6}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-group{margin-bottom:0}.form-group label{display:block;margin-bottom:8px;color:var(--dash-text);font-weight:600;font-size:14px;transition:color .3s ease}.form-group input,.form-group select,.select-modern{width:100%;padding:12px 16px;background:var(--dash-input-bg);border:2px solid var(--dash-input-border);border-radius:8px;font-size:14px;color:var(--dash-text);transition:all .2s;font-weight:500}.form-group input:focus,.form-group select:focus,.select-modern:focus{outline:none;border-color:#1e40af;background:var(--dash-input-bg);box-shadow:0 0 0 4px #1e40af14}.form-group input::placeholder{color:var(--dash-text-muted);font-weight:400}#paymentAddress{background:var(--dash-input-bg)!important;color:var(--dash-text)!important;border:2px solid var(--dash-input-border)!important;font-weight:500}.file-input{padding:8px 12px;font-size:13px}.btn-generate{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:linear-gradient(135deg,#1e40af,#0891b2);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:24px;box-shadow:0 4px 14px #1e40af4d}.btn-generate:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1e40af66}.subscription-notice{background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:12px;padding:40px;margin-top:32px;box-shadow:var(--dash-shadow);transition:all .3s ease}.notice-header{text-align:center;margin-bottom:32px}.notice-header svg{color:#1e40af;margin-bottom:16px}.notice-header h3{font-size:24px;font-weight:700;color:var(--dash-text);margin:0 0 8px;transition:color .3s ease}.notice-header p{font-size:15px;color:var(--dash-text-muted);margin:0;transition:color .3s ease}.subscription-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.plan-card{background:var(--dash-surface-alt);border:2px solid var(--dash-border);border-radius:12px;padding:28px 24px;text-align:center;cursor:pointer;transition:all .3s}.plan-card:hover{border-color:#1e40af;transform:translateY(-4px);box-shadow:0 12px 24px #1e40af26}.plan-card.featured{border-color:#059669;background:var(--dash-surface)}.plan-badge{display:inline-block;background:var(--dash-border);color:var(--dash-text-muted);padding:6px 16px;border-radius:20px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;transition:all .3s ease}.plan-badge.popular{background:#059669;color:#fff}.plan-price{margin:16px 0}.currency{font-size:24px;color:var(--dash-text-muted);vertical-align:super;transition:color .3s ease}.amount{font-size:42px;font-weight:700;color:var(--dash-text);transition:color .3s ease}.period{font-size:14px;color:var(--dash-text-muted);transition:color .3s ease}.plan-card h4{font-size:18px;font-weight:700;color:var(--dash-text);margin:0 0 20px;transition:color .3s ease}.plan-features{list-style:none;padding:0;margin:0 0 24px;text-align:left}.plan-features li{padding:10px 0;font-size:14px;color:var(--dash-text-muted);font-weight:500;transition:color .3s ease}.plan-card .btn{width:100%;padding:10px 20px;font-size:14px}.status-message{padding:14px 18px;border-radius:10px;margin-bottom:20px;font-size:14px;text-align:center;font-weight:600}.status-error{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.status-success{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.status-info{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.admin-grid{display:grid;grid-template-columns:1fr;gap:24px}.admin-card{background:var(--dash-surface);border:1px solid var(--dash-border);border-radius:12px;padding:28px;box-shadow:var(--dash-shadow);transition:all .3s ease}.admin-card-title{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:700;color:var(--dash-text);margin:0 0 24px;padding-bottom:16px;border-bottom:2px solid var(--dash-border);transition:all .3s ease}.admin-card-title svg{color:#1e40af}.admin-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.btn-save-settings,.btn-admin-action{padding:14px 28px;background:linear-gradient(135deg,#1e40af,#0891b2);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 14px #1e40af4d}.btn-save-settings:hover,.btn-admin-action:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1e40af66}@media (max-width: 768px){.app-header,.tab-navigation,.tab-content-wrapper{padding-left:24px;padding-right:24px}.minimal-stats-grid,.form-grid,.admin-form-grid,.subscription-plans{grid-template-columns:1fr}.tab-btn span,.user-info{display:none}.minimal-header h1,.content-header h2{font-size:24px}}
