*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:#0b101b;color:#f7f8fb;font-family:Arial,Helvetica,sans-serif}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #bdf76b;outline-offset:3px}
.page{min-height:100vh;background:radial-gradient(circle at 85% 0,#203b44 0,transparent 35%),#0b101b}
.top,.content{width:min(1180px,calc(100% - 48px));margin:auto}
.top{height:92px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff20}
.brand{display:flex;align-items:center;gap:9px;font-size:21px;font-weight:800;letter-spacing:-.6px}
.logo{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;background:#bdf76b;color:#152019;font-size:25px}
.green,.heading h1 span{color:#bdf76b}
.primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:11px;background:#bdf76b;color:#152019;padding:13px 19px;font-weight:800}
.primary:hover{background:#d4ff99}
.primary:disabled{opacity:.6}
.content{padding:58px 0 100px}
.heading{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:37px}
.eyebrow{color:#bdf76b;font-size:12px;letter-spacing:2.5px;font-weight:800}
.heading h1{font-size:clamp(35px,5vw,60px);letter-spacing:-2.5px;line-height:1.1;margin:17px 0 13px}
.heading p{color:#a3aec0;font-size:17px;margin:0}
.counter{white-space:nowrap;border:1px solid #ffffff28;background:#ffffff0a;color:#a9b4c4;border-radius:40px;padding:12px 18px;font-size:14px}
.counter b{color:#bdf76b}
.search{height:59px;display:flex;align-items:center;gap:14px;border:1px solid #ffffff28;background:#151d2c;border-radius:14px;padding:0 20px;color:#9baabc}
.search:focus-within{border-color:#bdf76b}
.search span{font-size:27px}
.search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:white;font-size:16px}
.search input::placeholder{color:#78869a}
.mobile-add{display:none}
.filters{display:flex;gap:9px;overflow-x:auto;padding:22px 0 30px;scrollbar-width:none}
.filters button{flex:none;border:1px solid #ffffff20;background:#151d2c;color:#aab6c6;border-radius:9px;padding:10px 16px;font-size:14px;font-weight:700}
.filters button.active{background:#bdf76b;border-color:#bdf76b;color:#142018}
.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.card{min-height:280px;display:flex;flex-direction:column;padding:23px;border:1px solid #ffffff20;border-radius:18px;background:linear-gradient(145deg,#192334,#131b29);transition:.2s}
.card:hover{transform:translateY(-4px);border-color:#bdf76b80}
.card-head{display:flex;justify-content:space-between;margin-bottom:21px}
.letter{width:51px;height:51px;display:grid;place-items:center;border:1px solid #bdf76b40;border-radius:14px;background:#bdf76b19;color:#bdf76b;font-size:24px;font-weight:800}
.icon{width:34px;height:34px;border:0;border-radius:8px;background:transparent;color:#8796a9;font-size:21px}
.icon:hover{background:#ffffff16;color:white}
.icon.selected{color:#bdf76b}
.category{color:#bdf76b;font-size:11px;letter-spacing:1.8px;text-transform:uppercase;font-weight:800}
.card h2{font-size:21px;margin:8px 0 5px;overflow-wrap:anywhere}
.domain{color:#8292a6;font-size:14px;overflow-wrap:anywhere}
.note{color:#b6c2d1;font-size:14px;line-height:1.5;overflow-wrap:anywhere}
.card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:17px;border-top:1px solid #ffffff20}
.card-foot a{color:#bdf76b;text-decoration:none;font-size:14px;font-weight:800}
.card-foot a:hover{text-decoration:underline}
.empty{display:flex;flex-direction:column;align-items:center;text-align:center;padding:70px 20px;border:1px dashed #ffffff38;border-radius:22px;background:#151d2c88}
.empty-symbol{display:grid;place-items:center;width:70px;height:70px;margin-bottom:15px;border-radius:20px;background:#bdf76b18;color:#bdf76b;font-size:30px}
.empty h2{margin:0 0 9px}
.empty p{color:#a3afc0;line-height:1.5}
.error{padding:13px;margin:10px 0;border-radius:10px;background:#ff758820;color:#ffb4bd}
[hidden]{display:none!important}
dialog{position:fixed;width:min(500px,calc(100% - 24px));max-height:calc(100vh - 24px);overflow:auto;margin:auto;padding:28px;border:1px solid #ffffff30;border-radius:20px;background:#182130;color:white;box-shadow:0 30px 90px #000a}
dialog::backdrop{background:#000b}
dialog h2{font-size:25px;margin:0 0 6px}
dialog>p{color:#a7b5c6;margin:0 0 22px}
.close{position:absolute;top:14px;right:18px;border:0;background:transparent;color:#a7b5c6;font-size:27px}
form{display:grid;gap:16px}
form label{display:grid;gap:8px;font-size:14px;font-weight:700}
form input,form select,form textarea{width:100%;border:1px solid #ffffff30;border-radius:10px;background:#0e1624;color:white;padding:12px 13px;font-size:16px}
form input::placeholder,form textarea::placeholder{color:#748397}
.form-actions{display:flex;justify-content:end;gap:12px}
.secondary{border:1px solid #ffffff35;border-radius:10px;background:transparent;color:white;padding:12px 17px}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){
.top,.content{width:calc(100% - 32px)}
.top{height:75px}.top-add{display:none}.mobile-add{display:flex;width:100%;margin-top:12px}
.content{padding-top:40px}.heading{align-items:start;flex-direction:column;margin-bottom:28px}
.heading h1{letter-spacing:-1.5px}.heading p{font-size:16px}
.filters{padding:18px 0 24px}.grid{grid-template-columns:1fr}
.card{min-height:260px}dialog{padding:23px}
.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}
}
