:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.5;font-weight:400;background-color:#f5f7fb;color:#111827}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}.page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.page__header{text-align:center;margin-bottom:2.5rem}.page__header-top{display:flex;justify-content:space-between;align-items:flex-start;text-align:left;margin-bottom:2.5rem}.page__header-top>div:first-child{flex:1}.page__header-top h1{margin-bottom:.5rem;font-size:2.25rem;font-weight:600}.page__header-top p{margin:0;color:#4b5563}.page__header-actions{display:flex;align-items:center;gap:1rem}.page__user-name{color:#6b7280;font-weight:500}.page__header h1{margin-bottom:.5rem;font-size:2.25rem;font-weight:600}.page__header p{margin:0;color:#4b5563}.page__content{display:flex;flex-direction:column;gap:1.5rem}.grid{display:grid;gap:1.5rem}@media(min-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.card{background-color:#fff;border-radius:18px;padding:1.75rem;box-shadow:0 12px 30px #0f172a0d,0 2px 8px #0f172a0a;display:flex;flex-direction:column;gap:1rem}.card--muted{background-color:#fff9;border:1px dashed #9ca3af}.card__header h2{margin:0;font-size:1.5rem;font-weight:600}.card__header p{margin:.35rem 0 0;color:#6b7280;font-size:.95rem}.form{display:flex;flex-direction:column;gap:1rem}.form__fieldset{border:1px solid #e5e7eb;border-radius:12px;padding:1rem;display:grid;gap:1rem}.form__fieldset legend{font-weight:600;padding:0 .5rem;color:#1f2937}.form__field{display:flex;flex-direction:column;gap:.35rem}.form__field span{font-size:.9rem;color:#374151}input,select{font:inherit;padding:.65rem .75rem;border-radius:10px;border:1px solid #d1d5db;background-color:#f9fafb;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.form__checkbox{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#374151}.button{font:inherit;padding:.75rem 1.25rem;border-radius:999px;border:none;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease}.button--primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:600;text-transform:capitalize;box-shadow:0 10px 25px #2563eb40}.button--primary:disabled{cursor:not-allowed;opacity:.6;box-shadow:none}.button--primary:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 28px #2563eb59}.button--secondary{background-color:#fff;color:#374151;font-weight:500;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d}.button--secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.button--secondary:disabled{cursor:not-allowed;opacity:.6}.button--large{padding:.875rem 2rem;font-size:1.05rem}.button--full{width:100%}a{color:#2563eb;text-decoration:none;transition:color .15s ease}a:hover{color:#1d4ed8;text-decoration:underline}.banner{border-radius:12px;padding:.75rem 1rem;font-weight:500}.banner--success{background-color:#10b98126;color:#047857}.banner--error{background-color:#f8717126;color:#b91c1c}.table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e5e7eb}table{width:100%;border-collapse:collapse;background-color:#fff;min-width:480px}thead{background-color:#f3f4f6}th,td{text-align:left;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb}td small{display:block;color:#9ca3af;margin-top:.2rem}.badge{display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;padding:.35rem .7rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.badge--active{background-color:#10b98126;color:#047857}.badge--inactive{background-color:#6b728026;color:#374151}.badge--frozen{background-color:#3b82f62e;color:#1e40af}.empty-state{margin:0;padding:1rem;border-radius:12px;background-color:#f3f4f6cc;color:#6b7280;text-align:center}.landing{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;animation:pageSlideIn .5s cubic-bezier(.22,1,.36,1) forwards}.landing__header{padding:1.5rem 2rem;animation:containerSlideUp .4s cubic-bezier(.22,1,.36,1) both}.landing__nav{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.landing__logo{font-size:1.5rem;font-weight:700;color:#fff}.landing__nav-links{display:flex;gap:1rem;align-items:center}.landing__hero{max-width:1200px;margin:0 auto;padding:4rem 2rem 6rem;text-align:center}.landing__hero-content{max-width:800px;margin:0 auto 4rem;animation:containerSlideUp .6s cubic-bezier(.22,1,.36,1) .1s both}.landing__features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:4rem}.feature-card{background-color:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;text-align:left;transition:transform .3s ease,background-color .3s ease}.feature-card:hover{transform:translateY(-4px);background-color:#ffffff26}.landing__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.landing__subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6}.landing__cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.feature-card__icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.feature-card p{margin:0;opacity:.9;line-height:1.6}.feature-card:nth-child(1){animation:containerSlideUp .5s cubic-bezier(.22,1,.36,1) .25s both}.feature-card:nth-child(2){animation:containerSlideUp .5s cubic-bezier(.22,1,.36,1) .35s both}.feature-card:nth-child(3){animation:containerSlideUp .5s cubic-bezier(.22,1,.36,1) .45s both}@media(max-width:768px){.landing__title{font-size:2.5rem}.landing__subtitle{font-size:1.1rem}.landing__nav-links{flex-direction:column;gap:.5rem}.page__header-top{flex-direction:column;gap:1rem}.page__header-actions{width:100%;justify-content:flex-end}}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2);animation:pageSlideIn .4s cubic-bezier(.22,1,.36,1) forwards}.auth-page__container{width:100%;max-width:480px;background-color:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 20px 60px #0000004d;animation:containerSlideUp .5s cubic-bezier(.22,1,.36,1) .15s both}.auth-page__header{text-align:center;margin-bottom:2rem}.auth-page__logo{display:inline-block;font-size:1.75rem;font-weight:700;color:#2563eb;margin-bottom:1rem;text-decoration:none}.auth-page__logo:hover{text-decoration:none}.auth-page__header h1{margin:0 0 .5rem;font-size:1.75rem;font-weight:600;color:#111827}.auth-page__header p{margin:0;color:#6b7280;font-size:.95rem}.auth-form{display:flex;flex-direction:column;gap:1.25rem}.auth-form .form__field{margin-bottom:0}.auth-form .form__field small{font-size:.8rem;color:#6b7280;margin-top:.25rem}.auth-page__footer{text-align:center;margin-top:1.5rem;color:#6b7280;font-size:.9rem}.auth-page__footer a{font-weight:500}@keyframes pageSlideIn{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes pageFadeOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}@keyframes containerSlideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.landing__nav-links .button,.landing__cta .button{transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background-color .2s ease}@supports (view-transition-name: root){::view-transition-old(root),::view-transition-new(root){animation-duration:.35s;animation-timing-function:cubic-bezier(.22,1,.36,1)}::view-transition-old(root){animation-name:pageFadeOut}::view-transition-new(root){animation-name:pageSlideIn}}
