.admin-message{margin:0 0 16px;padding:12px 16px;border-radius:8px;font-weight:700}.admin-message.success{background:#e7f6ed;color:#237145}.admin-message.error{background:#f5eaea;color:#8a3434}.schedule-form{display:flex;align-items:end;flex-wrap:wrap;gap:16px;padding:16px 20px;border-bottom:1px solid var(--line);background:#fff}.schedule-form label,.schedule-timezone{display:grid;gap:6px;color:var(--muted);font-size:12px}.schedule-form input[type=time]{min-height:38px;padding:7px 10px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);font:inherit}.schedule-enabled{display:flex!important;align-items:center;gap:8px!important;min-height:38px;color:var(--ink)!important;font-size:14px!important}.schedule-enabled input{width:17px;height:17px}.schedule-timezone strong{min-height:38px;display:flex;align-items:center;color:var(--ink);font-size:14px}.schedule-form button{min-height:38px;padding:7px 18px;border:0;border-radius:6px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}@media(max-width:640px){.schedule-form{display:grid;grid-template-columns:1fr 1fr}.schedule-enabled,.schedule-form button{grid-column:1/-1}.schedule-form button{width:100%}}
.manual-trigger-form{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 20px;border-bottom:1px solid var(--line);background:#f8fafc}.manual-trigger-form div{display:grid;gap:4px}.manual-trigger-form span{color:var(--muted);font-size:12px}.manual-trigger-form button{flex:none;min-height:38px;padding:7px 18px;border:1px solid var(--blue);border-radius:6px;background:#fff;color:var(--blue);font-weight:700;cursor:pointer}.manual-trigger-form button:disabled{cursor:wait;opacity:.55}@media(max-width:640px){.manual-trigger-form{align-items:stretch;flex-direction:column}.manual-trigger-form button{width:100%}}
