*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{color:#1a1a1a;background-color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:200;line-height:1.5}.guest-layout{justify-content:center;align-items:center;min-height:100vh;display:flex}.guest-content{text-align:center;width:100%;max-width:360px}.logo{width:144px;height:auto;margin-bottom:1rem}h1{font-size:2rem;font-weight:400}p{color:#666;margin-top:.5rem;font-size:.875rem}.auth-container{width:100%}.auth-container h1{margin-bottom:1.5rem;font-size:1.5rem;font-weight:400}.auth-form{text-align:left;flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;gap:.25rem;display:flex}.form-group label{color:#999;text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:400}.form-group:has(input[required]) label:after{content:" *";color:#e67e22}.form-group input{border:1px solid #ddd;border-radius:6px;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.9375rem;font-weight:200;transition:border-color .15s}.form-group input:focus{border-color:#555}.btn-primary{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:6px;margin-top:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:400;transition:background .15s}.btn-primary:hover{background:#333}.auth-footer{color:#666;margin-top:1.25rem;font-size:.8125rem}.auth-footer a{color:#1a1a1a;font-weight:400;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}button:disabled{opacity:.7;cursor:not-allowed}input:disabled{cursor:not-allowed;background:#f5f5f5}.toast{opacity:0;pointer-events:none;z-index:1000;border-radius:6px;width:max-content;max-width:320px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:400;transition:all .3s;position:fixed;top:24px;left:auto;right:24px;overflow:hidden;transform:translate(20px)}.toast-visible{opacity:1;transform:translate(0)}.toast-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.toast-success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.toast-info{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe}.toast-progress{border-radius:0 0 6px 6px;width:0;height:3px;position:absolute;bottom:0;left:0}.toast-progress-active{animation:3s linear forwards toast-progress}.toast-error .toast-progress{background:#dc2626}.toast-success .toast-progress{background:#16a34a}.toast-info .toast-progress{background:#2563eb}@keyframes toast-progress{0%{width:0%}to{width:100%}}body{min-height:100vh;display:block}#app{text-align:left;width:100%;max-width:none}.dashboard{min-height:100vh;display:flex}.sidebar{background:#fafafa;border-right:1px solid #e5e5e5;flex-direction:column;gap:1.5rem;width:220px;height:100vh;padding:1rem .75rem;display:flex;position:fixed;overflow-y:auto}.sidebar-brand{padding:0 .25rem}.sidebar-logo{width:80%;height:auto}.sidebar-nav{flex-direction:column;flex:1;gap:1.25rem;display:flex}.nav-section{flex-direction:column;gap:.125rem;display:flex}.nav-label{color:#999;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;padding:0 .5rem;font-size:.625rem;font-weight:500}.nav-item{color:#666;border-radius:4px;align-items:center;gap:.625rem;padding:.4375rem .5rem;font-size:.8125rem;text-decoration:none;transition:all .15s;display:flex}.nav-item:hover{color:#1a1a1a;background:#f0f0f0}.nav-item.active{color:#fff;background:#1a1a1a}.nav-item svg{flex-shrink:0}.sidebar-footer{border-top:1px solid #e5e5e5;margin-top:auto;padding-top:1rem}.sidebar-user{align-items:center;gap:.625rem;padding:.5rem;display:flex}.sidebar-user .avatar{width:32px;height:32px;font-size:.75rem}.sidebar-user-info{flex:1;min-width:0}.sidebar-user-name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:400;overflow:hidden}.sidebar-user-email{color:#999;white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;overflow:hidden}.main-content{background:#f5f5f5;flex:1;min-height:100vh;margin-left:220px;padding:1.5rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-header h1{font-size:1.5rem;font-weight:500}.header-actions{align-items:center;gap:1rem;display:flex}.btn-icon{cursor:pointer;color:#666;background:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.btn-icon:hover{color:#1a1a1a;background:#f5f5f5}.avatar{color:#fff;background:#1a1a1a;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:500;display:flex}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;display:grid}.stats-grid-5{grid-template-columns:repeat(5,1fr)}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h2{font-size:1rem;font-weight:500}.section-header .btn-primary{margin-top:0;padding:.5rem 1rem;font-size:.8125rem}.stat-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.25rem}.stat-label{color:#666;margin-bottom:.5rem;font-size:.8125rem}.stat-value{color:#1a1a1a;font-size:1.75rem;font-weight:500}.stat-change{margin-top:.5rem;font-size:.75rem}.stat-change.positive{color:#16a34a}.stat-change.negative{color:#dc2626}.table-container{background:#fff;border:1px solid #e5e5e5;border-radius:8px}.table-header{border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.table-header h2{font-size:1rem;font-weight:500}.table-header .btn-primary{margin-top:0;padding:.5rem 1rem;font-size:.8125rem}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #e5e5e5;padding:.875rem 1.25rem}.data-table th{color:#666;text-transform:uppercase;letter-spacing:.05em;background:#fafafa;font-size:.75rem;font-weight:500}.data-table td{color:#1a1a1a;font-size:.875rem}.data-table tbody tr:hover{background:#fafafa}.data-table tbody tr:last-child td{border-bottom:none}.badge{border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:500;display:inline-block}.badge-success{color:#166534;background:#f0fdf4}.badge-warning{color:#92400e;background:#fffbeb}.badge-error{color:#991b1b;background:#fef2f2}.page-centered{width:50%;margin:0 auto}.card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:1.5rem}.form-row-layout{flex-direction:column;gap:0;width:100%;display:flex}.form-row{border-bottom:1px solid #e5e5e5;gap:2rem;padding:1rem 0;display:flex}.form-row:last-child{border-bottom:none}.form-row-label{flex:0 0 33.3333%;min-width:0}.form-row-title{color:#1a1a1a;font-size:.875rem;font-weight:400}.form-row-desc{color:#999;margin-top:.125rem;font-size:.75rem}.form-row-field{flex:1;min-width:0}.form-row-field input{border:1px solid #e5e5e5;border-radius:6px;outline:none;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.875rem;font-weight:200;transition:border-color .15s}.form-row-field input:focus{border-color:#555}.form-row-field .btn-primary{margin-top:0}
