:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;color:#17201d;background:#f4f6f7;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f6f7;--surface: #ffffff;--surface-subtle: #f8faf9;--text: #17201d;--muted: #66716c;--muted-strong: #49534f;--line: #dce3df;--line-strong: #c9d2cd;--brand: #146a52;--brand-dark: #0f5441;--brand-soft: #e8f4ef;--blue: #356f9f;--blue-soft: #eaf2f9;--amber: #a86617;--amber-soft: #fbf1e4;--red: #b23d48;--red-dark: #91303a;--red-soft: #faecee;--shadow: 0 8px 30px rgba(23, 32, 29, .07)}*{box-sizing:border-box;letter-spacing:0}html{min-width:320px;min-height:100%;background:var(--bg)}body{min-width:320px;min-height:100vh;margin:0;background:var(--bg);color:var(--text)}button,input,select,textarea{font:inherit;color:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(53,111,159,.24);outline-offset:2px}a{color:inherit;text-decoration:none}p,h1,h2,h3,dl,dd{margin:0}h1,h2,h3,strong{font-weight:650}code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid transparent;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.button{min-height:40px;gap:8px;padding:9px 15px;border-radius:6px;font-size:14px;font-weight:620;line-height:20px;white-space:nowrap}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.48}.button-primary{border-color:var(--brand);background:var(--brand);color:#fff}.button-primary:hover:not(:disabled){border-color:var(--brand-dark);background:var(--brand-dark)}.button-secondary{border-color:var(--line-strong);background:var(--surface);color:var(--text)}.button-secondary:hover:not(:disabled){border-color:#aebbb4;background:var(--surface-subtle)}.button-ghost{background:transparent;color:var(--muted-strong)}.button-danger{border-color:var(--red);background:var(--red);color:#fff}.button-danger:hover:not(:disabled){background:var(--red-dark)}.button-danger-ghost{border-color:#efcbd0;background:var(--surface);color:var(--red)}.button-danger-ghost:hover:not(:disabled){background:var(--red-soft)}.button-block{width:100%}.button-small{min-height:34px;padding:6px 11px;font-size:13px}.icon-button{width:38px;height:38px;padding:0;border-radius:6px;background:transparent;color:var(--muted-strong)}.icon-button:hover:not(:disabled){background:#eef2f0;color:var(--text)}.icon-button.bordered{border-color:var(--line-strong);background:var(--surface)}.shell{min-height:100vh}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;display:flex;width:248px;flex-direction:column;border-right:1px solid var(--line);background:#fbfcfb}.brand{display:flex;align-items:center;gap:11px;height:76px;padding:0 22px;border-bottom:1px solid var(--line)}.brand-mark{display:inline-flex;width:36px;height:36px;flex:0 0 36px;align-items:center;justify-content:center;border-radius:6px;background:var(--brand);color:#fff}.brand strong,.brand small{display:block}.brand strong{font-size:15px}.brand small{margin-top:2px;color:var(--muted);font-size:12px}.side-nav{display:grid;gap:4px;padding:18px 12px}.nav-link{display:flex;min-height:43px;align-items:center;gap:11px;padding:10px 12px;border-radius:6px;color:var(--muted-strong);font-size:14px;font-weight:560}.nav-link:hover{background:#f0f3f1;color:var(--text)}.nav-link.router-link-active{background:var(--brand-soft);color:var(--brand-dark)}.sidebar-footer{display:grid;gap:10px;margin-top:auto;padding:12px;border-top:1px solid var(--line)}.role-switch{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;color:var(--blue);font-size:13px;font-weight:600}.role-switch:hover{background:var(--blue-soft)}.account-row{display:flex;min-width:0;align-items:center;gap:9px;padding:8px}.account-avatar{display:inline-flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border-radius:50%;background:#e7ece9;color:var(--muted-strong);font-size:13px;font-weight:700}.account-copy{min-width:0;flex:1}.account-copy strong,.account-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-copy strong{font-size:12px}.account-copy small{margin-top:2px;color:var(--muted);font-size:11px}.mobile-header,.mobile-nav{display:none}.workspace{min-height:100vh;margin-left:248px;padding:38px clamp(24px,4vw,56px) 64px}.page-stack{display:grid;width:min(100%,1220px);gap:22px;margin:0 auto}.narrow-page{width:min(100%,900px)}.page-header{display:flex;min-height:72px;align-items:flex-start;justify-content:space-between;gap:24px}.page-header h1{margin-top:4px;font-size:26px;line-height:34px}.page-description{max-width:720px;margin-top:7px;color:var(--muted);font-size:14px;line-height:22px}.eyebrow{color:var(--brand);font-size:11px;font-weight:730;line-height:16px;text-transform:uppercase}.page-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.state-panel{display:flex;min-height:260px;align-items:center;justify-content:center;flex-direction:column;gap:8px;padding:36px 24px;border:1px dashed var(--line-strong);border-radius:6px;background:#ffffff85;color:var(--muted);text-align:center}.state-panel strong{color:var(--muted-strong);font-size:15px}.state-panel p{max-width:460px;font-size:13px;line-height:20px}.state-panel .button{margin-top:7px}.state-error>svg{color:var(--red)}.field{display:grid;gap:7px;color:var(--muted-strong);font-size:13px;font-weight:600}.field input,.field select,.field textarea,.search-field input{width:100%;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--text);font-size:14px;font-weight:450;transition:border-color .14s ease,box-shadow .14s ease}.field input,.field select{height:44px;padding:0 12px}.field textarea{min-height:112px;padding:11px 12px;line-height:21px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus,.search-field input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #356f9f1a;outline:none}.field input::placeholder,.field textarea::placeholder,.search-field input::placeholder{color:#98a19d}.form-error,.form-notice,.local-code{padding:10px 12px;border-radius:5px;font-size:13px;line-height:20px}.form-error{border:1px solid #efcbd0;background:var(--red-soft);color:var(--red-dark)}.form-notice{border:1px solid #c8e0d5;background:var(--brand-soft);color:var(--brand-dark)}.local-code{border:1px solid #ead4af;background:var(--amber-soft);color:#76470f}.input-action-wrap,.password-wrap{position:relative;display:block}.input-action-wrap input{padding-right:118px}.password-wrap input{padding-right:43px}.input-action,.field-icon{position:absolute;top:50%;right:5px;display:inline-flex;align-items:center;justify-content:center;border:0;transform:translateY(-50%);cursor:pointer}.input-action{min-width:103px;height:34px;border-radius:5px;background:var(--brand-soft);color:var(--brand-dark);font-size:12px;font-weight:650}.input-action:disabled{cursor:not-allowed;opacity:.5}.field-icon{width:34px;height:34px;border-radius:5px;background:transparent;color:var(--muted)}.field-icon:hover{background:#f0f3f1}.segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px;padding:3px;border:1px solid var(--line);border-radius:6px;background:#eef2f0}.segmented button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:7px 10px;border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;font-size:13px;font-weight:610}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #17201d1c}.segmented button:disabled{cursor:not-allowed;opacity:.5}.segmented.compact{width:min(100%,440px)}.auth-page{display:grid;min-height:100vh;grid-template-columns:minmax(360px,.92fr) minmax(480px,1.08fr);background:var(--surface)}.auth-context{display:flex;min-height:100vh;flex-direction:column;padding:40px clamp(34px,6vw,86px);background:#1b302a;color:#fff}.auth-brand{display:flex;align-items:center;gap:11px;font-size:15px;font-weight:650}.auth-context-copy{max-width:510px;margin:auto 0;padding:60px 0}.auth-context-copy .eyebrow{color:#87c9ae}.auth-context-copy h1{max-width:470px;margin-top:14px;font-size:36px;line-height:46px}.auth-context-copy>p:last-child{max-width:500px;margin-top:18px;color:#c4d1cc;font-size:15px;line-height:25px}.trust-row{display:flex;align-items:flex-start;gap:9px;color:#b7c8c1;font-size:12px;line-height:19px}.trust-row svg{flex:0 0 auto;color:#87c9ae}.auth-form-wrap{display:grid;min-height:100vh;place-items:center;padding:40px clamp(24px,6vw,80px)}.auth-form{display:grid;width:min(100%,420px);gap:18px}.auth-heading{margin-bottom:4px}.auth-heading h2{margin-top:5px;font-size:26px;line-height:35px}.auth-heading>p:last-child{margin-top:7px;color:var(--muted);font-size:14px}.product-grid,.voucher-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px}.product-card,.voucher-card{display:flex;min-width:0;flex-direction:column;border:1px solid var(--line);border-radius:7px;background:var(--surface);box-shadow:0 2px 10px #17201d08}.product-card{min-height:360px;padding:24px}.product-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:6px;background:var(--brand-soft);color:var(--brand)}.product-copy{margin-top:21px}.product-copy h2{margin-top:5px;font-size:19px;line-height:26px}.product-copy>p:last-child{min-height:44px;margin-top:8px;color:var(--muted);font-size:13px;line-height:21px}.feature-list{display:grid;gap:9px;margin:21px 0 0;padding:18px 0 0;border-top:1px solid var(--line);color:var(--muted-strong);font-size:13px;list-style:none}.feature-list li{display:flex;align-items:center;gap:8px}.feature-list svg{color:var(--brand)}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:auto;padding-top:24px}.price{font-size:20px;line-height:28px}.data-section,.list-section,.ticket-summary,.ops-ticket-header,.detail-section,.detail-aside,.form-section,.security-summary{border:1px solid var(--line);border-radius:7px;background:var(--surface)}.table-wrap{width:100%;overflow-x:auto}.data-table{width:100%;border-collapse:collapse;table-layout:auto;font-size:13px}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.data-table th{background:var(--surface-subtle);color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;white-space:nowrap}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfcfb}.identifier{display:inline-block;max-width:230px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.short-id{max-width:none}.table-action{text-align:right!important}.status-badge{display:inline-flex;min-height:25px;align-items:center;gap:6px;padding:3px 8px;border:1px solid transparent;border-radius:999px;font-size:11px;font-weight:680;line-height:17px;white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-success{border-color:#c7e1d5;background:var(--brand-soft);color:var(--brand-dark)}.status-info{border-color:#cadcec;background:var(--blue-soft);color:#285c86}.status-progress{border-color:#e8d5b7;background:var(--amber-soft);color:#85500f}.status-warning{border-color:#efd0a5;background:#fff6e9;color:#8d550e}.status-danger{border-color:#efcbd0;background:var(--red-soft);color:var(--red-dark)}.status-neutral{border-color:var(--line);background:#f0f3f1;color:var(--muted-strong)}.voucher-card{padding:20px}.voucher-heading,.summary-primary,.ops-ticket-identity{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.voucher-heading h2{margin-top:3px;font-size:17px}.voucher-code{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding:13px 14px;border:1px solid var(--line);border-radius:6px;background:var(--surface-subtle);color:var(--text);cursor:pointer}.voucher-code:hover:not(:disabled){border-color:var(--brand);color:var(--brand-dark)}.voucher-code:disabled{cursor:default;opacity:.72}.voucher-code code{overflow:hidden;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.voucher-meta{display:flex;justify-content:space-between;gap:12px;margin:16px 0;color:var(--muted);font-size:12px}.ticket-row{display:grid;grid-template-columns:minmax(0,1fr) auto 20px;align-items:center;gap:18px;min-height:76px;padding:15px 18px;border-bottom:1px solid var(--line)}.ticket-row:last-child{border-bottom:0}.ticket-row:hover{background:var(--surface-subtle)}.ticket-main{min-width:0}.ticket-title-row{display:flex;align-items:center;gap:10px}.ticket-title-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ticket-main p{margin-top:5px;color:var(--muted);font-size:12px;line-height:18px}.form-section{display:grid}.form-block{display:grid;gap:18px;padding:24px;border-bottom:1px solid var(--line)}.form-block:last-of-type{border-bottom:0}.checkout-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.section-heading{display:flex;min-width:0;align-items:flex-start;gap:11px}.section-heading>div{min-width:0;flex:1}.section-heading h2{font-size:15px;line-height:21px}.section-heading p{margin-top:3px;color:var(--muted);font-size:12px;line-height:18px}.step-number{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;border-radius:50%;background:var(--text);color:#fff;font-size:11px;font-weight:700}.sensitive-block{background:#fbfcfb}.session-input{min-height:190px!important;background:#17201d!important;color:#eaf0ed!important;font-family:SFMono-Regular,Consolas,monospace!important;font-size:12px!important}.session-input::placeholder{color:#819088!important}.session-input.compact-input{min-height:130px!important}.session-check{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.session-check.valid{color:var(--brand-dark)}.session-source-actions{display:flex;flex-wrap:wrap;gap:8px;justify-self:start}.inline-note{padding:10px 12px;border-left:3px solid var(--amber);background:var(--amber-soft);color:#7a4a10;font-size:12px;line-height:19px}.consent-row{display:flex;align-items:flex-start;gap:9px;padding:18px 24px;color:var(--muted-strong);font-size:12px;line-height:19px}.consent-row input{width:16px;height:16px;flex:0 0 auto;margin:1px 0 0;accent-color:var(--brand)}.form-section>.form-error{margin:0 24px 18px}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 24px;border-top:1px solid var(--line);background:var(--surface-subtle)}.form-footer>p{color:var(--muted);font-size:12px}.ticket-summary,.ops-ticket-header{padding:22px}.summary-primary h2,.ops-ticket-identity h2{margin-top:4px;font-size:19px;line-height:26px}.summary-grid,.ops-ticket-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:20px;border:1px solid var(--line);background:var(--line)}.summary-grid>div,.ops-ticket-facts>div{min-width:0;padding:12px;background:var(--surface-subtle)}.summary-grid dt,.ops-ticket-facts dt{color:var(--muted);font-size:11px}.summary-grid dd,.ops-ticket-facts dd{margin-top:5px;overflow:hidden;font-size:13px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.exception-callout{display:flex;align-items:flex-start;gap:13px;margin-top:18px;padding:11px 13px;border:1px solid #edd0a9;border-radius:5px;background:var(--amber-soft);color:#76470f;font-size:12px;line-height:19px}.exception-callout strong{flex:0 0 auto;font-family:SFMono-Regular,Consolas,monospace;font-size:11px}.remote-browser-workspace{display:grid;min-width:0}.remote-browser-toolbar{display:grid;grid-template-columns:auto minmax(180px,1fr) auto auto;align-items:center;gap:12px;min-height:50px;padding:7px 9px;border:1px solid #cfd6d2;border-bottom:0;border-radius:6px 6px 0 0;background:#f4f7f5}.remote-browser-navigation,.remote-browser-actions{display:flex;align-items:center;gap:6px}.remote-browser-actions{justify-self:end}.remote-browser-address{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:5px;min-width:0}.remote-browser-address input{width:100%;min-width:0;height:34px;padding:0 10px;border:1px solid #bcc7c1;border-radius:4px;outline:0;background:#fff;color:var(--ink);font-family:SFMono-Regular,Consolas,monospace;font-size:12px}.remote-browser-address input:focus{border-color:#4b8c74;box-shadow:0 0 0 2px #4b8c7424}.remote-browser-address.invalid input{border-color:var(--red)}.remote-browser-address-feedback{margin:0;padding:7px 10px;border:1px solid #e4b8bc;border-bottom:0;background:#fff0f1;color:#8f2630;font-size:12px;line-height:18px}.remote-browser-status{display:inline-flex;min-width:96px;align-items:center;justify-content:center;gap:7px;color:var(--muted-strong);font-size:11px;font-weight:650}.remote-browser-status i{width:7px;height:7px;border-radius:50%;background:var(--amber)}.remote-browser-status.active i{background:var(--brand)}.remote-browser-status.failed i,.remote-browser-status.disconnected i{background:var(--red)}.remote-browser-stage{position:relative;width:100%;min-width:0;overflow:hidden;aspect-ratio:16 / 9;border:1px solid #27302d;border-radius:0 0 6px 6px;background:#151a18}.remote-browser-stage canvas{display:block;width:100%;height:100%;outline:0;cursor:default}.remote-browser-stage canvas:focus-visible{box-shadow:inset 0 0 0 2px #5aa58a}.remote-browser-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-content:center;gap:10px;color:#dce5e1;font-size:12px;text-align:center}.remote-browser-overlay svg{justify-self:center}.remote-browser-overlay.failed{color:#ffcbd0}.remote-browser-stage:fullscreen{width:100vw;height:100vh;border:0;border-radius:0;aspect-ratio:auto}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,300px);align-items:start;gap:16px}.detail-section{min-width:0;padding:22px}.user-ticket-current-status{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.user-ticket-current-status>span{color:var(--muted);font-size:12px}.detail-aside{display:grid;gap:11px;padding:20px}.detail-aside h2{font-size:15px}.detail-aside p{color:var(--muted);font-size:12px;line-height:19px}.action-panel{display:grid;gap:16px;padding:20px;border:1px solid #e5d3b5;border-radius:7px;background:#fffbf5}.action-panel>.button{justify-self:end}.timeline{display:grid;gap:0;margin:22px 0 0;padding:0;list-style:none}.timeline-item{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;padding-bottom:22px}.timeline-item:before{position:absolute;top:22px;bottom:0;left:11px;width:1px;background:var(--line);content:""}.timeline-item:last-child{padding-bottom:0}.timeline-item:last-child:before{display:none}.timeline-marker{z-index:1;display:inline-flex;width:24px;height:24px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface);color:var(--muted)}.timeline-marker.current{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.timeline-content{min-width:0;padding-top:2px}.timeline-heading{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.timeline-heading strong{font-size:13px}.timeline-heading time,.timeline-content small{color:var(--muted);font-size:11px}.timeline-content p{margin-top:5px;color:var(--muted-strong);font-size:12px;line-height:19px}.timeline-content small{display:block;margin-top:4px}.security-summary{display:flex;align-items:center;gap:13px;padding:18px 20px}.security-icon{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;border-radius:6px;background:var(--blue-soft);color:var(--blue)}.security-summary>div{min-width:0;flex:1}.security-summary h2{font-size:15px}.security-summary p{margin-top:3px;overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.success-icon{color:var(--brand)}.compact-form{padding:24px;gap:18px}.compact-form .form-footer{margin:0 -24px -24px}.field-hint{color:var(--muted);font-size:12px}.field-hint.invalid{color:var(--red)}.queue-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:7px;background:var(--surface)}.queue-summary>div{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:12px;padding:15px 18px;border-right:1px solid var(--line)}.queue-summary>div:last-child{border-right:0}.queue-summary span{overflow:hidden;color:var(--muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.queue-summary strong{font-size:21px}.queue-summary .alert strong{color:var(--red)}.queue-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.filter-tabs{display:flex;min-width:0;align-items:center;gap:3px;overflow-x:auto}.filter-tabs button{display:inline-flex;min-height:36px;align-items:center;gap:7px;padding:7px 10px;border:0;border-radius:5px;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:620;white-space:nowrap}.filter-tabs button span{min-width:20px;padding:1px 5px;border-radius:999px;background:#e8ecea;color:var(--muted-strong);font-size:10px;text-align:center}.filter-tabs button.active{background:var(--text);color:#fff}.filter-tabs button.active span{background:#ffffff29;color:#fff}.search-field{position:relative;display:flex;width:240px;flex:0 0 240px;align-items:center}.search-field svg{position:absolute;left:11px;color:var(--muted)}.search-field input{height:38px;padding:0 11px 0 35px}.ops-table .table-primary-link{display:block;max-width:270px;overflow:hidden;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.ops-table .table-primary-link:hover{color:var(--brand)}.ops-table .identifier{display:block;margin-top:4px}.exception-row td:first-child{box-shadow:inset 3px 0 var(--amber)}.claim-label{color:var(--blue);font-size:12px;font-weight:620}.muted{color:var(--muted)}.queue-footnote,.secure-link-note{display:flex;align-items:center;gap:7px;padding:10px 14px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.operation-strip{display:grid;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.operation-step{display:grid;grid-template-columns:28px minmax(180px,1fr) auto;align-items:center;gap:12px;min-height:68px;padding:11px 15px;border-bottom:1px solid var(--line)}.operation-step:last-child{border-bottom:0}.operation-step.active{background:#fbfdfc;box-shadow:inset 3px 0 var(--brand)}.operation-step.done .operation-number{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark)}.operation-number{display:inline-flex;width:26px;height:26px;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:50%;color:var(--muted);font-size:11px;font-weight:700}.operation-step>div{min-width:0}.operation-step strong,.operation-step small{display:block}.operation-step strong{font-size:13px}.operation-step small{margin-top:3px;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.operation-billing{display:grid;max-width:430px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:11px}.operation-billing .field{gap:4px;font-size:11px}.operation-billing .field select{height:38px;padding:0 10px;font-size:13px}.inline-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:7px}.secure-link-note{padding:0;border:0;color:var(--brand-dark)}.ops-aside{border-color:#e5d3b5;background:#fffbf5}.release-form{display:grid;gap:10px}.sticky-error{position:sticky;z-index:5;bottom:16px;box-shadow:var(--shadow)}.toast-host{position:fixed;z-index:100;right:20px;bottom:20px;display:grid;width:min(380px,calc(100vw - 32px));gap:8px;pointer-events:none}.toast{display:grid;grid-template-columns:20px minmax(0,1fr) 28px;align-items:center;gap:9px;min-height:48px;padding:9px 9px 9px 13px;border:1px solid var(--line);border-radius:6px;background:var(--surface);box-shadow:var(--shadow);color:var(--muted-strong);font-size:13px;pointer-events:auto}.toast-success>svg{color:var(--brand)}.toast-danger>svg{color:var(--red)}.toast-info>svg{color:var(--blue)}.toast-close{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer}.toast-close:hover{background:#eef2f0}.centered-page,.hosted-page{display:grid;min-height:100vh;place-items:center;padding:28px}.result-panel,.hosted-panel{display:flex;width:min(100%,460px);align-items:center;flex-direction:column;padding:42px;border:1px solid var(--line);border-radius:7px;background:var(--surface);box-shadow:var(--shadow);text-align:center}.result-panel>svg{color:var(--muted)}.result-panel .eyebrow,.hosted-panel .eyebrow{margin-top:16px}.result-panel h1,.hosted-panel h1{margin-top:6px;font-size:23px;line-height:31px}.result-panel>p:not(.eyebrow),.hosted-panel>p:not(.eyebrow):not(.hosted-warning):not(.form-error){margin-top:9px;color:var(--muted);font-size:13px;line-height:21px}.result-panel .button,.hosted-panel>.button:not(.button-block){margin-top:22px}.hosted-page{position:relative;align-content:center;background:#eef2f0}.hosted-header{position:absolute;top:0;left:0;display:flex;width:100%;height:68px;align-items:center;gap:10px;padding:0 max(22px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--line);background:var(--surface);font-size:14px}.hosted-header .brand-mark{width:34px;height:34px;flex-basis:34px}.environment-badge{margin-left:auto;padding:4px 7px;border:1px solid #e6cea8;border-radius:4px;background:var(--amber-soft);color:#7a4a10;font-size:10px;font-weight:720}.result-icon{display:inline-flex;width:56px;height:56px;align-items:center;justify-content:center;border-radius:50%;background:var(--blue-soft);color:var(--blue)}.result-icon.success{background:var(--brand-soft);color:var(--brand)}.hosted-facts{display:grid;width:100%;gap:1px;margin-top:24px;border:1px solid var(--line);background:var(--line);text-align:left}.hosted-facts>div{min-width:0;padding:11px 12px;background:var(--surface-subtle)}.hosted-facts dt{color:var(--muted);font-size:10px;font-weight:650;text-transform:uppercase}.hosted-facts dd{margin-top:4px;overflow:hidden;font-size:12px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.hosted-warning{display:flex;width:100%;align-items:flex-start;gap:7px;margin:16px 0;padding:9px 10px;border-radius:5px;background:var(--brand-soft);color:var(--brand-dark);font-size:11px;line-height:18px;text-align:left}.hosted-warning svg{flex:0 0 auto}.hosted-panel .form-error{width:100%;margin-bottom:14px;text-align:left}@media(max-width:1050px){.summary-grid,.ops-ticket-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.queue-summary>div{display:grid}.operation-step{grid-template-columns:28px minmax(150px,1fr) auto}}@media(max-width:960px){.sidebar{display:none}.mobile-header{position:sticky;z-index:30;top:0;display:flex;height:58px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid var(--line);background:#fffffff5}.mobile-brand{display:flex;min-width:0;align-items:center;gap:9px;color:var(--brand-dark);font-size:14px;font-weight:680}.mobile-brand span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav{position:sticky;z-index:29;top:58px;display:flex;min-height:54px;overflow-x:auto;border-bottom:1px solid var(--line);background:var(--surface)}.mobile-nav-link{display:flex;min-width:92px;flex:1 0 auto;align-items:center;justify-content:center;flex-direction:column;gap:3px;padding:7px 9px;border-bottom:2px solid transparent;color:var(--muted);font-size:10px;font-weight:620}.mobile-nav-link.router-link-active{border-bottom-color:var(--brand);color:var(--brand-dark)}.workspace{margin-left:0;padding:28px 20px 50px}.auth-page{grid-template-columns:minmax(300px,.75fr) minmax(420px,1.25fr)}.auth-context{padding:34px}.auth-context-copy h1{font-size:29px;line-height:38px}.detail-grid{grid-template-columns:1fr}.detail-aside{order:-1}}@media(max-width:760px){.auth-page{display:block;background:var(--surface)}.auth-context{min-height:auto;padding:24px}.auth-context-copy{margin:36px 0;padding:0}.auth-context-copy h1{font-size:25px;line-height:33px}.auth-context-copy>p:last-child{font-size:13px;line-height:21px}.auth-form-wrap{min-height:auto;padding:34px 24px 50px}.page-header{display:grid;gap:16px}.page-header h1{font-size:23px;line-height:31px}.page-actions{justify-content:flex-start}.queue-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.queue-summary>div:nth-child(2){border-right:0}.queue-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.queue-toolbar{display:grid}.search-field{width:100%;flex-basis:auto}.data-section{border:0;background:transparent}.data-table,.data-table tbody,.data-table tr,.data-table td{display:block;width:100%}.data-table thead{display:none}.data-table tbody{display:grid;gap:10px}.data-table tr{padding:13px 14px;border:1px solid var(--line);border-radius:6px;background:var(--surface)}.data-table td{display:grid;grid-template-columns:minmax(92px,.42fr) minmax(0,1fr);align-items:center;gap:10px;padding:7px 0;border:0;text-align:right}.data-table td:before{color:var(--muted);content:attr(data-label);font-size:11px;font-weight:600;text-align:left}.data-table td>*{min-width:0;justify-self:end}.data-table .table-action{display:flex;justify-content:flex-end;padding-top:10px;border-top:1px solid var(--line)}.data-table .table-action:before{display:none}.data-table .identifier{max-width:180px}.ops-table .table-primary-link,.ops-table .identifier{margin-left:auto}.exception-row td:first-child{box-shadow:none}.operation-step{grid-template-columns:28px minmax(0,1fr);padding:14px}.operation-step>.button,.operation-step>.inline-actions{grid-column:2;justify-self:start}.operation-step small{white-space:normal}}@media(max-width:560px){.workspace{padding:22px 14px 44px}.remote-browser-toolbar{grid-template-columns:1fr auto}.remote-browser-address{grid-column:1 / -1;grid-row:2}.remote-browser-status{grid-column:1 / -1;grid-row:3;justify-self:center}.mobile-nav-link{min-width:78px}.page-stack{gap:16px}.page-actions .button{flex:1}.product-card{min-height:0;padding:20px}.product-footer{align-items:stretch;flex-direction:column}.product-footer .button{width:100%}.ticket-row{grid-template-columns:minmax(0,1fr) 18px;gap:10px;padding:14px}.ticket-row>.identifier{display:none}.ticket-title-row{align-items:flex-start;flex-direction:column;gap:6px}.form-block,.ticket-summary,.ops-ticket-header,.detail-section,.detail-aside,.action-panel,.compact-form{padding:17px}.summary-primary,.ops-ticket-identity{align-items:flex-start;flex-direction:column}.summary-grid,.ops-ticket-facts,.checkout-fields,.operation-billing{grid-template-columns:1fr}.consent-row{padding:16px 17px}.form-footer{align-items:stretch;flex-direction:column;padding:16px 17px}.form-footer .button{width:100%}.form-section>.form-error{margin-right:17px;margin-left:17px}.compact-form .form-footer{margin-right:-17px;margin-bottom:-17px;margin-left:-17px}.timeline-heading{display:grid;gap:3px}.queue-summary>div{padding:12px}.queue-summary span{white-space:normal}.queue-summary strong{font-size:19px}.inline-actions{max-width:100%;flex-wrap:wrap;justify-content:flex-start}.result-panel,.hosted-panel{padding:30px 20px}.hosted-page{padding:90px 14px 30px}.hosted-header{padding:0 14px}.environment-badge{max-width:88px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toast-host{right:16px;bottom:16px}}.proxy-policy-banner{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;padding:16px 18px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.proxy-policy-banner.manageable{border-color:#c7e1d5;background:#f8fcfa}.proxy-policy-banner.readonly{border-color:#cadcec;background:#f8fbfd}.proxy-policy-banner>span{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:6px;background:var(--blue-soft);color:var(--blue)}.proxy-policy-banner strong{font-size:14px}.proxy-policy-banner p{margin-top:3px;color:var(--muted);font-size:12px;line-height:19px}.proxy-name,.proxy-test-meta,.proxy-actions{display:flex;align-items:center;gap:8px}.proxy-name>svg{flex:0 0 auto;color:var(--blue)}.proxy-name strong,.proxy-name small,.proxy-test-meta small{display:block}.proxy-name small,.proxy-test-meta small{margin-top:2px;color:var(--muted);font-size:10px}.proxy-endpoint{display:inline-block;max-width:250px;overflow:hidden;color:var(--muted-strong);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.proxy-status{display:inline-flex;min-height:25px;align-items:center;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:#f0f3f1;color:var(--muted-strong);font-size:10px;font-weight:700}.proxy-status.available{border-color:#c7e1d5;background:var(--brand-soft);color:var(--brand-dark)}.proxy-status.blocked{border-color:#efcbd0;background:var(--red-soft);color:var(--red-dark)}.proxy-status.unreachable{border-color:#efd0a5;background:#fff6e9;color:#8d550e}.proxy-actions{justify-content:flex-end}.icon-button.danger{color:var(--red-dark)}.proxy-dialog{position:relative;display:grid;width:min(500px,100%);gap:15px;padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 22px 60px #0e1d153d}.proxy-dialog-icon{color:var(--blue)}.proxy-dialog h2{margin-top:-7px;font-size:18px;line-height:25px}.proxy-enabled{display:inline-flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:12px;font-weight:650}.proxy-enabled input{width:16px;height:16px;accent-color:var(--brand)}.operation-billing{max-width:760px;grid-template-columns:minmax(130px,.7fr) minmax(110px,.55fr) minmax(260px,1.5fr)}.operation-proxy-field select{min-width:0;text-overflow:ellipsis}.operation-proxy-error{color:var(--red-dark)!important;white-space:normal!important}@media(max-width:760px){.proxy-policy-banner{grid-template-columns:36px minmax(0,1fr);padding:14px}.proxy-policy-banner>span{width:34px;height:34px}.proxy-actions{flex-wrap:wrap}.proxy-table .proxy-endpoint{max-width:min(220px,55vw)}.operation-billing{grid-template-columns:1fr}}.user-shell{min-height:100vh;background:#f5fafc;color:#17283c;--bg: #f5fafc;--surface: #ffffff;--surface-subtle: #f7fbfd;--text: #17283c;--muted: #617487;--muted-strong: #40566b;--line: #d9e6ec;--line-strong: #bfd2dc;--brand: #0784aa;--brand-dark: #056b8b;--brand-soft: #e4f7fb;--blue: #2578bd;--blue-soft: #eaf3fb;--amber: #a86617;--amber-soft: #fff4e5;--red: #bd4351;--red-dark: #973442;--red-soft: #fff0f2}.user-site-header{position:sticky;z-index:35;top:0;height:68px;border-bottom:1px solid #d5e6ed;background:#fffffff7}.user-header-inner{display:grid;width:min(100%,1320px);height:100%;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:30px;margin:0 auto;padding:0 28px}.user-brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:15px;font-weight:700;white-space:nowrap}.user-brand .brand-mark{width:34px;height:34px;flex-basis:34px;background:var(--brand)}.user-desktop-nav{display:flex;height:100%;align-items:stretch;justify-content:center;gap:2px}.user-nav-link{position:relative;display:inline-flex;height:100%;align-items:center;padding:0 14px;color:var(--muted-strong);font-size:13px;font-weight:600;white-space:nowrap}.user-nav-link:after{position:absolute;right:14px;bottom:-1px;left:14px;height:2px;background:transparent;content:""}.user-nav-link:hover,.user-nav-link.router-link-active{color:var(--brand-dark)}.user-nav-link.router-link-active:after{background:var(--brand)}.user-header-actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:7px}.user-ops-link,.user-account-link{display:inline-flex;min-width:0;align-items:center;gap:7px;color:var(--muted-strong);font-size:12px;font-weight:620}.user-ops-link{min-height:34px;padding:0 9px;border:1px solid var(--line);border-radius:5px}.user-ops-link:hover{border-color:var(--line-strong);background:var(--surface-subtle);color:var(--brand-dark)}.user-account-link{max-width:190px;padding:4px 6px}.user-account-link>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-account-link:hover{color:var(--brand-dark)}.user-shell .account-avatar{background:var(--brand-soft);color:var(--brand-dark)}.user-shell .icon-button:hover:not(:disabled){background:var(--brand-soft);color:var(--brand-dark)}.user-workspace{min-height:calc(100vh - 68px)}.user-mobile-nav{display:none}.user-content-page{width:min(100%,1280px);padding:44px 28px 72px}.user-content-page.narrow-page{width:min(100%,900px)}.user-shell .page-header{min-height:76px}.user-shell .page-header h1{color:var(--text);font-size:29px;line-height:38px}.user-shell .page-header .eyebrow,.user-shell .section-intro .eyebrow,.user-shell .product-copy .eyebrow,.user-shell .voucher-heading .eyebrow,.user-shell .summary-primary .eyebrow{color:var(--brand-dark)}.user-shell .button-primary{border-color:var(--brand);background:var(--brand)}.user-shell .button-primary:hover:not(:disabled){border-color:var(--brand-dark);background:var(--brand-dark)}.user-shell .data-section,.user-shell .list-section,.user-shell .ticket-summary,.user-shell .detail-section,.user-shell .detail-aside,.user-shell .form-section,.user-shell .security-summary,.user-shell .voucher-card{border-color:var(--line);box-shadow:0 7px 22px #193d4d0b}.user-shell .data-table th,.user-shell .form-footer,.user-shell .sensitive-block,.user-shell .summary-grid>div{background:#f7fbfd}.user-shell .status-success{border-color:#bfe2d2;background:#e9f8f1;color:#187453}.user-shell .status-info{border-color:#c8dff1;background:#eaf4fc;color:#246897}.user-shell .status-progress{border-color:#eed8ad;background:#fff6e7;color:#8a570f}.user-shell .status-warning{border-color:#efd1a5;background:#fff4e5;color:#8d550e}.user-shell .status-danger{border-color:#efc7ce;background:#fff0f2;color:#973442}.user-shell .status-neutral{border-color:#d8e1e6;background:#f1f5f7;color:#566774}.shop-page{min-height:calc(100vh - 68px);background:#fff}.shop-hero{border-bottom:1px solid #cfe9f1;background:#eaf9fd}.shop-hero-inner{width:min(100%,1180px);margin:0 auto;padding:54px 28px 38px;text-align:center}.shop-kicker{display:inline-flex;align-items:center;justify-content:center;gap:7px;color:var(--brand-dark);font-size:12px;font-weight:700;line-height:18px}.shop-hero h1{margin-top:15px;color:#15334b;font-size:46px;line-height:58px}.shop-lead{max-width:760px;margin:16px auto 0;color:#506b7e;font-size:16px;line-height:27px}.shop-hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px;margin-top:25px}.shop-hero-actions .button{min-height:44px;padding-right:18px;padding-left:18px}.shop-process{display:grid;max-width:850px;grid-template-columns:repeat(3,minmax(0,1fr));margin:35px auto 0;padding:17px 0;border-top:1px solid #c6e4ed;border-bottom:1px solid #c6e4ed;list-style:none;text-align:left}.shop-process li{display:flex;min-width:0;align-items:center;justify-content:center;gap:10px;padding:0 19px;border-right:1px solid #c6e4ed}.shop-process li:last-child{border-right:0}.process-icon{display:inline-flex;width:36px;height:36px;flex:0 0 36px;align-items:center;justify-content:center;border:1px solid #b9dce7;border-radius:6px;background:#ffffffa8;color:var(--brand-dark)}.shop-process small,.shop-process strong{display:block}.shop-process small{color:#718794;font-size:10px;font-weight:650;line-height:15px}.shop-process strong{margin-top:1px;color:#263f52;font-size:13px;line-height:19px;white-space:nowrap}.shop-products{scroll-margin-top:68px;background:#fff}.shop-products-inner{width:min(100%,1180px);margin:0 auto;padding:48px 28px 76px}.section-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:25px}.section-intro h2{margin-top:5px;color:var(--text);font-size:28px;line-height:37px}.section-intro>div>p:last-child{margin-top:6px;color:var(--muted);font-size:14px;line-height:22px}.shop-products .product-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),380px));justify-content:center;gap:18px}.shop-products .product-card{min-height:385px;padding:25px;border-color:#d8e5eb;border-radius:7px;box-shadow:0 9px 25px #1741520f}.product-card-topline{display:flex;align-items:center;justify-content:space-between;gap:16px}.shop-products .product-icon{background:var(--brand-soft);color:var(--brand-dark)}.product-type{color:#647b89;font-size:11px;font-weight:750}.shop-products .product-copy{margin-top:20px}.shop-products .product-copy h3{margin-top:5px;color:var(--text);font-size:19px;line-height:27px}.shop-products .product-copy>p:last-child{min-height:44px;margin-top:8px;color:var(--muted);font-size:13px;line-height:21px}.shop-products .feature-list svg{color:#16845e}.price-wrap{display:grid;gap:1px}.price-wrap small{color:var(--muted);font-size:10px;line-height:15px}.shop-products .price{color:#15334b;font-size:22px}.auth-page{display:block;min-height:100vh;background:#edf9fd;color:#17283c;--surface: #ffffff;--surface-subtle: #f7fbfd;--text: #17283c;--muted: #617487;--muted-strong: #40566b;--line: #d9e6ec;--line-strong: #bfd2dc;--brand: #0784aa;--brand-dark: #056b8b;--brand-soft: #e4f7fb;--blue: #2578bd;--blue-soft: #eaf3fb}.auth-site-header{height:68px;border-bottom:1px solid #d5e6ed;background:#fffffff5}.auth-header-inner{display:flex;width:min(100%,1280px);height:100%;align-items:center;justify-content:space-between;gap:20px;margin:0 auto;padding:0 28px}.auth-page .auth-brand{color:var(--text)}.auth-page .auth-brand .brand-mark{width:34px;height:34px;flex-basis:34px;background:var(--brand)}.auth-header-note{display:inline-flex;align-items:center;gap:7px;color:var(--muted-strong);font-size:12px;font-weight:600}.auth-header-note svg{color:var(--brand-dark)}.auth-layout{display:grid;width:min(100%,1280px);min-height:calc(100vh - 68px);grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);margin:0 auto}.auth-page .auth-context{display:flex;min-height:0;justify-content:center;padding:70px 64px 56px 28px;background:transparent;color:var(--text)}.auth-page .auth-context-copy{max-width:650px;margin:auto 0 0;padding:0}.auth-page .auth-context-copy .eyebrow{color:var(--brand-dark)}.auth-page .auth-context-copy h1{max-width:620px;margin-top:13px;color:#15334b;font-size:45px;line-height:57px}.auth-page .auth-context-copy>p:last-child{max-width:630px;margin-top:17px;color:#506b7e;font-size:15px;line-height:26px}.auth-steps{display:grid;width:100%;max-width:650px;grid-template-columns:repeat(3,minmax(0,1fr));margin:38px 0 0;padding:17px 0;border-top:1px solid #c6e4ed;border-bottom:1px solid #c6e4ed;list-style:none}.auth-steps li{display:flex;align-items:center;gap:9px;padding:0 15px;border-right:1px solid #c6e4ed;color:#29465a;font-size:12px;white-space:nowrap}.auth-steps li:first-child{padding-left:0}.auth-steps li:last-child{border-right:0}.auth-steps span{display:inline-flex;width:24px;height:24px;flex:0 0 24px;align-items:center;justify-content:center;border-radius:50%;background:#d8f2f8;color:var(--brand-dark);font-size:10px;font-weight:750}.auth-page .trust-row{width:100%;max-width:650px;margin-top:22px;color:#5d7585}.auth-page .trust-row svg{color:var(--brand-dark)}.auth-page .auth-form-wrap{display:grid;min-height:0;place-items:center;padding:48px 28px 56px}.auth-page .auth-form{width:min(100%,430px);padding:32px;border:1px solid #d4e5ec;border-radius:7px;background:#fff;box-shadow:0 18px 44px #1f526517}.auth-page .auth-heading h2{color:var(--text)}.auth-page .button-primary{border-color:var(--brand);background:var(--brand)}.auth-page .button-primary:hover:not(:disabled){border-color:var(--brand-dark);background:var(--brand-dark)}@media(max-width:1120px){.user-header-inner{gap:16px}.user-nav-link{padding-right:9px;padding-left:9px}.user-nav-link:after{right:9px;left:9px}.user-account-link>span:last-child{display:none}.auth-page .auth-context{padding-right:36px;padding-left:36px}}@media(max-width:920px){.user-site-header{height:60px}.user-header-inner{padding:0 18px}.user-desktop-nav{display:none}.user-header-actions{grid-column:3}.user-workspace{min-height:calc(100vh - 60px);padding-bottom:68px}.user-mobile-nav{position:fixed;z-index:40;right:0;bottom:0;left:0;display:grid;min-height:64px;grid-template-columns:repeat(5,minmax(0,1fr));padding-bottom:env(safe-area-inset-bottom);border-top:1px solid var(--line);background:#fffffffa;box-shadow:0 -6px 18px #1d455512}.user-mobile-nav-link{display:flex;min-width:0;min-height:64px;align-items:center;justify-content:center;flex-direction:column;gap:4px;padding:7px 2px;color:var(--muted);font-size:10px;font-weight:620}.user-mobile-nav-link.router-link-active{background:#f1fbfd;color:var(--brand-dark)}.shop-page{min-height:calc(100vh - 60px)}.shop-products{scroll-margin-top:60px}.auth-layout{grid-template-columns:minmax(0,1fr) minmax(400px,.9fr)}.auth-page .auth-context-copy h1{font-size:37px;line-height:48px}.auth-steps{grid-template-columns:1fr;gap:10px}.auth-steps li,.auth-steps li:first-child{padding:0;border-right:0}}@media(max-width:700px){.user-brand{font-size:14px}.user-ops-link span,.user-account-link{display:none}.user-content-page{padding:30px 18px 48px}.user-shell .page-header{min-height:0}.user-shell .page-header h1{font-size:25px;line-height:34px}.shop-hero-inner{padding:38px 18px 30px}.shop-hero h1{margin-top:12px;font-size:34px;line-height:44px}.shop-lead{margin-top:13px;font-size:14px;line-height:23px}.shop-hero-actions{margin-top:20px}.shop-process{grid-template-columns:1fr;gap:10px;margin-top:27px;padding:14px 0}.shop-process li{justify-content:flex-start;padding:0 8px;border-right:0}.shop-products-inner{padding:35px 18px 56px}.section-intro h2{font-size:24px;line-height:33px}.shop-products .product-grid{grid-template-columns:1fr}.auth-site-header{height:60px}.auth-header-inner{padding:0 18px}.auth-header-note{display:none}.auth-layout{display:flex;min-height:calc(100vh - 60px);flex-direction:column}.auth-page .auth-form-wrap{order:-1;padding:24px 16px 18px}.auth-page .auth-form{width:min(100%,430px);padding:24px 20px}.auth-page .auth-context{padding:30px 20px 64px}.auth-page .auth-context-copy{margin:0}.auth-page .auth-context-copy h1{font-size:31px;line-height:40px}.auth-steps{margin-top:27px}}@media(max-width:440px){.user-header-inner{padding:0 14px}.user-brand .brand-mark{width:32px;height:32px;flex-basis:32px}.user-ops-link{width:36px;min-height:36px;justify-content:center;padding:0}.user-content-page{padding:26px 14px 40px}.shop-hero-inner{padding-right:16px;padding-left:16px}.shop-hero h1{font-size:31px;line-height:40px}.shop-hero-actions{align-items:stretch;flex-direction:column}.shop-hero-actions .button{width:100%}.shop-products-inner{padding-right:14px;padding-left:14px}.shop-products .product-card{min-height:0;padding:20px}.shop-products .product-footer{align-items:stretch;flex-direction:column}.shop-products .product-footer .button{width:100%}.auth-header-inner{padding:0 16px}}.catalog-health{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:14px;padding:17px 18px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.catalog-health.available{border-color:#c7e1d5;background:#f8fcfa}.catalog-health.unavailable{border-color:#efcbd0;background:#fffafb}.catalog-health-icon{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:6px;background:var(--brand-soft);color:var(--brand-dark)}.catalog-health.unavailable .catalog-health-icon{background:var(--red-soft);color:var(--red-dark)}.catalog-health-copy{min-width:0}.catalog-health-copy strong,.catalog-health-copy p,.catalog-health-copy code{display:block}.catalog-health-copy strong{font-size:14px;line-height:21px}.catalog-health-copy p{margin-top:2px;color:var(--muted);font-size:12px;line-height:19px}.catalog-health-copy code{margin-top:5px;color:var(--red-dark);font-size:11px}.catalog-health-meta{display:grid;min-width:260px;grid-template-columns:repeat(2,minmax(110px,1fr));gap:20px;margin:0;padding-left:20px;border-left:1px solid var(--line)}.catalog-health-meta dt,.catalog-summary dt{color:var(--muted);font-size:11px;line-height:17px}.catalog-health-meta dd{margin-top:3px;font-size:12px;font-weight:680;line-height:18px;white-space:nowrap}.catalog-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.catalog-summary>div{min-width:0;padding:14px 17px;border-right:1px solid var(--line)}.catalog-summary>div:last-child{border-right:0}.catalog-summary dd{margin-top:3px;overflow:hidden;font-size:20px;font-weight:680;line-height:27px;text-overflow:ellipsis;white-space:nowrap}.catalog-summary dd.success{color:var(--brand-dark)}.catalog-summary dd.danger{color:var(--red-dark)}.catalog-summary .catalog-summary-time{font-size:13px}.catalog-authority-note{display:flex;align-items:flex-start;gap:8px;margin:-8px 0 0;color:var(--muted);font-size:11px;line-height:19px}.catalog-authority-note svg{flex:0 0 auto;margin-top:1px;color:var(--brand)}.catalog-authority-note code{color:var(--muted-strong);font-size:10px;font-weight:650}.catalog-product-cell,.catalog-sku-cell{min-width:0}.catalog-product-cell strong,.catalog-product-cell span,.catalog-sku-cell strong,.catalog-sku-cell span{display:block}.catalog-product-cell strong{max-width:290px;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.catalog-product-cell span,.catalog-sku-cell span{max-width:230px;margin-top:3px;overflow:hidden;color:var(--muted);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.catalog-sku-cell strong{font-size:12px}.catalog-stock{display:inline-flex;min-height:25px;align-items:center;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:#f0f3f1;color:var(--muted-strong);font-size:11px;font-weight:680;line-height:17px;white-space:nowrap}.catalog-stock.stock-success{border-color:#c7e1d5;background:var(--brand-soft);color:var(--brand-dark)}.catalog-stock.stock-warning{border-color:#efd0a5;background:#fff6e9;color:#8d550e}.catalog-stock.stock-danger{border-color:#efcbd0;background:var(--red-soft);color:var(--red-dark)}.catalog-version{display:inline-block;max-width:180px;overflow:hidden;color:var(--muted-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:900px){.catalog-health{grid-template-columns:42px minmax(0,1fr)}.catalog-health-meta{grid-column:1 / -1;min-width:0;padding-top:13px;padding-left:0;border-top:1px solid var(--line);border-left:0}}@media(max-width:760px){.catalog-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-summary>div:nth-child(2){border-right:0}.catalog-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.catalog-table .catalog-product-cell,.catalog-table .catalog-sku-cell{max-width:min(100%,230px);justify-self:end;text-align:right}.catalog-product-cell strong,.catalog-product-cell span,.catalog-sku-cell span,.catalog-version{max-width:230px}}@media(max-width:440px){.catalog-health{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:14px}.catalog-health-icon{width:34px;height:34px}.catalog-health-meta{grid-template-columns:1fr;gap:9px}.catalog-summary>div{padding:12px}.catalog-summary dd{font-size:17px;line-height:24px}.catalog-product-cell strong,.catalog-product-cell span,.catalog-sku-cell span,.catalog-version{max-width:150px}}.mcp-policy-banner{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;padding:17px 18px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.mcp-policy-banner.manageable{border-color:#c7e1d5;background:#f8fcfa}.mcp-policy-banner.readonly{border-color:#cadcec;background:#f8fbfd}.mcp-policy-icon{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:6px;background:var(--brand-soft);color:var(--brand-dark)}.mcp-policy-banner.readonly .mcp-policy-icon{background:var(--blue-soft);color:var(--blue)}.mcp-policy-banner strong{font-size:14px;line-height:21px}.mcp-policy-banner p{margin-top:2px;color:var(--muted);font-size:12px;line-height:19px}.mcp-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.mcp-summary>div{min-width:0;padding:14px 17px;border-right:1px solid var(--line)}.mcp-summary>div:last-child{border-right:0}.mcp-summary dt{color:var(--muted);font-size:11px;line-height:17px}.mcp-summary dd{margin-top:3px;font-size:20px;font-weight:680;line-height:27px}.mcp-summary dd.danger{color:var(--red-dark)}.mcp-discovery-note{display:flex;align-items:flex-start;gap:8px;margin:-8px 0 0;color:var(--muted);font-size:11px;line-height:19px}.mcp-discovery-note svg{flex:0 0 auto;margin-top:1px;color:var(--brand)}.mcp-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.mcp-batch-bar{display:flex;min-height:46px;align-items:center;justify-content:flex-end;gap:9px;padding:8px 11px;border:1px solid #c7e1d5;border-radius:6px;background:#f8fcfa}.mcp-batch-bar>span{margin-right:auto;color:var(--muted-strong);font-size:12px;font-weight:650}.mcp-select-column{width:42px;text-align:center}.mcp-selection-checkbox{display:inline-grid;width:16px;height:16px;padding:0;place-items:center;border:1px solid #9ba9a4;border-radius:3px;background:var(--surface);color:#fff;accent-color:var(--brand);cursor:pointer}.mcp-selection-checkbox[aria-checked=true],.mcp-selection-checkbox[aria-checked=mixed]{border-color:var(--brand);background:var(--brand)}.mcp-selection-checkbox:focus-visible{outline:2px solid color-mix(in srgb,var(--brand) 45%,transparent);outline-offset:2px}.mcp-selection-checkbox:disabled{cursor:not-allowed;opacity:.45}.mcp-search{display:flex;width:min(340px,100%);min-height:38px;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted)}.mcp-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:12px}.mcp-filter{display:inline-flex;padding:3px;border:1px solid var(--line);border-radius:6px;background:#f0f3f1}.mcp-filter button{min-height:30px;padding:4px 10px;border:0;border-radius:4px;background:transparent;color:var(--muted-strong);font-size:11px;font-weight:650;cursor:pointer}.mcp-filter button.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 2px #16261d1a}.mcp-blocked-row td:first-child{box-shadow:inset 3px 0 var(--red)}.mcp-disabled-reason.is-ok{color:var(--brand-dark)}@media(max-width:760px){.mcp-toolbar{align-items:stretch;flex-direction:column}.mcp-search{width:100%}.mcp-filter{display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.mcp-filter button{min-width:0;padding-inline:4px}}.mcp-tool-cell,.mcp-route-cell{min-width:0}.mcp-tool-cell strong,.mcp-tool-cell code,.mcp-tool-cell span{display:block;max-width:280px;overflow:hidden;text-overflow:ellipsis}.mcp-tool-cell strong{font-size:13px;line-height:19px;white-space:nowrap}.mcp-tool-cell code{margin-top:3px;color:var(--muted-strong);font-size:10px;white-space:nowrap}.mcp-tool-cell span{margin-top:4px;color:var(--muted);font-size:11px;line-height:17px}.mcp-route-cell{display:grid;max-width:330px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:7px}.mcp-route-cell code{overflow:hidden;color:var(--muted-strong);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mcp-method,.mcp-risk,.mcp-state{display:inline-flex;min-height:24px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:4px;background:#f0f3f1;color:var(--muted-strong);font-size:10px;font-weight:700;line-height:16px;white-space:nowrap}.mcp-method{min-width:45px;padding:3px 6px;font-family:SFMono-Regular,Consolas,monospace}.mcp-risk,.mcp-state{padding:3px 8px;border-radius:999px}.mcp-method.method-read,.mcp-risk.risk-read,.mcp-state.enabled{border-color:#c7e1d5;background:var(--brand-soft);color:var(--brand-dark)}.mcp-method.method-write,.mcp-risk.risk-write{border-color:#efd0a5;background:#fff6e9;color:#8d550e}.mcp-method.method-sensitive,.mcp-risk.risk-sensitive{border-color:#efcbd0;background:var(--red-soft);color:var(--red-dark)}.mcp-disabled-reason{display:inline-flex;max-width:250px;align-items:flex-start;gap:6px;color:var(--red-dark);font-size:11px;line-height:17px}.mcp-disabled-reason svg{flex:0 0 auto;margin-top:1px}.mcp-toggle{position:relative;display:inline-flex;width:42px;height:24px;align-items:center;padding:2px;border:1px solid var(--line-strong);border-radius:999px;background:#e8ecea;color:var(--muted-strong);cursor:pointer;transition:background-color .14s ease,border-color .14s ease}.mcp-toggle>span{width:18px;height:18px;border-radius:50%;background:var(--surface);box-shadow:0 1px 3px #17201d38;transition:transform .14s ease}.mcp-toggle[aria-checked=true]{border-color:var(--brand);background:var(--brand)}.mcp-toggle[aria-checked=true]>span{transform:translate(18px)}.mcp-toggle>svg{margin:auto}.mcp-toggle:disabled{cursor:not-allowed;opacity:.48}.mcp-dialog-backdrop{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;background:#121d187a}.mcp-password-dialog{position:relative;width:min(430px,100%);padding:24px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 22px 60px #0e1d153d}.mcp-dialog-icon{color:var(--red-dark)}.mcp-password-dialog h2{margin-top:12px;font-size:18px;line-height:25px}.mcp-password-dialog>p{margin-top:7px;color:var(--muted);font-size:12px;line-height:20px}.mcp-dialog-close{position:absolute;top:14px;right:14px;display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border:0;border-radius:5px;background:transparent;color:var(--muted-strong);cursor:pointer}.mcp-dialog-close:hover:not(:disabled){background:#eef2f0}.mcp-password-field{display:grid;gap:6px;margin-top:18px;color:var(--muted-strong);font-size:12px;font-weight:650}.mcp-password-field input{width:100%;min-height:40px;padding:8px 10px;border:1px solid var(--line-strong);border-radius:6px;outline:0;font:inherit}.mcp-password-field input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #267d5221}.mcp-dialog-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}@media(max-width:760px){.mcp-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.mcp-summary>div:nth-child(2){border-right:0}.mcp-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.mcp-blocked-row td:first-child{box-shadow:none}.mcp-select-column{width:auto}.mcp-batch-bar{align-items:stretch;flex-wrap:wrap}.mcp-batch-bar>span{width:100%}.mcp-table .mcp-tool-cell,.mcp-table .mcp-route-cell,.mcp-table .mcp-disabled-reason{max-width:min(100%,230px);justify-self:end;text-align:right}}@media(max-width:440px){.mcp-policy-banner{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:14px}.mcp-policy-icon{width:34px;height:34px}.mcp-summary>div{padding:12px}.mcp-summary dd{font-size:17px;line-height:24px}}.app-root{min-height:100vh}.app-area-user,.app-area-user .user-shell{--bg: #f3f7fc;--surface: #ffffff;--surface-subtle: #f6f9fd;--text: #17283c;--muted: #617487;--muted-strong: #40566b;--line: #d8e3ed;--line-strong: #bccddd;--brand: #087da7;--brand-dark: #056584;--brand-soft: #e5f5f9;--blue: #2b6fd3;--blue-soft: #eaf1ff;--shadow: 0 14px 38px rgba(33, 70, 111, .08)}.user-header-inner{width:min(100%,1260px)}.user-buy-link,.user-login-link{min-height:36px;padding:7px 12px;font-size:12px}.shop-service-page{background:#f3f7fc}.shop-service-hero{border-bottom-color:#d6e4f1;background:#edf5fc}.shop-service-hero-inner{display:grid;min-height:530px;grid-template-columns:minmax(0,1.04fr) minmax(400px,.96fr);align-items:center;gap:64px;padding-top:58px;padding-bottom:58px;text-align:left}.shop-hero-copy{min-width:0}.shop-hero-copy .shop-kicker{justify-content:flex-start;padding:7px 11px;border:1px solid #c8dce9;border-radius:999px;background:#ffffffc7}.shop-hero-copy h1{max-width:640px;margin-top:18px;color:#142a42;font-size:50px;line-height:60px}.shop-hero-copy .shop-lead{max-width:650px;margin-right:0;margin-left:0}.shop-hero-copy .shop-hero-actions{justify-content:flex-start}.shop-status-visual{min-width:0;margin:0;padding:22px 24px 18px;border:1px solid #cadbe9;border-radius:8px;background:#ffffffe0;box-shadow:0 20px 46px #27537d1c}.status-visual-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:15px}.status-visual-title{color:#19334d;font-size:15px;font-weight:700}.auth-mobile-offer{display:none;align-items:center;gap:7px;margin-bottom:15px;color:#116d88;font-size:12px;font-weight:700;line-height:18px}.status-preview-label{padding:4px 8px;border:1px solid #c9deea;border-radius:999px;background:#edf8fb;color:#116d88;font-size:10px;font-weight:700}.status-preview-list{margin:0;padding:0;border-top:1px solid #dce7ef;list-style:none}.status-preview-list li{display:grid;min-height:70px;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid #e2eaf1}.status-preview-icon{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:7px;background:#e9f2ff;color:#2d6abb}.status-preview-list li:nth-child(2) .status-preview-icon{background:#e5f8f4;color:#17806b}.status-preview-list li:nth-child(3) .status-preview-icon{background:#fff3df;color:#a46212}.status-preview-list li:nth-child(4) .status-preview-icon{background:#f0eefe;color:#6556bd}.status-preview-copy,.status-preview-copy strong,.status-preview-copy small{display:block;min-width:0}.status-preview-copy strong{color:#223b52;font-size:13px;line-height:19px}.status-preview-copy small{margin-top:2px;overflow:hidden;color:#718493;font-size:11px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.status-preview-note{padding-top:13px;color:#718493;font-size:11px;line-height:18px}.shop-step,.shop-workflow,.shop-safety,.shop-faq{scroll-margin-top:68px}.shop-plan-step{background:#f3f7fc}.shop-products-inner,.shop-section-inner{width:min(100%,1040px);margin:0 auto;padding:64px 28px 70px}.shop-step-heading{align-items:center;padding:18px 20px;border:1px solid #c9daf0;border-radius:8px;background:#eaf1ff}.user-shell .shop-step-heading .eyebrow{color:#2868bb}.shop-step-heading h2{font-size:25px;line-height:34px}.plan-option-grid{display:grid;max-width:900px;grid-template-columns:minmax(0,1fr)!important;margin:0 auto}.shop-products .plan-option{position:relative;display:grid;min-height:0;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:24px;padding:24px 26px;border:1px solid #cedce9;background:#fff;cursor:pointer;box-shadow:0 12px 30px #284b700f}.shop-products .plan-option:hover,.shop-products .plan-option.selected{border-color:#6d99d3}.shop-products .plan-option.selected{background:#f7faff;box-shadow:inset 4px 0 #2c73d2,0 14px 34px #284b7014}.plan-option-input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.plan-option:focus-within{outline:3px solid rgba(53,111,159,.24);outline-offset:3px}.plan-option .product-card-topline{align-items:flex-start;flex-direction:column;gap:10px}.plan-option .product-copy{margin:0}.plan-option .product-title,.plan-option .product-description{display:block}.plan-option .product-title{margin-top:6px;color:#172d43;font-size:20px;line-height:28px}.plan-option .product-description{max-width:520px;margin-top:7px;color:#617487;font-size:13px;line-height:21px}.plan-option-footer{display:grid;min-width:150px;justify-items:end;gap:10px}.plan-selected-indicator{display:inline-flex;min-height:32px;align-items:center;gap:6px;padding:6px 10px;border:1px solid #bcd3e6;border-radius:6px;background:#eef7fb;color:#116d88;font-size:11px;font-weight:700}.shop-order-step{background:#fff}.shop-order-inner{width:min(100%,1040px)}.order-confirmation{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);overflow:hidden;border:1px solid #d2dee9;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.order-product-summary{display:grid;grid-template-columns:44px minmax(0,1fr);gap:15px;padding:30px}.order-product-summary h3{margin-top:6px;color:#172d43;font-size:21px;line-height:29px}.order-product-summary>div>p:last-child{margin-top:8px;color:#617487;font-size:13px;line-height:21px}.order-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0 30px 30px}.order-facts>div{display:flex;min-height:45px;align-items:center;justify-content:space-between;gap:16px;padding:0 13px;border-top:1px solid #dfe7ee}.order-facts dt{color:#718493;font-size:12px}.order-facts dd{color:#263e55;font-size:13px;font-weight:700}.order-actions{display:flex;grid-column:2;grid-row:1 / span 2;align-items:stretch;justify-content:flex-end;flex-direction:column;gap:20px;padding:30px;border-left:1px solid #dce5ed;background:#f6f9fd}.order-actions p{display:flex;align-items:flex-start;gap:8px;color:#5a7082;font-size:12px;line-height:20px}.order-actions p svg{flex:0 0 auto;margin-top:2px;color:#147c8f}.order-buy-button{width:100%;min-height:46px}.shop-workflow{background:#eef4fa}.shop-workflow .section-intro,.shop-safety .section-intro,.shop-faq .section-intro{justify-content:center;text-align:center}.shop-workflow .section-intro>div,.shop-safety .section-intro>div,.shop-faq .section-intro>div{max-width:700px}.ticket-workflow-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}.ticket-workflow-list li{position:relative;min-height:230px;padding:26px;border:1px solid #d4e0ea;border-radius:8px;background:#fff;box-shadow:0 10px 26px #284b700d}.workflow-step-number{position:absolute;top:20px;right:20px;color:#8ba0b2;font-size:11px;font-weight:750}.workflow-step-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:8px;background:#eaf1ff;color:#2c6dc1}.ticket-workflow-list li:nth-child(2) .workflow-step-icon{background:#fff2de;color:#9a5b10}.ticket-workflow-list li:nth-child(3) .workflow-step-icon{background:#e5f7f1;color:#187b64}.ticket-workflow-list h3{margin-top:20px;color:#1d344a;font-size:17px;line-height:24px}.ticket-workflow-list p{margin-top:9px;color:#617487;font-size:13px;line-height:22px}.shop-safety{background:#fff}.safety-boundary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.safety-boundary-item{display:grid;grid-template-columns:48px minmax(0,1fr);gap:17px;padding:27px;border:1px solid #d5e0ea;border-radius:8px;background:#fbfdff}.safety-boundary-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;border-radius:8px;background:#e5f7f1;color:#187b64}.safety-boundary-item:nth-child(2) .safety-boundary-icon{background:#fff2de;color:#9a5b10}.safety-boundary-item h3{color:#1d344a;font-size:17px;line-height:24px}.safety-boundary-item ul{display:grid;gap:9px;margin:14px 0 0;padding:0;list-style:none}.safety-boundary-item li{display:flex;align-items:flex-start;gap:7px;color:#5d7182;font-size:12px;line-height:20px}.safety-boundary-item li svg{flex:0 0 auto;margin-top:2px;color:#1b846c}.shop-faq{background:#f2f6fb}.shop-faq-inner{width:min(100%,900px)}.faq-list{display:grid;gap:10px}.faq-item{border:1px solid #d5e0ea;border-radius:7px;background:#fff;box-shadow:0 6px 18px #284b7009}.faq-item summary{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:18px;padding:15px 18px;color:#233b52;font-size:13px;font-weight:650;cursor:pointer;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary svg{flex:0 0 auto;color:#718493;transition:transform .16s ease}.faq-item[open] summary svg{transform:rotate(180deg)}.faq-item p{padding:15px 18px 17px;border-top:1px solid #e2e9ef;color:#617487;font-size:13px;line-height:22px}.shop-final-cta{background:#e8f2fb}.shop-final-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;padding-top:50px;padding-bottom:50px}.shop-final-cta h2{margin-top:6px;color:#172d43;font-size:28px;line-height:37px}.shop-final-cta p:last-child{max-width:680px;margin-top:8px;color:#617487;font-size:13px;line-height:22px}.shop-final-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.user-site-footer{border-top:1px solid #d8e3ed;background:#fff}.user-footer-inner{display:grid;width:min(100%,1180px);grid-template-columns:minmax(250px,1.35fr) repeat(2,minmax(130px,.7fr)) minmax(250px,1fr);gap:44px;margin:0 auto;padding:50px 28px 38px}.user-footer-brand p,.user-footer-boundary p{color:#718493;font-size:12px;line-height:20px}.user-footer-brand p{max-width:300px;margin-top:14px}.user-footer-links,.user-footer-boundary{display:grid;align-content:start;gap:10px}.user-footer-links strong,.user-footer-boundary strong{margin-bottom:2px;color:#243c52;font-size:12px}.user-footer-links a{color:#718493;font-size:12px}.user-footer-links a:hover,.user-footer-bottom a:hover{color:#087da7}.user-footer-bottom{display:flex;width:min(100%,1180px);align-items:center;justify-content:space-between;gap:24px;margin:0 auto;padding:20px 28px 26px;border-top:1px solid #e1e8ef;color:#8495a3;font-size:11px}@media(max-width:1040px){.user-header-inner{gap:14px}.user-nav-link{padding-right:8px;padding-left:8px}.user-nav-link:after{right:8px;left:8px}.shop-service-hero-inner{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:36px}.shop-hero-copy h1{font-size:43px;line-height:53px}.user-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:920px){.user-desktop-nav{display:none}.user-workspace{padding-bottom:0}.app-area-user>.user-shell~.toast-host{bottom:calc(76px + env(safe-area-inset-bottom))}.user-footer-bottom{padding-bottom:calc(88px + env(safe-area-inset-bottom))}.shop-service-hero-inner{min-height:0;grid-template-columns:1fr;gap:36px;padding-top:46px;padding-bottom:46px}.shop-hero-copy{text-align:center}.shop-hero-copy .shop-kicker,.shop-hero-copy .shop-hero-actions{justify-content:center}.shop-hero-copy h1,.shop-hero-copy .shop-lead{margin-right:auto;margin-left:auto}.shop-status-visual{width:min(100%,700px);margin:0 auto}.order-confirmation{grid-template-columns:1fr}.order-actions{grid-column:1;grid-row:auto;border-top:1px solid #dce5ed;border-left:0}.auth-layout{display:flex;min-height:calc(100vh - 60px);flex-direction:column}.auth-page .auth-form-wrap{order:-1;padding:34px 20px 18px}.auth-mobile-offer{display:flex}.auth-page .auth-context{padding:30px 28px 54px}.auth-page .auth-context-copy{margin:0}}@media(max-width:700px){.shop-service-hero-inner{gap:26px;padding:32px 18px 34px}.shop-hero-copy h1{font-size:36px;line-height:45px}.status-preview-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.status-preview-list li{min-height:102px;grid-template-columns:34px minmax(0,1fr);align-content:center;padding:10px;border-right:1px solid #e2eaf1}.status-preview-list li:nth-child(2n){border-right:0}.status-preview-list .status-badge{grid-column:2;justify-self:start}.status-preview-copy small{white-space:normal}.shop-products-inner,.shop-section-inner{padding:46px 18px 52px}.shop-step-heading{padding:16px}.shop-step-heading h2{font-size:22px;line-height:30px}.shop-products .plan-option{grid-template-columns:1fr;gap:18px;padding:22px}.plan-option .product-card-topline{align-items:center;flex-direction:row}.plan-option-footer{width:100%;min-width:0;grid-template-columns:1fr auto;align-items:end;justify-items:stretch}.plan-selected-indicator{justify-self:end}.order-product-summary{padding:24px 20px}.order-facts{grid-template-columns:1fr;padding:0 20px 20px}.order-actions{padding:22px 20px}.ticket-workflow-list,.safety-boundary-grid{grid-template-columns:1fr}.ticket-workflow-list li{min-height:0}.shop-final-cta-inner{align-items:stretch;flex-direction:column}.shop-final-actions{justify-content:flex-start}.user-footer-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;padding:38px 18px 28px}.user-footer-brand,.user-footer-boundary{grid-column:1 / -1}.user-footer-bottom{align-items:flex-start;flex-direction:column;gap:8px;padding-right:18px;padding-left:18px}}@media(max-width:520px){.user-buy-link{width:36px;min-height:36px;padding:0}.user-buy-link span{display:none}}@media(max-width:440px){.shop-service-hero-inner{gap:20px;padding-bottom:24px}.shop-hero-copy h1{font-size:32px;line-height:41px}.shop-status-visual{padding:14px}.status-visual-heading{padding-bottom:10px}.status-preview-list{grid-template-columns:repeat(2,minmax(0,1fr))}.status-preview-list li{min-height:70px;grid-template-columns:28px minmax(0,1fr);gap:7px;padding:8px;border-right:1px solid #e2eaf1}.status-preview-list li:nth-child(2n){border-right:0}.status-preview-icon{width:28px;height:28px}.status-preview-list .status-badge,.status-preview-copy small,.status-preview-note{display:none}.shop-final-actions .button{width:100%}.user-footer-inner{grid-template-columns:1fr}.user-footer-brand,.user-footer-boundary{grid-column:auto}}.sales-source-note{display:flex;align-items:flex-start;gap:10px;padding:13px 15px;border:1px solid #cadcec;border-radius:6px;background:var(--blue-soft);color:#285c86}.sales-source-note svg{flex:0 0 auto;margin-top:1px}.sales-source-note strong{display:block;font-size:13px}.sales-source-note p{margin-top:2px;color:#496b86;font-size:11px;line-height:18px}.sales-summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.sales-summary>div{min-width:0;padding:14px 16px;border-right:1px solid var(--line)}.sales-summary>div:last-child{border-right:0}.sales-summary dt{overflow:hidden;color:var(--muted);font-size:11px;line-height:17px;text-overflow:ellipsis;white-space:nowrap}.sales-summary dd{margin-top:3px;font-size:21px;font-weight:680;line-height:28px}.sales-summary .alert dd{color:var(--red-dark)}.sales-revenue{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:-9px;padding:0 2px}.sales-revenue>div{display:flex;align-items:baseline;gap:10px}.sales-revenue span,.sales-revenue p{color:var(--muted);font-size:11px;line-height:18px}.sales-revenue strong{font-size:13px}.sales-toolbar{display:grid;grid-template-columns:minmax(260px,2fr) repeat(5,minmax(112px,1fr));align-items:end;gap:12px;padding:16px;border:1px solid var(--line);border-radius:7px;background:var(--surface-subtle)}.sales-toolbar .field,.sales-search-field{gap:6px;color:var(--muted-strong);font-size:11px;font-weight:650}.sales-search-field{display:grid}.sales-search-control{position:relative;display:flex;align-items:center}.sales-search-control svg{position:absolute;left:11px;color:var(--muted)}.sales-toolbar .field select,.sales-search-control input{width:100%;height:38px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);font-size:12px;font-weight:450}.sales-toolbar .field select{padding:0 9px}.sales-search-control input{padding:0 11px 0 35px}.sales-search-control input:focus,.sales-toolbar .field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #356f9f1a;outline:none}.sales-attention-toggle{display:flex;min-height:34px;align-items:center;gap:8px;color:var(--muted-strong);cursor:pointer;font-size:12px;font-weight:620}.sales-attention-toggle input{width:16px;height:16px;margin:0;accent-color:var(--brand)}.sales-filter-actions{display:flex;justify-content:flex-end;gap:6px}.sales-table-heading,.sales-section-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;border-bottom:1px solid var(--line)}.sales-table-heading strong,.sales-section-heading h2{font-size:13px}.sales-table-heading span,.sales-section-heading p{color:var(--muted);font-size:11px;line-height:18px}.sales-table{min-width:1240px}.sales-table th,.sales-table td{padding-right:12px;padding-left:12px}.sales-user-email,.sales-product-cell strong,.sales-product-cell span,.sales-status-cell>span,.sales-status-cell>code{display:block}.sales-user-email{max-width:220px;margin-top:3px;overflow:hidden;color:var(--muted-strong);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.sales-product-cell{max-width:210px}.sales-product-cell strong,.sales-product-cell span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-product-cell span,.sales-status-cell span,.sales-status-cell code{margin-top:3px;color:var(--muted);font-size:10px}.sales-status-cell code{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-voucher-cell{display:grid;min-width:210px;gap:4px}.sales-voucher-heading,.sales-trace-voucher{display:flex;min-width:0;align-items:center;gap:6px}.sales-copy-button{width:28px;height:28px}.sales-voucher-code,.sales-voucher-record{display:block;max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-voucher-code{color:var(--text);font-size:10px;font-weight:650}.sales-voucher-record{color:var(--muted);font-size:9px}.sales-source-badge{display:inline-flex;min-height:25px;align-items:center;padding:3px 8px;border:1px solid var(--line);border-radius:999px;font-size:11px;font-weight:680;line-height:17px;white-space:nowrap}.sales-source-badge.source-real{border-color:#c7e1d5;background:var(--brand-soft);color:var(--brand-dark)}.sales-source-badge.source-test{border-color:#e8d5b7;background:var(--amber-soft);color:#85500f}.sales-amount{white-space:nowrap}.sales-error-code{display:flex!important;align-items:center;gap:4px;color:var(--red-dark)!important}.sales-order-header,.sales-trace-section{border:1px solid var(--line);border-radius:7px;background:var(--surface)}.sales-order-header{padding:22px}.sales-order-title{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.sales-order-title h2{margin-top:9px;font-size:19px;line-height:27px}.sales-order-title code{display:block;margin-top:4px;color:var(--muted);font-size:10px}.sales-order-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:20px;border:1px solid var(--line);background:var(--line)}.sales-order-facts>div{min-width:0;padding:12px;background:var(--surface-subtle)}.sales-order-facts dt,.sales-reconciliation-facts dt{color:var(--muted);font-size:11px}.sales-order-facts dd{margin-top:4px;overflow:hidden;font-size:12px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.sales-trace-section{padding:20px}.sales-trace{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin-top:16px;border:1px solid var(--line);background:var(--line)}.sales-trace-step{display:grid;min-width:0;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;min-height:86px;padding:12px;background:#f6f7f7;color:var(--muted)}.sales-trace-step.present{background:var(--surface-subtle);color:var(--text)}.sales-trace-step>span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:6px;background:#e7ece9;color:var(--muted)}.sales-trace-step.present>span{background:var(--brand-soft);color:var(--brand-dark)}.sales-trace-step small,.sales-trace-step strong,.sales-trace-step code{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sales-trace-step small{color:var(--muted);font-size:10px}.sales-trace-step strong{margin-top:2px;font-size:12px}.sales-trace-step code{margin-top:3px;color:var(--muted);font-size:9px}.sales-trace-voucher{margin-top:4px}.sales-trace-voucher code{flex:1 1 auto;margin-top:0;color:var(--text);font-size:10px;font-weight:650}.sales-trace-voucher .sales-copy-button{width:26px;height:26px}.sales-section-heading>strong{flex:0 0 auto;font-size:12px}.sales-linked-section>.state-panel{min-height:150px;margin:0;border:0}.sales-attempt-list{display:grid;gap:5px}.sales-attempt-list>span{display:flex;align-items:center;gap:6px}.sales-attempt-list code{display:inline-block;max-width:110px;overflow:hidden;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.sales-upstream-links .button{justify-content:space-between}.sales-reconciliation-facts{display:grid;gap:10px;margin-top:5px;padding-top:14px;border-top:1px solid var(--line)}.sales-reconciliation-facts>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.sales-reconciliation-facts dd{font-size:12px;font-weight:620;text-align:right}@media(max-width:1120px){.sales-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.sales-summary>div:nth-child(3){border-right:0}.sales-summary>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.sales-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}.sales-search-field{grid-column:span 2}}@media(max-width:900px){.sales-order-facts,.sales-trace{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.sales-revenue,.sales-table-heading,.sales-section-heading{align-items:flex-start;flex-direction:column;gap:5px}.sales-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-search-field{grid-column:1 / -1}.sales-table,.sales-linked-table{min-width:0}.sales-product-cell,.sales-user-email,.sales-status-cell code,.sales-voucher-cell{max-width:210px;margin-left:auto;text-align:right}.sales-voucher-heading{justify-content:flex-end}.sales-status-cell>.status-badge,.sales-status-cell>a{margin-left:auto}.sales-attempt-list>span{justify-content:flex-end}}@media(max-width:560px){.sales-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.sales-summary>div:nth-child(3){border-right:1px solid var(--line)}.sales-summary>div:nth-child(2n){border-right:0}.sales-summary>div:nth-child(-n+4){border-bottom:1px solid var(--line)}.sales-summary>div{padding:12px}.sales-summary dd{font-size:18px}.sales-revenue,.sales-revenue>div{align-items:flex-start;flex-direction:column;gap:2px}.sales-toolbar,.sales-order-facts,.sales-trace{grid-template-columns:1fr}.sales-search-field{grid-column:auto}.sales-filter-actions{justify-content:stretch}.sales-filter-actions .button{flex:1}.sales-order-header,.sales-trace-section{padding:16px}.sales-order-title{flex-direction:column}.sales-trace-step{min-height:72px}}
