.dash-page{flex-direction:column;gap:24px;display:flex}.dash-hero{border-radius:var(--r-xl);border:1px solid var(--border);background:linear-gradient(135deg,#0c0520 0%,#0d1a3a 55%,#080518 100%);grid-template-columns:1.1fr 1fr;min-height:220px;display:grid;overflow:hidden}.dash-hero__left{flex-direction:column;justify-content:center;gap:0;padding:32px 28px;display:flex}.dash-hero__pill{border-radius:var(--r-full);color:#ffffffa6;background:#ffffff12;border:1px solid #ffffff1f;align-items:center;gap:6px;width:fit-content;margin-bottom:14px;padding:4px 12px;font-size:12px;display:inline-flex}.dash-hero__h1{color:#fff;margin-bottom:10px;font-size:clamp(20px,2.4vw,30px);font-weight:800;line-height:1.2}.dash-hero__sub{color:#ffffff80;max-width:380px;margin-bottom:20px;font-size:13px;line-height:1.65}.dash-hero__btns{flex-wrap:wrap;gap:10px;display:flex}.dash-hero__outline-btn{color:#ffffffd9!important;border-color:#ffffff40!important}.dash-hero__outline-btn:hover{color:#fff!important;background:#ffffff17!important;border-color:#ffffff73!important}.dash-hero__img-wrap{position:relative;overflow:hidden}.dash-hero__img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.dash-hero__img-fade{background:linear-gradient(90deg,#0c0520 0%,#0000 45%);position:absolute;inset:0}.dash-layout{grid-template-columns:minmax(0,1fr) clamp(260px,22%,320px);align-items:start;gap:24px;display:grid}.dash-col-main{flex-direction:column;gap:20px;min-width:0;display:flex}.dash-col-aside{min-width:0;top:calc(var(--header-h) + 20px);max-height:calc(100vh - var(--header-h) - 40px);flex-direction:column;gap:16px;display:flex;position:sticky;overflow-y:auto}.dash-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);padding:20px;transition:border-color .18s}.dash-card:hover{border-color:var(--border2)}.dash-card__hd{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dash-card__title{color:var(--text);font-size:15px;font-weight:700;line-height:1.3}.dash-card__title--mb{margin-bottom:14px}.dash-card__note{color:var(--muted2);font-size:11px}.dash-card--ai{position:relative;overflow:hidden}.dash-card--ai__glow{filter:blur(36px);pointer-events:none;background:#8b5cf647;border-radius:50%;width:100px;height:100px;position:absolute;top:-28px;right:-28px}.dash-section{flex-direction:column;gap:0;display:flex}.dash-section__hd{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.dash-section__title{color:var(--text);font-size:15px;font-weight:700}.dash-section__link{color:var(--brand-mid);align-items:center;gap:3px;font-size:12px;font-weight:600;text-decoration:none;transition:color .15s;display:inline-flex}.dash-section__link:hover{color:var(--brand-light)}.dash-wf-row{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.dash-wf-step{text-align:center;flex-direction:column;align-items:center;gap:6px;display:flex}.dash-wf-step__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .18s;display:flex;box-shadow:0 3px 12px #00000038}.dash-wf-step:hover .dash-wf-step__icon{transform:translateY(-3px)scale(1.06)}.dash-wf-step__label{color:var(--text);font-size:10px;font-weight:700;line-height:1.3}.dash-wf-step__sub{color:var(--muted);font-size:9.5px;line-height:1.3}.dash-proj-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px;display:grid}.dash-pc{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);transition:transform .18s,border-color .18s,box-shadow .18s;overflow:hidden}.dash-pc:hover{border-color:var(--brand-mid);transform:translateY(-3px);box-shadow:0 6px 24px #8b5cf626}.dash-pc__thumb-wrap{aspect-ratio:16/10;position:relative;overflow:hidden}.dash-pc__thumb{object-fit:cover;width:100%;height:100%;transition:transform .45s}.dash-pc:hover .dash-pc__thumb{transform:scale(1.06)}.dash-pc__overlay{background:linear-gradient(#0000 45%,#0009 100%);position:absolute;inset:0}.dash-pc__play{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex;position:absolute;top:8px;right:8px}.dash-pc__play:hover{background:#000000b3}.dash-pc__body{padding:12px}.dash-pc__row{justify-content:space-between;align-items:flex-start;gap:4px;margin-bottom:6px;display:flex}.dash-pc__title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:12.5px;font-weight:600;overflow:hidden}.dash-pc__more{color:var(--muted2);cursor:pointer;background:0 0;border:none;flex-shrink:0;align-items:center;padding:2px;display:flex}.dash-pc__meta{color:var(--muted);align-items:center;gap:8px;margin-bottom:3px;font-size:10.5px;display:flex}.dash-pc__meta span{align-items:center;gap:3px;display:inline-flex}.dash-pc__edited{color:var(--muted2);font-size:10px}.dash-recent-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.dash-recent-item{border-radius:var(--r-lg);border:1px solid var(--border);background:var(--surface2);align-items:center;gap:10px;padding:10px;transition:background .15s,border-color .15s;display:flex}.dash-recent-item:hover{background:var(--surface3);border-color:var(--border2)}.dash-recent-item__thumb{border-radius:var(--r-md);object-fit:cover;flex-shrink:0;width:56px;height:44px}.dash-recent-item__body{flex:1;min-width:0}.dash-recent-item__title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:12px;font-weight:600;overflow:hidden}.dash-recent-item__meta{color:var(--muted);font-size:10.5px;line-height:1.5}.dash-qs-list{flex-direction:column;gap:2px;list-style:none;display:flex}.dash-qs-item{border-radius:var(--r-md);border:1px solid #0000;align-items:center;gap:10px;padding:9px 8px;text-decoration:none;transition:background .15s,border-color .15s;display:flex}.dash-qs-item:hover{background:var(--surface2);border-color:var(--border)}.dash-qs-item__icon{border-radius:var(--r-md);flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 8px #0000002e}.dash-qs-item__body{flex:1;min-width:0}.dash-qs-item__label{color:var(--text);font-size:12.5px;font-weight:600;line-height:1.3}.dash-qs-item__sub{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.dash-qs-item__chevron{color:var(--muted2);flex-shrink:0;transition:transform .15s}.dash-qs-item:hover .dash-qs-item__chevron{transform:translate(3px)}.dash-donut-wrap{align-items:center;gap:16px;display:flex}.dash-donut{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.dash-donut__inner{background:var(--surface);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:1px;width:72px;height:72px;display:flex}.dash-donut__val{color:var(--text);font-size:20px;font-weight:800;line-height:1}.dash-donut__lbl{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:8.5px;font-weight:700}.dash-donut-legend{flex-direction:column;flex:1;gap:8px;list-style:none;display:flex}.dash-donut-legend__row{align-items:center;gap:7px;font-size:12px;display:flex}.dash-donut-legend__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dash-donut-legend__name{color:var(--muted);flex:1}.dash-donut-legend__val{color:var(--text);font-weight:700}.dash-storage-hd{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.dash-storage-pct{font-size:13px;font-weight:700}.dash-storage-nums{color:var(--muted);margin-bottom:8px;font-size:11.5px}.dash-bar-track{background:var(--border);border-radius:99px;height:5px;overflow:hidden}.dash-bar-fill{background:linear-gradient(90deg, var(--brand), var(--brand-light));border-radius:99px;height:100%;transition:width .5s}.dash-ai-hd{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dash-ai-badge{letter-spacing:.06em;border-radius:var(--r-full);color:var(--brand-mid);background:#8b5cf624;border:1px solid #8b5cf647;padding:3px 8px;font-size:9px;font-weight:800}.dash-ai-body{align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.dash-ai-logo{border-radius:var(--r-lg);object-fit:cover;border:1px solid var(--border);background:#ffffff0d;flex-shrink:0;width:52px;height:52px;padding:3px}.dash-ai-body__title{color:var(--text);margin-bottom:4px;font-size:12.5px;font-weight:600}.dash-ai-body__desc{color:var(--muted);font-size:11px;line-height:1.55}.dash-ai-btn{justify-content:center!important;align-items:center!important;display:inline-flex!important}@media (max-width:1100px){.dash-layout{grid-template-columns:1fr}.dash-col-aside{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;max-height:none;display:grid;position:static;overflow-y:visible}.dash-wf-row{grid-template-columns:repeat(4,1fr)}}@media (max-width:640px){.dash-hero{grid-template-columns:1fr;min-height:auto}.dash-hero__img-wrap{height:160px;position:relative}.dash-hero__left{padding:20px 18px}.dash-hero__h1{font-size:20px}.dash-hero__sub{font-size:12.5px}.dash-hero__btns{flex-direction:column}.dash-hero__btns .btn{justify-content:center;width:100%}.dash-wf-row{grid-template-columns:repeat(4,1fr);gap:6px}.dash-wf-step__icon{border-radius:11px;width:40px;height:40px}.dash-proj-grid{grid-template-columns:repeat(2,1fr);gap:10px}.dash-recent-grid,.dash-col-aside{grid-template-columns:1fr}.dash-card{padding:16px}}@media (max-width:400px){.dash-wf-row{grid-template-columns:repeat(3,1fr)}.dash-proj-grid{grid-template-columns:1fr}}
