:root{color-scheme:dark;--home-bg:#171717;--home-panel:#212121;--home-card:#353535;--home-border:rgba(255,255,255,.1);--home-text:#f6f6f6;--home-muted:#8c8c8c;--home-accent:#f45125;font-family:"Roboto Flex","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"PingFang SC","Microsoft YaHei",sans-serif}
*{box-sizing:border-box}
html,body{min-height:100%;margin:0;background:var(--home-bg);color:var(--home-text)}
body{font-size:14px}
a{color:inherit;text-decoration:none}
button,input,select{font:inherit}
.home-app{display:block;min-height:100vh}
.home-sidebar{position:sticky;top:0;z-index:20;display:flex;height:100vh;flex-direction:column;border-right:1px solid var(--home-border);background:#191919;padding:15px 12px}
.home-brand{display:grid;width:40px;height:40px;place-items:center;border-radius:9px;color:#fff;transition:background .15s ease,transform .15s ease}
.home-brand:hover{background:rgba(255,255,255,.07)}
.home-brand:active{transform:scale(.96)}
.home-brand svg{width:22px;height:22px}
.home-nav{display:flex;flex-direction:column;gap:4px;margin-top:14px}
.home-nav__item{display:flex;height:46px;align-items:center;gap:8px;padding:0 10px;border-radius:10px;color:#e8e8e8;transition:background .2s,color .2s}
.home-nav__item>span{display:grid;width:20px;place-items:center;font-size:20px;font-weight:500}
.home-nav__item>b{font-size:13px;font-weight:500}
.home-nav__item:hover,.home-nav__item.is-active{background:#303030;color:#fff}
.home-nav__item.is-active{box-shadow:inset 2px 0 var(--home-accent)}
.home-nav__divider{height:1px;margin:11px 4px;background:var(--home-border)}
.home-sidebar__bottom{display:grid;gap:8px;margin-top:auto}
.home-admin-links{grid-template-columns:repeat(3,32px);gap:5px}
.home-admin-links:not([hidden]){display:grid}
.home-admin-links a,.home-theme{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:9px;background:transparent;color:#9e9e9e;cursor:pointer}
.home-admin-links a:hover,.home-theme:hover{background:#303030;color:#fff}
.home-account{display:flex;min-width:0;align-items:center;gap:8px;padding:7px;border-radius:10px;background:#222}
.home-account:hover{background:#2c2c2c}
.home-account__avatar{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#2d2d2d;font-size:12px}
.home-account__copy{display:grid;min-width:0;gap:1px}
.home-account__copy strong,.home-account__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.home-account__copy strong{font-size:11px}.home-account__copy small{color:var(--home-muted);font-size:9px}
.home-main{min-width:0;margin-left:60px;padding:20px 20px 56px}
.home-mobile-header{display:none}
.home-hero-shell{max-width:1800px;margin:0 auto}
.home-hero-host{position:relative;min-height:clamp(500px,-33.333px + 33.3333vw,600px);overflow:hidden;border-radius:24px;background:#0b0b0c}
.home-hero-loading{position:absolute;inset:0}
.home-hero-loading__surface{position:absolute;inset:0;background:radial-gradient(circle at 70% 35%,rgba(244,81,37,.25),transparent 33%),linear-gradient(125deg,#080809,#252025 48%,#111827)}
.home-hero-loading__copy{position:absolute;left:40px;top:40px}
.home-hero-loading__copy span{color:var(--home-accent);font-size:12px;font-weight:750;letter-spacing:.12em}
.home-hero-loading__copy h1{margin:10px 0 4px;font-size:clamp(38px,5vw,68px);letter-spacing:-.04em}
.home-hero-loading__copy p{color:rgba(255,255,255,.66)}
.home-shortcuts{display:grid;max-width:1800px;margin:12px auto 34px;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
.home-shortcuts>a{display:flex;min-width:0;align-items:center;gap:13px;min-height:96px;padding:18px 20px;border:1px solid transparent;border-radius:18px;background:var(--home-card);transition:transform .2s,border-color .2s,background .2s}
.home-shortcuts>a:hover{transform:translateY(-2px);border-color:rgba(255,255,255,.15);background:#3b3b3b}
.home-shortcuts__icon{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:11px;background:#484848;font-size:19px}
.home-shortcuts>a>span:nth-child(2){display:grid;min-width:0;gap:5px}
.home-shortcuts strong{font-size:14px}.home-shortcuts small{color:#929292;font-size:11px}
.home-shortcuts i{margin-left:auto;color:#8f8f8f;font-style:normal}
.home-gallery-section{max-width:1800px;margin:0 auto}
.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin:0 2px 18px}
.home-section-heading span{color:var(--home-accent);font-size:10px;font-weight:700;letter-spacing:.15em}
.home-section-heading h2{margin:6px 0 0;font-size:24px}
.home-section-heading p{margin:0;color:#777;font-size:11px}
.home-gallery-content{min-height:260px}
html.light{color-scheme:light;--home-bg:#f3f3f1;--home-panel:#fff;--home-card:#e4e4e1;--home-border:rgba(0,0,0,.1);--home-text:#171717;--home-muted:#747474}
html.light body,html.light .home-sidebar{background:var(--home-bg);color:var(--home-text)}
html.light .home-sidebar{background:#ececea}
html.light .home-brand,html.light .home-nav__item{color:#1b1b1b}
html.light .home-shortcuts>a{background:#e1e1de}
@media(max-width:900px){
  .home-app{display:block}
  .home-sidebar{display:none}
  .home-main{margin-left:0;padding:12px 12px 44px}
  .home-mobile-header{display:flex;height:48px;align-items:center;justify-content:space-between}
  .home-mobile-header>a:last-child{padding:8px 12px;border-radius:999px;background:#303030;font-size:12px}
  .home-hero-host{min-height:520px;height:calc(100svh - 82px);max-height:720px;border-radius:18px}
  .home-shortcuts{grid-template-columns:1fr;margin-top:8px}
  .home-shortcuts>a{min-height:78px;border-radius:14px}
  .home-section-heading{display:block;margin-top:30px}
  .home-section-heading p{margin-top:7px}
}
@media(max-width:520px){
  .home-main{padding-inline:8px}
  .home-hero-loading__copy{left:22px;top:28px}
  .home-shortcuts>a{padding:15px}
}
