.mobile-workbench{--mobile-width:680px;width:min(var(--mobile-width), 100%);height:calc(var(--mobile-viewport-height,100dvh) - env(safe-area-inset-top) - env(safe-area-inset-bottom));min-height:min(360px, var(--mobile-viewport-height,100dvh));background:var(--bg);isolation:isolate;flex-direction:column;margin-inline:auto;display:flex;position:relative}.mobile-workbench .topbar{border:0;flex-wrap:nowrap;gap:8px;height:54px;min-height:54px;padding:0 18px}.mobile-workbench .brand{gap:9px;font-size:13px}.mobile-workbench .brand-mark{font-size:21px}.mobile-workbench .nav-active{display:none}.mobile-workbench .app-shell{flex-direction:column;flex:1;min-height:0;padding:0 16px;display:flex}.mobile-workbench .intro{flex-direction:column;flex:none;align-items:flex-start;gap:4px;min-height:40px;padding:0 2px 10px}.mobile-workbench .intro h1{letter-spacing:-.9px;font-size:23px;font-weight:650;line-height:1.25}.mobile-workbench .intro h1 span{color:var(--lime)}.mobile-workbench #status{font-size:inherit;text-align:right}.mobile-workbench #warning{flex-shrink:0;margin:0 0 8px}.mobile-workbench .workbench{flex:1;align-items:stretch;gap:0;min-height:0;display:flex}.mobile-workbench .explorer{gap:0;width:100%;height:auto;min-height:0}.mobile-workbench .recap-host{display:none}.mobile-workbench .mobile-search{flex:none;margin:0 0 10px}.mobile-workbench .mobile-search-fields{background:var(--panel);border:1px solid #3d4749;border-radius:12px;grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);display:grid;overflow:hidden}.mobile-workbench .mobile-search-fields:focus-within{border-color:var(--lime);box-shadow:0 0 0 2px #c2ed4614}.mobile-workbench .mobile-search-fields label{min-width:0;color:var(--muted);padding:10px 12px 0;font-size:10px}.mobile-workbench .mobile-name-field{border-right:1px solid var(--line)}.mobile-workbench .mobile-search-fields input{background:0 0;border:0;border-radius:0;width:100%;min-height:42px;padding:4px 0 9px;font:16px IBM Plex Mono,monospace;display:block}.mobile-workbench .mobile-search-fields input:focus-visible{outline-offset:-2px}.mobile-workbench .mobile-search .notice{margin:6px 0 0;font-size:11px}.mobile-workbench .mobile-price-metric{border:1px solid var(--line);isolation:isolate;background:#1a2022;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));padding:3px;display:grid;position:relative}.mobile-workbench .mobile-price-metric:before{content:"";z-index:-1;background:var(--lime);border-radius:7px;width:calc(33.3333% - 2px);transition:transform .22s cubic-bezier(.2,.8,.2,1);position:absolute;top:3px;bottom:3px;left:3px;transform:translate(0)}.mobile-workbench .mobile-price-metric[data-metric=registration]:before{transform:translate(100%)}.mobile-workbench .mobile-price-metric[data-metric=total]:before{transform:translate(200%)}.mobile-workbench .mobile-price-metric button{min-height:42px;color:var(--muted);background:0 0;border:0;padding:0 3px;font-size:12px;font-weight:650;transition:color .15s}.mobile-workbench .mobile-price-metric button[aria-pressed=true]{color:#152006}.mobile-workbench .mobile-results-caption{min-height:35px;color:var(--muted);white-space:nowrap;justify-content:space-between;align-items:center;gap:8px;font-size:10px;display:flex}.mobile-workbench .table-panel{background:0 0;border:0;border-radius:0;order:2;min-height:0}.mobile-workbench .table-wrap{overscroll-behavior-y:contain;scrollbar-width:thin;min-height:0;max-height:none}.mobile-workbench table{min-width:0}.mobile-workbench .table-wrap .domain-col{width:62%}.mobile-workbench .table-wrap .price-col,.mobile-workbench .table-wrap .total-col{width:38%}.mobile-workbench .table-wrap .registrar-col,.mobile-workbench .table-wrap .registrar-name,.mobile-workbench .table-wrap .source-col,.mobile-workbench .table-wrap .source-cell,.mobile-workbench .table-wrap .registration,.mobile-workbench .table-wrap .renewal,.mobile-workbench .table-wrap .total{display:none}.mobile-workbench .table-wrap table[data-mobile-metric=registration] :is(th,td).registration,.mobile-workbench .table-wrap table[data-mobile-metric=renewal] :is(th,td).renewal,.mobile-workbench .table-wrap table[data-mobile-metric=total] :is(th,td).total{display:table-cell}.mobile-workbench .table-wrap table[data-mobile-metric=registration] col.registration,.mobile-workbench .table-wrap table[data-mobile-metric=renewal] col.renewal,.mobile-workbench .table-wrap table[data-mobile-metric=total] col.total{display:table-column}.mobile-workbench .table-wrap th{background:var(--bg)}.mobile-workbench .table-wrap td,.mobile-workbench .table-wrap th{padding-inline:9px}.mobile-workbench .column-sort{min-height:36px;font-size:10px}.mobile-workbench .table-wrap #results .offer-row td{height:64px}.mobile-workbench .domain-button{min-height:60px;font-size:16px}.mobile-workbench .table-wrap td.number{color:var(--text);letter-spacing:-.5px;font-size:16px}.mobile-workbench .table-wrap td.renewal{color:var(--lime)}.mobile-workbench .table-wrap td.term-total{letter-spacing:0;white-space:normal;font-size:11px}.mobile-workbench .mobile-registrar{color:var(--muted);margin-top:5px;font:10px Manrope,sans-serif;display:block}.mobile-workbench .offer-row{transition:background-color .13s}.mobile-workbench .offer-row:active{background:#293422}.mobile-workbench .mobile-table-hint{display:none}.mobile-workbench .pagination{flex-wrap:nowrap;flex:none;height:34px;min-height:34px;padding:0 8px;font-size:11px}.mobile-workbench .pagination #load-more{min-width:88px;min-height:32px;color:var(--text);font:inherit;text-align:right;text-underline-offset:3px;background:0 0;border:0;border-radius:0;padding:0;text-decoration:underline}.mobile-workbench .pagination #load-more:hover:not(:disabled){color:var(--lime)}.mobile-workbench .price-skeleton-row td:nth-child(n+3){display:none}.mobile-workbench .mobile-bottom-tools{border-top:1px solid var(--line);background:var(--bg);flex:none;order:3;justify-content:space-between;align-items:center;gap:8px;min-height:62px;padding-right:66px;display:flex}.mobile-workbench .mobile-filter-button{white-space:nowrap;background:0 0;border:0;align-items:center;gap:8px;min-height:44px;padding:0 6px;font-size:12px;display:inline-flex}.mobile-workbench .mobile-filter-count{min-width:19px;height:19px;color:var(--bg);background:var(--lime);border-radius:50%;place-items:center;padding:0 4px;font-size:10px;display:grid}.mobile-workbench .mobile-view-caption{color:var(--muted);text-align:right;max-width:92px;font-size:9px}.mobile-workbench .app-footer{z-index:4;padding:0;font-size:12px;position:absolute;bottom:9px;right:16px}.mobile-workbench .app-footer>span{display:none}.mobile-workbench .mobile-more>summary{border-left:1px solid var(--line);width:60px;min-height:44px;color:var(--muted);justify-content:center;align-items:center;list-style:none;display:flex}.mobile-workbench .mobile-more>summary::-webkit-details-marker{display:none}.mobile-workbench .mobile-more>summary:before{content:none}.mobile-workbench .mobile-more[open]>summary{color:var(--lime)}.mobile-workbench .mobile-more>nav{overscroll-behavior:contain;background:var(--raised);border:1px solid #465153;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px 18px;width:min(360px,100vw - 32px);max-height:calc(100dvh - 130px);padding:16px;display:grid;position:absolute;bottom:56px;right:0;overflow:auto;box-shadow:0 12px 50px #000b}.mobile-workbench .footer-links :is(a,button,summary){text-align:left;align-items:center;min-height:44px;font-size:12px;display:flex}.mobile-workbench .mobile-check-help{border-top:1px solid var(--line);grid-column:1/-1}.mobile-workbench .mobile-check-help p{margin-block:8px;line-height:1.7}.mobile-workbench .mobile-sheet{inset:auto 0;top:calc(var(--mobile-viewport-top,0px) + var(--mobile-viewport-height,100dvh));width:min(var(--mobile-width), 100%);max-width:100%;max-height:calc(var(--mobile-viewport-height,100dvh) - 20px - env(safe-area-inset-top));overscroll-behavior:contain;border-bottom:0;border-radius:22px 22px 0 0;margin:0 auto;padding:0;position:fixed}.mobile-workbench .mobile-sheet form{max-height:inherit;flex-direction:column;display:flex}.mobile-workbench .mobile-sheet-heading{border-bottom:1px solid var(--line);flex:none;justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.mobile-workbench .mobile-sheet-heading h2{letter-spacing:-.6px;margin-top:4px;font-size:22px}.mobile-workbench .mobile-sheet-heading .eyebrow{font-size:10px}.mobile-workbench .mobile-sheet-heading button{min-width:44px;min-height:44px}.mobile-workbench .mobile-sheet-body{overscroll-behavior:contain;padding:20px;overflow:auto}.mobile-workbench .mobile-filter-grid{grid-template-columns:1fr 1fr;gap:18px 12px;display:grid}.mobile-workbench .mobile-sheet label{flex-direction:column;gap:8px;min-width:0;font-size:12px;display:flex}.mobile-workbench .mobile-sheet :is(select,input:not([type=checkbox])){border-radius:8px;width:100%;min-height:48px;font-size:16px}.mobile-workbench .mobile-budget{margin-top:22px;position:relative}.mobile-workbench .mobile-budget>span{font-size:11px;position:absolute;top:0;right:0}.mobile-workbench .mobile-filter-toggles{margin-top:20px}.mobile-workbench .mobile-filter-toggles label{border-top:1px solid var(--line);flex-direction:row;justify-content:space-between;align-items:center;gap:18px;min-height:60px;display:flex}.mobile-workbench .mobile-filter-toggles input{flex:none;width:22px;height:22px}.mobile-workbench .mobile-filter-toggles small{color:var(--muted);margin-top:4px;display:block}.mobile-workbench .mobile-filter-toggles label:has(:disabled){color:var(--muted)}.mobile-workbench .mobile-sheet-actions{padding:14px 20px max(18px, env(safe-area-inset-bottom));border-top:1px solid var(--line);flex:none;grid-template-columns:1fr 2fr;gap:12px;display:grid}.mobile-workbench .mobile-sheet-actions button{border-radius:9px;min-height:50px}.mobile-workbench .mobile-primary{background:var(--lime);border-color:var(--lime);color:#152006;justify-content:space-between;align-items:center;font-weight:700;display:flex}.mobile-workbench .mobile-primary:hover{background:#d3f66c}.mobile-workbench .mobile-recap-dialog{inset:var(--mobile-viewport-top,0px) 0 auto;width:min(var(--mobile-width), 100%);height:var(--mobile-viewport-height,100dvh);max-width:100%;max-height:var(--mobile-viewport-height,100dvh);overscroll-behavior:contain;background:var(--bg);border:0;border-radius:0;margin:0 auto;position:fixed}.mobile-workbench .mobile-recap-dialog .recap{padding:0 max(20px, env(safe-area-inset-right)) max(28px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));background:var(--bg)}.mobile-workbench .mobile-recap-dialog .recap-heading{z-index:3;padding:max(8px, env(safe-area-inset-top)) 20px 8px;border-bottom:1px solid var(--line);background:var(--bg);flex-direction:row-reverse;min-height:60px;margin:0 -20px;position:sticky;top:0}.mobile-workbench .mobile-recap-dialog #recap-close{border:0;min-height:44px;padding:0 10px 0 0;font-size:13px;display:block}.mobile-workbench .mobile-recap-dialog .recap h2{margin:22px 0 16px;font-size:32px}.mobile-workbench .mobile-recap-name{margin:0 0 18px}.mobile-workbench .mobile-recap-name label{color:var(--muted);margin-bottom:6px;font-size:11px;display:block}.mobile-workbench .mobile-recap-name>div{border:1px solid var(--line);background:var(--panel);border-radius:9px;align-items:center;gap:8px;padding-right:12px;display:flex}.mobile-workbench .mobile-recap-name input{background:0 0;border:0;flex:1;width:0;min-width:0;min-height:46px;font-size:16px}.mobile-workbench .mobile-recap-name span{overflow-wrap:anywhere;max-width:45%;color:var(--lime);flex-shrink:0;font-size:13px}.mobile-workbench .mobile-recap-name .notice{margin-top:6px}.mobile-workbench .availability-check{border-radius:12px;margin-bottom:16px;padding:14px}.mobile-workbench .availability-heading:has(.sr-only):not(:has(button)){display:none}.mobile-workbench .source-cta{border-radius:8px;min-height:50px;font-size:14px}.mobile-workbench .availability-button{min-height:44px}.mobile-workbench #recap-checkout-note{text-align:center;margin-top:6px;font-size:10px}.mobile-workbench .availability-details summary{min-height:44px}.mobile-workbench .chosen-offer{align-items:center;padding-top:13px}.mobile-workbench .chosen-offer>div{justify-content:space-between;align-items:center;width:100%;display:flex}.mobile-workbench .chosen-offer p{color:var(--text);margin-top:0;font-size:14px}.mobile-workbench .recap-rates{gap:10px;margin-top:12px}.mobile-workbench .recap-rates>div{border:1px solid var(--line);background:var(--panel);text-align:left;border-radius:10px;padding:12px}.mobile-workbench .recap-rates dd{margin-top:8px;font-size:23px}.mobile-workbench .recap-rates dt{font-size:10px}.mobile-workbench .cost-section{border:0;margin-top:16px;padding-top:0}.mobile-workbench .cost-breakdown{background:var(--panel);border-radius:10px}.mobile-workbench .cost-item{padding:10px 3px;font-size:10px}.mobile-workbench .cost-item .cost{margin:6px 0;font-size:12px}.mobile-workbench .cost-total{padding-top:12px}.mobile-workbench #cost-note{text-align:right;font-size:10px}.mobile-workbench .comparison-heading{gap:8px}.mobile-workbench .comparison-heading h3{font-size:13px;font-weight:650}.mobile-workbench .comparison-metric{border-radius:8px}.mobile-workbench .comparison-metric button{min-height:44px;padding-inline:6px;font-size:10px}.mobile-workbench #registrar-bars{gap:5px;margin-inline:0}.mobile-workbench .registrar-bar{border-radius:8px;min-height:60px;padding:10px}.mobile-workbench .bar-label{font-size:13px}.mobile-workbench .price-details summary{min-height:44px}.mobile-workbench .coverage-dialog{max-height:calc(100dvh - 32px)}.mobile-workbench :is(.mobile-sheet,.mobile-recap-dialog){opacity:0;transition:opacity .18s ease, transform .24s cubic-bezier(.2,.8,.2,1), display .24s allow-discrete, overlay .24s allow-discrete;transform:translateY(calc(28px - 100%))}.mobile-workbench .mobile-recap-dialog{transform:translate(32px)}.mobile-workbench :is(.mobile-sheet,.mobile-recap-dialog)[open]{opacity:1;transform:translate(0)}.mobile-workbench .mobile-sheet[open]{transform:translateY(-100%)}@starting-style{.mobile-workbench .mobile-sheet[open]{opacity:0;transform:translateY(calc(28px - 100%))}.mobile-workbench .mobile-recap-dialog[open]{opacity:0;transform:translate(32px)}}@media (min-width:700px){.mobile-workbench{border-inline:1px solid var(--line)}.mobile-workbench .topbar,.mobile-workbench .app-shell{padding-inline:24px}.mobile-workbench .intro{padding-bottom:16px}.mobile-workbench .intro h1{font-size:27px}}@media (max-width:360px){.mobile-workbench .topbar,.mobile-workbench .app-shell{padding-inline:12px}.mobile-workbench .intro h1{font-size:21px}.mobile-workbench .mobile-view-caption{display:none}.mobile-workbench .mobile-recap-dialog .recap{padding-inline:14px}.mobile-workbench .mobile-recap-dialog .recap-heading{margin-inline:-14px;padding-inline:14px}.mobile-workbench .mobile-sheet-body{padding:16px}}@media (max-height:560px){.mobile-workbench .intro{display:none}.mobile-workbench .topbar{height:44px;min-height:44px}.mobile-workbench .mobile-results-caption{min-height:25px}.mobile-workbench .mobile-bottom-tools{min-height:52px}.mobile-workbench .app-footer{bottom:4px}}.mobile-workbench[data-searching=true] .intro{display:none}.mobile-workbench .mobile-filter-grid>label:nth-child(2){grid-area:1/1/auto/-1}.mobile-workbench .mobile-filter-grid>label:first-child{grid-column:1/-1}.mobile-workbench[data-short-viewport=true] .intro{display:none}.mobile-workbench[data-short-viewport=true] .topbar{height:44px;min-height:44px}.mobile-workbench[data-short-viewport=true] .mobile-bottom-tools{min-height:52px}.mobile-workbench[data-short-viewport=true] .app-footer{bottom:4px}@media (prefers-reduced-motion:reduce){.mobile-workbench *,.mobile-workbench :before,.mobile-workbench :after{transition:none!important;animation:none!important}}
