*{box-sizing:border-box}body{margin:0;background:#0b0d12;color:#eef2f8;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}.browser{height:76px;background:rgba(15,18,25,.96);border-bottom:1px solid #252b36;position:relative;z-index:10;backdrop-filter:blur(18px)}.topbar{height:75px;display:flex;align-items:center;gap:10px;padding:12px 15px}.brand{display:flex;align-items:center;gap:6px;font-size:18px;white-space:nowrap}.brand b{font-weight:500;color:#8f9aab}.brand-dot{width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 0 18px rgba(255,255,255,.65);margin-right:2px}.nav,.actions{display:flex;gap:5px}.nav button,.actions button,.address-wrap button{border:0;color:#bfc7d4;background:#191e27;border-radius:10px;height:40px;min-width:40px;cursor:pointer;font-size:18px;transition:.2s}.nav button:hover,.actions button:hover,.address-wrap button:hover{background:#282f3b;color:white;transform:translateY(-1px)}.address-wrap{height:44px;flex:1;max-width:900px;margin:auto;background:#191e27;border:1px solid #282f3b;border-radius:13px;display:flex;align-items:center;padding:0 6px 0 14px;color:#8e99a9;transition:.25s}.address-wrap:focus-within{border-color:#606b7c;box-shadow:0 0 0 3px rgba(255,255,255,.04)}.address-wrap input{flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:14px;padding:0 10px}.address-wrap input::placeholder{color:#778193}.address-wrap button{height:34px;min-width:34px;background:transparent}.progress{height:2px}.progress div{height:100%;width:0;background:#fff;transition:width .25s}.home-page,.web-page{height:calc(100vh - 76px);position:relative}.home-page{display:flex;justify-content:center;align-items:center;overflow:auto;background:radial-gradient(circle at 50% 40%,#1d2330 0,#10131a 35%,#090b10 75%)}.hero{text-align:center;width:min(720px,92%);animation:up .7s ease}.logo-big{width:76px;height:76px;border-radius:22px;background:#fff;color:#0b0d12;display:grid;place-items:center;font-size:42px;font-weight:900;margin:0 auto 20px;box-shadow:0 15px 55px rgba(255,255,255,.1)}.eyebrow{font-size:11px;letter-spacing:4px;color:#8d98a9}.hero h1{font-size:46px;margin:10px 0 12px;letter-spacing:-2px}.hero h1 span{color:#aab3c2}.sub{color:#7f8999}.hero-search{height:58px;margin:28px auto 18px;display:flex;align-items:center;background:#171b23;border:1px solid #2b313c;border-radius:16px;padding:0 8px 0 18px;box-shadow:0 18px 60px rgba(0,0,0,.25)}.hero-search input{flex:1;background:none;border:0;outline:0;color:white;font-size:16px;padding:0 12px}.hero-search button{border:0;background:#fff;color:#0b0d12;border-radius:11px;padding:12px 20px;font-weight:700;cursor:pointer}.quick{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.quick button{background:#151922;color:#9fa9b8;border:1px solid #272d38;border-radius:10px;padding:9px 13px;cursor:pointer}.quick button:hover{color:#fff;background:#202631}.web-page{background:#fff}.web-page webview{width:100%;height:100%;display:flex}.hidden{display:none!important}.loading{position:absolute;top:18px;left:50%;transform:translateX(-50%);z-index:2;background:#171b23;color:#dce3ee;padding:8px 13px;border-radius:20px;display:flex;gap:9px;align-items:center;font-size:12px;box-shadow:0 10px 35px rgba(0,0,0,.3)}.spinner{width:13px;height:13px;border:2px solid #596474;border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.panel{position:absolute;right:15px;top:88px;width:min(390px,calc(100% - 30px));max-height:calc(100vh - 105px);overflow:auto;background:#151922;border:1px solid #2a303b;border-radius:16px;z-index:20;box-shadow:0 25px 80px rgba(0,0,0,.55);animation:pop .2s ease}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:15px 17px;border-bottom:1px solid #282e39}.panel-head h2{margin:0;font-size:16px}.panel-head button{background:none;border:0;color:#aeb7c5;font-size:24px;cursor:pointer}.item{padding:12px 16px;border-bottom:1px solid #232933;cursor:pointer}.item:hover{background:#1e242e}.item-title{font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-url{font-size:11px;color:#778294;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.empty{padding:30px;text-align:center;color:#758093}.mobile-mode .web-page{background:#0b0d12;display:flex;justify-content:center}.mobile-mode webview{width:390px;height:calc(100% - 28px);margin-top:14px;border-radius:22px;box-shadow:0 15px 60px #000;border:8px solid #171b23}.mobile-mode .home-page{padding:20px}.mobile-mode .hero h1{font-size:34px}.mobile-mode .hero-search{height:52px}.mobile-mode .brand{display:none}@keyframes spin{to{transform:rotate(360deg)}}@keyframes up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes pop{from{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:none}}@media(max-width:800px){.brand{display:none}.actions button{min-width:36px}.topbar{gap:5px;padding:10px}.nav button{min-width:35px}.hero h1{font-size:35px}.hero-search button{padding:10px 13px}.browser{height:68px}.topbar{height:67px}.home-page,.web-page{height:calc(100vh - 68px)}}