:root{--wsp-black: #000000;--wsp-white: #ffffff;--wsp-red: #ff372f;--wsp-red-hover: #cc2126;--wsp-grey-0: #f5f5f5;--wsp-grey-1: #808080;--wsp-grey-2: #666666;--wsp-grey-3: #404040;--wsp-blue-2: #0066cc;--surface: var(--wsp-white);--surface-muted: var(--wsp-grey-0);--text: var(--wsp-black);--text-muted: var(--wsp-grey-2);--accent: var(--wsp-red);--radius: 8px;--font: "IBM Plex Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font);color:var(--text);background:var(--surface);line-height:1.5}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem 1.1rem;border:0;border-radius:4px;cursor:pointer;font-weight:600}.btn-primary{background:var(--accent);color:var(--wsp-white)}.btn-primary:hover{background:var(--wsp-red-hover)}.btn-secondary{background:var(--surface-muted);color:var(--text)}.btn-ghost{background:transparent;color:var(--text);border:1px solid #ddd}.btn:disabled{opacity:.5;cursor:not-allowed}.input{width:100%;padding:.65rem .75rem;border:1px solid #d0d0d0;border-radius:4px;background:var(--wsp-white)}.input:focus{outline:2px solid var(--accent);outline-offset:1px}.label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.35rem}.field{margin-bottom:1rem}.alert{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem}.alert-error{background:#ffe8e6;color:#8a1f16}.alert-info{background:#eef4ff;color:#1a3a7a}.alert-ok{background:#e8f7ee;color:#14532d}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid #eee}.table th{background:var(--surface-muted);font-weight:600}.badge{display:inline-block;padding:.15rem .45rem;border-radius:999px;font-size:.75rem;background:var(--surface-muted)}.badge-red{background:#ffe8e6;color:#8a1f16}.checkbox-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem}.checkbox-row label{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem}.home-hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center;max-width:1200px;margin:0 auto;padding:3rem 2rem 5rem;min-height:100vh}.home-copy h1{font-size:clamp(2.5rem,5vw,3.75rem);line-height:1.05;margin:0 0 1rem;font-weight:700;letter-spacing:-.02em}.home-copy h1 .accent{color:var(--accent)}.home-visual img{width:100%;max-width:520px;display:block;margin-left:auto}@media(max-width:860px){.home-hero{grid-template-columns:1fr;padding-top:2rem}.home-visual img{margin:0 auto;max-width:360px}}.auth-shell{min-height:100vh;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f7f7f7);padding:2rem 1rem}.auth-card{width:100%;max-width:420px;background:var(--wsp-white);border:1px solid #eee;border-radius:12px;padding:2rem;box-shadow:0 8px 30px #0000000a}.auth-card h1{margin:0 0 .35rem;font-size:1.5rem}.auth-card .hint{color:var(--text-muted);margin:0 0 1.5rem;font-size:.95rem}.auth-divider{display:flex;align-items:center;gap:.75rem;color:var(--wsp-grey-1);font-size:.8rem;margin:1.25rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e5e5}.ms-btn{width:100%;background:#2f2f2f;color:#fff}.ms-btn:hover{background:#111}.console{min-height:100vh;display:grid;grid-template-columns:220px 1fr}.console-nav{background:#111;color:#fff;padding:1.25rem 0;display:flex;flex-direction:column}.console-nav .brand{padding:0 1.25rem 1.25rem;font-weight:700;color:#fff;text-decoration:none}.console-nav .brand span{color:var(--accent)}.console-nav a{color:#ccc;padding:.6rem 1.25rem;text-decoration:none;font-size:.9rem}.console-nav a.active,.console-nav a:hover{color:#fff;background:#222;text-decoration:none}.console-main{padding:1.5rem 2rem;background:#fafafa}.console-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.console-header h1{margin:0;font-size:1.5rem}.panel{background:#fff;border:1px solid #eee;border-radius:10px;padding:1.25rem;margin-bottom:1.25rem}.panel h2{margin:0 0 1rem;font-size:1.1rem}.row-actions{display:flex;gap:.5rem;flex-wrap:wrap}.modal-backdrop{position:fixed;inset:0;background:#00000059;display:grid;place-items:center;z-index:50;padding:1rem}.modal{background:#fff;border-radius:12px;padding:1.5rem;width:100%;max-width:520px;max-height:90vh;overflow:auto}.modal h2{margin-top:0}.test-lab{min-height:100vh;display:grid;place-items:center;padding:2rem;background:#111;color:#fff}.test-lab-card{background:#1c1c1c;border:1px solid #333;border-radius:12px;padding:2rem;max-width:640px;width:100%}.test-lab-card h1{margin-top:0}.test-lab-card pre{background:#0d0d0d;padding:1rem;border-radius:8px;overflow:auto;font-size:.85rem}.your-apps{display:grid;gap:.75rem}.your-apps a.app-link{display:block;padding:1rem 1.25rem;border:1px solid #eee;border-radius:8px;background:#fff;color:var(--text);text-decoration:none}.your-apps a.app-link:hover{border-color:var(--accent)}
