@keyframes mys-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mys-dash{padding:2rem var(--gutter-h,2rem) 4rem;flex-direction:column;gap:1.5rem;max-width:1200px;display:flex}.mys-dash>*{animation:.45s cubic-bezier(.22,1,.36,1) both mys-fade-up}.mys-dash>:nth-child(2){animation-delay:60ms}.mys-dash>:nth-child(3){animation-delay:.12s}.mys-dash__hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.mys-dash__hero h1{letter-spacing:-.02em;margin:0;font-size:1.75rem}.mys-dash__hero p{color:var(--theme-elevation-500);margin:.35rem 0 0}.mys-dash__hero-actions{gap:.6rem;display:flex}.mys-btn{border-radius:999px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.mys-btn:hover{transform:translateY(-1px)}.mys-btn:active{transform:translateY(0)}.mys-btn--ghost{color:var(--theme-elevation-800);background:var(--theme-elevation-100)}.mys-btn--ghost:hover{background:var(--theme-elevation-150)}.mys-btn--studio{color:#fff;background:linear-gradient(135deg,#4f46e5,#0369a1);box-shadow:0 4px 14px #5070f059}.mys-btn--studio:hover{box-shadow:0 6px 20px #5070f073}.mys-dash__stats{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.9rem;display:grid}.mys-stat{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);color:var(--theme-elevation-800);border-radius:14px;flex-direction:column;gap:.15rem;padding:1.1rem 1.25rem;text-decoration:none;transition:transform .18s cubic-bezier(.22,1,.36,1),border-color .18s,box-shadow .18s;display:flex}.mys-stat:hover{border-color:var(--theme-elevation-250);transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.mys-stat__value{letter-spacing:-.03em;font-size:2rem;font-weight:700;line-height:1.1}.mys-stat__label{color:var(--theme-elevation-500);font-size:.85rem}.mys-stat__sub{color:var(--theme-elevation-400);font-size:.75rem}.mys-dash__grid{grid-template-columns:minmax(0,2fr) minmax(240px,1fr);gap:.9rem;display:grid}@media (max-width:900px){.mys-dash__grid{grid-template-columns:1fr}}.mys-panel{background:var(--theme-elevation-50);border:1px solid var(--theme-elevation-100);border-radius:14px;padding:1.1rem 1.25rem}.mys-panel__head{justify-content:space-between;align-items:baseline;margin-bottom:.75rem;display:flex}.mys-panel__head h2{margin:0;font-size:1.05rem}.mys-panel__more{color:var(--theme-elevation-500);font-size:.85rem;text-decoration:none}.mys-panel__more:hover{color:var(--theme-elevation-800)}.mys-panel__empty{color:var(--theme-elevation-450);text-align:center;margin:1.5rem 0}.mys-newslist{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.mys-newslist li+li{border-top:1px solid var(--theme-elevation-100)}.mys-newslist__row{color:var(--theme-elevation-800);border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.85rem;padding:.6rem .4rem;text-decoration:none;transition:background-color .15s;display:grid}.mys-newslist__row:hover{background:var(--theme-elevation-100)}.mys-newslist__title{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.mys-newslist__time{color:var(--theme-elevation-450);white-space:nowrap;font-size:.8rem}.mys-shortcuts{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.mys-shortcuts a{color:var(--theme-elevation-800);border-radius:10px;flex-direction:column;gap:.1rem;padding:.6rem .7rem;text-decoration:none;transition:background-color .15s;display:flex}.mys-shortcuts a:hover{background:var(--theme-elevation-100)}.mys-shortcuts a strong{font-size:.92rem}.mys-shortcuts a span{color:var(--theme-elevation-500);font-size:.8rem}.mys-thumb{background:var(--theme-elevation-100);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:36px;display:inline-flex;overflow:hidden}.mys-thumb img{object-fit:cover;width:100%;height:100%;display:block}.mys-thumb--empty{color:var(--theme-elevation-400);font-size:.8rem}.mys-chip{white-space:nowrap;border-radius:999px;align-items:center;padding:.15rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.mys-chip--live{color:var(--theme-success-600,#15803d);background:var(--theme-success-100,#22c55e26)}.mys-chip--draft{color:var(--theme-warning-600,#a16207);background:var(--theme-warning-100,#eab3082e)}.mys-switch{cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:.5rem;margin:-.25rem;padding:.25rem;display:inline-flex}.mys-switch:focus-visible{outline-offset:2px;outline:2px solid #6366f1}.mys-switch__track{background:var(--theme-elevation-200);border-radius:999px;flex-shrink:0;width:38px;height:22px;transition:background-color .2s;display:inline-block;position:relative}.mys-switch[data-checked] .mys-switch__track{background:#22c55e}.mys-switch__knob{will-change:transform;background:#fff;border-radius:50%;width:18px;height:18px;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000040}.mys-switch__label{color:var(--theme-elevation-450);font-size:.82rem;font-weight:600}.mys-switch[data-checked] .mys-switch__label{color:var(--theme-success-600,#15803d)}@media (prefers-reduced-motion:reduce){.mys-dash>*{animation:none}.mys-btn,.mys-stat,.mys-newslist__row,.mys-shortcuts a{transition:none}}
