*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f1f5f9;color:#111827}.app{display:flex;min-height:100vh}.app-body{flex:1;display:flex;flex-direction:column;min-width:0;min-height:100vh}.app-main{flex:1;padding:28px 24px;max-width:1200px;width:100%;margin:0 auto;box-sizing:border-box}.side-nav{width:240px;flex-shrink:0;background:#0f2b4a;display:flex;flex-direction:column;min-height:100vh;position:sticky;top:0;height:100vh;overflow-y:auto}.side-nav-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 16px;border-bottom:1px solid rgba(255,255,255,.08)}.side-nav-logo{height:40px;width:auto;object-fit:contain}.side-nav-close{display:none;background:none;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;padding:4px 6px;line-height:1}.side-nav-close:hover{color:#fff}.side-nav-links{flex:1;display:flex;flex-direction:column;padding:10px 0;overflow-y:auto}.side-nav-link{background:none;border:none;border-left:3px solid transparent;text-align:left;padding:11px 20px;font-size:.875rem;font-weight:500;color:#ffffff8c;cursor:pointer;transition:background .15s,color .15s,border-color .15s;display:flex;align-items:center;width:100%}.side-nav-link:hover{background:#ffffff12;color:#ffffffe6}.side-nav-link.active{background:#38bdf81f;color:#38bdf8;border-left-color:#38bdf8}.side-nav-group{display:flex;flex-direction:column}.side-nav-group-hdr--btn{background:none;border:none;border-left:3px solid transparent;text-align:left;width:100%;padding:11px 20px;font-size:.875rem;font-weight:500;color:#ffffff8c;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center}.side-nav-group-hdr--btn:hover{background:#ffffff12;color:#ffffffe6}.side-nav-group-hdr--btn.grp-active{color:#ffffffe6}.snav-chevron{margin-left:auto;font-size:.65rem;transition:transform .2s;opacity:.6}.side-nav-group-hdr--btn.grp-open .snav-chevron{transform:rotate(180deg)}.side-nav-link--child{padding-left:44px;font-size:.83rem}.side-nav-footer{padding:12px 12px 16px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:6px}.side-nav-footer-btn{width:100%;background:none;border:1px solid rgba(255,255,255,.15);color:#ffffff8c;padding:9px 14px;border-radius:7px;font-size:.82rem;cursor:pointer;text-align:left;display:flex;align-items:center;transition:background .15s,color .15s}.side-nav-footer-btn:hover{background:#ffffff14;color:#ffffffe6}.side-nav-footer-btn--push{border-color:#2176ae99;color:#7dd3fc}.side-nav-push-ok{font-size:.78rem;color:#ffffff59;padding:6px 4px;display:flex;align-items:center}.snav-icon{margin-right:10px;font-size:.85rem;width:15px;text-align:center;flex-shrink:0}.nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:#e53e3e;color:#fff;font-size:.68rem;font-weight:700;line-height:1;margin-left:6px}.nav-badge--side{margin-left:auto}.topbar{display:none;background:#0f2b4a;padding:0 16px;align-items:center;gap:12px;height:52px;flex-shrink:0;position:sticky;top:0;z-index:50}.topbar-title{font-size:.95rem;font-weight:600;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-img{height:28px;width:auto;object-fit:contain;flex-shrink:0}.hamburger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:6px;flex-shrink:0}.hamburger-btn span{display:block;width:22px;height:2px;background:#e2e8f0;border-radius:2px}.side-nav-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200}@media (max-width: 1023px){.app{display:block}.side-nav{position:fixed;top:0;left:0;height:100%;width:260px;min-height:unset;z-index:201;transform:translate(-100%);transition:transform .25s ease}.side-nav.open{transform:translate(0)}.side-nav-close,.side-nav-overlay{display:block}.topbar,.hamburger-btn{display:flex}.app-body{min-height:calc(100vh - 52px)}.app-main{padding:20px 16px}}@media (max-width: 480px){.btn-primary.btn-large{width:100%;text-align:center}.btn-secondary{padding:8px 12px;font-size:.85rem}}.btn-primary{background:#2176ae;color:#fff;border:none;padding:9px 20px;border-radius:7px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .15s}.btn-primary:hover:not(:disabled){background:#0f4c81}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary.btn-large{padding:11px 28px;font-size:1rem}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:8px 16px;border-radius:7px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .15s}.btn-secondary:hover:not(:disabled){background:#f3f4f6}.btn-secondary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary.btn-small{padding:4px 10px;font-size:.82rem}.login-wrapper{min-height:100vh;background:#f1f5f9;display:flex;align-items:center;justify-content:center}.login-box{background:#fff;border-radius:12px;padding:40px 36px;width:100%;max-width:360px;box-shadow:0 4px 24px #00000014}.login-logo-img{display:block;margin:0 auto 28px;max-height:80px;max-width:220px;width:auto;object-fit:contain}.login-field{margin-bottom:16px;display:flex;flex-direction:column;gap:5px}.login-field label{font-size:.88rem;font-weight:500;color:#374151}.login-field input{padding:10px 12px;border:1px solid #d1d5db;border-radius:7px;font-size:.95rem;outline:none;transition:border-color .15s}.login-field input:focus{border-color:#2176ae}.login-error{background:#fee2e2;color:#991b1b;padding:8px 12px;border-radius:6px;font-size:.85rem;margin-bottom:12px}.login-btn{width:100%;background:#2176ae;color:#fff;border:none;padding:11px;border-radius:7px;font-size:1rem;font-weight:500;cursor:pointer;margin-top:4px;transition:background .15s}.login-btn:hover:not(:disabled){background:#0f4c81}.login-btn:disabled{opacity:.6;cursor:not-allowed}.smtp-form{max-width:540px}.smtp-form h2{margin-top:0;font-size:1.25rem}.smtp-hint{color:#666;font-size:.9rem;margin-bottom:1.5rem}.form-row select,.form-row input[type=text],.form-row input[type=password],.form-row input[type=number],.form-row input:not([type=checkbox]){padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;outline:none;transition:border-color .15s}.form-row input:focus{border-color:#4f6ef7}.port-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.port-hints{display:flex;gap:6px}.port-hints button{font-size:.8rem;padding:4px 8px;border:1px solid #ccc;border-radius:4px;background:#f5f5f5;cursor:pointer}.port-hints button:hover{background:#e8e8e8}.form-actions{display:flex;gap:10px;margin-top:1.5rem;flex-wrap:wrap}@media (max-width: 480px){.form-actions .btn-primary,.form-actions .btn-secondary{width:100%;text-align:center}.port-hints{flex-wrap:wrap}}.campaign-form{max-width:820px}.campaign-form h2{margin-top:0;font-size:1.25rem}.form-row input{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.95rem;outline:none;transition:border-color .15s}.form-row input:focus{border-color:#2176ae}.email-list-input,.html-editor{margin-bottom:1.25rem}.count-badge{display:inline-block;background:#dbeafe;color:#1e40af;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:600;margin-left:8px}textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:6px;font-size:.9rem;resize:vertical;box-sizing:border-box;outline:none;transition:border-color .15s}textarea:focus{border-color:#2176ae}.editor-layout{display:flex;gap:12px;flex-direction:column}@media (min-width: 640px){.editor-layout{flex-direction:row}}.editor-layout.single textarea{width:100%}.editor-layout.split textarea{flex:1}.preview-pane{flex:1;display:flex;flex-direction:column;border:1px solid #ccc;border-radius:6px;overflow:hidden}.preview-label{background:#f3f4f6;padding:4px 10px;font-size:.8rem;color:#555;border-bottom:1px solid #ccc}.preview-pane iframe{flex:1;border:none;width:100%;min-height:280px}.form-actions{margin-top:1.25rem;display:flex;flex-wrap:wrap;gap:8px}@media (max-width: 480px){.form-actions .btn-primary{width:100%}.input-header{flex-wrap:wrap}}.badge{display:inline-block;margin-top:.5rem;padding:6px 14px;border-radius:6px;font-size:.88rem;font-weight:500}.sending-dashboard{max-width:900px}.dashboard-header h2{margin:0;font-size:1.25rem}.spinner{width:18px;height:18px;border:3px solid #d1d5db;border-top-color:#4f6ef7;border-radius:50%;animation:spin .7s linear infinite;display:inline-block;flex-shrink:0}.progress-section{margin-bottom:1.25rem}.progress-bar{height:14px;background:#e5e7eb;border-radius:999px;overflow:hidden;display:flex}.progress-sent{background:#34d399;transition:width .3s ease}.progress-failed{background:#f87171;transition:width .3s ease}.progress-labels{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px;font-size:.85rem}.label-sent{color:#065f46;font-weight:600}.label-failed{color:#991b1b;font-weight:600}.label-remaining{color:#555}.label-total{color:#999}.email-table-wrap{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px}.email-table{width:100%;border-collapse:collapse;font-size:.88rem}.email-table thead tr{background:#f9fafb}.email-table th{text-align:left;padding:9px 12px;font-weight:600;color:#374151;border-bottom:1px solid #e5e7eb}.email-table td{padding:8px 12px;border-bottom:1px solid #f3f4f6;vertical-align:middle}.email-table tbody tr:last-child td{border-bottom:none}.row-failed{background:#fff7f7}.td-email{font-family:monospace;font-size:.85rem}.td-error{color:#991b1b;font-size:.82rem;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-badge{display:inline-block;padding:2px 9px;border-radius:999px;font-size:.8rem;font-weight:600}.status-pending{background:#f3f4f6;color:#6b7280}.status-sending{background:#dbeafe;color:#1d4ed8}.status-sent{background:#d1fae5;color:#065f46}.status-failed{background:#fee2e2;color:#991b1b}.btn-retry{background:#fff;border:1px solid #f87171;color:#dc2626;padding:3px 10px;border-radius:5px;cursor:pointer;font-size:.82rem;font-weight:500}.btn-retry:hover{background:#fee2e2}@media (max-width: 600px){.email-table th:nth-child(3),.email-table td:nth-child(3){display:none}.email-table th,.email-table td{padding:8px;font-size:.82rem}.td-email{font-size:.78rem;word-break:break-all}.dashboard-header,.banner{flex-direction:column;align-items:flex-start;gap:8px}}.twilio-form,.sms-form,.sms-dashboard{max-width:680px}.twilio-form h3,.sms-form h3,.sms-dashboard h3{margin-top:0;font-size:1.1rem}.hint{color:#666;font-size:.88rem;margin-bottom:1.25rem}.field-hint{font-size:.78rem;color:#888;margin-top:3px;display:block}.form-row{margin-bottom:1rem;display:flex;flex-direction:column;gap:4px}.form-row label{font-weight:500;font-size:.9rem;color:#333}.form-row input,.phone-input textarea,.form-row textarea{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font-size:.9rem;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box}.form-row input:focus,.phone-input textarea:focus,.form-row textarea:focus{border-color:#2176ae}.phone-input{margin-bottom:1.25rem}.input-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.input-header label{font-weight:500;font-size:.9rem;color:#333;flex:1}.count-badge{display:inline-block;background:#dbeafe;color:#1e40af;padding:2px 8px;border-radius:999px;font-size:.8rem;font-weight:600;margin-left:6px}.char-count{font-size:.8rem;color:#888}.char-count.over{color:#dc2626;font-weight:600}.input-hint{font-size:.8rem;color:#888;margin:4px 0 0}.form-actions{margin-top:1.25rem}.badge{display:inline-block;margin-top:.75rem;padding:6px 14px;border-radius:6px;font-size:.88rem;font-weight:500}.badge-ok{background:#d1fae5;color:#065f46}.badge-error{background:#fee2e2;color:#991b1b}.dashboard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.banner{padding:10px 16px;border-radius:8px;margin-bottom:1rem;font-weight:500;display:flex;align-items:center;gap:12px}.banner-ok{background:#d1fae5;color:#065f46}.banner-warn{background:#fef3c7;color:#92400e}.spinner-row{display:flex;align-items:center;gap:10px;color:#555;margin-bottom:1rem;font-size:.95rem}.spinner{width:18px;height:18px;border:3px solid #d1d5db;border-top-color:#2176ae;border-radius:50%;animation:spin .7s linear infinite;display:inline-block;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.btn-retry-all{background:none;border:1px solid #92400e;color:#92400e;padding:3px 10px;border-radius:5px;cursor:pointer;font-size:.85rem;font-weight:500}.btn-retry-all:hover{background:#fef3c7}.sms-page-divider{border:none;border-top:1px solid #e5e7eb;margin:2rem 0}@media (max-width: 480px){.form-actions .btn-primary,.form-actions .btn-secondary{width:100%;text-align:center}.dashboard-header,.banner{flex-direction:column;align-items:flex-start;gap:8px}.input-header{flex-wrap:wrap}}.faktura-tab{display:flex;flex-direction:column;gap:16px}.faktura-auth-box,.faktura-revolut-box{background:#fff;border-radius:10px;padding:16px 20px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:8px}.faktura-auth-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.faktura-auth-warning{background:#fef3c7;color:#92400e;border:1px solid #fde68a;border-radius:6px;padding:8px 12px;font-size:.85rem}.faktura-auth-label{font-weight:600;font-size:.95rem;color:#1e293b}.faktura-auth-status{background:#dcfce7;color:#166534;font-size:.78rem;font-weight:600;padding:2px 8px;border-radius:99px}.faktura-auth-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.faktura-token-input{flex:1;min-width:200px;padding:8px 12px;border:1px solid #d1d5db;border-radius:7px;font-size:.9rem;outline:none}.faktura-token-input:focus{border-color:#2176ae}.faktura-notice{background:#fef9c3;color:#713f12;padding:12px 16px;border-radius:8px;font-size:.9rem}.faktura-subtabs{display:flex;gap:4px;border-bottom:2px solid #e2e8f0;padding-bottom:0}.faktura-subtab{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:8px 18px;font-size:.9rem;cursor:pointer;color:#64748b;transition:color .15s,border-color .15s}.faktura-subtab:hover{color:#1e293b}.faktura-subtab.active{color:#2176ae;border-bottom-color:#2176ae;font-weight:600}.faktura-system-block{background:#f0f7ff;border:1px solid #bfdbfe;border-radius:8px;padding:16px 18px;display:flex;flex-direction:column;gap:12px}.faktura-system-block h4{color:#1e40af;font-size:.95rem}.faktura-section{background:#fff;border-radius:10px;padding:20px 24px;box-shadow:0 2px 8px #0000000f;display:flex;flex-direction:column;gap:14px}.faktura-section h3{margin:0;font-size:1.1rem;color:#1e293b}.faktura-field{display:flex;flex-direction:column;gap:4px}.faktura-field label{font-size:.85rem;font-weight:500;color:#374151}.faktura-field input,.faktura-field select{padding:8px 12px;border:1px solid #d1d5db;border-radius:7px;font-size:.9rem;outline:none}.faktura-field input:focus,.faktura-field select:focus{border-color:#2176ae}.faktura-row{display:flex;gap:12px;flex-wrap:wrap}.faktura-row .faktura-field{flex:1;min-width:140px}.faktura-error{background:#fee2e2;color:#991b1b;padding:8px 12px;border-radius:6px;font-size:.85rem}.faktura-empty,.faktura-loading{color:#64748b;font-size:.9rem}.results-summary{display:flex;justify-content:space-between;font-size:.9rem;color:#374151}.results-total{font-weight:600}.results-table-wrap,.overdue-table-wrap{overflow-x:auto}.results-table{width:100%;border-collapse:collapse;font-size:.88rem}.results-table th{text-align:left;padding:8px 12px;background:#f8fafc;color:#374151;font-weight:600;border-bottom:2px solid #e2e8f0}.results-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;vertical-align:top}.results-table tr.row-ok:hover td{background:#f8fafc}.results-table tr.row-failed td{background:#fff7f7}.status-badge{display:inline-block;padding:2px 8px;border-radius:99px;font-size:.78rem;font-weight:600;background:#dcfce7;color:#166534}.status-badge.status-fakturafehlede,.status-badge.status-remindernotsended{background:#fee2e2;color:#991b1b}.result-message{font-size:.75rem;color:#991b1b;margin-top:2px}.pay-link{color:#2176ae;text-decoration:none;font-size:.85rem}.pay-link:hover{text-decoration:underline}.no-link{color:#9ca3af}.reminder-results{display:flex;flex-direction:column;gap:6px;margin-top:8px}.reminder-ok{background:#dcfce7;color:#166534;padding:6px 10px;border-radius:6px;font-size:.85rem}.reminder-fail{background:#fee2e2;color:#991b1b;padding:6px 10px;border-radius:6px;font-size:.85rem}.customer-card{border:1px solid #e2e8f0;border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px}.customer-card-header{display:flex;justify-content:space-between;align-items:center}.customer-card-header h4{margin:0;font-size:.95rem;color:#1e293b}.product-table{width:100%;border-collapse:collapse;font-size:.85rem}.product-table th{text-align:left;padding:4px 8px;color:#374151;font-weight:600;border-bottom:1px solid #e2e8f0}.product-table td{padding:4px 8px}.product-table input,.product-table select{width:100%;padding:5px 8px;border:1px solid #d1d5db;border-radius:5px;font-size:.85rem;outline:none}.product-table input:focus,.product-table select:focus{border-color:#2176ae}.faktura-checkboxes{display:flex;gap:20px;font-size:.9rem;color:#374151}.faktura-checkboxes label{display:flex;align-items:center;gap:6px;cursor:pointer}@media (max-width: 480px){.faktura-auth-row{flex-direction:column;align-items:stretch}.faktura-token-input{min-width:unset}.faktura-subtab{padding:6px 12px;font-size:.82rem}}:root{--bk-green: #2176ae;--bk-green-dark: #0f4c81;--bk-green-light: #dbeafe;--bk-radius: 10px;--bk-radius-sm: 6px;--bk-border: #e2e8f0;--bk-shadow: 0 1px 8px rgba(0,0,0,.07)}.bk-subtabs{display:flex;gap:4px;border-bottom:2px solid var(--bk-border);margin-bottom:24px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bk-subtabs::-webkit-scrollbar{display:none}.bk-subtab{background:none;border:none;padding:8px 16px;font-size:.9rem;cursor:pointer;color:#64748b;transition:color .15s,box-shadow .15s;font-weight:500;white-space:nowrap;flex-shrink:0}@media (max-width: 640px){.bk-subtab{padding:8px 12px;font-size:.82rem}}.bk-subtab:hover{color:var(--bk-green)}.bk-subtab.active{color:var(--bk-green);box-shadow:inset 0 -2px 0 var(--bk-green)}.bk-card{background:#fff;border-radius:var(--bk-radius);box-shadow:var(--bk-shadow);padding:20px 24px;margin-bottom:16px}.bk-card-title{font-size:1rem;font-weight:700;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.bk-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:flex-end;margin-bottom:16px}.bk-filter-group{display:flex;flex-direction:column;gap:4px}.bk-filter-group label{font-size:.75rem;font-weight:600;color:#64748b}.bk-input,.bk-select{padding:7px 10px;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm);font-size:.875rem;font-family:inherit;color:#1e293b;background:#fff;transition:border-color .15s}.bk-input:focus,.bk-select:focus{outline:none;border-color:var(--bk-green);box-shadow:0 0 0 2px #2176ae1f}.bk-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23888' stroke-width='2'%3E%3Cpolyline points='6,9 12,15 18,9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:28px;cursor:pointer}.bk-table-wrap{overflow-x:auto}.bk-table{width:100%;border-collapse:collapse;font-size:.875rem}.bk-table th{text-align:left;padding:8px 12px;background:#f8fafc;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--bk-border)}.bk-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.bk-table tr:last-child td{border-bottom:none}.bk-table tr:hover td{background:#f8fafc;cursor:pointer}.bk-table tr.selected td{background:#e6f7f4}.badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:.72rem;font-weight:700;letter-spacing:.03em}.badge-pending{background:#fef3c7;color:#92400e}.badge-confirmed{background:#d1fae5;color:#065f46}.badge-cancelled{background:#fee2e2;color:#991b1b}.badge-scheduled{background:#e0e7ff;color:#3730a3}.badge-completed{background:#e0f2fe;color:#0369a1}.bk-detail{background:#fff;border-radius:var(--bk-radius);box-shadow:var(--bk-shadow);padding:24px;margin-top:16px}.bk-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.bk-detail-header h3{font-size:1.05rem;font-weight:700}.bk-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px;margin-bottom:20px}@media (max-width: 600px){.bk-detail-grid{grid-template-columns:1fr}}.bk-field{display:flex;flex-direction:column;gap:3px}.bk-field label{font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.bk-field span{font-size:.9rem}.bk-field .bk-input,.bk-field .bk-select{margin-top:2px}.bk-field textarea{padding:7px 10px;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm);font-size:.875rem;font-family:inherit;resize:vertical;min-height:70px;width:100%}.bk-field textarea:focus{outline:none;border-color:var(--bk-green);box-shadow:0 0 0 2px #2176ae1f}.bk-detail-actions{display:flex;gap:10px;flex-wrap:wrap;padding-top:16px;border-top:1px solid var(--bk-border)}.bk-btn{padding:8px 16px;border-radius:var(--bk-radius-sm);font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .15s}.bk-btn-primary{background:var(--bk-green);color:#fff}.bk-btn-primary:hover{background:var(--bk-green-dark)}.bk-btn-secondary{background:#fff;color:#374151;border:1.5px solid var(--bk-border)}.bk-btn-secondary:hover{background:#f8fafc}.bk-btn-danger{background:#fff;color:#dc2626;border:1.5px solid #fecaca}.bk-btn-danger:hover{background:#fef2f2}.bk-btn-ghost{background:none;color:#64748b;border:none;padding:4px 8px}.bk-btn-ghost:hover{color:#1e293b}.bk-btn:disabled{opacity:.5;cursor:not-allowed}.bk-btn-sm{padding:4px 10px;font-size:.8rem;font-weight:600;border:1.5px solid var(--bk-green);border-radius:var(--bk-radius-sm);background:var(--bk-green-light);color:var(--bk-green);cursor:pointer}.bk-create-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:4px}.bk-create-checks{display:flex;flex-direction:column;gap:8px}.bk-check-label{display:flex;align-items:center;gap:8px;font-size:.875rem;cursor:pointer}.bk-check-label input[type=checkbox]{width:15px;height:15px;accent-color:var(--bk-green);cursor:pointer;flex-shrink:0}@media (max-width: 600px){.bk-create-grid2{grid-template-columns:1fr}}.bk-customer-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm);box-shadow:0 6px 20px #0000001a;list-style:none;margin:0;padding:4px 0;z-index:50;max-height:280px;overflow-y:auto}.bk-customer-option{display:flex;flex-direction:column;gap:1px;padding:9px 14px;cursor:pointer;transition:background .1s}.bk-customer-option:hover{background:var(--bk-green-light)}.bk-customer-name{font-size:.875rem;font-weight:600;color:#1e293b}.bk-customer-meta{font-size:.75rem;color:#64748b}.bk-customer-selected{margin-top:14px;padding:12px 14px;background:#f8fafc;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm)}.bk-customer-selected-info{display:flex;flex-direction:column;gap:2px;font-size:.875rem}.bk-empty{text-align:center;padding:48px 24px;color:#94a3b8;font-size:.9rem}.toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid var(--bk-border)}.toggle-row:last-child{border-bottom:none}.toggle-label{font-size:.9rem;font-weight:500}.toggle-desc{font-size:.78rem;color:#64748b;margin-top:1px}.toggle{position:relative;display:inline-block;width:42px;height:24px;flex-shrink:0;cursor:pointer}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:12px;cursor:pointer;transition:background .2s}.toggle-slider:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}.toggle input:checked+.toggle-slider{background:var(--bk-green)}.toggle input:checked+.toggle-slider:after{transform:translate(18px)}.closed-dates-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.closed-date-chip{display:flex;align-items:center;gap:6px;background:#fee2e2;color:#991b1b;border-radius:20px;padding:3px 10px;font-size:.8rem;font-weight:600}.closed-date-chip button{background:none;border:none;cursor:pointer;color:#b91c1c;font-size:1rem;line-height:1;padding:0}.bk-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:100;display:flex;align-items:center;justify-content:center;padding:16px}.bk-modal{background:#fff;border-radius:var(--bk-radius);padding:28px;width:100%;max-width:480px;box-shadow:0 20px 60px #0003}.bk-modal h3{font-size:1.05rem;font-weight:700;margin-bottom:20px}.bk-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.bk-form-row{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.bk-form-row label{font-size:.78rem;font-weight:700;color:#64748b}.bk-form-row:last-child{margin-bottom:0}.bk-loading{color:#94a3b8;padding:32px;text-align:center}.bk-error{color:#dc2626;background:#fef2f2;padding:12px 16px;border-radius:var(--bk-radius-sm);margin-bottom:12px;font-size:.875rem}.bk-period-tabs{display:flex;gap:0;margin-bottom:16px;border-bottom:2px solid var(--bk-border)}.bk-period-tab{background:none;border:none;padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;color:#64748b;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.bk-period-tab:hover{color:var(--bk-green)}.bk-period-tab.active{color:var(--bk-green);border-bottom-color:var(--bk-green)}.bk-cal-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.bk-cal-nav-label{font-weight:600;font-size:.9rem;width:100%;text-align:center;order:-1}.bk-cal-nav .bk-btn{flex:1;max-width:160px;font-size:.82rem}.bk-cal-grid-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--bk-border);border-radius:var(--bk-radius)}.bk-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(110px,1fr));gap:0;min-width:560px}.bk-cal-col{border-right:1px solid var(--bk-border);min-height:180px}.bk-cal-col:last-child{border-right:none}.bk-cal-col-header{background:#f8fafc;padding:8px;text-align:center;border-bottom:1px solid var(--bk-border)}.bk-cal-today .bk-cal-col-header{background:var(--bk-green-light)}.bk-cal-day-name{font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.bk-cal-day-num{font-size:1.1rem;font-weight:800;color:#1e293b;margin-top:1px}.bk-cal-today .bk-cal-day-num{color:var(--bk-green)}.bk-cal-events{padding:6px;display:flex;flex-direction:column;gap:5px}.bk-cal-empty{color:#cbd5e1;font-size:.75rem;text-align:center;padding:10px 0}.bk-cal-event{padding:5px 7px;border-radius:5px;cursor:pointer;font-size:.75rem;transition:opacity .15s}.bk-cal-event:hover{opacity:.8}.bk-cal-event-name{font-weight:700}.bk-cal-event-meta{margin-top:1px}.bk-cal-month-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--bk-border);border-radius:var(--bk-radius)}.bk-cal-month{min-width:560px}.bk-cal-month-hdr-row{display:grid;grid-template-columns:repeat(7,minmax(80px,1fr));background:#f8fafc;border-bottom:1px solid var(--bk-border)}.bk-cal-month-hdr{padding:7px 8px;text-align:center;font-size:.7rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;border-right:1px solid var(--bk-border)}.bk-cal-month-hdr:last-child{border-right:none}.bk-cal-month-row{display:grid;grid-template-columns:repeat(7,minmax(80px,1fr));border-bottom:1px solid var(--bk-border)}.bk-cal-month-row:last-child{border-bottom:none}.bk-cal-month-cell{min-height:100px;padding:4px 5px 6px;border-right:1px solid var(--bk-border);display:flex;flex-direction:column;gap:3px}.bk-cal-month-cell:last-child{border-right:none}.bk-cal-month-cell.bk-cal-other-month{background:#fafafa}.bk-cal-month-cell.bk-cal-other-month .bk-cal-month-daynum{color:#cbd5e1}.bk-cal-month-daynum{font-size:.8rem;font-weight:700;color:#475569;margin-bottom:2px;line-height:1}.bk-cal-today .bk-cal-month-daynum{color:var(--bk-green)}.bk-section-header{grid-column:1 / -1;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--bk-green);padding-top:4px;border-top:1px solid var(--bk-border);margin-top:4px}.bk-detail-grid .bk-section-header:first-child{border-top:none;margin-top:0}.bk-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:20px}.bk-stat{background:#fff;border-radius:var(--bk-radius);box-shadow:var(--bk-shadow);padding:16px;text-align:center}.bk-stat-value{font-size:1.6rem;font-weight:800;color:var(--bk-green)}.bk-stat-label{font-size:.75rem;color:#64748b;margin-top:2px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.biz-radius-block{margin-top:12px;padding:12px 14px 8px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px}.biz-radius-label{font-size:.82rem;color:#374151;margin-bottom:8px;display:flex;align-items:center;flex-wrap:wrap;gap:2px}.biz-radius-ticks{display:flex;justify-content:space-between;font-size:.72rem;color:#94a3b8;margin-top:2px}.biz-wizard-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:200;display:flex;align-items:center;justify-content:center;padding:16px}.biz-wizard{background:#fff;border-radius:var(--bk-radius);width:100%;max-width:660px;max-height:92vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000040;overflow:hidden}.biz-wizard-header{padding:20px 24px 0;flex-shrink:0}.biz-wizard-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.biz-wizard-title{font-size:1.05rem;font-weight:700;color:#0f2b4a}.biz-wizard-close{background:none;border:none;color:#64748b;font-size:1.1rem;cursor:pointer;padding:4px 6px;line-height:1;border-radius:4px}.biz-wizard-close:hover{background:#f1f5f9;color:#1e293b}.biz-wizard-body{flex:1;overflow-y:auto;padding:8px 24px 24px;-webkit-overflow-scrolling:touch}.biz-wizard-footer{padding:16px 24px;border-top:1px solid var(--bk-border);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0;background:#f8fafc}.biz-wizard-footer-right{display:flex;gap:8px;align-items:center}.biz-steps{display:flex;align-items:flex-start;justify-content:center;margin-bottom:24px;gap:0}.biz-step{display:flex;flex-direction:column;align-items:center;gap:5px;flex-shrink:0}.biz-step-num{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;background:#e2e8f0;color:#94a3b8;transition:background .2s,color .2s}.biz-step.done .biz-step-num{background:#0f4c81;color:#fff}.biz-step.active .biz-step-num{background:var(--bk-green);color:#fff;box-shadow:0 0 0 3px #2176ae33}.biz-step-label{font-size:.65rem;font-weight:600;color:#94a3b8;text-align:center;line-height:1.2;max-width:56px}.biz-step.active .biz-step-label{color:var(--bk-green)}.biz-step.done .biz-step-label{color:#0f4c81}.biz-step-line{flex:1;height:2px;background:#e2e8f0;margin-top:15px;min-width:16px;max-width:60px;transition:background .2s}.biz-step-line.done{background:#0f4c81}.biz-step-section{margin-bottom:20px}.biz-step-section-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--bk-green);margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid var(--bk-border)}.biz-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 520px){.biz-grid2{grid-template-columns:1fr}}.biz-full{grid-column:1 / -1}.biz-templates{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.biz-template-btn{padding:6px 14px;border:1.5px solid var(--bk-border);border-radius:20px;background:#fff;font-size:.82rem;font-weight:600;color:#475569;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.biz-template-btn:hover{border-color:var(--bk-green);color:var(--bk-green);background:var(--bk-green-light)}.biz-zone-card{background:#f8fafc;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm);padding:12px 14px;margin-bottom:10px}.biz-zone-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.biz-zone-name{flex:1;padding:6px 10px;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm);font-size:.875rem;font-weight:600;font-family:inherit;background:#fff}.biz-zone-name:focus{outline:none;border-color:var(--bk-green);box-shadow:0 0 0 2px #2176ae1f}.biz-zone-del{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1rem;padding:4px;border-radius:4px;line-height:1;flex-shrink:0}.biz-zone-del:hover{color:#dc2626;background:#fef2f2}.biz-items-list{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.biz-item-chip{display:flex;align-items:center;gap:5px;background:#fff;border:1.5px solid var(--bk-border);border-radius:20px;padding:3px 10px 3px 12px;font-size:.78rem;font-weight:500;color:#374151}.biz-item-chip-del{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;line-height:1;padding:0}.biz-item-chip-del:hover{color:#dc2626}.biz-item-add-row{display:flex;gap:6px;align-items:center;margin-top:4px}.biz-item-add-input{flex:1;padding:5px 9px;border:1.5px dashed #cbd5e1;border-radius:var(--bk-radius-sm);font-size:.82rem;font-family:inherit;background:#fff;color:#374151}.biz-item-add-input:focus{outline:none;border-color:var(--bk-green);border-style:solid}.biz-item-add-btn{padding:5px 10px;background:var(--bk-green-light);border:1.5px solid var(--bk-green);border-radius:var(--bk-radius-sm);color:var(--bk-green);font-size:.78rem;font-weight:700;cursor:pointer;white-space:nowrap}.biz-item-add-btn:hover{background:#bfdbfe}.biz-zone-instructions-toggle{background:none;border:none;font-size:.72rem;color:#64748b;cursor:pointer;padding:0;margin-top:8px;text-decoration:underline;text-underline-offset:2px}.biz-zone-instructions-toggle:hover{color:var(--bk-green)}.biz-add-zone-btn{width:100%;padding:10px;background:none;border:2px dashed #cbd5e1;border-radius:var(--bk-radius-sm);color:#64748b;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;margin-top:4px}.biz-add-zone-btn:hover{border-color:var(--bk-green);color:var(--bk-green)}.biz-team-notice{background:#fef9c3;border:1.5px solid #fde047;border-radius:var(--bk-radius-sm);padding:10px 14px;font-size:.82rem;color:#713f12;margin-top:10px;display:flex;gap:8px;align-items:flex-start}.biz-rule-row{display:flex;gap:8px;align-items:center;background:#f8fafc;border:1.5px solid var(--bk-border);border-radius:var(--bk-radius-sm);padding:10px 12px;margin-bottom:8px}.biz-rule-label{flex:1;font-size:.875rem;font-weight:500}.biz-rule-del{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:.9rem;padding:4px;border-radius:4px}.biz-rule-del:hover{color:#dc2626;background:#fef2f2}.biz-visit-row{display:flex;gap:8px;align-items:center;background:#f0fdf4;border:1.5px solid #86efac;border-radius:var(--bk-radius-sm);padding:9px 12px;margin-bottom:8px}.biz-visit-label{flex:1;font-size:.875rem;font-weight:500;color:#166534}.biz-list-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-bottom:20px}.biz-list-title{font-size:1.1rem;font-weight:700;color:#0f2b4a}.biz-status-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:.72rem;font-weight:700;letter-spacing:.03em}.biz-status-draft{background:#fef3c7;color:#92400e}.biz-status-active{background:#d1fae5;color:#065f46}.biz-status-inactive{background:#f1f5f9;color:#64748b}.biz-visit-status-planned{background:#dbeafe;color:#1e40af}.biz-visit-status-completed{background:#d1fae5;color:#065f46}.biz-visit-status-cancelled_holiday{background:#fee2e2;color:#991b1b}.biz-visit-status-cancelled_other{background:#fef3c7;color:#92400e}.biz-detail-back{display:flex;align-items:center;gap:8px;background:none;border:none;color:#64748b;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;margin-bottom:16px}.biz-detail-back:hover{color:#1e293b}.biz-detail-hero{background:#0f2b4a;color:#fff;border-radius:var(--bk-radius);padding:20px 24px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.biz-detail-hero-name{font-size:1.3rem;font-weight:800;margin-bottom:4px}.biz-detail-hero-meta{font-size:.85rem;color:#ffffffa6;display:flex;flex-wrap:wrap;gap:12px}.biz-detail-hero-actions{display:flex;gap:8px;flex-shrink:0}.biz-hero-btn{padding:7px 14px;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;border:1.5px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;transition:background .15s}.biz-hero-btn:hover{background:#fff3}.biz-hero-btn-primary{background:var(--bk-green);border-color:var(--bk-green)}.biz-hero-btn-primary:hover{background:var(--bk-green-dark)}.biz-subtabs{display:flex;gap:0;border-bottom:2px solid var(--bk-border);margin-bottom:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.biz-subtabs::-webkit-scrollbar{display:none}.biz-subtab{background:none;border:none;padding:8px 16px;font-size:.875rem;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s}.biz-subtab:hover{color:var(--bk-green)}.biz-subtab.active{color:var(--bk-green);border-bottom-color:var(--bk-green)}.biz-htype-tabs{display:flex;gap:6px;flex-wrap:wrap}.biz-htype-tab{padding:7px 14px;border:1.5px solid #e2e8f0;border-radius:20px;background:#fff;font-size:.82rem;font-weight:600;color:#64748b;cursor:pointer;transition:border-color .15s,background .15s,color .15s;white-space:nowrap}.biz-htype-tab:hover{border-color:var(--bk-green);color:var(--bk-green)}.biz-htype-tab.active{border-color:var(--bk-green);background:var(--bk-green-light);color:var(--bk-green)}.biz-week-preview{display:flex;flex-wrap:wrap;gap:6px}.biz-week-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;background:#eef2ff;border:1.5px solid #a5b4fc;border-radius:20px;font-size:.78rem;color:#3730a3}.biz-hbadge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;font-size:.68rem;font-weight:700;letter-spacing:.02em}.biz-hbadge-week{background:#eef2ff;color:#4338ca}.biz-hbadge-single{background:#fef3c7;color:#92400e}.biz-hbadge-range{background:#dbeafe;color:#1e40af}.biz-holiday-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:1.5px solid var(--bk-border);border-left:4px solid #f87171;border-radius:var(--bk-radius-sm);padding:12px 14px;margin-bottom:8px}.biz-holiday-dates{font-size:.875rem;font-weight:700;color:#1e293b}.biz-holiday-desc{font-size:.8rem;color:#64748b;margin-top:2px}.biz-audit-entry{font-size:.75rem;color:#64748b;padding:6px 10px;background:#f8fafc;border-radius:4px;margin-top:4px}.biz-cal-event{padding:5px 7px;border-radius:5px;cursor:pointer;font-size:.75rem;transition:opacity .15s;border-left:3px solid #4f46e5;background:#eef2ff;color:#3730a3}.biz-cal-event:hover{opacity:.8}.biz-cal-event-name{font-weight:700}.biz-cal-event-meta{margin-top:1px;opacity:.8}.biz-cal-event-holiday{border-left-color:#dc2626;background:#fef2f2;color:#991b1b}.biz-cal-event-completed{border-left-color:#059669;background:#ecfdf5;color:#065f46}.biz-cal-toggle{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:.82rem;font-weight:600;color:#475569}.biz-empty{text-align:center;padding:48px 24px;color:#94a3b8;font-size:.9rem}.biz-empty-icon{font-size:2.5rem;margin-bottom:12px;opacity:.4}.biz-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 24px}@media (max-width: 600px){.biz-info-grid{grid-template-columns:1fr}}.biz-info-field{display:flex;flex-direction:column;gap:3px}.biz-info-label{font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.biz-info-value{font-size:.9rem;color:#1e293b}@media (max-width: 520px){.biz-wizard-overlay{align-items:flex-end;padding:0}.biz-wizard{max-height:96vh;border-radius:16px 16px 0 0;align-self:flex-end;margin:0;max-width:100%}.biz-wizard-header{padding:16px 16px 0}.biz-wizard-header-row{margin-bottom:14px}.biz-wizard-body{padding:8px 16px 16px}.biz-wizard-footer{padding:12px 16px;flex-direction:column-reverse;gap:8px}.biz-wizard-footer-right{width:100%;gap:8px}.biz-wizard-footer-right .bk-btn{flex:1;text-align:center;justify-content:center}.biz-wizard-footer>.bk-btn-secondary:first-child{align-self:flex-start;border:none;background:none;color:#64748b;padding:4px 0;font-size:.82rem}.biz-steps{margin-bottom:14px}.biz-step-num{width:26px;height:26px;font-size:.75rem}.biz-step-label{font-size:.58rem;max-width:44px}.biz-step-line{min-width:10px;max-width:32px;margin-top:13px}.biz-radius-block .leaflet-container{height:170px!important}.biz-radius-hint{display:none}.biz-step-section{margin-bottom:16px}.biz-detail-hero{padding:16px}.biz-detail-hero-name{font-size:1.1rem}.biz-subtab{padding:8px 12px;font-size:.8rem}}.et-root{display:flex;gap:0;height:calc(100vh - 80px);min-height:500px;background:#f8fafc;border-radius:12px;overflow:hidden;box-shadow:0 1px 8px #00000012}.et-sidebar{width:300px;flex-shrink:0;background:#fff;border-right:1.5px solid #e2e8f0;overflow-y:auto;display:flex;flex-direction:column}.et-sidebar-title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#94a3b8;padding:16px 18px 10px;border-bottom:1px solid #f1f5f9}.et-sidebar-loading{padding:20px 18px;color:#94a3b8;font-size:.875rem}.et-item{padding:14px 18px;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background .12s}.et-item:hover{background:#f8fafc}.et-item--active{background:#eff6ff;border-left:3px solid #2176ae}.et-item--active:hover{background:#eff6ff}.et-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.et-item-name{font-size:.9rem;font-weight:700;color:#1a2332;line-height:1.3}.et-item-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.et-item-trigger{font-size:.72rem;color:#64748b}.et-item-custom{font-size:.68rem;font-weight:700;color:#2176ae;margin-top:4px;text-transform:uppercase;letter-spacing:.04em}.et-badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:.68rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.et-badge--kunde{background:#dbeafe;color:#1e40af}.et-badge--admin{background:#fef3c7;color:#92400e}.et-toggle{position:relative;width:38px;height:22px;flex-shrink:0;cursor:pointer}.et-toggle input{opacity:0;width:0;height:0}.et-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:#cbd5e1;border-radius:11px;transition:background .2s;cursor:pointer}.et-toggle-slider:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s}.et-toggle input:checked+.et-toggle-slider{background:#2176ae}.et-toggle input:checked+.et-toggle-slider:after{transform:translate(16px)}.et-toggle--lg{width:44px;height:26px}.et-toggle--lg .et-toggle-slider:after{width:20px;height:20px}.et-toggle--lg input:checked+.et-toggle-slider:after{transform:translate(18px)}.et-active-label{font-size:.85rem;font-weight:600;color:#475569}.et-panel{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.et-panel-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;font-size:.9rem;gap:12px;padding:40px;text-align:center}.et-panel-empty-icon{font-size:2.5rem;opacity:.4}.et-panel-header{padding:18px 24px 14px;border-bottom:1.5px solid #e2e8f0;background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.et-panel-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.et-panel-title{font-size:1rem;font-weight:700;color:#1a2332;margin-bottom:3px}.et-panel-desc{font-size:.8rem;color:#64748b;line-height:1.5}.et-tabs{display:flex;gap:0;border-bottom:1.5px solid #e2e8f0;background:#fff;padding:0 24px}.et-tab{background:none;border:none;padding:10px 16px;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1.5px;transition:color .15s,border-color .15s}.et-tab:hover{color:#2176ae}.et-tab--active{color:#2176ae;border-bottom-color:#2176ae}.et-tab--reset{margin-left:auto;color:#dc2626;font-size:.78rem}.et-tab--reset:hover{color:#991b1b;border-bottom-color:transparent}.et-preview-wrap{flex:1;overflow:hidden;background:#f1f1f1;padding:0}.et-preview-iframe{width:100%;height:100%;border:none;display:block}.et-loading{padding:32px;color:#94a3b8;font-size:.875rem;text-align:center}.et-editor-wrap{flex:1;display:flex;flex-direction:column;overflow:hidden;padding:16px 20px;gap:12px}.et-editor-notice{font-size:.8rem;color:#475569;background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;padding:10px 14px;line-height:1.6}.et-editor-notice code{background:#dbeafe;border-radius:4px;padding:1px 5px;font-size:.8rem;color:#1e40af}.et-tokens-details{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.et-tokens-details summary{padding:8px 14px;font-size:.8rem;font-weight:600;color:#475569;cursor:pointer;background:#f8fafc;-webkit-user-select:none;user-select:none}.et-tokens-details summary::-webkit-details-marker{display:none}.et-tokens-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:4px;padding:10px 14px}.et-token-row{display:flex;align-items:center;gap:8px;font-size:.78rem}.et-token-code{background:#dbeafe;color:#1e40af;border-radius:4px;padding:1px 6px;font-size:.75rem;white-space:nowrap;flex-shrink:0}.et-token-desc{color:#64748b}.et-editor-split{flex:1;min-height:0;display:flex;gap:10px}.et-editor-textarea{flex:1;min-height:0;font-family:Courier New,Courier,monospace;font-size:.78rem;line-height:1.6;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:8px;resize:none;outline:none;color:#1e293b;background:#fff}.et-editor-textarea:focus{border-color:#2176ae}.et-editor-live-preview{flex:1;min-height:0;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff}.et-editor-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.et-save-msg{font-size:.85rem;color:#16a34a;font-weight:600}.et-save-msg--error{color:#dc2626}@media (max-width: 768px){.et-root{flex-direction:column;height:auto;min-height:unset}.et-sidebar{width:100%;border-right:none;border-bottom:1.5px solid #e2e8f0;max-height:280px}.et-panel,.et-preview-iframe{min-height:500px}.et-editor-split{flex-direction:column}.et-editor-textarea{min-height:300px}.et-editor-live-preview{min-height:400px}}
