.face-history-page{min-height:100vh;padding:76px 20px 100px;background:#0d0d0d;color:#f5f0e6}.face-history-empty,.face-history-head,.face-history-layout,.face-history-notice{width:min(1160px,100%);margin-left:auto;margin-right:auto}.face-history-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:34px}.face-history-detail>span,.face-history-head span{color:#d5ad60;font-size:13px;font-weight:700;letter-spacing:.16em}.face-history-head h1{margin:10px 0;font-size:clamp(34px,5vw,54px)}.face-history-head p{margin:0;color:#aaa297}.face-history-actions a,.face-history-actions button,.face-history-head a{border:1px solid #655c4c;border-radius:999px;padding:11px 17px;color:#f5f0e6;background:#25231f;text-decoration:none;white-space:nowrap;cursor:pointer}.face-history-notice{box-sizing:border-box;padding:14px 18px;border-left:3px solid #d5ad60;background:rgba(213,173,96,.1);color:#f0dcae}.face-history-empty{box-sizing:border-box;padding:50px;border:1px solid #3e3930;border-radius:18px;text-align:center;color:#aaa297}.face-history-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:20px}.face-history-list{display:grid;gap:14px;align-content:start}.face-history-detail,.face-history-list article{padding:24px;border:1px solid #3e3930;border-radius:18px;background:#171714}.face-history-meta{display:flex;justify-content:space-between;gap:12px;color:#9e9689;font-size:13px}.face-history-list h2{margin:12px 0 8px;color:#ecd49d;font-size:22px}.face-history-list article>p{min-height:3em;color:#bcb4a7;line-height:1.65}.face-history-list dl{display:flex;gap:26px;margin:18px 0}.face-history-list dl div{display:flex;gap:7px}.face-history-list dt{color:#7f786d}.face-history-list dd{margin:0}.face-history-actions{display:flex;flex-wrap:wrap;gap:8px}.face-history-actions a.face-history-open{border-color:#d5ad60;background:rgba(213,173,96,.14);color:#f3ddab;font-weight:700}.face-history-detail a.face-history-open{display:inline-block;margin-top:18px;border:1px solid #d5ad60;border-radius:999px;padding:11px 17px;background:rgba(213,173,96,.14);color:#f3ddab;text-decoration:none}.face-history-actions button:disabled{opacity:.45;cursor:wait}.face-history-actions button.danger{color:#f0aaa2;border-color:#6e3e39}.face-history-detail{position:sticky;top:88px;min-height:430px;align-self:start;max-height:calc(100vh - 110px);overflow:auto}.face-history-detail h2{margin:12px 0 24px}.face-history-detail pre{white-space:pre-wrap;overflow-wrap:anywhere;font:15px/1.85 ui-serif,"Noto Serif TC",serif;color:#e8dfd0}.face-history-close{float:right;border:0;color:#d5ad60;background:transparent;font-size:28px;cursor:pointer}.face-history-placeholder{display:grid;place-items:center;min-height:380px;color:#777064;text-align:center}@media (max-width:820px){.face-history-page{padding:44px 14px 70px}.face-history-head{align-items:start;flex-direction:column}.face-history-layout{grid-template-columns:1fr}.face-history-detail{position:static;max-height:none}.face-history-actions a,.face-history-actions button{flex:1;text-align:center}.face-history-list dl{flex-direction:column;gap:6px}}.face-quota{margin:0 0 20px;padding:14px 16px;border:1px solid var(--line,rgba(255,255,255,.12));border-radius:12px;background:rgba(255,255,255,.03)}.face-quota-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 12px;font-size:14px}.face-quota-line strong{font-variant-numeric:tabular-nums;font-size:15px}.face-quota-line span{color:var(--muted,#9a9384)}.face-quota-bar{margin-top:10px;height:4px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.face-quota-bar>div{height:100%;background:var(--green,#6ef0b4);transition:width .3s ease}.face-quota.warn{border-color:#e6a95c}.face-quota.warn .face-quota-bar>div{background:#e6a95c}.face-quota.full{border-color:#ff8d7a;background:rgba(255,141,122,.07)}.face-quota.full .face-quota-bar>div{background:#ff8d7a}.face-quota.full .face-quota-line span{color:#ff8d7a}@media (prefers-reduced-motion:reduce){.face-quota-bar>div{transition:none}}