:root{--bg: #14161a;--bg-alt: #1d2026;--border: #2c313a;--text: #e7e6e1;--text-dim: #9a9a94;--accent: #b5893a;--accent-hover: #d3a453;--danger: #c0554f;--ok: #4f8a5b;font-family:Georgia,Iowan Old Style,serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:var(--accent)}.btn{background:var(--bg-alt);border:1px solid var(--border);color:var(--text);padding:.5rem 1rem;border-radius:4px;cursor:pointer;text-decoration:none;display:inline-block}.btn:hover{border-color:var(--accent)}.btn--primary{background:var(--accent);color:#1a1a1a;border-color:var(--accent);font-weight:700}.btn--primary:hover{background:var(--accent-hover)}.btn--ghost{background:transparent}.btn--discord{background:#5865f2;color:#fff;border-color:#5865f2}.btn--small{padding:.25rem .6rem;font-size:.85rem}.input,select,textarea{background:var(--bg-alt);border:1px solid var(--border);color:var(--text);padding:.5rem;border-radius:4px;width:100%;font-family:inherit}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;border-bottom:1px solid var(--border);background:var(--bg-alt)}.app-header__brand{font-size:1.4rem;font-weight:700;text-decoration:none;color:var(--text)}.app-header__right{display:flex;align-items:center;gap:.75rem}.app-content{flex:1;padding:1.5rem 2rem}.user-badge{display:flex;align-items:center;gap:.5rem}.user-badge__avatar{width:28px;height:28px;border-radius:50%}.user-badge__notice{font-size:.75rem;color:var(--text-dim);border:1px solid var(--border);padding:.1rem .4rem;border-radius:3px}.page{max-width:1100px;margin:0 auto}.page--narrow{max-width:640px}.page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-grid{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.project-card{border:1px solid var(--border);border-radius:6px;padding:1rem;background:var(--bg-alt)}.project-card a{text-decoration:none;color:var(--text)}.project-card__repo{color:var(--text-dim);font-size:.85rem}.project-card__meta{color:var(--accent);font-size:.8rem}.form{display:flex;flex-direction:column;gap:.75rem;max-width:500px}.radio-row{display:flex;align-items:center;gap:.5rem}.badge{font-size:.7rem;border:1px solid var(--border);padding:.1rem .4rem;border-radius:3px;color:var(--text-dim)}.badge--ok{color:var(--ok);border-color:var(--ok)}.error{color:var(--danger)}.project-view__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.project-view__repo{color:var(--text-dim)}.project-view__actions{display:flex;gap:.5rem;align-items:center}.export-control{display:flex;gap:.5rem}.project-view__body{display:grid;grid-template-columns:260px 1fr;gap:1.5rem;margin-top:1rem}.card-tree{border-right:1px solid var(--border);padding-right:1rem}.card-tree__view-toggle{display:flex;gap:.25rem;margin:.5rem 0}.card-tree__view-toggle button,.mode-toggle button{background:transparent;border:1px solid var(--border);color:var(--text-dim);padding:.3rem .6rem;cursor:pointer}.card-tree__view-toggle button.active,.mode-toggle button.active{color:var(--text);border-color:var(--accent)}.card-tree ul{list-style:none;padding-left:.5rem}.card-tree li button{background:none;border:none;color:var(--text-dim);cursor:pointer;padding:.15rem 0;text-align:left}.card-tree li button.active{color:var(--accent);font-weight:700}.mode-toggle{display:flex;gap:.25rem;margin-bottom:1rem}.review-mode__toolbar,.translation-column__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:1rem}.review-mode__columns{display:grid;grid-template-columns:1fr 300px;gap:1.5rem}.translation-mode__columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.translation-column{border:1px solid var(--border);border-radius:6px;padding:1rem;background:var(--bg-alt)}.translation-column__add-lang{display:flex;gap:.4rem;align-items:center}.translation-column__lang-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn--file{cursor:pointer}.card-face{border:1px solid var(--border);border-radius:8px;padding:1rem;background:#1a1c20}.card-face__illustration img{width:100%;max-height:340px;object-fit:cover;display:block;border-radius:4px;margin-bottom:.5rem;background:#000}.card-face__name{margin:0}.card-face__subtitle,.card-face__traits{color:var(--text-dim);font-style:italic;margin:.2rem 0}.card-face__body{margin-top:.5rem;line-height:1.5;white-space:pre-line}.card-face__flavor{margin-top:.5rem;font-style:italic;color:var(--text-dim);white-space:pre-line}.card-blockquote{margin:.5rem 0;padding-left:.75rem;border-left:2px solid var(--border);color:var(--text-dim);font-style:italic}.card-center{text-align:center}.card-field--empty{color:#5a5a55;font-style:italic}.card-field-input{width:100%;margin:.15rem 0}.card-trait{color:var(--accent)}.card-icon{display:inline-block;margin:0 .1rem}.review-mode__card-name,.translation-column__card-name{margin:0 0 .5rem;color:var(--accent)}.translation-column__card-name-input{font-size:1.1rem;font-weight:600;color:var(--accent);width:100%;margin-bottom:.5rem;background:transparent;border:1px solid var(--border)}.render-preview{margin-top:1rem}.render-preview__faces{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.render-preview__face-label{color:var(--text-dim);font-size:.8rem;margin:0 0 .2rem}.render-preview__image{width:100%;border-radius:6px;margin-top:.5rem}.render-preview__status{color:var(--text-dim)}.notes-panel{border:1px solid var(--border);border-radius:6px;padding:1rem;background:var(--bg-alt)}.notes-panel__header{display:flex;justify-content:space-between;align-items:center}.notes-panel__list{list-style:none;padding:0;max-height:320px;overflow-y:auto}.notes-panel__list li{border-bottom:1px solid var(--border);padding:.5rem 0}.notes-panel__list li.resolved{opacity:.5}.notes-panel__author{display:flex;align-items:center;gap:.4rem;font-size:.85rem}.notes-panel__author img{width:20px;height:20px;border-radius:50%}.notes-panel__form{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.notes-panel__empty,.notes-panel__login-hint{color:var(--text-dim);font-size:.85rem}.translation-column__status{display:flex;align-items:center;gap:.5rem;margin:.5rem 0;font-size:.85rem;color:var(--text-dim)}.edit-history{margin-top:1rem;border-top:1px solid var(--border);padding-top:.5rem}.edit-history summary{cursor:pointer;color:var(--text-dim);font-size:.85rem}.edit-history__list{list-style:none;padding:0;max-height:260px;overflow-y:auto}.edit-history__list li{border-bottom:1px solid var(--border);padding:.4rem 0;font-size:.85rem}.edit-history__meta{display:flex;align-items:center;gap:.4rem;color:var(--text-dim)}.edit-history__meta img{width:18px;height:18px;border-radius:50%}.edit-history__meta time{margin-left:auto;font-size:.75rem}.edit-history__field{font-family:monospace}.edit-history__old{color:var(--danger);text-decoration:line-through;margin:.2rem 0}.edit-history__new{color:var(--ok);margin:.2rem 0}.edit-history__empty{color:var(--text-dim);font-size:.85rem}.admin-table{width:100%;border-collapse:collapse;margin-bottom:2rem}.admin-table th,.admin-table td{text-align:left;padding:.4rem .6rem;border-bottom:1px solid var(--border)}.admin-table__avatar{width:24px;height:24px;border-radius:50%}.r2-guard{border:1px solid var(--border);border-radius:6px;padding:1rem;background:var(--bg-alt);margin-bottom:2rem}.r2-guard__bar{height:10px;background:#2c313a;border-radius:5px;overflow:hidden;margin-bottom:.5rem}.r2-guard__bar-fill{height:100%;background:var(--accent)}.r2-guard__actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.badge--danger{color:var(--danger);border-color:var(--danger)}
