:root{--ink:#063f57;--muted:#697386;--line:#e7e9f0;--surface:#fff;--canvas:#f7f8fc;--primary:#064b64;--primary-dark:#04384b;--primary-soft:#e5f0f3;--green:#23866a;--green-soft:#e7f7f1;--amber:#a86912;--amber-soft:#fff4d9;--red:#bf4050;--red-soft:#ffeaed;--blue:#3276b9;--blue-soft:#e8f3ff;--shadow:0 16px 45px #191d2e0f}*{box-sizing:border-box}html{background:var(--canvas)}body{color:var(--ink);background:var(--canvas);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}svg{width:20px;height:20px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.app-shell{min-height:100vh}.sidebar{z-index:10;color:#4d566a;border-right:1px solid var(--line);background:#fff;flex-direction:column;width:264px;padding:28px 20px 20px;display:flex;position:fixed;inset:0 auto 0 0}.brand{color:var(--ink);align-items:center;gap:11px;display:flex}.brand>span{color:#fff;background:var(--primary);letter-spacing:-.3px;border-radius:11px;place-items:center;width:38px;height:38px;font-size:12px;font-weight:800;display:grid;box-shadow:0 6px 15px #064b6438}.brand strong{letter-spacing:-.4px;font-size:17px}.main-nav{flex-direction:column;flex:1;gap:4px;margin-top:46px;display:flex}.main-nav p{color:#9aa0ae;letter-spacing:1.2px;text-transform:uppercase;margin:0 12px 9px;font-size:10px;font-weight:800}.main-nav a{border-radius:9px;align-items:center;gap:13px;padding:11px 13px;font-size:14px;font-weight:600;transition:all .16s;display:flex}.main-nav a:hover{color:var(--primary);background:#f1f7f8}.main-nav a.active{color:var(--primary);background:var(--primary-soft)}.main-nav svg{width:19px;height:19px}.sidebar-user{border-top:1px solid var(--line);grid-template-columns:37px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:17px 5px 0;display:grid}.avatar{width:37px;height:37px;color:var(--primary-dark);background:var(--primary-soft);border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.sidebar-user div:nth-child(2){min-width:0}.sidebar-user strong,.sidebar-user span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-user strong{color:var(--ink);text-transform:capitalize;font-size:12px}.sidebar-user span{color:#9298a6;margin-top:3px;font-size:10px}.sidebar-user form,.sidebar-user button{margin:0}.sidebar-user button{color:#8790a2;background:0 0;border:0;place-items:center;padding:5px;display:grid}.sidebar-user button:hover{color:var(--red)}.content{min-height:100vh;margin-left:264px;padding:50px clamp(28px,4vw,68px) 70px}.page-header{justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:30px;display:flex}.page-header h1{letter-spacing:-1.35px;margin:4px 0 8px;font-size:clamp(28px,3vw,38px);line-height:1.08}.page-header>div>p:last-child{max-width:610px;color:var(--muted);margin:0;font-size:14px;line-height:1.6}.eyebrow{color:var(--primary);letter-spacing:1.4px;text-transform:uppercase;margin:0;font-size:10px;font-weight:800}.button{border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:13px;font-weight:750;transition:all .16s;display:inline-flex}.button svg{width:17px;height:17px}.button-primary{color:#fff;background:var(--primary);box-shadow:0 7px 16px #064b642e}.button-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.button-primary:disabled{cursor:wait;opacity:.62;transform:none}.button-secondary{color:#566074;border-color:var(--line);background:#fff}.button-secondary:hover{border-color:#cfd2dd}.button-block{width:100%}.metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px;display:grid}.metric-card{background:var(--surface);border:1px solid var(--line);min-height:144px;box-shadow:var(--shadow);border-radius:14px;align-items:center;gap:18px;padding:25px;display:flex}.metric-icon{border-radius:12px;flex:none;place-items:center;width:48px;height:48px;display:grid}.metric-icon.teal{color:var(--primary);background:var(--primary-soft)}.metric-icon.amber{color:var(--amber);background:var(--amber-soft)}.metric-icon.green{color:var(--green);background:var(--green-soft)}.metric-card p,.metric-card small{color:var(--muted);margin:0}.metric-card p{font-size:12px;font-weight:700}.metric-card strong{letter-spacing:-1px;margin:4px 0 2px;font-size:29px;line-height:1;display:block}.metric-card small{font-size:10px}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px}.panel-heading{justify-content:space-between;align-items:center;padding:23px 25px 18px;display:flex}.panel-heading h2,.form-section h2{letter-spacing:-.2px;margin:0 0 5px;font-size:16px}.panel-heading p,.form-section p{color:var(--muted);margin:0;font-size:11px}.panel-heading a,.text-link{color:var(--primary);align-items:center;gap:5px;font-size:12px;font-weight:700;display:inline-flex}.panel-heading a svg,.text-link svg{width:15px}.table-panel{overflow:hidden}.table-wrap{width:100%;position:relative;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{color:#8c93a3;border-block:1px solid var(--line);letter-spacing:.8px;text-align:left;text-transform:uppercase;white-space:nowrap;background:#fafafd;padding:12px 20px;font-size:9px;font-weight:800}td{color:#4e586c;vertical-align:middle;border-bottom:1px solid #eff0f4;padding:17px 20px}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#fcfcff}td strong{color:var(--ink);font-weight:700}.reference{color:var(--ink);font-variant-numeric:tabular-nums;font-weight:750}.table-empty{color:var(--muted);text-align:center;padding:42px}.cell-subtitle{color:#949aa8;text-overflow:ellipsis;white-space:nowrap;max-width:250px;margin-top:4px;font-size:10px;display:block;overflow:hidden}.entity-cell{align-items:center;gap:11px;min-width:200px;display:flex}.entity-cell>span{width:34px;height:34px;color:var(--primary-dark);background:var(--primary-soft);border-radius:8px;flex:none;place-items:center;font-size:10px;font-weight:800;display:grid}.entity-cell strong,.entity-cell small{display:block}.entity-cell small{color:#9298a6;text-overflow:ellipsis;white-space:nowrap;max-width:260px;margin-top:3px;font-size:10px;overflow:hidden}.row-link{color:#8b92a2;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.row-link:hover{color:var(--primary);background:var(--primary-soft)}.row-link svg{width:16px}.status{color:#677084;white-space:nowrap;background:#f0f1f4;border-radius:99px;align-items:center;gap:6px;padding:5px 8px;font-size:9px;font-weight:800;display:inline-flex}.status i{background:currentColor;border-radius:50%;width:5px;height:5px}.status-success{color:var(--green);background:var(--green-soft)}.status-warning{color:var(--amber);background:var(--amber-soft)}.status-danger{color:var(--red);background:var(--red-soft)}.status-info{color:var(--blue);background:var(--blue-soft)}.toolbar{justify-content:space-between;align-items:center;gap:20px;margin-bottom:20px;display:flex}.search-form{width:min(440px,100%);position:relative}.search-form svg{color:#979dab;width:17px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.search-form input{width:100%;height:43px;color:var(--ink);border:1px solid var(--line);background:#fff;border-radius:9px;outline:none;padding:0 15px 0 42px}.search-form input:focus{box-shadow:0 0 0 3px var(--primary-soft);border-color:#4d8193}.result-count{color:var(--muted);font-size:11px}.pagination{border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:15px;padding:16px 20px;font-size:11px;display:flex}.pagination a{color:var(--primary);font-weight:700}.pagination a.disabled{pointer-events:none;color:#b0b4be}.api-error{color:#813440;background:var(--red-soft);border:1px solid #ffd3d9;border-radius:10px;align-items:flex-start;gap:12px;margin-bottom:20px;padding:15px 17px;display:flex}.api-error>span{color:#fff;background:var(--red);border-radius:50%;flex:none;place-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:grid}.api-error strong{font-size:12px}.api-error p{margin:3px 0 0;font-size:11px}.empty-state{text-align:center;background:#fff;border:1px dashed #d9dbe5;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:50px 25px;display:flex}.empty-icon{width:58px;height:58px;color:var(--primary);background:var(--primary-soft);border-radius:16px;place-items:center;margin-bottom:17px;display:grid}.empty-icon svg{width:26px;height:26px}.empty-state h2{margin:0;font-size:17px}.empty-state p{max-width:430px;color:var(--muted);margin:7px 0 20px;font-size:12px;line-height:1.6}.data-form{max-width:860px;padding:28px}.form-section{border-bottom:1px solid var(--line);padding-bottom:22px}.form-grid{grid-template-columns:1fr 1fr;gap:20px;padding:25px 0;display:grid}.form-grid label,.auth-form>label{color:#4e5769;flex-direction:column;gap:7px;font-size:11px;font-weight:750;display:flex}.form-grid .span-2{grid-column:1/-1}.form-grid input,.form-grid select,.auth-form input{width:100%;height:43px;color:var(--ink);background:#fff;border:1px solid #dfe1e8;border-radius:8px;outline:none;padding:0 13px}.form-grid input:focus,.form-grid select:focus,.auth-form input:focus{box-shadow:0 0 0 3px var(--primary-soft);border-color:#4d8193}.form-actions{border-top:1px solid var(--line);justify-content:flex-end;gap:10px;padding-top:20px;display:flex}.detail-card{max-width:900px;padding:28px}.detail-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:22px;display:flex}.detail-heading h2{margin:0 0 5px;font-size:18px}.detail-heading p{color:var(--muted);margin:0;font-size:11px}.detail-grid{grid-template-columns:repeat(2,1fr);gap:24px 40px;margin:0;padding:27px 0;display:grid}.detail-grid dt{color:#9298a6;letter-spacing:.7px;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800}.detail-grid dd{color:var(--ink);margin:0;font-size:13px;font-weight:650}.detail-actions{border-top:1px solid var(--line);flex-wrap:wrap;gap:9px;padding-top:20px;display:flex}.detail-actions button:disabled{cursor:not-allowed;opacity:.55}.form-error{color:#943b49;background:var(--red-soft);border:1px solid #ffd1d7;border-radius:8px;padding:11px 12px;font-size:11px;line-height:1.5}.form-error-wide{margin-bottom:20px}.auth-shell{color:#fff;background:var(--primary);min-height:100vh;padding:28px 20px}.auth-page{flex-direction:column;justify-content:center;width:min(100%,500px);min-height:calc(100vh - 56px);margin:0 auto;display:flex}.auth-logo{color:#fff;align-items:center;gap:13px;width:fit-content;margin:0 0 24px;display:flex}.auth-logo svg{fill:none;stroke:currentColor;stroke-width:4px;stroke-linecap:round;stroke-linejoin:round;width:72px;height:62px}.auth-logo strong{letter-spacing:-1px;font-size:29px;line-height:.9}.auth-card{width:100%;color:var(--ink);box-shadow:none;background:#fbfbfc;border:0;border-radius:0;padding:34px 42px 38px}.auth-card-register{padding-bottom:34px}.auth-heading{text-align:left;margin-bottom:18px}.auth-heading h1{color:var(--ink);letter-spacing:-.5px;margin:0 0 8px;font-size:29px}.auth-heading h2{color:#969696;letter-spacing:-.2px;margin:0;font-size:23px}.auth-heading>p:last-child{color:#777;margin:8px 0 0;font-size:11px;line-height:1.55}.auth-heading-single{margin-bottom:24px}.auth-form{flex-direction:column;gap:13px;display:flex}.auth-form>label{color:#999;gap:3px;font-size:9px;font-weight:400}.auth-form input{background:#f4f4f6;border:1px solid #527d90;border-radius:0;height:32px;padding:0 9px}.password-control{display:block;position:relative}.password-control input{padding-right:36px}.password-control button{color:#777;background:0 0;border:0;place-items:center;width:32px;padding:0;display:grid;position:absolute;inset:0 2px 0 auto}.password-control button svg{width:17px;height:17px}.form-row{justify-content:space-between;align-items:center;gap:15px;display:flex}.check-control{align-items:center;display:flex;color:#999!important;flex-direction:row!important;gap:7px!important;font-size:9px!important}.check-control input{width:12px;height:12px;accent-color:var(--primary);flex:none;padding:0}.muted-link,.auth-secondary-link,.terms-control a{color:#087db2;font-size:9px;text-decoration:underline}.terms-control{margin-top:1px}.auth-submit{min-width:88px;min-height:35px;box-shadow:none;border-radius:5px;align-self:flex-start;margin-top:12px;padding-inline:18px;font-size:10px}.auth-secondary-link{align-self:flex-start;margin:4px 0 0 3px}.auth-legal{color:#fff;text-align:center;margin-top:17px;font-size:8px;font-weight:700}.form-success{color:#155e4c;background:var(--green-soft);border:1px solid #bfe6d9;padding:10px 11px;font-size:10px;line-height:1.5}.activation-state{flex-direction:column;justify-content:center;align-items:flex-start;min-height:150px;display:flex}.activation-state p{color:#666;font-size:12px}.activation-mark{color:#fff;background:#909090;border-radius:50%;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.activation-mark.success{background:var(--green)}.activation-mark.error{background:var(--red)}.terms-copy{color:#666;font-size:11px;line-height:1.65}@media (max-width:980px){.sidebar{border-right:0;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;width:100%;height:auto;padding:14px 20px;position:static}.brand strong,.sidebar-user>div:not(.avatar),.sidebar-user .avatar,.main-nav p{display:none}.brand>span{width:34px;height:34px}.brand{flex-shrink:0}.main-nav{flex-flow:wrap;flex:1;gap:2px;min-width:0;margin:0 0 0 20px}.main-nav a{flex:0 0 38px;justify-content:center;gap:0;width:38px;height:38px;padding:9px;font-size:0}.main-nav a svg{flex-shrink:0;width:20px;height:20px}.sidebar-user{border:0;flex-shrink:0;margin-left:auto;padding:0 0 0 10px;display:block}.content{margin-left:0;padding-top:36px}}@media (max-width:760px){.content{padding:28px 17px 50px}.page-header{flex-direction:column;align-items:flex-start;margin-bottom:24px}.page-header .button{width:100%}.metric-grid{grid-template-columns:1fr}.metric-card{min-height:112px}.toolbar{flex-direction:column;align-items:stretch}.form-grid{grid-template-columns:1fr}.detail-grid{grid-template-columns:1fr;gap:20px}.form-grid .span-2{grid-column:auto}.data-form{padding:20px}.auth-shell{padding:20px 15px}.auth-page{min-height:calc(100vh - 40px)}.auth-logo{margin-left:4px}.auth-logo svg{width:58px}.auth-logo strong{font-size:24px}.auth-card{padding:29px 25px 32px}.checkin-table thead{display:none}.checkin-table,.checkin-table tbody,.checkin-table tr,.checkin-table td{width:100%;display:block}.checkin-table tr{border-bottom:1px solid var(--line);padding:15px 52px 15px 15px;position:relative}.checkin-table tr:last-child{border-bottom:0}.checkin-table td{border:0;grid-template-columns:100px 1fr;padding:6px 0;display:grid}.checkin-table td:before{content:attr(data-label);color:#969ca9;letter-spacing:.4px;text-transform:uppercase;font-size:9px;font-weight:800}.checkin-table td:last-child{width:auto;display:block;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.hotels-table thead{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.hotels-table,.hotels-table tbody,.hotels-table tr,.hotels-table td{width:100%;display:block}.hotels-table tr{border-bottom:1px solid var(--line);padding:20px}.hotels-table tr:last-child{border-bottom:0}.hotels-table td{overflow-wrap:anywhere;border:0;min-width:0;padding:9px 0}.hotels-table td[data-label]{grid-template-columns:88px minmax(0,1fr);align-items:start;column-gap:12px;display:grid}.hotels-table td[data-label]:before{content:attr(data-label);color:var(--muted);padding-top:5px;font-size:10px;font-weight:700}.hotels-table td:first-child{border-bottom:1px solid var(--line);margin-bottom:8px;padding-top:0;padding-bottom:16px}.hotels-table td:last-child{padding-bottom:0}.hotels-table .entity-cell,.hotels-table .entity-cell>div{min-width:0}.hotels-table .entity-cell small,.hotels-table .cell-subtitle{white-space:normal;max-width:100%}.hotels-table .status,.hotels-table td .button{justify-self:start}.hotels-table .row-link{justify-content:end;width:100%;height:36px}}.user-row-actions{flex-wrap:wrap;gap:8px;display:flex}.user-dialog{border:1px solid var(--line);width:min(560px,100vw - 32px);max-height:calc(100vh - 40px);color:var(--ink);border-radius:16px;padding:28px}.user-dialog::backdrop{background:#001e2d73}.user-dialog h2{margin-top:0}.user-dialog p{white-space:normal}.partner-options{grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr));gap:20px;margin:24px 0;display:grid}.partner-option{color:var(--ink);border:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:14px;padding:24px;display:flex}.partner-option:hover,.partner-option:focus-visible{border-color:var(--primary);background:var(--primary-soft)}.partner-option strong{font-size:18px}.partner-option span{color:var(--muted);line-height:1.5}.partner-hotel-list{border:0;margin:24px 0;padding:0}.partner-hotel{border-bottom:1px solid var(--line);cursor:pointer;gap:16px;padding:18px;display:flex}.partner-hotel span{flex-direction:column;gap:6px;display:flex}.partner-flow .form-actions{flex-wrap:wrap}.audit-json{white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--line);background:#f7f8fc;border-radius:8px;max-height:480px;padding:18px;overflow:auto}.entity-dialog{width:min(760px,100vw - 32px)}.entity-fieldset{border:0;min-width:0;margin:0;padding:0}.entity-dialog .detail-grid{white-space:normal;overflow-wrap:anywhere}.entities-panel{max-width:1100px;padding:28px}.entity-manager{min-width:0}.entity-manager-heading,.entity-selected-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.entity-manager-heading{border-bottom:1px solid var(--line);padding-bottom:24px}.entity-manager-heading h2{letter-spacing:-.35px;align-items:center;gap:10px;margin:0;font-size:18px;display:flex}.entity-manager-heading p,.entity-section-heading p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.6}.entity-count{min-width:26px;height:24px;color:var(--primary);background:var(--primary-soft);border-radius:7px;place-items:center;padding:0 7px;font-size:11px;font-weight:750;display:inline-grid}.entity-empty{text-align:center;background:radial-gradient(at 50% 30%,#f1f7f8,#0000 65%);flex-direction:column;justify-content:center;align-items:center;min-height:335px;padding:38px 20px 22px;display:flex}.entity-empty-symbol{width:72px;height:72px;color:var(--primary);background:#fff;border:1px solid #dae8ec;border-radius:22px;place-items:center;margin-bottom:22px;display:grid;box-shadow:0 8px 24px #064b640c}.entity-empty-symbol svg{width:32px;height:32px}.entity-empty h3,.entity-no-results h3{letter-spacing:-.45px;margin:0;font-size:20px;font-weight:700}.entity-empty>p{max-width:390px;color:var(--muted);margin:10px 0 24px;font-size:13px;line-height:1.75}.entity-empty-note{color:var(--muted);align-items:center;gap:6px;margin-top:19px;font-size:10px;display:flex}.entity-empty-note svg{width:14px;height:14px}.entity-toolbar{justify-content:space-between;align-items:center;gap:18px;padding:23px 0;display:flex}.entity-search{width:min(440px,100%)}.entity-search-control{display:block;position:relative}.entity-search-control>svg{color:var(--muted);pointer-events:none;width:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.entity-search input{border:1px solid var(--line);background:var(--canvas);width:100%;height:46px;color:var(--ink);border-radius:10px;padding:0 14px 0 43px;font-size:13px}.entity-search input::placeholder{color:#81899a}.entity-search input:focus{outline-offset:2px;background:#fff;outline:2px solid #4d8193}.entity-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.entity-choice{min-width:0;color:var(--ink);text-align:left;border:1px solid var(--line);background:#fff;border-radius:12px;flex-direction:column;padding:20px;transition:border-color .15s,background .15s;display:flex}.entity-choice:hover{background:#fbfdfe;border-color:#a5c3ce}.entity-choice:focus-visible,.entity-manager button:focus-visible{outline-offset:3px;outline:2px solid #4d8193}.entity-choice.is-selected{border-color:var(--primary);box-shadow:inset 0 0 0 1px var(--primary);background:#f7fbfc}.entity-choice-top{align-items:center;gap:12px;width:100%;display:flex}.entity-symbol{width:42px;height:42px;color:var(--primary);background:var(--primary-soft);border-radius:12px;flex:none;place-items:center;display:grid}.entity-choice-identity{gap:5px;min-width:0;display:grid}.entity-choice-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.entity-choice-identity>span{color:var(--muted);font-size:11px}.entity-choice-check{color:var(--primary);flex:none;margin-left:auto}.entity-choice-contact{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);margin:17px 0;font-size:12px;overflow:hidden}.entity-choice-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:13px;font-size:10px;display:flex}.entity-choice-footer>span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);overflow:hidden}.entity-choice-footer>span:last-child{flex:none;align-items:center;gap:5px;font-weight:750;display:flex}.entity-choice-footer svg{width:15px;height:15px}.entity-selected{border-top:1px solid var(--line);margin-top:26px;padding-top:26px}.entity-selected-heading h3{overflow-wrap:anywhere;margin:7px 0 0;font-size:20px}.entity-moloni{background:var(--canvas);border:1px solid var(--line);border-radius:10px;margin-bottom:20px;padding:20px}.entity-moloni h3{margin:0 0 8px;font-size:14px}.entity-moloni p{color:var(--muted);margin:0 0 14px;font-size:12px;line-height:1.65}.entity-section-heading{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding-bottom:22px;display:flex}.entity-section-heading h2{letter-spacing:-.3px;margin:0;font-size:20px}.entity-create-form{max-width:860px;margin-inline:auto}.entity-feedback{justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px;display:flex}.entity-success{color:var(--green);background:var(--green-soft);border-radius:9px;align-items:center;gap:9px;margin:0 0 22px;padding:13px 16px;font-size:12px;display:flex}.entity-success svg{flex-shrink:0}.entity-loading{min-height:220px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:13px;display:flex}.entity-no-results{text-align:center;padding:32px 20px 40px}.entity-no-results>svg{width:28px;height:28px;color:var(--muted);margin-bottom:14px}.entity-no-results p{color:var(--muted);margin:10px 0 20px;font-size:12px}.entity-dialog .entity-manager{padding-top:24px}@media (max-width:640px){.entities-panel{padding:20px 16px}.entity-manager-heading,.entity-selected-heading{flex-direction:column;align-items:flex-start;gap:14px}.entity-manager-heading .button{width:100%}.entity-toolbar{flex-direction:column;align-items:flex-start;gap:10px}.entity-search{width:100%}.entity-card-grid{grid-template-columns:minmax(0,1fr)}.entity-empty{padding-inline:4px}.entity-empty h3{font-size:18px}.entity-feedback{flex-direction:column;align-items:flex-start}.entity-selected .detail-grid{grid-template-columns:minmax(0,1fr)}.entity-selected .detail-grid dd{overflow-wrap:anywhere}}.integration-list{gap:20px;display:grid}.integration-card{padding:28px}.integration-card-heading,.integration-card-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.integration-partner{align-items:center;gap:12px;min-height:52px;display:flex}.integration-partner svg{width:24px;height:24px}.integration-card h2{overflow-wrap:anywhere;margin:24px 0}.integration-card-footer{border-top:1px solid var(--line);margin-top:24px;padding-top:20px}.integration-card-footer>span{color:var(--muted);font-size:14px}@media (max-width:600px){.integration-card{padding:20px}}
