.sm-pin-wrap{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:30px 15px}.sm-pin-card{width:100%;max-width:440px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:34px;box-shadow:0 8px 24px rgba(15,23,42,.08);text-align:center}.sm-pin-icon{width:68px;height:68px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;background:#f1f5f9;font-size:28px}.sm-pin-card h2{margin:0 0 10px;font-weight:700}.sm-pin-card p{color:#64748b;margin-bottom:24px}.sm-pin-input{text-align:center;font-size:30px;letter-spacing:12px;height:62px;font-weight:700}
.sm-active-bar{display:none;align-items:center;justify-content:flex-end;gap:8px;min-width:0;box-sizing:border-box}.sm-active-bar.sm-active-bar-mounted{display:flex;flex:0 0 auto;width:auto;min-height:0;margin-left:auto;padding:0;background:transparent;border:0;color:#fff;position:static;z-index:auto}.sm-active-info{display:flex;align-items:center;gap:7px;min-width:0}.sm-active-label{font-size:11px;color:#cbd5e1;font-weight:600;white-space:nowrap}.sm-active-label:after{content:":"}.sm-active-name{font-size:12px;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sm-active-since{font-size:11px;color:#cbd5e1;white-space:nowrap}.sm-active-since:before{content:"•";margin-right:7px;color:#94a3b8}.sm-active-actions{display:flex;gap:6px;flex-shrink:0}.sm-shift-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:4px 9px;font-size:10px;font-weight:600;text-decoration:none!important;white-space:nowrap;line-height:1.35}.sm-shift-change{background:transparent;color:#fff!important;border:1px solid rgba(255,255,255,.35)}.sm-shift-change:hover{background:rgba(255,255,255,.08);color:#fff!important}.sm-shift-end{background:transparent;color:#ff6b6b!important;border:1px solid rgba(255,107,107,.65)}.sm-shift-end:hover{background:rgba(255,107,107,.1);color:#ff8a8a!important}.sm-stat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:22px;text-align:center;margin-bottom:15px}.sm-stat span{font-size:36px;font-weight:700;display:block}.sm-stat small{font-size:13px;color:#64748b}@media(max-width:700px){.sm-active-bar.sm-active-bar-mounted{display:none!important}.sm-pin-card{padding:26px 20px}}



.sm-history-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.sm-history-actions{display:flex;gap:8px;flex-wrap:wrap}
.sm-check-column{width:36px!important;text-align:center!important}
.sm-check-column input{width:16px;height:16px;margin:0;vertical-align:middle}
@media(max-width:767px){.sm-history-heading{align-items:flex-start}.sm-history-actions{width:100%}.sm-history-actions .btn{flex:1}}


/* Κλείδωμα portal μέχρι την επιτυχή ταυτοποίηση PIN */
html.sm-pin-locked nav,html.sm-pin-locked header,html.sm-pin-locked footer,
body.sm-pin-locked nav,body.sm-pin-locked header,body.sm-pin-locked footer,
body.sm-pin-locked .navbar,body.sm-pin-locked #footer,body.sm-pin-locked .footer {
    filter: blur(3px);opacity:.42;pointer-events:none!important;user-select:none!important;
}
body.sm-pin-locked .sm-pin-wrap{position:relative;z-index:10020}
body.sm-pin-locked:before{content:"";position:fixed;inset:0;background:rgba(241,245,249,.18);z-index:10000;pointer-events:auto}
body.sm-pin-locked .sm-pin-wrap{pointer-events:auto}
body.sm-pin-locked .sm-pin-card{position:relative;z-index:10030}

.sm-dashboard-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.sm-dashboard-head small{color:#64748b}.sm-post-legend{min-height:94px;border:1px solid #e2e8f0;border-radius:12px;padding:16px;display:flex;flex-direction:column;justify-content:center;gap:8px}.sm-post-legend span{font-size:13px}.sm-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.sm-green{background:#16a34a}.sm-orange{background:#f59e0b}.sm-red{background:#dc2626}.sm-live-status{display:inline-flex;align-items:center;gap:7px;font-weight:600;font-size:12px}.sm-live-status i{width:9px;height:9px;border-radius:50%;display:inline-block;background:currentColor}.sm-live-status.sm-green{background:none;color:#15803d}.sm-live-status.sm-orange{background:none;color:#d97706}.sm-live-status.sm-red{background:none;color:#b91c1c}.sm-live-duration{font-variant-numeric:tabular-nums;font-weight:700}
