*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:#000;color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif}body{overflow-x:hidden}.noise{position:fixed;inset:0;pointer-events:none;opacity:.07;background-image:url("assets/noise.svg");z-index:20}.screen{display:none;min-height:100svh;padding:24px;align-items:center;justify-content:center;position:relative}.screen.active{display:flex}.glass{background:linear-gradient(145deg,rgba(35,35,35,.68),rgba(7,7,7,.78));border:1px solid rgba(255,255,255,.13);box-shadow:inset 0 1px rgba(255,255,255,.08),0 30px 100px rgba(0,0,0,.72);backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px)}.glass-in{background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px rgba(255,255,255,.05)}.auth{width:min(430px,100%);padding:42px;border-radius:34px;text-align:center}.auth h1{font-size:28px;margin:18px 0 24px}.lock3d{height:120px;width:120px;margin:auto;border-radius:34px;display:grid;place-items:center;background:linear-gradient(145deg,#202020,#050505);box-shadow:15px 15px 30px #000,-8px -8px 20px rgba(255,255,255,.035),inset 0 2px 1px rgba(255,255,255,.08);position:relative}.lock-body{width:55px;height:47px;border-radius:12px;background:linear-gradient(145deg,#151515,#050505);border:1px solid #333;display:grid;place-items:center;color:#777;font-size:10px}.lock-shackle{position:absolute;width:38px;height:42px;border:7px solid #222;border-bottom:0;border-radius:22px 22px 0 0;top:27px}.field{height:58px;border-radius:18px;display:flex;align-items:center;padding:0 15px}.field-icon{color:#888;font-size:20px}.field input,.search-wrap input{flex:1;background:none;border:0;outline:0;color:#fff;font-size:16px;padding:0 12px}.field input::placeholder,.search-wrap input::placeholder{color:#777}.field button{background:none;border:0;color:#888;font-size:15px}.green-btn{width:100%;height:56px;margin-top:14px;border:0;border-radius:18px;background:#2fd34a;color:#061006;font-size:16px;font-weight:750;box-shadow:0 10px 30px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,.3);cursor:pointer}.green-btn b{margin-left:10px;font-size:20px}.panel{width:min(820px,100%);border-radius:32px;padding:28px}.panel header{display:grid;grid-template-columns:46px 1fr 46px;align-items:center;gap:12px;margin-bottom:28px}.brand{text-align:center;font-size:12px;letter-spacing:2px;color:#8e8e8e}.icon-btn{width:42px;height:42px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.045);color:#fff;font-size:20px}.panel h1{text-align:center;font-size:28px;margin:0 0 24px}.menu-list{display:grid;gap:12px}.menu-item{width:100%;display:grid;grid-template-columns:48px 1fr 28px;align-items:center;gap:14px;padding:17px;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);color:#fff;text-align:left;cursor:pointer}.menu-item:hover,.categories button:hover{background:rgba(255,255,255,.08)}.mi-icon{height:44px;width:44px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.055);font-size:22px;color:#aaa}.menu-item strong{display:block;font-size:14px;letter-spacing:.5px}.menu-item small{display:block;margin-top:5px;color:#777;font-size:12px}.menu-item>b{font-size:20px;color:#888}.osint{min-height:620px}.search-wrap{height:58px;border-radius:18px;display:flex;align-items:center;padding:0 17px}.search-wrap>span{font-size:22px;color:#777}.categories{display:flex;flex-wrap:wrap;gap:9px;margin-top:13px}.categories button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.035);color:#ccc;border-radius:999px;padding:10px 15px;font-size:13px;cursor:pointer}.software-list{display:grid;gap:12px;margin-top:24px}.empty{border:1px dashed rgba(255,255,255,.1);border-radius:22px;padding:48px 20px;text-align:center;color:#666}.tool-card{display:grid;grid-template-columns:90px 1fr 42px;gap:15px;align-items:center;padding:13px;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.1);cursor:pointer}.tool-thumb{height:76px;border-radius:17px;background:#111 url("assets/tool-placeholder.svg") center/cover no-repeat}.tool-card h3{margin:0 0 5px;font-size:15px}.tool-card p{margin:0;color:#888;font-size:12px;line-height:1.45}.arrow{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.06);color:#999}.modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.72);z-index:50;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{width:min(620px,100%);max-height:90svh;overflow:auto;border-radius:30px;padding:25px;position:relative}.close{position:absolute;right:17px;top:17px;border:0;background:rgba(255,255,255,.06);color:#fff;border-radius:50%;width:36px;height:36px;font-size:22px}.tool-image{height:150px;border-radius:22px;background:#111 url("assets/tool-placeholder.svg") center/cover;margin-bottom:20px}.modal h2{margin:0 0 10px}.modal p{color:#aaa;line-height:1.6}.modal h3{font-size:14px;margin-top:24px}.modal pre{white-space:pre-wrap;word-break:break-word;background:#050505;border:1px solid rgba(255,255,255,.1);border-radius:17px;padding:17px;color:#bbb;overflow:auto}.modal .green-btn{width:auto;padding:0 22px}.hidden{display:none}@media(max-width:600px){.screen{padding:12px}.auth{padding:28px 20px}.panel{padding:18px;border-radius:25px}.panel header{margin-bottom:20px}.panel h1{font-size:22px}.osint{min-height:calc(100svh - 24px)}.tool-card{grid-template-columns:70px 1fr 36px}.tool-thumb{height:62px}}