.melduno-app{--app-background:#f4f5f2;--app-surface:#fff;--app-surface-subtle:#f8f9f7;--app-text:#1f2823;--app-text-muted:#667069;--app-brand:#ec5a38;--app-primary:#c94f33;--app-primary-hover:#ad4028;--app-border:#d8ddd7;--app-border-strong:#bbc3bb;--app-success:#28705a;--app-warning:#936415;--app-danger:#ab4538;--app-radius-control:8px;--app-radius-section:10px;--app-radius-dialog:12px;--app-space-1:4px;--app-space-2:8px;--app-space-3:12px;--app-space-4:16px;--app-space-5:24px;--app-space-6:32px;--app-space-7:40px;--app-shadow:0 1px 2px #19231d0f;--app-shadow-dialog:0 8px 24px #19231d1f;color:var(--app-text)}.melduno-app .dashboard-page{min-height:100vh;color:var(--app-text);background:var(--app-background);background-image:none;display:flex}.melduno-app .dashboard-page .dashboard-main{background:var(--app-background);flex:auto;min-width:0;margin-left:224px}.melduno-app .dashboard-page .sidebar{border-right:1px solid var(--app-border);width:224px;height:100vh;color:var(--app-text);background:var(--app-surface);box-shadow:none;background-image:none;padding:18px 12px}.melduno-app .dashboard-page .sidebar:before{content:none}.melduno-app .dashboard-page .sidebar-nav{gap:2px;margin-top:0}.melduno-app .dashboard-page .sidebar-nav p{color:var(--app-text-muted);letter-spacing:.05em;margin:18px 10px 6px;font-family:inherit;font-size:11px;font-weight:680}.melduno-app .dashboard-page .nav-item{min-height:40px;color:var(--app-text-muted);border-radius:var(--app-radius-control);box-shadow:none;gap:10px;padding:0 10px;font-size:13px;font-weight:560;transform:none}.melduno-app .dashboard-page .nav-item:hover{color:var(--app-text);background:var(--app-surface-subtle);box-shadow:none;transform:none}.melduno-app .dashboard-page .nav-item.active{color:var(--app-text);box-shadow:inset 3px 0 var(--app-primary);background:#fff8f5}.melduno-app .dashboard-page .nav-item>span{min-width:20px;height:20px;color:var(--app-text-muted);background:var(--app-surface-subtle);border-radius:999px;margin-left:auto;font-size:10px}.melduno-app .dashboard-page .beta-nav-item{margin-top:8px}.melduno-app .dashboard-page .sidebar-close{color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);display:none}.melduno-app .dashboard-page .feature-header{z-index:20;grid-template-columns:auto minmax(180px,1fr) auto;min-height:76px;padding:10px 28px;position:sticky;top:0}.melduno-app .dashboard-page .feature-header-title{gap:2px;min-width:0;display:grid}.melduno-app .dashboard-page .feature-header-title strong{color:var(--app-text);font-size:18px;font-weight:720;line-height:1.2}.melduno-app .dashboard-page .feature-header-title p{max-width:620px;color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;line-height:1.4;overflow:hidden}.melduno-app .dashboard-page .dashboard-menu-button{display:none}.melduno-app .dashboard-page .dashboard-new-report{white-space:nowrap}.melduno-app .dashboard-page .dashboard-content{width:min(100%,1660px);max-width:none;margin:0 auto;padding:24px clamp(16px,2.4vw,36px) 40px}.melduno-app .dashboard-page .dashboard-content>.melduno-modules-nav{margin:0 0 16px}.melduno-app .dashboard-page .melduno-modules-tabs{flex-direction:row}.melduno-app .dashboard-page .dashboard-kpi-panel{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.melduno-app .dashboard-page .dashboard-kpi-item{border-right:1px solid var(--app-border);align-items:center;gap:12px;min-width:0;min-height:88px;padding:14px 18px;display:flex}.melduno-app .dashboard-page .dashboard-kpi-item:last-child{border-right:0}.melduno-app .dashboard-page .dashboard-kpi-item>svg{width:20px;height:20px;color:var(--app-text-muted);stroke-width:1.9px;flex:0 0 20px}.melduno-app .dashboard-page .dashboard-kpi-item>div{grid-template-columns:auto 1fr;align-items:baseline;column-gap:9px;min-width:0;display:grid}.melduno-app .dashboard-page .dashboard-kpi-item span{color:var(--app-text-muted);grid-column:1/-1;font-size:12px;font-weight:620}.melduno-app .dashboard-page .dashboard-kpi-item strong{color:var(--app-text);letter-spacing:-.04em;font-size:24px;font-weight:730}.melduno-app .dashboard-page .dashboard-kpi-item small{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.melduno-app .dashboard-page .dashboard-kpi-item.kpi-urgent>svg,.melduno-app .dashboard-page .dashboard-kpi-item.kpi-overdue>svg{color:var(--app-danger)}.melduno-app .dashboard-page .dashboard-kpi-item.kpi-resolved>svg{color:var(--app-success)}.melduno-app .dashboard-page .error-banner{min-height:40px;color:var(--app-danger);border-radius:var(--app-radius-control);box-shadow:none;background:#fff8f6;border:1px solid #ab453847;margin:12px 0 0;padding:8px 12px;font-size:12px}.melduno-app .dashboard-page .workspace-grid{grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);align-items:start;gap:16px;margin-top:16px;display:grid}.melduno-app .dashboard-page :is(.report-panel,.detail-panel){border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);min-width:0;box-shadow:var(--app-shadow);overflow:hidden}.melduno-app .dashboard-page .dashboard-report-toolbar{border-bottom:1px solid var(--app-border);background:var(--app-surface);grid-template-columns:auto minmax(190px,1fr) auto;align-items:center;gap:12px;min-height:66px;padding:12px 14px;display:grid}.melduno-app .dashboard-page .dashboard-report-title{align-items:baseline;gap:8px;min-width:max-content;display:flex}.melduno-app .dashboard-page .dashboard-report-title h2{color:var(--app-text);margin:0;font-size:18px;font-weight:710}.melduno-app .dashboard-page .dashboard-report-title span{color:var(--app-text-muted);font-size:11px}.melduno-app .dashboard-page .search-box{width:100%;max-width:360px;height:40px;color:var(--app-text-muted);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);justify-self:end;padding:0 11px}.melduno-app .dashboard-page .search-box input{color:var(--app-text);background:0 0;border:0;border-radius:0;font-size:13px}.melduno-app .dashboard-page .filter-row{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);align-items:center;gap:2px;min-height:40px;padding:0;display:flex;overflow:visible}.melduno-app .dashboard-page .filter-row button{height:auto;min-height:34px;color:var(--app-text-muted);box-shadow:none;background:0 0;border:0;border-radius:6px;gap:5px;padding:0 9px;font-size:11px}.melduno-app .dashboard-page .filter-row button.active{color:var(--app-text);background:var(--app-surface);box-shadow:var(--app-shadow);border:0}.melduno-app .dashboard-page .filter-row button span{min-width:17px;height:17px;color:inherit;background:var(--app-background);border-radius:999px;padding:0 4px;font-size:9px}.melduno-app .dashboard-page .dashboard-report-columns{min-height:34px;color:var(--app-text-muted);border-bottom:1px solid var(--app-border);background:var(--app-surface-subtle);grid-template-columns:minmax(180px,1.5fr) minmax(150px,1.15fr) minmax(78px,.55fr) minmax(82px,.62fr) minmax(120px,.88fr);align-items:center;gap:12px;padding:0 14px 0 18px;font-size:11px;font-weight:650;display:grid}.melduno-app .dashboard-page .report-list{min-height:360px}.melduno-app .dashboard-page .dashboard-detail-back{display:none}.melduno-app .dashboard-page .report-row{width:100%;min-height:72px;color:var(--app-text);border:0;border-bottom:1px solid var(--app-border);background:var(--app-surface);box-shadow:none;grid-template-columns:minmax(180px,1.5fr) minmax(150px,1.15fr) minmax(78px,.55fr) minmax(82px,.62fr) minmax(120px,.88fr);align-items:center;gap:12px;padding:10px 14px 10px 18px;display:grid;position:relative;transform:none}.melduno-app .dashboard-page .report-row:hover{background:var(--app-surface-subtle);box-shadow:none;transform:none}.melduno-app .dashboard-page .report-row.selected{box-shadow:inset 3px 0 var(--app-primary);background:#fff9f6}.melduno-app .dashboard-page .report-row .priority-line{border-radius:2px;width:4px;height:26px;top:50%;left:7px;transform:translateY(-50%)}.melduno-app .dashboard-page .report-row .priority-line.low{background:var(--app-border-strong)}.melduno-app .dashboard-page .report-row .priority-line.normal{background:var(--app-warning)}.melduno-app .dashboard-page .report-row .priority-line.urgent{background:var(--app-danger)}.melduno-app .dashboard-page :is(.report-case-cell,.report-property-cell){min-width:0;display:flex}.melduno-app .dashboard-page .report-case-cell{flex-direction:column;gap:4px}.melduno-app .dashboard-page .report-case-meta{align-items:center;gap:8px;min-width:0;display:flex}.melduno-app .dashboard-page .report-case-meta .reference{color:var(--app-primary);font-size:11px;font-weight:720}.melduno-app .dashboard-page .report-case-meta time{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.melduno-app .dashboard-page .report-case-cell>strong{color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.melduno-app .dashboard-page .report-property-cell{color:var(--app-text-muted);align-items:flex-start;gap:7px;font-size:12px}.melduno-app .dashboard-page .report-property-cell>svg{flex:0 0 15px;margin-top:1px}.melduno-app .dashboard-page .report-property-cell>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.melduno-app .dashboard-page .report-property-cell small{color:var(--app-text-muted);text-overflow:ellipsis;margin-top:3px;font-size:10px;display:block;overflow:hidden}.melduno-app .dashboard-page :is(.status-badge,.priority-badge){border-radius:999px;align-items:center;width:fit-content;min-height:24px;padding:0 7px;font-size:10px;font-weight:680;display:inline-flex}.melduno-app .dashboard-page .priority-badge.low{color:var(--app-text-muted);background:var(--app-surface-subtle)}.melduno-app .dashboard-page .priority-badge.normal{color:var(--app-warning);background:#fff9ee}.melduno-app .dashboard-page .priority-badge.urgent{color:var(--app-danger);background:#fff2ef}.melduno-app .dashboard-page .status-badge.new{color:var(--app-primary);background:#fff1ec}.melduno-app .dashboard-page .status-badge.accepted{color:#425d86;background:#f1f5fa}.melduno-app .dashboard-page .status-badge.in_progress{color:#5b5387;background:#f4f2fa}.melduno-app .dashboard-page .status-badge.waiting{color:var(--app-warning);background:#fff9ee}.melduno-app .dashboard-page .status-badge.resolved{color:var(--app-success);background:#eff8f4}.melduno-app .dashboard-page .due-chip{min-width:0;color:var(--app-text-muted);border-radius:0;align-items:center;gap:5px;font-size:11px;display:inline-flex}.melduno-app .dashboard-page .due-chip.overdue{color:var(--app-danger);font-weight:650}.melduno-app .dashboard-page .report-skeleton{border-bottom:1px solid var(--app-border);height:72px}.melduno-app .dashboard-page .detail-panel{scrollbar-width:thin;max-height:calc(100vh - 108px);position:sticky;top:92px;overflow-y:auto}.melduno-app .dashboard-page .detail-section{border-bottom:1px solid var(--app-border);background:var(--app-surface);padding:18px}.melduno-app .dashboard-page .detail-section:last-child{border-bottom:0}.melduno-app .dashboard-page .detail-section-title{color:var(--app-text);letter-spacing:-.01em;margin:0 0 14px;font-size:15px;font-weight:710}.melduno-app .dashboard-page .detail-section-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.melduno-app .dashboard-page .detail-section-heading .detail-section-title{margin-bottom:0}.melduno-app .dashboard-page .detail-section-heading .ghost-button{min-height:34px;padding:0 9px;font-size:11px}.melduno-app .dashboard-page .detail-heading{background:0 0;border:0;min-height:0;padding:0 0 12px}.melduno-app .dashboard-page .detail-heading h2{color:var(--app-text);margin:3px 0 0;font-size:18px;font-weight:720}.melduno-app .dashboard-page .detail-heading>div>span{color:var(--app-primary);font-size:11px;font-weight:720}.melduno-app .dashboard-page .detail-address{color:var(--app-text-muted);border:0;border-top:1px solid var(--app-border);background:0 0;align-items:flex-start;gap:8px;padding:10px 0 14px}.melduno-app .dashboard-page .detail-address>svg{flex:0 0 17px;margin-top:2px}.melduno-app .dashboard-page .detail-address strong{color:var(--app-text);font-size:12px}.melduno-app .dashboard-page .detail-address p{color:var(--app-text-muted);font-size:11px}.melduno-app .dashboard-page .section-label{min-height:20px;color:var(--app-text-muted);letter-spacing:0;text-transform:none;font-family:inherit;font-size:11px;font-weight:650}.melduno-app .dashboard-page .section-label strong{color:var(--app-text)}.melduno-app .dashboard-page .progress-track{background:var(--app-border);height:4px;margin-top:11px}.melduno-app .dashboard-page .progress-track:before{background:var(--app-primary)}.melduno-app .dashboard-page .progress-track.progress-resolved:before{background:var(--app-success)}.melduno-app .dashboard-page .progress-labels{color:var(--app-text-muted);font-size:9px}.melduno-app .dashboard-page .status-actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.melduno-app .dashboard-page .status-actions button{min-height:38px;color:var(--app-text-muted);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);box-shadow:none;padding:0 11px;font-size:11px;font-weight:650}.melduno-app .dashboard-page .status-actions button:hover,.melduno-app .dashboard-page .status-actions button.active{color:var(--app-text);border-color:var(--app-border-strong);background:var(--app-surface-subtle)}.melduno-app .dashboard-page .status-actions button.success{color:var(--app-success)}.melduno-app .dashboard-page .status-actions button.success.active,.melduno-app .dashboard-page .status-actions button.success:hover{background:#f3faf7;border-color:#28705a52}.melduno-app .dashboard-page .description-block>p{color:var(--app-text);margin:0 0 10px;font-size:13px;line-height:1.55}.melduno-app .dashboard-page .category-line{color:var(--app-text-muted);border-color:var(--app-border);background:var(--app-surface);border-radius:999px;font-size:10px}.melduno-app .dashboard-page .photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.melduno-app .dashboard-page .photo-grid img{border-radius:var(--app-radius-control)}.melduno-app .dashboard-page .smart-triage{border-top:1px solid var(--app-border);color:var(--app-text-muted);background:0 0;margin-top:14px;padding-top:14px}.melduno-app .dashboard-page .smart-triage>p{font-size:12px}.melduno-app .dashboard-page .smart-triage>strong{color:var(--app-text);font-size:12px}.melduno-app .dashboard-page .smart-triage li{font-size:11px}.melduno-app .dashboard-page .triage-tags :is(span,a){border-radius:999px}.melduno-app .dashboard-page .detail-planning-section{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.melduno-app .dashboard-page .detail-field-group{min-width:0}.melduno-app .dashboard-page .detail-field-group .detail-section-title{margin-bottom:10px}.melduno-app .dashboard-page .detail-field-group label>span{color:var(--app-text-muted);align-items:center;gap:6px;margin-bottom:6px;font-size:11px;font-weight:650;display:flex}.melduno-app .dashboard-page :is(.detail-field-group input,.dispatch-section textarea,.message-lifetime select,.message-form input){color:var(--app-text);border-color:var(--app-border);background:var(--app-surface);box-shadow:none;border-radius:var(--app-radius-control)!important}.melduno-app .dashboard-page .detail-field-group input{border-style:solid;border-width:1px;width:100%;min-height:40px;padding:0 10px;font-size:12px}.melduno-app .dashboard-page .dispatch-section{gap:10px;display:grid}.melduno-app .dashboard-page .dispatch-section .section-label{margin-top:2px}.melduno-app .dashboard-page .dispatch-help{color:var(--app-text-muted);margin:-3px 0 0;font-size:11px}.melduno-app .dashboard-page .company-match-list{gap:5px}.melduno-app .dashboard-page .company-match-list>button{border-color:var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);min-height:54px;box-shadow:none;padding:8px 10px;transform:none}.melduno-app .dashboard-page .company-match-list>button:hover,.melduno-app .dashboard-page .company-match-list>button.selected{box-shadow:inset 3px 0 var(--app-primary);background:#fff9f6;border-color:#c94f335c}.melduno-app .dashboard-page .company-choice>i{color:var(--app-text-muted);background:var(--app-surface-subtle);border-radius:999px}.melduno-app .dashboard-page .company-choice strong{color:var(--app-text);font-size:11px}.melduno-app .dashboard-page .company-choice small{color:var(--app-text-muted);font-size:9px}.melduno-app .dashboard-page .company-score{color:var(--app-warning);font-size:10px}.melduno-app .dashboard-page .company-score small{color:var(--app-text-muted);font-size:8px}.melduno-app .dashboard-page .company-score i{color:var(--app-text-muted);background:var(--app-surface-subtle)}.melduno-app .dashboard-page .dispatch-contact{color:var(--app-text-muted);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);margin:0;padding:8px 10px;font-size:10px}.melduno-app .dashboard-page .dispatch-section textarea{min-height:82px;padding:10px;font-size:12px}.melduno-app .dashboard-page .dispatch-button{width:fit-content;min-height:40px;color:var(--app-text);border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);background:var(--app-surface);box-shadow:none;margin:0;padding:0 13px;font-size:11px}.melduno-app .dashboard-page .dispatch-button:hover{background:var(--app-surface-subtle);border-color:#8e9990}.melduno-app .dashboard-page .dispatch-privacy{color:var(--app-text-muted);margin:0;font-size:10px}.melduno-app .dashboard-page .dispatch-privacy svg{color:var(--app-success)}.melduno-app .dashboard-page .dispatch-notice{color:var(--app-success);border-radius:var(--app-radius-control);background:#f3faf7;font-size:10px}.melduno-app .dashboard-page .dispatch-history{border-top-color:var(--app-border);padding-top:12px}.melduno-app .dashboard-page .dispatch-history>span{color:var(--app-text-muted);font-size:9px}.melduno-app .dashboard-page .dispatch-history>strong{color:var(--app-text);font-size:11px}.melduno-app .dashboard-page .dispatch-history>small{color:var(--app-text-muted);font-size:9px}.melduno-app .dashboard-page .portal-links a{min-height:34px;color:var(--app-text);border-color:var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);font-size:10px}.melduno-app .dashboard-page .estimate-approval{border-radius:var(--app-radius-control);background:var(--app-surface-subtle)}.melduno-app .dashboard-page .estimate-approval button{border-radius:var(--app-radius-control)}.melduno-app .dashboard-page .conversation{gap:10px;display:grid}.melduno-app .dashboard-page .conversation .detail-section-title{margin-bottom:0}.melduno-app .dashboard-page .private-chat-panel{border-color:var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);margin:0;padding:10px}.melduno-app .dashboard-page .private-chat-trust{color:var(--app-text-muted)}.melduno-app .dashboard-page .private-chat-trust svg{color:var(--app-success)}.melduno-app .dashboard-page .private-chat-trust p{font-size:10px}.melduno-app .dashboard-page .private-alias-toggle strong{color:var(--app-text);font-size:10px}.melduno-app .dashboard-page .private-alias-toggle small{color:var(--app-text-muted);font-size:9px}.melduno-app .dashboard-page .message-lifetime{color:var(--app-text-muted);font-size:10px}.melduno-app .dashboard-page .message-lifetime select{min-height:32px;font-size:10px}.melduno-app .dashboard-page .message-list{gap:8px;max-height:260px;margin:0;padding:2px 0}.melduno-app .dashboard-page .message{color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);padding:9px 10px}.melduno-app .dashboard-page .message.manager{background:#fff9f6;border-color:#c94f3333}.melduno-app .dashboard-page .message strong,.melduno-app .dashboard-page .message time{font-size:10px}.melduno-app .dashboard-page .message p{color:var(--app-text);font-size:11px}.melduno-app .dashboard-page .message footer button,.melduno-app .dashboard-page .message footer span{font-size:9px}.melduno-app .dashboard-page .system-message{color:var(--app-text-muted);background:var(--app-surface-subtle);font-size:9px}.melduno-app .dashboard-page .message-form{border-color:var(--app-border);border-radius:var(--app-radius-control);height:42px}.melduno-app .dashboard-page .message-form input{font-size:12px}.melduno-app .dashboard-page .message-form button{color:#fff;background:var(--app-primary);width:42px}.melduno-app .dashboard-page .message-form button:hover{background:var(--app-primary-hover)}.melduno-app .dashboard-page .reply-preview{border-left-color:var(--app-primary);border-radius:var(--app-radius-control);background:#fff9f6}.melduno-app .dashboard-page .detail-export-section{gap:10px;display:grid}.melduno-app .dashboard-page .detail-export-section .detail-section-title{margin:0}.melduno-app .dashboard-page .export-button{width:fit-content;min-height:40px;color:var(--app-text-muted);border-color:var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);margin:0;padding:0 13px;font-size:11px}.melduno-app .dashboard-page .workflow-history-empty{color:var(--app-text-muted);border-top:1px solid var(--app-border);margin:0;padding:12px 0 0;font-size:12px}.melduno-app .dashboard-page .workflow-history-list{margin:0;padding:4px 0 0;list-style:none}.melduno-app .dashboard-page .workflow-history-list li{border-top:1px solid var(--app-border);grid-template-columns:8px minmax(0,1fr) auto;align-items:start;gap:9px;min-width:0;padding:10px 0;display:grid}.melduno-app .dashboard-page .workflow-history-marker{background:var(--app-primary);border-radius:999px;width:6px;height:6px;margin-top:5px}.melduno-app .dashboard-page .workflow-history-list div{gap:2px;min-width:0;display:grid}.melduno-app .dashboard-page .workflow-history-list div>span{color:var(--app-text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:9px;font-weight:680}.melduno-app .dashboard-page .workflow-history-list strong{overflow-wrap:anywhere;color:var(--app-text);font-size:11px;font-weight:580;line-height:1.4}.melduno-app .dashboard-page .workflow-history-list time{color:var(--app-text-muted);white-space:nowrap;font-size:9px}.melduno-app .dashboard-page .dashboard-activity-section{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow);margin-top:16px;padding:18px}.melduno-app .dashboard-page .dashboard-activity-section>div:first-child{align-items:baseline;gap:10px;display:flex}.melduno-app .dashboard-page .dashboard-activity-section h2{color:var(--app-text);margin:0;font-size:17px}.melduno-app .dashboard-page .dashboard-activity-section>div:first-child p{color:var(--app-text-muted);margin:0;font-size:11px}.melduno-app .dashboard-page .dashboard-activity-list{border-top:1px solid var(--app-border);margin-top:12px}.melduno-app .dashboard-page .dashboard-activity-list button{width:100%;min-height:52px;color:var(--app-text);border:0;border-bottom:1px solid var(--app-border);text-align:left;background:0 0;grid-template-columns:20px minmax(130px,.6fr) minmax(180px,1.4fr) auto;align-items:center;gap:10px;padding:8px 0;display:grid}.melduno-app .dashboard-page .dashboard-activity-list button:last-child{border-bottom:0}.melduno-app .dashboard-page .dashboard-activity-list button:hover{background:var(--app-surface-subtle)}.melduno-app .dashboard-page .dashboard-activity-list button>svg{color:var(--app-text-muted)}.melduno-app .dashboard-page .dashboard-activity-list button>span{gap:2px;min-width:0;display:grid}.melduno-app .dashboard-page .dashboard-activity-list strong{color:var(--app-primary);font-size:11px}.melduno-app .dashboard-page .dashboard-activity-list small{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.melduno-app .dashboard-page .dashboard-activity-list .activity-summary{color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.melduno-app .dashboard-page .dashboard-activity-list time{color:var(--app-text-muted);white-space:nowrap;font-size:10px}.melduno-app .dashboard-page .dashboard-activity-empty{color:var(--app-text-muted);border-top:1px solid var(--app-border);margin:12px 0 0;padding-top:12px;font-size:12px}@media (max-width:1180px){.melduno-app .dashboard-page .workspace-grid{grid-template-columns:minmax(0,1fr)}.melduno-app .dashboard-page .detail-panel{max-height:none;scroll-margin-top:88px;position:static;overflow:visible}.melduno-app .dashboard-page .dashboard-detail-back{border:0;border-bottom:1px solid var(--app-border);border-radius:0;justify-content:flex-start;width:100%;min-height:42px;display:inline-flex}}@media (max-width:980px){.melduno-app .dashboard-page .dashboard-report-toolbar{grid-template-columns:minmax(0,1fr) minmax(220px,1fr)}.melduno-app .dashboard-page .filter-row{grid-column:1/-1;width:fit-content}}@media (max-width:860px){.melduno-app .dashboard-page .dashboard-main{margin-left:0}.melduno-app .dashboard-page .sidebar{z-index:50;width:min(86vw,300px);transition:transform .18s;transform:translate(-100%)}.melduno-app .dashboard-page .sidebar.sidebar-open{transform:translate(0)}.melduno-app .dashboard-page .sidebar-close{flex:0 0 40px;align-self:flex-end;place-items:center;width:40px;height:40px;margin-bottom:4px;display:grid;position:sticky;top:0}.melduno-app .dashboard-page .sidebar-backdrop{z-index:45;background:#1f28237a}.melduno-app .dashboard-page .feature-header{grid-template-columns:42px minmax(0,1fr) auto;gap:10px;min-height:68px;padding:10px 14px}.melduno-app .dashboard-page .dashboard-menu-button{width:42px;min-width:42px;padding:0;display:inline-flex}.melduno-app .dashboard-page .feature-header .brand{display:none}.melduno-app .dashboard-page .feature-header-title{grid-column:2}.melduno-app .dashboard-page .feature-header-actions{grid-column:3}.melduno-app .dashboard-page .feature-header .language-select,.melduno-app .dashboard-page .feature-header .feature-support-link{display:none}.melduno-app .dashboard-page .dashboard-content{padding-top:16px}}@media (max-width:700px){.melduno-app .dashboard-page :is(.dashboard-menu-button,.dashboard-new-report){min-height:44px}.melduno-app .dashboard-page .dashboard-kpi-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.melduno-app .dashboard-page .dashboard-kpi-item{border-bottom:1px solid var(--app-border);min-height:78px;padding:12px}.melduno-app .dashboard-page .dashboard-kpi-item:nth-child(2){border-right:0}.melduno-app .dashboard-page .dashboard-kpi-item:nth-child(n+3){border-bottom:0}.melduno-app .dashboard-page .dashboard-report-toolbar{grid-template-columns:minmax(0,1fr)}.melduno-app .dashboard-page .search-box{justify-self:stretch;max-width:none}.melduno-app .dashboard-page .filter-row{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;padding:3px;display:grid;overflow:visible}.melduno-app .dashboard-page .filter-row button{justify-content:space-between;width:100%;min-width:0}.melduno-app .dashboard-page .dashboard-report-columns{display:none}.melduno-app .dashboard-page .report-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"case status""property property""priority due";gap:9px 10px;min-height:0;padding:13px 12px 13px 17px}.melduno-app .dashboard-page .report-case-cell{grid-area:case}.melduno-app .dashboard-page .report-case-cell>strong{white-space:normal;font-size:14px;line-height:1.35}.melduno-app .dashboard-page .report-property-cell{border-top:1px solid var(--app-border);grid-area:property;padding-top:8px}.melduno-app .dashboard-page .report-property-cell>span{white-space:normal}.melduno-app .dashboard-page .report-row>.priority-badge{grid-area:priority}.melduno-app .dashboard-page .report-row>.status-badge{grid-area:status;justify-self:end}.melduno-app .dashboard-page .report-row>.due-chip{grid-area:due;justify-self:end}.melduno-app .dashboard-page .detail-planning-section{grid-template-columns:minmax(0,1fr)}.melduno-app .dashboard-page .dashboard-activity-section>div:first-child{flex-direction:column;align-items:flex-start;gap:4px}.melduno-app .dashboard-page .dashboard-activity-list button{grid-template-columns:20px minmax(0,1fr) auto;grid-template-areas:"icon case time""icon summary summary"}.melduno-app .dashboard-page .dashboard-activity-list button>svg{grid-area:icon}.melduno-app .dashboard-page .dashboard-activity-list button>span:not(.activity-summary){grid-area:case}.melduno-app .dashboard-page .dashboard-activity-list .activity-summary{grid-area:summary}.melduno-app .dashboard-page .dashboard-activity-list time{grid-area:time}}@media (max-width:520px){.melduno-app .dashboard-page .feature-header-title{overflow:hidden}.melduno-app .dashboard-page .feature-header-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;overflow:hidden}.melduno-app .dashboard-page .feature-header-title p{display:none}.melduno-app .dashboard-page .feature-header-actions{min-width:42px}.melduno-app .dashboard-page .dashboard-new-report{width:42px;min-width:42px;padding:0;font-size:0}.melduno-app .dashboard-page .dashboard-content{padding:12px 10px 28px}.melduno-app .dashboard-page .dashboard-content>.melduno-modules-nav{margin-bottom:10px}.melduno-app .dashboard-page .melduno-modules-trigger{min-height:42px;padding-block:5px}.melduno-app .dashboard-page .melduno-modules-trigger:after{content:none}.melduno-app .dashboard-page .melduno-modules-trigger small{display:none}.melduno-app .dashboard-page .dashboard-kpi-item{gap:8px}.melduno-app .dashboard-page .dashboard-kpi-item>svg{flex-basis:18px;width:18px;height:18px}.melduno-app .dashboard-page .dashboard-kpi-item strong{font-size:21px}.melduno-app .dashboard-page .dashboard-kpi-item small{font-size:9px}.melduno-app .dashboard-page :is(.report-panel,.detail-panel,.dashboard-kpi-panel,.dashboard-activity-section){border-radius:var(--app-radius-control)}.melduno-app .dashboard-page .detail-section{padding:15px 13px}.melduno-app .dashboard-page .detail-heading{align-items:flex-start}.melduno-app .dashboard-page .status-actions{grid-template-columns:1fr;display:grid}.melduno-app .dashboard-page .status-actions button{min-height:44px}.melduno-app .dashboard-page .dispatch-button{width:100%;min-height:44px}.melduno-app .dashboard-page .detail-section-heading{align-items:flex-start}.melduno-app .dashboard-page .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.melduno-app .dashboard-page .dashboard-activity-section{padding:15px 13px}}.melduno-app :is(a,button,input,select,textarea,summary):focus-visible{outline-offset:2px;outline:3px solid #c94f3338}.melduno-app :is(.app-button,.primary-button,.secondary-button,.ghost-button,.danger-button){border-radius:var(--app-radius-control);min-height:40px;box-shadow:none;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:680;line-height:1.2;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,opacity .16s;display:inline-flex;transform:none}.melduno-app :is(.app-button,.primary-button,.secondary-button,.ghost-button,.danger-button) svg{stroke-width:2px;flex:0 0 18px;width:18px;height:18px}.melduno-app :is(.app-button-primary,.primary-button){color:#fff;border-color:var(--app-primary);background:var(--app-primary);background-image:none}.melduno-app :is(.app-button-primary,.primary-button):hover{color:#fff;border-color:var(--app-primary-hover);background:var(--app-primary-hover);box-shadow:none;transform:none}.melduno-app :is(.app-button-secondary,.secondary-button){color:var(--app-text);border-color:var(--app-border-strong);background:var(--app-surface)}.melduno-app :is(.app-button-secondary,.secondary-button):hover{color:var(--app-text);background:var(--app-surface-subtle);box-shadow:none;border-color:#8e9990;transform:none}.melduno-app :is(.app-button-ghost,.ghost-button){color:var(--app-text-muted);background:0 0;border-color:#0000}.melduno-app :is(.app-button-ghost,.ghost-button):hover{color:var(--app-text);background:var(--app-surface-subtle)}.melduno-app :is(.app-button-danger,.danger-button){color:var(--app-danger);background:var(--app-surface);border-color:#ab453857}.melduno-app :is(.app-button-danger,.danger-button):hover{color:#8e332a;border-color:var(--app-danger);background:#fff8f6}.melduno-app :is(.app-button,.primary-button,.secondary-button,.ghost-button,.danger-button):disabled,.melduno-app :is(.app-button,.primary-button,.secondary-button,.ghost-button,.danger-button)[aria-disabled=true]{opacity:.52;cursor:not-allowed;box-shadow:none;transform:none}.melduno-app .app-field{gap:var(--app-space-2);min-width:0;display:grid}.melduno-app .app-label{color:var(--app-text);font-size:12px;font-weight:680;line-height:1.35}.melduno-app :is(.app-helper,.app-error){margin:0;font-size:12px;line-height:1.45}.melduno-app .app-helper{color:var(--app-text-muted)}.melduno-app .app-error{color:var(--app-danger)}.melduno-app :is(.app-input,.app-select,.app-textarea){width:100%;min-width:0;color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);box-shadow:none}.melduno-app :is(.app-input,.app-select){min-height:42px;padding:0 12px}.melduno-app .app-textarea{resize:vertical;min-height:112px;padding:11px 12px;border-radius:var(--app-radius-control)!important}.melduno-app :is(.app-input,.app-select,.app-textarea):focus{border-color:var(--app-primary);outline:0;box-shadow:0 0 0 3px #c94f331f}.melduno-app :is(.app-input,.app-select,.app-textarea)[aria-invalid=true]{border-color:var(--app-danger)}.melduno-app .app-status{width:fit-content;min-height:24px;color:var(--app-text-muted);border:1px solid var(--app-border);background:var(--app-surface-subtle);border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:11px;font-weight:680;display:inline-flex}.melduno-app .app-status-success{color:var(--app-success);background:#f4faf7;border-color:#28705a47}.melduno-app .app-status-warning{color:var(--app-warning);background:#fffaf0;border-color:#93641547}.melduno-app .app-status-danger{color:var(--app-danger);background:#fff8f6;border-color:#ab453847}.melduno-app .app-alert{min-height:42px;color:var(--app-text-muted);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);box-shadow:none;align-items:flex-start;gap:9px;padding:10px 12px;font-size:13px;line-height:1.45;display:flex}.melduno-app .app-alert-success{color:var(--app-success);background:#f4faf7;border-color:#28705a47}.melduno-app .app-alert-warning{color:var(--app-warning);background:#fffaf0;border-color:#93641547}.melduno-app .app-alert-danger{color:var(--app-danger);background:#fff8f6;border-color:#ab453847}.melduno-app .app-table-wrap{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);max-width:100%;overflow-x:auto}.melduno-app .app-table{border-collapse:collapse;width:100%;color:var(--app-text);background:var(--app-surface);font-size:13px}.melduno-app .app-table th{color:var(--app-text-muted);border-bottom:1px solid var(--app-border);background:var(--app-surface-subtle);text-align:left;padding:11px 12px;font-size:11px;font-weight:720}.melduno-app .app-table td{border-bottom:1px solid var(--app-border);vertical-align:middle;padding:12px}.melduno-app .app-table tbody tr:last-child td{border-bottom:0}.melduno-app .app-table tbody tr:hover{background:#fbfcfa}.melduno-app :is(.app-dialog,.app-dropdown){color:var(--app-text);border:1px solid var(--app-border);background:var(--app-surface);box-shadow:var(--app-shadow-dialog)}.melduno-app .app-dialog{border-radius:var(--app-radius-dialog)}.melduno-app .app-dropdown{border-radius:var(--app-radius-control)}.melduno-app .beta-mode-bar{z-index:35;align-items:center;gap:var(--app-space-3);width:100%;min-height:44px;color:var(--app-text-muted);border:0;border-bottom:1px solid var(--app-border);background:var(--app-surface-subtle);box-shadow:var(--app-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;white-space:normal;border-radius:0;padding:6px clamp(16px,3vw,40px);font-size:12px;line-height:1.3;display:flex;position:relative;top:auto;left:auto;transform:none}.melduno-app .beta-system-notice,.melduno-app .beta-system-actions,.melduno-app .beta-account-summary{align-items:center;gap:7px;display:flex}.melduno-app .beta-system-notice{min-width:0;font-size:12px;font-weight:650}.melduno-app .beta-system-notice svg{width:16px;height:16px;color:var(--app-brand);stroke-width:2px;flex:0 0 16px}.melduno-app .beta-system-actions{justify-content:flex-end;margin-left:auto}.melduno-app .beta-mode-bar :is(a,.beta-logout-button,.beta-account-summary){min-height:32px;color:var(--app-text-muted);border-radius:var(--app-radius-control);cursor:pointer;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:0 9px;font-size:12px;font-weight:620;display:inline-flex}.melduno-app .beta-mode-bar :is(a,.beta-logout-button):hover{color:var(--app-text);border-color:var(--app-border);background:var(--app-surface)}.melduno-app .beta-mode-bar :is(a,.beta-logout-button,.beta-account-summary) svg{stroke-width:2px;flex:0 0 16px;width:16px;height:16px}.melduno-app .beta-account-summary{cursor:default;max-width:220px}.melduno-app .beta-account-summary span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.melduno-app .beta-mobile-user{margin-left:auto;display:none;position:relative}.melduno-app .feature-header{align-items:center;gap:var(--app-space-4);min-height:64px;color:var(--app-text);border:0;border-bottom:1px solid var(--app-border);background:var(--app-surface);box-shadow:var(--app-shadow);-webkit-backdrop-filter:none;backdrop-filter:none;grid-template-columns:auto minmax(0,1fr) auto;padding:10px clamp(16px,3vw,40px);display:grid}.melduno-app .feature-header .brand{color:var(--app-text)}.melduno-app .feature-header .melduno-logo-mark{background:var(--app-brand);box-shadow:none}.melduno-app .feature-header>strong{min-width:0;color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:680;overflow:hidden}.melduno-app .feature-header-actions{justify-content:flex-end;align-items:center;gap:var(--app-space-2);min-width:0;display:flex}.melduno-app .feature-header .language-select{min-height:40px;color:var(--app-text-muted);border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);background:var(--app-surface);padding:0 10px}.melduno-app .feature-header .language-select svg{color:var(--app-text-muted)}.melduno-app .feature-header .language-select select{max-width:180px;color:var(--app-text);font-size:12px}.melduno-app .feature-header .secondary-button{min-height:40px}.melduno-app .melduno-modules-nav{width:min(1180px,100% - 32px);box-shadow:none;background:0 0;border:0;border-radius:0;margin:16px auto;padding:0;display:block;position:relative}.melduno-app .dashboard-content>.melduno-modules-nav{width:100%;margin:16px 0}.melduno-app .melduno-modules-tabs{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow);align-items:stretch;gap:4px;padding:4px;display:flex}.melduno-app .melduno-modules-tabs>:is(a,span),.melduno-app .melduno-modules-menu>:is(a,span){min-width:0;color:var(--app-text-muted);border-radius:var(--app-radius-control);box-shadow:none;background:0 0;border:1px solid #0000;align-items:center;gap:9px;display:flex;position:relative;transform:none}.melduno-app .melduno-modules-tabs>:is(a,span){flex:1 1 0;min-height:46px;padding:7px 11px}.melduno-app .melduno-modules-tabs>:is(a,span):after,.melduno-app .melduno-modules-menu>:is(a,span):after{content:none}.melduno-app .melduno-modules-tabs>a:hover,.melduno-app .melduno-modules-menu>a:hover{color:var(--app-text);border-color:var(--app-border);background:var(--app-surface-subtle);box-shadow:none;transform:none}.melduno-app .melduno-modules-tabs>a.active,.melduno-app .melduno-modules-menu>a.active{color:var(--app-text);box-shadow:inset 0 -2px var(--app-primary);background:#fff8f5;border-color:#c94f333d}.melduno-app .melduno-module-icon{color:currentColor;background:0 0;border:0;border-radius:0;flex:0 0 22px;place-items:center;width:22px;height:22px;display:grid}.melduno-app .melduno-module-icon svg{stroke-width:2px;width:16px;height:16px}.melduno-app .melduno-module-copy{gap:2px;min-width:0;display:grid}.melduno-app .melduno-module-copy strong{color:inherit;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:680;overflow:hidden}.melduno-app .melduno-module-copy small{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:480;line-height:1.25;overflow:hidden}.melduno-app .melduno-modules-tabs>.disabled,.melduno-app .melduno-modules-menu>.disabled{opacity:.5;cursor:not-allowed}.melduno-app .melduno-modules-trigger,.melduno-app .melduno-modules-menu{display:none}.melduno-app .beta-feedback-trigger{z-index:92;color:#fff;border:1px solid var(--app-primary);border-radius:var(--app-radius-control);background:var(--app-primary);min-height:44px;box-shadow:var(--app-shadow-dialog);background-image:none;justify-content:center;align-items:center;gap:7px;padding:0 14px;font-size:13px;font-weight:680;display:inline-flex;bottom:24px;right:24px;transform:none}.melduno-app .beta-feedback-trigger:hover{border-color:var(--app-primary-hover);background:var(--app-primary-hover);box-shadow:var(--app-shadow-dialog);transform:none}.melduno-app .beta-feedback-trigger svg{stroke-width:2px;width:18px;height:18px}.melduno-app .beta-feedback-overlay{z-index:110;-webkit-backdrop-filter:none;backdrop-filter:none;background:#1f282375;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.melduno-app .beta-feedback-modal{width:min(100%,560px);max-height:calc(100dvh - 48px);color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-dialog);background:var(--app-surface);box-shadow:var(--app-shadow-dialog);overflow-y:auto}.melduno-app .beta-feedback-modal>header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:flex-start;gap:14px;padding:16px 18px;display:flex}.melduno-app .beta-feedback-modal>header>div{align-items:flex-start;gap:10px;display:flex}.melduno-app .beta-feedback-modal>header>div>span{width:32px;height:32px;color:var(--app-primary);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);flex:0 0 32px;place-items:center;display:grid}.melduno-app .beta-feedback-modal>header>div>span svg{stroke-width:2px;width:17px;height:17px}.melduno-app .beta-feedback-modal h2{color:var(--app-text);margin:0;font-size:18px;line-height:1.25}.melduno-app .beta-feedback-modal header p{color:var(--app-text-muted);margin:4px 0 0;font-size:12px;line-height:1.45}.melduno-app .beta-feedback-modal header button{width:34px;height:34px;color:var(--app-text-muted);border-radius:var(--app-radius-control);background:0 0;border:1px solid #0000;flex:0 0 34px;place-items:center;display:grid}.melduno-app .beta-feedback-modal header button:hover{color:var(--app-text);border-color:var(--app-border);background:var(--app-surface-subtle)}.melduno-app .beta-feedback-modal header button svg{width:17px;height:17px}.melduno-app .beta-feedback-modal form{padding:18px}.melduno-app .beta-feedback-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.melduno-app .beta-feedback-modal fieldset{border:0;margin:16px 0;padding:0}.melduno-app .beta-feedback-modal label{color:var(--app-text);font-size:12px}.melduno-app .beta-star-rating{gap:6px;margin-top:8px;display:flex}.melduno-app .beta-star-rating button{color:#9fa7a0;border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);place-items:center;width:36px;height:36px;display:grid}.melduno-app .beta-star-rating button:hover{border-color:var(--app-border-strong);background:var(--app-surface-subtle)}.melduno-app .beta-star-rating button.selected{color:var(--app-warning);background:#fffaf0;border-color:#9364154d}.melduno-app .beta-star-rating svg{width:17px;height:17px}.melduno-app .beta-feedback-message textarea{min-height:116px}.melduno-app .beta-feedback-modal form>small{color:var(--app-text-muted);margin-top:9px;font-size:11px;display:block}.melduno-app .beta-feedback-submit{width:100%;margin-top:16px}.melduno-app .beta-feedback-success{gap:16px;min-height:270px;padding:32px}.melduno-app .beta-feedback-success>svg{color:var(--app-success)}@media (max-width:900px){.melduno-app .beta-account-summary,.melduno-app .melduno-module-copy small{display:none}}@media (max-width:720px){.melduno-app .beta-mode-bar{min-height:48px;padding:6px 12px;display:flex!important}.melduno-app .beta-system-notice{flex:auto;overflow:hidden}.melduno-app .beta-system-notice>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.melduno-app .beta-system-actions{display:none}.melduno-app .beta-mobile-user{display:block}.melduno-app .beta-user-menu-trigger{min-width:42px;min-height:36px;color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);justify-content:center;align-items:center;gap:5px;padding:0 8px;display:flex}.melduno-app .beta-user-menu-trigger>span{display:none}.melduno-app .beta-user-menu-trigger svg{stroke-width:2px;width:17px;height:17px}.melduno-app .beta-user-menu-trigger[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.melduno-app .beta-user-menu{z-index:100;width:min(310px,100vw - 24px);color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-dialog);background:var(--app-surface);box-shadow:var(--app-shadow-dialog);gap:3px;padding:7px;display:grid;position:absolute;top:calc(100% + 7px);right:0}.melduno-app .beta-user-identity{border-bottom:1px solid var(--app-border);gap:3px;min-width:0;padding:9px 10px 11px;display:grid}.melduno-app .beta-user-identity strong,.melduno-app .beta-user-identity span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.melduno-app .beta-user-identity strong{font-size:13px}.melduno-app .beta-user-identity span{color:var(--app-text-muted);font-size:11px}.melduno-app .beta-user-menu :is(a,button){width:100%;min-height:40px;color:var(--app-text);border-radius:var(--app-radius-control);background:0 0;border:1px solid #0000;justify-content:flex-start;align-items:center;gap:9px;padding:0 10px;font-size:13px;font-weight:620;display:flex}.melduno-app .beta-user-menu :is(a,button):hover{border-color:var(--app-border);background:var(--app-surface-subtle)}.melduno-app .beta-user-menu :is(a,button) svg{width:17px;height:17px;color:var(--app-text-muted)}.melduno-app .beta-user-language{min-height:40px;color:var(--app-text);border-radius:var(--app-radius-control);background:0 0;border:1px solid #0000;grid-template-columns:17px auto minmax(0,1fr);align-items:center;gap:9px;padding:0 10px;font-size:13px;font-weight:620;display:grid}.melduno-app .beta-user-language svg{width:17px;height:17px;color:var(--app-text-muted);stroke-width:2px}.melduno-app .beta-user-language select{width:100%;min-width:0;min-height:34px;color:var(--app-text);text-align:right;background:0 0;border:0;padding:0 4px;font-size:12px}.melduno-app .business-header-actions .secondary-button{width:40px;min-width:40px;padding:0;font-size:0}.melduno-app .feature-header{grid-template-columns:auto minmax(0,1fr);gap:9px 12px;min-height:0;padding:10px 12px}.melduno-app .feature-header>strong{text-align:right;font-size:13px}.melduno-app .feature-header .brand{font-size:18px}.melduno-app .feature-header .brand .melduno-logo-mark{width:36px;height:36px}.melduno-app .feature-header-actions{grid-column:1/-1;grid-template-columns:minmax(0,1fr) 44px 44px;gap:7px;display:grid}.melduno-app .feature-header .language-select{width:100%;min-width:0;display:flex}.melduno-app .feature-header .language-select select{width:100%;min-width:0;max-width:none}.melduno-app .feature-header .secondary-button{width:44px;min-width:44px;min-height:40px;padding:0}.melduno-app .feature-header .secondary-button span{display:none}.melduno-app .melduno-modules-nav,.melduno-app .dashboard-content>.melduno-modules-nav{width:min(100% - 24px,1180px);margin:12px auto}.melduno-app .dashboard-content>.melduno-modules-nav{width:100%}.melduno-app .melduno-modules-tabs{display:none}.melduno-app .melduno-modules-trigger{width:100%;min-height:48px;color:var(--app-text);border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);background:var(--app-surface);box-shadow:var(--app-shadow);text-align:left;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:9px;padding:7px 11px;display:grid}.melduno-app .melduno-modules-trigger>svg{width:18px;height:18px;color:var(--app-text-muted);stroke-width:2px}.melduno-app .melduno-modules-trigger>svg:last-child{transition:transform .16s}.melduno-app .melduno-modules-trigger[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.melduno-app .melduno-modules-trigger>span{gap:1px;min-width:0;display:grid}.melduno-app .melduno-modules-trigger small{color:var(--app-text-muted);font-size:10px;font-weight:560}.melduno-app .melduno-modules-trigger strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.melduno-app .melduno-modules-menu{z-index:80;border:1px solid var(--app-border);border-radius:var(--app-radius-dialog);background:var(--app-surface);box-shadow:var(--app-shadow-dialog);gap:3px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0}.melduno-app .melduno-modules-menu[hidden]{display:none}.melduno-app .melduno-modules-menu>:is(a,span){min-height:46px;padding:7px 9px}.melduno-app .melduno-modules-menu>a.active{box-shadow:inset 3px 0 var(--app-primary)}.melduno-app .melduno-modules-menu .melduno-module-copy small{display:block}.melduno-app .beta-feedback-trigger{right:max(12px, env(safe-area-inset-right));bottom:max(12px, env(safe-area-inset-bottom));width:48px;min-width:48px;height:48px;padding:0;font-size:0}.melduno-app .beta-feedback-overlay{align-items:end;padding:12px}.melduno-app .beta-feedback-modal{width:100%;max-height:calc(100dvh - 24px)}.melduno-app .beta-feedback-grid{grid-template-columns:1fr}}@media (max-width:390px){.melduno-app .beta-system-payments{display:none}.melduno-app .feature-header>strong{font-size:12px}.melduno-app .feature-header .language-select{padding:0 7px}}.melduno-app .business-workforce-page{min-width:0;color:var(--app-text);background:var(--app-background)}.melduno-app .business-workforce-page .business-workforce-content{flex-direction:column;gap:16px;width:min(100% - 40px,1380px);margin:0 auto;padding:24px 0 48px;display:flex}.melduno-app .business-workforce-page .business-workforce-period{order:1}.melduno-app .business-workforce-page .business-workforce-content>.portal-alert{order:2}.melduno-app .business-workforce-page .business-workforce-stats{order:3}.melduno-app .business-workforce-page .workforce-team{order:4}.melduno-app .business-workforce-page .workforce-grid{order:5}.melduno-app .business-workforce-page .workforce-plan-list{order:6}.melduno-app .business-workforce-page .business-private-chat{order:7}.melduno-app .business-workforce-page .workforce-export{order:8}.melduno-app .business-workforce-page .business-workforce-period{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);min-height:64px;box-shadow:var(--app-shadow-standard);justify-content:space-between;align-items:center;gap:16px;padding:12px 16px;display:flex}.melduno-app .business-workforce-page .business-workforce-period>div{gap:3px;display:grid}.melduno-app .business-workforce-page .business-workforce-period>div strong{font-size:15px}.melduno-app .business-workforce-page .business-workforce-label{color:var(--app-text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:750}.melduno-app .business-workforce-page .month-picker{min-width:230px;color:var(--app-text-muted);grid-template-columns:auto auto minmax(130px,1fr);align-items:center;gap:8px;margin:0;font-size:12px;font-weight:700;display:grid}.melduno-app .business-workforce-page .month-picker svg{width:17px;height:17px}.melduno-app .business-workforce-page :is(.workforce-form input,.workforce-form select,.workforce-form textarea,.workforce-export input,.private-chat-heading select,.appointment-actions input){border-radius:var(--app-radius-control)!important}.melduno-app .business-workforce-page :is(input,select,textarea){border-color:var(--app-border);color:var(--app-text);background:var(--app-surface);font-size:14px}.melduno-app .business-workforce-page :is(input,select,textarea):focus-visible{outline-offset:1px;border-color:var(--app-primary);outline:2px solid #c94f3333}.melduno-app .business-workforce-page .portal-alert{border-radius:var(--app-radius-control);color:var(--app-danger);background:#ab45380f;border:1px solid #ab453847;margin:0;padding:10px 12px;font-size:13px}.melduno-app .business-workforce-page .portal-alert.portal-success{color:var(--app-success);background:#28705a0f;border-color:#28705a42}.melduno-app .business-workforce-page .business-workforce-stats{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow-standard);grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin:0;display:grid;overflow:hidden}.melduno-app .business-workforce-page .business-workforce-stats article{border:0;border-right:1px solid var(--app-border);min-height:76px;box-shadow:none;background:0 0;border-radius:0;gap:12px;padding:14px 18px}.melduno-app .business-workforce-page .business-workforce-stats article:last-child{border-right:0}.melduno-app .business-workforce-page .business-workforce-stats article>svg{width:20px;height:20px;color:var(--app-text-muted);background:0 0;border-radius:0;padding:0}.melduno-app .business-workforce-page .business-workforce-stats strong{font-size:19px;line-height:1.1}.melduno-app .business-workforce-page .business-workforce-stats span{font-size:12px}.melduno-app .business-workforce-page .business-card{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow-standard);margin:0;padding:18px}.melduno-app .business-workforce-page .business-card>h2,.melduno-app .business-workforce-page .workforce-export h2{gap:8px;margin:0 0 16px;font-size:18px}.melduno-app .business-workforce-page .business-card h2 svg{width:19px;height:19px;color:var(--app-text-muted)}.melduno-app .business-workforce-page .workforce-grid{grid-template-columns:minmax(300px,.85fr) minmax(460px,1.15fr);gap:16px;margin:0}.melduno-app .business-workforce-page .workforce-form{gap:12px}.melduno-app .business-workforce-page .workforce-form label,.melduno-app .business-workforce-page .workforce-export label{color:var(--app-text);font-size:12px}.melduno-app .business-workforce-page .workforce-form :is(input,select){min-height:42px;padding:9px 11px}.melduno-app .business-workforce-page .workforce-form textarea{min-height:84px;padding:10px 11px}.melduno-app .business-workforce-page .workforce-form .check-label{min-height:42px;color:var(--app-text-muted);align-items:center;font-weight:500}.melduno-app .business-workforce-page .workforce-form .check-label input{width:18px;height:18px;min-height:18px;accent-color:var(--app-primary)}.melduno-app .business-workforce-page :is(.primary-button,.secondary-button){border-radius:var(--app-radius-control);min-height:42px;box-shadow:none;transform:none}.melduno-app .business-workforce-page .primary-button{border:1px solid var(--app-primary);color:#fff;background:var(--app-primary)}.melduno-app .business-workforce-page .primary-button:hover{background:var(--app-primary-hover);box-shadow:none;transform:none}.melduno-app .business-workforce-page .secondary-button{border:1px solid var(--app-border-strong);color:var(--app-text);background:var(--app-surface)}.melduno-app .business-workforce-page .secondary-button:hover{border-color:var(--app-text-muted);background:var(--app-surface-subtle);transform:none}.melduno-app .business-workforce-page .employee-list{border-top:1px solid var(--app-border)}.melduno-app .business-workforce-page .employee-list article{border:0;border-bottom:1px solid var(--app-border);background:0 0;border-radius:0;grid-template-columns:38px minmax(0,1fr) auto auto;align-items:center;gap:12px;min-height:70px;margin:0;padding:12px 4px;display:grid}.melduno-app .business-workforce-page .employee-list article:last-child{border-bottom:0}.melduno-app .business-workforce-page .team-avatar{width:36px;height:36px;color:var(--app-text);background:var(--app-surface-subtle);border-radius:999px;font-size:12px}.melduno-app .business-workforce-page .employee-list article>div:nth-child(2){gap:3px;min-width:0;display:grid}.melduno-app .business-workforce-page .employee-list article strong{font-size:14px}.melduno-app .business-workforce-page .employee-list article small{color:var(--app-text-muted);overflow-wrap:anywhere;font-size:12px}.melduno-app .business-workforce-page .employee-invitation-status{width:fit-content;color:var(--app-text-muted);align-items:center;gap:5px;display:inline-flex}.melduno-app .business-workforce-page .employee-invitation-status svg{width:13px;height:13px}.melduno-app .business-workforce-page .employee-list article>b{color:var(--app-text);white-space:nowrap;font-size:13px}.melduno-app .business-workforce-page .assignment-admin{border:0;border-top:1px solid var(--app-border);border-radius:0;margin:0;padding:16px 2px}.melduno-app .business-workforce-page .assignment-admin>header{grid-template-columns:76px minmax(0,1fr) auto;gap:14px}.melduno-app .business-workforce-page .assignment-admin time{border:1px solid var(--app-border);border-radius:var(--app-radius-control);color:var(--app-text);background:var(--app-surface-subtle);padding:8px;font-size:12px}.melduno-app .business-workforce-page .assignment-admin h3{font-size:15px}.melduno-app .business-workforce-page .assignment-admin p{color:var(--app-text-muted);margin:8px 0;font-size:13px}.melduno-app .business-workforce-page .assignment-admin small{color:var(--app-text-muted);font-size:12px}.melduno-app .business-workforce-page .business-appointment-controls,.business-employee-portal .business-appointment-controls{border:0;border-top:1px solid var(--app-border);background:0 0;border-radius:0;gap:8px;margin-top:12px;padding:12px 0 0}.melduno-app .business-workforce-page .business-appointment-controls .appointment-title,.business-employee-portal .business-appointment-controls .appointment-title{width:100%;color:var(--app-text);margin:0;font-size:13px}.melduno-app .business-workforce-page .business-appointment-controls label,.business-employee-portal .business-appointment-controls label{color:var(--app-text-muted);font-size:12px}.melduno-app .business-workforce-page .business-appointment-controls button,.business-employee-portal .business-appointment-controls button{border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);min-height:40px;color:var(--app-text);background:var(--app-surface);padding:0 12px;font-size:12px}.melduno-app .business-workforce-page .business-appointment-controls .appointment-confirm,.business-employee-portal .business-appointment-controls .appointment-confirm{color:var(--app-success);border-color:#28705a59;margin-left:auto}.melduno-app .business-workforce-page .business-appointment-controls .appointment-reschedule,.business-employee-portal .business-appointment-controls .appointment-reschedule{color:var(--app-warning)}.melduno-app .business-workforce-page .assignment-chat{border-top:1px solid var(--app-border);background:0 0;margin-top:12px;padding:12px 0 0}.melduno-app .business-workforce-page .assignment-chat>strong{color:var(--app-text);font-size:13px}.melduno-app .business-workforce-page .assignment-chat>p{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);max-width:78%;padding:8px 10px;font-size:13px}.melduno-app .business-workforce-page .assignment-chat>p.chat-manager{background:#c94f330d;border-color:#c94f3338;margin-left:auto}.melduno-app .business-workforce-page .assignment-chat form{grid-template-columns:minmax(0,1fr) 44px;gap:8px;margin-top:10px;display:grid}.melduno-app .business-workforce-page .assignment-chat form input{border:1px solid var(--app-border);min-width:0;min-height:42px;padding:0 11px;border-radius:var(--app-radius-control)!important}.melduno-app .business-workforce-page .assignment-chat form button{border-radius:var(--app-radius-control);color:#fff;background:var(--app-primary);border:0;width:44px;min-height:42px}.melduno-app .business-workforce-page .business-chat-panel,.business-employee-portal .business-chat-panel{overflow:hidden}.melduno-app .business-workforce-page .private-chat-heading,.business-employee-portal .private-chat-heading{align-items:flex-end;margin-bottom:12px}.melduno-app .business-workforce-page .private-chat-heading h2,.business-employee-portal .private-chat-heading h2{color:var(--app-text);font-size:18px}.melduno-app .business-workforce-page .private-chat-heading h2 svg,.business-employee-portal .private-chat-heading h2 svg{color:var(--app-text-muted)}.melduno-app .business-workforce-page .private-chat-heading p,.business-employee-portal .private-chat-heading p{color:var(--app-text-muted);font-size:12px}.melduno-app .business-workforce-page .private-chat-thread,.business-employee-portal .private-chat-thread{border:1px solid var(--app-border);border-radius:var(--app-radius-control) var(--app-radius-control) 0 0;background:var(--app-surface-subtle);min-height:160px;max-height:360px;padding:12px}.melduno-app .business-workforce-page .private-message,.business-employee-portal .private-message{border:1px solid var(--app-border);border-radius:4px var(--app-radius-control) var(--app-radius-control);width:min(74%,620px);box-shadow:none;background:var(--app-surface);margin-bottom:8px;padding:9px 11px}.melduno-app .business-workforce-page .private-message.own,.business-employee-portal .private-message.own{border-radius:var(--app-radius-control) 4px var(--app-radius-control) var(--app-radius-control);background:#c94f330d;border-color:#c94f3338}.melduno-app .business-workforce-page .private-chat-compose,.business-employee-portal .private-chat-compose{border-color:var(--app-border);border-radius:0 0 var(--app-radius-control) var(--app-radius-control)}.melduno-app .business-workforce-page .private-attachment-tools button,.business-employee-portal .private-attachment-tools button,.melduno-app .business-workforce-page .private-send,.business-employee-portal .private-send{min-width:44px;min-height:44px;color:var(--app-text-muted);background:0 0}.melduno-app .business-workforce-page .private-send,.business-employee-portal .private-send{color:#fff;background:var(--app-primary)}.melduno-app .business-workforce-page .private-file-preview,.business-employee-portal .private-file-preview{border-color:var(--app-border);background:var(--app-surface-subtle)}.melduno-app .business-workforce-page .workforce-export>header{align-items:end}.melduno-app .business-workforce-page .workforce-export>header>div p{color:var(--app-text-muted);margin:4px 0 0;font-size:12px}.melduno-app .business-workforce-page .workforce-export form{flex-wrap:wrap}.melduno-app .business-workforce-page .workforce-export input{min-height:42px}.melduno-app .business-workforce-page .timesheet-table{border-top:1px solid var(--app-border);margin-top:16px;overflow:visible}.melduno-app .business-workforce-page .timesheet-table>div{border-top:0;border-bottom:1px solid var(--app-border);grid-template-columns:1.2fr repeat(4,minmax(92px,.8fr)) 1.2fr;gap:10px;min-width:0;padding:11px 8px;font-size:12px}.melduno-app .business-workforce-page .timesheet-table .table-head{color:var(--app-text-muted);background:var(--app-surface-subtle);text-transform:uppercase;letter-spacing:.03em;font-size:11px}.melduno-app .business-workforce-page .timesheet-table>p{color:var(--app-text-muted);margin:0;padding:24px 8px;font-size:13px}.melduno-app .business-workforce-page .business-location-summary,.business-employee-portal .business-location-summary{gap:5px}.melduno-app .business-workforce-page .business-location-summary a,.business-employee-portal .business-location-summary a{border:1px solid var(--app-border);border-radius:var(--app-radius-control);min-height:30px;color:var(--app-text);background:var(--app-surface);padding:4px 7px;font-size:11px}.melduno-app .business-workforce-page .business-location-summary a:hover,.business-employee-portal .business-location-summary a:hover{border-color:var(--app-border-strong);background:var(--app-surface-subtle)}.melduno-app .business-workforce-page .business-location-summary small,.business-employee-portal .business-location-summary small{color:var(--app-text-muted);font-size:11px}.business-employee-portal{--app-background:#f4f5f2;--app-surface:#fff;--app-surface-subtle:#f8f9f7;--app-text:#1f2823;--app-text-muted:#667069;--app-primary:#c94f33;--app-primary-hover:#ad4028;--app-border:#d8ddd7;--app-border-strong:#bbc3bb;--app-success:#28705a;--app-warning:#936415;--app-danger:#ab4538;--app-radius-control:8px;--app-radius-section:10px;--app-shadow-standard:0 1px 2px #19231d0f;min-width:0;min-height:100vh;color:var(--app-text);background:var(--app-background)}.business-employee-portal .employee-portal-header{border-bottom:1px solid var(--app-border);min-height:68px;color:var(--app-text);background:var(--app-surface);gap:18px;padding:12px clamp(16px,4vw,44px)}.business-employee-portal .employee-portal-header .melduno-logo{filter:none}.business-employee-portal .employee-portal-header div{gap:2px}.business-employee-portal .employee-portal-header strong{font-size:14px}.business-employee-portal .employee-portal-header span{color:var(--app-text-muted);opacity:1;font-size:12px}.business-employee-portal .employee-portal-content{flex-direction:column;gap:16px;width:min(100% - 32px,1100px);padding:24px 0 48px;display:flex}.business-employee-portal .employee-portal-content>.portal-alert{order:1}.business-employee-portal .employee-clock-panel{order:2}.business-employee-portal .employee-tools{order:3}.business-employee-portal .employee-assignments{order:4}.business-employee-portal .employee-private-chat{order:5}.business-employee-portal .employee-timesheet{order:6}.business-employee-portal .portal-alert{border-radius:var(--app-radius-control);color:var(--app-danger);background:#ab45380f;border:1px solid #ab453847;margin:0;padding:10px 12px;font-size:13px}.business-employee-portal .portal-alert.portal-success{color:var(--app-success);background:#28705a0f;border-color:#28705a42}.business-employee-portal .employee-clock-panel{border:1px solid var(--app-border);border-radius:var(--app-radius-section);color:var(--app-text);background:var(--app-surface);box-shadow:var(--app-shadow-standard);align-items:center;gap:20px;padding:20px}.business-employee-portal .employee-clock-panel>div:first-child{min-width:210px}.business-employee-portal .employee-clock-panel p{color:var(--app-text-muted);opacity:1;font-size:12px}.business-employee-portal .employee-clock-panel h1{margin:5px 0;font-size:clamp(22px,3vw,28px)}.business-employee-portal .employee-clock-panel>div:first-child>span{color:var(--app-text-muted);font-size:13px}.business-employee-portal .gps-live-status{color:var(--app-success)}.business-employee-portal .gps-live-status.gps-error{color:var(--app-danger)}.business-employee-portal .clock-controls{max-width:650px}.business-employee-portal .clock-controls :is(input,select){border:1px solid var(--app-border);min-height:44px;color:var(--app-text);background:var(--app-surface);font-size:14px;border-radius:var(--app-radius-control)!important}.business-employee-portal .clock-controls>input{min-width:200px}.business-employee-portal .location-consent{border:1px solid var(--app-border);border-radius:var(--app-radius-control);width:100%;min-height:48px;color:var(--app-text-muted);background:var(--app-surface-subtle);padding:10px 12px}.business-employee-portal .location-consent svg{color:var(--app-success)}.business-employee-portal .navigation-link{border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);min-height:44px;color:var(--app-text);background:var(--app-surface)}.business-employee-portal .clock-controls :is(.primary-button,.danger-button){border-radius:var(--app-radius-control);min-height:48px;box-shadow:none;font-size:14px;transform:none}.business-employee-portal .clock-controls .primary-button{border:1px solid var(--app-primary);color:#fff;background:var(--app-primary)}.business-employee-portal .clock-controls .primary-button:hover{background:var(--app-primary-hover);box-shadow:none;transform:none}.business-employee-portal .clock-controls .danger-button{border:1px solid var(--app-danger);color:#fff;background:var(--app-danger)}.business-employee-portal .employee-tools{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow-standard);justify-content:space-between;align-items:end;gap:12px;margin:0;padding:12px 14px;display:flex}.business-employee-portal .employee-tools label{color:var(--app-text-muted);grid-template-columns:auto auto minmax(135px,1fr);align-items:center;gap:7px;font-size:12px;font-weight:700;display:grid}.business-employee-portal .employee-tools label svg{width:17px;height:17px}.business-employee-portal .employee-tools input{border:1px solid var(--app-border);min-height:44px;color:var(--app-text);background:var(--app-surface);border-radius:var(--app-radius-control)!important}.business-employee-portal .employee-secondary-action{border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);min-height:44px;color:var(--app-text);background:var(--app-surface);align-items:center;gap:7px;padding:0 13px;font-weight:700;display:inline-flex}.business-employee-portal :is(.employee-assignments,.employee-timesheet,.employee-private-chat){border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow-standard);margin:0;padding:18px}.business-employee-portal :is(.employee-assignments,.employee-timesheet)>h2{color:var(--app-text);gap:8px;margin:0 0 14px;font-size:18px}.business-employee-portal :is(.employee-assignments,.employee-timesheet)>h2 svg{width:19px;height:19px;color:var(--app-text-muted)}.business-employee-portal .employee-assignments>article{border:0;border-top:1px solid var(--app-border);border-radius:0;margin:0;padding:16px 2px}.business-employee-portal .employee-assignments>article>header{grid-template-columns:76px minmax(0,1fr) auto;gap:14px}.business-employee-portal .employee-assignments time{border:1px solid var(--app-border);border-radius:var(--app-radius-control);color:var(--app-text);background:var(--app-surface-subtle);padding:8px;font-size:12px}.business-employee-portal .employee-assignments h3{font-size:15px}.business-employee-portal .employee-assignments p{color:var(--app-text-muted);margin:8px 0;font-size:13px}.business-employee-portal .employee-assignments article header a{border:1px solid var(--app-border-strong);border-radius:var(--app-radius-control);min-height:40px;color:var(--app-text);align-items:center;padding:0 10px;font-size:12px}.business-employee-portal .assignment-chat{border-top:1px solid var(--app-border);margin-top:12px;padding-top:12px}.business-employee-portal .assignment-chat>p{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);max-width:82%;padding:8px 10px;font-size:13px}.business-employee-portal .assignment-chat form{grid-template-columns:minmax(0,1fr) 44px;gap:8px;display:grid}.business-employee-portal .assignment-chat form input{border:1px solid var(--app-border);min-width:0;min-height:44px;padding:0 11px;font-size:14px;border-radius:var(--app-radius-control)!important}.business-employee-portal .assignment-chat form button{border-radius:var(--app-radius-control);color:#fff;background:var(--app-primary);border:0;width:44px;min-height:44px}.business-employee-portal .employee-private-chat{overflow:hidden}.business-employee-portal .private-chat-heading{align-items:flex-start}.business-employee-portal .private-chat-heading p svg{color:var(--app-success)}.business-employee-portal .private-compose-row>input{min-height:50px;font-size:14px}.business-employee-portal .employee-timesheet article{border-top:1px solid var(--app-border);grid-template-columns:1fr 1fr .55fr .55fr 1.2fr;gap:10px;min-height:54px;padding:10px 4px;font-size:12px}.business-employee-portal .employee-timesheet article>:is(span,strong):before{display:none}@media (max-width:1024px){.melduno-app .business-workforce-page .workforce-grid{grid-template-columns:1fr}.melduno-app .business-workforce-page .timesheet-table>div{grid-template-columns:1fr repeat(4,minmax(78px,.75fr)) 1fr}.business-employee-portal .employee-clock-panel{flex-direction:column;align-items:stretch}.business-employee-portal .clock-controls{justify-content:flex-start;max-width:none}}@media (max-width:768px){.melduno-app .business-workforce-page .business-workforce-content{gap:12px;width:min(100% - 24px,1380px);padding:18px 0 36px}.melduno-app .business-workforce-page .business-workforce-period{flex-direction:column;align-items:stretch;gap:10px}.melduno-app .business-workforce-page .month-picker{grid-template-columns:auto auto minmax(0,1fr);width:100%;min-width:0}.melduno-app .business-workforce-page .business-workforce-stats{grid-template-columns:1fr}.melduno-app .business-workforce-page .business-workforce-stats article{border-right:0;border-bottom:1px solid var(--app-border);min-height:60px}.melduno-app .business-workforce-page .business-workforce-stats article:last-child{border-bottom:0}.melduno-app .business-workforce-page .business-card{padding:14px}.melduno-app .business-workforce-page .workforce-form{grid-template-columns:1fr}.melduno-app .business-workforce-page .workforce-form .wide{grid-column:auto}.melduno-app .business-workforce-page .workforce-form .primary-button{width:100%;min-height:44px}.melduno-app .business-workforce-page .employee-list article{grid-template-columns:38px minmax(0,1fr)}.melduno-app .business-workforce-page .employee-list article>b,.melduno-app .business-workforce-page .employee-list article>.employee-actions{grid-column:2;justify-self:start}.melduno-app .business-workforce-page .employee-actions .secondary-button{white-space:normal;text-align:left;min-height:44px}.melduno-app .business-workforce-page .assignment-admin>header{grid-template-columns:1fr}.melduno-app .business-workforce-page .assignment-admin>header>button{width:100%;min-height:44px}.melduno-app .business-workforce-page .business-appointment-controls,.business-employee-portal .business-appointment-controls{grid-template-columns:1fr;align-items:stretch;display:grid}.melduno-app .business-workforce-page .business-appointment-controls .appointment-confirm,.business-employee-portal .business-appointment-controls .appointment-confirm{margin-left:0}.melduno-app .business-workforce-page .business-appointment-controls button,.business-employee-portal .business-appointment-controls button{min-height:44px}.melduno-app .business-workforce-page .private-chat-heading,.business-employee-portal .private-chat-heading{flex-direction:column;align-items:stretch}.melduno-app .business-workforce-page .private-chat-heading label{min-width:0}.melduno-app .business-workforce-page .private-chat-heading select{min-height:44px}.melduno-app .business-workforce-page .private-message,.business-employee-portal .private-message{width:90%}.melduno-app .business-workforce-page .workforce-export>header,.melduno-app .business-workforce-page .workforce-export form{flex-direction:column;align-items:stretch}.melduno-app .business-workforce-page .workforce-export form .primary-button{width:100%;min-height:44px}.melduno-app .business-workforce-page .timesheet-table{border-top:0}.melduno-app .business-workforce-page .timesheet-table .table-head{display:none}.melduno-app .business-workforce-page .timesheet-table>div:not(.table-head){border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:10px;padding:12px;display:grid}.melduno-app .business-workforce-page .timesheet-table>div:not(.table-head)>:is(span,strong){gap:3px;min-width:0;display:grid}.melduno-app .business-workforce-page .timesheet-table>div:not(.table-head)>:is(span,strong):before{content:attr(data-label);color:var(--app-text-muted);font-size:11px;font-weight:600}.melduno-app .business-workforce-page .timesheet-table .work-location-summary{grid-column:1/-1}.business-employee-portal .employee-portal-content{gap:12px;width:min(100% - 24px,1100px);padding:16px 0 36px}.business-employee-portal .employee-clock-panel{padding:16px}.business-employee-portal .clock-controls{grid-template-columns:1fr;align-items:stretch;display:grid}.business-employee-portal .clock-controls>:is(input,select,label,a,button){width:100%;max-width:none}.business-employee-portal .clock-controls>input{min-width:0}.business-employee-portal .clock-controls :is(.primary-button,.danger-button){justify-content:center;min-height:50px}.business-employee-portal .employee-tools{flex-direction:column;align-items:stretch}.business-employee-portal .employee-tools label{grid-template-columns:auto auto minmax(0,1fr)}.business-employee-portal .employee-secondary-action{justify-content:center;width:100%}.business-employee-portal :is(.employee-assignments,.employee-timesheet,.employee-private-chat){padding:14px}.business-employee-portal .employee-assignments>article>header{grid-template-columns:1fr}.business-employee-portal .employee-assignments article header a{justify-content:center;min-height:44px}.business-employee-portal .employee-timesheet article{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:10px;padding:12px;display:grid}.business-employee-portal .employee-timesheet article>:is(span,strong){gap:3px;min-width:0;display:grid}.business-employee-portal .employee-timesheet article>:is(span,strong):before{content:attr(data-label);color:var(--app-text-muted);font-size:11px;font-weight:600;display:block}.business-employee-portal .employee-timesheet .work-location-summary{grid-column:1/-1}}@media (max-width:430px){.melduno-app .business-workforce-page .business-workforce-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.melduno-app .business-workforce-page .business-workforce-stats article{border-right:1px solid var(--app-border)}.melduno-app .business-workforce-page .business-workforce-stats article:nth-child(2n){border-right:0}.melduno-app .business-workforce-page .business-workforce-stats article:nth-last-child(-n+2){border-bottom:0}.melduno-app .business-workforce-page .business-workforce-stats article:last-child{border-top:1px solid var(--app-border);grid-column:1/-1}.melduno-app .business-workforce-page .private-compose-row,.business-employee-portal .private-compose-row{flex-wrap:wrap}.melduno-app .business-workforce-page .private-attachment-tools,.business-employee-portal .private-attachment-tools{border-bottom:1px solid var(--app-border);width:100%;min-height:44px}.melduno-app .business-workforce-page .private-compose-row>input,.business-employee-portal .private-compose-row>input{flex:calc(100% - 52px)}.melduno-app .business-workforce-page .assignment-chat>p,.business-employee-portal .assignment-chat>p{max-width:94%}.business-employee-portal .employee-portal-header{align-items:flex-start;gap:12px}.business-employee-portal .employee-portal-header .melduno-logo{flex:none}.business-employee-portal .employee-portal-header div{min-width:0}.business-employee-portal .employee-portal-header span{overflow-wrap:anywhere}}@media (max-width:390px){.melduno-app .business-workforce-page .business-workforce-content,.business-employee-portal .employee-portal-content{width:min(100% - 20px,1380px)}.melduno-app .business-workforce-page .month-picker{grid-template-columns:auto minmax(0,1fr)}.melduno-app .business-workforce-page .month-picker>span{display:none}.melduno-app .business-workforce-page .timesheet-table>div:not(.table-head),.business-employee-portal .employee-timesheet article{grid-template-columns:1fr}.business-employee-portal .employee-tools label{grid-template-columns:auto minmax(0,1fr)}.business-employee-portal .employee-tools label>span{display:none}}.melduno-app .feature-header .language-select-short{display:none}.melduno-app .business-calendar-page{min-height:100vh;color:var(--app-text);background:var(--app-background);background-image:none}.melduno-app .business-calendar-page .business-calendar-content{gap:var(--app-space-4);width:min(100% - 48px,1380px);margin:0 auto;padding:8px 0 48px;display:grid}.melduno-app .business-calendar-page>.melduno-modules-nav{width:min(100% - 48px,1380px);margin:16px auto}.melduno-app .business-calendar-page .melduno-modules-nav>:after{content:none}.melduno-app .business-calendar-page .melduno-modules-tabs{flex-direction:row}.melduno-app .business-calendar-page .business-loading,.melduno-app .business-calendar-page .business-empty{min-height:60vh;color:var(--app-text-muted);text-align:center;align-content:center;place-items:center;gap:12px;padding:32px;display:grid}.melduno-app .business-calendar-page .business-empty h1{color:var(--app-text);margin:0;font-size:26px}.melduno-app .business-calendar-page .business-empty p{margin:0;font-size:14px}.melduno-app .business-calendar-page .business-loading svg{width:22px;height:22px;color:var(--app-primary)}.melduno-app .business-calendar-page .business-calendar-bar{min-height:42px;color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);align-items:center;gap:9px;padding:9px 12px;font-size:13px;display:flex}.melduno-app .business-calendar-page .business-calendar-bar>svg{stroke-width:2px;flex:0 0 17px;width:17px;height:17px}.melduno-app .business-calendar-page .business-calendar-bar.info>svg{color:var(--app-text-muted)}.melduno-app .business-calendar-page .business-calendar-bar.success{background:#f4faf7;border-color:#28705a47}.melduno-app .business-calendar-page .business-calendar-bar.success>svg{color:var(--app-success)}.melduno-app .business-calendar-page .business-calendar-bar.error{background:#fff7f5;border-color:#ab453847}.melduno-app .business-calendar-page .business-calendar-bar.error>svg{color:var(--app-danger)}.melduno-app .business-calendar-page .business-calendar-bar button{width:32px;height:32px;color:var(--app-text-muted);border-radius:var(--app-radius-control);background:0 0;border:0;place-items:center;margin-left:auto;font-size:20px;display:grid}.melduno-app .business-calendar-page .business-calendar-bar button:hover{color:var(--app-text);background:var(--app-surface)}.melduno-app .business-calendar-page .business-calendar-stats{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);box-shadow:var(--app-shadow);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.melduno-app .business-calendar-page .business-calendar-stats article{border-right:1px solid var(--app-border);align-items:center;gap:11px;min-width:0;min-height:78px;padding:14px 16px;display:flex}.melduno-app .business-calendar-page .business-calendar-stats article:last-child{border-right:0}.melduno-app .business-calendar-page .business-calendar-stats article>svg{width:19px;height:19px;color:var(--app-text-muted);stroke-width:2px;flex:0 0 19px}.melduno-app .business-calendar-page .business-calendar-stats article:nth-child(2)>svg{color:var(--app-warning)}.melduno-app .business-calendar-page .business-calendar-stats article:nth-child(3)>svg,.melduno-app .business-calendar-page .business-calendar-stats article.online>svg{color:var(--app-success)}.melduno-app .business-calendar-page .business-calendar-stats article.offline>svg{color:var(--app-danger)}.melduno-app .business-calendar-page .business-calendar-stats article>div{gap:2px;min-width:0;display:grid}.melduno-app .business-calendar-page .business-calendar-stats strong{color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:19px;line-height:1.2;overflow:hidden}.melduno-app .business-calendar-page .business-calendar-stats span{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.melduno-app .business-calendar-page .business-calendar-section{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);min-width:0;box-shadow:var(--app-shadow);overflow:visible}.melduno-app .business-calendar-page .business-calendar-section-header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:center;gap:16px;min-height:68px;padding:13px 16px;display:flex}.melduno-app .business-calendar-page .business-calendar-section-header>div:first-child{align-items:center;gap:10px;min-width:0;display:flex}.melduno-app .business-calendar-page .business-calendar-section-header>div:first-child>svg{width:20px;height:20px;color:var(--app-text-muted);stroke-width:2px;flex:0 0 20px}.melduno-app .business-calendar-page .business-calendar-section-header h2{color:var(--app-text);margin:0;font-size:18px;line-height:1.25}.melduno-app .business-calendar-page .business-calendar-section-header p{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:12px;overflow:hidden}.melduno-app .business-calendar-page .business-calendar-toolbar{align-items:center;gap:6px;display:flex}.melduno-app .business-calendar-page .business-calendar-toolbar button{min-width:44px;height:44px;color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);place-items:center;padding:0 10px;font-size:13px;font-weight:650;display:grid}.melduno-app .business-calendar-page .business-calendar-toolbar button:hover{border-color:var(--app-border-strong);background:var(--app-surface-subtle)}.melduno-app .business-calendar-page .business-calendar-toolbar button svg{stroke-width:2px;width:18px;height:18px}.melduno-app .business-calendar-page .business-calendar-toolbar .business-calendar-today{min-width:74px}.melduno-app .business-calendar-page .business-calendar-range{min-width:164px;color:var(--app-text);text-align:right;padding-left:8px;font-size:13px;font-weight:650}.melduno-app .business-calendar-page .business-week{grid-template-columns:repeat(7,minmax(0,1fr));min-height:330px;display:grid;overflow:visible}.melduno-app .business-calendar-page .business-week>div{border-right:1px solid var(--app-border);min-width:0}.melduno-app .business-calendar-page .business-week>div:last-child{border-right:0}.melduno-app .business-calendar-page .business-week>div>header{min-height:54px;color:var(--app-text-muted);border-bottom:1px solid var(--app-border);background:var(--app-surface-subtle);gap:3px;padding:9px 10px;display:grid}.melduno-app .business-calendar-page .business-week>div.today>header{color:var(--app-primary);background:#fff8f5}.melduno-app .business-calendar-page .business-week>div>header strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.melduno-app .business-calendar-page .business-week>div>header span{width:auto;height:auto;color:inherit;background:0 0;border-radius:0;font-size:12px;display:block}.melduno-app .business-calendar-page .business-week>div.today>header span{color:inherit;background:0 0}.melduno-app .business-calendar-page .business-week>div>section{align-content:start;gap:7px;padding:8px;display:grid}.melduno-app .business-calendar-page .business-week>div>section>p{color:var(--app-text-muted);text-align:center;margin:26px 0;font-size:11px}.melduno-app .business-calendar-page .booking-mini{border:1px solid var(--app-border);border-left:3px solid var(--app-warning);border-radius:var(--app-radius-control);background:var(--app-surface);gap:3px;min-width:0;padding:8px 9px;display:grid}.melduno-app .business-calendar-page .booking-mini.status-confirmed{border-left-color:var(--app-success);background:#f7fbf9}.melduno-app .business-calendar-page .booking-mini.status-completed{border-left-color:var(--app-text-muted);background:var(--app-surface-subtle)}.melduno-app .business-calendar-page .booking-mini time{color:var(--app-text);font-size:12px;font-weight:750}.melduno-app .business-calendar-page .booking-mini strong,.melduno-app .business-calendar-page .booking-mini small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.melduno-app .business-calendar-page .booking-mini strong{color:var(--app-text);font-size:12px}.melduno-app .business-calendar-page .booking-mini small{color:var(--app-text-muted);font-size:11px}.melduno-app .business-calendar-page .business-calendar-share{padding-bottom:14px}.melduno-app .business-calendar-page .business-calendar-share-tools{align-items:center;gap:10px;padding:14px 16px 0;display:flex}.melduno-app .business-calendar-page .booking-link-box{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);flex:1;align-items:center;min-width:0;display:flex}.melduno-app .business-calendar-page .booking-link-box>span{min-width:0;color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;padding:0 12px;font-size:12px;overflow:hidden}.melduno-app .business-calendar-page .booking-link-box button{min-width:104px;height:44px;color:var(--app-text);border:0;border-left:1px solid var(--app-border);border-radius:0 var(--app-radius-control) var(--app-radius-control) 0;background:var(--app-surface);justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:12px;font-weight:650;display:flex}.melduno-app .business-calendar-page .booking-link-box button:hover{background:var(--app-surface-subtle)}.melduno-app .business-calendar-page .booking-link-box button svg{width:16px;height:16px}.melduno-app .business-calendar-page .business-calendar-helper{color:var(--app-text-muted);margin:10px 16px 0;font-size:12px;line-height:1.5}.melduno-app .business-calendar-page .business-resource-list{display:grid}.melduno-app .business-calendar-page .business-resource-list>article{border-right:0;border-bottom:1px solid var(--app-border);grid-template-columns:minmax(0,1fr) minmax(260px,36%);align-items:center;gap:16px;min-width:0;padding:13px 16px;display:grid}.melduno-app .business-calendar-page .business-resource-list>article:last-child{border-bottom:0}.melduno-app .business-calendar-page .business-resource-list>article>div{gap:3px;min-width:0;display:grid}.melduno-app .business-calendar-page .business-resource-list time{color:var(--app-text-muted);font-size:12px}.melduno-app .business-calendar-page .business-resource-list strong{color:var(--app-text);font-size:14px}.melduno-app .business-calendar-page .business-resource-list small{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.melduno-app .business-calendar-page .business-resource-list label,.melduno-app .business-calendar-page .business-setting-grid label{min-width:0;color:var(--app-text);gap:6px;font-size:12px;font-weight:650;display:grid}.melduno-app .business-calendar-page :is(select,input[type=time],input[type=date]){min-width:0;height:42px;color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);font:inherit;padding:0 10px;font-size:13px}.melduno-app .business-calendar-page :is(select,input[type=time],input[type=date]):focus-visible{outline-offset:1px;border-color:var(--app-primary);outline:2px solid #c94f3338}.melduno-app .business-calendar-page .business-settings{padding-bottom:16px}.melduno-app .business-calendar-page .business-setting-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:14px 16px;display:grid}.melduno-app .business-calendar-page .booking-enabled{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);align-items:center;gap:10px;min-height:54px;margin:0 16px 14px;padding:10px 12px;display:flex}.melduno-app .business-calendar-page .booking-enabled>span{gap:2px;min-width:0;display:grid}.melduno-app .business-calendar-page .booking-enabled strong{color:var(--app-text);font-size:13px}.melduno-app .business-calendar-page .booking-enabled small{color:var(--app-text-muted);font-size:11px}.melduno-app .business-calendar-page .booking-enabled i{display:none}.melduno-app .business-calendar-page .availability-list{border:1px solid var(--app-border);border-radius:var(--app-radius-control);margin:0 16px 16px}.melduno-app .business-calendar-page .availability-list>div{border-bottom:1px solid var(--app-border);background:var(--app-surface);grid-template-columns:minmax(150px,1fr) 120px 16px 120px;align-items:center;gap:8px;min-height:54px;padding:7px 10px;display:grid}.melduno-app .business-calendar-page .availability-list>div:last-child{border-bottom:0}.melduno-app .business-calendar-page .availability-list>div>label{color:var(--app-text);align-items:center;gap:9px;font-size:13px;font-weight:650;display:flex}.melduno-app .business-calendar-page .availability-list em{color:var(--app-text-muted);font-size:12px;font-style:normal}.melduno-app .business-calendar-page .business-save{margin-left:16px}.melduno-app .business-calendar-page .business-booking-list{max-height:none;overflow:visible}.melduno-app .business-calendar-page .business-booking-list>article{border-bottom:1px solid var(--app-border);grid-template-columns:58px minmax(0,1fr);gap:14px;padding:16px;display:grid}.melduno-app .business-calendar-page .business-booking-list>article:last-child{border-bottom:0}.melduno-app .business-calendar-page .business-booking-list>article.status-cancelled{opacity:.68}.melduno-app .business-calendar-page .booking-date{min-height:72px;color:var(--app-warning);border-radius:var(--app-radius-control);background:#fffaf0;border:1px solid #9364153d;flex-direction:column;justify-content:center;align-items:center;padding:8px 6px;display:flex}.melduno-app .business-calendar-page .business-booking-list>article.status-confirmed .booking-date{color:var(--app-success);background:#f4faf7;border-color:#28705a3d}.melduno-app .business-calendar-page .booking-date strong{font-size:20px;line-height:1}.melduno-app .business-calendar-page .booking-date span{text-transform:uppercase;margin-top:3px;font-size:11px}.melduno-app .business-calendar-page .booking-date time{margin-top:5px;font-size:12px;font-weight:750}.melduno-app .business-calendar-page .booking-main{min-width:0}.melduno-app .business-calendar-page .booking-main>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.melduno-app .business-calendar-page .booking-main>header>div{flex-wrap:wrap;align-items:center;gap:7px;min-width:0;display:flex}.melduno-app .business-calendar-page .booking-main>header strong{color:var(--app-text);font-size:15px}.melduno-app .business-calendar-page .booking-main>header>small{color:var(--app-text-muted);font-size:11px}.melduno-app .business-calendar-page .booking-status{color:var(--app-warning);background:#fffaf0;border:1px solid #93641540;border-radius:999px;padding:4px 7px;font-size:11px;font-weight:700}.melduno-app .business-calendar-page .booking-status.status-confirmed{color:var(--app-success);background:#f4faf7;border-color:#28705a40}.melduno-app .business-calendar-page .booking-status.status-cancelled{color:var(--app-danger);background:#fff7f5;border-color:#ab453840}.melduno-app .business-calendar-page .booking-status.status-completed{color:var(--app-text-muted);border-color:var(--app-border);background:var(--app-surface-subtle)}.melduno-app .business-calendar-page .booking-main>p{color:var(--app-text-muted);align-items:flex-start;gap:7px;margin:8px 0 0;font-size:12px;line-height:1.5;display:flex}.melduno-app .business-calendar-page .booking-main>p svg{width:15px;height:15px;color:var(--app-text-muted);flex:0 0 15px;margin-top:1px}.melduno-app .business-calendar-page .booking-rescheduled-note{color:var(--app-warning);border-left:3px solid var(--app-warning);background:#fffaf0;align-items:center;gap:7px;margin-top:9px;padding:8px 10px;font-size:12px;display:flex}.melduno-app .business-calendar-page .booking-rescheduled-note svg{width:15px;height:15px}.melduno-app .business-calendar-page .booking-contact{flex-wrap:wrap;gap:8px 14px;margin-top:10px;display:flex}.melduno-app .business-calendar-page .booking-contact a{min-height:32px;color:var(--app-primary);align-items:center;gap:6px;font-size:12px;display:inline-flex}.melduno-app .business-calendar-page .booking-contact svg{width:14px;height:14px}.melduno-app .business-calendar-page .booking-main .booking-actions{flex-wrap:wrap;gap:7px;margin-top:12px;display:flex}.melduno-app .business-calendar-page .booking-main .booking-actions .app-button{min-height:40px}.melduno-app .business-calendar-page .booking-reschedule-form{border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);margin-top:14px;padding:14px}.melduno-app .business-calendar-page .booking-reschedule-form>strong{color:var(--app-text);align-items:center;gap:7px;font-size:13px;display:flex}.melduno-app .business-calendar-page .booking-reschedule-form>strong svg{width:17px;height:17px;color:var(--app-text-muted)}.melduno-app .business-calendar-page .booking-reschedule-form>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.melduno-app .business-calendar-page .booking-reschedule-form label{color:var(--app-text);gap:6px;font-size:12px;font-weight:650;display:grid}.melduno-app .business-calendar-page .booking-reschedule-form>footer{justify-content:flex-end;gap:7px;margin-top:12px;display:flex}.melduno-app .business-calendar-page .booking-list-empty{min-height:130px;color:var(--app-text-muted);align-content:center;place-items:center;gap:8px;display:grid}.melduno-app .business-calendar-page .booking-list-empty svg{width:24px;height:24px}.melduno-app .business-calendar-page .booking-list-empty p{margin:0;font-size:12px}@media (max-width:1024px){.melduno-app .business-calendar-page .business-calendar-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.melduno-app .business-calendar-page .business-calendar-stats article:nth-child(2){border-right:0}.melduno-app .business-calendar-page .business-calendar-stats article:nth-child(-n+2){border-bottom:1px solid var(--app-border)}.melduno-app .business-calendar-page .business-calendar-section-header{align-items:flex-start}.melduno-app .business-calendar-page .business-calendar-toolbar{flex-wrap:wrap;justify-content:flex-end}.melduno-app .business-calendar-page .business-calendar-range{text-align:right;order:-1;width:100%}}@media (max-width:720px){.melduno-app .feature-header-actions{align-items:center;gap:7px;display:flex}.melduno-app .feature-header-actions>.app-button-primary{white-space:nowrap;flex:auto;min-width:0;overflow:hidden}.melduno-app .feature-header .language-select{flex:0 0 58px;justify-content:center;gap:4px;width:58px;min-width:58px;max-width:58px;height:44px;padding:0 8px;position:relative}.melduno-app .feature-header .language-select-short{color:var(--app-text);font-size:12px;font-weight:750;display:inline}.melduno-app .feature-header .language-select:after{content:"";border-right:1.5px solid var(--app-text-muted);border-bottom:1.5px solid var(--app-text-muted);width:6px;height:6px;transform:rotate(45deg)translateY(-2px)}.melduno-app .feature-header .language-select select{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.melduno-app .feature-header .language-select:focus-within{outline-offset:2px;border-color:var(--app-primary);outline:2px solid #c94f333d}.melduno-app .business-calendar-page .business-calendar-content,.melduno-app .business-calendar-page>.melduno-modules-nav{width:min(100% - 24px,1380px)}.melduno-app .business-calendar-page .feature-header-actions>.app-button-primary{min-height:44px}.melduno-app .business-calendar-page .business-calendar-content{gap:12px;padding-bottom:32px}.melduno-app .business-calendar-page .business-calendar-stats article{min-height:70px;padding:12px}.melduno-app .business-calendar-page .business-calendar-stats strong{font-size:17px}.melduno-app .business-calendar-page .business-calendar-section-header{flex-direction:column;gap:12px;min-height:0;padding:12px}.melduno-app .business-calendar-page .business-calendar-section-header>div:first-child{width:100%}.melduno-app .business-calendar-page .business-calendar-toolbar{justify-content:flex-start;width:100%}.melduno-app .business-calendar-page .business-calendar-range{text-align:left;order:-1;width:100%;padding:0 0 2px}.melduno-app .business-calendar-page .business-week{grid-template-columns:1fr;min-height:0;display:grid}.melduno-app .business-calendar-page .business-week>div{border-right:0;border-bottom:1px solid var(--app-border);grid-template-columns:minmax(116px,34%) minmax(0,1fr);display:grid}.melduno-app .business-calendar-page .business-week>div:last-child{border-bottom:0}.melduno-app .business-calendar-page .business-week>div>header{border-right:1px solid var(--app-border);border-bottom:0;align-content:center;min-height:70px;padding:12px}.melduno-app .business-calendar-page .business-week>div>header strong{white-space:normal}.melduno-app .business-calendar-page .business-week>div>section{min-width:0;padding:8px}.melduno-app .business-calendar-page .business-week>div>section>p{text-align:left;margin:18px 0}.melduno-app .business-calendar-page .booking-mini{grid-template-columns:48px minmax(0,1fr);align-items:center;gap:2px 8px}.melduno-app .business-calendar-page .booking-mini time{grid-row:1/span 2}.melduno-app .business-calendar-page .booking-mini small{grid-column:2}.melduno-app .business-calendar-page .business-calendar-share-tools{flex-direction:column;align-items:stretch;padding:12px 12px 0}.melduno-app .business-calendar-page .business-calendar-share-tools>.app-button{width:100%}.melduno-app .business-calendar-page .business-calendar-helper{margin:9px 12px 0}.melduno-app .business-calendar-page .business-resource-list>article{grid-template-columns:1fr;gap:10px;padding:12px}.melduno-app .business-calendar-page .business-setting-grid{grid-template-columns:1fr;padding:12px}.melduno-app .business-calendar-page .booking-enabled{margin:0 12px 12px}.melduno-app .business-calendar-page .availability-list{margin:0 12px 14px}.melduno-app .business-calendar-page .availability-list>div{grid-template-columns:1fr 1fr;min-height:0;padding:10px}.melduno-app .business-calendar-page .availability-list>div>label{grid-column:1/-1}.melduno-app .business-calendar-page .availability-list>div>span{display:none}.melduno-app .business-calendar-page .availability-list em{grid-column:1/-1}.melduno-app .business-calendar-page .business-save{width:calc(100% - 24px);min-height:44px;margin:0 12px}.melduno-app .business-calendar-page .business-booking-list>article{grid-template-columns:50px minmax(0,1fr);gap:10px;padding:12px}.melduno-app .business-calendar-page .booking-main>header{flex-direction:column;gap:5px}.melduno-app .business-calendar-page .booking-main .booking-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.melduno-app .business-calendar-page .booking-main .booking-actions .app-button{width:100%;min-height:44px;padding-inline:8px}.melduno-app .business-calendar-page .booking-reschedule-form>div{grid-template-columns:1fr}.melduno-app .business-calendar-page .booking-reschedule-form>footer{grid-template-columns:1fr;display:grid}.melduno-app .business-calendar-page .booking-reschedule-form>footer .app-button{width:100%;min-height:44px}}@media (max-width:430px){.melduno-app .business-calendar-page .feature-header-actions>.app-button-primary{flex:0 0 44px;width:44px;min-width:44px;max-width:44px;padding:0}.melduno-app .business-calendar-page .feature-header-actions>.app-button-primary span{display:none}.melduno-app .business-calendar-page .business-calendar-stats span{white-space:normal}.melduno-app .business-calendar-page .booking-link-box button{width:48px;min-width:48px;padding:0;font-size:0}.melduno-app .business-calendar-page .booking-link-box button svg{width:17px;height:17px}}@media (max-width:390px){.melduno-app .feature-header .language-select{flex-basis:50px;width:50px;min-width:50px;max-width:50px}.melduno-app .feature-header .language-select>svg{display:none}.melduno-app .business-calendar-page .business-calendar-stats article{gap:8px;padding:10px}.melduno-app .business-calendar-page .business-week>div{grid-template-columns:108px minmax(0,1fr)}.melduno-app .business-calendar-page .business-booking-list>article{grid-template-columns:1fr}.melduno-app .business-calendar-page .booking-date{grid-template-columns:auto auto 1fr;justify-content:start;gap:5px;min-height:48px;display:grid}.melduno-app .business-calendar-page .booking-date span,.melduno-app .business-calendar-page .booking-date time{margin:0}.melduno-app .business-calendar-page .booking-date time{text-align:right}}.melduno-app .match-page{min-width:0;color:var(--app-text);background:var(--app-background);background-image:none}.melduno-app .match-page .feature-header-title{gap:2px;min-width:0;display:grid}.melduno-app .match-page .feature-header-title strong{color:var(--app-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:720;overflow:hidden}.melduno-app .match-page .feature-header-title p{color:var(--app-text-muted);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;overflow:hidden}.melduno-app .match-page .match-content{gap:var(--app-space-4);width:min(1380px,100% - 40px);margin:0 auto 56px;display:grid}.melduno-app .match-page .match-content>.melduno-modules-nav{width:100%;margin:16px 0 0}.melduno-app .match-page .match-message{align-items:center;min-width:0;position:relative}.melduno-app .match-page .match-message>span{overflow-wrap:anywhere;flex:auto;min-width:0}.melduno-app .match-page .match-message>button{color:currentColor;border-radius:var(--app-radius-control);cursor:pointer;background:0 0;border:0;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.melduno-app .match-page .match-message>button:hover{background:#ab453814}.melduno-app .match-page .match-message svg{flex:0 0 18px;width:18px;height:18px}.melduno-app .match-page .match-summary{border-block:1px solid var(--app-border);background:var(--app-surface);align-items:stretch;min-width:0;display:flex}.melduno-app .match-page .match-summary article{border-right:1px solid var(--app-border);flex:1 1 0;align-items:baseline;gap:10px;min-width:0;min-height:68px;padding:12px 24px;display:flex}.melduno-app .match-page .match-summary article:last-child{border-right:0}.melduno-app .match-page .match-summary strong{font-size:25px;line-height:1}.melduno-app .match-page .match-summary span{color:var(--app-text-muted);font-size:12px;line-height:1.35}.melduno-app .match-page .match-work-section,.melduno-app .match-page .match-workspace{border:1px solid var(--app-border);border-radius:var(--app-radius-section);background:var(--app-surface);min-width:0;box-shadow:var(--app-shadow)}.melduno-app .match-page .match-section-heading{justify-content:space-between;align-items:center;gap:var(--app-space-4);border-bottom:1px solid var(--app-border);min-width:0;min-height:66px;padding:14px 18px;display:flex}.melduno-app .match-page .match-section-heading>div{min-width:0}.melduno-app .match-page .match-section-heading h2{color:var(--app-text);margin:0;font-size:17px;line-height:1.25}.melduno-app .match-page .match-section-heading p{color:var(--app-text-muted);margin:4px 0 0;font-size:12px;line-height:1.45}.melduno-app .match-page .match-section-heading>button{flex:none}.melduno-app .match-page .match-profile-summary{padding:18px}.melduno-app .match-page .match-profile-summary dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 24px;margin:0;display:grid}.melduno-app .match-page .match-profile-summary dl>div{min-width:0}.melduno-app .match-page .match-profile-summary dt{color:var(--app-text-muted);font-size:11px;line-height:1.35}.melduno-app .match-page .match-profile-summary dd{overflow-wrap:anywhere;color:var(--app-text);margin:5px 0 0;font-size:13px;font-weight:620;line-height:1.4}.melduno-app .match-page .match-profile-summary dd a{color:var(--app-primary)}.melduno-app .match-page .match-profile-state{color:var(--app-text-muted);border-top:1px solid var(--app-border);align-items:center;gap:12px;margin-top:18px;padding-top:14px;font-size:12px;display:flex}.melduno-app .match-page .match-work-form{padding:18px}.melduno-app .match-page .match-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.melduno-app .match-page .match-form-grid .wide{grid-column:1/-1}.melduno-app .match-page .match-form-grid small{color:var(--app-text-muted);font-size:11px;font-weight:480}.melduno-app .match-page :is(.app-input,.app-select,.app-textarea){font-size:13px}.melduno-app .match-page .match-work-form>footer{justify-content:flex-end;margin-top:18px;display:flex}.melduno-app .match-page .match-work-form>footer .primary-button{min-width:180px}.melduno-app .match-page .match-check{width:fit-content;min-height:44px;color:var(--app-text-muted);cursor:pointer;align-items:center;gap:9px;margin-top:10px;font-size:13px;display:flex}.melduno-app .match-page .match-check input{width:18px;height:18px;accent-color:var(--app-primary)}.melduno-app .match-page .match-listing-form-section[hidden]{display:none}.melduno-app .match-page .match-categories{border:0;flex-wrap:wrap;gap:8px;min-width:0;margin:18px 0 0;padding:0;display:flex}.melduno-app .match-page .match-categories legend{width:100%;margin-bottom:2px}.melduno-app .match-page .match-categories button{min-height:40px;color:var(--app-text-muted);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface);cursor:pointer;align-items:center;gap:6px;padding:0 11px;font-size:12px;font-weight:620;display:inline-flex}.melduno-app .match-page .match-categories button:hover{color:var(--app-text);border-color:var(--app-border-strong);background:var(--app-surface-subtle)}.melduno-app .match-page .match-categories button[aria-pressed=true]{color:var(--app-success);background:#f4faf7;border-color:#28705a61}.melduno-app .match-page .match-categories button svg{width:15px;height:15px}.melduno-app .match-page .match-gaeb-upload{border-block:1px solid var(--app-border);background:var(--app-surface-subtle);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;margin-top:18px;padding:14px;display:grid}.melduno-app .match-page .match-gaeb-upload>div:first-child{align-items:flex-start;gap:10px;min-width:0;display:flex}.melduno-app .match-page .match-gaeb-upload>div:first-child>svg{width:20px;height:20px;color:var(--app-text-muted);flex:0 0 20px}.melduno-app .match-page .match-gaeb-upload strong,.melduno-app .match-page .match-gaeb-upload small{overflow-wrap:anywhere;display:block}.melduno-app .match-page .match-gaeb-upload strong{color:var(--app-text);font-size:13px}.melduno-app .match-page .match-gaeb-upload small{color:var(--app-text-muted);margin-top:4px;font-size:11px;line-height:1.45}.melduno-app .match-page .match-gaeb-upload>label{cursor:pointer;width:fit-content;margin:0;position:relative}.melduno-app .match-page .match-gaeb-upload>label input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.melduno-app .match-page .match-gaeb-upload>label:has(input:focus-visible){outline-offset:2px;outline:3px solid #c94f3338}.melduno-app .match-page .match-gaeb-selected{border:0;border-top:1px solid var(--app-border);grid-column:1/-1;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 0 0;display:flex}.melduno-app .match-page .match-gaeb-selected>span{min-width:0}.melduno-app .match-page .match-gaeb-selected strong{overflow-wrap:anywhere}.melduno-app .match-page .match-gaeb-selected button{width:44px;height:44px;color:var(--app-danger);border-radius:var(--app-radius-control);background:var(--app-surface);cursor:pointer;border:1px solid #ab45384d;flex:0 0 44px;place-items:center;display:grid}.melduno-app .match-page .match-gaeb-selected button:hover{background:#fff8f6}.melduno-app .match-page .match-gaeb-selected button svg{width:18px;height:18px}.melduno-app .match-page .match-review-info{margin-top:14px}.melduno-app .match-page .match-view-tabs{border-bottom:1px solid var(--app-border);align-items:center;gap:4px;padding:10px 14px 0;display:flex}.melduno-app .match-page .match-view-tabs button{min-height:44px;color:var(--app-text-muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:8px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.melduno-app .match-page .match-view-tabs button:hover{color:var(--app-text)}.melduno-app .match-page .match-view-tabs button[aria-current=page]{color:var(--app-text);border-bottom-color:var(--app-primary)}.melduno-app .match-page .match-view-tabs button span{min-width:22px;min-height:22px;color:var(--app-text-muted);background:var(--app-surface-subtle);border-radius:999px;place-items:center;padding:2px 6px;font-size:11px;display:inline-grid}.melduno-app .match-page .match-filter-bar{border-bottom:1px solid var(--app-border);background:var(--app-surface-subtle);grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:10px;min-width:0;padding:14px;display:grid}.melduno-app .match-page .match-search-field>span:last-child{min-width:0;position:relative}.melduno-app .match-page .match-search-field>span:last-child>svg{z-index:1;width:17px;height:17px;color:var(--app-text-muted);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.melduno-app .match-page .match-search-field input{padding-left:38px}.melduno-app .match-page .match-clear-filters{white-space:nowrap;min-width:44px;min-height:42px;padding-inline:10px}.melduno-app .match-page .match-master-detail{grid-template-columns:minmax(320px,390px) minmax(0,1fr);min-width:0;min-height:570px;display:grid}.melduno-app .match-page .match-results-panel{border-right:1px solid var(--app-border);background:var(--app-surface);min-width:0}.melduno-app .match-page .match-results-panel>header{min-height:43px;color:var(--app-text-muted);border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:center;gap:10px;padding:0 14px;font-size:11px;font-weight:650;display:flex}.melduno-app .match-page .match-results-panel>header strong{color:var(--app-text);font-size:12px}.melduno-app .match-page .match-results-list{max-height:720px;overflow-y:auto}.melduno-app .match-page .match-list-row{width:100%;min-width:0;min-height:112px;color:var(--app-text);border:0;border-bottom:1px solid var(--app-border);background:var(--app-surface);text-align:left;cursor:pointer;gap:9px;padding:14px;display:grid}.melduno-app .match-page .match-list-row:hover{background:var(--app-surface-subtle)}.melduno-app .match-page .match-list-row[aria-current=true]{box-shadow:inset 3px 0 var(--app-primary);background:#fff8f5}.melduno-app .match-page .match-list-row-top,.melduno-app .match-page .match-list-row-meta,.melduno-app .match-page .match-list-row-bottom{justify-content:space-between;align-items:center;gap:10px;min-width:0;display:flex}.melduno-app .match-page .match-list-row-top{align-items:flex-start}.melduno-app .match-page .match-list-row-top strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;line-height:1.35;overflow:hidden}.melduno-app .match-page .match-list-row-top .app-status{flex:none}.melduno-app .match-page .match-list-row-meta{color:var(--app-text-muted);flex-wrap:wrap;justify-content:flex-start;font-size:11px}.melduno-app .match-page .match-list-row-meta span{align-items:center;gap:5px;min-width:0;display:inline-flex}.melduno-app .match-page .match-list-row-meta svg{flex:0 0 13px;width:13px;height:13px}.melduno-app .match-page .match-list-row-bottom{color:var(--app-text-muted);font-size:11px}.melduno-app .match-page .match-list-row-bottom span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.melduno-app .match-page .match-detail-panel{background:var(--app-surface);min-width:0}.melduno-app .match-page .match-detail-card{min-width:0;padding:22px}.melduno-app .match-page .match-back-to-list{margin-bottom:14px;display:none}.melduno-app .match-page .match-detail-header{justify-content:space-between;align-items:flex-start;gap:20px;min-width:0;display:flex}.melduno-app .match-page .match-detail-header>div{min-width:0}.melduno-app .match-page .match-detail-header p{color:var(--app-text-muted);margin:0;font-size:11px;font-weight:680}.melduno-app .match-page .match-detail-header h2{overflow-wrap:anywhere;color:var(--app-text);margin:5px 0 7px;font-size:clamp(20px,2vw,26px);line-height:1.2}.melduno-app .match-page .match-detail-header>div>span{overflow-wrap:anywhere;color:var(--app-text-muted);align-items:center;gap:6px;font-size:12px;display:flex}.melduno-app .match-page .match-detail-header>div>span svg{flex:0 0 15px;width:15px;height:15px}.melduno-app .match-page .match-detail-header>.app-status{flex:none}.melduno-app .match-page .match-detail-section{border-top:1px solid var(--app-border);min-width:0;margin-top:22px;padding-top:18px}.melduno-app .match-page .match-detail-section h3{color:var(--app-text);margin:0 0 10px;font-size:13px}.melduno-app .match-page .match-detail-section>p{overflow-wrap:anywhere;color:var(--app-text-muted);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.65}.melduno-app .match-page .match-detail-data{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 22px;margin:0;display:grid}.melduno-app .match-page .match-detail-data>div{min-width:0}.melduno-app .match-page .match-detail-data dt{color:var(--app-text-muted);align-items:center;gap:6px;font-size:11px;display:flex}.melduno-app .match-page .match-detail-data dt svg{flex:0 0 14px;width:14px;height:14px}.melduno-app .match-page .match-detail-data dd{overflow-wrap:anywhere;color:var(--app-text);margin:5px 0 0;font-size:12px;font-weight:620;line-height:1.4}.melduno-app .match-page .match-listing-tags{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.melduno-app .match-page .match-listing-tags span{color:var(--app-text-muted);border:1px solid var(--app-border);background:var(--app-surface-subtle);border-radius:999px;padding:5px 8px;font-size:11px}.melduno-app .match-page .match-gaeb-file{min-width:0;min-height:62px;color:var(--app-text);border:1px solid var(--app-border);border-radius:var(--app-radius-control);background:var(--app-surface-subtle);grid-template-columns:22px minmax(0,1fr) 22px;align-items:center;gap:10px;padding:10px 12px;text-decoration:none;display:grid}.melduno-app .match-page .match-gaeb-file:hover{border-color:var(--app-border-strong);background:var(--app-surface)}.melduno-app .match-page .match-gaeb-file>svg{width:19px;height:19px;color:var(--app-text-muted)}.melduno-app .match-page .match-gaeb-file>span{width:auto;min-width:0;height:auto;color:inherit;background:0 0;border-radius:0;display:block}.melduno-app .match-page .match-gaeb-file strong,.melduno-app .match-page .match-gaeb-file small,.melduno-app .match-page .match-gaeb-file em{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;display:block;overflow:visible}.melduno-app .match-page .match-gaeb-file strong{font-size:12px}.melduno-app .match-page .match-gaeb-file small{color:var(--app-text-muted);margin-top:3px;font-size:11px}.melduno-app .match-page .match-gaeb-file em{color:var(--app-text-muted);margin-top:4px;font-size:11px;font-style:normal}.melduno-app .match-page .match-moderation-note{overflow-wrap:anywhere;margin-top:18px}.melduno-app .match-page .match-detail-actions{border-top:1px solid var(--app-border);justify-content:flex-end;align-items:center;gap:8px;margin-top:22px;padding-top:18px;display:flex}.melduno-app .match-page .match-empty{min-height:220px;color:var(--app-text-muted);text-align:center;background:0 0;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;display:flex}.melduno-app .match-page .match-empty svg{width:24px;height:24px}.melduno-app .match-page .match-empty p{max-width:340px;margin:0;font-size:12px;line-height:1.5}.melduno-app .match-page .match-dialog-backdrop{z-index:120;background:#1f28237a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.melduno-app .match-page .match-dialog{border:1px solid var(--app-border);border-radius:var(--app-radius-dialog);background:var(--app-surface);width:min(520px,100%);max-height:calc(100vh - 40px);box-shadow:var(--app-shadow-dialog);overflow-y:auto}.melduno-app .match-page .match-dialog>header{border-bottom:1px solid var(--app-border);justify-content:space-between;align-items:flex-start;gap:14px;min-width:0;padding:16px 18px;display:flex}.melduno-app .match-page .match-dialog>header>div{min-width:0}.melduno-app .match-page .match-dialog h2{margin:0;font-size:18px}.melduno-app .match-page .match-dialog header p{overflow-wrap:anywhere;color:var(--app-text-muted);margin:4px 0 0;font-size:12px}.melduno-app .match-page .match-dialog header button{width:44px;min-width:44px;padding:0}.melduno-app .match-page .match-dialog form{padding:18px}.melduno-app .match-page .match-dialog form>p{margin-top:8px}.melduno-app .match-page .match-dialog form>footer{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}@media (max-width:1180px){.melduno-app .match-page .match-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.melduno-app .match-page .match-search-field{grid-column:span 2}.melduno-app .match-page .match-clear-filters{width:fit-content}.melduno-app .match-page .match-profile-summary dl{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.melduno-app .match-page .feature-header-title p{display:none}.melduno-app .match-page .match-form-grid,.melduno-app .match-page .match-profile-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.melduno-app .match-page .match-master-detail{grid-template-columns:minmax(290px,34%) minmax(0,1fr)}.melduno-app .match-page .match-detail-data{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.melduno-app .match-page .match-content{gap:12px;width:calc(100% - 24px)}.melduno-app .match-page .match-summary article{flex-direction:column;justify-content:center;gap:4px;min-height:64px;padding:11px 14px}.melduno-app .match-page .match-summary strong{font-size:21px}.melduno-app .match-page .match-summary span{font-size:11px}.melduno-app .match-page .match-view-tabs{scrollbar-width:thin;overflow-x:auto}.melduno-app .match-page .match-view-tabs button{flex:none}.melduno-app .match-page .match-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.melduno-app .match-page .match-search-field{grid-column:1/-1}.melduno-app .match-page .match-master-detail{min-height:0;display:block}.melduno-app .match-page .match-results-panel{border-right:0}.melduno-app .match-page .match-detail-panel,.melduno-app .match-page .match-master-detail.show-detail .match-results-panel{display:none}.melduno-app .match-page .match-master-detail.show-detail .match-detail-panel{display:block}.melduno-app .match-page .match-results-list{max-height:none;overflow:visible}.melduno-app .match-page .match-back-to-list{display:inline-flex}.melduno-app .match-page .match-list-row{min-height:104px}.melduno-app .match-page .match-detail-card{padding:18px}}@media (max-width:620px){.melduno-app .match-page .feature-header-title{display:none}.melduno-app .match-page .feature-header :is(a,button,.language-select),.melduno-app .match-page :is(.app-input,.app-select){min-height:44px}.melduno-app .match-page .match-header-action{flex:0 0 44px;width:44px;min-width:44px;max-width:44px;height:44px;padding:0}.melduno-app .match-page .match-header-action span{display:none}.melduno-app .match-page .match-view-tabs{flex-wrap:wrap;overflow-x:visible}.melduno-app .match-page .match-view-tabs button{flex:140px;justify-content:center}.melduno-app .match-page .match-section-heading{align-items:flex-start;padding:13px}.melduno-app .match-page .match-section-heading>button{min-width:44px;min-height:44px}.melduno-app .match-page .match-form-grid,.melduno-app .match-page .match-profile-summary dl,.melduno-app .match-page .match-filter-bar,.melduno-app .match-page .match-detail-data{grid-template-columns:1fr}.melduno-app .match-page .match-search-field{grid-column:auto}.melduno-app .match-page .match-work-form,.melduno-app .match-page .match-profile-summary{padding:13px}.melduno-app .match-page .match-profile-state{flex-direction:column;align-items:flex-start}.melduno-app .match-page .match-gaeb-upload{grid-template-columns:1fr;padding:12px}.melduno-app .match-page .match-gaeb-upload>label{width:100%;min-height:44px}.melduno-app .match-page .match-gaeb-selected{grid-column:auto}.melduno-app .match-page .match-categories button{min-height:44px}.melduno-app .match-page .match-work-form>footer .primary-button,.melduno-app .match-page .match-clear-filters{width:100%;min-height:44px}.melduno-app .match-page .match-detail-header{flex-direction:column;gap:10px}.melduno-app .match-page .match-detail-card{padding:14px 13px}.melduno-app .match-page .match-detail-actions{grid-template-columns:1fr;display:grid}.melduno-app .match-page .match-detail-actions button{width:100%;min-height:44px}.melduno-app .match-page .match-gaeb-file{grid-template-columns:20px minmax(0,1fr)}.melduno-app .match-page .match-gaeb-file>svg:last-of-type{display:none}.melduno-app .match-page .match-dialog-backdrop{padding:10px}.melduno-app .match-page .match-dialog{max-height:calc(100vh - 20px)}.melduno-app .match-page .match-dialog>header,.melduno-app .match-page .match-dialog form{padding:14px}.melduno-app .match-page .match-dialog form>footer{grid-template-columns:1fr;display:grid}.melduno-app .match-page .match-dialog form>footer button{width:100%;min-height:44px}}@media (max-width:430px){.melduno-app .match-page .match-content{width:calc(100% - 16px)}.melduno-app .match-page .match-summary{grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.melduno-app .match-page .match-summary article{border-right:1px solid var(--app-border);padding:10px 8px}.melduno-app .match-page .match-summary article:last-child{border-right:0}.melduno-app .match-page .match-list-row{padding:12px}.melduno-app .match-page .match-list-row-top{flex-direction:column;gap:6px}.melduno-app .match-page .match-list-row-top strong{white-space:normal}.melduno-app .match-page .match-list-row-bottom{flex-direction:column;align-items:flex-start;gap:4px}.melduno-app .match-page .match-list-row-bottom span{white-space:normal}}
