@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;overflow:hidden}body{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}@media (max-width:768px){body{overscroll-behavior:none}}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.min-h-screen{min-height:100vh}.h-screen{height:100vh}.min-h-0{min-height:0}.bg-dark-950{background-color:#0a0a0f}.bg-dark-900{background:linear-gradient(135deg,#0d0d14,#12121a)}.bg-dark-800{background:#1a1a24cc}.bg-dark-700{background:#26263499}.bg-gray-700,.bg-gray-800,.bg-gray-900{background:#121212}.bg-gray-600{background-color:#4b5563}.text-white{color:#fff}.text-gray-100{color:#f3f4f6}.text-gray-300{color:#d1d5db}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.glass-card{background:#1e1e1e;box-shadow:0 4px 24px #0000004d}.glass-card-hover:hover{background:#ffffff0d;border-color:#ffffff1f;box-shadow:0 8px 32px #0006,inset 0 1px 0 #ffffff14;transform:translateY(-2px)}.border{border-width:1px}.border-gray-700{border-color:#37415180}.border-gray-600{border-color:#4b556380}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px}.border-0{border:0}.rounded-lg{border-radius:12px}.rounded-xl{border-radius:16px}.rounded-2xl{border-radius:20px}.rounded{border-radius:8px}.rounded-full{border-radius:9999px}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.m-t-1{margin-top:1rem}.m-b-1{margin-bottom:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.w-full{width:100%}.w-auto{width:auto}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-15{min-width:280px;width:280px}.w-85{flex:1 1;width:calc(100% - 280px)}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-full{height:100%}.h-1\/2{height:50%}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1 1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.block{display:block}.inline-flex{display:inline-flex}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-4{top:1rem}.top-6{top:1.5rem}.right-4{right:1rem}.right-6{right:1.5rem}.left-4{left:1rem}.inset-0{bottom:0;left:0;right:0;top:0}.z-10{z-index:10}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.bg-orange-700{background:linear-gradient(135deg,#ea580c,#c2410c)}.bg-orange-600{background:linear-gradient(135deg,#f97316,#ea580c)}.hover\:bg-orange-600:hover{background:linear-gradient(135deg,#fb923c,#f97316)}.text-orange-500{color:#f97316}.text-orange-400{color:#fb923c}.text-orange-600{color:#ea580c}.text-orange-700{color:#c2410c}.bg-red-700{background:linear-gradient(135deg,#dc2626,#b91c1c)}.hover\:bg-red-600:hover{background:linear-gradient(135deg,#ef4444,#dc2626)}.text-red-400{color:#f87171}.text-red-500{color:#ef4444}.bg-red-900\/20{background:#7f1d1d26}.border-red-700{border-color:#b91c1c80}.text-yellow-400{color:#fbbf24}.text-yellow-500{color:#eab308}.bg-yellow-900\/20{background:#713f1226}.border-yellow-700{border-color:#a1620780}.text-green-400{color:#4ade80}.text-green-500{color:#22c55e}.bg-green-900\/30{background:#14532d40}.text-blue-400{color:#60a5fa}.bg-blue-900\/30{background:#1e3a8a40}.text-emerald-400{color:#34d399}.text-cyan-400{color:#22d3ee}.text-violet-400{color:#a78bfa}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.from-orange-700{--tw-gradient-from:#c2410c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#c2410c00)}.from-orange-600{--tw-gradient-from:#ea580c;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to,#ea580c00)}.to-orange-600{--tw-gradient-to:#ea580c}.to-orange-500{--tw-gradient-to:#f97316}.to-amber-500{--tw-gradient-to:#f59e0b}.bg-white\/20{background-color:#fff3}.bg-white\/10{background-color:#ffffff1a}.bg-white{background-color:#fff}.text-white\/80{color:#fffc}.text-white\/60{color:#fff9}button{cursor:pointer;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}button:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:linear-gradient(135deg,#f97316,#ea580c);border:none;border-radius:12px;color:#fff;font-weight:600;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-primary:hover:not(:disabled){transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-weight:500;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.btn-secondary:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;color:#fff;font-weight:600;padding:.75rem 1.5rem}.btn-danger:hover:not(:disabled){transform:translateY(-2px)}.hover\:bg-gray-600:hover{background:#4b556399}.disabled\:bg-gray-700:disabled{background:#37415180}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.bg-transparent{background-color:initial}input{outline:none;transition:all .2s cubic-bezier(.4,0,.2,1)}input:focus{box-shadow:0 0 0 3px #f9731633}.placeholder-gray-500::placeholder{color:#6b7280cc}.focus\:border-orange-600:focus{border-color:#ea580c}.transition-colors{transition:color .2s,background-color .2s,border-color .2s}.transition-all{transition:all .2s cubic-bezier(.4,0,.2,1)}.transition-transform{transition:transform .2s cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-1000{transition-duration:1s}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-bounce-slow{animation:bounce 2s ease-in-out infinite}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .3s ease-out}.animate-glow{animation:glow 2s ease-in-out infinite alternate}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glow{0%{box-shadow:0 0 20px #f973164d}to{box-shadow:0 0 30px #f9731680}}.hover\:text-orange-500:hover{color:#f97316}.hover\:scale-105:hover{transform:scale(1.05)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0003;border-radius:3px}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}.stat-card{background:#1e1e1e;border-radius:12px;padding:1rem;transition:all .2s ease}.stat-card:hover{background:#252525;transform:translateY(-2px)}.stat-card-sm{background:#1e1e1e;border-radius:6px;padding:.1rem 1.5rem;transition:all .2s ease}.stat-card-sm:hover{background:#252525}.session-log-item{background:#131313;border-radius:12px;padding:1rem;transition:all .2s ease}.session-log-item:hover{background:#252525}.status-badge{border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.status-badge-success{background:#22c55e26;border:1px solid #22c55e4d;color:#4ade80}.status-badge-warning{background:#eab30826;border:1px solid #eab3084d;color:#fbbf24}.status-badge-info{background:#3b82f626;border:1px solid #3b82f64d;color:#60a5fa}.status-badge-neutral{background:#6b728026;border:1px solid #6b72804d;color:#9ca3af}.timer-display{background:linear-gradient(135deg,#f97316,#ea580c 50%,#c2410c);border-radius:20px;box-shadow:0 10px 40px #f973164d,inset 0 1px 0 #fff3;padding:2rem}.progress-bar{background:#fff3;border-radius:3px;height:6px;overflow:hidden}.progress-bar-fill{background:#fff;border-radius:3px;height:100%;transition:width 1s linear}.sidebar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.main-content,.sidebar{background:#121212}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px}.card-elevated{box-shadow:0 8px 32px #0000004d}.alert{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;display:flex;gap:.75rem;padding:1rem}.alert-error{background:#ef44441a;border:1px solid #ef44444d}.alert-warning{background:#eab3081a;border:1px solid #eab3084d}.alert-success{background:#22c55e1a;border:1px solid #22c55e4d}.input-modern{background:#0000004d;border:1px solid #ffffff1a;border-radius:12px;color:#fff;font-size:.95rem;padding:.875rem 1rem;transition:all .2s ease}.input-modern:focus{border-color:#f97316;box-shadow:0 0 0 3px #f9731626}.input-modern::placeholder{color:#9ca3af99}.login-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;min-height:100dvh;overflow-x:hidden;overflow-y:auto;padding:calc(1rem + env(safe-area-inset-top)) 1rem calc(2rem + env(safe-area-inset-bottom))}.login-container,.login-container *{-webkit-overflow-scrolling:touch}.login-logo{left:1.5rem;position:absolute;top:1.5rem;z-index:10}.login-logo img{height:2.5rem;width:auto}.login-card{flex-shrink:0;margin:0 auto;max-width:28rem;width:100%}@media (max-width:480px){body:has(.login-container){height:auto;overflow:auto}html:has(.login-container){height:auto;overflow:auto}#root:has(.login-container){height:auto;min-height:100vh;min-height:100dvh;overflow:auto}.login-container{height:auto;justify-content:flex-start;min-height:100vh;min-height:100dvh;overflow-y:auto;padding:calc(4rem + env(safe-area-inset-top)) .75rem calc(2rem + env(safe-area-inset-bottom))}.login-logo{background:#121212e6;border-radius:8px;left:1rem;padding:.5rem;position:fixed;top:1rem}.login-logo img{height:2rem}.login-card{border-radius:16px;margin-bottom:2rem;margin-top:.5rem;padding:1.5rem}.login-header{margin-bottom:1.5rem}.login-title{font-size:1.375rem}.login-toggle{margin-top:1.5rem;padding-top:1.25rem}.login-card .space-y-5>*+*{margin-top:1rem}.login-card .input-modern{font-size:16px;padding:.75rem .875rem}.login-card .btn-primary{padding:.875rem 1.25rem}}@media (max-width:375px){.login-container{padding:calc(3.5rem + env(safe-area-inset-top)) .5rem calc(2rem + env(safe-area-inset-bottom))}.login-card{padding:1.25rem}.login-title{font-size:1.25rem}.login-card .space-y-5>*+*{margin-top:.875rem}}@media (max-height:500px) and (orientation:landscape){.login-container{justify-content:flex-start;padding-top:.5rem}.login-logo{background:none;left:0;margin-bottom:.5rem;padding:0;position:relative;text-align:center;top:0}.login-card{margin-top:.5rem}.login-header{margin-bottom:1rem}.login-toggle{margin-top:1rem;padding-top:1rem}}@media (min-width:481px) and (max-width:768px){.login-container{padding:1.5rem}.login-card{padding:2rem}}.logged-in-container{height:100vh;height:100dvh}.desktop-sidebar,.logged-in-container{background:#121212;display:flex;overflow:hidden}.desktop-sidebar{flex-direction:column;height:100vh;min-width:280px;padding:24px;width:280px}.mobile-header{align-items:center;background:#121212;border-bottom:1px solid #37415180;display:none;height:60px;justify-content:space-between;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:100}.mobile-header-logo{height:32px}.mobile-menu-btn{background:#0000;border:none;color:#fff;cursor:pointer;padding:8px}.mobile-sidebar{background:#121212;bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;padding:24px 24px calc(24px + env(safe-area-inset-bottom, 20px));position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:200}.mobile-sidebar.open{transform:translateX(0)}.mobile-overlay{background:#00000080;bottom:0;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:150}.mobile-overlay.active{opacity:1;pointer-events:auto}.sidebar-close-btn{background:#0000;border:none;color:#9ca3af;cursor:pointer;padding:8px;position:absolute;right:16px;top:16px}.stats-grid{display:flex;flex-direction:column;gap:8px}.stats-error{grid-column:span 2}.main-content-area{height:100vh;height:100dvh;overflow:hidden}.main-content-area,.main-scroll-container{display:flex;flex:1 1;flex-direction:column}.main-scroll-container{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}.content-section{padding:16px;width:100%}.error-alert-container{padding:8px 16px;width:100%}.queue-card{margin:0 auto;max-width:28rem}.timer-text{font-feature-settings:"tnum";color:#fff;display:inline-block;font-size:3rem;font-variant-numeric:tabular-nums;font-weight:700;min-width:140px}.history-section{flex:1 1;min-height:300px;padding:16px}.history-card,.history-section{display:flex;flex-direction:column}.history-card{flex:1 1;overflow:hidden}.history-header{flex-shrink:0}.history-list{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:16px}.history-empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:150px;text-align:center}.session-log-item-responsive{background:#131313;border-radius:12px;padding:12px;transition:background .2s ease}.session-log-item-responsive:hover{background:#252525}.log-row,.log-row-secondary{align-items:center;display:flex;gap:16px}.log-row-secondary{justify-content:flex-end;margin-top:8px}.log-arrow{color:#4b5563}.log-duration{text-align:right}.log-badge-mobile{display:none}.log-badge-desktop{display:block}.log-ended-mobile{display:none}.log-ended{display:block}@media (max-width:767px){.logged-in-container{flex-direction:column}.desktop-sidebar{display:none}.mobile-header{display:flex}.main-content-area{height:calc(100vh - 60px);height:calc(100dvh - 60px);padding-top:60px}.main-scroll-container{padding-bottom:env(safe-area-inset-bottom,20px)}.content-section{padding:12px}.error-alert-container{padding:8px 12px}.queue-card{max-width:none}.timer-text{font-size:2.5rem}.history-section{min-height:250px;padding:12px}.history-list{max-height:none;padding:12px}.session-log-item-responsive{padding:12px}.log-row{flex-wrap:wrap;justify-content:space-between}.log-arrow,.log-ended{display:none}.log-badge-mobile,.log-ended-mobile{display:block}.log-badge-desktop{display:none}.log-row-secondary{border-top:1px solid #3741514d;justify-content:space-between;margin-top:12px;padding-top:12px}.mobile-sidebar .stats-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}}@media (max-width:375px){.content-section,.history-list,.history-section{padding:8px}.timer-text{font-size:2rem}.session-log-item-responsive{padding:10px}}@media (max-height:500px) and (orientation:landscape){.main-scroll-container{padding-bottom:20px}.history-section{min-height:200px}}
/*# sourceMappingURL=main.70bc737e.css.map*/