:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f6f7fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 20%,#d8dcff 0,transparent 25%),radial-gradient(circle at 90% 10%,#d7f0ff 0,transparent 25%),radial-gradient(circle at 20% 80%,#e3d7ff 0,transparent 25%),#f6f7fb}a{color:inherit}.app-shell{max-width:1200px;margin:0 auto;padding:32px 20px 48px;display:flex;flex-direction:column;gap:20px}.header{display:flex;flex-direction:column;align-items:stretch;gap:12px}.title{font-size:32px;font-weight:800;color:#fff;text-align:center;background:linear-gradient(135deg,#5b5fe8,#8b5cf6,#5bd4ff);padding:16px 20px;border-radius:16px;box-shadow:0 12px 30px #6366f140}.title-main{font-size:14px;font-weight:600;color:#0f172a;line-height:1.6}.title-main:first-of-type{font-size:32px;font-weight:800;color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.25)}.title-main.subtitle-1{color:#fff;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.18)}.title-main.subtitle-2{color:#ffffffe6;font-weight:700;text-shadow:0 1px 4px rgba(0,0,0,.18)}.subtitle{color:#0f172a;font-size:14px;text-align:center}.grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 960px){.grid{grid-template-columns:1fr}}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 12px 40px #4f46e51a;border:1px solid rgba(79,70,229,.08)}.card-title{font-weight:700;margin-bottom:8px}.card-subtitle{color:#475569;font-size:13px;margin-bottom:16px}.form-row{display:flex;gap:12px;margin-bottom:12px}.form-row.stacked{flex-direction:column}.field{flex:1;display:flex;flex-direction:column;gap:6px}.label{font-weight:600;color:#0f172a;font-size:14px}.input,.select,.textarea{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;background:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f133}.textarea{min-height:100px;resize:vertical}.button{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:12px 16px;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #6366f140}.pill{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.pill.success{background:#ecfeff;color:#0f766e}.pill.pending{background:#eef2ff;color:#4338ca}.pill.error{background:#fef2f2;color:#b91c1c}.video-card{border:1px solid #e2e8f0;border-radius:14px;padding:14px;background:linear-gradient(180deg,#6366f10f,#fff 38%);display:flex;flex-direction:column;gap:10px}.video-thumb{width:100%;border-radius:12px;background:#0f172a;color:#e2e8f0;aspect-ratio:16 / 9;display:grid;place-items:center;overflow:hidden}.video-actions{display:flex;gap:10px}.error-text{color:#b91c1c;font-size:13px}.helper-text{color:#64748b;font-size:12px}.footer{margin-top:16px;text-align:right;color:#475569;font-size:13px}
