:root{font-family:system-ui,-apple-system,sans-serif;color:#1a1a2e;background:#f5f5f7}*{box-sizing:border-box}body{margin:0}.app{max-width:720px;margin:0 auto;padding:24px 16px 48px}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}h1{font-size:20px;margin:0}.card{display:flex;flex-direction:column;gap:10px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #00000014;max-width:360px}label{font-size:13px;color:#666}input{padding:10px 12px;border:1px solid #ccc;border-radius:8px;font-size:15px}button{padding:10px 14px;border:none;border-radius:8px;background:#3a3a5c;color:#fff;font-size:14px;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button.link{background:none;color:#3a3a5c;padding:6px 0;text-align:left}.error{background:#fdecea;color:#b3261e;padding:10px 12px;border-radius:8px;margin-bottom:16px}.hint{color:#666;font-size:14px}.nav{display:flex;gap:8px;margin-bottom:16px;border-bottom:1px solid #e0e0e6;padding-bottom:12px}.filters{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.user-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.user-email{font-size:15px;word-break:break-all}.badge{font-size:12px;padding:2px 8px;border-radius:999px;white-space:nowrap}.badge-verified{background:#d6f0e0;color:#1e7d4f}.badge-unverified{background:#fdecc8;color:#9a6a00}.badge-blocked{background:#fdecea;color:#b3261e}.tab{background:#e6e6ea;color:#3a3a5c}.tab.active{background:#3a3a5c;color:#fff}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.submission{background:#fff;border-radius:12px;padding:16px;box-shadow:0 1px 3px #00000014}blockquote{margin:0 0 10px;font-size:16px;line-height:1.4}.meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px 12px;font-size:13px;color:#888;margin-bottom:12px}.actions{display:flex;gap:8px}.approve{background:#1e7d4f}.reject{background:#b3261e}.badge-approved{background:#d6f0e0;color:#1e7d4f}.badge-pending{background:#fdecc8;color:#9a6a00}.badge-rejected{background:#fdecea;color:#b3261e}.src{text-transform:lowercase}.lang{text-transform:uppercase;font-weight:600;letter-spacing:.03em}.actions select{padding:9px 10px;border:1px solid #ccc;border-radius:8px;font-size:14px}.search{display:flex;gap:8px;margin-bottom:16px}.search input{flex:1}.edit-text,.edit-author{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:8px;font-size:15px;font-family:inherit;margin-bottom:8px}.edit-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.edit-row select{padding:9px 12px;border:1px solid #ccc;border-radius:8px;font-size:14px}.more{width:100%;margin-top:16px;background:#e6e6ea;color:#3a3a5c}
