.creative-page { max-width: 1180px; }
.creative-tabs { display: flex; gap: 8px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.creative-tabs button { border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); padding: 12px 15px; font-weight: 700; }
.creative-tabs button.active { border-bottom-color: var(--cyan); color: var(--text); }
.creative-form, .creative-results { padding: 22px; margin-bottom: 18px; }
.creative-form-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; margin-bottom: 20px; }
.creative-form-head h2 { margin: 0 0 7px; font-size: 20px; }
.creative-form-head p { margin: 0; color: var(--muted); font-size: 13px; }
.creative-form-head strong { color: #6ee7b7; white-space: nowrap; }
.creative-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 16px 0; }
.creative-upload { min-height: 125px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; padding: 16px; border: 1px dashed #64748b66; border-radius: 12px; background: #02061740; color: #b6c0d2; text-align: center; cursor: pointer; }
.creative-upload:hover { border-color: #22d3ee88; }
.creative-upload > i { font-size: 24px; color: var(--cyan); }
.creative-upload span { font-size: 12px; color: var(--muted); }
.creative-upload input { display: none; }
.creative-submit { margin-top: 8px; min-width: 180px; }
.creative-notice { margin-bottom: 16px; }
.creative-check { display: block; margin: 12px 0; color: #b5bfd0; font-size: 13px; }
.clip-template-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); gap: 10px; max-height: 270px; overflow: auto; padding: 2px; }
.clip-template { border: 1px solid var(--line); border-radius: 10px; padding: 0; background: #ffffff03; color: var(--text); overflow: hidden; text-align: left; }
.clip-template.active { border-color: #22d3eeaa; box-shadow: 0 0 0 2px #22d3ee22; }
.clip-template img { display: block; width: 100%; height: 90px; object-fit: cover; background: #020617; }
.clip-template > i { height: 90px; display: grid; place-items: center; color: #64748b; font-size: 25px; }
.clip-template span { display: block; padding: 8px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.admin-integration { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 28px; }
.admin-integration h3 { margin: 0 0 14px; }
.admin-span { grid-column: 1 / -1; }
@media (max-width: 620px) { .creative-grid { grid-template-columns: 1fr; } .creative-form, .creative-results { padding: 15px; } .creative-form-head { align-items: flex-start; flex-direction: column; } .creative-tabs { overflow: auto; } .creative-tabs button { white-space: nowrap; padding: 11px 10px; } }
