.profile-dashboard{min-height:100vh;background:linear-gradient(180deg,var(--background-color, #10141f) 0%,#090a14 100%);color:var(--text-color, #ebede9);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-container{max-width:1280px;margin:0 auto;padding:2rem 1rem}.profile-header{margin-bottom:3rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.profile-welcome h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.profile-welcome p{color:var(--text-secondary-color, #a8b5b2);margin:0}.profile-grid{display:grid;grid-template-columns:1fr 2fr;gap:3rem}@media (max-width: 1024px){.profile-grid{grid-template-columns:1fr;gap:2rem}}.profile-sidebar{display:flex;flex-direction:column;gap:2rem}.profile-card{background:var(--surface-color, #151d28);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color, #394a50);border-radius:16px;padding:2rem;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff1a;transition:all .25s ease}.profile-card:hover{box-shadow:0 32px 80px #00000080,inset 0 1px #ffffff1a}.profile-info-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem}.profile-avatar-wrapper{position:relative}.profile-avatar{width:80px;height:80px;border-radius:50px;border:2px solid var(--border-color, #394a50);background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:var(--text-color, #ebede9)}.profile-avatar img{width:100%;height:100%;border-radius:inherit;object-fit:cover}.profile-avatar-btn{position:absolute;bottom:-4px;right:-4px;width:28px;height:28px;background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);border-radius:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;text-decoration:none}.profile-avatar-btn:hover{background:var(--hover-color, #253a5e)}.profile-user-info{flex:1}.profile-user-info h2{font-size:1.25rem;font-weight:700;color:var(--text-color, #ebede9);margin:0 0 .25rem}.profile-user-info .user-email{color:var(--text-secondary-color, #a8b5b2);font-size:.875rem;margin-bottom:.5rem}.profile-user-info .user-member{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--text-secondary-color, #a8b5b2)}.profile-edit-btn{padding:.5rem;background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);border-radius:8px;cursor:pointer;transition:all .25s ease;color:var(--text-color, #ebede9);text-decoration:none}.profile-edit-btn:hover{background:var(--hover-color, #253a5e)}.profile-bio-section h3{font-size:.875rem;font-weight:600;color:var(--text-secondary-color, #a8b5b2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.profile-bio-text{color:var(--text-color, #ebede9);font-size:.875rem;line-height:1.5;margin-bottom:1rem}.profile-bio-textarea{width:100%;padding:.5rem;background:rgba(21,29,40,.5);border:1px solid var(--border-color, #394a50);border-radius:8px;color:var(--text-color, #ebede9);font-family:inherit;font-size:.875rem;resize:none;outline:none;transition:all .25s ease}.profile-bio-textarea:focus{border-color:var(--primary-color, #73bed3);box-shadow:0 0 0 3px #73bed31a}.profile-bio-edit{display:flex;flex-direction:column;gap:.75rem}.profile-bio-actions{display:flex;gap:.5rem;justify-content:flex-end}.profile-bio-cancel,.profile-bio-save{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.profile-bio-cancel{background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);color:var(--text-secondary-color, #a8b5b2)}.profile-bio-cancel:hover:not(:disabled){background:var(--hover-color, #253a5e);color:var(--text-color, #ebede9)}.profile-bio-save{background:var(--primary-color, #73bed3);color:var(--background-color, #10141f)}.profile-bio-save:hover:not(:disabled){background:#5aa8c1;transform:translateY(-1px)}.profile-bio-save:disabled{opacity:.6;cursor:not-allowed}.profile-bio-cancel:disabled{opacity:.6;cursor:not-allowed}.profile-bio-counter{font-size:.7rem;color:var(--text-secondary-color, #a8b5b2);text-align:right}.profile-quick-stats{display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem;border-top:1px solid var(--border-color, #394a50)}.profile-stats-section{background:rgba(21,29,40,.3);border-radius:8px;padding:1rem;border:1px solid var(--border-color, #394a50)}.profile-stats-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:var(--text-secondary-color, #a8b5b2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.profile-stats-title i{font-size:.875rem}.profile-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.profile-stat{text-align:center}.profile-stat-value{font-size:1.25rem;font-weight:700;color:var(--primary-color, #73bed3);margin-bottom:.25rem;display:flex;align-items:center;justify-content:center;gap:.25rem}.profile-stat-value.secondary{color:var(--accent-color, #de9e41)}.profile-stat-value.premium-feature{color:var(--warning-color, #e8c170);font-size:1rem}.profile-stat-label{font-size:.75rem;color:var(--text-secondary-color, #a8b5b2);margin-bottom:.25rem}.profile-stat-upgrade{font-size:.65rem;color:var(--accent-color, #de9e41);font-weight:500}.profile-stat-bar{width:100%;height:4px;background:rgba(57,74,80,.5);border-radius:2px;margin-top:.5rem;overflow:hidden}.profile-stat-bar-fill{height:100%;background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));border-radius:2px;transition:width .3s ease}.profile-actions{margin-top:2rem;display:flex;flex-direction:column;gap:.5rem}.profile-action-btn{width:100%;padding:.5rem;font-size:.875rem;background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);border-radius:8px;color:var(--text-color, #ebede9);cursor:pointer;transition:all .25s ease;text-decoration:none;text-align:center}.profile-action-btn:hover{background:var(--hover-color, #253a5e)}.subscription-card{border:2px solid var(--border-color, #394a50)}.subscription-card.free{border-color:var(--text-secondary-color, #a8b5b2)}.subscription-card.demo{border-color:var(--primary-color, #73bed3)}.subscription-card.premium{border-color:var(--accent-color, #de9e41)}.subscription-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.subscription-tier{display:flex;align-items:center;gap:.5rem}.subscription-tier-icon{font-size:2rem}.subscription-tier h3{font-size:1.25rem;font-weight:700;margin:0}.subscription-tier.free h3{background:linear-gradient(135deg,var(--text-secondary-color, #a8b5b2) 0%,#6b7785 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subscription-tier.demo h3{background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subscription-tier.premium h3{background:linear-gradient(135deg,var(--accent-color, #de9e41) 0%,var(--primary-color, #73bed3) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.subscription-expiry{font-size:.875rem;color:var(--warning-color, #e8c170);margin-top:.25rem}.subscription-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:2rem}.subscription-metric{background:rgba(21,29,40,.5);border-radius:8px;padding:.5rem}.subscription-metric-label{color:var(--text-secondary-color, #a8b5b2);font-size:.875rem;margin-bottom:.25rem}.subscription-metric-value{font-size:1.25rem;font-weight:700;color:var(--text-color, #ebede9)}.subscription-features{margin-bottom:2rem}.subscription-features h4{font-size:.875rem;font-weight:600;color:var(--text-secondary-color, #a8b5b2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.subscription-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.subscription-features li{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.subscription-features .feature-included{color:var(--success-color, #75a743)}.subscription-features .feature-limited{color:var(--error-color, #cf573c)}.subscription-features .feature-text{color:var(--text-color, #ebede9)}.subscription-features .feature-text.muted{color:var(--text-secondary-color, #a8b5b2)}.subscription-upgrade-btn{width:100%;padding:.5rem 0;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .25s ease;text-decoration:none;text-align:center;display:block}.subscription-upgrade-btn.free{background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));color:var(--background-color, #10141f)}.subscription-upgrade-btn.demo{background:linear-gradient(135deg,var(--accent-color, #de9e41) 0%,var(--primary-color, #73bed3) 100%);color:var(--text-color, #ebede9)}.subscription-upgrade-btn:hover{transform:translateY(-1px);box-shadow:0 8px 32px #090a145e}.subscription-status-message{text-align:center;font-size:.875rem;margin-top:1rem}.subscription-status-message.premium{color:var(--accent-color, #de9e41)}.subscription-status-message.default{color:var(--text-secondary-color, #a8b5b2)}.stats-panel{background:var(--surface-color, #151d28);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-color, #394a50);border-radius:16px;padding:2rem;box-shadow:0 20px 60px #0006,inset 0 1px #ffffff1a}.stats-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color, #394a50)}.stats-tab{padding:.5rem 1rem;border-radius:8px;border:none;cursor:pointer;transition:all .25s ease;display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;background:var(--surface-color, #151d28);color:var(--text-color, #ebede9);text-decoration:none}.stats-tab:hover{background:var(--hover-color, #253a5e)}.stats-tab.active{background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));color:var(--background-color, #10141f)}.stats-tab-icon{font-size:1rem}.stats-content{min-height:300px}.stats-overview{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.stats-card{background:rgba(21,29,40,.5);border-radius:8px;padding:1rem;transition:all .25s ease}.stats-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #090a145e}.stats-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.stats-card-label{color:var(--text-secondary-color, #a8b5b2);font-size:.875rem}.stats-card-icon{font-size:1.5rem}.stats-card-value{font-size:1.5rem;font-weight:700}.stats-card-value.primary{background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stats-card-value.accent{background:linear-gradient(135deg,var(--accent-color, #de9e41) 0%,var(--primary-color, #73bed3) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.stats-card-value.success{color:var(--success-color, #75a743)}.stats-card-value.warning{color:var(--warning-color, #e8c170)}.stats-coming-soon{text-align:center;padding:4rem 1rem}.stats-coming-soon-icon{font-size:4rem;margin-bottom:1rem}.stats-coming-soon h3{font-size:1.5rem;font-weight:700;color:var(--text-color, #ebede9);margin-bottom:.5rem}.stats-coming-soon p{color:var(--text-secondary-color, #a8b5b2);margin-bottom:1.5rem}.stats-coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--surface-color, #151d28);border-radius:8px;color:var(--text-secondary-color, #a8b5b2);font-size:.875rem}.stats-coming-soon-badge .badge-icon{color:var(--warning-color, #e8c170)}.quick-actions{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.quick-action{position:relative;overflow:hidden;border-radius:8px;background:var(--surface-color, #151d28);padding:1rem;transition:all .25s ease;text-decoration:none;color:var(--text-color, #ebede9);border:1px solid var(--border-color, #394a50)}.quick-action:hover{transform:translateY(-2px);box-shadow:0 8px 32px #090a145e}.quick-action-overlay{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:all .25s ease}.quick-action:hover .quick-action-overlay{opacity:.1}.quick-action-overlay.primary{background:linear-gradient(135deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41))}.quick-action-overlay.accent{background:linear-gradient(135deg,var(--accent-color, #de9e41) 0%,var(--primary-color, #73bed3) 100%)}.quick-action-overlay.success{background:linear-gradient(135deg,var(--success-color, #75a743) 0%,#5c8a2f 100%)}.quick-action-overlay.warning{background:linear-gradient(135deg,var(--warning-color, #e8c170) 0%,var(--accent-color, #de9e41) 100%)}.quick-action-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between}.quick-action-label{font-size:1rem;font-weight:500}.quick-action-icon{font-size:1.5rem}@media (max-width: 768px){.profile-container{padding:1rem}.profile-header{flex-direction:column;align-items:flex-start;gap:1rem}.profile-welcome h1{font-size:1.75rem}.stats-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.stats-tabs::-webkit-scrollbar{display:none}.stats-overview{grid-template-columns:1fr;gap:.5rem}.quick-actions{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.profile-info-header{flex-direction:column;text-align:center}.subscription-metrics{grid-template-columns:1fr;gap:.5rem}.quick-actions{grid-template-columns:1fr}.stats-card-value{font-size:1.25rem}.profile-welcome h1{font-size:1.5rem}.profile-stats-row{grid-template-columns:1fr;gap:.75rem}.profile-stats-section{padding:.75rem}.profile-stat-value{font-size:1.1rem}}.profile-signout-section{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border-color, #394a50)}.profile-signout-card{background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);border-radius:12px;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 16px #0000001a}.profile-signout-content{display:flex;align-items:center;justify-content:space-between;gap:2rem}.profile-signout-info h4{color:var(--text-color, #ebede9);font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.profile-signout-info p{color:var(--text-secondary-color, #a8b5b2);font-size:.9rem;margin:0;line-height:1.4}.profile-signout-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--error-color, #cf573c);color:#fff;border:none;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.profile-signout-btn:hover{background:#b84a32;box-shadow:0 4px 12px #cf573c4d;transform:translateY(-1px)}.profile-signout-btn i{font-size:.9rem}@media (max-width: 768px){.profile-signout-content{flex-direction:column;text-align:center;gap:1.5rem}.profile-signout-btn{width:100%;justify-content:center}}.logout-modal-backdrop{position:fixed;background:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;top:0;right:0;bottom:0;left:0}.logout-modal{background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);border-radius:16px;padding:2rem;max-width:420px;width:100%;max-height:90vh;box-shadow:0 25px 50px #0009;margin:auto;overflow-y:auto;transform:translateZ(0)}.logout-modal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.logout-modal-icon{font-size:1.5rem;color:var(--error-color, #cf573c)}.logout-modal-header h3{font-size:1.25rem;font-weight:600;color:var(--text-color, #ebede9);margin:0}.logout-modal-body{margin-bottom:2rem}.logout-modal-body p{color:var(--text-color, #ebede9);font-size:1rem;line-height:1.5;margin:0 0 .75rem}.logout-modal-subtext{color:var(--text-secondary-color, #a8b5b2)!important;font-size:.9rem!important}.logout-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.logout-modal-cancel{padding:.75rem 1.5rem;background:var(--surface-color, #151d28);border:1px solid var(--border-color, #394a50);border-radius:8px;color:var(--text-color, #ebede9);font-weight:500;cursor:pointer;transition:all .2s ease}.logout-modal-cancel:hover{background:var(--hover-color, #253a5e)}.logout-modal-confirm{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--error-color, #cf573c);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}.logout-modal-confirm:hover{background:#b84a32;box-shadow:0 4px 12px #cf573c4d}.logout-modal-confirm i{font-size:.9rem}@media (max-width: 480px){.logout-modal-backdrop{padding:.5rem}.logout-modal{padding:1.5rem;margin:0;min-height:auto;max-height:80vh}.logout-modal-actions{flex-direction:column;gap:.75rem}.logout-modal-cancel,.logout-modal-confirm{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}.auth-app{min-height:100vh;background:var(--background-color, #10141f);color:var(--text-color, #ebede9);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow-x:hidden}.auth-app:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(115,190,211,.08) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(222,158,65,.05) 0%,transparent 50%),radial-gradient(circle at 50% 20%,rgba(79,143,186,.06) 0%,transparent 50%);pointer-events:none;z-index:1}.auth-app ::selection{background:rgba(115,190,211,.3);color:var(--text-color, #ebede9)}.auth-app ::-moz-selection{background:rgba(115,190,211,.3);color:var(--text-color, #ebede9)}.auth-layout{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#10141f 0%,#151d28 100%);display:flex;align-items:center;justify-content:center;z-index:1000}.loading-content{text-align:center;color:var(--text-color, #ebede9)}.loading-logo{margin-bottom:2rem}.logo-parts{font-size:4rem;font-weight:700;display:inline-block}.logo-ai{color:var(--primary-color, #73bed3);margin-right:.2rem}.logo-to{color:var(--accent-color, #de9e41);margin:0 .1rem}.logo-u{color:var(--primary-color, #73bed3);margin-left:.2rem}.loading-text h2{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-color, #73bed3)}.loading-text p{color:var(--text-secondary-color, #a8b5b2);font-size:1rem}.loading-bar{width:200px;height:4px;background:var(--surface-color, #151d28);border-radius:2px;margin:2rem auto;overflow:hidden}.loading-fill{height:100%;background:linear-gradient(90deg,var(--primary-color, #73bed3),var(--accent-color, #de9e41));border-radius:2px}.loading-particles{position:absolute;width:100%;height:100px;top:50%;left:0}.particle{position:absolute;width:4px;height:4px;border-radius:50%}.auth-container{position:relative;max-width:420px;width:100%}.auth-card{background:rgba(21,29,40,.6);border:1px solid rgba(115,190,211,.15);border-radius:20px;padding:2.5rem;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 8px 32px #0000004d,0 1px #73bed31a inset,0 -1px #0003 inset;transition:all .3s ease}.auth-header{text-align:center;margin-bottom:1.5rem}.auth-title{font-size:2rem;font-weight:700;color:var(--primary-color, #73bed3);margin-bottom:.5rem}.auth-subtitle{color:var(--text-secondary-color, #a8b5b2);font-size:1rem;line-height:1.5}.auth-message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500;position:relative;z-index:10}.auth-message.success{background:rgba(117,167,67,.35);border:2px solid #75a743;color:#c5ff85;box-shadow:0 4px 20px #75a7434d,inset 0 1px #fff3;text-shadow:0 0 10px rgba(197,255,133,.3)}.auth-message.error{background:rgba(207,87,60,.35);border:2px solid #cf573c;color:#fa9;box-shadow:0 4px 20px #cf573c4d,inset 0 1px #fff3;text-shadow:0 0 10px rgba(255,170,153,.3)}.auth-message i{font-size:1.1rem;filter:brightness(1.2)}.social-auth{margin-bottom:1.5rem}.social-buttons{display:flex;flex-direction:column;gap:.75rem}.social-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;background:var(--hover-color, #253a5e);border:1px solid var(--border-color, #394a50);border-radius:8px;color:var(--text-color, #ebede9);text-decoration:none;font-weight:500;transition:all .3s ease;cursor:pointer}.social-btn:hover{background:var(--active-color, #3c5e8b);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.social-btn i{font-size:1.2rem}.social-note{text-align:center;margin-top:1rem;color:var(--text-secondary-color, #a8b5b2);font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.social-note i{color:var(--accent-color, #de9e41)}.auth-divider{position:relative;text-align:center;margin:1.5rem 0;color:var(--text-secondary-color, #a8b5b2);font-size:.9rem}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border-color, #394a50)}.auth-divider span{background:var(--surface-color, #151d28);padding:0 1rem;position:relative;z-index:1}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-row{flex-direction:row;justify-content:space-between;align-items:center}.field-label{font-size:.9rem;font-weight:600;color:var(--text-color, #ebede9)}.field-input{padding:.875rem 1.125rem;background:rgba(16,20,31,.8);border:1px solid rgba(57,74,80,.6);border-radius:10px;color:var(--text-color, #ebede9);font-size:.95rem;transition:all .25s ease}.field-input:focus{outline:none;background:rgba(16,20,31,.95);border-color:var(--primary-color, #73bed3);box-shadow:0 0 0 3px #73bed31f;transform:translateY(-1px)}.field-input.error{border-color:var(--error-color, #cf573c)}.field-input::placeholder{color:var(--text-secondary-color, #a8b5b2)}.field-error{font-size:.8rem;color:var(--error-color, #cf573c);margin-top:.25rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--text-color, #ebede9);cursor:pointer}.checkbox-input{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid rgba(115,190,211,.4);border-radius:6px;position:relative;background:rgba(16,20,31,.8);transition:all .2s ease}.checkbox-input:checked+.checkbox-custom{background:var(--primary-color, #73bed3);border-color:var(--primary-color, #73bed3);box-shadow:0 0 0 3px #73bed326}.checkbox-input:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--background-color, #10141f);font-size:12px;font-weight:700}.forgot-link{color:var(--primary-color, #73bed3);text-decoration:none;font-size:.9rem;transition:color .3s ease}.forgot-link:hover{color:var(--accent-color, #de9e41)}.auth-submit-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:linear-gradient(135deg,var(--primary-color, #73bed3) 0%,var(--secondary-color, #4f8fba) 100%);border:none;border-radius:12px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #73bed333}.auth-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #73bed359;background:linear-gradient(135deg,var(--primary-color, #73bed3) 0%,var(--secondary-color, #4f8fba) 100%)}.auth-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.auth-submit-btn i{font-size:1.1rem}.loading-spinner{width:20px;height:20px;border:2px solid rgba(16,20,31,.3);border-top:2px solid var(--background-color, #10141f);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-toggle{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border-color, #394a50)}.auth-toggle p{color:var(--text-secondary-color, #a8b5b2);font-size:.9rem}.toggle-btn{background:none;border:none;color:var(--primary-color, #73bed3);font-weight:600;cursor:pointer;text-decoration:underline;transition:color .3s ease}.toggle-btn:hover{color:var(--accent-color, #de9e41)}.auth-terms{text-align:center;margin-top:1.5rem;font-size:.8rem;color:var(--text-secondary-color, #a8b5b2);line-height:1.4}.terms-link{color:var(--primary-color, #73bed3);text-decoration:none}.terms-link:hover{color:var(--accent-color, #de9e41);text-decoration:underline}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper .field-input{padding-right:3rem;width:100%}.password-toggle{position:absolute;right:.75rem;background:none;border:none;color:var(--text-secondary-color, #a8b5b2);cursor:pointer;padding:.5rem;transition:color .3s ease}.password-toggle:hover{color:var(--primary-color, #73bed3)}.password-requirements{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem}.requirement{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-secondary-color, #a8b5b2);transition:color .3s ease}.requirement.met{color:var(--success-color, #75a743)}.requirement i{font-size:.9rem}.password-strength{margin-top:1rem}.strength-bar{height:6px;background:var(--border-color, #394a50);border-radius:3px;overflow:hidden;margin-bottom:.5rem}.strength-fill{height:100%;border-radius:3px;transition:width .3s ease,background-color .3s ease}.strength-info{display:flex;justify-content:space-between;align-items:center;font-size:.85rem}.strength-label{font-weight:600;text-transform:uppercase;letter-spacing:.5px}.strength-text{color:var(--text-secondary-color, #a8b5b2)}.terms-error{display:block;margin-top:.5rem;color:var(--error-color, #cf573c);font-weight:500;font-size:.85rem}.checkbox-label.error .checkbox-custom{border-color:var(--error-color, #cf573c)}.auth-branding{position:fixed;bottom:2rem;right:2rem;text-align:right;z-index:20}.brand-text{font-size:2rem;font-weight:700;margin-bottom:.25rem}.brand-ai,.brand-u{color:var(--primary-color, #73bed3)}.brand-to{color:var(--accent-color, #de9e41);margin:0 .1rem}.brand-tagline{font-size:.9rem;color:var(--text-secondary-color, #a8b5b2);margin:0}@media (max-width: 768px){.auth-layout{padding:1rem}.auth-card{padding:1.5rem}.auth-title{font-size:1.75rem}.auth-branding{bottom:1rem;right:1rem}.brand-text{font-size:1.5rem}.logo-parts{font-size:3rem}}@media (max-width: 480px){.auth-card{padding:1.25rem 1rem}.social-buttons{gap:.5rem}.social-btn{padding:.65rem .85rem;font-size:.9rem}.form-row{flex-direction:column;align-items:flex-start;gap:.75rem}}
