
.bm-smart-date{position:relative}.bm-date-button{width:100%;min-height:46px;border:1px solid #ccd5e1;border-radius:12px;background:#fff;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;color:#263247;font-weight:800}.bm-date-button.is-empty{color:#7a8698;font-weight:600}.bm-date-button:focus{outline:none;border-color:#1473e6;box-shadow:0 0 0 3px rgba(20,115,230,.12)}.bm-date-button svg{width:20px;height:20px;color:#1473e6}.bm-date-popover{position:absolute;z-index:80;top:calc(100% + 8px);right:0;width:min(340px,calc(100vw - 38px));background:#fff;border:1px solid #dbe2eb;border-radius:18px;box-shadow:0 20px 55px rgba(26,40,70,.2);padding:12px;display:none}.bm-date-popover.is-open{display:block}.bm-date-switch{display:grid;grid-template-columns:1fr 1fr;background:#eef3f9;border-radius:11px;padding:4px;margin-bottom:10px}.bm-date-switch button{border:0;background:transparent;border-radius:8px;padding:8px;font-weight:900;color:#687386;cursor:pointer}.bm-date-switch button.is-active{background:#fff;color:#1473e6;box-shadow:0 2px 8px rgba(30,52,90,.12)}.bm-date-head{display:grid;grid-template-columns:38px 1fr 1fr 38px;gap:6px;align-items:center;margin-bottom:10px}.bm-date-head button{border:0;background:#eef3f9;border-radius:9px;height:38px;font-size:20px;cursor:pointer}.bm-date-head select{border:1px solid #d4dce7;border-radius:9px;height:38px;padding:0 7px;background:#fff}.bm-date-week,.bm-date-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.bm-date-week span{text-align:center;color:#8a95a6;font-size:10px;padding:4px}.bm-date-days button{aspect-ratio:1;border:0;border-radius:9px;background:#f7f9fc;color:#283348;font-weight:800;cursor:pointer}.bm-date-days button:hover{background:#e8f2ff;color:#1473e6}.bm-date-days button.is-selected{background:#1473e6;color:#fff}.bm-date-days button.is-today{box-shadow:inset 0 0 0 2px #69aaf6}.bm-date-days span{aspect-ratio:1}.bm-date-footer{display:flex;justify-content:space-between;gap:8px;margin-top:10px}.bm-date-footer button{border:0;border-radius:9px;padding:8px 11px;font-weight:900;cursor:pointer}.bm-date-clear{background:#fff1f2;color:#b53240}.bm-date-close{background:#eef3f9;color:#38465b}@media(max-width:560px){.bm-date-popover{position:fixed;right:12px;left:12px;top:50%;transform:translateY(-50%);width:auto;max-height:90vh;overflow:auto}.bm-date-days button{min-height:38px}}
