:root{--bg:#0b1020;--panel:#121a2d;--panel2:#18233b;--line:#263552;--text:#edf3ff;--muted:#8fa2c4;--primary:#6d7cff;--success:#35d49a;--danger:#ff6577;--shadow:0 18px 45px #05081470}
*{box-sizing:border-box}.hidden{display:none!important}body{margin:0;background:linear-gradient(90deg,transparent 0%,#ffffff05 50%,transparent 100%),repeating-linear-gradient(90deg,#ffffff03 0 1px,transparent 1px 96px),linear-gradient(115deg,#171322 0%,#10111d 48%,#0b0c14 100%);color:var(--text);font-family:Inter,"Noto Sans JP",system-ui,sans-serif;min-height:100vh}
button,input,select,textarea{font:inherit}.sidebar{position:fixed;inset:0 auto 0 0;width:245px;background:#0b1223e8;border-right:1px solid var(--line);padding:22px 16px;display:flex;flex-direction:column;backdrop-filter:blur(18px);z-index:5}.brand{display:flex;gap:12px;align-items:center;margin:0 4px 22px;color:var(--text);text-decoration:none;border-radius:10px;padding:4px;cursor:pointer}.brand:hover,.brand:focus-visible{background:#7181ff18;outline:none}.brand-mark{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#7486ff,#9b69ff);display:grid;place-items:center;font-weight:900;font-size:22px;box-shadow:0 8px 24px #7486ff55}.brand div{display:flex;flex-direction:column}.brand small{color:var(--muted);font-size:11px}nav{display:flex;flex-direction:column;gap:4px;overflow:auto}nav button,.logout{border:0;background:transparent;color:var(--muted);text-align:left;padding:11px 13px;border-radius:10px;text-decoration:none;cursor:pointer}nav button:hover,nav button.active{background:#7181ff18;color:#fff}.logout{margin-top:auto;color:#ff95a2}
main{margin-left:245px;padding:0 32px 48px;max-width:1700px}.topbar{height:104px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);margin-bottom:26px}.topbar h1{margin:0 0 5px;font-size:25px}.topbar p{margin:0;color:var(--muted)}.user{background:var(--panel);border:1px solid var(--line);padding:10px 14px;border-radius:12px}.page{display:none}.page.active{display:block}.loading{position:fixed;inset:0 0 0 245px;background:#080d19cc;display:grid;place-items:center;font-size:20px;z-index:10}.loading.hidden{display:none}
.card{background:linear-gradient(145deg,#141e34,#10182a);border:1px solid var(--line);border-radius:17px;padding:20px;margin-bottom:20px;box-shadow:var(--shadow)}.card h2{margin:0 0 16px;font-size:18px}.card p{color:var(--muted)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.card-head h2{margin:0}.card-head p{margin:5px 0 0}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.stat{background:var(--panel);border:1px solid var(--line);border-radius:16px;padding:18px}.stat strong{display:block;font-size:27px;margin-top:8px}.stat span{color:var(--muted)}
button{border:1px solid transparent;border-radius:10px;padding:10px 14px;background:var(--primary);color:white;cursor:pointer;font-weight:700}button:hover{filter:brightness(1.1)}button.ghost{background:transparent;border-color:var(--line)}button.danger,.danger-zone button{background:var(--danger)}.danger-zone{border-color:#ff657766}.action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.action-row{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.action-row select{flex:1;min-width:220px}
button:disabled{opacity:.55;cursor:wait;filter:none}.success-text{color:var(--success)!important}.warning-text{color:#ffc86b!important}#statCounterList .list-row>div{display:grid;gap:3px}
.stat-inline{display:flex;gap:18px;flex-wrap:wrap;background:#0b1426;border:1px solid var(--line);border-radius:10px;padding:12px}.stat-inline span{color:var(--muted)}.stat-inline strong{color:var(--text);margin-left:5px}
.form-card,.form-grid{display:grid;gap:13px}#vcRankProgressForm{align-self:start;align-content:start}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-card h3,.card h3{margin:8px 0 0;font-size:14px;color:var(--text)}label{display:grid;gap:6px;color:var(--muted);font-size:13px}input,select,textarea{width:100%;border:1px solid var(--line);background:#0c1426;color:var(--text);border-radius:10px;padding:10px 11px;outline:none}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6d7cff20}textarea{min-height:95px;resize:vertical}select.multi-select[multiple]{min-height:120px}.field-title{color:var(--muted);font-size:13px;margin-bottom:6px}.reaction-items{display:grid;gap:9px;margin-bottom:10px}.reaction-row{display:grid;grid-template-columns:minmax(190px,1fr) minmax(180px,1fr) auto;gap:8px;align-items:center}.emoji-picker-trigger{display:grid;grid-template-columns:42px minmax(0,1fr);gap:8px;align-items:center;text-align:left;padding:5px 8px}.emoji-picker-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.emoji-preview{width:42px;height:42px;display:grid;place-items:center;background:#0b1426;border:1px solid var(--line);border-radius:10px;font-size:24px}.emoji-preview img{max-width:30px;max-height:30px}.emoji-picker-backdrop{position:fixed;inset:0;background:#050814cc;display:grid;place-items:center;padding:20px;z-index:50}.emoji-picker-dialog{width:min(720px,100%);height:min(720px,90vh);background:#111a2d;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:18px;display:grid;grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:12px}.emoji-picker-head{display:flex;align-items:center;justify-content:space-between}.emoji-picker-head h2{margin:0 0 3px}.emoji-picker-head small{color:var(--muted)}.emoji-picker-head>button{font-size:20px;padding:5px 11px}.emoji-picker-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.emoji-picker-tabs button{background:#0c1426;border-color:var(--line);color:var(--muted)}.emoji-picker-tabs button.active{background:var(--primary);color:#fff;border-color:transparent}.emoji-picker-grid{overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:7px;align-content:start;padding:2px}.emoji-tile{height:74px;background:#0b1426;border:1px solid var(--line);padding:6px;display:grid;place-items:center;grid-template-rows:40px 16px;gap:3px;min-width:0}.emoji-tile:hover{background:#1a2742;border-color:var(--primary)}.emoji-tile img{width:36px;height:36px;object-fit:contain}.emoji-tile>span{font-size:30px;line-height:38px}.emoji-tile small{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px;font-weight:500}.check{display:flex;grid-auto-flow:column;justify-content:start;align-items:center}.check input{width:auto}.hint{font-size:12px}
.searchable-native{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;border:0!important}.search-select{position:relative;width:100%;min-width:0;color:var(--text);font-size:14px}.action-row .search-select{flex:1;min-width:220px}.search-select-control{min-height:42px;border:1px solid var(--line);background:#0c1426;border-radius:10px;padding:5px 34px 5px 7px;display:flex;align-items:center;gap:5px;flex-wrap:wrap;cursor:text;position:relative}.search-select.open .search-select-control{border-color:var(--primary);box-shadow:0 0 0 3px #6d7cff20}.search-select-input{border:0!important;box-shadow:none!important;background:transparent!important;padding:4px!important;min-width:100px;flex:1;width:auto}.search-select-arrow{position:absolute;right:11px;top:50%;transform:translateY(-55%);color:var(--muted);font-size:18px;pointer-events:none}.search-select-tags{display:flex;gap:5px;flex-wrap:wrap}.search-select-tag{display:inline-flex;align-items:center;gap:5px;background:#263552;color:var(--text);border-radius:7px;padding:4px 6px;max-width:240px}.search-select-tag button{border:0;background:transparent;color:var(--muted);padding:0;font-size:15px;line-height:1}.search-select-menu{display:none;position:absolute;z-index:40;top:calc(100% + 5px);left:0;right:0;max-height:280px;overflow:auto;background:#111a2d;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);padding:5px}.search-select.open .search-select-menu{display:block}.search-select-option{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:transparent;border:0;color:var(--text);text-align:left;padding:9px 10px;font-weight:500}.search-select-option:hover,.search-select-option:focus{background:#253452;outline:none}.search-select-option.selected{color:#aeb8ff;background:#6d7cff16}.search-select-option strong{color:var(--success)}.search-select-empty{padding:13px;color:var(--muted);text-align:center}
.feature-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.feature-save-state{min-height:18px;margin:-7px 0 12px;color:#ffc86b;font-size:12px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.feature{display:flex;align-items:center;justify-content:space-between;background:#0d1629;border:1px solid var(--line);border-radius:13px;padding:13px}.feature.feature-changed{border-color:#ffc86b99;background:#1b1a2a}.switch{position:relative;width:46px;height:25px}.switch input{display:none}.switch span{position:absolute;inset:0;border-radius:20px;background:#34415c;cursor:pointer}.switch span:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.2s}.switch input:checked+span{background:var(--success)}.switch input:checked+span:after{transform:translateX(21px)}
.tag-list{display:flex;gap:7px;flex-wrap:wrap}.tag,.list-row{background:#0b1426;border:1px solid var(--line);border-radius:9px;padding:8px 10px;margin:6px 0}.tag button,.list-row button{padding:3px 7px;margin-left:8px;font-size:11px}.list-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.list-row small{color:var(--muted)}table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:10px;border-bottom:1px solid var(--line);text-align:left;max-width:380px;word-break:break-word}th{color:var(--muted)}#toast{position:fixed;right:25px;top:20px;z-index:20}.toast{background:#18243c;border:1px solid var(--line);padding:12px 16px;border-radius:11px;box-shadow:var(--shadow);margin-bottom:8px}.toast.error{border-color:var(--danger)}canvas{width:100%;background:#0b1425;border-radius:12px}.log-box{max-height:360px;overflow:auto;background:#07101f;border:1px solid var(--line);border-radius:10px;padding:12px;color:#dce7ff;white-space:pre-wrap;font-size:12px;line-height:1.5}.code-textarea{min-height:420px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px;line-height:1.5}
.sidebar-navigation{min-height:0;flex:1;overflow-y:auto;display:flex;flex-direction:column}.sidebar-navigation nav{flex:none;overflow:visible}.sidebar-switchers{display:grid;gap:10px;margin:0 0 14px;padding:0 0 14px;border-bottom:1px solid var(--line)}.sidebar-switchers .bot-switcher,.sidebar-switchers .guild-switcher,.sidebar-switchers .tinder-guild-switcher{min-width:0;margin:0;padding:0;border:0}.bot-switcher,.guild-switcher,.tinder-guild-switcher{display:grid;gap:7px}.guild-list-title{color:var(--muted);font-size:11px;font-weight:700}.switcher-control{position:relative;width:100%;min-width:0;overflow:hidden}.switcher-select{box-sizing:border-box;width:100%;max-width:100%;min-width:0;min-height:42px;white-space:nowrap;text-overflow:ellipsis}.switcher-select-with-icon{padding-left:48px}.switcher-icon{position:absolute;z-index:1;left:9px;top:50%;width:28px;height:28px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#253452;color:#fff;font-size:12px;font-weight:900;transform:translateY(-50%);pointer-events:none}.switcher-icon img{width:100%;height:100%;object-fit:cover}.guild-empty{background:#0c1426;border:1px solid var(--line);border-radius:10px;color:var(--muted);font-size:13px;padding:12px}
@media(max-width:1100px){.grid.two,.grid.three,.feature-grid{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr 1fr}}@media(max-width:760px){.sidebar{position:static;width:auto;height:auto}.sidebar nav{display:grid;grid-template-columns:1fr 1fr}.logout{margin-top:10px}main{margin:0;padding:0 15px 35px}.topbar{height:auto;padding:22px 0}.loading{inset:0}.grid.two,.grid.three,.feature-grid,.stats,.form-grid,.reaction-row{grid-template-columns:1fr}.card-head{align-items:flex-start;flex-direction:column}.reaction-row button{width:100%}.emoji-picker-backdrop{padding:8px}.emoji-picker-dialog{height:96vh;padding:12px}.emoji-picker-grid{grid-template-columns:repeat(auto-fill,minmax(58px,1fr))}.emoji-tile{height:62px;grid-template-rows:38px 12px}.emoji-tile small{display:none}}

main,.page,.grid,.card,.stat,.form-card,.form-grid,.action-grid,.action-row,.card-head,.feature,.list-row,.tag-list{min-width:0}.grid{align-items:start}.grid>.card,.page>.card{width:100%;max-width:100%;align-self:start}.card{position:relative;display:flex;flex-direction:column;max-width:100%;overflow:auto;overscroll-behavior:contain}.card>*{max-width:100%}.card-head{flex-wrap:wrap}.card-head>div{min-width:0}.card h2,.card h3,.card p,.hint,label,.field-title,.tag,.list-row,.guild-empty{overflow-wrap:anywhere}.stats{align-items:stretch}.stat{min-height:112px;overflow:hidden}.stat strong,.stat span{overflow-wrap:anywhere}.action-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.action-row>*{min-width:0}.action-row select,.action-row input,.action-row .search-select{min-width:0;flex:1 1 180px}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.reaction-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.list-row{flex-wrap:wrap;overflow:hidden}.list-row>div,.list-row>span,.list-row>small{min-width:0;max-width:100%;overflow-wrap:anywhere}.list-row button,.tag button{flex:none}.tag{max-width:100%;overflow:hidden;text-overflow:ellipsis}.tag-list{overflow:hidden}table{display:block;max-width:100%;overflow-x:auto;white-space:nowrap}th,td{min-width:0}.log-box,pre,textarea,.code-textarea,canvas{max-width:100%}.search-select,.search-select-control,.search-select-menu{max-width:100%}.emoji-picker-trigger{min-width:0}.emoji-picker-label{min-width:0}
.server-tree,.server-role-tree{display:grid;gap:12px}.structure-category{border:1px solid var(--line);border-radius:12px;background:#0b1426;overflow:hidden}.structure-category h3{margin:0;padding:11px 13px;background:#111d33;display:flex;justify-content:space-between;gap:10px}.structure-category h3 small,.structure-item small,.structure-role small{color:var(--muted);font-weight:400}.structure-children{display:grid}.structure-item{display:grid;grid-template-columns:88px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 13px;border-top:1px solid var(--line)}.structure-kind{font-size:11px;color:var(--muted)}.structure-role{display:flex;align-items:center;gap:11px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#0b1426}.structure-role>div{display:grid;gap:3px}.role-color{width:12px;height:32px;border-radius:999px;background:var(--role-color);flex:none}@media(max-width:640px){.structure-item{grid-template-columns:72px minmax(0,1fr)}.structure-item small{grid-column:2}}

#logs .card{display:block;overflow:visible;overscroll-behavior:auto}#logs .card>*{max-width:none}#logs .card-head{flex-wrap:nowrap}#logs .card-head>div{min-width:auto}#logs .form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}#logs label{overflow-wrap:normal}
#logs .log-setting{display:grid;gap:8px;background:#0d1629;border:1px solid var(--line);border-radius:13px;padding:13px}#logs .log-setting-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text);font-weight:700}#logs .log-setting-head>label{display:block}#logs .log-setting-state{color:var(--muted);font-size:11px}#logs .log-setting select:disabled{opacity:.5;cursor:not-allowed}
.tinder-page .card,.higan-page .card,.mirage-page .card{overflow:visible;overscroll-behavior:auto}.tinder-page .card>*,.higan-page .card>*,.mirage-page .card>*{max-width:none}

@media(max-width:760px){#logs .card-head{align-items:flex-start;flex-direction:column;flex-wrap:wrap}#logs .form-grid{grid-template-columns:1fr}}

.login-body{min-height:100vh;margin:0;background:#0d0d16;color:#f6f7ff;font-family:Inter,"Noto Sans JP",system-ui,sans-serif;overflow-x:hidden}.login-body:before{content:"";position:fixed;inset:0;background:linear-gradient(115deg,#171322 0%,#10111d 48%,#0b0c14 100%);z-index:-2}.login-body:after{content:"";position:fixed;inset:0;background:linear-gradient(90deg,transparent 0%,#ffffff05 50%,transparent 100%),repeating-linear-gradient(90deg,#ffffff03 0 1px,transparent 1px 96px);z-index:-1;pointer-events:none}.login-shell{width:min(1180px,calc(100% - 42px));min-height:100vh;margin:0 auto;display:grid;grid-template-rows:auto 1fr}.login-nav{height:68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px}.login-brand{display:inline-flex;align-items:center;gap:11px;color:#fff;text-decoration:none;font-size:17px;font-weight:800;min-width:0}.login-brand-mark{width:38px;height:32px;border-radius:8px;background:linear-gradient(135deg,#7e8cff,#5865f2 58%,#a575ff);display:grid;place-items:center;box-shadow:0 10px 26px #5865f244;font-size:20px;line-height:1}.login-links{justify-self:center;display:flex;flex-direction:row;align-items:center;gap:28px;overflow:visible}.login-links a{color:#a9adbd;text-decoration:none;font-size:13px;font-weight:700}.login-links a:hover{color:#fff}.login-links .login-premium{color:#f0c66a}.login-avatar{justify-self:end;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none;font-weight:900;background:linear-gradient(145deg,#2f3346,#11131f 48%,#8d95ff);border:1px solid #ffffff1d;box-shadow:0 10px 30px #0000005c}.login-avatar:hover,.login-avatar:focus-visible{filter:brightness(1.15);outline:2px solid #5865f299;outline-offset:3px}.login-avatar-disabled{opacity:.52;cursor:not-allowed;filter:none}.login-hero{display:grid;align-content:center;justify-items:center;text-align:center;margin:0;max-width:none;padding:74px 0 142px}.login-pill{margin:0 0 22px;border:1px solid #262b4a;background:#111322cc;color:#aeb7ff;border-radius:999px;padding:8px 15px;font-size:13px;font-weight:800;box-shadow:0 10px 30px #00000033}.login-hero h1{margin:0;color:#f7f8ff;font-size:44px;line-height:1.15;font-weight:900;max-width:760px;text-wrap:balance}.login-lead{margin:24px 0 0;max-width:540px;color:#9da3b5;font-size:14px;line-height:1.9;font-weight:700}.login-actions{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:34px}.login-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:0 24px;text-decoration:none;font-size:13px;font-weight:900;border:1px solid transparent;white-space:nowrap}.login-button-primary{background:#5865f2;color:#fff;box-shadow:0 16px 38px #5865f23b}.login-button-primary:hover{background:#6571ff}.login-button-secondary{background:#141621;color:#f4f5ff;border-color:#2a2d3b}.login-button-secondary:hover{border-color:#5865f2;color:#fff}.login-button-disabled{opacity:.52;cursor:not-allowed}.login-form{width:min(520px,100%);margin-top:28px;display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;text-align:left;background:#121421d9;border:1px solid #272b3c;border-radius:8px;padding:14px;box-shadow:0 18px 45px #00000040}.login-form label{font-size:12px;color:#aeb3c4;font-weight:700}.login-form input{height:42px;background:#0c0e18;border-color:#292e43;border-radius:8px}.login-form button{height:42px;border-radius:8px;padding:0 18px;background:#5865f2}.login-alert{margin:22px 0 0;color:#ffbf74;font-size:13px;font-weight:800}.login-alert:empty{display:none}
.legal-page{width:min(880px,100%);margin:0 auto;padding:74px 0 104px}.legal-hero{border-bottom:1px solid #272b3c;padding-bottom:30px;margin-bottom:8px;text-align:left}.legal-hero p{margin:0 0 12px;color:#9da7ff;font-size:13px;font-weight:800}.legal-hero h1{margin:0;color:#f7f8ff;font-size:40px;line-height:1.18;font-weight:900}.legal-hero span{display:block;margin-top:16px;color:#a5abbd;font-size:14px;line-height:1.8;font-weight:700}.legal-content{display:grid}.legal-section{padding:25px 0;border-bottom:1px solid #25293a}.legal-section h2{margin:0 0 12px;color:#f6f7ff;font-size:18px;line-height:1.45}.legal-section p{margin:0;color:#aeb4c4;font-size:14px;line-height:1.95}.legal-section p+p{margin-top:10px}
.features-page{width:min(1110px,100%);margin:0 auto;padding:66px 0 104px}.features-hero{display:grid;justify-items:center;text-align:center;margin:0 auto 38px;max-width:780px}.features-hero p{margin:0 0 14px;color:#9da7ff;font-size:13px;font-weight:900}.features-hero h1{margin:0;color:#f7f8ff;font-size:42px;line-height:1.16;font-weight:900;text-wrap:balance}.features-hero span{display:block;margin-top:18px;color:#a8aebd;font-size:14px;line-height:1.85;font-weight:700}.features-hero .login-button{margin-top:28px}.feature-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.feature-card{min-height:292px;display:flex;flex-direction:column;gap:18px;background:#171c26d9;border:1px solid #333b49;border-radius:8px;padding:28px;box-shadow:0 18px 45px #0000002e;overflow:hidden}.feature-icon{width:52px;height:52px;border-radius:10px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900;letter-spacing:0;box-shadow:0 14px 28px #00000034}.feature-card-body{display:grid;gap:8px}.feature-source{margin:0;color:#9da7ff;font-size:12px;font-weight:900}.feature-card h2{margin:0;color:#fff;font-size:21px;line-height:1.35}.feature-card p{margin:0;color:#d7dcf2;font-size:14px;line-height:1.75}.feature-card ul{margin:auto 0 0;padding:0;list-style:none;display:grid;gap:8px}.feature-card li{position:relative;padding-left:16px;color:#aeb6ca;font-size:12px;font-weight:800;line-height:1.55}.feature-card li:before{content:"";position:absolute;left:0;top:.68em;width:6px;height:6px;border-radius:50%;background:#8f9bff}.tone-blue{background:#4c8cff}.tone-red{background:#ff6672}.tone-amber{background:#ffbd2d}.tone-violet{background:#9268ff}.tone-cyan{background:#11c7d4}.tone-indigo{background:#6375ff}.tone-pink{background:#f66fb3}.tone-green{background:#5bd67b}
.feature-graph-list{display:grid;gap:34px}.feature-graph{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.7fr);min-width:0;background:linear-gradient(145deg,#151b28e8,#10141de8);border:1px solid #30394a;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #00000035}.feature-network{position:relative;min-width:0;height:650px;overflow:hidden;touch-action:none;cursor:grab;background:radial-gradient(circle at 50% 52%,#25395a55 0,#17223544 32%,transparent 63%)}.feature-network.is-dragging{cursor:grabbing}.feature-network-head{position:absolute;z-index:8;top:16px;left:18px;right:112px;pointer-events:none}.feature-network-caption{margin:0;color:#d1d8e9;font-size:12px;line-height:1.5;font-weight:800}.feature-network-head span{display:block;margin-top:4px;color:#7f8da5;font-size:10px;font-weight:800}.feature-graph-controls{position:absolute;z-index:9;top:14px;right:14px;display:flex;gap:4px;padding:4px;border:1px solid #3b475a;border-radius:9px;background:#111826dd;box-shadow:0 8px 20px #0005}.feature-graph-controls button{min-width:30px;height:28px;padding:0 8px;border:0;border-radius:6px;background:#27344a;color:#dcecff;font:inherit;font-size:11px;font-weight:900;cursor:pointer}.feature-graph-controls button:hover,.feature-graph-controls button:focus-visible{background:#3b83bb;color:#fff;outline:none}.feature-scene{position:absolute;z-index:2;left:0;top:0;transform-origin:0 0;will-change:transform}.feature-edges{position:absolute;z-index:1;inset:0;width:100%;height:100%;overflow:visible}.feature-edge{stroke:#287fc0;stroke-width:5;stroke-linecap:round;opacity:.32;transition:opacity .18s,stroke-width .18s,filter .18s}.feature-edge-child{stroke:#48a8e5;stroke-width:3;opacity:.3}.feature-edge-ring{stroke-width:2;opacity:.16}.feature-edge.is-active{stroke:#65c6ff;stroke-width:7;opacity:.95;filter:drop-shadow(0 0 4px #2698e8)}.feature-edge-child.is-active{stroke-width:5}.feature-hub{position:absolute;z-index:3;left:50%;top:50%;width:154px;height:154px;display:grid;place-content:center;gap:7px;padding:18px;border:3px solid #6fc2f1;border-radius:50%;background:linear-gradient(145deg,#d5f1ff,#9bd4f2);color:#17304a;text-align:center;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #3ca5e322,0 18px 42px #0007}.feature-hub p{margin:0;color:#28658d;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.feature-hub h2{margin:0;color:#19344e;font-size:20px;line-height:1.2}.feature-nodes{position:absolute;z-index:2;inset:0}.feature-node,.feature-subnode{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:50%;text-align:center;font:inherit;font-weight:900;line-height:1.25;cursor:pointer;transform:translate(-50%,-50%);transition:border-color .18s,background .18s,transform .18s,box-shadow .18s}.feature-node{width:110px;height:110px;gap:6px;padding:10px;color:#19344e;background:linear-gradient(145deg,#d9f3ff,#a4d9f2);border:3px solid #75c5ee;font-size:11px}.feature-node:hover,.feature-subnode:hover{transform:translate(-50%,-50%) scale(1.08);border-color:#fff}.feature-node:focus-visible,.feature-subnode:focus-visible{outline:4px solid #fff;outline-offset:4px}.feature-node.is-active{color:#102d47;background:linear-gradient(145deg,#f2fbff,#bde9ff);border-color:#fff;box-shadow:0 0 0 6px #4aa7eb55,0 10px 28px #0007}.feature-node .feature-icon{flex:0 0 28px;width:28px;height:28px;border-radius:50%;font-size:8px;box-shadow:0 5px 12px #184d7338}.feature-subnode{width:86px;height:86px;padding:8px;color:#dff4ff;background:linear-gradient(145deg,#235f8b,#173e61);border:2px solid #4ba9df;font-size:9px}.feature-subnode.is-active{background:linear-gradient(145deg,#3e9bd3,#24658f);border-color:#a8e5ff;box-shadow:0 0 0 4px #4aa7eb33}.feature-detail{display:flex;flex-direction:column;padding:38px 32px;background:#171c27;border-left:1px solid #30394a}.feature-detail .feature-source{margin:0 0 10px}.feature-detail h3{margin:0;color:#fff;font-size:25px;line-height:1.3}.feature-detail>p:not(.feature-source){margin:16px 0 0;color:#d2d8e8;font-size:13px;line-height:1.8}.feature-detail ul{margin:auto 0 0;padding:26px 0 0;list-style:none;display:grid;gap:10px}.feature-detail li{position:relative;padding-left:17px;color:#aeb6ca;font-size:12px;font-weight:800;line-height:1.55}.feature-detail li:before{content:"";position:absolute;left:0;top:.65em;width:7px;height:7px;border-radius:50%;background:#7d89ff;box-shadow:0 0 9px #6375ff88}

@media(max-width:960px){.feature-card-grid,.feature-card-stack{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-graph{grid-template-columns:1fr}.feature-detail{min-height:230px;border-left:0;border-top:1px solid #30394a}.feature-network{height:640px}}
@media(max-width:760px){.login-shell{width:min(100% - 28px,640px)}.login-nav{height:auto;grid-template-columns:1fr auto;padding:18px 0}.login-links{grid-column:1/-1;display:flex;justify-self:start;gap:14px;flex-wrap:wrap;padding-top:2px}.login-avatar{width:32px;height:32px}.login-hero{padding:78px 0 94px}.login-hero h1{font-size:31px;line-height:1.22}.login-lead{font-size:13px;line-height:1.8}.login-actions{width:100%}.login-button{width:100%;white-space:normal;text-align:center}.login-form{grid-template-columns:1fr}.login-form button{width:100%}.legal-page{padding:56px 0 80px}.legal-hero h1{font-size:30px}.legal-section{padding:22px 0}.legal-section h2{font-size:17px}.features-page{padding:50px 0 82px}.features-hero{justify-items:start;text-align:left;margin-bottom:28px}.features-hero h1{font-size:30px;line-height:1.22}.features-hero span{font-size:13px;line-height:1.8}.feature-card-grid,.feature-card-stack{grid-template-columns:1fr;gap:16px}.feature-graph-list{gap:24px}.feature-graph{border-radius:14px}.feature-network{height:590px}.feature-network-head{top:12px;left:12px;right:104px}.feature-network-caption{font-size:10px}.feature-network-head span{font-size:9px}.feature-graph-controls{top:10px;right:10px}.feature-graph-controls button{min-width:27px;height:26px;padding:0 6px}.feature-hub{width:126px;height:126px;padding:13px}.feature-hub h2{font-size:16px}.feature-node{width:96px;height:96px;gap:4px;padding:7px;font-size:10px;border-width:2px}.feature-node .feature-icon{flex-basis:23px;width:23px;height:23px;font-size:7px}.feature-subnode{width:76px;height:76px;padding:7px;font-size:8px}.feature-edge{stroke-width:4}.feature-edge.is-active{stroke-width:6}.feature-detail{min-height:250px;padding:26px 22px}.feature-detail h3{font-size:22px}.feature-detail ul{margin-top:24px}.feature-card,.feature-column .feature-card{min-height:auto;padding:22px}.feature-card h2,.feature-card h3{font-size:19px}}

.login-nav-button{justify-self:end;min-height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #2a2d3b;border-radius:8px;background:#141621;color:#f4f5ff;text-decoration:none;padding:0 17px;font-size:13px;font-weight:900;box-shadow:0 10px 30px #00000038}.login-nav-button:hover,.login-nav-button:focus-visible{border-color:#5865f2;color:#fff;filter:brightness(1.08);outline:none}.login-nav-button-disabled{opacity:.52;cursor:not-allowed;filter:none}.user{display:flex;align-items:center;gap:9px;min-width:0}.user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:none;background:#253452}.user span{min-width:0;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.login-user-menu{justify-self:end;position:relative}.login-user-button{min-height:40px;display:flex;align-items:center;gap:9px;border:1px solid #2a2d3b;border-radius:8px;background:#141621;color:#f4f5ff;padding:4px 12px 4px 5px;box-shadow:0 10px 30px #00000038;max-width:260px}.login-user-button:hover,.login-user-button:focus-visible{border-color:#5865f2;filter:brightness(1.08);outline:none}.login-user-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;background:#253452;flex:none}.login-user-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.login-logout-card{position:absolute;right:0;top:calc(100% + 10px);width:220px;background:#141621;border:1px solid #2a2d3b;border-radius:8px;box-shadow:0 18px 45px #0000005c;padding:12px;z-index:20;text-align:left}.login-logout-card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;margin-bottom:10px}.login-logout-card a{display:flex;align-items:center;justify-content:center;min-height:38px;border-radius:8px;background:#25171d;border:1px solid #663344;color:#ffb6c1;text-decoration:none;font-size:13px;font-weight:900}.login-logout-card a:hover{background:#341b25;color:#fff}

@media(max-width:760px){.login-nav-button{min-height:36px;padding:0 14px}.login-user-button{max-width:170px}.login-logout-card{width:200px}.user span{max-width:150px}}

.mobile-menu-toggle,.mobile-menu-backdrop{display:none}

@media(max-width:760px){.mobile-menu-toggle{position:fixed;top:14px;left:14px;z-index:70;width:42px;height:42px;border:1px solid var(--line);border-radius:8px;background:#141621;color:#fff;padding:0;display:grid;place-items:center;align-content:center;gap:4px;box-shadow:0 12px 30px #00000045}.mobile-menu-toggle span{width:18px;height:2px;border-radius:2px;background:#f6f7ff;display:block}.mobile-menu-toggle:hover,.mobile-menu-toggle:focus-visible{border-color:var(--primary);filter:none;outline:none}.mobile-menu-backdrop{display:block;position:fixed;inset:0;background:#050814aa;z-index:54;opacity:0;pointer-events:none;transition:opacity .2s}.mobile-menu-backdrop[hidden]{display:none}.sidebar{position:fixed;inset:0 auto 0 0;width:min(300px,86vw);height:100vh;padding:70px 16px 18px;transform:translateX(-100%);transition:transform .22s ease;z-index:60;overflow:hidden}.sidebar nav{display:flex;grid-template-columns:none}.sidebar-open .sidebar{transform:translateX(0)}.sidebar-open .mobile-menu-backdrop{opacity:1;pointer-events:auto}.sidebar-open .mobile-menu-toggle{border-color:var(--primary)}main{margin:0;padding:0 15px 35px}.topbar{padding-left:55px;min-height:76px}.loading{inset:0}}

/* Video-inspired live feature graph */
.features-page .feature-graph{grid-template-columns:minmax(0,1fr) 250px;background:#060b13;border-color:#172738;border-radius:8px;box-shadow:0 24px 70px #0008}
.features-page .feature-network{height:680px;background-color:#050a12;background-image:linear-gradient(#0e223044 1px,transparent 1px),linear-gradient(90deg,#0e223044 1px,transparent 1px),radial-gradient(circle at 50% 52%,#0733493d,transparent 54%);background-size:32px 32px,32px 32px,100% 100%;box-shadow:inset 0 0 80px #000b}
.features-page .feature-network:after{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,#ffffff08 0,#ffffff08 1px,transparent 1px,transparent 4px);opacity:.16;mix-blend-mode:screen}
.features-page .feature-network-head{top:14px;left:16px;right:124px;font-family:Consolas,"SFMono-Regular",monospace}
.features-page .feature-network-title{display:flex;align-items:center;gap:7px;color:#bdefff;font-size:11px;letter-spacing:.08em}
.features-page .feature-network-title i{width:14px;height:14px;border:2px solid #11d5e8;border-radius:4px;box-shadow:0 0 9px #00d9f4,inset 0 0 5px #00d9f4}
.features-page .feature-network-title strong{font-weight:900}.features-page .feature-network-title em{padding:2px 5px;border:1px solid #1b8c58;border-radius:3px;color:#59e79b;background:#0a2b1c;font-size:8px;font-style:normal;box-shadow:0 0 8px #1caa6544}
.features-page .feature-network-caption{margin-top:7px;color:#62778a;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.features-page .feature-network-head>span{margin-top:3px;color:#3f6075;font-size:8px}
.features-page .feature-graph-metrics{position:absolute;z-index:9;top:67px;left:50%;display:flex;gap:6px;transform:translateX(-50%);font-family:Consolas,"SFMono-Regular",monospace;pointer-events:none}
.features-page .feature-graph-metrics span{display:grid;grid-template-columns:auto auto;gap:7px;min-width:74px;padding:7px 9px;border:1px solid #132b3d;border-radius:4px;background:#08121dcc;color:#45697e;font-size:7px;letter-spacing:.05em;box-shadow:0 8px 20px #0005}
.features-page .feature-graph-metrics b{color:#53d9ef;font-size:12px;line-height:1}.features-page .feature-graph-metrics .feature-live-metric b{max-width:94px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#55e696;font-size:8px}
.features-page .feature-graph-controls{top:12px;right:12px;border-color:#173044;border-radius:4px;background:#07111be8;font-family:Consolas,"SFMono-Regular",monospace}
.features-page .feature-graph-controls button{height:25px;min-width:27px;border:1px solid #163248;border-radius:3px;background:#0a1825;color:#58b9d2;font-size:9px}.features-page .feature-graph-controls button:hover,.features-page .feature-graph-controls button:focus-visible{background:#0d3445;color:#9cf3ff}
.features-page .feature-edge{stroke:#17667e;stroke-width:2;opacity:.22}.features-page .feature-edge-child{stroke:#14855b;stroke-width:1.5;opacity:.27}.features-page .feature-edge-ring{stroke:#18506a;stroke-width:1;opacity:.12}.features-page .feature-edge.is-active{stroke:#20d4e5;stroke-width:3;opacity:.72;filter:drop-shadow(0 0 3px #00d9f4)}.features-page .feature-edge-child.is-active{stroke:#33e591;stroke-width:2.5}.features-page .feature-edge.is-live{stroke:#b7f7ff;stroke-dasharray:5 12;stroke-width:3;opacity:1;filter:drop-shadow(0 0 5px #25dfff);animation:feature-edge-flow .75s linear infinite}
.features-page .feature-hub{width:76px;height:76px;padding:8px;border:2px solid #13d5e7;background:#073444;color:#b9f7ff;box-shadow:0 0 0 5px #08c8e51f,0 0 24px #00d9f488,0 15px 30px #0009;font-family:Consolas,"SFMono-Regular",monospace}
.features-page .feature-hub:before,.features-page .feature-hub:after{content:"";position:absolute;border-radius:50%;border:1px solid #11b5ca55;inset:-12px;animation:feature-core-ring 3s ease-in-out infinite}.features-page .feature-hub:after{inset:-22px;border-color:#0a779544;animation-delay:-1.5s}
.features-page .feature-hub p{color:#44bdd1;font-size:6px}.features-page .feature-hub h2{color:#bdf8ff;font-size:10px;line-height:1.15}
.features-page .feature-node,.features-page .feature-subnode{overflow:visible;font-family:Consolas,"SFMono-Regular",monospace}
.features-page .feature-node{width:44px;height:44px;padding:5px;border:2px solid #2084d8;background:#0b2242;color:#d7efff;box-shadow:0 0 10px #126fd077;font-size:0}
.features-page .feature-node>.feature-icon{width:20px;height:20px;flex-basis:20px;background:#174b7c;border:1px solid #3e9be1;color:#9bd9ff;font-size:6px;box-shadow:0 0 8px #1988e488}
.features-page .feature-node>span:last-child{position:absolute;top:48px;left:50%;width:max-content;max-width:132px;color:#7795aa;font-size:8px;font-weight:700;line-height:1.25;transform:translateX(-50%);text-shadow:0 1px 3px #000}
.features-page .feature-subnode{width:28px;height:28px;padding:0;border:2px solid #20935d;background:#0a3828;color:#94f1bd;box-shadow:0 0 8px #10a76266}
.features-page .feature-subnode:before{content:"";width:7px;height:7px;border-radius:50%;background:#35de87;box-shadow:0 0 8px #31ed91}
.features-page .feature-subnode>span{position:absolute;left:34px;width:max-content;max-width:150px;color:#648c7a;font-size:7px;font-weight:700;line-height:1.2;text-align:left;text-shadow:0 1px 3px #000}
.features-page .feature-node:hover,.features-page .feature-subnode:hover{z-index:7;transform:translate(-50%,-50%) scale(1.18)}.features-page .feature-node:focus-visible,.features-page .feature-subnode:focus-visible{outline:2px solid #d9fbff;outline-offset:4px}
.features-page .feature-node.is-active{background:#075464;border-color:#20e4ed;box-shadow:0 0 0 4px #0bc8df1f,0 0 22px #00d9f4}.features-page .feature-node.is-active>span:last-child{color:#a6effa}.features-page .feature-subnode.is-active{background:#0a4630;border-color:#36cc7d;box-shadow:0 0 8px #24cf7855}.features-page .feature-subnode.is-active>span{color:#88c8a5}
.features-page .feature-node.is-live,.features-page .feature-subnode.is-live{animation:feature-node-live 1.25s ease-out infinite}.features-page .feature-node.is-live{border-color:#a8f8ff}.features-page .feature-subnode.is-live{border-color:#a7ffd0}
.features-page .feature-detail{padding:24px 20px;border-left:1px solid #172738;background:#07101a;font-family:Consolas,"SFMono-Regular",monospace;box-shadow:inset 16px 0 35px #0005}.features-page .feature-detail:before{content:"SELECTED NODE";display:block;margin-bottom:18px;color:#2e8da6;font-size:8px;letter-spacing:.12em}.features-page .feature-detail .feature-source{color:#45d9ee;font-size:8px}.features-page .feature-detail h3{font-size:17px;color:#d6f7ff}.features-page .feature-detail>p:not(.feature-source){color:#6f879a;font-size:10px;line-height:1.7}.features-page .feature-detail ul{margin-top:22px;padding-top:16px;border-top:1px solid #142638;gap:0}.features-page .feature-detail li{padding:8px 6px 8px 18px;border-left:1px solid #164757;color:#7796aa;font-size:9px}.features-page .feature-detail li:before{left:-4px;top:13px;width:7px;height:7px;background:#31d9e7;box-shadow:0 0 7px #27dce9}
@keyframes feature-edge-flow{to{stroke-dashoffset:-17}}
@keyframes feature-core-ring{0%,100%{opacity:.35;transform:scale(.92)}50%{opacity:.9;transform:scale(1.08)}}
@keyframes feature-node-live{0%{filter:brightness(1);box-shadow:0 0 5px currentColor}45%{filter:brightness(1.7);box-shadow:0 0 22px currentColor}100%{filter:brightness(1);box-shadow:0 0 5px currentColor}}
@media(max-width:960px){.features-page .feature-graph{grid-template-columns:1fr}.features-page .feature-network{height:650px}.features-page .feature-detail{border-left:0;border-top:1px solid #172738}}
@media(max-width:620px){.features-page .feature-network{height:590px}.features-page .feature-network-head{right:104px}.features-page .feature-network-caption{display:none}.features-page .feature-network-head>span{margin-top:5px}.features-page .feature-graph-metrics{top:58px;gap:3px}.features-page .feature-graph-metrics span{min-width:0;padding:5px 6px;gap:4px}.features-page .feature-graph-metrics .feature-live-metric{display:none}.features-page .feature-detail{padding:22px 18px}}
@media(prefers-reduced-motion:reduce){.features-page .feature-edge.is-live,.features-page .feature-node.is-live,.features-page .feature-subnode.is-live,.features-page .feature-hub:before,.features-page .feature-hub:after{animation:none}}
.features-page .feature-network{cursor:crosshair}
.features-page .feature-network:before{content:"";position:absolute;z-index:0;left:50%;top:52%;width:min(78%,620px);aspect-ratio:1;pointer-events:none;border:1px solid #13b8cf22;border-radius:50%;background:repeating-radial-gradient(circle at center,#16c8dc12 0 1px,transparent 1px 42px),repeating-conic-gradient(from 0deg,#18bdd318 0 1deg,transparent 1deg 15deg);transform:translate(-50%,-50%) scaleY(.72);filter:drop-shadow(0 0 22px #00b8d222);mask-image:radial-gradient(circle,#000 20%,#000b 58%,transparent 74%);-webkit-mask-image:radial-gradient(circle,#000 20%,#000b 58%,transparent 74%)}
.features-page .feature-node,.features-page .feature-subnode{transform:translate(-50%,-50%) scale(var(--node-depth,1));transform-origin:center;will-change:left,top,transform,opacity}
.features-page .feature-node:hover,.features-page .feature-subnode:hover{transform:translate(-50%,-50%) scale(calc(var(--node-depth,1) * 1.18))}
.features-page .feature-node>span:last-child,.features-page .feature-subnode>span{transition:opacity .18s,color .18s}
.features-page .feature-node[style*="opacity: 0." ]>span:last-child,.features-page .feature-subnode[style*="opacity: 0." ]>span{opacity:.68}
.features-page .feature-detail.is-live-update{animation:feature-detail-sync .46s ease-out}.features-page .feature-detail li.is-current{border-left-color:#55f0ff;color:#c9f8ff;background:linear-gradient(90deg,#0d647755,transparent);text-shadow:0 0 8px #24dbe7}.features-page .feature-detail li.is-current:before{background:#bafcff;box-shadow:0 0 12px #52efff}
@keyframes feature-detail-sync{0%{box-shadow:inset 16px 0 35px #0005}42%{box-shadow:inset 5px 0 30px #0dcbe03d,0 0 18px #0dcbe025}100%{box-shadow:inset 16px 0 35px #0005}}
.feature-list-shell{display:grid;gap:34px}.feature-list-toolbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(280px,420px);gap:18px 28px;align-items:end;padding:26px;border:1px solid #30384a;border-radius:16px;background:linear-gradient(145deg,#181e2ae8,#111621e8);box-shadow:0 20px 55px #0005}.feature-list-eyebrow{margin:0 0 7px;color:#8f9bff;font-size:10px;font-weight:900;letter-spacing:.14em}.feature-list-toolbar h2{margin:0;color:#f6f8ff;font-size:24px}.feature-list-search{min-height:48px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #394459;border-radius:11px;background:#0d131e;color:#7f8ba2;transition:border-color .18s,box-shadow .18s}.feature-list-search:focus-within{border-color:#7d89ff;box-shadow:0 0 0 3px #6375ff24}.feature-list-search>span{font-size:22px;line-height:1}.feature-list-search input{width:100%;border:0;outline:0;background:transparent;color:#eef2ff;font:inherit;font-size:13px;font-weight:700}.feature-list-search input::placeholder{color:#657086}.feature-list-filters{display:flex;gap:8px;flex-wrap:wrap}.feature-list-filters button{min-height:36px;padding:0 14px;border:1px solid #353e50;border-radius:999px;background:#121925;color:#9ca7ba;font:inherit;font-size:11px;font-weight:900;cursor:pointer;transition:background .18s,border-color .18s,color .18s}.feature-list-filters button:hover,.feature-list-filters button:focus-visible{border-color:#6977ff;color:#eef1ff;outline:none}.feature-list-filters button.is-active{border-color:#7280ff;background:#5865f2;color:#fff;box-shadow:0 8px 20px #5865f244}.feature-list-result{justify-self:end;margin:0;color:#808ba0;font-size:11px;font-weight:800}.feature-list-result strong{margin-right:4px;color:#dce2ff;font-size:17px}.feature-list-groups{display:grid;gap:44px}.feature-list-group{display:grid;gap:18px}.feature-list-group-head{display:flex;justify-content:space-between;gap:24px;align-items:end;padding:0 2px 17px;border-bottom:1px solid #30384a}.feature-list-group-head>div{display:grid;gap:5px}.feature-list-group-head p{margin:0;color:#8f9bff;font-size:10px;font-weight:900;letter-spacing:.08em}.feature-list-group-head h2{margin:0;color:#fff;font-size:25px}.feature-list-group-head span{color:#929caf;font-size:12px;line-height:1.65;font-weight:700}.feature-list-group-head>strong{flex:none;color:#626f86;font-size:9px;letter-spacing:.12em}.feature-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.feature-list-card{min-width:0;border:1px solid #30394a;border-radius:14px;background:linear-gradient(150deg,#171d28,#111721);overflow:hidden;box-shadow:0 14px 35px #0003;transition:border-color .18s,transform .18s,box-shadow .18s}.feature-list-card:hover{transform:translateY(-2px);border-color:#4d5a73;box-shadow:0 18px 42px #0005}.feature-list-card[open]{border-color:#6375ff;box-shadow:0 0 0 3px #6375ff17,0 18px 42px #0005}.feature-list-card summary{min-height:154px;display:grid;grid-template-columns:52px minmax(0,1fr) 28px;gap:16px;align-items:start;padding:21px;list-style:none;cursor:pointer}.feature-list-card summary::-webkit-details-marker{display:none}.feature-list-card summary:focus-visible{outline:3px solid #8995ff;outline-offset:-3px}.feature-list-card-copy{min-width:0;display:grid;gap:6px}.feature-list-card-copy small{color:#8f9bff;font-size:9px;font-weight:900;letter-spacing:.08em}.feature-list-card-copy>strong{color:#f5f7ff;font-size:17px;line-height:1.35}.feature-list-card-copy>span{color:#9aa5b8;font-size:11px;font-weight:700;line-height:1.7}.feature-list-toggle{width:28px;height:28px;display:grid;place-items:center;border:1px solid #3b4559;border-radius:50%;color:#8f9bff;font-size:17px;line-height:1;transition:transform .2s,background .2s,color .2s}.feature-list-card[open] .feature-list-toggle{transform:rotate(45deg);background:#5865f2;color:#fff;border-color:#5865f2}.feature-list-card-detail{padding:0 21px 21px 89px}.feature-list-card-detail p{margin:0 0 10px;color:#6f7d93;font-size:9px;font-weight:900;letter-spacing:.1em}.feature-list-card-detail ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}.feature-list-card-detail li{position:relative;padding-left:15px;color:#c2cada;font-size:11px;font-weight:800;line-height:1.5}.feature-list-card-detail li:before{content:"";position:absolute;left:0;top:.62em;width:6px;height:6px;border-radius:50%;background:#7583ff;box-shadow:0 0 7px #6375ff77}.feature-list-empty{padding:46px 24px;border:1px dashed #3a4455;border-radius:14px;text-align:center;background:#111722}.feature-list-empty strong,.feature-list-empty span{display:block}.feature-list-empty strong{color:#e7eaff;font-size:16px}.feature-list-empty span{margin-top:7px;color:#778297;font-size:11px}.feature-list-card .feature-icon{width:52px;height:52px;border-radius:12px}
@media(max-width:800px){.feature-list-toolbar{grid-template-columns:1fr}.feature-list-result{justify-self:start}.feature-list-grid{grid-template-columns:1fr}}
@media(max-width:520px){.feature-list-toolbar{padding:20px}.feature-list-search{min-width:0}.feature-list-filters{display:grid;grid-template-columns:1fr}.feature-list-filters button{width:100%}.feature-list-group-head{align-items:start;flex-direction:column}.feature-list-card summary{grid-template-columns:44px minmax(0,1fr) 26px;gap:12px;padding:17px;min-height:0}.feature-list-card .feature-icon{width:44px;height:44px}.feature-list-card-copy>strong{font-size:15px}.feature-list-card-detail{padding:0 17px 18px 73px}}
/* GOAL(2): dashboard-only dark purple visual system. Content and behavior stay unchanged. */
body:not(.login-body){
  --ui-bg:#08090d;
  --ui-surface:#11131a;
  --ui-surface-2:#171a23;
  --ui-input-bg:#0d0f15;
  --ui-line:#282c38;
  --ui-text:#f4f5f8;
  --ui-muted:#9da3b4;
  --ui-accent:#8b5cf6;
  --ui-accent-2:#c4b5fd;
  --ui-indigo-dark:#4f46e5;
  --ui-indigo:#6366f1;
  --ui-success:#39d98a;
  --ui-warning:#f59e0b;
  --ui-danger:#fb7185;
  --ui-danger-text:#fecdd3;
  --ui-panel-gradient:linear-gradient(145deg,rgba(23,26,35,.95),rgba(15,17,23,.95));
  --ui-primary-gradient:linear-gradient(135deg,#8b5cf6,#6366f1);
  --ui-main-shadow:0 22px 60px rgba(0,0,0,.35);
  --ui-popup-shadow:0 18px 42px rgba(0,0,0,.5);
  --bg:var(--ui-bg);
  --panel:var(--ui-surface);
  --panel2:var(--ui-surface-2);
  --line:var(--ui-line);
  --text:var(--ui-text);
  --muted:var(--ui-muted);
  --primary:var(--ui-accent);
  --success:var(--ui-success);
  --danger:var(--ui-danger);
  --shadow:var(--ui-main-shadow);
  color-scheme:dark;
  background:#000;
  color:var(--ui-text);
  font-family:Inter,"Noto Sans JP",system-ui,sans-serif;
  font-size:14px;
  line-height:1.55;
}

body:not(.login-body) .sidebar{
  width:248px;
  padding:24px 16px;
  background:#000;
  border-color:var(--ui-line);
  backdrop-filter:blur(16px);
}
body:not(.login-body) .brand{margin:0 4px 24px;padding:4px;border-radius:12px}
body:not(.login-body) .brand:hover,
body:not(.login-body) .brand:focus-visible{background:var(--ui-surface-2)}
body:not(.login-body) .brand-mark{
  width:40px;
  height:40px;
  border-radius:12px;
  background:linear-gradient(145deg,var(--ui-accent),var(--ui-indigo-dark));
  box-shadow:0 16px 45px rgba(139,92,246,.3);
}
body:not(.login-body) .brand small{font-size:10px;letter-spacing:.18em}
body:not(.login-body) .sidebar nav{gap:7px}
body:not(.login-body) .sidebar nav button,
body:not(.login-body) .logout{
  padding:12px 14px;
  border-radius:11px;
  background:transparent;
}
body:not(.login-body) .sidebar nav button:hover{background:var(--ui-surface-2);color:var(--ui-text)}
body:not(.login-body) .sidebar nav button.active{
  background:var(--ui-surface-2);
  color:var(--ui-text);
  box-shadow:inset 3px 0 0 var(--ui-accent);
}
body:not(.login-body) .logout{color:var(--ui-danger-text)}

body:not(.login-body) main{
  width:min(1500px,calc(100vw - 248px));
  max-width:1500px;
  margin-left:calc(248px + max(0px,(100vw - 248px - 1500px)/2));
  padding:0 34px 48px;
}
body:not(.login-body) .topbar{
  position:sticky;
  top:0;
  z-index:10;
  height:72px;
  margin-bottom:34px;
  padding:0;
  background:#000;
  border-color:var(--ui-line);
  backdrop-filter:blur(16px);
}
body:not(.login-body) .topbar h1{margin:2px 0;font-size:30px;line-height:1.2}
body:not(.login-body) .topbar p{margin:2px 0;color:var(--ui-muted);font-size:12px}
body:not(.login-body) .user{
  background:var(--ui-surface);
  border-color:var(--ui-line);
  border-radius:11px;
  padding:7px 11px;
}
body:not(.login-body) .user span{
  max-width:none;
  overflow:visible;
  text-overflow:clip;
  white-space:normal;
  overflow-wrap:anywhere;
}
body:not(.login-body) .loading{inset:0 0 0 248px;background:rgba(8,9,13,.88)}

body:not(.login-body) .card,
body:not(.login-body) .stat{
  background:var(--ui-panel-gradient);
  border:1px solid var(--ui-line);
  border-radius:16px;
  box-shadow:var(--ui-main-shadow);
}
body:not(.login-body) .card{padding:18px;margin-bottom:18px}
body:not(.login-body) .card h2{margin:0 0 15px;font-size:17px;line-height:1.35}
body:not(.login-body) .card h3{color:var(--ui-text)}
body:not(.login-body) .card p,
body:not(.login-body) .hint,
body:not(.login-body) .field-title{color:var(--ui-muted)}
body:not(.login-body) .card-head{gap:14px;margin-bottom:15px}
body:not(.login-body) .grid{gap:14px}
body:not(.login-body) .stats{gap:14px;margin-bottom:18px}
body:not(.login-body) .stat{padding:18px}
body:not(.login-body) .stat strong{font-size:28px;font-variant-numeric:tabular-nums}
body:not(.login-body) .stat span{color:var(--ui-muted)}
body:not(.login-body) .stat-inline,
body:not(.login-body) .feature,
body:not(.login-body) .tag,
body:not(.login-body) .list-row,
body:not(.login-body) .guild-empty{
  background:var(--ui-surface-2);
  border-color:var(--ui-line);
}

body:not(.login-body) label{color:var(--ui-muted);font-size:12px}
body:not(.login-body) input,
body:not(.login-body) select,
body:not(.login-body) textarea,
body:not(.login-body) .search-select-control{
  background:var(--ui-input-bg);
  color:var(--ui-text);
  border:1px solid var(--ui-line);
  border-radius:10px;
  padding:10px 12px;
}
body:not(.login-body) .search-select-control{padding:5px 34px 5px 7px}
body:not(.login-body) .emoji-picker-trigger{
  background:var(--ui-input-bg);
  color:var(--ui-text);
  border-color:var(--ui-line);
  padding:5px 8px;
}
body:not(.login-body) .search-select-tag button{
  background:transparent;
  color:var(--ui-muted);
  border:0;
  padding:0;
}
body:not(.login-body) input:focus,
body:not(.login-body) select:focus,
body:not(.login-body) textarea:focus,
body:not(.login-body) .search-select.open .search-select-control{
  border-color:var(--ui-accent);
  box-shadow:0 0 0 3px rgba(139,92,246,.18);
}
body:not(.login-body) button{
  border-radius:11px;
  padding:11px 16px;
  background:var(--ui-primary-gradient);
  color:#fff;
}
body:not(.login-body) button.ghost{
  background:transparent;
  border-color:var(--ui-line);
  color:var(--ui-text);
}
body:not(.login-body) button.danger,
body:not(.login-body) .danger-zone button{
  background:rgba(251,113,133,.12);
  border-color:rgba(251,113,133,.44);
  color:var(--ui-danger-text);
}
body:not(.login-body) .danger-zone{border-color:rgba(251,113,133,.44)}
body:not(.login-body) button:disabled{opacity:.5}
body:not(.login-body) button:focus-visible,
body:not(.login-body) a:focus-visible,
body:not(.login-body) input:focus-visible,
body:not(.login-body) select:focus-visible,
body:not(.login-body) textarea:focus-visible{
  outline:2px solid var(--ui-accent-2);
  outline-offset:2px;
}
body:not(.login-body) .success-text{color:var(--ui-success)!important}
body:not(.login-body) .warning-text,
body:not(.login-body) .feature-save-state{color:var(--ui-warning)!important}

body:not(.login-body) th,
body:not(.login-body) td{border-color:var(--ui-line)}
body:not(.login-body) th{
  color:var(--ui-muted);
  font-size:11px;
  letter-spacing:.08em;
}
body:not(.login-body) .card>div:has(>table){overflow-x:auto}
body:not(.login-body) .log-box,
body:not(.login-body) canvas{
  background:var(--ui-input-bg);
  border:1px solid var(--ui-line);
  border-radius:12px;
}
body:not(.login-body) .search-select-menu{
  max-height:260px;
  padding:6px;
  background:var(--ui-surface);
  border-color:var(--ui-line);
  border-radius:10px;
  box-shadow:var(--ui-popup-shadow);
}
body:not(.login-body) .search-select-option{padding:9px 10px;border-radius:7px;background:transparent}
body:not(.login-body) .search-select-option:hover,
body:not(.login-body) .search-select-option:focus{background:var(--ui-surface-2)}
body:not(.login-body) .search-select-option.selected{color:var(--ui-accent-2);background:rgba(139,92,246,.12)}
body:not(.login-body) .search-select-tag{background:var(--ui-line)}
body:not(.login-body) .emoji-picker-dialog{
  background:var(--ui-panel-gradient);
  border-color:var(--ui-line);
  border-radius:16px;
  box-shadow:var(--ui-popup-shadow);
}
body:not(.login-body) .emoji-picker-tabs button,
body:not(.login-body) .emoji-tile{background:var(--ui-input-bg);border-color:var(--ui-line)}
body:not(.login-body) .emoji-picker-tabs button.active{background:var(--ui-primary-gradient)}

body:not(.login-body) .sidebar-switchers{border-color:var(--ui-line)}
body:not(.login-body) .guild-list-title{
  color:var(--ui-accent-2);
  font-size:11px;
  font-weight:800;
  letter-spacing:.2em;
}
body:not(.login-body) .switcher-select{background-color:var(--ui-surface);border-color:var(--ui-line)}
body:not(.login-body) .switcher-select-with-icon{padding-left:48px}
body:not(.login-body) .switcher-icon{background:var(--ui-line);box-shadow:0 0 0 1px var(--ui-line)}
body:not(.login-body) .switch span{background:var(--ui-line)}
body:not(.login-body) .switch input:checked+span{background:var(--ui-success)}
body:not(.login-body) #toast{right:24px;top:88px}
body:not(.login-body) .toast{
  background:var(--ui-surface-2);
  border-color:var(--ui-line);
  border-radius:12px;
  padding:12px 16px;
  box-shadow:var(--ui-popup-shadow);
}
body:not(.login-body) .toast.error{border-color:var(--ui-danger)}

@media(max-width:980px){
  body:not(.login-body) main{padding-right:22px;padding-left:22px}
  body:not(.login-body) .grid.three,
  body:not(.login-body) .feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:760px){
  body:not(.login-body) .sidebar{
    width:min(300px,86vw);
    height:100vh;
    padding:70px 16px 18px;
    background:rgba(12,13,18,.96);
  }
  body:not(.login-body) main{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 22px 40px;
  }
  body:not(.login-body) .topbar{
    height:auto;
    min-height:76px;
    margin-bottom:24px;
    padding-left:55px;
  }
  body:not(.login-body) .topbar h1{font-size:24px}
  body:not(.login-body) .loading{inset:0}
  body:not(.login-body) .mobile-menu-toggle{
    border-color:var(--ui-line);
    border-radius:11px;
    background:var(--ui-surface);
    box-shadow:var(--ui-main-shadow);
  }
  body:not(.login-body) .mobile-menu-backdrop{background:rgba(8,9,13,.78)}
  body:not(.login-body) .grid.two,
  body:not(.login-body) .grid.three,
  body:not(.login-body) .feature-grid,
  body:not(.login-body) .stats,
  body:not(.login-body) .form-grid,
  body:not(.login-body) .reaction-row{grid-template-columns:1fr}
  body:not(.login-body) .card-head{align-items:flex-start;flex-direction:column}
}

@media(max-width:600px){
  body:not(.login-body) main{padding:0 16px 32px}
  body:not(.login-body) .card,
  body:not(.login-body) .stat{padding:16px}
  body:not(.login-body) .topbar{padding-left:54px}
  body:not(.login-body) .user{max-width:48%;align-items:flex-start}
  body:not(.login-body) .action-grid{grid-template-columns:1fr}
}
