*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f6f7f9;color:#152238}header{height:72px;background:#fff;border-bottom:1px solid #e4e7ec;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.brand{display:flex;align-items:center;gap:12px}.brand small{display:block;color:#667085;margin-top:3px}.logo{width:40px;height:40px;border-radius:11px;background:#fbbb00;display:grid;place-items:center;font-weight:800;color:#152238}#launcher{font-size:26px;border:0;background:#f4f5f7;border-radius:10px;width:44px;height:44px;cursor:pointer}main{max-width:1100px;margin:0 auto;padding:42px 24px}.hero h1{font-size:30px;margin:0 0 8px}.hero p{color:#667085}.status{margin:28px 0;padding:14px 16px;background:#fff;border:1px solid #e4e7ec;border-radius:12px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.card{background:#fff;border:1px solid #e4e7ec;border-radius:16px;padding:22px;box-shadow:0 2px 8px #1018280a}.card h3{margin:0 0 6px}.card p{color:#667085;min-height:42px}.card button{width:100%;border:0;border-radius:10px;padding:12px;background:#fbbb00;font-weight:700;cursor:pointer}.card button:disabled{background:#e5e7eb;color:#98a2b3}.menu{position:fixed;right:24px;top:64px;width:300px;background:#fff;border:1px solid #e4e7ec;border-radius:14px;padding:18px;box-shadow:0 16px 40px #10182824}.hidden{display:none}.menu button{display:block;width:100%;text-align:left;padding:12px;border:0;background:#fff;border-radius:8px;cursor:pointer}.menu button:hover{background:#f6f7f9}