@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-app: #F5F5FA;--bg-card: #FFFFFF;--bg-surface: #F8F9FA;--text-primary: #1A1A2E;--text-secondary: #4A4A6A;--text-tertiary: #8E8EA0;--border-color: #E8E8EE;--primary-light-alpha: rgba(108, 99, 255, .1);--glass-bg: rgba(255, 255, 255, .8);--hero-bg: linear-gradient(135deg, #FFF0E6 0%, #FFE0CC 100%);--hero-text: #B34700}body.dark-theme{--bg-app: #000000;--bg-card: #0A0A0A;--bg-surface: #111111;--text-primary: #FFFFFF;--text-secondary: #A0A0B0;--text-tertiary: #666677;--border-color: #222222;--primary-light-alpha: rgba(108, 99, 255, .2);--glass-bg: rgba(10, 10, 10, .8);--hero-bg: linear-gradient(135deg, rgba(230,81,0,.15) 0%, rgba(230,81,0,.05) 100%);--hero-text: #FF8A47}body.dark-theme .logo-img{filter:invert(1) brightness(100)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;color:var(--text-primary);background-color:var(--bg-app);line-height:1.6;min-height:100vh;transition:background-color .3s ease,color .3s ease}img,svg,video{max-width:100%;display:block}a{color:#e65100;text-decoration:none;transition:.25s cubic-bezier(.4,0,.2,1)}a:hover{color:#bf360c}button{cursor:pointer;font-family:inherit;border:none;background:none;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;color:#1a1a2e}p{color:#4a4a6a;line-height:1.6}::selection{background:#ffe0b2;color:#1a1a2e}:focus-visible{outline:none;box-shadow:0 0 0 3px #e6510033}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e8e8ee;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#8e8ea0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.page-enter{opacity:0;transform:translateY(8px)}.page-enter-active{opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}h1{font-size:1.875rem;font-weight:700;letter-spacing:-.025em}h2{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}h3{font-size:1.125rem;font-weight:600}h4{font-size:1rem;font-weight:600}.text-mono{font-family:JetBrains Mono,Fira Code,monospace;letter-spacing:-.01em}.text-xs{font-size:.75rem}.text-sm{font-size:.8125rem}.text-base{font-size:.875rem}.text-lg{font-size:1rem}.text-xl{font-size:1.125rem}.text-2xl{font-size:1.25rem}.text-secondary{color:#4a4a6a}.text-tertiary{color:#8e8ea0}.text-primary-color{color:#e65100}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes orangePulse{0%,to{box-shadow:0 0 #e651004d}50%{box-shadow:0 0 0 8px #e6510000}}.animate-fade-in{animation:fadeIn .3s ease}.animate-fade-in-up{animation:fadeInUp .4s ease}.animate-scale-in{animation:scaleIn .3s ease}.animate-slide-up{animation:slideUp .3s ease}.stagger-children>*{animation:fadeInUp .4s ease backwards}.stagger-children>*:nth-child(1){animation-delay:.05s}.stagger-children>*:nth-child(2){animation-delay:.1s}.stagger-children>*:nth-child(3){animation-delay:.15s}.stagger-children>*:nth-child(4){animation-delay:.2s}.stagger-children>*:nth-child(5){animation-delay:.25s}.stagger-children>*:nth-child(6){animation-delay:.3s}.stagger-children>*:nth-child(7){animation-delay:.35s}.stagger-children>*:nth-child(8){animation-delay:.4s}.stagger-children>*:nth-child(9){animation-delay:.45s}.stagger-children>*:nth-child(10){animation-delay:.5s}.stagger-children>*:nth-child(11){animation-delay:.55s}.stagger-children>*:nth-child(12){animation-delay:.6s}.stagger-children>*:nth-child(13){animation-delay:.65s}.stagger-children>*:nth-child(14){animation-delay:.7s}.stagger-children>*:nth-child(15){animation-delay:.75s}.stagger-children>*:nth-child(16){animation-delay:.8s}.stagger-children>*:nth-child(17){animation-delay:.85s}.stagger-children>*:nth-child(18){animation-delay:.9s}.stagger-children>*:nth-child(19){animation-delay:.95s}.stagger-children>*:nth-child(20){animation-delay:1s}.card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:1.5rem;transition:.25s cubic-bezier(.4,0,.2,1)}.card:hover{box-shadow:0 4px 6px #0000000d,0 2px 4px #00000008;border-color:#e65100}.card{position:relative;overflow:hidden}.card--elevated{background:var(--bg-card);border:1px solid var(--border-color);border-radius:14px;box-shadow:0 4px 6px #0000000d,0 2px 4px #00000008;transition:.25s cubic-bezier(.4,0,.2,1)}.card--elevated:hover{box-shadow:0 10px 15px #0000000d,0 4px 6px #00000008;border-color:#e65100}.card--bordered-orange{border-left:3px solid #E65100}.card--clickable{cursor:pointer}.card--clickable:hover{transform:translateY(-1px)}.card--clickable:active{transform:translateY(0)}.card--padding-sm{padding:1rem}.card--padding-lg{padding:2rem}.card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #F0F0F5}.card__title{font-size:1rem;font-weight:600;color:#1a1a2e}.card__subtitle{font-size:.8125rem;font-weight:400;color:#8e8ea0;margin-top:2px}.card__footer{margin-top:1rem;padding-top:.75rem;border-top:1px solid #F0F0F5}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600;border-radius:10px;transition:.25s cubic-bezier(.4,0,.2,1);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;line-height:1;border:1.5px solid transparent}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--sm{font-size:.8125rem;padding:.375rem .75rem;height:32px}.btn--md{font-size:.875rem;padding:.5rem 1rem;height:40px}.btn--lg{font-size:.9375rem;padding:.625rem 1.25rem;height:48px}.btn--primary{background:#e65100;color:#fff;border-color:#e65100}.btn--primary:hover:not(:disabled){background:#bf360c;border-color:#bf360c}.btn--primary:active:not(:disabled){transform:scale(.98)}.btn--secondary{background:#fff3e0;color:#e65100;border-color:#ffcc80}.btn--secondary:hover:not(:disabled){background:#ffe0b2;border-color:#ffb74d}.btn--outline{background:transparent;color:#1a1a2e;border-color:#e8e8ee}.btn--outline:hover:not(:disabled){border-color:#e65100;color:#e65100;background:#fff3e0}.btn--ghost{background:transparent;color:#4a4a6a}.btn--ghost:hover:not(:disabled){background:#f5f5f5;color:#1a1a2e}.btn--danger{background:#c62828;color:#fff;border-color:#c62828}.btn--danger:hover:not(:disabled){background:#b71c1c}.btn--block{width:100%}.btn__spinner{width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.btn__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.form-group{display:flex;flex-direction:column;gap:.25rem}.form-label{font-size:.8125rem;font-weight:500;color:#1a1a2e}.form-input,.form-textarea,.form-select{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;color:var(--text-primary);background:var(--bg-surface);border:1.5px solid var(--border-color);border-radius:10px;padding:.5625rem .75rem;height:40px;transition:.25s cubic-bezier(.4,0,.2,1);width:100%}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:var(--text-tertiary)}.form-input:hover,.form-textarea:hover,.form-select:hover{border-color:#e65100}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#e65100;background:var(--bg-card);outline:none;box-shadow:0 0 0 3px #e6510033}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{opacity:.6;background:var(--bg-surface);cursor:not-allowed}.form-input--error,.form-textarea--error,.form-select--error{border-color:#c62828;background:#ffebee}.form-input--error:focus,.form-textarea--error:focus,.form-select--error:focus{box-shadow:0 0 0 3px #c6282826}.form-input--with-icon-left,.form-textarea--with-icon-left,.form-select--with-icon-left{padding-left:2.5rem}.form-input--with-icon-right,.form-textarea--with-icon-right,.form-select--with-icon-right{padding-right:2.5rem}.form-textarea{height:auto;min-height:100px;resize:vertical;padding:.75rem;line-height:1.5}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238E8EA0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem;cursor:pointer}.form-error{font-size:.75rem;font-weight:400;color:#c62828;margin-top:2px}.form-hint{font-size:.75rem;font-weight:400;color:#8e8ea0;margin-top:2px}.input-icon-left,.input-icon-right{position:absolute;top:50%;transform:translateY(-50%);color:#8e8ea0;pointer-events:none}.input-icon-left{left:.75rem}.input-icon-right{right:.75rem}.input-wrapper{position:relative}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:400}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:540px;max-height:90vh;background:#fff;border-radius:14px;box-shadow:0 20px 25px #0000000f,0 10px 10px #00000005;z-index:500;display:flex;flex-direction:column;overflow:hidden}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem .75rem;border-bottom:1px solid #F0F0F5}.modal__title{font-size:1rem;font-weight:600;color:#1a1a2e}.modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;color:#8e8ea0;transition:.25s cubic-bezier(.4,0,.2,1)}.modal__close:hover{background:#f5f5f5;color:#1a1a2e}.modal__body{padding:1.5rem;overflow-y:auto;flex:1}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.75rem 1.5rem;border-top:1px solid #F0F0F5}.modal--sm{max-width:400px}.modal--lg{max-width:720px}.dashboard-layout{display:flex;min-height:100vh;background:var(--bg-app)}.dashboard-layout__sidebar{width:260px;flex-shrink:0;position:fixed;left:0;top:0;bottom:0;z-index:300;background:var(--bg-card);border-right:1px solid var(--border-color);display:flex;flex-direction:column;transition:.25s cubic-bezier(.4,0,.2,1)}@media(max-width:1023px){.dashboard-layout__sidebar{transform:translate(-100%)}.dashboard-layout__sidebar--open{transform:translate(0)}}.dashboard-layout__main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}@media(max-width:1023px){.dashboard-layout__main{margin-left:0}}.dashboard-layout__header{position:sticky;top:0;z-index:200;background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);padding:.75rem 1.5rem}.dashboard-layout__content{flex:1;padding:1.5rem;overflow-y:auto}@media(min-width:1280px){.dashboard-layout__content{padding:2rem}}.dashboard-layout__footer{padding:1rem 1.5rem;border-top:1px solid var(--border-color);font-size:.75rem;font-weight:400;color:#8e8ea0;text-align:center}.sidebar__logo{padding:1.5rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border-color)}.sidebar__logo-text{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:700;color:#e65100;line-height:1}.sidebar__logo-sub{font-size:.75rem;color:var(--text-tertiary);font-weight:400}.sidebar__nav{padding:.75rem;flex:1}.sidebar__section-label{font-size:.75rem;font-weight:600;color:#8e8ea0;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;padding:.75rem .5rem .25rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;margin-bottom:2px;border-radius:10px;color:var(--text-secondary);transition:.25s cubic-bezier(.4,0,.2,1);font-weight:600;font-size:.875rem}.sidebar__link:hover{background:var(--primary-light-alpha);color:#e65100}.sidebar__link--active{background:var(--primary-light-alpha);color:#e65100;font-weight:700}.sidebar__footer{padding:.75rem;border-top:1px solid var(--border-color)}.header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.header__action-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);background:transparent;transition:.25s cubic-bezier(.4,0,.2,1);position:relative;border:none;cursor:pointer}.header__action-btn:hover{background:var(--bg-surface);color:var(--text-primary)}.header__notif-dot{position:absolute;top:8px;right:8px;width:8px;height:8px;background:#c62828;border-radius:50%;border:2px solid var(--bg-card)}.header__profile{display:flex;align-items:center;gap:.5rem;padding:4px 12px 4px 4px;border-radius:9999px;cursor:pointer;transition:.25s cubic-bezier(.4,0,.2,1);margin-left:.5rem;border:1px solid transparent}.header__profile:hover{background:var(--bg-surface);border-color:var(--border-color)}.header__avatar{width:32px;height:32px;border-radius:50%;background:#e65100;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;color:#fff}.header__user-name{font-size:.8125rem;font-weight:600;color:var(--text-primary)}@media(max-width:639px){.header__user-name{display:none}}.header__search{position:relative;width:320px}.header__search input{width:100%;height:40px;padding:.5rem .75rem .5rem 2.5rem;background:var(--bg-surface);border:1.5px solid var(--border-color);color:var(--text-primary);border-radius:9999px;font-size:.8125rem;transition:.25s cubic-bezier(.4,0,.2,1)}.header__search input:focus{background:var(--bg-card);border-color:#e65100}.header__search svg{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:var(--text-tertiary);pointer-events:none}.mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fff;border-top:1px solid #F0F0F5;padding:0 env(safe-area-inset-bottom,0);box-shadow:0 -2px 10px #0000000d}@media(max-width:1023px){.mobile-nav{display:flex}}.mobile-nav__link{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:.5rem 0;color:#8e8ea0;font-size:.75rem;transition:.25s cubic-bezier(.4,0,.2,1)}.mobile-nav__link--active{color:#e65100}@media(max-width:1023px){.dashboard-layout__content{padding-bottom:80px}}.auth-layout{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#fff3e0);padding:1.5rem}.auth-layout__card{width:100%;max-width:440px;background:#fff;border-radius:20px;box-shadow:0 10px 15px #0000000d,0 4px 6px #00000008;border:1px solid #F0F0F5;padding:2.5rem}.auth-layout__logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem}.auth-layout__logo-icon{width:44px;height:44px;background:#e65100;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.auth-layout__title{font-size:1.25rem;font-weight:700;color:#1a1a2e;text-align:center;margin-bottom:.25rem}.auth-layout__subtitle{font-size:.8125rem;font-weight:400;color:#8e8ea0;text-align:center;margin-bottom:2rem}.auth-layout__footer{text-align:center;margin-top:1.5rem;font-size:.8125rem;font-weight:400;color:#4a4a6a}.auth-layout__footer a{font-weight:600}.auth-layout__divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:#8e8ea0;font-size:.8125rem;font-weight:400;color:#1a1a2e}.auth-layout__divider:before,.auth-layout__divider:after{content:"";flex:1;height:1px;background:#e8e8ee}.dashboard-page .stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.dashboard-page .stat-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;padding:1.5rem;transition:.25s cubic-bezier(.4,0,.2,1)}.dashboard-page .stat-card:hover{box-shadow:0 4px 6px #0000000d,0 2px 4px #00000008;border-color:#e65100}.dashboard-page .stat-card{display:flex;flex-direction:column;gap:.5rem}.dashboard-page .stat-card__label{font-size:.8125rem;font-weight:500;color:#4a4a6a}.dashboard-page .stat-card__value{font-size:1.875rem;font-weight:700;color:#1a1a2e;letter-spacing:-.02em}.dashboard-page .stat-card__change{font-size:.75rem;font-weight:500;color:#1a1a2e;display:flex;align-items:center;gap:4px}.dashboard-page .stat-card__change--positive{color:#2e7d32}.dashboard-page .stat-card__change--negative{color:#c62828}.dashboard-page .stat-card--orange{background:linear-gradient(135deg,#e65100,#bf360c);color:#fff}.dashboard-page .stat-card--orange .stat-card__label{color:#fffc}.dashboard-page .stat-card--orange .stat-card__value{color:#fff}.dashboard-page .charts-grid{display:grid;grid-template-columns:2fr 1fr;gap:1rem;margin-bottom:1.5rem}@media(max-width:1023px){.dashboard-page .charts-grid{grid-template-columns:1fr}}.dashboard-page .activity-list{display:flex;flex-direction:column;gap:.5rem}
