:root{--ink: #3b2428;--muted: #7a5d63;--paper: #fbf6f4;--white: #fffdfb;--burgundy: #6b1422;--burgundy-deep: #54101a;--burgundy-soft: #8a2433;--gold: #c5a059;--line: #ead7d4;--shadow: 0 16px 36px rgba(84, 16, 26, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:Manrope,sans-serif;color:var(--ink);background:radial-gradient(circle at 0% 0%,#f8e9e6 0%,transparent 38%),radial-gradient(circle at 100% 0%,#f4efe6 0%,transparent 34%),var(--paper)}::selection{background:#6b14222e;color:var(--burgundy-deep)}h1,h2,h3{font-family:Playfair Display,serif;margin:0 0 .4rem;color:var(--burgundy-deep)}p{margin:0 0 .8rem}a{color:var(--burgundy)}button,input,select{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid rgba(107,20,34,.28);outline-offset:2px}.muted{color:var(--muted)}.eyebrow{letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;color:var(--burgundy-soft);margin:0 0 .35rem;font-weight:700}.brand-logo{display:flex;align-items:center;gap:.9rem;margin:0 0 1.4rem;min-width:0}.brand-logo img{width:72px;height:72px;object-fit:contain;background:var(--burgundy);border-radius:18px;padding:.35rem;box-shadow:var(--shadow);flex-shrink:0}.brand-logo strong{display:block;font-family:Playfair Display,serif;font-size:1.35rem;color:var(--burgundy-deep);line-height:1.15}.brand-logo span{display:block;color:var(--gold);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;margin-top:.15rem}.brand-logo--compact,.brand-logo--header{margin-bottom:0}.brand-logo--compact img,.brand-logo--header img{width:52px;height:52px;border-radius:14px}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.login-art{padding:5rem 4.5rem;background:linear-gradient(165deg,#fffdfb,#f8ece9 58%,#f6f1e8)}.login-art h1{font-size:3rem;line-height:1.12;max-width:14ch;margin-bottom:1rem}.login-art p{max-width:42ch;line-height:1.6}.art-pills{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.5rem}.art-pills span{background:var(--white);border:1px solid var(--line);border-radius:999px;padding:.4rem .8rem;font-size:.82rem;color:var(--muted)}.login-panel{display:grid;place-items:center;padding:2.5rem}.login-card{width:min(440px,100%);background:var(--white);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow);padding:2.2rem}label{display:block;margin:1.05rem 0;font-size:.92rem;font-weight:600}input,select{width:100%;margin-top:.45rem;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;padding:.85rem .95rem;font:inherit;font-weight:500}input:focus,select:focus{outline:2px solid rgba(107,20,34,.16);border-color:#c58b93}.password-row{display:flex;gap:.6rem;align-items:stretch}.password-row input{flex:1}.password-row .ghost{margin-top:.45rem}.primary,.ghost{border:0;cursor:pointer;font:inherit;border-radius:999px;padding:.8rem 1.15rem}.primary{background:var(--burgundy);color:#fffdfb;font-weight:700;width:100%}.primary:hover{background:var(--burgundy-deep)}.primary:disabled{opacity:.65;cursor:not-allowed}.ghost{background:#fff;color:var(--burgundy-deep);border:1px solid var(--line)}.ghost:hover{background:#f8f1ee}.hint,.notes{color:var(--muted);font-size:.86rem;line-height:1.45}.alert{background:#f8ecec;border:1px solid #e3b8bd;color:var(--burgundy-deep);padding:.8rem 1rem;border-radius:12px;margin:0 0 1rem}.hub{max-width:1320px;margin:0 auto;padding:2.2rem 2.4rem 3rem}.topbar,.toolbar,.card-head,.actions,.creds,.modal-head,.topbar-brand,.topbar-meta{display:flex;gap:1rem}.topbar{justify-content:space-between;align-items:center;gap:1.4rem;margin-bottom:1.6rem;background:var(--white);border:1px solid var(--line);border-radius:24px;padding:1.15rem 1.5rem;box-shadow:var(--shadow)}.topbar-brand{align-items:center;min-width:0;gap:1.15rem}.topbar-title{min-width:0}.topbar-title h1{margin:0;font-size:1.7rem;line-height:1.2}.topbar-meta{align-items:center;flex-shrink:0;gap:.75rem}.user-name{display:inline-flex;align-items:center;background:#f8f1ee;color:var(--burgundy-deep);border:1px solid var(--line);border-radius:999px;padding:.45rem .9rem;font-size:.88rem;font-weight:600;white-space:nowrap}.toolbar{align-items:center;flex-wrap:wrap;gap:.85rem;margin-bottom:1rem}.toolbar input{flex:1 1 280px;min-width:220px;background:#fff;margin-top:0}.toolbar select{width:auto;min-width:150px;max-width:220px;background:#fff;margin-top:0}.count{align-self:center;color:var(--muted);font-weight:600;white-space:nowrap;padding:0 .2rem}.alpha-bar{display:flex;flex-wrap:wrap;gap:.4rem;margin:0 0 1.4rem;padding:.85rem 1rem;background:var(--white);border:1px solid var(--line);border-radius:18px}.alpha{min-width:2.05rem;height:2.05rem;padding:0 .45rem;border-radius:999px;border:1px solid var(--line);background:var(--white);color:var(--burgundy-deep);font-weight:700;cursor:pointer}.alpha:hover{background:#f8f1ee}.alpha.on{background:var(--burgundy);color:#fffdfb;border-color:var(--burgundy)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1.25rem}.card{background:var(--white);border:1px solid var(--line);border-radius:22px;padding:1.3rem 1.35rem 1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:100%}.card-head{justify-content:space-between;align-items:flex-start;gap:.8rem;margin-bottom:.35rem}.card-head h3{margin:0 0 .2rem;font-size:1.35rem}.card-head .muted{margin:0}.card .url{font-size:.84rem;color:var(--burgundy);word-break:break-all;margin:.55rem 0 .85rem}.card .notes{margin:0 0 1rem;min-height:2.4em}.creds{margin:.8rem 0}.creds div{flex:1}.creds span{display:block;color:var(--muted);font-size:.75rem}.secret{letter-spacing:.18em}.actions{flex-wrap:wrap;gap:.55rem;margin-top:auto}.actions .primary,.actions .ghost{width:auto}.status{flex-shrink:0;height:fit-content;font-size:.72rem;border-radius:999px;padding:.28rem .6rem;border:1px solid var(--line);background:#f8f1ee;font-weight:700}.status-online{color:#157347;background:#e9f8ef}.status-offline{color:var(--burgundy);background:#f8ecec}.status-checking{color:#8a6a20;background:#f8f3e4}.monitor{margin:0 0 1.3rem;padding:1rem 1.15rem;border-radius:18px;border:1px solid var(--line);background:var(--white)}.monitor.on{border-color:#cfe8d6;background:#f4fbf6}.monitor.off{border-color:#e3b8bd;background:#fbf6f6}.monitor-line{margin:0 0 .35rem;font-weight:700;color:var(--burgundy-deep)}.monitor .notes{margin:0}.mode-row{display:flex;gap:.5rem;flex-wrap:wrap;margin:0 0 .85rem}.mode{font-size:.72rem;font-weight:700;border-radius:999px;padding:.24rem .58rem;border:1px solid var(--line)}.mode.on{background:#e9f8ef;color:#157347}.mode.off{background:#f8ecec;color:var(--burgundy)}.toast{position:fixed;right:1.5rem;bottom:1.5rem;background:var(--burgundy);color:#fffdfb;padding:.7rem 1rem;border-radius:999px;font-weight:700;z-index:20}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#54101a38;display:grid;place-items:center;padding:1.2rem;z-index:30}.modal{width:min(560px,100%);background:var(--white);border-radius:24px;border:1px solid var(--line);box-shadow:0 30px 70px #54101a29;padding:1.4rem 1.5rem 1.3rem}.modal-head{justify-content:space-between;align-items:flex-start;gap:1rem}.modal-body{margin-top:.8rem}.detail{background:#f8f1ee;border:1px solid var(--line);border-radius:14px;padding:.8rem .9rem;margin-bottom:.7rem}.detail span{display:block;color:var(--muted);font-size:.75rem;margin-bottom:.2rem}@media (max-width: 900px){.login-shell{grid-template-columns:1fr}.login-art,.login-panel{padding:1.6rem}.hub{padding:1.2rem 1.1rem 2rem}.topbar{flex-direction:column;align-items:stretch;padding:1.1rem}.topbar-brand,.topbar-meta{flex-wrap:wrap}.topbar-title h1{font-size:1.4rem}.toolbar select{max-width:none;flex:1 1 140px}}
