:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#111;background-color:#f5f5f5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f5f5;color:#111}button,input,select{font:inherit}#root{max-width:1280px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.app{display:flex;flex-direction:column;gap:1.5rem}.app__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:20px;padding:2rem;position:relative;overflow:hidden}.app__header>div{flex:1}.app__header:after{display:none}.app__header h1{margin:.2rem 0;font-size:2.5rem;color:#111}.app__header p{margin:0;color:#555}.login{display:flex;flex-direction:column;align-items:center;gap:.75rem}.login-card{width:100%;max-width:420px;background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.login-card header p{color:#555;margin:0}.login-card h1{margin:.2rem 0 0}.login__hint{color:#666;font-size:.9rem;text-align:center}.login__hint code{background:#222}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#777;font-size:.75rem;margin-bottom:.3rem}.tabs{display:inline-flex;flex-wrap:wrap;justify-content:center;gap:.5rem;padding:.5rem;border-radius:999px;background:#f0f0f0;border:1px solid #dedede}.tabs__button{background:transparent;border:none;color:#777;padding:.4rem 1.2rem;font-weight:600;border-radius:999px;transition:color .15s ease,background .15s ease}.tabs__button--active{background:#111;color:#fff}.tab-panel{margin-top:1.25rem}.stack{display:flex;flex-direction:column;gap:1.5rem}.card{background:#fff;border:1px solid #e5e5e5;border-radius:18px;padding:1.5rem}.card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.card__divider{border-bottom:1px solid #ededed;margin:1.25rem 0}.card__header h2{margin:0;color:#111}.card__header p{margin:.2rem 0 0;color:#666}button{border:none;border-radius:999px;padding:.55rem 1.4rem;font-weight:600;background:#111;color:#fff;cursor:pointer;transition:opacity .15s ease,transform .15s ease}button:disabled{opacity:.6;cursor:not-allowed}button:hover:not(:disabled){transform:translateY(-1px)}button.ghost{background:transparent;border:1px solid #b5b5b5;color:#111}.button--danger{border-color:#b00000;color:#b00000}.button--danger:hover:not(:disabled){background:#b00000;color:#fff}.form{display:flex;flex-direction:column;gap:1rem}.form__group{border:1px solid #e5e5e5;border-radius:16px;padding:1rem;background:#fafafa;display:flex;flex-direction:column;gap:.8rem}.form__group-title{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:#666}.form--inline{flex-direction:row;flex-wrap:wrap;gap:.75rem}.form--inline input{flex:1;min-width:150px}.form__field{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem;color:#555}.form__field input,.form__field select,.form--inline input{border-radius:12px;border:1px solid #d7d7d7;background:#fff;padding:.75rem 1rem;color:#111}.form__error{margin:0;color:#b00000;font-size:.9rem}.table{display:flex;flex-direction:column;gap:.75rem}.table__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem;padding:1rem;border-radius:14px;border:1px solid #e0e0e0;background:#fff;text-align:left;color:inherit}.table__row strong{color:#111}.table__row span,.table__row small{color:#666;display:block}.table__actions{display:flex;justify-content:flex-end}.table__row--active{border-color:#111;background:#111;color:#fff}.table__row--active span,.table__row--active small{color:#f5f5f5}.table__row--header{background:transparent;border-style:dashed}.table--compact .table__row{padding:.75rem 1rem}.filters{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.filters label{display:flex;flex-direction:column;gap:.35rem;font-size:.85rem;color:#555}.filters input{border-radius:999px;border:1px solid #d7d7d7;background:#fff;padding:.45rem 1rem;color:#111}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.25rem}.metric-card{border-radius:16px;border:1px solid #e0e0e0;padding:1rem;background:#fff}.metric-card p{margin:0;color:#666;font-size:.9rem}.metric-card strong{display:block;margin-top:.35rem;font-size:1.1rem;color:#111}.client-selector{display:flex;flex-direction:column;gap:.35rem;color:#555}.client-selector select{border-radius:12px;border:1px solid #d7d7d7;background:#fff;padding:.75rem 1rem;color:#111}.client-selector__empty{padding:1rem;border-radius:12px;border:1px dashed #cfcfcf;color:#666}code{background:#111;color:#fff;border-radius:6px;padding:.1rem .4rem}
