:root{--stp-bg:#f4f7fb;--stp-card:#fff;--stp-text:#172033;--stp-muted:#667085;--stp-primary:#2563eb;--stp-primary2:#7c3aed;--stp-border:#e5e7eb;--stp-good:#16a34a;--stp-bad:#dc2626;--stp-warn:#f59e0b} .stpmk-shell{display:flex;min-height:820px;background:var(--stp-bg);color:var(--stp-text);border-radius:24px;overflow:hidden;box-shadow:0 20px 60px rgba(15,23,42,.12);font-family:Inter,Arial,sans-serif}.stpmk-sidebar{width:285px;background:linear-gradient(180deg,#111827,#1e1b4b);color:#fff;padding:22px;display:flex;flex-direction:column;gap:24px}.stpmk-brand{display:flex;gap:12px;align-items:center}.stpmk-logo{width:48px;height:48px;border-radius:16px;background:rgba(255,255,255,.13);display:grid;place-items:center;font-size:25px}.stpmk-brand small{display:block;color:#c7d2fe;margin-top:4px}.stpmk-nav{display:grid;gap:8px}.stpmk-nav button{border:0;background:transparent;color:#dbeafe;text-align:left;border-radius:14px;padding:13px 14px;cursor:pointer;font-weight:700}.stpmk-nav button:hover,.stpmk-nav button.active{background:rgba(255,255,255,.14);color:#fff}.stpmk-userbox{margin-top:auto;border-top:1px solid rgba(255,255,255,.16);padding-top:16px;display:flex;justify-content:space-between;gap:10px;align-items:center}.stpmk-userbox a{color:#bfdbfe}.stpmk-main{flex:1;padding:26px;overflow:auto}.stpmk-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.stpmk-topbar h1{font-size:28px;line-height:1.1;margin:0}.stpmk-topbar p{margin:7px 0 0;color:var(--stp-muted)}.stpmk-menu-toggle{display:none}.stpmk-primary,.stpmk-secondary,.stpmk-actions button,.stpmk-calendar-head button{border:0;border-radius:14px;padding:12px 16px;font-weight:800;cursor:pointer}.stpmk-primary{background:linear-gradient(135deg,var(--stp-primary),var(--stp-primary2));color:#fff;box-shadow:0 12px 28px rgba(37,99,235,.25)}.stpmk-secondary,.stpmk-actions button,.stpmk-calendar-head button{background:#eef2ff;color:#1e3a8a}.stpmk-view{display:none}.stpmk-view.active{display:block}.stpmk-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.stpmk-card,.stpmk-panel{background:var(--stp-card);border:1px solid var(--stp-border);border-radius:22px;padding:20px;box-shadow:0 10px 30px rgba(15,23,42,.06)}.stpmk-card span{color:var(--stp-muted);font-weight:700}.stpmk-card strong{display:block;font-size:34px;margin-top:8px}.stpmk-panel h2{margin:0 0 16px}.stpmk-panel-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px}.stpmk-panel-head input,.stpmk-modal input,.stpmk-modal textarea,.stpmk-modal select{width:100%;border:1px solid var(--stp-border);border-radius:14px;padding:12px 14px;background:#fff;box-sizing:border-box}.stpmk-reminder{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--stp-border);border-radius:18px;padding:15px;margin:12px 0;background:#fff}.stpmk-reminder h3{margin:0 0 6px;font-size:18px}.stpmk-reminder p{margin:0 0 10px;color:var(--stp-muted);white-space:pre-wrap}.stpmk-meta{display:flex;flex-wrap:wrap;gap:8px}.stpmk-meta span{font-size:12px;background:#f1f5f9;border-radius:999px;padding:6px 9px;color:#334155}.stpmk-actions{display:flex;gap:8px;align-items:flex-start}.stpmk-actions .stpmk-delete{background:#fee2e2;color:#991b1b}.stpmk-reminder.sent{border-color:#bbf7d0}.stpmk-reminder.failed{border-color:#fecaca}.stpmk-empty{padding:30px;text-align:center;color:var(--stp-muted);background:#f8fafc;border-radius:18px}.stpmk-modal{position:fixed;inset:0;background:rgba(2,6,23,.52);display:none;align-items:center;justify-content:center;z-index:99999;padding:20px}.stpmk-modal.open{display:flex}.stpmk-modal-card{width:min(720px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:22px;box-shadow:0 30px 80px rgba(0,0,0,.3)}.stpmk-modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.stpmk-modal-head h2{margin:0}.stpmk-close{border:0;background:#f1f5f9;border-radius:12px;padding:9px 12px;cursor:pointer}.stpmk-modal label{display:block;font-weight:800;margin:12px 0 7px}.stpmk-grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stpmk-checks{display:flex;gap:20px;background:#f8fafc;border:1px solid var(--stp-border);padding:12px;border-radius:14px}.stpmk-checks label{margin:0}.stpmk-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.stpmk-calendar-head{display:flex;align-items:center;justify-content:center;gap:18px;margin-bottom:16px}.stpmk-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.stpmk-day-name{text-align:center;font-weight:900;color:var(--stp-muted);padding:8px}.stpmk-day{min-height:112px;border:1px solid var(--stp-border);border-radius:16px;padding:10px;background:#fff}.stpmk-day-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.stpmk-add-day{border:0;background:#eef2ff;color:#1e40af;border-radius:10px;width:28px;height:28px;line-height:28px;font-weight:900;cursor:pointer}.stpmk-add-day:hover{background:#dbeafe}.stpmk-day.muted{opacity:.42;background:#f8fafc}.stpmk-cal-item{display:block;width:100%;border:0;background:#dbeafe;color:#1e40af;border-radius:10px;padding:6px 8px;margin-top:6px;text-align:left;cursor:pointer;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stpmk-table{overflow:auto}.stpmk-table table{width:100%;border-collapse:collapse}.stpmk-table th,.stpmk-table td{border-bottom:1px solid var(--stp-border);padding:10px;text-align:left;vertical-align:top}.stpmk-toast{position:fixed;right:18px;bottom:18px;z-index:100000;background:#111827;color:#fff;padding:13px 16px;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.25);opacity:0;transform:translateY(10px);transition:.2s}.stpmk-toast.show{opacity:1;transform:none}.stpmk-toast.bad{background:var(--stp-bad)}.stpmk-toast.good{background:#111827}.stpmk-login{display:grid;place-items:center;min-height:600px;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border-radius:24px}.stpmk-login-card{width:min(430px,100%);background:#fff;border-radius:24px;padding:28px;box-shadow:0 20px 60px rgba(15,23,42,.14)}.stpmk-logo-big{font-size:44px}.stpmk-login input{width:100%;box-sizing:border-box;border:1px solid var(--stp-border);border-radius:12px;padding:11px}.stpmk-login .button{width:100%;border:0!important;border-radius:14px!important;padding:12px!important;background:var(--stp-primary)!important;color:#fff!important;font-weight:900!important}@media(max-width:900px){.stpmk-shell{display:block;border-radius:0}.stpmk-sidebar{position:fixed;z-index:20;left:-310px;top:0;bottom:0;transition:.25s}.stpmk-shell.menu-open .stpmk-sidebar{left:0}.stpmk-main{padding:16px}.stpmk-menu-toggle{display:inline-grid;border:0;background:#fff;border-radius:14px;padding:12px}.stpmk-topbar{align-items:flex-start}.stpmk-cards{grid-template-columns:repeat(2,1fr)}.stpmk-reminder{display:block}.stpmk-actions{margin-top:12px}.stpmk-calendar{gap:5px}.stpmk-day{min-height:82px;padding:7px}.stpmk-grid2{grid-template-columns:1fr}}@media(max-width:560px){.stpmk-cards{grid-template-columns:1fr}.stpmk-topbar{display:grid}.stpmk-calendar{font-size:12px}.stpmk-day{min-height:70px}.stpmk-cal-item{font-size:10px;padding:4px}.stpmk-panel-head{display:block}.stpmk-panel-head input{margin-top:10px}}
/* v1.0.2 calendar/status/live polish */
.stpmk-day-name{font-size:13px;letter-spacing:.01em;color:#334155;background:#f8fafc;border:1px solid var(--stp-border);border-radius:12px}.stpmk-day.today{position:relative;border:2px solid #2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.12);background:linear-gradient(180deg,#eff6ff,#fff)}.stpmk-day.today .stpmk-day-top strong{display:inline-grid;place-items:center;min-width:34px;height:34px;border-radius:999px;background:#2563eb;color:#fff}.stpmk-day.past{background:#f8fafc}.stpmk-day.past .stpmk-add-day{opacity:.35;cursor:not-allowed}.stpmk-cal-item{font-weight:800;color:#fff;box-shadow:0 6px 14px rgba(15,23,42,.12)}.stpmk-cal-sent{background:#bbf7d0!important;color:#14532d!important}.stpmk-cal-failed{background:#ef4444!important;color:#fff!important}.stpmk-cal-partial{background:#fed7aa!important;color:#7c2d12!important}.stpmk-cal-processing{background:#a78bfa!important;color:#fff!important}.stpmk-cal-today-1{background:#bfdbfe!important;color:#1e3a8a!important}.stpmk-cal-today-2{background:#60a5fa!important;color:#fff!important}.stpmk-cal-today-3{background:#2563eb!important;color:#fff!important}.stpmk-cal-today-4{background:#1d4ed8!important;color:#fff!important}.stpmk-cal-future{background:#1e3a8a!important;color:#fff!important}.stpmk-reminder.partial{border-color:#fed7aa}.stpmk-reminder.processing{border-color:#ddd6fe}.stpmk-reminder.sent{background:#f0fdf4}.stpmk-reminder.failed{background:#fef2f2}@media(max-width:760px){.stpmk-day-name{font-size:10px;padding:6px 2px}.stpmk-calendar{grid-template-columns:repeat(7,minmax(42px,1fr))}.stpmk-day.today .stpmk-day-top strong{min-width:26px;height:26px}}
/* v1.0.3 scheduler/form/calendar actions */
.stpmk-cal-item{display:flex!important;align-items:center;gap:4px;padding:0!important;overflow:hidden}.stpmk-cal-item button{border:0;background:transparent;color:inherit;font-weight:900;cursor:pointer}.stpmk-cal-open{flex:1;text-align:left;padding:6px 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stpmk-cal-delete{width:24px;min-width:24px;align-self:stretch;background:rgba(255,255,255,.24)!important}.stpmk-cal-delete:hover{background:rgba(0,0,0,.16)!important}.stpmk-log-actions{display:flex;justify-content:flex-end;margin:-4px 0 12px}.stpmk-reminder .stpmk-delete{white-space:nowrap}.stpmk-modal input:invalid,.stpmk-modal textarea.stpmk-invalid{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.12)}
