:root{--shell-gap: 22px}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{width:100%;height:100dvh;overflow:hidden;background:var(--bg-body, #eef1f5);color:var(--text-primary, #1c1c1e);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}button,a{-webkit-tap-highlight-color:transparent;border:none;outline:none;cursor:pointer;background:none;color:inherit;font:inherit;text-decoration:none}button:active,a:active{opacity:.7}.app-layout{display:grid;grid-template-columns:132px minmax(0px,1fr);grid-template-rows:minmax(0px,1fr) 52px;column-gap:var(--shell-gap);width:100%;height:100%;min-height:680px;padding:20px 24px 0;background:radial-gradient(circle at 72% 0%,rgba(124,58,237,.06) 0%,transparent 60%),radial-gradient(circle at 20% 100%,rgba(124,58,237,.04) 0%,transparent 50%)}.app-sidebar{width:132px;grid-row:1;background:#ffffff40;border:1px solid rgba(255,255,255,.3);border-radius:26px;box-shadow:0 6px 20px #00000014;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);display:flex;flex-direction:column;align-items:center;padding:12px 9px}.app-sidebar nav{display:flex;flex-direction:column;align-items:center;gap:8px;width:112px;flex:1}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:112px;height:72px;padding:0;border-radius:18px;gap:7px;color:#2c2c2e;font-size:14px;font-weight:700}.nav-item.active{color:#7c3aed;background:#7c3aed1a}.nav-item .nav-icon-svg{width:24px;height:24px}.nav-item .nav-label{font-size:14px;white-space:nowrap;font-weight:700}.theme-btn{width:52px;height:52px;border-radius:15px;margin-top:auto;background:#fff;border:1px solid rgba(255,255,255,.3);display:grid;place-items:center;color:#1c1c1e}.theme-btn svg{width:21px;height:21px}.main-content{grid-row:1;overflow-y:auto;overflow-x:hidden;background:transparent;padding:0 5px 0 0}.main-content::-webkit-scrollbar{width:4px}.main-content::-webkit-scrollbar-thumb{background:#d1d1d6;border-radius:4px}.section{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 6px 20px #00000014;margin:0 0 14px}.section-inner{position:relative;z-index:1;padding:18px}.section-title{font-size:18px;font-weight:900;margin:0 0 15px;display:flex;align-items:center;gap:9px}.card-grid{display:flex;flex-wrap:wrap;gap:13px;padding:1px 1px 5px}.site-card{position:relative;overflow:hidden;width:104px;height:88px;border-radius:16px;box-shadow:0 6px 20px #00000014;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.site-card:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 10px 30px #00000024}.site-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:#ffffff40;border:1px solid rgba(255,255,255,.3);border-radius:16px;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8)}.card-link{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:8px}.card-icon-wrap{display:grid;place-items:center;width:42px;height:42px;background:#f0f2f5;border-radius:12px;overflow:hidden}.card-icon-img{width:42px;height:42px;object-fit:contain;border-radius:10px;display:block}.card-name{font-size:14px;font-weight:700;text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ctrl-row{display:flex;align-items:center;gap:12px;padding:13px 14px;margin-bottom:4px;background:#00000005;border-radius:10px}.ctrl-row:active{background:#0000000f}.ctrl-icon{font-size:22px;flex-shrink:0}.ctrl-info{flex:1;min-width:0}.ctrl-name{font-size:14px;font-weight:500}.ctrl-desc{font-size:11px;color:#8e8e93;margin-top:1px}.ctrl-tag{font-size:11px;padding:3px 10px;border-radius:20px;background:#0000000f;color:#8e8e93;flex-shrink:0}.ctrl-tag.on{background:#34c7591f;color:#34c759}.ctrl-tag.warn{background:#ff95001f;color:#ff9500}.toggle{width:46px;height:26px;border-radius:13px;background:#0000001f;position:relative;flex-shrink:0}.toggle.on{background:#34c759}.toggle:after{content:"";position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0003}.toggle.on:after{left:22px}.app-footer{grid-row:2;grid-column:2;display:flex;align-items:center;justify-content:center;gap:14px;font-size:11px;color:#8e8e93}.app-footer button{font-size:11px;color:#8e8e93}.section{position:relative;overflow:hidden;border-radius:16px;margin-bottom:20px;box-shadow:0 6px 20px #00000014}.section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:#ffffff40;border:1px solid rgba(255,255,255,.3);border-radius:16px;backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8)}.section-inner{position:relative;z-index:1;padding:18px 20px}.section-title{font-size:18px;font-weight:700;color:#1c1c1e;margin-bottom:10px}[data-theme=dark] .section:before{background:#1e1e3299;border-color:#ffffff14}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#00000073;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.modal-content{position:relative;width:min(90vw,560px);max-height:80vh;overflow-y:auto;background:#ffffffeb;border-radius:16px;padding:28px 30px;box-shadow:0 12px 40px #0003}.modal-content h2{font-size:20px;font-weight:700;margin-bottom:16px;color:#1c1c1e}.modal-content h3{font-size:15px;font-weight:600;margin:16px 0 6px;color:#333}.modal-body{font-size:13px;color:#555;line-height:1.8}.modal-body p{margin-bottom:8px}.modal-close{display:block;margin:20px auto 0;padding:10px 36px;border-radius:10px;background:#7c3aed;color:#fff;font-size:14px;font-weight:600;border:none;cursor:pointer}.modal-close:active{opacity:.8}[data-theme=dark] .modal-content{background:#232332f2}[data-theme=dark] .modal-content h2,[data-theme=dark] .modal-content h3{color:#e0e0e0}[data-theme=dark] .modal-body{color:#aaa}[data-theme=dark] .section-title{color:#e0e0e0}[data-theme=dark] .section{box-shadow:0 6px 20px #0000004d}[data-theme=dark]{color-scheme:dark}[data-theme=dark] body,[data-theme=dark] #app{background:#1a1a2e;color:#e0e0e0}[data-theme=dark] .app-layout{background:radial-gradient(circle at 72% 0%,rgba(124,58,237,.12) 0%,transparent 60%),radial-gradient(circle at 20% 100%,rgba(124,58,237,.08) 0%,transparent 50%)}[data-theme=dark] .app-sidebar{background:#1e1e3299;border-color:#ffffff14}[data-theme=dark] .section:before,[data-theme=dark] .site-card:before{background:#1e1e3299;border-color:#ffffff14}[data-theme=dark] .card-icon-wrap{background:#2a2a3e}[data-theme=dark] .nav-item{color:#a0a0b0}[data-theme=dark] .card-name,[data-theme=dark] .section-title,[data-theme=dark] .ctrl-name{color:#e0e0e0}[data-theme=dark] .ctrl-desc,[data-theme=dark] .ctrl-tag{color:#8888a0}[data-theme=dark] .main-content::-webkit-scrollbar-thumb{background:#444}.fade-enter-active,.fade-leave-active{transition:opacity .12s ease}.fade-enter-from,.fade-leave-to{opacity:0}
