body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f6fb;color:#0f172a}a{color:inherit}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f5f6fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f6fb}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top,#f1f5ff,#e2e8f0)}.auth-card{width:min(420px,100%);padding:32px;background:#fff;border-radius:16px;box-shadow:0 30px 70px -40px #0f172a99;display:flex;flex-direction:column;gap:16px}.auth-card h1{margin:0;font-size:1.8rem}.auth-card p{margin:0;color:#475569}.auth-card input{border:1px solid #cbd5f5;border-radius:12px;padding:12px 16px;font-size:1rem}.auth-card button{padding:12px 16px;border:none;border-radius:12px;background:#111827;color:#fff;font-weight:600;cursor:pointer}.dashboard{max-width:1400px;margin:0 auto;padding:32px 24px 64px}.dashboard__header{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;align-items:flex-start}.dashboard__header h1{margin:0;font-size:2rem}.dashboard__header p{margin:4px 0 0;color:#475569}.dashboard__actions{display:flex;gap:12px}.dashboard__actions button{border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer}.dashboard__actions button.secondary{background:transparent;border:1px solid #cbd5f5}.view-tabs{display:inline-flex;gap:8px;margin-top:12px}.view-tabs button{border:1px solid #cbd5f5;background:#fff;border-radius:999px;padding:6px 14px;cursor:pointer}.view-tabs button.active{background:#111827;color:#fff;border-color:#111827}.filters{margin-top:32px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 40px -32px #0f172a99}.filters__form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.filters__form label{display:flex;flex-direction:column;font-size:.9rem;color:#475569;gap:6px}.filters__form select,.filters__form input{padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;font-size:.95rem}.filters__search-row{display:flex;gap:8px}.filters__search-row input{flex:1}.filters__search-row button{border:none;border-radius:10px;padding:0 16px;background:#111827;color:#fff;cursor:pointer}.panel{margin-top:32px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 40px -32px #0f172a99}.panel__header{display:flex;justify-content:space-between;align-items:center;gap:16px}.panel__error{color:#b91c1c;font-weight:600}.panel__success{color:#15803d;font-weight:600}.table-wrapper{width:100%;overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0;margin-top:16px}table{width:100%;border-collapse:collapse;min-width:960px}thead{background:#f8fafc;text-transform:uppercase;font-size:.75rem;letter-spacing:.08em}th,td{padding:12px 16px;text-align:left;border-bottom:1px solid #f1f5f9;vertical-align:top}tr:hover{background:#f8fbff}.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#eef2ff;font-size:.75rem;font-weight:600}.badge--mode{background:#ecfeff}.badge--status{text-transform:capitalize}.status-done{background:#dcfce7}.status-error{background:#fee2e2}.status-processing{background:#fef9c3}.user-cell span{display:block;color:#64748b;font-size:.85rem}.results-cell a{display:block;color:#2563eb;text-decoration:none;font-size:.9rem}.table-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.table-footer button{border:none;border-radius:10px;padding:8px 16px;background:#111827;color:#fff;cursor:pointer}.table-footer button:disabled{opacity:.4;cursor:not-allowed}.loading{margin-top:12px;color:#475569}.empty{text-align:center;color:#94a3b8}.text-error{color:#b91c1c}.summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px}.summary-grid article{background:#f8fafc;border-radius:14px;padding:16px;border:1px solid #e2e8f0}.summary-grid small{text-transform:uppercase;letter-spacing:.08em;color:#94a3b8}.summary-grid h3{margin:4px 0}.summary-grid p{margin:0;color:#64748b}.modes-grid{display:flex;gap:12px;margin:20px 0;flex-wrap:wrap}.modes-grid div{padding:12px 16px;border-radius:12px;background:#eef2ff;min-width:120px;text-align:center}.modes-grid strong{display:block;font-size:1.2rem}.chart{margin-top:24px}.chart-bars{display:flex;gap:12px;align-items:flex-end;padding:12px 0}.chart-bar{flex:1;text-align:center}.chart-bar__fill{width:100%;border-radius:8px 8px 0 0;background:linear-gradient(180deg,#0f172a,#475569);min-height:8px;transition:height .2s ease}.chart-bar span{display:block;margin-top:6px;font-size:.75rem;color:#64748b}.user-meta{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.row-actions{margin-top:8px}.row-actions button{border:none;border-radius:8px;padding:6px 12px;font-size:.85rem;background:#0f172a;color:#fff;cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:99}.modal{width:min(960px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:18px;padding:24px;box-shadow:0 30px 70px -40px #0f172ab3;display:flex;flex-direction:column;gap:16px}.modal.wide{width:min(1080px,100%)}.modal__top{position:sticky;top:0;z-index:2;background:#fff;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.modal__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.modal__header h3{margin:0}.modal__section{border-top:1px solid #e2e8f0;padding-top:12px}.modal__tabs{display:inline-flex;gap:8px;margin-top:10px;flex-wrap:wrap}.modal__tabs button{border:1px solid #cbd5f5;background:#f8fafc;border-radius:999px;padding:6px 12px;cursor:pointer;font-weight:600;color:#0f172a}.modal__tabs button.active{background:#0f172a;color:#fff;border-color:#0f172a}.modal__footer{position:sticky;bottom:0;z-index:2;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #e2e8f0;padding-top:12px;display:flex;gap:10px;align-items:center}.modal__footer-spacer{flex:1}.muted{color:#64748b}.btn{border:none;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer;background:#0f172a;color:#fff}.btn.secondary{background:#f1f5f9;color:#0f172a;border:1px solid #cbd5f5}.btn.primary{background:#0f172a;color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed}.modal input:not([type=checkbox]):not([type=radio]),.modal textarea,.modal select{border:1px solid #cbd5f5;border-radius:10px;padding:10px 12px;font:inherit;background:#fff}.modal textarea{resize:vertical}.modal input:focus-visible,.modal textarea:focus-visible,.modal select:focus-visible,.btn:focus-visible{outline:3px solid rgba(59,130,246,.35);outline-offset:2px}.form-field>span{font-weight:700;color:#334155}.prompt-preview p{margin:4px 0 12px}.media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.media-grid a{border:1px solid #e2e8f0;border-radius:12px;padding:8px;display:flex;flex-direction:column;gap:6px;text-decoration:none;color:#0f172a;font-size:.85rem}.media-grid img{width:100%;height:180px;object-fit:cover;border-radius:8px}.video-thumb{justify-content:center;align-items:center;font-weight:600}.meta-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.styles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:16px}.style-card{border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;background:#fdfdff}.style-card header{display:flex;justify-content:space-between;gap:12px}.style-card__badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.style-card__preview{width:100%;height:180px;object-fit:cover;border-radius:12px}.style-card__stats{display:grid;grid-template-columns:repeat(4,minmax(60px,1fr));gap:10px;text-align:center}.style-card__stats span{display:block;font-weight:600}.style-card__actions{display:flex;gap:8px}.style-card__actions button{flex:1;border:none;border-radius:10px;padding:8px 12px;cursor:pointer}.style-card__actions button.secondary{background:#f1f5f9}.style-form{display:flex;flex-direction:column;gap:12px}.style-form textarea{min-height:80px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;align-items:center}.toggle-row{display:flex;align-items:center;gap:8px;font-size:.95rem}.style-form__actions{display:flex;justify-content:flex-end;gap:12px}.style-form__actions .danger,.prompt-row__actions .danger,.prompt-new .danger,.danger{background:#fee2e2;color:#b91c1c}.prompt-list{display:flex;flex-direction:column;gap:12px}.prompt-row{border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.prompt-row textarea{min-height:80px}.prompt-row__actions{display:flex;gap:8px}.prompt-new{display:flex;flex-direction:column;gap:8px;margin-top:16px}.prompt-new textarea{min-height:60px}.theme-list{display:flex;flex-direction:column;gap:16px}.theme-card{border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:12px;background:#fbfdff}.theme-card__header{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.theme-card__header input[type=text]{flex:1 1 220px}.theme-card__header input[type=number]{width:90px}.theme-card__header textarea{flex:1 1 320px;min-height:72px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font:inherit}.theme-card__actions{display:flex;gap:8px}.theme-new{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.theme-new input[type=text]{flex:1 1 220px}.theme-new input[type=number]{width:90px}.theme-new textarea{flex:1 1 320px;min-height:72px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font:inherit}.content-panel .muted{color:#6b7280}.content-forms{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px;margin-top:16px}.card{border:1px solid #e2e8f0;border-radius:14px;padding:16px;background:#fdfdff;box-shadow:0 10px 30px -24px #0f172a66}.card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.card__header h3{margin:4px 0 0}.chip-row{display:flex;gap:8px;align-items:center}.form-grid{display:grid;gap:12px}.form-grid.columns-2{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.form-grid.columns-3{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.form-field{display:flex;flex-direction:column;gap:6px;font-size:.95rem}.form-field input,.form-field textarea,.form-field select{border:1px solid #cbd5f5;border-radius:10px;padding:10px 12px;font-size:.95rem;background:#fff}.form-field textarea{resize:vertical}.form-field.full-width{grid-column:1 / -1}.form-actions{display:flex;justify-content:flex-end;gap:8px}.btn.primary,.content-panel button{border:none;border-radius:10px;padding:10px 14px;font-weight:600;cursor:pointer;background:#0f172a;color:#fff}.content-panel button.secondary{background:#f1f5f9;color:#0f172a}.toggle-row{display:inline-flex;align-items:center;gap:6px;font-size:.95rem}.content-lists{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:16px;margin-top:20px}.table-simple{display:flex;flex-direction:column;gap:8px}.table-simple__head,.table-simple__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.table-simple__head{background:#f8fafc;text-transform:uppercase;font-size:.75rem;letter-spacing:.06em;font-weight:700}.table-simple .actions{display:flex;gap:8px;justify-content:flex-end}.pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#f3f4f6;font-weight:600;font-size:.85rem;justify-content:center}.pill.success{background:#dcfce7;color:#166534}.subtheme-list{margin-top:16px;padding-left:12px;border-left:2px solid #e2e8f0}.subtheme-card{margin-top:12px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.subtheme-card__header{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;align-items:center;margin-bottom:12px}.subtheme-card__header textarea{min-height:72px;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font:inherit}.broadcast-panel form{margin-top:16px;display:flex;flex-direction:column;gap:16px}.broadcast-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:16px}.broadcast-card{padding:24px;border:1px solid #e2e8f0;border-radius:20px;background:#ffffffb8}.broadcast-card h3{margin:0 0 6px}.broadcast-panel label{display:flex;flex-direction:column;gap:6px;font-weight:600}.broadcast-panel input,.broadcast-panel select,.broadcast-panel textarea{border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px;font:inherit}.broadcast-panel textarea{min-height:140px;resize:vertical}.broadcast-panel .row{display:flex;gap:12px;flex-wrap:wrap}.broadcast-panel .row label{flex:1;min-width:220px}.broadcast-panel .muted{color:#64748b;margin:0}.broadcast-panel button{align-self:flex-start;border:none;border-radius:10px;padding:10px 18px;background:#111827;color:#fff;cursor:pointer}.broadcast-panel button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.dashboard{padding:16px}.filters__form{grid-template-columns:1fr}table{min-width:720px}}
