:root{--navy:#142333;--navy-soft:#213448;--blue:#2563eb;--blue-dark:#1d4ed8;--text:#1f2d3d;--muted:#68788a;--border:#e2e8ef;--surface:#f5f7fa;--red:#bd303b;--red-bg:#fff0f1;--amber:#9c610e;--amber-bg:#fff5e4;--green:#25805d;--green-bg:#eaf7f0;--radius:9px;font-family:Inter,"Segoe UI",system-ui,sans-serif;font-size:16px;color:var(--text);background:var(--surface);font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.62}a{color:var(--blue)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #77a5ff;outline-offset:3px}[hidden]{display:none!important}h1,h2,h3,p{margin-top:0}h1{font-size:28px;line-height:1.22;letter-spacing:-.65px;margin-bottom:10px;font-weight:650}h2{font-size:22px;letter-spacing:-.4px;margin-bottom:10px}h3{font-size:16px;margin:0}p{line-height:1.6}small{font-size:14px}.muted{color:var(--muted)}.eyebrow{font-size:12px;font-weight:750;letter-spacing:1.5px;color:#8290a1;margin:0 0 10px}.skip-link{position:fixed;z-index:100;top:-100px;left:20px;padding:10px;background:white}.skip-link:focus{top:12px}.brand{display:flex;align-items:center;gap:10px;color:white;text-decoration:none;font-size:21px;font-weight:650;letter-spacing:-.5px;white-space:nowrap}.brand-light{font-weight:400;color:#b5c6d8}.brand-mark{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#497cff;color:#fff;font-size:22px;font-weight:800;letter-spacing:-2px;padding-right:2px}.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:16px}.boot p{margin:0;color:var(--muted)}
.app-layout{display:grid;grid-template-columns:230px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:230px;background:var(--navy);color:#bdcad9;display:flex;flex-direction:column;padding:29px 17px 0;z-index:10}.sidebar .brand{margin:0 9px 31px}.workspace-name{font-size:14px;display:flex;align-items:center;gap:8px;border:1px solid #354454;border-radius:6px;padding:12px 10px;margin-bottom:34px;color:#d1dbe5}.workspace-dot{width:6px;height:6px;background:#6a97ff;border-radius:50%}.workspace-label{font-size:12px;color:#9bacc0;margin-left:auto;letter-spacing:.8px}.nav-caption{font-size:12px;letter-spacing:1.3px;color:#7c91a7;padding-left:13px;margin-bottom:11px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{display:flex;align-items:center;gap:11px;border:0;background:none;color:#aabdd0;padding:12px 13px;text-align:left;border-radius:6px;font-size:14px;min-height:43px}.nav-item:hover{background:#1c3044;color:white}.nav-item.active{background:#274363;color:#fff}.nav-icon{width:19px;font-size:20px;line-height:1;text-align:center;color:#87a2bd}.active .nav-icon{color:#a9c7ff}.nav-count{margin-left:auto;border-radius:4px;padding:2px 5px;background:#c65844;color:white;font-size:12px}.sidebar-bottom{margin-top:auto;display:flex;align-items:center;gap:9px;border-top:1px solid #2a3c4d;padding:21px 3px}.user-avatar{width:31px;height:31px;border-radius:50%;background:#30465b;color:#d6e3f1;display:grid;place-items:center;font-size:14px}.user-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px;font-size:12px;color:#e2eaf2}.user-info small{font-size:12px;color:#849bb2;overflow:hidden;text-overflow:ellipsis}.logout{background:transparent;border:0;color:#a7bbd0;font-size:20px;padding:5px}.workspace{grid-column:2;display:flex;flex-direction:column;min-width:0}.topbar{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 36px;background:white;border-bottom:1px solid var(--border);font-size:12px;color:#8792a1}.topbar strong{color:#596c7f;font-weight:500}.breadcrumb-separator{padding:0 10px;color:#bdc6d0}.refresh-state{display:flex;align-items:center;gap:9px;font-size:12px}.icon-button{border:0;background:transparent;color:#68788a;border-radius:5px;width:32px;height:32px;font-size:21px}.icon-button:hover{background:#eaf0f7;color:#264b79}main{padding:33px 36px 40px;flex:1;outline:0}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.page-heading .muted{font-size:14px;margin:0}.page-heading .eyebrow{font-size:12px}.heading-actions{display:flex;gap:8px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #d8e0e9;color:#52647a;background:white;border-radius:6px;padding:9px 14px;font-size:14px;font-weight:600;min-height:37px;white-space:nowrap}.button:hover{background:#f0f4f9;border-color:#bfcbd9}.button.primary{background:var(--blue);color:#fff;border-color:var(--blue);box-shadow:0 2px 3px #2563eb18}.button.primary:hover{background:var(--blue-dark)}.button.danger{color:var(--red);border-color:#efc9cd}.button.small{min-height:30px;padding:5px 9px;font-size:12px}.button.text-button{border-color:transparent;background:transparent;color:var(--blue);padding-left:0;min-height:28px}.button.text-button:hover{text-decoration:underline}.button-icon{font-size:17px;font-weight:400;line-height:1}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:26px}.summary-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px}.summary-top{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#78869a}.summary-symbol{display:grid;place-items:center;width:27px;height:27px;border-radius:7px;background:#f0f4f9;color:#65809e;font-size:15px}.summary-card.alert .summary-symbol{background:var(--red-bg);color:var(--red)}.summary-value{font-size:30px;font-weight:650;letter-spacing:-1px;margin:6px 0 5px}.summary-card.alert .summary-value{color:var(--red)}.summary-note{font-size:12px;color:#8b97a5}.summary-note.warning{color:var(--amber)}.panel{background:white;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.panel-heading{padding:18px 20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-heading h2{font-size:14px;margin:0;letter-spacing:0}.panel-heading p{font-size:12px;margin:4px 0 0;color:var(--muted)}.panel-meta{color:#8996a6;font-size:12px}.filters{display:flex;gap:9px;align-items:center;flex-wrap:wrap;padding:15px 20px;border-bottom:1px solid var(--border)}.filters input,.filters select{width:auto;min-height:34px;font-size:12px;padding:7px 10px;border-radius:5px}.filters .search{flex:1;min-width:150px;max-width:300px}.filters select{max-width:220px}.check-label{display:flex;gap:8px;align-items:center;white-space:nowrap;font-size:12px;color:#647389;margin:0;cursor:pointer}.check-label input{width:14px;min-height:14px;margin:0;accent-color:var(--blue)}.filter-reset{background:none;border:0;color:var(--blue);padding:6px;font-size:12px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.data-table th{padding:12px 18px;color:#8591a1;background:#fbfcfd;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.55px;border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:16px 18px;border-bottom:1px solid #edf1f5;vertical-align:middle;line-height:1.4}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fafcff}.data-table .main-cell{min-width:165px}.row-title{display:block;color:#304259;font-size:14px;font-weight:600;margin:0 0 4px}.row-subtitle{display:block;color:#8a97a7;font-size:12px}.row-link{background:none;border:0;text-align:left;padding:0;color:var(--blue);font-weight:600;font-size:14px}.row-link:hover{text-decoration:underline}.time-main{font-size:12px;white-space:nowrap;color:#54647a}.time-sub{font-size:12px;display:block;color:#95a0ae;margin-top:4px;white-space:nowrap}.row-arrow{color:#9dabbc;font-size:16px}.badge{display:inline-flex;gap:5px;align-items:center;font-size:12px;font-weight:600;border-radius:5px;padding:4px 7px;white-space:nowrap;line-height:1.4;background:#f0f3f7;color:#7a8797}.badge.green{background:var(--green-bg);color:var(--green)}.badge.red{background:var(--red-bg);color:var(--red)}.badge.amber{background:var(--amber-bg);color:var(--amber)}.badge.blue{background:#eaf1ff;color:#386fd0}.badge-symbol{font-size:12px}.secondary-badge{display:block;margin-top:5px;color:#8591a1;font-size:12px}.table-footer{border-top:1px solid var(--border);padding:12px 20px;display:flex;justify-content:space-between;gap:12px;color:#8995a4;font-size:12px}.info-strip{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#edf3fa;border:1px solid #dce7f4;border-radius:7px;margin-top:18px;color:#68809d;font-size:12px;line-height:1.6}.info-strip p{margin:0}.info-symbol{font-size:14px;color:#718cac}.empty-state{text-align:center;padding:49px 20px;max-width:530px;margin:auto}.empty-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:12px;background:#edf3fa;color:#6f8bad;font-size:25px;margin:0 auto 18px}.empty-state h3{margin-bottom:8px;font-size:15px}.empty-state p{font-size:14px;color:var(--muted);margin-bottom:20px}.page-error,.form-error{background:var(--red-bg);border:1px solid #efcbd0;border-radius:6px;padding:12px 14px;color:#a9303d;font-size:14px;line-height:1.6;margin-bottom:18px;overflow-wrap:anywhere}.loading-state{padding:48px;text-align:center;color:var(--muted);font-size:14px}.workspace-footer{display:flex;justify-content:space-between;gap:10px;padding:15px 36px 22px;color:#9aa5b2;font-size:12px}.workspace-footer>span:first-child{font-weight:600}.subheading{display:flex;align-items:center;justify-content:space-between;margin:25px 0 12px}.subheading h2{font-size:14px;margin:0}.instance-name{display:flex;align-items:center;gap:10px}.instance-icon{width:33px;height:33px;flex-shrink:0;border-radius:7px;background:#eff3f8;color:#748aa4;display:grid;place-items:center;font-size:18px}.table-actions{display:flex;gap:7px;flex-wrap:wrap}.status-note{margin-top:6px;font-size:12px;color:#8491a1;max-width:240px}.customer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.customer-card{padding:21px}.customer-card .customer-icon{background:#eef3fb;color:#6c85a3;width:36px;height:36px;border-radius:8px;display:grid;place-items:center;font-size:18px;margin-bottom:18px}.customer-card h2{font-size:16px;margin-bottom:7px}.customer-card p{font-size:12px;color:var(--muted);margin-bottom:20px}.customer-stats{display:flex;gap:18px;padding-top:14px;border-top:1px solid var(--border);font-size:12px;color:var(--muted)}.customer-stats strong{color:#43566e;margin-right:4px}
label{display:block;font-size:14px;font-weight:550;margin:17px 0 7px;color:#526379}input,select,textarea{display:block;width:100%;border:1px solid #d5deea;border-radius:6px;background:#fff;color:var(--text);padding:10px 12px;min-height:40px}input::placeholder,textarea::placeholder{color:#a1abb8}textarea{min-height:80px;resize:vertical}.field-hint{font-size:12px;color:#8a96a5;line-height:1.6;margin:6px 0 0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 16px}.form-grid .full{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:24px;border-top:1px solid var(--border);padding-top:18px}.field-prefix{font-size:12px;color:var(--muted);margin:0}.form-check{display:flex;align-items:center;gap:9px;margin:17px 0;font-size:14px}.form-check input{width:16px;height:16px;min-height:0;accent-color:var(--blue);margin:0}.form-check label{margin:0}.login-layout{min-height:100vh;display:grid;grid-template-columns:44% 56%;background:#fff}.login-intro{display:flex;flex-direction:column;justify-content:space-between;gap:70px;padding:50px 60px;background:var(--navy);color:white}.login-intro h1{font-size:43px;line-height:1.2;font-weight:550;letter-spacing:-1.4px;margin-bottom:25px}.login-intro p:not(.eyebrow){font-size:14px;max-width:335px;color:#9db1c6;line-height:1.8}.login-intro .eyebrow{color:#7796b7;margin-bottom:18px}.login-caption{font-size:12px;color:#6e879e}.login-form-wrap{display:flex;align-items:center;justify-content:center;padding:40px}.login-form{width:100%;max-width:350px}.login-form h2{font-size:26px;margin-bottom:10px}.login-form .muted{font-size:14px;margin-bottom:28px}.login-form label{font-size:14px;margin-top:20px}.login-form input{height:43px}.login-form .button{width:100%;margin-top:27px;height:43px;justify-content:space-between;font-size:14px}.login-help{font-size:12px;text-align:center;color:#99a4b2;margin-top:22px}.login-form .eyebrow{font-size:12px;margin-bottom:12px}dialog{border:1px solid var(--border);border-radius:12px;padding:0;width:min(600px,calc(100vw - 32px));max-height:calc(100dvh - 40px);box-shadow:0 25px 90px #10253835;color:var(--text)}dialog::backdrop{background:#10203270;backdrop-filter:blur(2px)}dialog.wide{width:min(900px,calc(100vw - 32px))}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px 18px;border-bottom:1px solid var(--border)}.modal-header .eyebrow{font-size:12px;margin-bottom:7px}.modal-header h2{font-size:21px;margin:0}.modal-header .icon-button{font-size:25px;margin-top:-3px}#modal-body{padding:22px 26px 26px}.modal-intro{font-size:14px;color:var(--muted);margin:0 0 15px}.detail-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:17px 0 22px}.detail-stat{padding:13px;background:#f6f8fb;border-radius:6px}.detail-stat span{display:block;font-size:12px;color:#8390a1;margin-bottom:7px}.detail-stat strong{font-weight:600;font-size:14px}.detail-tabs{display:flex;gap:23px;border-bottom:1px solid var(--border);margin:18px 0}.detail-tab{border:0;border-bottom:2px solid transparent;background:none;padding:9px 0;color:#8a96a5;font-size:14px}.detail-tab.active{color:var(--blue);border-bottom-color:var(--blue);font-weight:600}.incident{border-left:3px solid #d96167;background:#fff5f5;padding:12px 14px;margin-bottom:9px;font-size:12px;line-height:1.6;border-radius:0 4px 4px 0}.incident.resolved{border-left-color:#68a58a;background:#f1f8f5}.incident small{display:block;font-size:12px;color:#939cac;margin-top:4px}.token-box{font-family:Consolas,monospace;font-size:14px;overflow-wrap:anywhere;background:#f5f7fa;border:1px solid var(--border);border-radius:7px;padding:15px;margin:15px 0;width:100%;min-height:74px;resize:none}.token-warning{background:var(--amber-bg);color:var(--amber);border:1px solid #f0dfbf;border-radius:6px;padding:12px;font-size:14px;line-height:1.6}.toast{position:fixed;right:28px;bottom:27px;max-width:calc(100vw - 56px);padding:13px 18px;border-radius:8px;background:var(--navy);color:#f1f6fb;font-size:14px;box-shadow:0 6px 25px #152b3333;z-index:100}.inline-code{font-family:Consolas,monospace;background:#f2f5f9;padding:2px 5px;border-radius:3px;font-size:12px}.full-width{width:100%}.wrap{overflow-wrap:anywhere}.policy-note{font-size:12px;color:#7f8ea0;line-height:1.7;margin-top:16px}.run-message{max-width:280px;overflow-wrap:anywhere}
@media(min-width:1600px){main{max-width:1600px;width:100%;align-self:center}.topbar{padding-left:44px;padding-right:44px}}
@media(max-width:1200px){.sidebar{width:200px;padding-inline:12px}.app-layout{grid-template-columns:200px minmax(0,1fr)}.sidebar .brand{font-size:18px;margin-left:5px}.brand-mark{width:27px;height:27px}.workspace-name{font-size:12px;padding-inline:8px}.workspace-label{font-size:12px}.nav-item{font-size:14px}main{padding:28px 23px}.topbar{padding-inline:23px}.summary-grid{gap:10px}.summary-card{padding:15px}.customer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.data-table th,.data-table td{padding-left:13px;padding-right:13px}.filters{padding:13px}.filters .check-label{margin-left:0}.login-intro{padding:45px 35px}.login-intro h1{font-size:36px}}
@media(max-width:800px){.app-layout{display:block}.sidebar{position:static;width:auto;padding:17px 18px 10px}.sidebar .brand{margin:0;font-size:19px}.workspace-name,.nav-caption,.sidebar-bottom{display:none}.sidebar nav{flex-direction:row;gap:5px;overflow-x:auto;margin-top:17px}.nav-item{padding:8px 10px;min-height:35px;white-space:nowrap;font-size:12px;gap:6px}.nav-icon{font-size:16px;width:16px}.nav-count{font-size:12px}.topbar{height:52px;padding-inline:18px}.topbar>span{font-size:12px}.refresh-state{font-size:12px}.workspace{min-height:calc(100vh - 120px)}main{padding:24px 18px}.page-heading{align-items:flex-start;gap:15px;flex-wrap:wrap}.page-heading h1{font-size:25px}.heading-actions{width:100%}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.summary-card{padding:14px 16px}.summary-value{font-size:26px}.summary-top{font-size:12px}.filters select{max-width:none;flex:1;min-width:125px}.filters .search{max-width:none;flex-basis:100%}.filters .check-label{flex-basis:100%;padding:5px 0}.workspace-footer{padding-inline:18px;font-size:12px}.customer-grid{grid-template-columns:1fr}.login-layout{grid-template-columns:1fr}.login-intro{padding:26px;gap:25px}.login-intro>div:not(.brand),.login-caption{display:none}.login-form-wrap{padding:45px 26px;align-items:flex-start}.login-intro .brand{font-size:21px}.login-layout{display:flex;flex-direction:column}.login-form-wrap{flex:1}.panel-heading{padding:15px}.table-footer{padding:12px 14px}.detail-summary{grid-template-columns:1fr}.detail-stat{display:flex;justify-content:space-between;align-items:center}.detail-stat span{margin:0}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}#modal-body{padding:18px}.modal-header{padding:20px 18px 16px}.detail-tabs{gap:20px}.modal-header h2{font-size:18px}.table-actions{min-width:155px}}
@media(prefers-reduced-motion:no-preference){button,a{transition:background-color .15s,color .15s,border-color .15s}.toast{animation:toast-enter .2s ease-out}@keyframes toast-enter{from{transform:translateY(6px);opacity:0}to{transform:translateY(0);opacity:1}}}
.mobile-logout{display:none}@media(max-width:800px){.mobile-logout{display:inline-block}.refresh-state{gap:2px}.topbar>span{font-size:11px}.refresh-state #refresh-status{max-width:115px;font-size:11px}}
:root{--muted:#637286;--green:#1d6b4c;--red:#b42431;--amber:#87510a}.eyebrow,.summary-top,.summary-note,.panel-meta,.data-table th,.row-subtitle,.time-sub,.secondary-badge,.table-footer,.workspace-footer,.field-hint,.login-help,.status-note,.detail-stat span,.detail-tab,.incident small,.policy-note{color:#637286}.badge.blue{color:#2c60bb}.sidebar .eyebrow{color:#a0b4c9}.login-intro .eyebrow{color:#a0b4c9}.login-caption{color:#a0b4c9}.topbar{color:#66768a}.workspace-name{flex-wrap:wrap}.workspace-label{margin-left:14px}.summary-top{min-height:32px}.summary-note{line-height:1.5}.customer-card .customer-stats{margin-top:18px}
@media(max-width:600px){#action-results .data-table,#action-results .data-table tbody{display:block}#action-results .data-table thead{display:none}#action-results .data-table tr{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;padding:17px 14px;border-bottom:1px solid var(--border)}#action-results .data-table tr:last-child{border-bottom:0}#action-results .data-table td{display:block;border:0;padding:0;min-width:0}#action-results .data-table td:nth-child(1){grid-column:1;order:1;overflow-wrap:anywhere}#action-results .data-table td:nth-child(2){grid-column:1/-1;order:3;display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}#action-results .data-table td:nth-child(2) .row-title{font-size:12px;margin:0}#action-results .data-table td:nth-child(3){grid-column:2;order:2;text-align:right}#action-results .data-table td:nth-child(3) .badge{white-space:normal;text-align:left}#action-results .data-table td:nth-child(3)>.status-note{display:none}#action-results .data-table td:nth-child(3)>.status-note:has(.badge){display:block}#action-results .data-table td:nth-child(4){grid-column:1;order:4}#action-results .data-table td:nth-child(5){grid-column:2;order:5;text-align:right}#action-results .data-table td:nth-child(4):before,#action-results .data-table td:nth-child(5):before{display:block;margin-bottom:5px;font-size:11px;color:var(--muted)}#action-results .data-table td:nth-child(4):before{content:"Poslední úspěch"}#action-results .data-table td:nth-child(5):before{content:"Další termín"}#action-results .data-table td:nth-child(6),#action-results .data-table td:nth-child(7){display:none}#action-results .time-sub{white-space:normal}#action-results .row-link{font-size:14px}#action-results .table-footer{flex-wrap:wrap;font-size:11px}.modal-header{position:sticky;top:0;background:white;z-index:2}.form-actions{position:sticky;bottom:-26px;background:white;padding-bottom:8px}}
@media(max-width:600px){.form-actions{bottom:0;padding-bottom:10px}}
.schedule-summary{display:block;font-size:12px;color:#526379;max-width:210px;line-height:1.5}.policy-section{margin-top:16px;padding:1px 16px 16px;background:#f8fafc;border:1px solid var(--border);border-radius:8px}.policy-subheading{margin:24px 0 12px;padding-top:18px;border-top:1px solid var(--border)}.policy-subheading h3{font-size:14px;color:#374b64;margin-bottom:5px}.policy-subheading p{font-size:12px;color:var(--muted);margin:0;line-height:1.6}.weekday-fieldset{border:0;padding:0;margin:20px 0 0;min-width:0}.weekday-fieldset legend{font-size:14px;font-weight:550;color:#526379;padding:0;margin-bottom:10px}.weekday-options{display:flex;gap:8px;flex-wrap:wrap}.weekday-choice{display:flex;align-items:center;gap:7px;margin:0;padding:9px 11px;border:1px solid #d7e1ee;border-radius:6px;background:white;font-size:14px;cursor:pointer}.weekday-choice:has(input:checked){background:#edf3ff;border-color:#9ebafb;color:#2459bd}.weekday-choice input{width:14px;height:14px;min-height:0;margin:0;accent-color:var(--blue)}.weekday-shortcuts{display:flex;gap:18px;margin-top:7px}.weekday-shortcuts .button{font-size:12px}.excluded-dates{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:10px}.excluded-date-row{display:flex;gap:7px;align-items:center}.excluded-date-row input{min-width:0}.excluded-date-row .button{min-height:40px;flex-shrink:0}.detail-stat strong{line-height:1.5}.detail-summary .detail-stat{min-width:0;overflow-wrap:anywhere}@media(max-width:600px){.weekday-options{gap:5px}.weekday-choice{padding:8px 7px;gap:4px;font-size:12px}.weekday-choice input{width:12px;height:12px}.excluded-dates{grid-template-columns:1fr}.policy-section{padding-inline:10px}.detail-summary .detail-stat{gap:10px}.detail-stat strong{text-align:right}.policy-subheading{margin-top:20px}.policy-section .policy-subheading{margin-top:15px}.weekday-fieldset legend{font-size:13px}}
