@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--wa-green:#25D366;--wa-green-dark:#1da851;--wa-teal:#128C7E;--wa-dark:#075E54;--wa-light:#DCF8C6;--wa-light-2:#E7FFDB;--ink:#111B21;--ink-soft:#3B4A54;--ink-faint:#667781;--line:#E9EDEF;--line-soft:#F0F2F5;--bg:#F7F8FA;--panel:#ffffff;--orange:#F59E0B;--orange-soft:#FEF3C7}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:500;border:1px solid var(--line);background:#fff;color:var(--ink);transition:.15s}.btn:hover{background:var(--line-soft)}.btn-primary{background:var(--wa-green);color:#fff;border-color:var(--wa-green)}.btn-primary:hover{background:var(--wa-green-dark);color:#fff}.card{background:var(--panel);border:1px solid var(--line);border-radius:12px}@keyframes flash-up{0%{transform:translate(-50%,130%);opacity:0}to{transform:translate(-50%);opacity:1}}.flash-toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%);z-index:1000;cursor:pointer;background:var(--wa-dark);color:#fff;padding:12px 22px;border-radius:999px;font-size:13.5px;font-weight:600;line-height:1.3;box-shadow:0 10px 30px rgba(0,0,0,.22);max-width:calc(100vw - 32px);animation:flash-up .28s cubic-bezier(.2,.8,.2,1)}.ctx-backdrop,.ctx-close,.ctx-toggle,.ctx-trigger,.head-expand,.head-toggle,.inbox-back,.mob-sec-head,.mob-sec-toggle,.rail-more,.rail-more-backdrop,.rail-more-sheet,.topbar-logo{display:none}.mob-sec-body{display:contents}.msg-orig,.orig-toggle,.orig-toggle:checked~.inbox-msgs .msg-tr{display:none}.orig-toggle:checked~.inbox-msgs .msg-orig{display:inline}.orig-label{font-size:12.5px;font-weight:600;color:var(--ink-soft);border:1px solid var(--line);background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.orig-toggle:checked~.inbox-chat-head .orig-label{background:var(--wa-light);border-color:var(--wa-light);color:var(--wa-dark)}@media (max-width:768px){body,html{overscroll-behavior:none}.app-shell{height:100dvh!important}.app-content{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.rail{position:fixed!important;left:0;right:0;bottom:0;top:auto!important;width:100%!important;height:auto!important;flex-direction:row!important;padding:4px 4px calc(4px + env(safe-area-inset-bottom))!important;z-index:900;border-top:1px solid rgba(255,255,255,.12);box-shadow:0 -4px 18px rgba(0,0,0,.18);transform:translateZ(0)}.rail-foot,.rail-head{display:none!important}.rail-nav{flex-direction:row!important;gap:0!important;flex:1 1;justify-content:center!important}.rail-link{flex-direction:column!important;gap:3px!important;padding:7px 4px!important;flex:1 1!important;max-width:96px;justify-content:center;align-items:center!important;text-align:center;border-radius:12px!important;min-width:0}.rail-label{font-size:10px!important;font-weight:500!important;line-height:1!important}.ent-badge,.hide-mobile{display:none!important}.rail-more{display:flex!important;background:transparent;border:none;cursor:pointer;font-family:inherit;color:rgba(255,255,255,.72)}.rail-more.active{color:#fff}.rail-more-backdrop{display:block;position:fixed;inset:0;z-index:901;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .2s}.rail-more-backdrop.open{opacity:1;pointer-events:auto}.rail-more-sheet{display:flex;flex-direction:column;gap:2px;position:fixed;left:8px;right:8px;bottom:calc(62px + env(safe-area-inset-bottom));z-index:902;background:var(--wa-dark);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:8px;box-shadow:0 -10px 34px rgba(0,0,0,.34);opacity:0;transform:translateY(10px);pointer-events:none;transition:opacity .18s,transform .18s}.rail-more-sheet.open{opacity:1;transform:translateY(0);pointer-events:auto}.rail-more-sheet .ent-badge{display:block!important}.topbar-logo{display:inline-flex!important;align-items:center;margin-right:auto}.app-main{padding-bottom:calc(60px + env(safe-area-inset-bottom))!important}.inbox-list{flex:1 1 auto!important}.inbox-chat,.inbox-list{width:100%!important}.ctx-trigger{display:flex!important;align-items:center;justify-content:center;gap:6px;padding:11px 14px;flex-shrink:0;background:var(--wa-light-2,#eafaf3);color:var(--wa-dark);font-size:12.5px;font-weight:700;cursor:pointer;border-bottom:1px solid var(--line)}.ctx-backdrop{display:block!important;position:fixed;inset:0;z-index:940;background:rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .26s}.inbox-ctx{position:fixed!important;left:0;right:0;bottom:0;top:auto!important;width:100%!important;max-height:82dvh;display:flex!important;flex-direction:column;overscroll-behavior:contain;border-left:none!important;border-top:1px solid var(--line);border-radius:18px 18px 0 0;transform:translateY(101%);transition:transform .26s cubic-bezier(.2,.8,.2,1);z-index:950;box-shadow:0 -10px 34px rgba(0,0,0,.2);padding:12px 18px calc(20px + env(safe-area-inset-bottom))!important}.inbox-ctx:before{content:"";position:absolute;top:9px;left:50%;transform:translateX(-50%);width:40px;height:4px;border-radius:999px;background:var(--line)}.ctx-close{display:flex!important;position:-webkit-sticky;position:sticky;top:0;align-self:flex-end;width:34px;height:34px;align-items:center;justify-content:center;border-radius:50%;background:var(--line-soft);color:var(--ink-soft);font-size:15px;cursor:pointer;z-index:3;border:none;flex-shrink:0;margin:0 -2px 2px 0}.ctx-toggle:checked~.inbox-ctx{transform:translateY(0)}.ctx-toggle:checked~.ctx-backdrop{opacity:1;pointer-events:auto}.inbox-root[data-view=detail] .inbox-list,.inbox-root[data-view=list] .inbox-chat{display:none!important}.inbox-back{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;margin-right:2px;border:none;background:transparent;cursor:pointer;color:var(--ink-soft);font-size:22px;flex-shrink:0;border-radius:50%}.inbox-chat-head{padding:11px 12px!important;gap:8px!important;flex-wrap:wrap!important}.inbox-chat-avatar{display:none!important}.inbox-chat-info{flex:1 1 auto;min-width:0}.inbox-chat-info>div:first-child{flex-wrap:wrap}.inbox-chat-actions{width:100%!important;margin-left:0!important;gap:6px!important;flex-wrap:wrap!important;justify-content:flex-start}.inbox-chat-actions button{padding:7px 9px!important;font-size:11.5px!important}.inbox-chat-actions select{max-width:100%!important}.inbox-chat-actions .assign-control{flex:1 1 100%}.inbox-chat-actions .assign-control select{flex:1 1}.inbox-chat-actions .state-form{flex:1 1;min-width:0}.inbox-chat-actions .state-form>span{display:block!important;width:100%}.inbox-chat-actions .state-form button{width:100%!important}.inbox-msgs{padding:14px 12px!important;overflow-x:hidden}.inbox-composer{padding:10px 12px!important}.inbox-handoff{padding:8px 12px!important}.inbox-handoff .handoff-detail{display:none!important}.inbox-chat input,.inbox-chat textarea,.inbox-list input{font-size:16px!important}.grid-2,.grid-3{grid-template-columns:minmax(0,1fr)!important}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}.table-card{overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch}.table-card>table{min-width:580px}.cards-table thead{display:none!important}.cards-table,.cards-table tbody{display:block!important;width:100%!important}.cards-table tr{display:flex!important;flex-direction:column;padding:12px 14px!important;border-top:1px solid var(--line-soft)}.cards-table tbody tr:first-child{border-top:none}.cards-table td{display:flex!important;justify-content:space-between;align-items:baseline;gap:14px;padding:3px 0!important;text-align:right;border:none}.cards-table td:before{content:attr(data-label);white-space:nowrap;font-size:11px;font-weight:600;color:var(--ink-faint);text-align:left}.cards-table td.card-title{order:-1;flex-direction:column;align-items:flex-start;text-align:left;gap:2px;padding-bottom:8px!important;margin-bottom:6px;border-bottom:1px dashed var(--line);white-space:normal!important}.cards-table td.card-title:before{content:none}.cards-table td.card-memo{flex-direction:column;align-items:stretch;text-align:left;gap:5px}.cards-table td.card-memo>span{max-width:100%!important}.cards-table td.card-actions{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:6px;padding-top:8px!important}.cards-table td.card-actions:before{content:none}.cards-table td.card-actions form{display:inline-flex!important}.cards-table td.card-actions form button{margin:0!important}.page-pad{padding-left:16px!important;padding-right:16px!important}.acc-plan-hero{flex-direction:column!important;align-items:stretch!important;gap:16px!important}.tabs-scroll{overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch}.tabs-scroll::-webkit-scrollbar{height:0}.tabs-scroll>a{flex-shrink:0}.account-tabs-bar button,.inbox-filters button,.tabs-scroll>a{min-height:44px}.app-topbar{height:auto!important;min-height:calc(48px + env(safe-area-inset-top))!important;padding-top:env(safe-area-inset-top)!important}.week-chart{gap:6px!important}.week-chart>div{min-width:0!important}.app-main button,.app-main input:not([type=checkbox]):not([type=radio]),.app-main select,.app-main textarea{min-height:44px;max-width:100%;min-width:0}.app-main input:not([type=checkbox]):not([type=radio]),.app-main select,.app-main textarea{font-size:16px!important}.app-topbar button{min-height:40px;padding:8px 14px!important}.form-cta{display:flex;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;gap:10px!important}.form-cta button{width:100%}.team-invite{flex-direction:column!important;align-items:stretch!important}.team-invite button{width:100%}.team-remove{width:44px!important;height:44px!important}.pay-cta-card{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.pay-cta-card button{width:100%}.acc-bot-row{flex-direction:column!important;align-items:stretch!important;gap:8px!important}.acc-bot-row select,.acc-save button{width:100%}.inbox-composer textarea{min-height:30px}.inbox-composer button[type=submit]{width:44px!important;height:44px!important}.inbox-chat-actions button,.inbox-chat-actions select{min-height:44px}.privacy-actions{flex-direction:column!important;gap:10px!important}.privacy-actions button,.privacy-actions form{width:100%}.cards-table td.card-actions a,.cards-table td.card-title a,.filter-chips a{display:inline-flex;align-items:center;min-height:44px}.cards-table td.card-title a{width:100%}.job-foot{flex-wrap:wrap!important}.job-foot a{display:inline-flex;align-items:center;min-height:44px}.matched-head{flex-wrap:wrap!important}.matched-action{flex:1 1 100%!important;align-items:stretch!important}.matched-action form{width:100%}.matched-action button{width:100%;white-space:normal!important}.dash-queue{order:-1}.mob-sec-head{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:12px 16px;cursor:pointer;background:#fff;border:1px solid var(--line);border-radius:12px;font-size:14px;font-weight:600;color:var(--ink)}.mob-sec-head:after{content:"▾";color:var(--ink-faint);transition:transform .18s}.mob-sec-body{display:none}.mob-sec-toggle:checked~.mob-sec-body{display:block;margin-top:10px}.mob-sec-toggle:checked~.mob-sec-head:after{transform:rotate(180deg)}.mob-sec-body .panel-h{display:none!important}.head-expand{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;margin-left:8px;flex-shrink:0;border-radius:50%;background:var(--line-soft);color:var(--ink-soft);font-size:20px;line-height:1;cursor:pointer;transition:transform .18s,background .18s}.head-toggle:checked~.inbox-chat-head .head-expand{transform:rotate(180deg);background:var(--wa-light);color:var(--wa-dark)}.inbox-chat-head{flex-wrap:nowrap!important}.inbox-chat-actions,.inbox-handoff{display:none!important}.inbox-chat-info{display:flex!important;align-items:baseline;gap:7px;overflow:hidden}.inbox-chat-info>div:first-child{flex-wrap:nowrap!important;white-space:nowrap;overflow:hidden;min-width:0;flex-shrink:1}.inbox-chat-info>div:first-child>span:not(.chat-name){flex-shrink:0}.inbox-chat-info .chat-name{flex-shrink:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inbox-chat-info>div:last-child{margin-top:0!important;margin-left:auto;white-space:nowrap;flex-shrink:0}.head-toggle:checked~.inbox-chat-head{flex-wrap:wrap!important}.head-toggle:checked~.inbox-chat-head .inbox-chat-actions,.head-toggle:checked~.inbox-handoff{display:flex!important}.head-toggle:checked~.inbox-chat-head .inbox-chat-info{display:block!important;overflow:visible}.head-toggle:checked~.inbox-chat-head .inbox-chat-info>div:first-child{flex-wrap:wrap!important;white-space:normal}.head-toggle:checked~.inbox-chat-head .inbox-chat-info .chat-name{overflow:visible;white-space:normal}.head-toggle:checked~.inbox-chat-head .inbox-chat-info>div:last-child{margin-top:2px!important;margin-left:0}.console-rail{background:#0b2620!important;border-right:none!important}.console-sheet{background:#0b2620;border-color:rgba(255,255,255,.14)}.console-content{padding:14px 12px calc(72px + env(safe-area-inset-bottom))!important;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.console-topbar{padding:0 12px!important}.console-appi{padding:8px 12px!important}.console-search{width:100%!important}.rail-link .rail-badge,.rail-more .rail-badge{position:absolute;top:2px;right:50%;margin:0!important;transform:translateX(22px);font-size:9.5px!important;padding:2px 5px!important}.rail-link{position:relative}.console-content table{min-width:max-content}.console-content div:has(>table),.console-content>div>div:has(>table){overflow-x:auto!important;-webkit-overflow-scrolling:touch}.console-content [style*="1.4fr"],.console-content [style*="1fr 1fr"]{grid-template-columns:1fr!important}.console-content h1{font-size:19px!important}}