:root{--blue:#087cf5;--bg:#20222a;--panel:#252731;--preview:#1b1d24;--text:#f7f8fa;--muted:#9da4b3;--line:#393c48;font-family:Inter,ui-sans-serif,system-ui,sans-serif;color-scheme:dark}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button,input,select{font:inherit}a{color:inherit;text-decoration:none}.topbar{height:72px;padding:0 max(28px,calc((100vw - 1240px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#1d1f26}.brand{display:flex;align-items:center;gap:11px;font-size:15px}.brand img{width:30px;height:30px;object-fit:contain}.topbar nav{display:flex;gap:28px;color:var(--muted);font-size:12px;font-weight:700}.topbar nav a:hover{color:#fff}main{width:min(calc(100% - 48px),1240px);margin:auto;padding:70px 0 120px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px}.eyebrow{color:#69adff;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.page-head h1{margin:13px 0 12px;font-size:48px;line-height:1;letter-spacing:-.045em}.page-head p{margin:0;color:var(--muted);font-size:14px}.search{width:310px;height:46px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:11px;padding:0 14px;color:var(--muted);background:#252731}.search input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent}.filters{display:flex;gap:8px;margin:42px 0 65px;border-bottom:1px solid var(--line)}.filters button{position:relative;border:0;padding:0 13px 17px;color:var(--muted);background:transparent;font-size:12px;font-weight:700;cursor:pointer}.filters button span{margin-left:5px;color:#737988}.filters button.active{color:#fff}.filters button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--blue);content:""}.component-section{margin-top:66px}.component-section[hidden],.component-card[hidden]{display:none}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:20px}.section-title h2{margin:0 0 6px;font-size:24px}.section-title p,.section-title>span{margin:0;color:var(--muted);font-size:11px}.component-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.component-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:var(--panel);transition:border-color .18s,transform .18s}.component-card:hover{border-color:#505462;transform:translateY(-2px)}.preview{min-height:220px;padding:30px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--line);background:radial-gradient(circle at 50% 30%,#292c37,#1b1d24 72%)}.card-info{min-height:155px;padding:21px;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.card-info h3{margin:0 0 7px;font-size:15px}.card-info p{max-width:260px;margin:0;color:var(--muted);font-size:11px;line-height:1.55}.copy{flex:none;border:1px solid var(--line);border-radius:8px;padding:8px 10px;color:#b9bfca;background:#1c1e25;font-size:9px;cursor:pointer}.copy:hover{color:#fff;border-color:#626775}.ui-button{height:44px;border-radius:10px;padding:0 17px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-weight:750;font-size:12px;cursor:pointer}.primary{border:1px solid var(--blue);color:#fff;background:var(--blue);box-shadow:0 8px 25px rgba(8,124,245,.25)}.secondary{border:1px solid #484c59;color:#f4f5f7;background:#292c35}.icon-button{width:44px;padding:0;border:1px solid #484c59;color:#fff;background:#292c35;font-size:17px}.demo-field{width:220px;display:grid;gap:8px;color:#cfd3dc;font-size:11px;font-weight:700}.demo-field select{height:45px;border:1px solid #484c59;border-radius:9px;padding:0 12px;color:#fff;background:#292c35}.dropdown{position:relative}.dropdown-menu{position:absolute;z-index:4;top:52px;right:0;width:160px;border:1px solid #464a56;border-radius:10px;padding:6px;background:#292c35;box-shadow:0 16px 35px rgba(0,0,0,.3)}.dropdown-menu button{width:100%;border:0;border-radius:7px;padding:9px;color:#e8eaf0;background:transparent;text-align:left;font-size:11px;cursor:pointer}.dropdown-menu button:hover{background:#353844}.dropdown-menu .danger{color:#ff8f98}.search-select{width:230px;height:45px;display:flex;align-items:center;gap:9px;border:1px solid #484c59;border-radius:9px;padding:0 12px;color:#858c9b;background:#292c35}.search-select input{min-width:0;flex:1;border:0;outline:0;color:#fff;background:transparent}.search-select kbd{font:11px sans-serif}.check{display:flex;align-items:center;gap:10px;color:#eceef3;font-size:12px;cursor:pointer}.check input{width:17px;height:17px;accent-color:var(--blue)}.check-list{align-items:flex-start;flex-direction:column;gap:15px}.switch{display:flex;align-items:center;gap:11px;font-size:12px;cursor:pointer}.switch input{position:absolute;opacity:0}.switch i{position:relative;width:38px;height:22px;border-radius:999px;background:#4a4e59;transition:.18s}.switch i:after{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;content:"";transition:.18s}.switch input:checked+i{background:var(--blue)}.switch input:checked+i:after{transform:translateX(16px)}.empty-state{border:1px dashed var(--line);border-radius:15px;padding:50px;color:var(--muted);text-align:center}@media(max-width:900px){.component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){main{width:min(calc(100% - 30px),1240px);padding-top:45px}.page-head{align-items:flex-start;flex-direction:column}.search{width:100%}.page-head h1{font-size:38px}.filters{overflow:auto;margin-bottom:45px}.filters button{white-space:nowrap}.component-grid{grid-template-columns:1fr}.topbar{padding:0 16px}.topbar nav a:first-child{display:none}.card-info{min-height:140px}}
