:root{--bc-primary:#0c3c60;--bc-primary-light:#1a5a8a;--bc-bg:#f7f9fb;--bc-surface:#fff;--bc-text:#1c2733;--bc-text-muted:#5a6b7b;--bc-success:#1d7a4f;--bc-warning:#b7791f;--bc-error:#b3261e;--bc-radius:8px;--bc-font:"Segoe UI", system-ui, sans-serif}.bc-shell{background:var(--bc-bg);min-height:100vh;font-family:var(--bc-font);flex-direction:column;display:flex}.bc-shell-header{background:var(--bc-primary);color:#fff;flex-wrap:wrap;align-items:center;gap:24px;padding:10px 20px;display:flex}.bc-shell-brand{align-items:center;gap:14px;display:flex}.bc-shell-logo{letter-spacing:.4px;border-radius:var(--bc-radius);border:1.5px solid #ffffffa6;padding:4px 10px;font-size:15px;font-weight:700}.bc-shell-app{flex-direction:column;line-height:1.25;display:flex}.bc-shell-app strong{font-size:16px}.bc-shell-subtitle{color:#ffffffbf;font-size:12px}.bc-shell-nav{flex:1;gap:4px;min-width:0;display:flex}.bc-shell-nav a{border-radius:var(--bc-radius);color:#ffffffe6;padding:7px 13px;text-decoration:none}.bc-shell-nav a.active{color:var(--bc-primary);background:#fff;font-weight:600}.bc-shell-nav a:hover:not(.active){background:var(--bc-primary-light);text-decoration:none}.bc-shell-right{align-items:center;gap:18px;margin-left:auto;display:flex}.bc-shell-switcher{gap:2px;font-size:13px;display:flex}.bc-shell-switcher a{border-radius:var(--bc-radius);color:#ffffffbf;padding:5px 10px;text-decoration:none}.bc-shell-switcher a.active{color:#fff;text-underline-offset:4px;font-weight:600;text-decoration:underline}.bc-shell-switcher a:hover:not(.active){background:var(--bc-primary-light);text-decoration:none}.bc-shell-user{align-items:center;gap:10px;font-size:13px;display:flex}.bc-shell-user span{color:#ffffffd9}.bc-shell-user button{font:inherit;border-radius:var(--bc-radius);color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffff80;padding:5px 11px}.bc-shell-user button:hover{background:var(--bc-primary-light)}.bc-shell-main{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:18px 16px 40px}.bc-shell-main--full{flex-direction:column;max-width:none;margin:0;padding:0;display:flex}.bc-shell-main--full>*{flex:1}body{font-family:var(--bc-font);color:var(--bc-text);background:var(--bc-bg);margin:0;font-size:14px}.muted{color:var(--bc-text-muted)}.small{font-size:12px}.error{color:var(--bc-error)}.notice{background:var(--bc-surface);border-radius:var(--bc-radius);border:1px solid #dde2e8;margin-bottom:18px;padding:16px 18px}.tiles{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;margin:6px 0 14px;display:grid}.tile{background:var(--bc-surface);border-radius:var(--bc-radius);color:var(--bc-text);border:1px solid #dde2e8;flex-direction:column;gap:8px;padding:18px;text-decoration:none;transition:border-color .12s,box-shadow .12s;display:flex}.tile:hover{border-color:var(--bc-primary);box-shadow:0 2px 8px #0c3c601f}.tile-head{align-items:center;gap:9px;font-size:16px;display:flex}.tile-detail{min-height:18px}.tile-open{color:var(--bc-primary);font-size:13px;font-weight:600}.dot{border-radius:50%;flex:none;width:10px;height:10px}.dot-ok{background:var(--bc-success)}.dot-fail{background:var(--bc-error)}.dot-unknown{background:#b9c2cc}
