:root{--gcp-bg:#0d0e0f;--gcp-panel:#1b1d1f;--gcp-soft:#222529;--gcp-line:#33373b;--gcp-text:#f4f3ee;--gcp-muted:#aeb3b8;--gcp-gold:#d7a94b;--gcp-green:#5cd6aa}.gcp-shell{width:min(1320px,calc(100% - 32px));margin:0 auto;padding:20px 0 64px;color:var(--gcp-text)}.gcp-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:var(--gcp-muted);font-size:12px}.gcp-breadcrumb a:hover{color:var(--gcp-gold)}.gcp-hero{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:center;padding:30px 34px;background:linear-gradient(110deg,#1e1b16,#1a1c1e 56%);border:1px solid #38342b;border-radius:5px}.gcp-kicker{color:#e4b855;font-size:12px;font-weight:700;letter-spacing:.09em}.gcp-hero h1{margin-top:5px;font-size:28px;font-weight:700}.gcp-hero>div>p{max-width:820px;margin-top:8px;color:#c3c5c6;line-height:1.75}.gcp-hero aside{display:flex;gap:13px;padding:18px;background:#141618;border-radius:4px}.gcp-hero aside>span{width:28px;height:28px;color:var(--gcp-green)}.gcp-hero aside strong{font-weight:600}.gcp-hero aside p{margin-top:3px;color:var(--gcp-muted);font-size:12px}.gcp-login-panel,.gcp-toolbar,.gcp-list-panel{margin-top:14px;background:var(--gcp-panel);border-radius:5px}.gcp-login-panel{display:flex;align-items:center;gap:18px;padding:34px}.gcp-login-panel>span{width:40px;height:40px;color:var(--gcp-gold)}.gcp-login-panel div{flex:1}.gcp-login-panel h2{font-size:18px;font-weight:600}.gcp-login-panel p{color:var(--gcp-muted)}.gcp-login-panel button,.gcp-toolbar button,.gcp-empty button{height:38px;padding:0 18px;border-radius:4px;background:#b87812;color:#fff;font-weight:600}.gcp-toolbar{display:flex;align-items:end;justify-content:space-between;padding:16px 18px}.gcp-toolbar label{display:grid;gap:5px;color:var(--gcp-muted);font-size:12px}.gcp-toolbar select{min-width:210px;height:40px;padding:0 34px 0 12px;background:var(--gcp-soft);border:1px solid var(--gcp-line);border-radius:4px;color:var(--gcp-text)}.gcp-toolbar>div{display:flex;align-items:center;gap:7px}.gcp-toolbar>div>strong{color:var(--gcp-gold);font-size:20px}.gcp-toolbar>div>span{margin-right:14px;color:var(--gcp-muted)}.gcp-toolbar button{display:flex;align-items:center;gap:6px}.gcp-toolbar button i{width:17px;height:17px}.gcp-list-panel{overflow:hidden}.gcp-table-wrap{overflow-x:auto}.gcp-list-panel table{width:100%;border-collapse:collapse;white-space:nowrap}.gcp-list-panel th{padding:13px 16px;background:#232528;color:#bac0c5;font-size:12px;font-weight:500;text-align:left}.gcp-list-panel td{padding:13px 16px;border-top:1px solid rgba(255,255,255,.045);vertical-align:middle}.gcp-list-panel tr:hover td{background:#1e2123}.gcp-list-panel td>strong{display:block;font-weight:600}.gcp-list-panel td>small{display:block;color:var(--gcp-muted);font-size:12px}.gcp-list-panel .is-effective{color:var(--gcp-green)}.gcp-item{display:flex;align-items:center;gap:11px;min-width:300px}.gcp-item .bdo-item-mark{width:42px;height:42px;flex:0 0 42px}.gcp-item .bdo-item-mark img{width:100%;height:100%;object-fit:contain}.gcp-item>div{display:grid}.gcp-item strong{font-weight:600}.gcp-item small{color:var(--gcp-muted);font-size:12px}.gcp-item em{margin-left:auto;padding:2px 7px;border-radius:99px;background:rgba(215,169,75,.13);color:var(--gcp-gold);font-size:12px;font-style:normal}.gcp-actions{display:flex;gap:7px}.gcp-actions button{padding:5px 10px;border-radius:3px;background:#292c2f;color:#d8dbdd}.gcp-actions button:last-child{color:#ef9a9a}.gcp-empty{display:grid;justify-items:center;padding:64px 24px;text-align:center}.gcp-empty>span{width:46px;height:46px;color:var(--gcp-gold)}.gcp-empty h2{margin-top:12px;font-size:18px;font-weight:600}.gcp-empty p{max-width:580px;margin:6px 0 20px;color:var(--gcp-muted)}.gcp-message{margin-top:12px;padding:10px 14px;border-radius:4px;background:#29231b;color:#f2c46f}.gcp-modal[hidden]{display:none}.gcp-modal{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:20px}.gcp-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75);backdrop-filter:blur(3px)}.gcp-modal>section{position:relative;width:min(620px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;background:#202327;border:1px solid #3b3f44;border-radius:5px}.gcp-modal header{position:sticky;z-index:2;top:0;display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#25282c;border-bottom:1px solid #373b40}.gcp-modal header>div{display:flex;align-items:center;gap:10px}.gcp-modal header div>span{width:22px;height:22px;color:var(--gcp-gold)}.gcp-modal h2{font-size:18px;font-weight:600}.gcp-modal header>button{display:grid;width:34px;height:34px;place-items:center;border-radius:4px;color:#c6c9cc}.gcp-modal header>button:hover{background:#34383d;color:#fff}.gcp-modal header>button span{width:19px;height:19px}.gcp-modal form{padding:18px}.gcp-modal label>span{display:block;margin-bottom:6px;color:#c6c9cc;font-size:12px}.gcp-search-label>div,.gcp-tax-field>div{display:flex;align-items:center;height:44px;background:#17191c;border:1px solid #3a3e43;border-radius:4px}.gcp-search-label i{width:19px;height:19px;margin-left:12px;color:#9ba0a5}.gcp-search-label input{min-width:0;flex:1;padding:0 10px;outline:none}.gcp-search-label button{display:grid;width:38px;height:38px;place-items:center}.gcp-search-label button span{width:17px;height:17px}.gcp-search-results{max-height:300px;margin-top:5px;overflow:auto;background:#181a1d;border:1px solid #383c41;border-radius:4px}.gcp-search-results>p{padding:18px;color:var(--gcp-muted);text-align:center}.gcp-search-results>button{display:flex;width:100%;align-items:center;gap:10px;padding:9px 11px;text-align:left}.gcp-search-results>button:hover{background:#2b2f33}.gcp-search-results img,.gcp-result-placeholder{width:38px;height:38px;flex:0 0 38px;object-fit:contain}.gcp-search-results strong,.gcp-search-results small{display:block}.gcp-search-results strong{font-weight:600}.gcp-search-results small{color:var(--gcp-muted);font-size:12px}.gcp-selected{display:flex;align-items:center;gap:12px;padding:12px;background:#17191c;border-radius:4px}.gcp-selected img{width:46px;height:46px;object-fit:contain}.gcp-selected div{display:grid;flex:1}.gcp-selected strong{font-weight:600}.gcp-selected small{color:var(--gcp-muted);font-size:12px}.gcp-selected button{color:var(--gcp-gold);font-size:12px}.gcp-fields{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px;margin-top:16px}.gcp-fields input,.gcp-tax-field input{width:100%;height:42px;padding:0 12px;background:#17191c;border:1px solid #3a3e43;border-radius:4px;outline:none}.gcp-fields input:focus,.gcp-tax-field>div:focus-within{border-color:#9c762e}.gcp-tax-field{display:block;margin-top:14px}.gcp-tax-field input{border:0}.gcp-tax-field b{padding-right:12px;color:var(--gcp-muted)}.gcp-tax-presets{display:flex;gap:7px;margin-top:8px}.gcp-tax-presets button{padding:5px 10px;border-radius:3px;background:#2c3034;color:#d3d6d8}.gcp-help{margin-top:9px;color:var(--gcp-muted);font-size:12px;line-height:1.6}.gcp-preview{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:13px 14px;background:#17191c;border-radius:4px}.gcp-preview span{color:var(--gcp-muted)}.gcp-preview strong{color:var(--gcp-green);font-size:19px}.gcp-form-message{min-height:22px;margin-top:8px;color:var(--gcp-green);font-size:12px}.gcp-form-message.is-error{color:#ff9b9b}.gcp-modal footer{display:flex;justify-content:flex-end;gap:9px;margin-top:5px}.gcp-modal footer button{height:38px;padding:0 16px;border-radius:4px;background:#303439}.gcp-modal footer button[type=submit]{display:flex;align-items:center;gap:6px;background:#b87812;color:#fff;font-weight:600}.gcp-modal footer span{width:17px;height:17px}.gcp-modal-open{overflow:hidden}.grind-custom-price-badge{display:inline-flex!important;align-items:center;gap:3px;width:max-content;margin-top:3px;padding:1px 6px;border-radius:99px;background:rgba(215,169,75,.15);color:#e0b454!important;font-size:12px!important;font-style:normal}.grind-custom-price-badge i{width:13px;height:13px}.grind-custom-tax{display:block;margin-top:3px;color:#c5a968;font-size:12px}
.gcp-modal .gcp-price-label{display:flex;align-items:center;justify-content:space-between;gap:8px}.gcp-price-label i{font-style:normal}.gcp-price-label button{border:0;background:transparent;padding:0;color:var(--gcp-gold);font-size:12px;line-height:1.2;white-space:nowrap;cursor:pointer}.gcp-price-label button:hover,.gcp-price-label button:focus-visible{color:var(--gcp-text);text-decoration:underline;outline:none}.gcp-price-label button:disabled{cursor:wait;opacity:.55}
html:not(.dark):not(.tw-dark) .gcp-shell{--gcp-panel:#fff;--gcp-soft:#f0f0ed;--gcp-line:#d8d8d2;--gcp-text:#1d1e1d;--gcp-muted:#686b67;--gcp-gold:#9a6417;--gcp-green:#257b5a}.gcp-login-panel{padding-right:92px}html:not(.dark):not(.tw-dark) .gcp-hero{background:linear-gradient(110deg,#f1ece2,#fff 56%);border-color:#ded6c7}html:not(.dark):not(.tw-dark) .gcp-hero>div>p{color:#555852}html:not(.dark):not(.tw-dark) .gcp-hero aside,html:not(.dark):not(.tw-dark) .gcp-preview,html:not(.dark):not(.tw-dark) .gcp-selected{background:#f1f1ee}html:not(.dark):not(.tw-dark) .gcp-list-panel th{background:#f0f0ed;color:#555954}html:not(.dark):not(.tw-dark) .gcp-list-panel td{border-color:#ecece7}html:not(.dark):not(.tw-dark) .gcp-list-panel tr:hover td{background:#f7f7f4}html:not(.dark):not(.tw-dark) .gcp-modal>section{background:#fff;border-color:#d5d5cf}html:not(.dark):not(.tw-dark) .gcp-modal header{background:#f1f1ee;border-color:#d8d8d2}html:not(.dark):not(.tw-dark) .gcp-search-label>div,html:not(.dark):not(.tw-dark) .gcp-tax-field>div,html:not(.dark):not(.tw-dark) .gcp-fields input,html:not(.dark):not(.tw-dark) .gcp-tax-field input,html:not(.dark):not(.tw-dark) .gcp-search-results{background:#f7f7f4;border-color:#d8d8d2;color:#1d1e1d}
@media(max-width:760px){.gcp-shell{width:min(100% - 20px,1320px);padding-top:12px}.gcp-hero{grid-template-columns:1fr;padding:22px 18px}.gcp-hero aside{display:none}.gcp-hero h1{font-size:24px}.gcp-toolbar{align-items:stretch;flex-direction:column;gap:14px}.gcp-toolbar>div{justify-content:space-between}.gcp-toolbar select{width:100%}.gcp-login-panel{align-items:flex-start;flex-wrap:wrap;padding:24px 20px}.gcp-login-panel div{min-width:calc(100% - 60px)}.gcp-login-panel button{margin-left:58px}.gcp-fields{grid-template-columns:1fr}.gcp-modal{padding:10px}.gcp-modal>section{max-height:calc(100vh - 20px)}.gcp-list-panel td,.gcp-list-panel th{padding:11px 12px}}
.gcp-selected[hidden],.gcp-search-results[hidden],.gcp-search-label[hidden]{display:none!important}.gcp-modal>section{display:flex;height:min(690px,calc(100vh - 40px));max-height:none;overflow:hidden;flex-direction:column}.gcp-modal header{position:relative;flex:0 0 auto}.gcp-modal form{min-height:0;flex:1;overflow-y:auto}.gcp-search-results:not([hidden]){height:220px;max-height:220px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.gcp-selected:not([hidden]){display:flex}
.gcp-region-badge{display:inline-flex;min-width:112px;align-items:center;justify-content:center;border-radius:3px;background:#292c2f;padding:5px 9px;color:#d8dbdd;font-size:12px}.gcp-region-badge.is-cn{color:#e0b454}.gcp-region-badge.is-tw{color:#65c7ef}.gcp-region-badge.is-na{color:#78d5aa}html:not(.dark):not(.tw-dark) .gcp-region-badge{background:#eeeeea}
@media(max-width:760px){.gcp-modal>section{height:calc(100vh - 20px);max-height:none}.gcp-search-results:not([hidden]){height:190px;max-height:190px}}
.gcp-title-icon{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;color:var(--gcp-gold)}
.gcp-title-icon svg{display:block;width:24px;height:24px;overflow:visible;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.gcp-modal header>div{width:auto!important;min-width:0;flex:1 1 auto}
.gcp-modal header h2{width:auto;max-width:none;white-space:nowrap}
.gcp-modal header>button{flex:0 0 34px}
.gcp-search-label input,.gcp-search-label input:hover,.gcp-search-label input:focus{background:transparent!important;box-shadow:none!important}
.gcp-search-results .gcp-result-icon{width:40px;height:40px;flex:0 0 40px;border-radius:4px}
.gcp-search-results .gcp-result-icon img{width:100%;height:100%;object-fit:contain}
.gcp-search-results strong[class*="bdo-grade-"]{font-weight:600}
.gcp-selected .gcp-selected-icon{width:46px;height:46px;flex:0 0 46px;border-radius:4px}
.gcp-selected .gcp-selected-icon img{width:100%;height:100%;object-fit:contain}
.gcp-selected strong[class*="bdo-grade-"]{font-weight:600}
.gcp-region-field{min-width:0;margin:14px 0 0;padding:0;border:0}.gcp-region-field legend{margin-bottom:6px;color:#c6c9cc;font-size:12px}.gcp-region-field>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.gcp-region-field label{position:relative;min-width:0;cursor:pointer}.gcp-region-field input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.gcp-region-field span{display:flex;min-height:40px;align-items:center;justify-content:center;gap:6px;border:1px solid #3a3e43;border-radius:4px;background:#17191c;padding:7px 9px;color:var(--gcp-muted);font-size:12px;line-height:1.25;text-align:center;transition:border-color .15s,background .15s,color .15s}.gcp-region-field span::before{width:12px;height:12px;flex:none;border:1px solid currentColor;border-radius:3px;content:""}.gcp-region-field input:checked+span{border-color:#aa7f2d;background:#302719;color:var(--gcp-gold)}.gcp-region-field input:checked+span::before{border-color:var(--gcp-gold);background:var(--gcp-gold);box-shadow:inset 0 0 0 3px #302719}.gcp-region-field input:focus-visible+span{outline:2px solid rgba(215,169,75,.58);outline-offset:2px}.gcp-region-field label:hover span{border-color:#756036;color:var(--gcp-text)}html:not(.dark):not(.tw-dark) .gcp-region-field legend{color:#686b67}html:not(.dark):not(.tw-dark) .gcp-region-field span{border-color:#d8d8d2;background:#f7f7f4;color:#686b67}html:not(.dark):not(.tw-dark) .gcp-region-field input:checked+span{border-color:#ad7b2c;background:#f4ead7;color:#9a6417}html:not(.dark):not(.tw-dark) .gcp-region-field input:checked+span::before{border-color:#9a6417;background:#9a6417;box-shadow:inset 0 0 0 3px #f4ead7}
.gcp-modal .gcp-region-field label>span{display:flex;margin-bottom:0}
.gcp-region-badge{min-width:56px}
.gcp-region-field span::before{display:grid;place-items:center;font-size:9px;line-height:1}.gcp-region-field input:checked+span::before{box-shadow:none;color:#17191c;content:"✓";font-weight:700}html:not(.dark):not(.tw-dark) .gcp-region-field input:checked+span::before{box-shadow:none;color:#f4ead7}
.gcp-modal form{display:flex;min-height:0;flex:1;overflow:hidden;flex-direction:column;padding:0}
.gcp-modal-body{min-height:0;flex:1;overflow-y:auto;padding:18px;scrollbar-gutter:stable}
.gcp-modal form>footer{flex:0 0 auto;margin:0;padding:14px 18px;background:#25282c;border-top:1px solid #373b40}
.gcp-search-results:not([hidden]){display:block;height:220px;min-height:220px;max-height:220px}
.gcp-search-prompt{display:grid;height:100%;min-height:100%;place-items:center;padding:18px;color:var(--gcp-muted);text-align:center}
html:not(.dark):not(.tw-dark) .gcp-modal form>footer{background:#f1f1ee;border-color:#d8d8d2}
@media(max-width:760px){.gcp-modal-body{padding:14px}.gcp-region-field>div{grid-template-columns:repeat(2,minmax(0,1fr))}.gcp-modal form>footer{padding:12px 14px}.gcp-search-results:not([hidden]){height:190px;min-height:190px;max-height:190px}}
.gcp-search-wrap{position:relative;z-index:4}
.gcp-search-wrap .gcp-search-results:not([hidden]){position:absolute;z-index:10;top:calc(100% + 5px);right:0;left:0;display:block;height:auto;min-height:0;max-height:280px;margin-top:0;overflow-y:auto;background:#181a1d;box-shadow:0 12px 26px rgba(0,0,0,.32)}
html:not(.dark):not(.tw-dark) .gcp-search-wrap .gcp-search-results:not([hidden]){background:#f7f7f4;box-shadow:0 12px 26px rgba(0,0,0,.14)}
@media(max-width:760px){.gcp-search-wrap .gcp-search-results:not([hidden]){height:auto;min-height:0;max-height:240px}}
.gcp-modal>section{height:auto;max-height:calc(100vh - 40px)}
.gcp-modal form{flex:0 1 auto;max-height:calc(100vh - 105px)}
.gcp-form-message:empty{display:none}
.gcp-modal form>footer{align-items:center}
.gcp-modal form>footer .gcp-form-message{min-width:0;margin:0;color:var(--gcp-green);font-size:12px;line-height:1.5}
.gcp-modal form>footer .gcp-form-message.is-error{color:#ff9b9b}
.gcp-footer-actions{display:flex;flex:0 0 auto;align-items:center;gap:9px;margin-left:auto}
@media(max-width:760px){.gcp-modal>section{height:auto;max-height:calc(100vh - 20px)}.gcp-modal form{max-height:calc(100vh - 85px)}}
