*{box-sizing:border-box}:root{--animeai-primary:#7c5cff;--animeai-primary-hover:#9377ff;--animeai-primary-pressed:#6244e0;--animeai-primary-soft:#7c5cff29;--animeai-logo-gradient:linear-gradient(135deg, #8b6aff 0%, #6244e0 100%)}html,body{min-height:100vh;margin:0;font-family:Inter,system-ui,-apple-system,PingFang SC,Microsoft YaHei,Segoe UI,Roboto,sans-serif}html[data-theme=dark] body{color:#e6e8ee;background:#0e1019}html[data-theme=light] body{color:#1f2330;background:#f4f5f9}html[data-theme=dark] ::-webkit-scrollbar{width:10px;height:10px}html[data-theme=dark] ::-webkit-scrollbar-track{background:0 0}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2a2e3e;border-radius:8px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3a3f55}.animeai-panel-card{border:1px solid #0000;transition:transform .18s,box-shadow .18s,border-color .18s}html[data-theme=dark] .animeai-panel-card{border-color:#262a3a}html[data-theme=light] .animeai-panel-card{border-color:#e9ebf2}.animeai-panel-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c5cff2e;border-color:var(--animeai-primary)!important}.animeai-page-badge{color:var(--animeai-primary);background:linear-gradient(135deg,#8b6aff2e,#6244e02e);border:1px solid #7c5cff52;border-radius:999px;align-items:center;gap:4px;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex}@keyframes animeai-fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animeai-fade-in{animation:.32s both animeai-fade-up}@keyframes animeai-hue{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,-10px)scale(1.05)}}.animeai-auth-blob{filter:blur(80px);pointer-events:none;border-radius:50%;animation:12s ease-in-out infinite animeai-hue;position:absolute}.animeai-page{max-width:1440px;margin:0 auto;padding:24px 28px 40px}.animeai-page-hero{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:20px;display:flex}.animeai-page-hero h1{letter-spacing:.2px;margin:0 0 4px;font-size:24px;font-weight:700}html[data-theme=dark] .animeai-page-hero h1{color:#f1f3fa}html[data-theme=light] .animeai-page-hero h1{color:#1f2330}.animeai-page-hero p{margin:0;font-size:13px}html[data-theme=dark] .animeai-page-hero p{color:#8b91a8}html[data-theme=light] .animeai-page-hero p{color:#5b6273}.animeai-btn-primary{box-shadow:0 6px 18px #6244e052;color:#fff!important;background:linear-gradient(135deg,#8b6aff 0%,#6244e0 100%)!important;border-color:#0000!important}.animeai-btn-primary:hover{box-shadow:0 8px 22px #6244e06b;background:linear-gradient(135deg,#9b7eff 0%,#7253ed 100%)!important}.animeai-btn-primary:active{background:linear-gradient(135deg,#6244e0 0%,#4c34b9 100%)!important}.animeai-surface{border:1px solid #0000;transition:transform .18s,box-shadow .18s,border-color .18s;border-radius:14px!important}html[data-theme=dark] .animeai-surface{border-color:#262a3a;background:#161a26!important}html[data-theme=light] .animeai-surface{border-color:#e9ebf2;background:#fff!important}.animeai-surface-hover:hover{transform:translateY(-3px);box-shadow:0 10px 28px #7c5cff2e;border-color:var(--animeai-primary)!important}.animeai-cover{aspect-ratio:3/4;color:#ffffffeb;letter-spacing:1px;background:linear-gradient(135deg,#8b6affd9,#6244e0d9);border-radius:12px 12px 0 0;justify-content:center;align-items:center;width:100%;font-size:32px;font-weight:700;display:flex;position:relative;overflow:hidden}.animeai-cover:after{content:"";pointer-events:none;background:radial-gradient(circle at 30% 20%,#ffffff59,#0000 50%),radial-gradient(circle at 80% 70%,#ffffff2e,#0000 55%);position:absolute;inset:0}.animeai-cover--has-image:after{background:linear-gradient(#0000 60%,#00000047 100%)}.animeai-cover--has-image{color:#0000;background-position:50%;background-repeat:no-repeat;background-size:cover}.animeai-cover--has-image>.animeai-cover-bg{filter:blur(16px)brightness(.6);z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.15)}.animeai-cover--has-image>.animeai-cover-img{z-index:1;object-fit:contain;width:100%;height:100%;display:block;position:relative}.animeai-status{border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.6;display:inline-flex}.animeai-status-success{color:#38c584;background:#38c58424;border:1px solid #38c58452}.animeai-status-running{color:var(--animeai-primary);background:#7c5cff29;border:1px solid #7c5cff52}.animeai-status-failed{color:#ff6b8a;background:#ff5c7a24;border:1px solid #ff5c7a52}.animeai-status-draft{color:#9aa1b7;background:#8b91a829;border:1px solid #8b91a852}.animeai-section-title{align-items:center;gap:8px;margin:0 0 12px;font-size:14px;font-weight:600;display:flex}.animeai-section-title:before{content:"";background:linear-gradient(135deg,#8b6aff,#6244e0);border-radius:2px;width:4px;height:14px}.animeai-tip-card{background:#7c5cff0f;border:1px solid #7c5cff47;border-radius:12px;padding:14px 16px;font-size:12.5px;line-height:1.7}.animeai-tip-card strong{color:var(--animeai-primary)}
