*{box-sizing:border-box} :root{--ink:#182a43;--muted:#60718a;--line:#dce4ef;--blue:#2563eb;--nav:#10213b}body{margin:0;background:#f4f7fb;color:var(--ink);font:16px/1.5 "Segoe UI",system-ui,sans-serif}a{color:#245dbe;text-decoration:none}a:hover{text-decoration:underline}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 20px;background:var(--blue);border:1px solid var(--blue);border-radius:8px;color:white;font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;cursor:pointer;text-decoration:none}button:hover,.button:hover{filter:brightness(.95);text-decoration:none}.secondary{background:white;border-color:var(--line);color:#314763}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;padding:28px 20px;background:var(--nav);color:white;overflow-y:auto}.brand{display:flex;align-items:center;gap:10px;color:white;font-size:22px;letter-spacing:1.5px;font-weight:800;margin-bottom:26px}.brandmark{display:grid;place-items:center;background:#3272ef;border-radius:9px;width:34px;height:34px;font-size:22px}.navcaption{display:block;font-size:12px;letter-spacing:1.2px;color:#a9bbd5;margin:22px 10px 8px}.sidebar nav a{display:block;padding:10px 12px;border-radius:7px;color:#d7e2f1;font-size:14px;margin:3px 0}.sidebar nav a:hover,.sidebar nav a.active{background:#243d60;color:white;text-decoration:none}.workspace{margin-left:244px;min-width:0}header{min-height:78px;padding:16px 36px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:16px;background:white}.topcaption{font-size:14px;color:var(--muted)}.user{display:flex;gap:20px;align-items:center;font-size:14px;font-weight:600}main{max-width:1700px;margin:auto;padding:32px 36px;min-width:0}footer{padding:20px 36px;color:var(--muted);font-size:12px}h1{font-size:28px;line-height:1.25;letter-spacing:-.6px;margin:12px 0 22px}h2{font-size:18px;margin:0 0 20px}h3{font-size:18px}p{color:var(--muted)}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.heading h1{margin:10px 0}.eyebrow{color:#3965a5;font-size:12px;font-weight:700;letter-spacing:1.5px}.back{font-size:14px;display:inline-block;margin-bottom:10px}.badge{display:inline-block;padding:5px 10px;background:#eaf0f8;color:#385472;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-bottom:30px}.card,.typecard{display:block;border:1px solid var(--line);background:white;border-radius:10px;padding:24px;color:inherit}.card:hover,.typecard:hover{border-color:#83a8e8;text-decoration:none;box-shadow:0 4px 18px #1a3c7010}.card span{color:#2563eb;font-weight:600}.card p{font-size:14px}.typecards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:24px 0}.typecard strong,.typecard small{display:block}.typeindex{display:block;color:#2563eb;font-weight:700;margin-bottom:12px}.typecard small{margin-top:8px}.surface,.edit{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.formsection{padding:26px 30px;border-bottom:1px solid var(--line)}.sectiontitle{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.sectiontitle h2{margin:0}.fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:24px;row-gap:22px}.field{min-width:0}.field label{display:block;font-size:14px;font-weight:600;line-height:20px;margin:0 0 8px;min-height:20px}.field small{display:block;margin:7px 0 0}.full{grid-column:1/-1}input,select,textarea{width:100%;min-height:44px;border:1px solid #cbd6e5;border-radius:7px;padding:10px 12px;background:white;color:var(--ink);font:inherit;font-size:14px;line-height:22px}select{height:44px}small{font-size:12px;color:var(--muted);line-height:1.5}input:focus,select:focus,textarea:focus,[contenteditable]:focus{outline:2px solid #9bbdf7;outline-offset:1px;border-color:#548de6}button:focus-visible,a:focus-visible{outline:3px solid #81aff3;outline-offset:3px}.formactions{padding:22px 30px;display:flex;justify-content:flex-end;gap:12px;background:#fbfcfe}.search{display:flex;gap:12px;max-width:660px;margin:20px 0}.tablewrap{overflow:auto;background:white;border:1px solid var(--line);border-radius:10px}table{border-collapse:collapse;width:100%;font-size:14px}th{font-weight:600;color:#52637c;background:#f8fafd;font-size:12px}th,td{text-align:left;padding:15px 18px;border-bottom:1px solid #e8edf5;white-space:nowrap;max-width:340px;overflow:hidden;text-overflow:ellipsis}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#f7faff}.rowaction{font-weight:600}.pager{display:flex;justify-content:space-between;gap:16px;align-items:center;margin:22px 0;font-size:14px;color:var(--muted)}.error,.success,.notice{padding:14px 18px;border-radius:8px;font-size:14px}.error{background:#fff0f0;color:#992b32;border:1px solid #f0ccd0}.success{background:#e9f7ee;color:#216341;border:1px solid #c9e8d4}.notice{background:#fff7df;color:#795c20;border:1px solid #eddfb1}.validation-summary-valid{display:none}.empty{text-align:center;padding:36px}.editorbox{border:1px solid #cbd6e5;border-radius:8px;overflow:hidden}.toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:9px;background:#f5f8fc;border-bottom:1px solid var(--line)}.toolbar button{background:white;color:var(--ink);border-color:var(--line);padding:6px 12px;min-height:34px;font-size:14px}#mail-editor{min-height:260px;padding:18px;font-size:16px;overflow-wrap:anywhere}#mail-editor p{color:inherit}.tokens{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:14px 0;font-size:12px}.tokens button{min-height:28px;padding:4px 7px;background:#edf3fe;border-color:#dae6fa;color:#315d9e;font:12px monospace}.attachments{list-style:none;padding:0;margin:12px 0 22px}.attachments li{display:flex;gap:18px;align-items:center;padding:12px;border-bottom:1px solid var(--line);font-size:14px}.attachments li a{flex:1}.check{display:flex;align-items:center;gap:6px;font-size:14px}.check input{width:16px;min-height:16px}.filterbar{display:flex;align-items:end;flex-wrap:wrap;gap:14px;margin:20px 0}.filterbar .field{flex:1;min-width:150px}.surface{padding:26px}dt{font-weight:600;font-size:14px}dd{margin:8px 0 24px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:14px/1.6 monospace}.login{max-width:440px;margin:50px auto;background:white;padding:34px;border:1px solid var(--line);border-radius:12px}.login label{display:block;font-size:14px;font-weight:600;margin:18px 0}.login input{margin-top:8px}.login button{width:100%}@media(max-width:1200px){.fields{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{width:218px}.workspace{margin-left:218px}main{padding:28px 24px}.typecards{gap:10px}.typecard{padding:18px}}@media(max-width:760px){.sidebar{position:static;width:100%;padding:18px}.sidebar .brand{margin-bottom:4px}.sidebar nav{display:flex;gap:6px;overflow-x:auto}.sidebar nav a{white-space:nowrap}.sidebar .navcaption{display:none}.workspace{margin:0}header{padding:14px 20px}.topcaption{display:none}main{padding:24px 16px}.fields,.typecards{grid-template-columns:1fr}.heading{align-items:flex-start;flex-wrap:wrap}h1{font-size:24px}.formsection{padding:22px 18px}.formactions{padding:18px}.user{width:100%;justify-content:space-between}.pager{flex-wrap:wrap}.attachments li{flex-wrap:wrap}}

.companycontext{display:flex;align-items:center;flex-wrap:wrap;gap:18px;background:#eaf1fc;border:1px solid #d6e3f8;border-radius:9px;padding:14px 18px;margin:0 0 20px;font-size:14px}td .rowaction+ .rowaction{margin-left:18px}td:last-child{max-width:none;overflow:visible}select[hidden]{display:none}

.company-autocomplete{position:relative;width:100%;min-width:0}.company-autocomplete>input{width:100%}.company-options{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #c8d5e8;border-radius:8px;box-shadow:0 10px 25px #10213b26}.company-options[hidden]{display:none}.company-option{padding:11px 14px;cursor:pointer;overflow-wrap:anywhere;border-bottom:1px solid #eef2f7}.company-option:hover,.company-option[aria-selected="true"]{background:#eaf1fc;color:#16479d}.company-empty{padding:14px;color:#60718a}
.getir-banner{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;border:1px solid #e1d9f1;border-left:5px solid #5d3ebc;border-radius:12px;background:linear-gradient(115deg,#f7f4ff,#fff);margin-bottom:22px}.getir-banner h2{margin:6px 0 8px;font-size:21px}.getir-banner p,.getir-pos p{margin:0;color:var(--muted);font-size:14px}.getir-banner .eyebrow{color:#5d3ebc}.getir-id-row{display:flex;gap:10px}.getir-id-row input{min-width:0;flex:1}.getir-id-row button{background:#5d3ebc;border-color:#5d3ebc}.getir-pos{display:flex;justify-content:space-between;align-items:center;gap:20px;background:#f7f9fc;border:1px solid var(--line);border-radius:9px;padding:18px;margin-top:22px}.getir-result:empty{display:none}.getir-result{padding:12px 15px;border-radius:8px;background:#edf6f1;color:#216445;margin-bottom:0}.getir-result.is-error{background:#fff0ef;color:#9b2e26}button:disabled{opacity:.6;cursor:wait}@media(max-width:650px){.getir-banner,.getir-pos{flex-direction:column;align-items:stretch}.getir-banner{padding:20px}.getir-id-row{flex-wrap:wrap}}

.tablewrap td.audit-detail{white-space:normal;min-width:300px;max-width:560px;overflow:visible;text-overflow:clip;overflow-wrap:anywhere}

/* POS workspace — compact cards and aligned controls */
.pos-page{max-width:1180px;margin:0 auto}.pos-page>.eyebrow{font-size:11px;letter-spacing:1.8px;color:#64748b}.pos-page>.heading{margin:8px 0 22px}.pos-page h1{font-size:28px;letter-spacing:-.8px;margin:0}.pos-page>.companycontext{margin-bottom:18px;background:#eaf1fc;border:0;border-radius:10px;font-size:13px}.pos-form.edit{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,1fr);gap:20px;background:none;border:0;border-radius:0;overflow:visible;align-items:start}.pos-form>.validation{grid-column:1/-1;margin:0}.pos-form .formsection{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;box-shadow:0 3px 12px #142b4510;min-width:0}.pos-card-heading{display:flex;gap:12px;align-items:flex-start;margin-bottom:23px}.pos-step{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:10px;background:#eef3ff;color:#3e64bd;font-size:12px;font-weight:750}.pos-card-heading h2{font-size:16px;line-height:22px;margin:0 0 4px;letter-spacing:-.25px}.pos-card-heading p{font-size:12px;line-height:18px;color:#778397;margin:0}.pos-form .fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.pos-form .field label{font-size:12px;color:#526178;font-weight:600;margin-bottom:7px}.pos-form input,.pos-form select{background:#fcfdff;border-color:#dce3ee;border-radius:8px;min-height:44px;font-size:13px}.pos-form input:focus,.pos-form select:focus{background:#fff}.pos-form input[readonly]{background:#f0f4fa;border-color:#e6ebf2;color:#425d82;font-weight:600}.pos-form .pos-connection .fields,.pos-form .pos-contact .fields{grid-template-columns:1fr}.pos-form .pos-toggle{grid-column:1/-1;padding-top:15px;border-top:1px solid #edf1f6;margin-top:3px;font-size:13px;gap:10px}.pos-form .pos-toggle input[type=checkbox]{appearance:none;width:36px;height:21px;min-height:21px;border-radius:20px;background:#cbd5e1;border:0;position:relative;flex:none;padding:0;cursor:pointer;transition:background .15s}.pos-form .pos-toggle input[type=checkbox]:before{content:"";position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0002;transition:transform .15s}.pos-form .pos-toggle input[type=checkbox]:checked{background:#2464e8}.pos-form .pos-toggle input[type=checkbox]:checked:before{transform:translateX(15px)}.pos-form .pos-advanced{background:#f8faff}.pos-advanced>small{display:block;margin:12px 0 0;line-height:1.7}.pos-form .pos-remaining{display:flex;align-items:center;gap:12px;grid-column:1/-1;background:#edf7f3;border:1px solid #d6eae1;border-radius:9px;padding:10px 14px}.pos-form .pos-remaining label{margin:0;flex:1;color:#3c7160}.pos-form .pos-remaining input{width:90px;min-height:30px;height:30px;background:transparent;border:0;text-align:right;padding:0;color:#17634b;font-size:23px;font-weight:700}.pos-license>small{display:block;margin-top:15px;line-height:1.7}.pos-form .formactions{grid-column:1/-1;border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:15px 20px;box-shadow:0 3px 12px #142b4510;margin:0}.pos-form .formactions button{min-width:160px;box-shadow:0 3px 7px #2563eb25}.pos-server{grid-column:1/-1}.pos-server h2{font-size:16px}.pos-server p{font-size:13px}.pos-server .badge{font-size:11px}.pos-packages{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.pos-packages button{display:block;min-width:0;padding:11px 4px;background:#fff;border:1px solid #dce3ee;color:#536177;border-radius:8px;font-size:12px;font-weight:600;box-shadow:none}.pos-packages button[aria-pressed=true]{background:#edf3ff;border-color:#3875e4;color:#205dc6;box-shadow:0 0 0 1px #3875e4}.pos-packages button:hover{background:#f0f5ff}.pos-form .pos-package{order:-1}.pos-page .company-options{z-index:30}.pos-form .full{grid-column:1/-1}
@media(max-width:1050px){.pos-form.edit{grid-template-columns:1fr}.pos-form .pos-connection .fields{grid-template-columns:repeat(2,minmax(0,1fr))}.pos-form .pos-license{grid-row:auto}.pos-page{max-width:720px}}@media(max-width:540px){.pos-form .fields,.pos-form .pos-connection .fields{grid-template-columns:1fr}.pos-form .formsection{padding:19px}.pos-form.edit{gap:14px}.pos-card-heading{margin-bottom:18px}.pos-packages{gap:5px}.pos-packages button{font-size:11px;padding:10px 2px}.pos-page h1{font-size:24px}.pos-form .formactions{padding:14px}.pos-form .formactions button{min-width:0;flex:1}}

.license-filters{margin-bottom:22px}.license-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-top:22px}.license-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.license-metrics .card{padding:18px 22px}.license-metrics strong{display:block;font-size:30px;margin-top:6px;letter-spacing:-1px}.license-totals{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.license-state{display:inline-block;padding:4px 9px;border-radius:6px;background:#edf5f2;color:#256b51;font-size:12px;font-weight:600}.license-state.expired{background:#fff0f0;color:#a53d44}.license-state.soon{background:#fff6df;color:#856313}@media(max-width:760px){.license-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}
