.ee-router{display:flex;gap:18px;min-height:620px;background:#eef4fb;padding:18px;font-family:Tahoma,Arial,sans-serif;color:#0f172a;box-sizing:border-box}.ee-router *{box-sizing:border-box}.ee-router-side{width:280px;background:#0f172a;border-radius:18px;padding:14px;box-shadow:0 18px 45px rgba(15,23,42,.18);color:#fff;position:sticky;top:24px;height:max-content}.ee-brand{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.06);padding:12px;border-radius:14px;margin-bottom:12px}.ee-brand>span{width:42px;height:42px;border-radius:12px;background:#2563eb;display:grid;place-items:center}.ee-brand small{display:block;color:#94a3b8;margin-top:4px}.ee-route-btn{width:100%;border:1px solid rgba(255,255,255,.08);background:#182235;color:#e5e7eb;border-radius:13px;padding:12px;margin:8px 0;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;cursor:pointer;text-align:right;transition:.18s}.ee-route-btn:hover,.ee-route-btn.active{background:#0f766e;transform:translateY(-1px)}.ee-route-btn em{font-size:10px;color:#bfdbfe;font-style:normal;background:rgba(255,255,255,.08);border-radius:999px;padding:4px 7px}.ee-ico{width:30px;height:30px;border-radius:10px;background:rgba(255,255,255,.1);display:grid;place-items:center}.ee-router-main{flex:1;min-width:0}.ee-router-top{background:linear-gradient(90deg,#0f766e,#0f172a);color:#fff;border-radius:18px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 14px 35px rgba(15,23,42,.15)}.ee-router-top small{display:block;margin-top:5px;color:#cbd5e1}.ee-ping,.ee-open-link{border:0;background:#0f766e;color:#fff;border-radius:12px;padding:10px 18px;text-decoration:none;display:inline-block;cursor:pointer;font-weight:700}.ee-ping{background:#fff;color:#0f172a}.ee-router-status{background:#dbeafe;border:1px solid #93c5fd;color:#1d4ed8;border-radius:12px;margin:14px 0;padding:10px 14px;text-align:right}.ee-module-view{background:#fff;border-radius:18px;padding:22px;box-shadow:0 15px 35px rgba(15,23,42,.08);min-height:340px}.ee-module-card h2{font-size:26px;margin:0 0 10px}.ee-module-card p{font-size:15px;line-height:1.9;color:#475569}.ee-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:20px}.ee-grid>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:18px}.ee-grid b{display:block;font-size:22px}.ee-grid span{display:block;color:#64748b;margin-top:8px}@media(max-width:900px){.ee-router{flex-direction:column}.ee-router-side{width:100%;position:relative;top:0}.ee-grid{grid-template-columns:1fr 1fr}.ee-router-top{flex-direction:column;gap:10px;align-items:flex-start}}@media(max-width:560px){.ee-grid{grid-template-columns:1fr}.ee-router{padding:10px}}
