@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--primary:#3b82f6;--primary-dark:#2563eb;--primary-light:#60a5fa;--secondary:#1e293b;--bg-main:#f8fafc;--bg-surface:#fff;--text-main:#0f172a;--text-muted:#64748b;--border:#e2e8f0;--radius:12px;--shadow:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--font-body:"Inter", sans-serif;--font-heading:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;touch-action:pan-x pan-y;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600}button{cursor:pointer;border-radius:var(--radius);border:none;font-family:inherit;transition:all .2s}input,select,textarea{border-radius:var(--radius);border:1px solid var(--border);font-size:16px;font-family:var(--font-body);background-color:#fff;width:100%;padding:12px 16px;transition:all .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b82f61a}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff4d}.gradient-bg{background:radial-gradient(circle at 100% 0,#eff6ff,#fff);min-height:100vh}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.auth-layout{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow:hidden}.mobile-header{z-index:50;align-items:center;padding:1.5rem;display:flex;position:absolute;top:0;left:0;right:0}.back-btn{-webkit-backdrop-filter:blur(12px);color:var(--text-main);background:#fff9;border:1px solid #fffc;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.back-btn:hover{background:#fffffff2;transform:translate(-4px);box-shadow:0 6px 10px -1px #0000001a}.auth-background{z-index:0;background:linear-gradient(135deg,#f0fdf4 0%,#e0e7ff 50%,#fdf4ff 100%);position:absolute;inset:0;overflow:hidden}.shape{filter:blur(80px);opacity:.6;border-radius:50%;animation:10s ease-in-out infinite alternate float;position:absolute}.shape-1{background:#bfdbfe;width:500px;height:500px;top:-100px;left:-100px}.shape-2{background:#ddd6fe;width:400px;height:400px;animation-delay:-5s;bottom:-100px;right:-50px}.shape-3{background:#fbcfe8;width:300px;height:300px;animation-duration:15s;bottom:20%;left:20%}@keyframes float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,50px)scale(1.1)}}.auth-container{z-index:10;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card{-webkit-backdrop-filter:blur(24px);background:#ffffffb3;border-radius:28px;width:100%;max-width:480px;padding:3rem;box-shadow:0 25px 50px -12px #00000026,inset 0 0 0 1px #ffffff80}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-slide-up{animation:.7s cubic-bezier(.16,1,.3,1) forwards slideUp}.tab-selector{background:#0000000a;border-radius:16px;margin-bottom:2rem;padding:6px;display:flex}.tab-btn{color:var(--text-muted);background:0 0;border-radius:12px;flex:1;padding:12px;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.tab-btn.active{color:var(--primary);background:#fff;box-shadow:0 4px 12px #00000014}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{width:20px;height:20px;color:var(--text-muted);pointer-events:none;position:absolute;left:14px}.input-wrapper input{background:#ffffffe6;padding-left:44px}.input-wrapper input:focus{background:#fff;box-shadow:0 0 0 4px #3b82f626}.primary-btn{background:linear-gradient(135deg, var(--primary) 0%, #4f46e5 100%);color:#fff;border-radius:14px;width:100%;padding:16px;font-size:1.05rem;font-weight:600;transition:all .3s;box-shadow:0 10px 20px -5px #3b82f666}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 14px 25px -5px #3b82f680}.primary-btn:disabled{opacity:.7;box-shadow:none;transform:none}.custom-datepicker-container{width:100%;position:relative}:is(.form-row:has(.custom-datepicker-container.is-open),.form-group:has(.custom-datepicker-container.is-open),.input-group:has(.custom-datepicker-container.is-open),.dates-row:has(.custom-datepicker-container.is-open)){z-index:9999!important;position:relative!important}.custom-datepicker-input{border-radius:var(--radius);border:1px solid var(--border);cursor:pointer;background-color:#fff;justify-content:space-between;align-items:center;height:48px;padding:12px 16px;font-size:16px;transition:all .2s;display:flex}.custom-datepicker-input:hover{border-color:#94a3b8;box-shadow:0 2px 8px #0000000d}.custom-datepicker-input.active{border-color:var(--primary);box-shadow:0 0 0 3px #3b82f61a}.date-display-text{color:#334155;font-size:.95rem;font-weight:600}.calendar-icon{color:#94a3b8;font-size:1.1rem}.custom-calendar-dropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:100;box-sizing:border-box;background:#fffffff2;border:1px solid #e2e8f0e6;border-radius:16px;width:100%;min-width:290px;padding:14px;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000d}.calendar-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.nav-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;font-weight:700;transition:background .2s;display:flex}.nav-btn:hover{color:#1e293b;background:#f1f5f9}.calendar-title{color:#0f172a;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;gap:6px;padding:4px 10px;font-size:.95rem;font-weight:800;transition:background .2s;display:flex}.calendar-title span{color:#94a3b8;font-size:.65rem}.calendar-title:hover{background:#e2e8f0}.weeks-grid{text-align:center;grid-template-columns:repeat(7,1fr);margin-bottom:8px;display:grid}.week-label{color:#94a3b8;padding:4px 0;font-size:.75rem;font-weight:700}.days-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.day-cell{color:#334155;aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.day-cell:hover:not(.disabled){background:#f1f5f9}.day-cell.selected{font-weight:800;box-shadow:0 4px 10px #3b82f640;background:var(--primary)!important;color:#fff!important}.day-cell.today:not(.selected){color:var(--primary);background:#eff6ff;border:1px solid #3b82f64d}.day-cell.disabled{color:#cbd5e1;cursor:not-allowed;background:0 0;font-weight:400}.day-cell.empty{cursor:default}.year-month-picker{text-align:left;flex-direction:column;gap:10px;display:flex}.picker-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:6px;display:flex}.picker-header h3{color:#0f172a;margin:0;font-size:.9rem;font-weight:800}.close-picker-btn{color:#475569;cursor:pointer;background:#e2e8f0;border:none;border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700;transition:all .2s}.close-picker-btn:hover{background:#cbd5e1}.picker-body{gap:12px;height:180px;display:flex}.year-column-wrapper{flex-direction:column;flex:1;gap:6px;display:flex}.year-column-wrapper label,.month-column-wrapper label{color:#94a3b8;font-size:.75rem;font-weight:700}.year-list-scroll{flex-direction:column;flex:1;gap:4px;padding-right:4px;display:flex;overflow-y:auto}.month-column-wrapper{flex-direction:column;flex:1.5;gap:6px;display:flex}.month-grid-selection{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}.picker-item{color:#475569;cursor:pointer;text-align:center;background:0 0;border:1px solid #f1f5f9;border-radius:6px;padding:8px;font-size:.8rem;font-weight:600;transition:all .2s}.picker-item:hover{background:#f1f5f9;border-color:#cbd5e1}.picker-item.active{background:var(--primary);color:#fff;border-color:var(--primary)}.year-list-scroll::-webkit-scrollbar{width:4px}.year-list-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.year-list-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.custom-datepicker-input input.date-input-field{color:#334155!important;width:100%!important;height:100%!important;box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important;margin:0!important;padding:0!important;font-size:16px!important;font-weight:600!important}.custom-datepicker-input input.date-input-field:focus{box-shadow:none!important;background:0 0!important;border:none!important;outline:none!important}.custom-datepicker-input input.date-input-field::placeholder{color:#94a3b8;font-weight:500}
