@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&display=swap";:root{font-family:Manrope,system-ui;color:#1d1d20;background:#fff}*{box-sizing:border-box}body{margin:0}.loading{height:100vh;display:grid;place-items:center;font:52px DM Mono;background:#f7f7f5}.auth{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 10%,#f2f1ff,transparent 25%),#fbfbfa}.auth section{width:min(420px,calc(100% - 36px));padding:42px;background:#fff;border:1px solid #e8e8e5;border-radius:16px;box-shadow:0 18px 65px #2221}.brand{display:flex;align-items:center;gap:8px;font-size:17px;font-weight:700}.brand b{display:grid;place-items:center;width:25px;height:25px;border-radius:7px;background:#202024;color:#fff;font:18px DM Mono}.eyebrow{margin:35px 0 7px;color:#85858c;font:11px DM Mono;text-transform:uppercase;letter-spacing:.06em}h1{margin:0;letter-spacing:-1.2px;font-size:28px}h2{margin:0;letter-spacing:-.6px}.sub{color:#777780;line-height:1.6;margin:10px 0 25px}label{display:block;font-size:12px;font-weight:700;margin:15px 0}input{display:block;width:100%;margin-top:7px;border:1px solid #dfdfdc;border-radius:8px;padding:11px;font:13px Manrope;outline-color:#6a68e8}.primary{border:0;background:#242428;color:#fff;border-radius:8px;padding:10px 14px;font:600 13px Manrope;cursor:pointer}.primary:hover{background:#000}.wide{width:100%;margin-top:8px}.form-error{color:#b94747;font-size:12px}.shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.shell aside{border-right:1px solid #e9e9e7;padding:24px 12px 15px;display:flex;flex-direction:column}.shell nav{display:grid;gap:3px;margin-top:28px}.shell a{padding:9px 10px;border-radius:8px;color:#696970;text-decoration:none;font-weight:600;font-size:14px}.shell a.current,.shell a:hover{background:#f3f3f1;color:#202024}.nav-icon{display:inline-block;width:22px}.aside-bottom{margin-top:auto}.profile{padding:16px 10px 2px;display:flex;gap:9px;align-items:center}.profile>span{display:grid;place-items:center;background:#ede0d4;border-radius:50%;width:31px;height:31px;font-size:10px;font-weight:700}.profile strong,.profile small{display:block;font-size:11px}.profile small{color:#85858c}.profile button{margin-left:auto;border:0;background:transparent;color:#777;font-size:10px;cursor:pointer}.dashboard header{height:65px;border-bottom:1px solid #e9e9e7;display:flex;justify-content:space-between;align-items:center;padding:0 34px;font-size:13px;color:#85858c}.dashboard header strong{color:#303035}.dashboard header i{font-style:normal;color:#c2c2c4}.health{font-size:11px;color:#5b9673}.page{max-width:1160px;margin:auto;padding:54px 44px}.title{display:flex;justify-content:space-between;align-items:end}.title .eyebrow{margin:0 0 8px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin:38px 0 27px}.stats article{border:1px solid #e9e9e7;border-radius:12px;padding:18px}.stats small,.stats span{display:block;color:#85858c;font-size:12px}.stats strong{display:block;font-size:25px;margin:9px 0}.toolbar{display:flex;gap:9px;margin-bottom:14px}.search{max-width:330px;flex:1;display:flex;align-items:center;border:1px solid #e3e3e0;border-radius:8px;padding:0 10px;color:#85858c}.search input{border:0;margin:0;padding:9px 7px}.search kbd{font:10px DM Mono;border:1px solid #e5e5e2;border-radius:4px;padding:2px;color:#999}.ghost{background:#fff;border:1px solid #e1e1de;border-radius:8px;padding:9px 12px;font:600 12px Manrope;color:#555;cursor:pointer}.table{border:1px solid #e8e8e5;border-radius:12px;overflow:hidden}.thead,.row{display:grid;grid-template-columns:2fr 120px 130px 130px;gap:16px;align-items:center;padding:0 19px}.thead{height:42px;background:#fafaf9;color:#999;font:11px DM Mono}.row{min-height:70px;border-top:1px solid #efefed;font-size:12px}.row>div{display:grid;grid-template-columns:38px 1fr;align-items:center}.row strong{font-size:13px}.row small{grid-column:2;color:#85858c;font:11px DM Mono}.link-badge{grid-row:span 2;display:grid;place-items:center;width:32px;height:32px;background:#eeedff;color:#625ee9;border-radius:8px;font-size:16px}.active{color:#398a5b}.empty{text-align:center;padding:62px 20px;color:#85858c}.empty>b{font-size:31px;color:#625ee9}.empty h2{color:#29292d;margin:14px 0 6px;font-size:17px}.empty p{font-size:13px;margin:0 0 18px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#1112;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{position:relative;width:min(440px,calc(100% - 30px));padding:27px;background:#fff;border-radius:14px;box-shadow:0 20px 70px #0003}.modal .eyebrow{margin:0 0 8px}.modal label{margin-top:20px}.close{position:absolute;top:16px;right:16px;border:0;border-radius:7px;width:27px;height:27px;font-size:19px;color:#777;cursor:pointer}.actions{display:flex;justify-content:end;gap:8px;margin-top:24px}@media(max-width:720px){.shell{display:block}.shell aside{display:none}.page{padding:32px 20px}.dashboard header{padding:0 20px}.stats{grid-template-columns:1fr}.thead{display:none}.row{grid-template-columns:1fr}.row>span{display:none}.title{align-items:start}.dashboard header .health{display:none}}
