:root{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:#15171a;
  background:#f6f7f9;
  --bg:#f6f7f9;
  --card:rgba(255,255,255,.92);
  --card-solid:#fff;
  --line:#e6e8ec;
  --line-strong:#d7dbe2;
  --muted:#707782;
  --text:#15171a;
  --accent:#111827;
  --accent-soft:#eef1f5;
  --blue:#2563eb;
  --green:#16835d;
  --red:#b42318;
  --shadow:0 1px 2px rgba(15,23,42,.04),0 10px 30px rgba(15,23,42,.035);
  --radius:22px;
}
*{box-sizing:border-box}
html{min-height:100%}
body{margin:0;min-height:100vh;background:linear-gradient(180deg,#fafbfc 0,#f5f6f8 45%,#f2f4f7 100%);color:var(--text)}
button,input,select,textarea{font:inherit}
a{color:inherit}
[hidden]{display:none!important}
.shell{width:min(1380px,100%);margin:0 auto;padding:24px 28px 56px}
.topbar{position:sticky;top:12px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 22px;padding:12px 14px;border:1px solid rgba(226,229,234,.86);border-radius:20px;background:rgba(250,251,252,.82);backdrop-filter:blur(18px) saturate(160%);box-shadow:0 8px 30px rgba(15,23,42,.045)}
.brand{display:flex;gap:11px;align-items:center;min-width:0}.logo{width:38px;height:38px;border-radius:12px;background:#101827;color:#fff;display:grid;place-items:center;font-weight:800;font-size:18px;flex:none}.brand h1{font-size:19px;line-height:1.2;margin:0;font-weight:750;letter-spacing:-.02em}.brand .muted{font-size:12px;margin-top:2px}.muted{color:var(--muted)}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--muted)}
.actions{display:flex;gap:7px;align-items:center;justify-content:flex-end;min-width:0}.account-chip{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;padding:0 6px}
.btn{appearance:none;border:1px solid var(--line);background:rgba(255,255,255,.96);border-radius:11px;min-height:38px;padding:8px 13px;cursor:pointer;color:var(--text);text-decoration:none;font-weight:650;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;gap:7px;white-space:nowrap;word-break:keep-all;flex:0 0 auto;transition:background .15s ease,border-color .15s ease,transform .15s ease,box-shadow .15s ease}.btn:hover{background:#fff;border-color:var(--line-strong);box-shadow:0 3px 10px rgba(15,23,42,.055)}.btn:active{transform:scale(.985)}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.primary:hover{background:#1f2937}.btn.quiet{background:rgba(255,255,255,.68)}.btn:disabled{opacity:.48;cursor:not-allowed}
.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px}.card{min-width:0;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}.span-12{grid-column:span 12}.span-8{grid-column:span 8}.span-6{grid-column:span 6}.span-4{grid-column:span 4}.span-3{grid-column:span 3}.section-card{padding:22px}.hero{position:relative;overflow:hidden;min-height:148px;background:linear-gradient(135deg,#101827,#202a3b);color:#fff;border-color:transparent;box-shadow:0 15px 40px rgba(15,23,42,.13)}.hero:after{content:"";position:absolute;width:240px;height:240px;border-radius:50%;right:-80px;top:-110px;background:radial-gradient(circle,rgba(255,255,255,.18),rgba(255,255,255,0) 68%)}.hero .eyebrow,.hero .muted{color:#bcc5d3}.hero-sub{color:#d7ddea}.metric-card{min-height:148px}.kpi{font-size:32px;line-height:1.05;font-weight:780;letter-spacing:-.035em;margin:8px 0 7px}.section-title{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin:0 0 16px}.section-title h2{font-size:17px;line-height:1.25;margin:0 0 4px;font-weight:760;letter-spacing:-.02em}.section-title .muted{font-size:13px;line-height:1.45}
.service-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.service-identity{display:flex;align-items:center;gap:12px;min-width:0}.service-identity>div{min-width:0}.service-icon,.service-icon-fallback{width:56px;height:56px;min-width:56px;max-width:56px;max-height:56px;flex:0 0 56px;border-radius:14px;background:#f2f4f7;display:grid;place-items:center;overflow:hidden}.service-icon{object-fit:contain;padding:4px}.service-icon-fallback{font-weight:800;color:#5f6875}.service-description{margin-top:10px;line-height:1.55;overflow-wrap:anywhere}
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.service{border:1px solid var(--line);border-radius:17px;padding:15px;min-height:132px;background:linear-gradient(180deg,#fff,#fbfcfd);display:flex;flex-direction:column;justify-content:space-between;gap:16px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.service:hover{transform:translateY(-1px);border-color:var(--line-strong);box-shadow:0 8px 22px rgba(15,23,42,.055)}.service.large{grid-column:span 2}.service.small{min-height:104px}.service h3{margin:10px 0 5px;font-size:15px;letter-spacing:-.01em}.service .footer{display:flex;justify-content:space-between;align-items:center;gap:10px}.service-drag-handle{opacity:0;transition:opacity .15s}.service:hover .service-drag-handle{opacity:.55}
.pill,.status-chip{display:inline-flex;align-items:center;width:max-content;max-width:100%;padding:5px 8px;border-radius:999px;background:var(--accent-soft);font-size:11px;line-height:1;color:#5c6470;font-weight:650;white-space:nowrap}.status-chip.pending{background:#fff6e6;color:#8b5a00}.status-chip.on{background:#e9f7f1;color:#126b4d}.icon-action{border:0;background:transparent;border-radius:10px;width:36px;height:36px;display:grid;place-items:center;cursor:pointer;font-size:18px;color:#8a919c}.icon-action:hover{background:var(--accent-soft);color:#4b5563}.icon-action.active{color:#b17600}
.list{display:flex;flex-direction:column}.item{padding:13px 0;border-bottom:1px solid var(--line)}.item:first-child{padding-top:2px}.item:last-child{border-bottom:0;padding-bottom:2px}.item h3{font-size:14px;margin:0 0 5px}.empty{padding:26px 14px;text-align:center;color:var(--muted);font-size:13px}.error{background:#fff4f2;border:1px solid #ffd5cf;color:var(--red);padding:12px 14px;border-radius:13px;margin-bottom:14px;font-size:13px}
.card-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px}.card-toolbar h3{margin:0;font-size:14px}.drag-handle{cursor:grab;color:#8c94a0;font-weight:700;padding:5px 7px;user-select:none;touch-action:none}.drag-handle:active{cursor:grabbing}.dragging{opacity:.46;outline:2px dashed #9aa2ad;outline-offset:-2px}.compact-actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.mini-select{border:1px solid var(--line);background:#fff;border-radius:9px;padding:6px 8px;font-weight:650}
.layout-hint{margin:-4px 0 14px;padding:10px 12px;border-radius:12px;background:#f1f4f8;color:#616977;font-size:12px}.widget-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-flow:row;grid-auto-rows:104px;gap:12px}.widget{position:relative;grid-column:span var(--w);grid-row:span var(--h);min-width:0;min-height:0;border:1px solid var(--line);border-radius:18px;padding:15px;background:linear-gradient(180deg,#fff,#fbfcfd);overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.widget:hover{border-color:var(--line-strong);box-shadow:0 8px 22px rgba(15,23,42,.05)}.widget-body{margin-top:13px;min-width:0}.widget-big{font-size:27px;font-weight:780;line-height:1.1;letter-spacing:-.025em}.widget-note{font-size:12px;color:var(--muted);margin-top:7px}.storage-allocation{font-size:11px;line-height:1.35;color:var(--muted);margin-top:4px;font-weight:650}.widget-list{display:flex;flex-direction:column;gap:7px}.widget-list div{display:flex;flex-direction:column;gap:2px;padding-bottom:7px;border-bottom:1px solid var(--line)}.widget-list div:last-child{border:0}.widget-list span{font-size:12px;color:var(--muted)}.widget-placeholder{padding:12px;border-radius:11px;background:#f3f5f8;color:var(--muted);font-size:12px}.widget-json{font-size:11px;white-space:pre-wrap;overflow-wrap:anywhere}.error-inline{font-size:12px;color:var(--red)}.widget-edit-tools{display:none;align-items:center;gap:3px}.size-badge{font-size:10px;color:#69717d;background:#eef1f5;border-radius:999px;padding:4px 7px}.widget-resize-handle{display:none;position:absolute;right:0;bottom:0;width:34px;height:34px;border:0;background:transparent;cursor:nwse-resize;touch-action:none}.widget-resize-handle:after{content:"";position:absolute;right:8px;bottom:8px;width:10px;height:10px;border-right:2px solid #747d8a;border-bottom:2px solid #747d8a;border-radius:1px}.widget-grid.is-editing .widget{border-style:dashed;border-color:#c9ced6;cursor:grab}.widget-grid.is-editing .widget-edit-tools,.widget-grid.is-editing .widget-resize-handle{display:flex}.widget-grid.is-editing .widget:active{cursor:grabbing}.widget.resizing{user-select:none;cursor:nwse-resize;box-shadow:0 0 0 2px rgba(37,99,235,.12),0 12px 30px rgba(15,23,42,.08)}
.settings-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-group{border:1px solid var(--line);border-radius:18px;background:#fff;overflow:hidden}.settings-group-head{padding:15px 16px 12px}.settings-group-head h3{font-size:15px;margin:0 0 4px}.settings-group-head p{font-size:12px;color:var(--muted);margin:0;line-height:1.45}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 16px;border-top:1px solid var(--line);cursor:pointer}.setting-row.locked{cursor:default;background:#fbfcfd}.setting-row>div{display:flex;flex-direction:column;gap:2px;min-width:0}.setting-row strong{font-size:13px}.setting-row span{font-size:11px;color:var(--muted)}.switch{position:relative;display:inline-flex;flex:none}.switch input{position:absolute;opacity:0;pointer-events:none}.switch-track{width:42px;height:25px;padding:2px;border-radius:999px;background:#d7dbe1;display:flex;align-items:center;transition:background .16s ease}.switch-thumb{width:21px;height:21px;border-radius:50%;background:#fff;box-shadow:0 1px 4px rgba(15,23,42,.18);transform:translateX(0);transition:transform .16s ease}.switch input:checked+.switch-track{background:#111827}.switch input:checked+.switch-track .switch-thumb{transform:translateX(17px)}.switch input:focus-visible+.switch-track{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}
.announcement-actions{display:flex;gap:7px;align-items:center;margin-top:10px;flex-wrap:wrap}.focus-ring{outline:3px solid rgba(37,99,235,.35);outline-offset:4px;transition:outline-color .3s ease}
.input{width:100%;min-width:0;min-height:40px;padding:9px 11px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:#aab2bf;box-shadow:0 0 0 3px rgba(15,23,42,.055)}textarea.input{resize:none;line-height:1.5}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;align-items:stretch}.form-row>.btn,.form-row>label.btn{min-width:max-content}.form-row>.muted{display:flex;align-items:center;min-height:40px;font-size:12px}.notice{padding:11px 13px;border-radius:12px;background:#f1f4f8;color:#586170;font-size:12px}.admin-shell .card{padding:18px}.admin-shell .grid{gap:14px}.admin-shell .section-title{margin-bottom:13px}.admin-shell h3{font-size:14px;margin:18px 0 10px}.admin-shell .kpi{font-size:28px}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{padding:10px 9px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle}.admin-table th{color:#737b87;font-weight:650;background:#fbfcfd;position:sticky;top:0}.admin-table tr:last-child td{border-bottom:0}.admin-table .input{min-width:110px}.admin-table .btn{min-height:34px;padding:7px 10px;font-size:12px}.table-scroll{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:13px;margin-top:10px}.table-scroll .admin-table{min-width:720px}.table-scroll .admin-table th:first-child,.table-scroll .admin-table td:first-child{padding-left:12px}.table-scroll .admin-table th:last-child,.table-scroll .admin-table td:last-child{padding-right:12px}
.shop-sections{display:flex;flex-direction:column;gap:16px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.product-card{border:1px solid var(--line);border-radius:18px;padding:16px;min-height:210px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.product-card h3{margin:9px 0 5px}.fulfillment-list{display:flex;flex-direction:column;gap:5px;margin-top:12px}.fulfillment-list span{font-size:12px;padding:7px 9px;background:#f2f4f7;border-radius:9px}.product-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.product-price{font-size:19px;font-weight:780}.product-price small{display:block;font-size:11px;color:var(--muted);font-weight:500;margin-top:3px}.order-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.guest-wrap{max-width:560px;margin:70px auto;padding:0 18px}.guest-wrap .card{padding:28px}.guest-wrap h1{margin-top:0}
@media(max-width:1000px){.span-8,.span-6,.span-4,.span-3{grid-column:span 12}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-groups{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar{position:static}.form-row{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}}
@media(max-width:680px){.shell{padding:14px 12px 40px}.topbar{align-items:flex-start;padding:11px}.brand .muted,.account-chip{display:none}.actions{flex-wrap:wrap}.card,.section-card{padding:16px;border-radius:18px}.service-grid{grid-template-columns:1fr}.service.large{grid-column:span 1}.widget-grid{grid-template-columns:1fr;grid-auto-rows:auto}.widget{grid-column:1/-1!important;grid-row:auto!important;min-height:112px}.widget-resize-handle,.widget-edit-tools{display:none!important}.settings-groups{grid-template-columns:1fr}.section-title{align-items:flex-start;gap:10px;flex-direction:column}.section-title>.btn{align-self:flex-start}.product-grid{grid-template-columns:1fr}.product-footer{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.form-row>.btn,.form-row>label.btn{width:100%;min-width:0}.kpi{font-size:28px}}

.error.warning{background:#fff9eb;border-color:#f0dfb1;color:#725514}

/* rc9 experience shell */
:root{
  font-family:-apple-system,BlinkMacSystemFont,"Pretendard","Noto Sans KR","Segoe UI",sans-serif;
  --surface:#ffffff;
  --surface-subtle:#f7f8fa;
  --text-soft:#5f6672;
  --brand:#171b24;
  --focus:rgba(37,99,235,.2);
}
body{background:#f5f6f8;letter-spacing:-.01em}
.app-shell{width:min(1240px,100%);padding-top:18px}
.app-shell .topbar{position:static;margin-bottom:10px;background:rgba(255,255,255,.9);box-shadow:none;border-color:#e7e9ed;padding:12px 14px}
.app-nav{position:sticky;top:12px;z-index:18;display:flex;gap:4px;width:max-content;max-width:100%;margin:0 0 30px;padding:5px;border:1px solid #e5e7eb;border-radius:15px;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);overflow-x:auto;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.app-nav-item{appearance:none;border:0;background:transparent;color:#656d78;min-height:38px;padding:8px 16px;border-radius:11px;white-space:nowrap;font-weight:700;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}
.app-nav-item:hover{color:#171b24;background:#f3f4f6}.app-nav-item.active{color:#111827;background:#fff;box-shadow:0 1px 3px rgba(15,23,42,.09),0 0 0 1px rgba(17,24,39,.04)}
.view-panel{animation:viewIn .18s ease both}.view-panel[hidden]{display:none!important}@keyframes viewIn{from{opacity:.55;transform:translateY(3px)}to{opacity:1;transform:none}}
.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 2px 18px;padding:2px 0 0}
.page-heading h2{font-size:28px;line-height:1.2;margin:4px 0 5px;letter-spacing:-.04em}.page-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.page-kicker{font-size:12px;font-weight:780;color:#858c96;letter-spacing:.04em}
.app-shell .grid{gap:18px}.app-shell .card{border-color:#e5e7eb;border-radius:24px;padding:24px;box-shadow:0 2px 4px rgba(15,23,42,.025),0 18px 45px rgba(15,23,42,.035)}.app-shell .section-card{padding:26px}.roomy-card{min-height:280px}
.app-shell .section-title{align-items:center;margin-bottom:20px}.app-shell .section-title h2{font-size:18px}.app-shell .section-title .muted{line-height:1.6}
.app-shell .btn{min-height:42px;padding:9px 15px;border-radius:12px}.layout-edit-btn{min-width:118px;flex:none}.layout-editing .layout-edit-btn{background:#171b24!important;color:#fff!important;border-color:#171b24!important}

/* Tier identity: color is part of the information, not decoration only. */
.hero{min-height:184px;padding:28px!important;display:flex;align-items:flex-end;isolation:isolate;background:#8d6246}.hero-content{position:relative;z-index:2}.hero .kpi{font-size:40px;margin:10px 0 6px}.hero .eyebrow,.hero .hero-sub{color:rgba(255,255,255,.82)}.tier-art{position:absolute;z-index:1;right:-44px;top:-54px;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle at 32% 32%,rgba(255,255,255,.36),rgba(255,255,255,.06) 38%,rgba(255,255,255,0) 69%);filter:blur(.2px)}
.hero.tier-bronze{background:linear-gradient(135deg,#6f4937 0%,#a56f4d 52%,#c58b62 100%)}
.hero.tier-silver{background:linear-gradient(135deg,#66707b 0%,#9ba5af 52%,#cbd1d7 100%)}
.hero.tier-gold{background:linear-gradient(135deg,#7d5b18 0%,#c39228 52%,#e7c467 100%)}
.hero.tier-platinum{background:linear-gradient(135deg,#45545c 0%,#76909c 50%,#bad0d8 100%)}
.hero.tier-diamond{background:linear-gradient(135deg,#315d75 0%,#5a9cba 48%,#9ad8e7 100%)}
.metric-card{min-height:184px;display:flex;flex-direction:column;justify-content:flex-end}.metric-card .kpi{font-size:38px}

/* Widget layout: 1x1 must still breathe and never crop the primary value. */
.widgets-card{overflow:visible}.layout-hint{margin:-4px 0 18px;padding:12px 14px;border-radius:14px;background:#f2f4f7;color:#646c78;font-size:13px;line-height:1.55}.widget-grid{grid-auto-rows:132px;gap:14px}.widget{border-radius:20px;padding:18px;overflow:hidden;background:#fff}.widget-body{margin-top:16px;min-height:0}.widget-big{font-size:30px;line-height:1.08}.widget-note{line-height:1.45}.widget-placeholder{padding:13px 14px;line-height:1.5}.widget .card-toolbar h3{font-size:14px;line-height:1.35}.widget.size-h-1 .widget-list>div:nth-child(n+3){display:none}.widget.size-h-1 .widget-note{display:none}.widget.size-w-1 .widget-big{font-size:28px}.widget.size-w-1 .muted{font-size:12px;line-height:1.4;white-space:normal}.widget.tier-widget{color:#fff;border-color:transparent}.widget.tier-widget .muted,.widget.tier-widget .card-toolbar h3{color:rgba(255,255,255,.82)}.widget.tier-widget.tier-bronze{background:linear-gradient(145deg,#79513c,#b07852)}.widget.tier-widget.tier-silver{background:linear-gradient(145deg,#727b84,#abb3ba)}.widget.tier-widget.tier-gold{background:linear-gradient(145deg,#8a651c,#d3a43b)}.widget.tier-widget.tier-platinum{background:linear-gradient(145deg,#52636b,#8aa1ab)}.widget.tier-widget.tier-diamond{background:linear-gradient(145deg,#35657b,#69afc8)}
.widget-grid.is-editing .widget{overflow:hidden;border-style:solid;box-shadow:0 0 0 2px #eef1f5}.widget-grid.is-editing .card-toolbar{padding-right:112px}.widget-grid.is-editing .card-toolbar h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.widget-grid.is-editing .widget-edit-tools{position:absolute;top:13px;right:13px;z-index:2;min-width:0;height:30px;align-items:center;justify-content:flex-end}.widget-grid.is-editing .widget-edit-tools .size-badge{height:28px;display:inline-flex;align-items:center;justify-content:center;padding:0 8px}.widget-grid.is-editing .widget-edit-tools .drag-handle{width:28px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;line-height:1}.widget-resize-handle{width:42px;height:42px}.widget-resize-handle:after{right:10px;bottom:10px;width:12px;height:12px}.size-badge{padding:5px 8px}
.layout-edit-actions{display:flex;align-items:center;gap:12px}.layout-cancel-btn{margin-right:2px}.widget-grid.is-editing .card-toolbar h3{min-width:0}.widget-edit-tools{gap:6px;flex:none}.app-shell .widget-hide-btn{height:30px;min-height:30px;padding:0 9px;border-radius:9px;font-size:11px;line-height:1;color:#68707c;display:inline-flex;align-items:center;justify-content:center}.app-shell .widget-hide-btn:hover{color:#252a33}.hidden-widget-tray{margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}.hidden-widget-head{display:flex;align-items:baseline;gap:10px}.hidden-widget-head strong{font-size:13px}.hidden-widget-head span{font-size:12px;color:var(--muted);line-height:1.45}.hidden-widget-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:10px}.hidden-widget-card{display:flex;align-items:center;justify-content:space-between;gap:14px;min-width:0;padding:12px 13px;border:1px solid var(--line);border-radius:14px;background:#fafbfc}.hidden-widget-name{display:flex;align-items:center;gap:9px;min-width:0}.hidden-widget-name strong{font-size:13px;line-height:1.35;word-break:keep-all}.hidden-widget-name .pill{flex:none}.app-shell .hidden-widget-restore{min-height:34px;padding:6px 10px;border-radius:10px;font-size:12px;flex:none}

.service-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service{padding:18px;min-height:154px;border-radius:20px}.service h3{font-size:16px;margin-top:12px}.service .muted{line-height:1.55}.service .footer{margin-top:4px}
.list .item{padding:17px 0}.list .item h3{font-size:15px;line-height:1.4}.list .item .muted{line-height:1.55}.benefit-summary{min-height:220px;display:flex;flex-direction:column;justify-content:center}.benefit-summary .kpi{font-size:42px}.project-list .item{padding:20px 4px}
.settings-groups{gap:16px}.settings-group{border-radius:20px}.settings-group-head{padding:20px 20px 16px}.settings-group-head h3{font-size:16px}.settings-group-head p{font-size:13px;line-height:1.6}.setting-row{min-height:62px;padding:14px 20px}.setting-row strong{font-size:14px}.setting-row span{font-size:12px;line-height:1.45}

/* Admin information architecture */
.admin-shell{width:min(1480px,100%);padding-top:18px}.admin-shell .topbar{position:static;margin-bottom:16px;background:#fff;box-shadow:none}.admin-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px;align-items:start}.admin-sidebar{position:sticky;top:18px;border:1px solid #e5e7eb;background:#fff;border-radius:20px;padding:10px;box-shadow:0 10px 30px rgba(15,23,42,.035)}.admin-sidebar-title{padding:10px 11px 8px;color:#8a919c;font-size:11px;font-weight:800;letter-spacing:.06em}.admin-nav{display:flex;flex-direction:column;gap:3px}.admin-nav-item{appearance:none;border:0;background:transparent;text-align:left;min-height:42px;padding:10px 12px;border-radius:12px;color:#5f6672;font-weight:700;cursor:pointer;white-space:nowrap}.admin-nav-item:hover{background:#f5f6f8;color:#181c24}.admin-nav-item.active{background:#eef1f5;color:#111827}.admin-main{min-width:0}.admin-section-intro{margin:0 0 16px;padding:4px 2px 8px}.admin-section-intro h2{font-size:28px;margin:0 0 6px;letter-spacing:-.035em}.admin-section-intro p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.admin-shell .card{padding:26px;border-radius:22px;box-shadow:0 2px 4px rgba(15,23,42,.02),0 12px 34px rgba(15,23,42,.03)}.admin-shell .grid{gap:18px}.admin-shell .section-title{margin-bottom:20px;align-items:center}.admin-shell .section-title h2{font-size:19px}.admin-shell .section-title .muted{font-size:13px;line-height:1.6}.admin-shell h3{font-size:15px;margin:24px 0 12px}.admin-shell .kpi{font-size:34px}.admin-shell .form-row{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.admin-shell .input{min-height:44px;padding:10px 12px;border-radius:12px}.admin-shell .btn{min-height:42px;padding:9px 13px}.admin-table{font-size:13px}.admin-table th,.admin-table td{padding:13px 12px;line-height:1.45}.admin-table th{background:#f8f9fb;color:#68707c}.admin-table .btn{font-size:12px;min-height:36px}.table-scroll{border-radius:15px;margin-top:14px}.notice{padding:14px 15px;line-height:1.55}.advanced-hint{font-size:12px;color:#8a919c;margin-top:10px}.admin-panel-item[hidden]{display:none!important}

/* Friendly labels for technical-only values. */
.tech-note{font-size:11px;color:#8b929d;line-height:1.5}

@media(max-width:1050px){
  .admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static;overflow-x:auto;padding:6px}.admin-sidebar-title{display:none}.admin-nav{flex-direction:row;width:max-content}.admin-nav-item{text-align:center}
  .service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .app-shell,.admin-shell{padding:12px 12px 40px}.app-nav{top:8px;margin-bottom:22px;width:100%}.page-heading{align-items:flex-start;flex-direction:column;gap:12px}.page-heading h2{font-size:24px}.app-shell .card,.app-shell .section-card,.admin-shell .card{padding:20px;border-radius:20px}.hero{min-height:172px}.hero .kpi{font-size:36px}.widget-grid{grid-auto-rows:auto}.widget{min-height:128px!important}.widget.size-h-1 .widget-note{display:block}.service-grid{grid-template-columns:1fr}.admin-shell .form-row{grid-template-columns:1fr}.admin-nav-item{min-height:38px;padding:8px 11px}.admin-section-intro h2{font-size:24px}.settings-group-head{padding:17px 16px 14px}.setting-row{padding:14px 16px}
}
.admin-panel-item[data-admin-group="overview"]{grid-column:span 6}
@media(max-width:760px){.admin-panel-item[data-admin-group="overview"]{grid-column:span 12}}
.admin-quick-card{grid-column:span 12!important}.admin-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-quick-action{appearance:none;text-align:left;border:1px solid var(--line);border-radius:16px;background:#fafbfc;padding:16px;min-height:92px;cursor:pointer;color:var(--text);display:flex;flex-direction:column;gap:6px;justify-content:center;transition:background .15s ease,border-color .15s ease,transform .15s ease}.admin-quick-action:hover{background:#fff;border-color:var(--line-strong);transform:translateY(-1px)}.admin-quick-action strong{font-size:14px}.admin-quick-action span{font-size:12px;color:var(--muted);line-height:1.5}
@media(max-width:1050px){.admin-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.admin-quick-grid{grid-template-columns:1fr}}

/* rc9 polish: readable controls, calmer disclosure, less visual crowding. */
.app-shell .btn,.app-nav-item{min-height:44px}
.app-shell .card,.admin-shell .card{scroll-margin-top:24px}
.advanced-panel{margin-top:12px;border:1px solid var(--line);border-radius:14px;background:#fafbfc;overflow:hidden}
.advanced-panel summary{cursor:pointer;list-style:none;padding:13px 15px;font-size:13px;font-weight:720;color:#5d6570;display:flex;align-items:center;justify-content:space-between;gap:12px}
.advanced-panel summary::-webkit-details-marker{display:none}.advanced-panel summary:after{content:'+';font-size:18px;font-weight:500;color:#8b929d}.advanced-panel[open] summary:after{content:'−'}
.advanced-panel-body{padding:0 15px 15px;border-top:1px solid var(--line)}.advanced-panel-body>.muted{padding-top:12px;font-size:12px;line-height:1.6}
.admin-shell .table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
.admin-shell .admin-table{min-width:720px}
@media(max-width:760px){.app-shell .btn,.app-nav-item{min-height:44px}.admin-shell .admin-table{min-width:680px}}

/* rc10: calmer hierarchy, branded surfaces, labeled forms */
.span-7{grid-column:span 7}.span-5{grid-column:span 5}
.brand{display:flex;align-items:center;gap:12px}.brand-lockup{display:flex;align-items:center;min-width:58px;min-height:34px}.brand-image{display:block;max-width:116px;max-height:34px;width:auto;height:auto;object-fit:contain}.brand-fallback{font-size:22px;font-weight:820;letter-spacing:-.05em;color:#111827}.brand-fallback[hidden]{display:none!important}.brand-subtitle{font-size:12px;line-height:1.2;white-space:nowrap}.guest-brand{margin-bottom:18px}.guest-brand .brand-image{max-width:132px;max-height:42px}

/* A prominent summary should feel distinct, but not repeat itself below. */
.hero{background-size:140% 140%;box-shadow:0 18px 42px rgba(64,43,31,.12)}
.hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(112deg,rgba(255,255,255,.03) 8%,rgba(255,255,255,.22) 28%,rgba(255,255,255,.04) 46%,rgba(0,0,0,.05) 72%);mix-blend-mode:soft-light}
.hero.tier-bronze{background:linear-gradient(125deg,#6b4635 0%,#966145 34%,#bd8158 68%,#d3a078 100%)}
.hero.tier-silver{background:linear-gradient(125deg,#5f6872 0%,#89939d 38%,#bbc2c8 72%,#e0e3e6 100%)}
.hero.tier-gold{background:linear-gradient(125deg,#735316 0%,#ad7c21 38%,#d7aa42 70%,#efd47e 100%)}
.hero.tier-platinum{background:linear-gradient(125deg,#43515a 0%,#687f8b 42%,#91a9b4 72%,#cad8dd 100%)}
.hero.tier-diamond{background:linear-gradient(125deg,#31586d 0%,#4c829c 42%,#74b4ca 72%,#b2e1ea 100%)}

/* Benefits have their own deliberate layout instead of relying on tiny generic grid tracks. */
.benefit-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);gap:18px;align-items:stretch}.benefit-choice-card,.benefit-wallet-card{min-width:0}.benefit-choice-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.benefit-choice-list .item{min-width:0;padding:16px 17px;border:1px solid var(--line);border-radius:16px;background:#fafbfc}.benefit-choice-list .item h3{margin:0 0 6px;line-height:1.35;word-break:keep-all}.benefit-choice-list .empty{grid-column:1/-1;padding:32px 8px;text-align:center}.benefit-wallet-card{display:flex;align-items:center;gap:18px;min-height:210px}.benefit-wallet-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:#f0f4ff;color:#315fc4;font-size:20px;flex:none}.benefit-wallet-card .kpi{margin:9px 0 8px;font-size:44px}.benefit-wallet-card .muted{line-height:1.65;word-break:keep-all}

/* Avoid vertical-looking Korean text when a container becomes narrow. */
.card,.widget,.item,.field,.admin-table th,.admin-table td{word-break:keep-all}.admin-table th,.admin-table td{overflow-wrap:normal}.page-heading h2,.section-title h2{word-break:keep-all}

/* Admin: labels carry meaning, placeholders are only examples. */
.admin-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-form-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.field{display:flex;flex-direction:column;gap:7px;min-width:0}.field-label{font-size:12px;font-weight:720;color:#5f6773;line-height:1.35}.field small{display:block;margin-top:3px;color:var(--muted);font-size:11px;line-height:1.45;font-weight:400}.check-field{min-height:70px;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid var(--line);border-radius:13px;background:#fbfcfd}.check-field>span{min-width:0}.check-field input{width:20px;height:20px;flex:none}.form-actions{display:flex;align-items:center;gap:8px;margin-top:14px}.form-actions .btn{width:auto!important;min-width:124px;justify-self:start}.subsection{margin-top:24px;padding-top:22px;border-top:1px solid var(--line)}.subsection-head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.subsection-head strong{font-size:15px}.subsection-head span{font-size:12px;color:var(--muted);line-height:1.5}.input-with-unit{display:flex;align-items:center;border:1px solid var(--line);border-radius:12px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.input-with-unit:focus-within{border-color:#8f99a8;box-shadow:0 0 0 3px rgba(15,23,42,.07)}.input-with-unit .input,.input-with-unit .input:focus,.input-with-unit .input:focus-visible{border:0!important;border-radius:0;outline:0!important;box-shadow:none!important}.input-with-unit>span{padding:0 12px;border-left:0;color:var(--muted);font-size:12px;white-space:nowrap}
.admin-shell .form-row>.btn,.admin-shell .form-row>label.btn{justify-self:start;width:auto;min-width:108px}.admin-shell .btn.primary{background:#edf4ff;color:#2458c5;border-color:#d7e4ff;box-shadow:none}.admin-shell .btn.primary:hover{background:#e3edff;border-color:#c6d8ff;color:#1d4eaf}.admin-shell .btn.primary:active{background:#dbe8ff}.admin-shell .admin-quick-action{box-shadow:none}.admin-shell .card{box-shadow:0 1px 2px rgba(15,23,42,.02),0 8px 24px rgba(15,23,42,.025)}
.admin-shell .input{overflow:hidden;text-overflow:ellipsis}.admin-shell select.input{padding-right:34px}.admin-table td .tech-note{display:block;margin-top:3px}.admin-table th{white-space:nowrap}.admin-table td{min-width:96px}.admin-table td:first-child{min-width:150px}

@media(max-width:900px){.benefit-layout{grid-template-columns:1fr}.benefit-choice-list{grid-template-columns:1fr}.admin-form-grid,.admin-form-grid.cols-3{grid-template-columns:1fr}}
@media(max-width:680px){.brand-image{max-width:92px;max-height:30px}.brand-subtitle{display:none}.benefit-wallet-card{min-height:170px}.benefit-wallet-card .kpi{font-size:38px}}
.benefit-choice-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.benefit-choice-top h3{min-width:0}.benefit-choice-top .status-chip{flex:none}
.benefit-choice-meta{display:flex;flex-wrap:wrap;gap:3px 10px}.benefit-choice-meta>span{white-space:nowrap}

/* rc11: authentication gate, clearer workspaces, operational admin UX */
.workspace-title{font-size:15px;line-height:1.2;font-weight:760;color:#2f3540;letter-spacing:-.015em;white-space:nowrap}

/* Logged-out visitors get a deliberate gate, never a flash of member data. */
.login-body{display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 0,#fff 0,#f5f7fa 44%,#eef2f6 100%)}
.login-shell{width:min(480px,100%)}
.login-card{background:rgba(255,255,255,.95);border:1px solid rgba(220,224,230,.95);border-radius:30px;padding:42px;box-shadow:0 28px 80px rgba(15,23,42,.10);backdrop-filter:blur(18px)}
.login-brand{min-height:44px;display:flex;align-items:center;margin-bottom:42px}.login-logo{display:block;max-width:130px;max-height:40px;width:auto;height:auto;object-fit:contain}
.login-copy h1{margin:8px 0 12px;font-size:34px;line-height:1.12;letter-spacing:-.045em}.login-copy p{margin:0;color:var(--muted);font-size:15px;line-height:1.75;word-break:keep-all}
.login-button{width:100%;min-height:52px;margin-top:32px;border-radius:15px;font-size:15px}.login-footnote{text-align:center;margin:14px 0 0;color:#8a919c;font-size:12px}

/* Credit remains two ledgers. The total is secondary, never the headline in the shop. */
.shop-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);gap:18px;align-items:stretch;margin-bottom:18px}.shop-copy,.credit-wallet{border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.94);padding:28px;box-shadow:var(--shadow)}.shop-copy{display:flex;flex-direction:column;justify-content:center}.shop-copy h1{font-size:34px;margin:8px 0 10px;letter-spacing:-.045em}.shop-copy p{max-width:620px;color:var(--muted);line-height:1.7;margin:0}
.credit-wallet{display:flex;flex-direction:column;gap:16px}.wallet-heading{display:flex;flex-direction:column;gap:4px}.wallet-heading>strong{font-size:17px;letter-spacing:-.02em}.wallet-buckets{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wallet-buckets>div{padding:16px;border:1px solid var(--line);border-radius:16px;background:#fafbfc;display:flex;flex-direction:column;gap:5px}.wallet-buckets span,.wallet-total-line span{font-size:12px;color:var(--muted);font-weight:680}.wallet-buckets strong{font-size:27px;letter-spacing:-.035em}.wallet-buckets small{font-size:11px;line-height:1.45;color:#8a919c;word-break:keep-all}.wallet-total-line{display:flex;justify-content:space-between;align-items:center;padding-top:2px}.wallet-total-line strong{font-size:14px}.credit-wallet>p{margin:0;color:var(--muted);font-size:11px;line-height:1.55}

/* Diamond VIP is stored as an overlay but presented as the highest selected tier. */
.hero.tier-vip{background:linear-gradient(126deg,#0b1020 0%,#151d31 34%,#283954 62%,#0f172a 100%);box-shadow:0 22px 58px rgba(15,23,42,.28),inset 0 0 0 1px rgba(213,235,255,.32)}
.hero.tier-vip:before{background:linear-gradient(112deg,rgba(147,197,253,.08) 8%,rgba(255,255,255,.34) 28%,rgba(196,181,253,.12) 44%,rgba(103,232,249,.16) 64%,rgba(255,255,255,.05) 84%);mix-blend-mode:screen}
.hero.tier-vip .tier-art{right:-24px;top:-66px;width:330px;height:330px;background:conic-gradient(from 210deg,rgba(103,232,249,.05),rgba(196,181,253,.30),rgba(255,255,255,.08),rgba(147,197,253,.32),rgba(103,232,249,.05));filter:blur(1px);transform:rotate(12deg);clip-path:polygon(50% 0,88% 24%,100% 64%,70% 100%,30% 100%,0 64%,12% 24%)}
.vip-caption{color:rgba(239,246,255,.78);font-size:12px;font-weight:650}.tier-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}

/* Admin forms are task surfaces, not dense rows of controls. */
.admin-subcard{margin:8px 0 16px;padding:18px;border:1px solid var(--line);border-radius:17px;background:#fafbfc}.auth-import-panel{background:linear-gradient(180deg,#fbfdff,#f8fafc)}
.admin-disclosure{margin-top:12px;border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.admin-disclosure>summary{cursor:pointer;list-style:none;padding:14px 16px;font-weight:720;font-size:13px;color:#505866}.admin-disclosure>summary::-webkit-details-marker{display:none}.admin-disclosure>summary:after{content:'열기';float:right;color:#8a919c;font-size:11px;font-weight:650}.admin-disclosure[open]>summary:after{content:'닫기'}.admin-disclosure-body{padding:16px;border-top:1px solid var(--line)}
.finder-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.permission-finder{margin-bottom:10px}.user-search-panel{margin:-4px 0 8px}.user-search-panel>.muted{margin-top:8px;font-size:12px}
.integration-results{display:flex;flex-direction:column;gap:8px;margin-top:12px}.integration-result{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;min-width:0}.integration-result>div{min-width:0}.integration-result .muted{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.integration-app{display:flex;align-items:center;gap:12px;min-width:0}.service-icon-shell{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:11px;background:#f2f4f7;overflow:hidden}.service-icon-shell img{width:100%;height:100%;object-fit:cover}.empty.compact{padding:16px 8px}
.inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.audience-detail{min-width:0;display:flex;align-items:end}.audience-detail>.input,.audience-detail>.inline-control{width:100%}

.announcement-editor{display:flex;flex-direction:column;gap:12px}.editor-step{padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff}.editor-step-head{display:flex;align-items:center;gap:11px;margin-bottom:16px}.editor-step-head>span{width:28px;height:28px;border-radius:9px;background:#f0f3f7;color:#4f5967;display:grid;place-items:center;font-size:12px;font-weight:800;flex:none}.editor-step-head>div{display:flex;flex-direction:column;gap:3px}.editor-step-head strong{font-size:15px}.editor-step-head small{font-size:11px;color:var(--muted);line-height:1.45}.announcement-editor textarea.input{min-height:104px;resize:none}.announcement-editor .field+ .field{margin-top:0}.announcement-editor>.editor-step>.field{margin-top:14px}
.delivery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.choice-row{display:flex;align-items:center;gap:11px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fafbfc;cursor:pointer}.choice-row input{width:19px;height:19px;flex:none}.choice-row>span{display:flex;flex-direction:column;gap:2px}.choice-row strong{font-size:13px}.choice-row small{font-size:11px;color:var(--muted);line-height:1.45}

/* Make the left rail useful without shouting. */
.admin-sidebar{padding:12px}.admin-nav{gap:5px}.admin-nav-item{min-height:46px;padding:11px 13px;font-size:13px}.admin-nav-item.active{background:#f0f3f7;box-shadow:inset 3px 0 0 #8c96a5}.admin-section-intro{padding-top:8px;margin-bottom:20px}.admin-section-intro h2{font-size:30px}.admin-shell .card{padding:28px}.admin-shell .section-title h2{font-size:20px}.admin-shell .section-title{margin-bottom:22px}

@media(max-width:900px){.shop-hero{grid-template-columns:1fr}.wallet-buckets{grid-template-columns:1fr}.delivery-options{grid-template-columns:1fr}}
@media(max-width:680px){.login-card{padding:28px 22px;border-radius:24px}.login-copy h1{font-size:29px}.workspace-title{display:none}.finder-row,.inline-control{grid-template-columns:1fr}.integration-result{align-items:flex-start;flex-direction:column}.integration-result>.btn{width:100%}.editor-step{padding:16px}}
@media(prefers-reduced-motion:no-preference){.hero.tier-vip .tier-art{animation:wfixVipGlow 8s ease-in-out infinite alternate}@keyframes wfixVipGlow{from{transform:rotate(8deg) scale(.96);opacity:.72}to{transform:rotate(18deg) scale(1.04);opacity:1}}}

/* rc11.1: clearer workspace context and conditional admin editors */
.workspace-context{display:flex;flex-direction:column;gap:2px;min-width:0;padding-left:2px}.workspace-context strong{font-size:14px;line-height:1.15;font-weight:780;letter-spacing:-.02em;color:#252a31;white-space:nowrap}.workspace-context span{font-size:11px;line-height:1.25;color:#858d98;white-space:nowrap}
.conditional-config-stack{display:flex;flex-direction:column;gap:10px;margin-top:14px}.conditional-config{padding:18px;border:1px solid var(--line);border-radius:17px;background:#fafbfc}.conditional-config-head{display:flex;flex-direction:column;gap:4px;margin-bottom:15px}.conditional-config-head strong{font-size:14px;letter-spacing:-.015em}.conditional-config-head span{font-size:12px;line-height:1.55;color:var(--muted);word-break:keep-all}.conditional-config .admin-form-grid{margin-bottom:0}.narrow-field{max-width:380px}.compact-unit{width:auto;min-width:92px;border-left:1px solid var(--line)!important}.field-help{display:block;margin-top:6px;color:var(--muted);font-size:11px;line-height:1.45}.inline-guidance{padding:12px 14px;border-radius:13px;background:#f3f5f8;color:#666f7b;font-size:12px;line-height:1.55;word-break:keep-all}.fulfillment-configs .conditional-config{background:linear-gradient(180deg,#fbfcfd,#f8fafc)}
.admin-shell .admin-form-grid>.field,.admin-shell .conditional-config .field{min-width:0}.admin-shell .form-actions{margin-top:14px}.admin-shell .form-actions .btn.primary{min-width:120px}.admin-shell .section-title .muted{max-width:820px;line-height:1.6}.admin-shell .table-scroll{margin-top:12px}.admin-shell .table-scroll table{margin-top:0}
.shop-shell .workspace-context,.app-shell .workspace-context,.admin-shell .workspace-context{margin-left:2px}
@media(max-width:680px){.workspace-context span{display:none}.workspace-context strong{font-size:13px}.conditional-config{padding:15px}.narrow-field{max-width:none}}

/* rc11.2: stronger context, aligned admin tasks, calmer hierarchy */
.workspace-context{margin-left:10px!important;padding-left:14px!important;border-left:1px solid #e1e5ea;gap:3px!important}
.workspace-context strong{font-size:16px!important;line-height:1.18!important;font-weight:790!important;color:#1f242c!important}
.workspace-context span{font-size:12px!important;line-height:1.3!important;color:#7f8792!important}
.import-options{display:grid;grid-template-columns:minmax(180px,280px) minmax(280px,1fr);gap:10px;margin-top:10px;align-items:end}
.compact-choice{min-height:64px;background:#fff}.compact-choice strong{font-size:13px}.compact-choice small{font-size:11px;color:var(--muted);line-height:1.45}
.compact-task-card{margin-top:14px;background:#fbfcfd}.admin-form-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.split-inputs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.preset-explainer{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.preset-explainer strong{font-size:14px}.preset-explainer span{font-size:12px;color:var(--muted);line-height:1.55}
.admin-shell .admin-form-grid{align-items:end}.admin-shell .field{align-self:stretch}.admin-shell .field>.input,.admin-shell .field>.input-with-unit,.admin-shell .field>.split-inputs{margin-top:auto}
.admin-shell .compact-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-shell .integration-result .compact-actions{flex:none}
.admin-shell .btn.primary{font-weight:720}.admin-shell .btn:not(.primary){color:#3f4752}
@media(max-width:1100px){.admin-form-grid.cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.import-options{grid-template-columns:1fr}}
@media(max-width:680px){.workspace-context{margin-left:6px!important;padding-left:10px!important}.workspace-context strong{font-size:14px!important}.workspace-context span{display:none}.admin-form-grid.cols-4,.split-inputs{grid-template-columns:1fr}}

/* rc11 task-focused service and integration surfaces */
.service-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 14px}.service-toolbar .search-field{flex:1;max-width:520px}.service-toolbar .search-field .input{width:100%}.service-summary{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.service-summary span{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.8);color:#69717d;font-size:12px;white-space:nowrap}.service-summary strong{font-size:13px;color:#20252c}.integration-meta{margin-top:6px;color:#7b8490;font-size:11px;line-height:1.4}.auth-import-panel{background:linear-gradient(180deg,#fbfcff,#f8fafc)}
.admin-shell .admin-subcard .table-scroll:last-child{margin-bottom:0}.admin-shell .compact-task-card>.subsection-head:first-child{margin-top:0}.admin-shell .finder-row+.admin-form-grid{margin-top:14px}.admin-shell .notice+ .subsection{margin-top:20px}.admin-shell details.admin-disclosure{margin-top:16px}.admin-shell .check-field input{accent-color:#65748a}
@media(max-width:760px){.service-toolbar{align-items:stretch;flex-direction:column}.service-toolbar .search-field{max-width:none}.service-summary{justify-content:flex-start}}


/* rc12 handoff: Korean typography, spacing, form affordance, and quieter admin hierarchy. */
:root{font-family:"Pretendard Variable",Pretendard,"Noto Sans KR","Apple SD Gothic Neo",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body{word-break:keep-all;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
input,textarea{word-break:normal}
select.input{padding-right:42px!important;background-position:right 14px center!important}
.workspace-context{display:flex;flex-direction:column;gap:3px;padding-left:2px}.workspace-context strong{font-size:16px;line-height:1.2;letter-spacing:-.02em}.workspace-context span{font-size:12px;color:var(--muted);line-height:1.3}
.credit-split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:12px}.credit-split>div{display:flex;flex-direction:column;gap:3px;min-width:0}.credit-split span{font-size:11px;color:var(--muted);line-height:1.35}.credit-split strong{font-size:14px;line-height:1.35;white-space:nowrap}.metric-card .kpi{margin-bottom:8px}
.shop-filter{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 18px;padding:2px}.shop-filter-item{appearance:none;border:1px solid var(--line);background:rgba(255,255,255,.82);min-height:38px;padding:8px 14px;border-radius:999px;color:#626a75;font-weight:680;cursor:pointer;transition:.15s ease}.shop-filter-item:hover{background:#fff;border-color:var(--line-strong)}.shop-filter-item.active{background:#1f2937;color:#fff;border-color:#1f2937;box-shadow:none}
.admin-toast{position:fixed;right:26px;bottom:26px;z-index:80;width:min(420px,calc(100vw - 32px));padding:14px 16px;border:1px solid #dce1e8;border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 18px 48px rgba(15,23,42,.15);font-size:13px;line-height:1.55;color:#2b3139}.admin-toast.error-tone{border-color:#ffd3cc;background:#fff8f7;color:#9f2d22}.admin-toast.success-tone{border-color:#cdebdc;background:#f7fffb;color:#156244}
.announcement-status{margin-bottom:14px;padding:13px 15px;border-radius:14px;background:#f3f6fa;color:#55606d;font-size:13px;line-height:1.55}.announcement-status.error-tone{background:#fff3f1;color:#a13025}.announcement-status.success-tone{background:#eefaf4;color:#176a4d}
.user-admin-summary{margin-top:16px;padding:18px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(180deg,#fbfcfd,#f8fafc)}.user-admin-summary-head{display:flex;justify-content:space-between;align-items:center;gap:16px}.user-admin-summary-head>div{display:flex;flex-direction:column;gap:4px}.user-admin-summary-head strong{font-size:16px}.user-admin-summary-head span{font-size:12px;color:var(--muted)}.user-admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:15px}.user-admin-metrics>div{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:4px}.user-admin-metrics span{font-size:11px;color:var(--muted)}.user-admin-metrics strong{font-size:18px;line-height:1.25}.compact-subsection{margin-top:16px;padding-top:16px;border-top:1px solid var(--line)}
.admin-shell .btn.primary{background:#eaf2ff!important;color:#205db4!important;border-color:#cfe0ff!important}.admin-shell .btn.primary:hover{background:#dfeaff!important}.admin-shell .form-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-shell .admin-form-grid{gap:12px 14px}.admin-shell .field-label{margin-bottom:7px;line-height:1.4}.admin-shell select.input{min-width:0}.admin-shell .section-title{gap:24px}.admin-shell .card+.card{margin-top:0}
.project-price-preset-guidance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:10px 0 0}.project-price-preset-guidance>span{padding:10px 12px;border:1px dashed var(--line-strong);border-radius:12px;background:#fbfcfd;color:var(--muted);font-size:12px;line-height:1.45}
@media(max-width:900px){.user-admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.credit-split{grid-template-columns:1fr}.project-price-preset-guidance{grid-template-columns:1fr}}
@media(max-width:600px){.user-admin-metrics{grid-template-columns:1fr}.admin-toast{right:16px;bottom:16px}}

/* rc12 final UI freeze: wallet hierarchy and small control breathing room. */
.wallet-summary{display:flex;flex-direction:column;justify-content:center;gap:4px}.wallet-summary-title{margin:0 0 8px}.wallet-summary-title h2{font-size:16px;margin:3px 0 0}.wallet-summary .credit-split{margin:0;gap:10px}.wallet-summary .credit-split>div{padding:10px 11px;border-radius:13px;background:#f7f8fa;border:1px solid #eceef2}.wallet-summary .credit-split span{font-size:11px}.wallet-summary .credit-split strong{font-size:17px;letter-spacing:-.02em}.wallet-summary-note{font-size:11px;line-height:1.45;color:var(--muted);margin-top:4px}
.input,select.input{min-width:0}select.input{background-origin:border-box!important}select.input option{word-break:normal}.field{min-width:0}.field-label{word-break:keep-all}
@media(max-width:900px){.wallet-summary .credit-split{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:620px){.wallet-summary .credit-split{grid-template-columns:1fr}.wallet-summary .credit-split>div{display:grid;grid-template-columns:1fr auto;align-items:center}.wallet-summary .credit-split strong{text-align:right}}

/* rc13: connected admin task flows and capability diagnostics */
.tier-adjustment-list{display:flex;flex-direction:column;gap:8px}.tier-adjustment-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fafbfc}.tier-adjustment-row>div{min-width:0}.tier-adjustment-row .muted{margin-top:3px}.integration-health-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.integration-health-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 10px;align-items:center;padding:11px 13px;border:1px solid var(--line);border-radius:13px;background:#fafbfc}.integration-health-row>span{font-size:12px;font-weight:700}.integration-health-row>strong{font-size:11px;color:#a33}.integration-health-row>strong.ok-text{color:#26734d}.integration-health-row>small{grid-column:1/-1;color:var(--muted);font-size:10px;line-height:1.45;word-break:keep-all}.btn.danger{color:#a52626;border-color:#efcaca;background:#fff8f8}.btn.danger:hover{background:#fff1f1}.user-admin-summary{scroll-margin-top:110px}
@media(max-width:680px){.integration-health-details{grid-template-columns:1fr}.tier-adjustment-row{align-items:flex-start;flex-direction:column}.tier-adjustment-row .btn{width:100%}}

/* rc13 lifecycle controls */
.compact-list{display:grid;gap:8px;margin-top:12px}
.compact-list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid var(--line,#e5e7eb);border-radius:12px;background:var(--surface,#fff)}
.compact-list-row>span{display:grid;gap:2px;min-width:0}.compact-list-row small{color:var(--muted,#667085)}
@media(max-width:700px){.compact-list-row{align-items:flex-start;flex-direction:column}}

/* rc14: safe reversals and lifecycle detail */
.credit-grant-history{display:grid;gap:8px;margin-top:14px}.credit-grant-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.credit-grant-row>div:first-child{display:grid;gap:3px;min-width:0}.credit-grant-row span,.credit-grant-row small{font-size:11px;color:var(--muted);line-height:1.45}.credit-grant-row .warning-text{color:#9a5a16}.integration-health-summary{grid-column:1/-1;display:grid;gap:4px;padding:12px 14px;border:1px solid #efd7b0;border-radius:13px;background:#fffaf2}.integration-health-summary strong{font-size:12px;color:#81500f}.integration-health-summary span{font-size:11px;line-height:1.5;color:#735d3e}.secret-value{margin:8px 0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;overflow-wrap:anywhere}.status-chip.warning,.pill.warning{border-color:#ecd4ac;background:#fff8ec;color:#89520b}.status-chip.info{background:#edf5ff;color:#315d8d}
@media(max-width:680px){.credit-grant-row{align-items:flex-start;flex-direction:column}.credit-grant-row .compact-actions,.credit-grant-row .btn{width:100%}}
.project-price-preview{margin-top:10px;padding:13px 14px;border:1px solid var(--line);border-radius:13px;background:#fafbfc;line-height:1.5}.project-price-preview-value{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap}.project-price-preview-value strong{font-size:19px}.project-price-preview-value span{font-size:11px;color:var(--muted)}
.page-toast{position:fixed;right:26px;bottom:26px;z-index:80;width:min(420px,calc(100vw - 32px));padding:14px 16px;border:1px solid #dce1e8;border-radius:15px;background:rgba(255,255,255,.97);box-shadow:0 18px 48px rgba(15,23,42,.15);font-size:13px;line-height:1.55;color:#2b3139}.page-toast.error-tone{border-color:#ffd3cc;background:#fff8f7;color:#9f2d22}.page-toast.success-tone{border-color:#cdebdc;background:#f7fffb;color:#156244}@media(max-width:600px){.page-toast{right:16px;bottom:16px}}

/* rc15 service catalog flow */
.catalog-pager{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.catalog-pager .btn:disabled{opacity:.45;cursor:not-allowed}.service-add-panel{margin-top:18px}.service-add-panel>.admin-disclosure-body{background:#fbfcfd}.bounded-results{max-height:430px;overflow:auto;padding-right:4px}.search-meta{margin-top:8px;font-size:12px}.service-toolbar{align-items:end}@media(max-width:680px){.service-toolbar{align-items:stretch;flex-direction:column}.service-summary{justify-content:flex-start}.catalog-pager{justify-content:stretch}.catalog-pager .btn{flex:1}}


/* rc21: task-flow UI and consistent action surfaces */
.segmented-control{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--line);border-radius:13px;background:#f6f7f9}.segment{appearance:none;border:0;background:transparent;color:#67707c;min-height:36px;padding:7px 12px;border-radius:9px;font-weight:720;cursor:pointer;white-space:nowrap}.segment:hover{color:#171b24;background:#fff}.segment.active,.segment[aria-pressed="true"]{background:#fff;color:#111827;box-shadow:0 1px 3px rgba(15,23,42,.10),0 0 0 1px rgba(17,24,39,.04)}
.service-card-main{min-width:0}.service-description{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:4.65em}.service-card-footer{align-items:center!important}.service-card-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}.favorite-action{appearance:none;border:1px solid transparent;background:transparent;color:#747d89;min-height:38px;padding:7px 9px;border-radius:10px;display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-size:12px;font-weight:700}.favorite-action:hover{background:#f3f5f8;color:#303742}.favorite-action.active{background:#fff8e6;color:#8a6200;border-color:#f0dfaa}.service.medium{min-height:250px}.service.large{min-height:250px}.service.small{min-height:220px}
.service-detail-dialog{width:min(620px,calc(100% - 28px));border:0;padding:0;border-radius:22px;box-shadow:0 28px 80px rgba(15,23,42,.24);background:transparent}.service-detail-dialog::backdrop{background:rgba(20,25,34,.35);backdrop-filter:blur(3px)}.service-detail-panel{background:#fff;border-radius:22px;padding:24px}.service-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.service-detail-identity{display:flex;align-items:center;gap:14px;min-width:0}.service-detail-identity>div:last-child{min-width:0}.service-detail-identity h2{margin:5px 0 7px;font-size:22px;line-height:1.25}.service-detail-icon{width:64px;height:64px;max-width:64px;max-height:64px;border-radius:16px;object-fit:contain;background:#f2f4f7;padding:5px}.service-detail-copy{margin-top:20px;padding:17px 18px;border-radius:15px;background:#f7f8fa;color:#3f4752;line-height:1.7;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere}.service-detail-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:20px}.dialog-close{font-size:23px;line-height:1}
.field-span-2{grid-column:1/-1}.service-editor-panel{margin-top:16px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff}.service-editor-panel .subsection-head{margin-bottom:16px}.service-editor-panel textarea.input{min-height:112px}.tier-management-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:14px;margin-top:16px}.tier-management-grid>.compact-subsection{margin-top:0;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fbfcfd}.tier-current-panel .tier-adjustment-list{max-height:340px;overflow:auto;padding-right:3px}.tier-adjustment-row,.credit-grant-row,.integration-result{padding:14px 15px;gap:12px}.tier-adjustment-row .btn,.credit-grant-row .btn{flex:none}.form-actions{row-gap:8px}
@media(max-width:900px){.tier-management-grid{grid-template-columns:1fr}.service-card-footer{align-items:flex-start!important;flex-direction:column}.service-card-actions,.favorite-action{width:100%}.service-card-actions .btn,.service-card-actions a.btn{flex:1;text-align:center;justify-content:center}.service-view-toggle{width:100%}.service-view-toggle .segment{flex:1}}
@media(max-width:680px){.service-detail-panel{padding:20px}.service-detail-actions{flex-direction:column-reverse}.service-detail-actions .btn,.service-detail-actions a.btn{width:100%;text-align:center}.service-detail-identity{align-items:flex-start}.service-detail-icon{width:52px;height:52px;max-width:52px;max-height:52px}}

/* rc21: benefit flows and action spacing */
.benefit-layout{grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);align-items:start}
.benefit-choice-card,.benefit-voucher-card{min-width:0}
.benefit-choice-list{display:flex;flex-direction:column;gap:12px}
.benefit-choice-card>.section-title{margin-bottom:10px}
.benefit-choice-item{padding:14px 16px 16px;border:1px solid var(--line);border-radius:16px;background:#fbfcfd}
.benefit-option-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:10px;margin-top:0}
.benefit-option{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;min-width:0}
.benefit-option>div{display:flex;flex-direction:column;gap:4px;min-width:0;overflow-wrap:anywhere}.benefit-option strong{line-height:1.45;word-break:keep-all}.benefit-option span:not(.service-category){font-size:12px;color:var(--muted)}.benefit-option>.btn{flex:none}
.voucher-list{display:flex;flex-direction:column;gap:10px}.voucher-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 15px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.voucher-item>div:first-child{display:flex;flex-direction:column;gap:4px;min-width:0}.voucher-item strong{word-break:keep-all}.voucher-item span:not(.service-category),.voucher-item small{color:var(--muted);font-size:12px;line-height:1.45}.voucher-action{flex:none}.redeem-code-panel{margin-top:16px;padding-top:16px;border-top:1px solid var(--line);display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1fr);gap:14px;align-items:end}.redeem-code-panel>div:first-child{display:flex;flex-direction:column;gap:5px}.redeem-code-panel>div:first-child span{font-size:12px;color:var(--muted);line-height:1.5}.compact-empty{padding:18px!important}
.admin-subcard,.compact-task-card,.conditional-config{box-sizing:border-box}.compact-actions{align-items:center}.compact-actions .btn{min-height:36px}.admin-table td:last-child .btn{margin-block:2px}
@media(max-width:900px){.benefit-layout{grid-template-columns:1fr}.benefit-option-grid{grid-template-columns:1fr}.redeem-code-panel{grid-template-columns:1fr}}
@media(max-width:560px){.benefit-option,.voucher-item{align-items:stretch;flex-direction:column}.benefit-option .btn,.voucher-action .btn{width:100%}.voucher-action{width:100%}}
.next-step-panel{margin-top:14px;padding:14px 15px;border:1px solid #cfe0f5;border-radius:14px;background:#f7fbff;display:flex;align-items:center;justify-content:space-between;gap:14px}.next-step-panel>div{display:flex;flex-direction:column;gap:4px}.next-step-panel span{font-size:12px;color:var(--muted);line-height:1.5}.next-step-panel[hidden]{display:none}.admin-form-grid textarea.input{resize:none;line-height:1.55}
@media(max-width:680px){.next-step-panel{align-items:stretch;flex-direction:column}.next-step-panel .btn{width:100%}}
.service-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.service-order-handle{display:inline-flex;align-items:center;justify-content:center;margin:-4px -4px 10px;padding:6px 9px;border-radius:9px;background:#eef3f8;color:#4f5f70;font-size:11px;font-weight:750;cursor:grab}.service.is-order-editing{position:relative;outline:1px dashed #b8c6d6;outline-offset:-1px}.service.is-order-editing:active .service-order-handle{cursor:grabbing}.service.is-order-editing.drop-before:before,.service.is-order-editing.drop-after:after{content:"";position:absolute;top:8px;bottom:8px;width:3px;border-radius:999px;background:currentColor;opacity:.72;pointer-events:none}.service.is-order-editing.drop-before:before{left:-7px}.service.is-order-editing.drop-after:after{right:-7px}
@media(max-width:900px){.service-heading-actions{width:100%;justify-content:stretch}.service-heading-actions>.btn{flex:1}}

/* rc21: unified user directory */
.user-directory-table td{vertical-align:middle}.user-directory-table td:first-child strong{display:block}.user-directory-table td:first-child small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.directory-remote-only{background:#fbfcfd}.directory-remote-only td{color:#5f6875}.user-search-panel{display:grid;gap:8px}.user-search-panel .finder-row{margin:0}.small-note{font-size:11px}.inline-guidance.error-tone{border-color:#f1c9c4;background:#fff8f7;color:#9b3228}

/* rc22 UI/UX finish: explicit state, cleaner controls, stronger tier identity. */
body.network-busy::before{content:'';position:fixed;z-index:9999;top:0;left:0;width:34%;height:3px;border-radius:0 3px 3px 0;background:#3b82f6;box-shadow:0 0 12px rgba(59,130,246,.35);animation:wfix-request-progress 1.05s ease-in-out infinite}
@keyframes wfix-request-progress{0%{transform:translateX(-105%)}55%{transform:translateX(150%)}100%{transform:translateX(310%)}}
.btn.primary.quiet{background:var(--accent)!important;color:#fff!important;border-color:var(--accent)!important}.admin-shell .btn.primary.quiet{background:#eaf2ff!important;color:#205db4!important;border-color:#cfe0ff!important}
.hero.tier-silver{background:linear-gradient(128deg,#747b84 0%,#a8adb4 46%,#e3e5e8 100%)}
.hero.tier-platinum{background:linear-gradient(128deg,#303a4d 0%,#53657e 42%,#7d90ad 72%,#b8c5d7 100%)}
.widget.tier-widget.tier-silver{background:linear-gradient(145deg,#7b8189,#c4c8cd)}
.widget.tier-widget.tier-platinum{background:linear-gradient(145deg,#38465d,#7286a5)}
.tier-apply-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(116px,150px);gap:12px 14px;align-items:start}.tier-apply-grid .tier-mode-field{grid-column:1/-1}.tier-apply-grid select.input{overflow:visible;text-overflow:clip;padding-right:38px}.tier-apply-grid .field-help{max-width:720px}
.inline-status{margin-top:10px;color:#66717e;font-size:12px;line-height:1.55;word-break:keep-all}.inline-status:before{content:'상태';display:inline-block;margin-right:7px;color:#8a94a2;font-size:10px;font-weight:800;letter-spacing:.04em}
.service-heading-actions .btn.primary{background:#171b24;color:#fff;border-color:#171b24}.service-heading-actions .btn.primary:hover{background:#252b34}.service-order-handle{user-select:none}
.service{display:flex;flex-direction:column}.service-card-main{flex:1}.service-card-footer{margin-top:16px!important;padding-top:14px;border-top:1px solid #eef1f4;min-height:54px}.service-card-actions{min-height:38px}.favorite-action{min-width:108px;justify-content:flex-start}
.order-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.order-actions .btn{min-height:34px}
.admin-shell .input-with-unit>.input[inputmode]{appearance:textfield}.admin-shell input[inputmode="numeric"],.admin-shell input[inputmode="decimal"]{font-variant-numeric:tabular-nums}
.admin-shell select.input{line-height:1.35;text-overflow:ellipsis}.admin-shell .compact-actions{gap:7px;flex-wrap:wrap}
.admin-shell .auth-sync-panel{background:#fff;border-color:#e7eaf0}.admin-shell .auth-sync-panel .form-actions{margin-top:8px}.admin-shell .auth-sync-panel .btn.primary{box-shadow:none}
@media(max-width:680px){.tier-apply-grid{grid-template-columns:1fr}.tier-apply-grid .tier-mode-field{grid-column:auto}.order-actions{align-items:stretch;flex-direction:column}.order-actions .btn{width:100%}}
.btn.is-requesting{pointer-events:none}.btn.is-requesting::after{content:'';width:12px;height:12px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:wfix-spin .7s linear infinite;opacity:.7}@keyframes wfix-spin{to{transform:rotate(360deg)}}
.input[aria-invalid="true"]{border-color:#d66b62!important;box-shadow:0 0 0 3px rgba(214,107,98,.12)!important}
.input-with-unit:has(.input[aria-invalid="true"]){border-color:#d66b62!important;box-shadow:0 0 0 3px rgba(214,107,98,.12)!important}
.input-with-unit .input[aria-invalid="true"]{border:0!important;box-shadow:none!important}


/* rc23 commerce completion: manual bank flow and credit correction cases */
.payment-dialog{width:min(620px,calc(100% - 28px));border:0;padding:0;background:transparent}.payment-dialog::backdrop{background:rgba(20,25,34,.4);backdrop-filter:blur(3px)}.payment-dialog .service-dialog-card{background:#fff;border-radius:22px;padding:24px;box-shadow:0 28px 80px rgba(15,23,42,.24)}.payment-dialog .service-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.payment-dialog .service-dialog-head h2{margin:4px 0 0}.payment-summary{display:grid;grid-template-columns:minmax(0,.7fr) minmax(0,1.3fr);gap:10px;margin-bottom:14px}.payment-summary>div,.payment-detail-list>div{display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.payment-summary span,.payment-detail-list span{font-size:11px;color:var(--muted)}.payment-summary strong,.payment-detail-list strong{font-size:15px;line-height:1.4;overflow-wrap:anywhere}.payment-summary small{font-size:11px;color:var(--muted)}.payment-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.payment-order-created{display:grid;gap:10px}.bank-order-note{display:flex;flex-direction:column;gap:2px;margin-top:7px;padding:8px 10px;border-radius:10px;background:#f5f7fa;color:#5d6672;font-size:11px;line-height:1.45}.warning-guidance{background:#fff8e8!important;color:#775716!important}.credit-correction-list{display:grid;gap:10px;margin-top:12px}.credit-correction-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);gap:14px;padding:14px;border:1px solid #ead9ac;border-radius:14px;background:#fffdf7}.credit-correction-row>div:first-child{display:flex;flex-direction:column;gap:4px}.credit-correction-row span,.credit-correction-row small{font-size:11px;color:var(--muted);line-height:1.45}.credit-correction-actions{display:grid;grid-template-columns:minmax(160px,1fr) auto auto;gap:8px;align-items:center}.credit-correction-actions .input{min-width:0}
@media(max-width:760px){.payment-summary,.payment-detail-list{grid-template-columns:1fr}.credit-correction-row{grid-template-columns:1fr}.credit-correction-actions{grid-template-columns:1fr}.credit-correction-actions .btn{width:100%}}

/* rc25 product completion: spacing, refund workflow, receipts, and in-app notifications */
.form-actions + .inline-guidance,
.form-actions + .inline-status,
.form-actions + .notice,
.form-actions + .next-step-panel{margin-top:12px}
.spaced-feedback{margin-top:12px}
.payment-dialog .inline-guidance + .field{margin-top:14px}
.payment-dialog .field + .inline-guidance{margin-top:10px}
.bank-depositor-field{margin-top:2px}.bank-due-note{margin-top:12px}.modal-inline-error{border:1px solid #f1c9c4}.refund-request-field{margin-top:14px}

.refund-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,240px) auto;gap:10px;align-items:end;margin-top:14px}.refund-toolbar .search-field,.refund-toolbar .field{margin:0}.refund-toolbar .btn{min-height:42px}.refund-search-meta{margin-top:10px}.refund-request-cell{display:flex;flex-direction:column;align-items:flex-start;gap:5px;max-width:360px}.refund-request-cell small{font-size:11px;line-height:1.45;color:var(--muted);overflow-wrap:anywhere}.refund-review-summary{margin-bottom:12px}.refund-user-request{padding:14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}.refund-user-request strong{font-size:12px}.refund-user-request p{margin:7px 0 0;font-size:13px;line-height:1.6;white-space:pre-wrap}.refund-reason-field{margin-top:14px}.refund-dialog-actions{justify-content:flex-end}.btn.danger{background:#fff4f2;border-color:#efcbc6;color:#a43d32}.btn.danger:hover{background:#ffebe8}

.order-action-buttons{justify-content:flex-end;flex-wrap:wrap}.order-refund-state{display:flex;flex-direction:column;align-items:flex-end;gap:4px;margin-top:4px}.order-refund-state small{max-width:360px;color:var(--muted);font-size:11px;line-height:1.4;text-align:right}.receipt-dialog{width:min(680px,calc(100% - 28px))}.receipt-sheet{display:grid;gap:16px}.receipt-brand{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:14px;border-bottom:2px solid #222}.receipt-brand strong{font-size:24px;letter-spacing:-.04em}.receipt-brand span{font-size:12px;color:var(--muted)}.receipt-meta{display:grid;grid-template-columns:1fr 1fr;gap:8px 18px;margin:0}.receipt-meta>div{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #eef0f3}.receipt-meta dt{font-size:11px;color:var(--muted)}.receipt-meta dd{margin:0;font-size:12px;font-weight:650;overflow-wrap:anywhere}.receipt-items{display:grid;border-top:1px solid var(--line)}.receipt-line{padding:12px 0;border-bottom:1px solid var(--line)}.receipt-line>div{display:flex;justify-content:space-between;gap:12px}.receipt-line span{font-size:11px;color:var(--muted)}.receipt-total{display:flex;align-items:center;justify-content:space-between;padding:16px;border-radius:14px;background:#f5f7fa}.receipt-total span{font-size:12px;color:var(--muted)}.receipt-total strong{font-size:20px}.receipt-notice{font-size:11px}.receipt-actions{justify-content:flex-end}

.notification-heading-actions{display:flex;align-items:center;gap:8px}.notification-inbox{display:grid;gap:10px}.notification-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:15px 16px;border:1px solid var(--line);border-radius:16px;background:#fff}.notification-item.unread{background:#f7faff;border-color:#dce8f8;box-shadow:inset 3px 0 0 #79a7df}.notification-copy{min-width:0}.notification-copy>strong{display:block;margin-top:7px;font-size:14px}.notification-copy p{margin:5px 0 0;color:#5f6875;font-size:12px;line-height:1.55;white-space:pre-wrap}.notification-meta{display:flex;align-items:center;gap:8px}.notification-meta time{font-size:10px;color:var(--muted)}.notification-actions{display:flex;gap:7px;flex:none}.setting-row.channel-unavailable{background:#fafbfc;color:#7b8490}.setting-row.channel-unavailable strong{color:#69727e}

@media(max-width:760px){.refund-toolbar{grid-template-columns:1fr}.refund-toolbar .btn{width:100%}.receipt-meta{grid-template-columns:1fr}.notification-item{align-items:flex-start;flex-direction:column}.notification-actions{width:100%}.notification-actions .btn{flex:1}.order-refund-state{align-items:flex-start}.order-refund-state small{text-align:left}.order-action-buttons{justify-content:flex-start}}

@media print{
  body.print-receipt{background:#fff!important}
  body.print-receipt main,body.print-receipt #bankTransferDialog,body.print-receipt #refundRequestDialog{display:none!important}
  body.print-receipt #receiptDialog{position:static!important;inset:auto!important;display:block!important;width:100%!important;max-width:none!important;margin:0!important;border:0!important;background:#fff!important}
  body.print-receipt #receiptDialog::backdrop{display:none!important}
  body.print-receipt #receiptDialog .service-dialog-card{padding:0!important;box-shadow:none!important}
  body.print-receipt #receiptDialog .service-dialog-head,body.print-receipt #receiptDialog .receipt-actions{display:none!important}
  body.print-receipt .receipt-notice{border:1px solid #ddd;background:#fff!important;color:#555!important}
}

/* rc26 product polish: visible notification counts, resilient long values, and flow spacing */
.notification-nav-item{position:relative;display:inline-flex!important;align-items:center;gap:7px}.nav-count{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#d94f4f;color:#fff;font-size:10px;font-weight:800;line-height:1}.nav-count[hidden]{display:none!important}
.truncate-value{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.value-wrap{overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal}.clamp-value{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow-wrap:anywhere;word-break:break-word}
.refund-table{width:100%;min-width:980px;table-layout:fixed}.refund-table .refund-col-order{width:21%}.refund-table .refund-col-user{width:16%}.refund-table .refund-col-payment{width:13%}.refund-table .refund-col-request{width:21%}.refund-table .refund-col-review{width:15%}.refund-table .refund-col-actions{width:14%}.refund-table td{min-width:0;vertical-align:middle}.refund-order-meta{display:grid;gap:3px;margin-top:3px;min-width:0}.refund-row-actions{justify-content:flex-start;flex-wrap:wrap}.refund-row-actions .btn{min-width:0;white-space:nowrap}
.order-history-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(150px,220px);gap:10px;margin:14px 0 0}.order-history-toolbar .search-field,.order-history-toolbar .field{margin:0}.order-search-meta{margin:9px 0 12px;font-size:11px}.order-identity{min-width:0;max-width:100%}.order-identity>.truncate-value{max-width:360px}
.receipt-line>small{display:block;margin-top:5px;font-size:11px;line-height:1.5}.receipt-meta dd{min-width:0}
.inline-guidance.error-tone{border:1px solid #f1c9c4}.payment-dialog .service-dialog-card>*+*{margin-top:12px}.payment-dialog .service-dialog-head+*{margin-top:0}.payment-dialog .service-dialog-head{margin-bottom:18px}.payment-dialog .service-dialog-head+ .inline-guidance,.payment-dialog .service-dialog-head+ #bankDialogBody,.payment-dialog .service-dialog-head+ .receipt-sheet,.payment-dialog .service-dialog-head+ .refund-review-summary{margin-top:0}.admin-subcard>.inline-guidance:not(:first-child),.compact-task-card>.inline-guidance:not(:first-child),.editor-step>.inline-guidance:not(:first-child),.conditional-config>.inline-guidance:not(:first-child),.card>.inline-guidance.spaced-feedback{margin-top:12px}.choice-row+.inline-guidance,.inline-guidance+.form-actions,.field+.form-actions,.admin-form-grid+.inline-guidance{margin-top:12px}
@media(max-width:760px){.order-history-toolbar{grid-template-columns:1fr}.order-identity>.truncate-value{max-width:100%}.notification-nav-item{gap:5px}}

@media print{
  body.print-receipt main{display:none!important}
  body.print-receipt .receipt-dialog[open]{position:static!important;inset:auto!important;display:block!important;width:100%!important;max-width:none!important;margin:0!important;border:0!important;background:#fff!important}
  body.print-receipt .receipt-dialog[open]::backdrop{display:none!important}
  body.print-receipt .receipt-dialog[open] .service-dialog-card{padding:0!important;box-shadow:none!important}
  body.print-receipt .receipt-dialog[open] .service-dialog-head,body.print-receipt .receipt-dialog[open] .receipt-actions{display:none!important}
}

/* rc26 flow-spacing sweep: adjacent feedback and secondary blocks must breathe. */
.card>.inline-guidance:not(:first-child),
.card>.inline-status:not(:first-child),
.card>.notice:not(:first-child),
.admin-subcard>.inline-status:not(:first-child),
.compact-task-card>.inline-status:not(:first-child),
.editor-step>.inline-status:not(:first-child),
.conditional-config>.inline-status:not(:first-child){margin-top:12px}
.admin-form-grid+.form-actions,.inline-guidance+.inline-status,.inline-status+.inline-guidance,.notice+.form-actions,.inline-status+.form-actions,.form-actions+.compact-list,.form-actions+.table-scroll,.form-actions+.project-price-preview,.project-price-preview+.form-actions{margin-top:12px}
.inline-guidance,.inline-status,.notice{overflow-wrap:anywhere}

.notification-toolbar{display:grid;grid-template-columns:minmax(240px,1fr) minmax(150px,220px);gap:10px;margin:2px 0 0}.notification-toolbar .search-field,.notification-toolbar .field{margin:0}.notification-filter-meta{margin:9px 0 12px;font-size:11px}
@media(max-width:760px){.notification-toolbar{grid-template-columns:1fr}}

/* rc27 role grades: role presentation replaces the public loyalty tier visually,
   while XP and benefit calculations continue to use the public tier internally. */
.hero.tier-admin{background:linear-gradient(128deg,#243447 0%,#3d5a73 44%,#69859d 74%,#a7bac9 100%)}
.hero.tier-main-admin{background:linear-gradient(128deg,#171924 0%,#2b2a45 38%,#51476f 68%,#8a7aa9 100%);box-shadow:0 22px 58px rgba(23,25,36,.25),inset 0 0 0 1px rgba(238,232,255,.28)}
.hero.tier-main-admin:before{background:linear-gradient(112deg,rgba(255,255,255,.05) 8%,rgba(230,218,255,.28) 30%,rgba(158,181,255,.12) 52%,rgba(255,255,255,.05) 82%);mix-blend-mode:screen}
.hero.tier-main-admin .tier-art{background:radial-gradient(circle at 34% 30%,rgba(237,233,254,.44),rgba(167,139,250,.11) 42%,rgba(255,255,255,0) 72%)}

/* rc27 form rhythm: controls, feedback and previews must not visually touch. */
.form-actions + :is(.inline-guidance,.notice,.error-tone,.success-tone,.announcement-status,.table-scroll,.compact-list,.managed-summary,.item),
.admin-form-grid + :is(.form-actions,.inline-guidance,.notice,.error-tone,.success-tone),
.form-row + :is(.form-actions,.inline-guidance,.notice,.error-tone,.success-tone),
.inline-guidance + .form-actions,.notice + .form-actions,.error-tone + .form-actions,.success-tone + .form-actions{margin-top:12px}
textarea.input{resize:none;overflow:auto}
.role-grade-note{font-size:11px;color:var(--muted);line-height:1.5;margin-top:4px}
.preview-allow-action{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:10px}

/* rc28 design and rank guidance */
.hero.tier-admin{background:linear-gradient(130deg,#12324a 0%,#1f5575 46%,#5b91ad 78%,#b8d0db 100%)}
.hero.tier-main-admin{background:linear-gradient(130deg,#21173d 0%,#38245d 42%,#6a4f91 72%,#b7a6d4 100%);box-shadow:0 22px 58px rgba(39,25,70,.27),inset 0 0 0 1px rgba(244,239,255,.30)}
.hero-detail-btn{appearance:none;border:1px solid rgba(255,255,255,.36);background:rgba(255,255,255,.13);color:#fff;border-radius:999px;padding:9px 13px;font:inherit;font-size:12px;font-weight:750;display:inline-flex;align-items:center;gap:8px;margin-top:17px;cursor:pointer;backdrop-filter:blur(8px);transition:background .18s ease,transform .18s ease}
.hero-detail-btn:hover{background:rgba(255,255,255,.20);transform:translateY(-1px)}
.rank-guide-dialog{width:min(980px,calc(100% - 28px));max-height:min(88vh,900px);border:0;padding:0;background:transparent}.rank-guide-dialog::backdrop{background:rgba(15,23,42,.48);backdrop-filter:blur(4px)}.rank-guide-panel{background:#fff;border-radius:26px;box-shadow:0 32px 90px rgba(15,23,42,.28);overflow:hidden}.rank-guide-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfe)}.rank-guide-head h2{margin:5px 0 5px;font-size:25px;letter-spacing:-.035em}.rank-guide-head p{margin:0;color:var(--muted);font-size:12px;line-height:1.55}.rank-guide-body{padding:22px 26px 28px;overflow:auto;max-height:calc(88vh - 120px);display:grid;gap:26px}.rank-progress-card{padding:20px;border-radius:20px;background:linear-gradient(145deg,#f5f8fc,#eef3f8);border:1px solid #dfe7ef;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 20px;align-items:end}.rank-progress-card h3{font-size:25px;margin:4px 0 0}.rank-progress-copy{text-align:right;display:flex;flex-direction:column;gap:3px}.rank-progress-copy strong{font-size:15px}.rank-progress-copy span{font-size:11px;color:var(--muted)}.rank-progress-track{height:9px;border-radius:999px;background:#dce4ec;grid-column:1/-1;overflow:hidden}.rank-progress-track>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#3b6f95,#68a4c6)}.rank-role-note{grid-column:1/-1;display:flex;align-items:center;gap:8px 14px;flex-wrap:wrap;padding:11px 13px;border-radius:13px;background:#fff;border:1px solid #dde4ee}.rank-role-note strong{font-size:12px}.rank-role-note span{font-size:11px;color:var(--muted)}.rank-policy-note{grid-column:1/-1;margin:0;color:var(--muted);font-size:11px}.rank-guide-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:12px}.rank-guide-section-title h3{margin:0;font-size:17px}.rank-guide-section-title span{font-size:11px;color:var(--muted)}.rank-tier-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rank-tier-card{padding:16px;border:1px solid var(--line);border-radius:18px;background:#fff;display:grid;gap:12px;min-width:0}.rank-tier-card.current{border-color:#8ab2ce;box-shadow:0 0 0 3px rgba(88,143,178,.10)}.rank-tier-card-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.rank-tier-card-head span:first-child{font-size:10px;color:var(--muted)}.rank-tier-card h3{margin:2px 0 0;font-size:18px}.rank-tier-summary{font-size:12px;padding:9px 10px;border-radius:11px;background:#f6f8fa}.rank-guide-block{display:grid;gap:7px}.rank-guide-block>strong{font-size:11px;color:#4f5965}.rank-guide-block ul,.rank-benefit-group ul{margin:0;padding-left:17px;display:grid;gap:5px}.rank-guide-block li,.rank-benefit-group li{font-size:11px;line-height:1.5}.rank-benefit-group{display:grid;gap:5px;padding-top:6px}.rank-benefit-group>span{font-size:10px;font-weight:750;color:var(--muted)}.rank-benefit-group li span{display:block;color:var(--muted);margin-top:1px}.rank-rule-list{display:grid;gap:8px}.rank-rule-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff}.rank-rule-row>div{display:flex;flex-direction:column;gap:2px;min-width:0}.rank-rule-row>div:last-child{text-align:right;flex:none}.rank-rule-row strong{font-size:12px}.rank-rule-row span{font-size:10px;color:var(--muted)}.rank-vip-note{padding:15px 16px;border-radius:16px;background:linear-gradient(135deg,#171b2c,#352f55);color:#fff;display:flex;justify-content:space-between;gap:14px}.rank-vip-note span{color:rgba(255,255,255,.72);font-size:11px}

/* Link cards preview the wfix announcement card, not the remote page itself. */
.link-card-preview{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff}.link-card-preview.no-image{grid-template-columns:1fr}.link-card-preview-media{width:112px;min-height:100%;object-fit:cover;background:#eef2f6}.link-card-preview-copy{min-width:0;padding:14px 14px 14px 0}.link-card-preview.no-image .link-card-preview-copy{padding:14px}.link-card-preview-domain{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px;margin-bottom:5px}.link-card-preview-domain:before{content:'';width:7px;height:7px;border-radius:50%;background:#7ba1ba}.link-card-preview-copy strong{display:block;font-size:14px;line-height:1.4}.link-card-preview-copy p{margin:5px 0 0;font-size:11px;line-height:1.55;color:#5f6875;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.link-preview-explainer{margin-top:9px;font-size:10px;color:var(--muted);line-height:1.5}.announcement-link-card{display:grid;grid-template-columns:80px minmax(0,1fr);gap:11px;margin-top:10px;border:1px solid var(--line);border-radius:13px;overflow:hidden;background:#fafbfd}.announcement-link-card img{width:80px;height:100%;min-height:70px;object-fit:cover}.announcement-link-card>div{padding:10px 10px 10px 0;min-width:0}.announcement-link-card.no-image{grid-template-columns:1fr}.announcement-link-card.no-image>div{padding:10px}.announcement-link-card strong{font-size:12px}.announcement-link-card span{display:block;margin-top:4px;font-size:10px;color:var(--muted);line-height:1.45}

@media(max-width:760px){.rank-tier-grid{grid-template-columns:1fr}.rank-progress-card{grid-template-columns:1fr}.rank-progress-copy{text-align:left}.rank-guide-section-title{align-items:flex-start;flex-direction:column}.rank-rule-row{align-items:flex-start}.link-card-preview{grid-template-columns:86px minmax(0,1fr)}.link-card-preview-media{width:86px}}
.api-doc-quick-grid .static-action{cursor:default}.api-doc-shell{max-width:1180px}.api-doc-hero{margin:20px 0;padding:28px;background:linear-gradient(145deg,#f5f8fc,#fff)}.api-doc-hero h1{margin:7px 0 8px;font-size:32px;letter-spacing:-.04em}.api-doc-hero p{max-width:780px;color:var(--muted);line-height:1.7}.api-doc-links{margin-top:16px;display:flex;gap:8px}.api-doc-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding-bottom:40px}.api-doc-grid>.card{padding:22px}.api-doc-grid h2{margin:0 0 10px;font-size:18px}.api-doc-grid p,.api-doc-list{font-size:12px;line-height:1.7;color:#535d69}.api-doc-grid pre{overflow:auto;padding:14px;border-radius:14px;background:#111827;color:#e5edf5;font-size:11px;line-height:1.6}.api-doc-grid code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.api-doc-list{padding-left:19px}@media(max-width:760px){.api-doc-grid{grid-template-columns:1fr}}

/* rc29: role authority, rank-guide scroll containment, VIP hierarchy, developer docs */
.rank-guide-dialog{
  width:min(980px,calc(100% - 28px));
  height:min(88dvh,900px);
  max-height:none;
  overflow:hidden;
}
.rank-guide-panel{
  height:100%;
  min-height:0;
  display:flex;
  flex-direction:column;
  overflow:hidden;
}
.rank-guide-head{flex:none}
.rank-guide-body{
  flex:1 1 auto;
  min-height:0;
  max-height:none;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.rank-guide-body::-webkit-scrollbar{width:9px}
.rank-guide-body::-webkit-scrollbar-track{background:transparent}
.rank-guide-body::-webkit-scrollbar-thumb{background:#c2cbd5;border:2px solid #fff;border-radius:999px}
.rank-guide-body::-webkit-scrollbar-thumb:hover{background:#9eabb8}
.rank-adjustment-note{grid-column:1/-1;display:flex;gap:8px 14px;align-items:center;flex-wrap:wrap;padding:10px 12px;border-radius:12px;background:#fff8e8;border:1px solid #f2dfae}
.rank-adjustment-note strong{font-size:11px;color:#7c5b0d}.rank-adjustment-note span{font-size:11px;color:#74694f}
.rank-vip-note{padding:19px 20px;border-radius:19px;background:linear-gradient(125deg,#101424 0%,#211f44 48%,#55417c 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;box-shadow:0 16px 36px rgba(31,27,68,.22);border:1px solid rgba(234,226,255,.16)}
.rank-vip-note>div{display:grid;gap:3px}.rank-vip-note strong{font-size:22px;letter-spacing:-.035em}.rank-vip-note small{font-size:11px;color:rgba(255,255,255,.66)}.rank-vip-note>span{text-align:right;color:rgba(255,255,255,.78);font-size:11px;line-height:1.55}.rank-vip-kicker{font-size:9px;font-weight:850;letter-spacing:.16em;color:#d9c9ff}
.rank-role-only-card{min-height:310px;padding:30px;border-radius:24px;display:flex;flex-direction:column;justify-content:center;gap:12px;color:#fff;position:relative;overflow:hidden;box-shadow:0 22px 50px rgba(20,30,45,.18)}
.rank-role-only-card:after{content:'';position:absolute;width:330px;height:330px;border-radius:50%;right:-125px;bottom:-175px;background:rgba(255,255,255,.09)}
.rank-role-only-card.tier-admin{background:linear-gradient(135deg,#12324a 0%,#235b7b 56%,#6a9eb6 100%)}
.rank-role-only-card.tier-main-admin{background:linear-gradient(135deg,#21173d 0%,#432d68 54%,#8469ad 100%)}
.rank-role-only-card .service-category{color:rgba(255,255,255,.68)}.rank-role-only-card h3{margin:0;font-size:40px;letter-spacing:-.05em}.rank-role-only-card>p{max-width:690px;margin:0;font-size:13px;line-height:1.7;color:rgba(255,255,255,.82)}
.rank-role-authority{margin-top:8px;max-width:720px;padding:15px 16px;border:1px solid rgba(255,255,255,.18);border-radius:15px;background:rgba(255,255,255,.08);display:grid;gap:4px;position:relative;z-index:1}.rank-role-authority strong{font-size:12px}.rank-role-authority span{font-size:11px;line-height:1.55;color:rgba(255,255,255,.72)}
.rank-role-benefit-policy{font-size:11px;color:rgba(255,255,255,.70);position:relative;z-index:1}
.role-benefit-exempt{display:grid;gap:5px}.role-benefit-exempt strong{font-size:13px}.role-benefit-exempt span{font-size:11px;color:var(--muted);line-height:1.55}

.api-doc-brand{display:flex;align-items:center;gap:13px;min-width:0}.api-doc-brand .brand-lockup{min-width:64px}.api-doc-brand .workspace-context{padding-left:13px;border-left:1px solid var(--line)}
.api-doc-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.api-doc-meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}.api-doc-meta-row .status-chip{font-size:10px}.api-doc-hero{position:relative;overflow:hidden}.api-doc-hero:after{content:'API';position:absolute;right:24px;bottom:-30px;font-size:118px;font-weight:900;letter-spacing:-.08em;color:rgba(55,78,101,.045);pointer-events:none}.api-doc-table-scroll{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.api-doc-table-scroll .admin-table{min-width:640px}.api-doc-grid .admin-table code{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.api-doc-grid p code,.api-doc-list code,.admin-quick-action code{display:inline-block;margin:0 .16em;padding:.08em .32em;border-radius:5px;background:#f1f4f7;color:#273648;vertical-align:baseline}
@media(max-width:760px){.rank-guide-dialog{width:calc(100% - 14px);height:min(94dvh,900px)}.rank-guide-head{padding:19px 18px 16px}.rank-guide-body{padding:16px 18px 22px;gap:20px}.rank-role-only-card{padding:23px;min-height:280px}.rank-role-only-card h3{font-size:34px}.rank-vip-note{align-items:flex-start;flex-direction:column}.rank-vip-note>span{text-align:left}.api-doc-brand .workspace-context{display:block}.api-doc-actions{justify-content:flex-start}}
@media print{
  .api-doc-shell{max-width:none;padding:0}.api-doc-shell .topbar .actions,.api-doc-actions,.api-doc-links{display:none!important}.api-doc-shell .topbar{position:static;border:0;box-shadow:none;padding:0 0 14px}.api-doc-hero,.api-doc-grid>.card{box-shadow:none;break-inside:avoid;border-color:#d9dde3}.api-doc-grid{display:block}.api-doc-grid>.card{margin:0 0 14px}.api-doc-grid pre{white-space:pre-wrap;word-break:break-word}.api-doc-hero:after{display:none}
}


/* rc30: product language cleanup and tier journey redesign */
.rank-role-only-card{min-height:260px;align-items:flex-start}
.rank-role-only-card>p{max-width:560px;font-size:14px;line-height:1.65}
.rank-role-active{display:inline-flex;align-items:center;margin-top:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);font-size:11px;font-weight:760;position:relative;z-index:1}
.rank-role-authority,.rank-role-benefit-policy{display:none!important}
.rank-vip-note{background:linear-gradient(126deg,#0b1020 0%,#151d31 34%,#283954 62%,#0f172a 100%);box-shadow:0 20px 52px rgba(15,23,42,.27),inset 0 0 0 1px rgba(213,235,255,.24)}
.rank-vip-note:before{content:'';align-self:stretch;width:4px;border-radius:999px;background:linear-gradient(180deg,#93c5fd,#c4b5fd 52%,#67e8f9);box-shadow:0 0 18px rgba(147,197,253,.32)}
.rank-vip-note>div{flex:1}.rank-vip-kicker{color:#b9d9ff}.rank-vip-note small{color:rgba(228,238,255,.68)}
.rank-tier-ladder{overflow:hidden;border:1px solid #e1e6ec;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(32,45,58,.055)}
.rank-tier-step{--tier-deep:#6b4635;--tier-mid:#bd8158;--tier-soft:#fbf3ed;display:grid;grid-template-columns:minmax(150px,190px) minmax(0,1fr);min-width:0;border-bottom:1px solid #e8ecf0;background:#fff}
.rank-tier-step:last-child{border-bottom:0}.rank-tier-step.tier-bronze{--tier-deep:#6b4635;--tier-mid:#bd8158;--tier-soft:#fbf3ed}.rank-tier-step.tier-silver{--tier-deep:#5f6872;--tier-mid:#bbc2c8;--tier-soft:#f5f6f7}.rank-tier-step.tier-gold{--tier-deep:#735316;--tier-mid:#d7aa42;--tier-soft:#fff9e9}.rank-tier-step.tier-platinum{--tier-deep:#43515a;--tier-mid:#91a9b4;--tier-soft:#f2f6f8}.rank-tier-step.tier-diamond{--tier-deep:#31586d;--tier-mid:#74b4ca;--tier-soft:#edf8fb}
.rank-tier-swatch{position:relative;overflow:hidden;padding:20px 18px;display:flex;flex-direction:column;justify-content:center;gap:4px;color:#fff;background:linear-gradient(135deg,var(--tier-deep),var(--tier-mid))}
.rank-tier-swatch:after{content:'';position:absolute;width:115px;height:115px;border-radius:50%;right:-42px;bottom:-58px;background:rgba(255,255,255,.13)}
.rank-tier-swatch>span:first-child{font-size:10px;color:rgba(255,255,255,.74);position:relative;z-index:1}.rank-tier-swatch>strong{font-size:22px;letter-spacing:-.035em;position:relative;z-index:1}.rank-tier-current{align-self:flex-start;margin-top:7px;padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);font-size:9px!important;font-weight:800;color:#fff!important;position:relative;z-index:1}
.rank-tier-detail{padding:18px 20px;display:grid;gap:13px;background:linear-gradient(90deg,var(--tier-soft),#fff 42%)}.rank-tier-intro{display:flex;align-items:center;justify-content:space-between;gap:16px}.rank-tier-intro p{margin:0;font-size:12px;font-weight:720;color:#25313d}.rank-tier-intro>span{font-size:10px;color:var(--muted);white-space:nowrap}.rank-tier-benefit-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.rank-tier-step .rank-guide-block{padding-top:10px;border-top:1px solid rgba(80,94,108,.10)}.rank-tier-empty{padding-top:10px;border-top:1px solid rgba(80,94,108,.10);font-size:10px;color:var(--muted)}
.rank-tier-step.current{box-shadow:inset 0 0 0 2px var(--tier-mid)}.rank-tier-step.current .rank-tier-detail{background:linear-gradient(90deg,var(--tier-soft),#fff 58%)}
.announcement-link-host{font-weight:700;color:#53606d}.announcement-link-desc{margin-top:5px!important;color:var(--muted)!important}
@media(max-width:760px){.rank-tier-step{grid-template-columns:1fr}.rank-tier-swatch{padding:15px 16px;min-height:86px}.rank-tier-detail{padding:15px 16px}.rank-tier-benefit-layout{grid-template-columns:1fr}.rank-tier-intro{align-items:flex-start;flex-direction:column;gap:5px}.rank-vip-note:before{width:100%;height:3px;align-self:auto}}

/* rc31: concise role surfaces, calendar XP window, VIP as the active presentation grade */
.rank-role-only-card{min-height:0;padding:18px 20px;border-radius:18px;box-shadow:none}
.rank-role-only-card:after{display:none}.rank-role-only-card h3{font-size:24px}.rank-role-only-card>p{display:none}.rank-role-active{display:none}
.rank-window-note{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:2px;color:var(--muted);font-size:10px}
.rank-window-note strong{color:#45515e;font-size:10px;font-weight:760;text-align:right}
.rank-tier-threshold{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;position:relative;z-index:1}
.rank-tier-threshold>span:first-child{font-size:10px;color:rgba(255,255,255,.78)}
.rank-tier-current{align-self:auto;margin-top:0;flex:none}
.rank-tier-after-vip{background:rgba(12,18,34,.30);border-color:rgba(220,239,255,.34);color:#f4f8ff!important}
.rank-tier-step.after-vip .rank-tier-detail{background:linear-gradient(90deg,var(--tier-soft),#fff 58%)}
.rank-vip-note{min-height:124px;padding:22px 24px;border-radius:22px}
.rank-vip-note strong{font-size:29px}.rank-vip-note small{font-size:12px;line-height:1.55}.rank-vip-kicker{font-size:10px;letter-spacing:.08em}
@media(max-width:760px){.rank-window-note{align-items:flex-start;flex-direction:column;gap:3px}.rank-window-note strong{text-align:left}.rank-vip-note{min-height:0;padding:20px}.rank-vip-note strong{font-size:26px}}
.refund-review-state{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.refund-case-panel{padding:15px;border:1px solid #dce3ea;border-radius:16px;background:#f8fafc}.refund-case-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.refund-case-head>div{display:grid;gap:3px}.refund-case-head strong{font-size:13px}.refund-case-head span:not(.status-chip){font-size:10px;color:var(--muted);line-height:1.5}.refund-case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.refund-case-panel .field+.form-actions{margin-top:10px}@media(max-width:760px){.refund-case-grid{grid-template-columns:1fr}.refund-case-head{flex-direction:column}.refund-case-head>.status-chip{align-self:flex-start}}
/* rc32: refund operations pagination and traceable manual case workflow */
.list-load-more{display:flex;justify-content:center;padding-top:12px}.refund-case-confirmations{display:grid;gap:8px;margin-top:10px}.refund-case-timeline{margin-top:14px;padding-top:14px;border-top:1px solid #e2e8f0;display:grid;gap:8px}.refund-case-timeline[hidden]{display:none}.refund-case-event{display:grid;grid-template-columns:minmax(120px,.32fr) minmax(0,1fr);gap:12px;padding:9px 0;border-bottom:1px solid #edf1f5}.refund-case-event:last-child{border-bottom:0}.refund-case-event-meta{display:grid;gap:3px;font-size:11px;color:var(--muted)}.refund-case-event-body{min-width:0;font-size:12px;line-height:1.55}.refund-case-event-body strong{display:block;margin-bottom:2px}.refund-case-ready{margin-top:10px}.refund-case-panel .choice-row+ .choice-row{margin-top:0}@media(max-width:760px){.refund-case-event{grid-template-columns:1fr;gap:4px}}

/* rc33 scalable admin list controls */
.list-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:18px 0 10px}.list-toolbar .list-search{flex:1 1 320px;max-width:620px}.list-toolbar .list-filter{width:auto;min-width:150px}.list-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;min-height:36px}.list-footer .btn{flex:none}.audience-detail>#annAudienceProjectWrap{width:100%;grid-template-columns:minmax(0,1fr) auto;align-items:center}.audience-detail>#annAudienceProjectWrap select{grid-column:1/-1}@media(max-width:680px){.list-toolbar{align-items:stretch}.list-toolbar .list-search,.list-toolbar .list-filter{max-width:none;width:100%}.list-footer{align-items:stretch;flex-direction:column}.list-footer .btn{width:100%}}

/* rc34 user list pagination */
.list-more{display:flex;justify-content:center;margin-top:14px}.list-more .btn{min-width:132px}@media(max-width:680px){.list-more .btn{width:100%}}

/* rc35 local brand lockup: no external asset is required for primary navigation or developer docs. */
.brand-wordmark{display:inline-flex!important;align-items:center;min-height:32px;font-size:24px;font-weight:860;letter-spacing:-.055em;color:#111827}.login-wordmark{font-size:30px;min-height:40px}

@media(max-width:680px){.layout-edit-actions{width:100%;justify-content:flex-end;gap:10px}.widget-grid.is-editing .widget-edit-tools{display:flex!important}.widget-grid.is-editing .widget-edit-tools .size-badge,.widget-grid.is-editing .widget-edit-tools .drag-handle{display:none}.hidden-widget-head{align-items:flex-start;flex-direction:column;gap:3px}.hidden-widget-grid{grid-template-columns:1fr}.hidden-widget-card{align-items:center}}

/* rc67: selected-user workspace hierarchy and Provider LIVE READ operator surface */
.selected-user-workspace[hidden]{display:none!important}
.selected-user-workspace{margin-top:18px;padding-bottom:8px}
.user-selection-empty{margin-top:2px}
.selected-user-auth-state{margin:0 0 16px}
#userPermissionCard .user-admin-summary{margin-top:0;padding:20px}
.provider-storage-panel{margin:22px 0 28px;padding:20px;border:1px solid #dbe4ee;border-radius:17px;background:linear-gradient(180deg,#f9fbfd,#f5f8fb);box-sizing:border-box}
.provider-storage-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}
.provider-storage-head>div{display:flex;flex-direction:column;gap:5px;min-width:0}
.provider-storage-head strong{font-size:15px;letter-spacing:-.015em;color:#28313b}
.provider-storage-head span:not(.status-chip){font-size:12px;line-height:1.55;color:var(--muted)}
.provider-storage-head>.status-chip{flex:none;margin-top:1px}
.provider-action-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:16px}
.provider-action-row .btn{min-height:38px}
.admin-action-cluster{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}
.provider-gate-result{display:grid;gap:12px;min-height:58px;padding-top:2px}
.provider-gate-empty{padding:14px 15px;border:1px dashed #d9e0e8;border-radius:13px;background:rgba(255,255,255,.72);color:#747e8a;font-size:12px;line-height:1.55}
.provider-gate-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:13px 14px;border-radius:13px;background:#fff;border:1px solid #e1e7ee}
.provider-gate-summary strong{font-size:13px;white-space:nowrap}
.provider-gate-summary span{font-size:11px;line-height:1.5;color:var(--muted);text-align:right}
.provider-gate-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.provider-gate-provider{min-width:0;padding:15px;border:1px solid #e0e5eb;border-radius:14px;background:#fff}
.provider-gate-provider.is-pass{border-color:#cfe8dc;background:#fbfffd}
.provider-gate-provider.is-waiting{border-color:#d8e4f2;background:#fbfdff}
.provider-gate-provider.is-not-applicable{border-color:#d8e4f2;background:#fbfdff}
.provider-gate-not-applicable{font-size:11px;line-height:1.5;color:#557086}
.provider-gate-provider.is-blocked{border-color:#efd3cf;background:#fffafa}
.provider-gate-provider-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:11px}
.provider-gate-provider-head>strong{font-size:13px;color:#29323c}
.provider-gate-config{display:grid;gap:5px;margin:0 0 11px;padding:11px 12px;border-radius:11px;background:#fff2ef;border:1px solid #f2d4cf}
.provider-gate-config strong{font-size:11px;color:#9a382e}
.provider-gate-config span{font-size:11px;line-height:1.45;color:#7f3d36;overflow-wrap:anywhere}
.provider-gate-config small{font-size:10px;line-height:1.45;color:#8f625d}
.provider-gate-deployment{display:grid;gap:5px;margin:0 0 11px;padding:11px 12px;border-radius:11px;background:#f2f7fd;border:1px solid #d8e5f3}
.provider-gate-deployment strong{font-size:11px;color:#315d8d}
.provider-gate-deployment span{font-size:11px;line-height:1.45;color:#476683}
.provider-gate-deployment small{font-size:10px;line-height:1.45;color:#6d8093}
.provider-gate-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-bottom:10px}
.provider-gate-metrics>span{display:flex;flex-direction:column;gap:3px;padding:9px 10px;border-radius:10px;background:#f5f7f9;color:#7a838e;font-size:10px;min-width:0}
.provider-gate-metrics strong{font-size:11px;color:#3a444f;overflow-wrap:anywhere}
.provider-gate-provider ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}
.provider-gate-provider li{display:grid;gap:2px;padding-top:7px;border-top:1px solid #f0e1df}
.provider-gate-provider li:first-child{padding-top:0;border-top:0}
.provider-gate-provider li strong{font-size:10px;color:#a23d33;overflow-wrap:anywhere}
.provider-gate-provider li span,.provider-gate-message{font-size:11px;line-height:1.5;color:#71504c}
.provider-gate-pass{font-size:11px;line-height:1.5;color:#35624e}
.provider-gate-waiting,.provider-gate-message.waiting-tone{font-size:11px;line-height:1.5;color:#476683}
.user-service-access-section{margin-top:24px!important;padding-top:22px!important}
#userPermissionCard>.selected-user-workspace>details.admin-disclosure:last-child{margin-bottom:10px}
@media(max-width:820px){.provider-gate-grid{grid-template-columns:1fr}.provider-gate-metrics{grid-template-columns:1fr 1fr}.provider-storage-head{flex-direction:column;gap:9px}.provider-storage-head>.status-chip{align-self:flex-start}.provider-gate-summary{flex-direction:column;gap:5px}.provider-gate-summary span{text-align:left}}
@media(max-width:560px){#userPermissionCard .user-admin-summary{padding:16px}.provider-storage-panel{padding:16px;margin-bottom:24px}.provider-action-row{align-items:stretch;flex-direction:column}.provider-action-row .admin-action-cluster{width:100%}.provider-action-row .btn{width:100%}.provider-gate-metrics{grid-template-columns:1fr}}

/* rc74: storage allocation progressive disclosure and semantic density */
.storage-widget-interactive{cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.storage-widget-interactive:hover{border-color:#c9d6e2;box-shadow:0 12px 30px rgba(40,61,81,.09)}.storage-widget-interactive:focus-visible{outline:3px solid rgba(67,121,158,.22);outline-offset:3px}.storage-detail-affordance{margin-top:9px;font-size:10px;font-weight:760;color:#526f86}.storage-compact-line{max-width:100%;overflow:hidden;text-overflow:ellipsis}.storage-component-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:11px}.storage-component-mini{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0;padding:8px 9px;border:1px solid #e5eaf0;border-radius:10px;background:#f8fafc}.storage-component-mini>div{display:grid;gap:2px;min-width:0}.storage-component-mini span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;color:var(--muted)}.storage-component-mini small{font-size:9px;color:#7b8490;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.storage-component-mini strong{flex:none;font-size:10px;color:#354250}.widget.size-w-1 .storage-component-preview{grid-template-columns:1fr}.storage-detail-dialog{width:min(760px,calc(100% - 28px));max-height:min(90vh,920px);border:0;padding:0;background:transparent}.storage-detail-dialog::backdrop{background:rgba(15,23,42,.48);backdrop-filter:blur(4px)}.storage-detail-panel{background:#fff;border-radius:24px;box-shadow:0 32px 90px rgba(15,23,42,.28);overflow:hidden}.storage-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 20px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#fff,#fbfcfe)}.storage-detail-head h2{margin:5px 0 5px;font-size:24px;letter-spacing:-.035em}.storage-detail-head p{margin:0;max-width:580px;color:var(--muted);font-size:12px;line-height:1.55}.storage-detail-body{padding:22px 26px 28px;overflow:auto;max-height:calc(90vh - 118px);display:grid;gap:16px}.storage-detail-section{padding:18px;border:1px solid #dde5ed;border-radius:18px;background:#fff}.storage-detail-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:13px}.storage-detail-section-head>div{display:grid;gap:4px}.storage-detail-section-head span:not(.status-chip){font-size:10px;color:var(--muted)}.storage-detail-section-head strong{font-size:19px;letter-spacing:-.025em}.storage-detail-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:9px}.storage-detail-metrics>div{display:grid;gap:4px;padding:12px 13px;border-radius:12px;background:#f6f8fa}.storage-detail-metrics span{font-size:10px;color:var(--muted)}.storage-detail-metrics strong{font-size:12px;line-height:1.5}.storage-detail-note{margin:12px 0 0;padding:11px 12px;border-radius:11px;background:#f8fafc;color:#65707c;font-size:11px;line-height:1.55}.storage-component-list{display:grid;gap:9px;margin-top:14px}.storage-component-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,.8fr);gap:16px;align-items:center;padding:13px 14px;border:1px solid #e2e8ef;border-radius:13px;background:#fff}.storage-component-main,.storage-component-value{display:grid;gap:3px;min-width:0}.storage-component-main>span{font-size:10px;font-weight:760;color:#607184}.storage-component-main>strong{font-size:13px;overflow-wrap:anywhere}.storage-component-main>small,.storage-component-value>small{font-size:10px;line-height:1.45;color:var(--muted);overflow-wrap:anywhere}.storage-component-value{text-align:right}.storage-component-value>strong{font-size:14px}.storage-component-value>small{max-width:360px;justify-self:end}.widget.size-h-1 .storage-detail-affordance{display:block}
@media(max-width:680px){.storage-detail-dialog{width:calc(100% - 14px);max-height:94dvh}.storage-detail-head{padding:19px 18px 16px}.storage-detail-body{padding:16px 18px 22px;max-height:calc(94dvh - 110px)}.storage-detail-metrics{grid-template-columns:1fr}.storage-component-row{grid-template-columns:1fr;gap:8px}.storage-component-value{text-align:left}.storage-component-value>small{justify-self:start}.storage-component-preview{grid-template-columns:1fr}}

.storage-usage-meter{height:8px;margin-top:12px;border-radius:999px;background:#eef2f6;overflow:hidden}.storage-usage-meter>span{display:block;height:100%;border-radius:inherit;background:currentColor;color:#6d879a}.storage-usage-caption{margin-top:5px;font-size:10px;color:var(--muted)}

/* rc76 desktop storage freshness */
.storage-detail-head-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.storage-detail-section-head small{display:block;margin-top:5px;color:var(--muted);font-size:11px;font-weight:500}.voucher-blocked-reason{display:block;margin-top:5px;max-width:560px;color:var(--muted)}
/* rc77 admin loyalty workflow polish */
.benefit-settings-card .conditional-config-stack{max-width:none}
.benefit-settings-card .admin-form-grid{grid-template-columns:repeat(2,minmax(240px,1fr))}
.benefit-settings-card .input-with-unit{min-width:0}
.benefit-settings-card .input-with-unit>.input{min-width:0}
.admin-shell .input-with-unit>select.input.compact-unit{flex:0 0 112px;width:112px;min-width:112px;padding-left:12px;padding-right:34px;text-overflow:clip}
.tier-benefit-summary{display:flex;align-items:center;justify-content:space-between;gap:10px;min-width:220px}
.tier-benefit-summary>span{color:var(--muted);font-size:12px;line-height:1.45}
.tier-benefit-dialog .service-dialog-card{width:min(720px,calc(100vw - 32px))}
.tier-benefit-dialog .service-dialog-head p{margin:5px 0 0}
.tier-benefit-dialog-list{display:flex;flex-direction:column;gap:8px;margin-top:2px}
.tier-benefit-dialog-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 14px;border:1px solid var(--line);border-radius:14px;background:#fbfcfd}
.tier-benefit-dialog-row.is-off{opacity:.68}
.tier-benefit-dialog-row>div:first-child{display:flex;flex-direction:column;gap:3px;min-width:0}
.tier-benefit-dialog-row>div:first-child span{font-size:12px;color:var(--muted)}
.tier-benefit-dialog-add{margin-top:18px;padding-top:18px;border-top:1px solid var(--line)}
.coupon-code-cell{display:flex;align-items:center;gap:12px;min-width:0}
.coupon-code-cell code{display:block;min-width:0;padding:7px 9px;border-radius:9px;background:#f6f7f9;overflow-wrap:anywhere;word-break:break-all;line-height:1.35}
.coupon-copy-btn{flex:none;margin-left:2px}
.coupon-code-legacy{display:flex;flex-direction:column;gap:4px;min-width:220px}
.coupon-row-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:max-content}
@media(max-width:900px){.benefit-settings-card .admin-form-grid{grid-template-columns:1fr}.tier-benefit-dialog-row{align-items:flex-start;flex-direction:column}.tier-benefit-summary{min-width:180px}}



/* rc78: desktop admin density, dialog, and long-list guards */
.admin-shell select.input{line-height:1.35;text-overflow:clip}
.list-toolbar .list-filter{width:190px;min-width:190px;flex:0 0 190px}
.coupon-list-toolbar{justify-content:flex-end;margin-top:16px}
.coupon-code-table td:first-child{min-width:300px}
.tier-benefit-dialog{width:min(760px,calc(100vw - 32px));max-height:min(88vh,820px);border:0;padding:0;background:transparent;overflow:visible}
.tier-benefit-dialog::backdrop{background:rgba(15,23,42,.46);backdrop-filter:blur(4px)}
.tier-benefit-dialog .service-dialog-card{width:100%;max-height:min(88vh,820px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;padding:24px;background:#fff;border:1px solid rgba(218,223,230,.92);border-radius:22px;box-shadow:0 28px 80px rgba(15,23,42,.24);overflow:hidden}
.tier-benefit-dialog .service-dialog-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin:0;padding:0 0 18px;border-bottom:1px solid var(--line)}
.tier-benefit-dialog .service-dialog-head>div{min-width:0}
.tier-benefit-dialog .service-dialog-head h2{margin:5px 0 0;font-size:24px;line-height:1.25;letter-spacing:-.025em}
.tier-benefit-dialog .service-dialog-head p{margin:6px 0 0;line-height:1.5}
.service-dialog .icon-button{appearance:none;flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:11px;background:#fff;color:#66707d;font-size:22px;line-height:1;cursor:pointer}
.service-dialog .icon-button:hover{background:#f6f7f9;border-color:var(--line-strong);color:#1f2937}
.tier-benefit-dialog-list{min-height:0;max-height:min(42vh,360px);overflow:auto;display:flex;flex-direction:column;gap:8px;margin:0;padding:18px 4px 18px 0;scrollbar-gutter:stable}
.tier-benefit-dialog-row{flex:0 0 auto;min-width:0}
.tier-benefit-dialog-row>div:first-child strong,.tier-benefit-dialog-row>div:first-child span{overflow-wrap:anywhere}
.tier-benefit-dialog-add{margin:0;padding:18px 0 0;border-top:1px solid var(--line);background:#fff}
.tier-benefit-dialog-add .subsection-head{margin-top:0}
.tier-benefit-dialog-add .admin-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.tier-benefit-dialog-add .form-actions{margin-bottom:0}
@media(max-width:680px){.list-toolbar .list-filter{width:100%;min-width:0;flex:1 1 100%}.coupon-code-table td:first-child{min-width:240px}.tier-benefit-dialog{width:calc(100% - 16px);max-height:94dvh}.tier-benefit-dialog .service-dialog-card{max-height:94dvh;padding:18px}.tier-benefit-dialog-add .admin-form-grid{grid-template-columns:1fr}}

/* rc79: modal-visible feedback and mobile layout touch movement */
.service-dialog-card{position:relative}
.dialog-local-toast{position:absolute;top:76px;right:20px;z-index:6;width:min(390px,calc(100% - 40px));padding:12px 14px;border:1px solid #dce1e8;border-radius:13px;background:rgba(255,255,255,.98);box-shadow:0 14px 36px rgba(15,23,42,.16);font-size:12px;line-height:1.5;color:#2b3139}
.dialog-local-toast.error-tone{border-color:#ffd3cc;background:#fff8f7;color:#9f2d22}.dialog-local-toast.success-tone{border-color:#cdebdc;background:#f7fffb;color:#156244}.dialog-local-toast[hidden]{display:none}
@media(max-width:680px){
  .dialog-local-toast{top:70px;right:14px;width:calc(100% - 28px)}
  .widget-grid.is-editing .widget-edit-tools .size-badge{display:none!important}
  .widget-grid.is-editing .widget-edit-tools .drag-handle{display:inline-flex!important;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:1px solid #d8dde4;border-radius:12px;background:#fff;color:#65707d;font-size:20px;line-height:1;box-shadow:0 2px 7px rgba(15,23,42,.05)}
  .widget-grid.is-editing .widget-edit-tools{top:8px;right:8px;height:44px;gap:5px}
  .widget-grid.is-editing .widget-edit-tools .widget-hide-btn{min-height:40px;padding:8px 11px}
  .widget-grid.is-editing .card-toolbar{padding-right:118px}
  .widget.touch-dragging{opacity:.72;transform:scale(.99);box-shadow:0 0 0 2px rgba(37,99,235,.18),0 14px 34px rgba(15,23,42,.10)}
}


/* rc82: Phase C accessibility and Korean UX closure */
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}
.drag-handle:focus-visible,.widget-resize-handle:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px;border-radius:10px}
.storage-detail-panel,.rank-guide-panel,.service-detail-panel{position:relative}

/* RC88 shared administrator list controls */
[hidden] { display: none !important; }
.admin-list-controls { display:flex; flex-wrap:wrap; align-items:center; gap:8px; margin:12px 0; }
.admin-list-controls input { flex:1 1 180px; min-width:0; }
.admin-list-controls select { flex:0 1 180px; }
.admin-list-controls .muted { font-size:12px; }
.admin-list-empty { margin:12px 0; }
.credential-part { margin:12px 0; overflow-wrap:anywhere; }
.credential-part code { display:block; white-space:pre-wrap; margin:6px 0; }

/* RC89: one layout contract for administrator search, filters and actions. */
.admin-query-bar { --query-filter-width:12rem; display:grid!important; grid-template-columns:minmax(0,1fr) var(--query-filter-width) auto; align-items:end; justify-content:start!important; gap:12px!important; width:100%; margin:12px 0; }
.admin-query-bar > input, .admin-query-bar > .admin-query-search { grid-column:1; width:100%!important; min-width:0!important; max-width:none!important; margin:0!important; }
.admin-query-bar > select, .admin-query-bar > .admin-query-filter { grid-column:2; width:100%!important; min-width:0!important; max-width:none!important; margin:0!important; }
.admin-query-bar .input { width:100%; min-width:0!important; max-width:none!important; }
.admin-query-bar > .muted { grid-column:1/-1; }
.admin-query-bar > .service-summary { grid-column:2/-1; justify-content:flex-start; }
.admin-query-bar > button { grid-column:3; white-space:nowrap; }
.admin-query-bar > .admin-query-search.inline-control { display:flex; gap:8px; }
.admin-query-bar .field-label { display:block; margin-bottom:6px; }
.admin-list-pages { display:flex; align-items:center; justify-content:flex-start; gap:12px; margin:12px 0; }
#tierResourceDialogList { max-height:min(42vh,360px); overflow:auto; }
@media(max-width:640px){.admin-query-bar { grid-template-columns:minmax(0,1fr)!important; align-items:stretch; }.admin-query-bar > * { grid-column:1!important; width:100%; }.admin-query-bar .service-summary { flex-wrap:wrap; }}

.admin-query-bar.admin-query-no-filter { grid-template-columns:minmax(0,1fr) auto; }
.admin-query-no-filter > button, .admin-query-no-filter > .service-summary { grid-column:2; }
.admin-query-bar .admin-query-search .input { flex:1; }

/* rc91 historical override removed in rc92: rounded shells do not own a native
   document scrollbar. Their named body/action regions own bounded scrolling. */
.tier-benefit-dialog .admin-query-bar { margin:16px 0; }

/* rc90: distinguish local filtering, server lookup and compound target finders. */
.admin-shell input.input,.admin-shell select.input{box-sizing:border-box;height:44px;min-height:44px}
.admin-shell .input-with-unit{box-sizing:border-box;height:44px;min-height:44px}
.admin-shell .input-with-unit>input.input,.admin-shell .input-with-unit>select.input{height:42px;min-height:42px}
.admin-shell .server-finder{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;width:100%;min-width:0}
.admin-shell .server-finder>.input,.admin-shell .server-finder>.btn,.admin-shell .operation-user-picker>.input,.admin-shell .operation-user-picker>.btn,.admin-shell .refund-toolbar>.btn{height:44px;min-height:44px;margin:0}
.admin-shell .server-finder>.btn{min-width:68px}
.admin-shell .server-finder[aria-busy="true"] [data-search-submit]{opacity:.72}
.admin-shell .search-mode-hint{display:block;margin-top:7px;color:var(--muted);font-size:11px;font-weight:400;line-height:1.5;overflow-wrap:anywhere}
.admin-shell .search-field[data-search-mode="local"]{display:block;min-width:0}
.admin-shell .search-field[data-search-mode="local"] .search-mode-hint{margin-top:6px}
.admin-shell .server-finder-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-width:0}
.admin-shell .server-finder-row>.btn{height:44px;min-height:44px}
.admin-shell .compound-finder-grid{align-items:start}
.admin-shell .compound-finder-grid>.field{align-self:start}
.admin-shell .compound-finder-grid .field>.input{margin-top:0}
.admin-shell .audience-grid{align-items:start}
.admin-shell .audience-grid>.field{align-self:start}
.admin-shell .audience-grid>.field>.input{margin-top:0}
.admin-shell .audience-detail-field{align-self:start;min-width:0}
.admin-shell .audience-detail{display:block;width:100%;min-width:0}
.admin-shell .audience-all-note{box-sizing:border-box;display:flex;align-items:center;min-height:44px;padding:0 12px;border:1px solid var(--line);border-radius:10px;background:#f8fafc;color:var(--muted);font-size:13px}
.admin-shell .audience-finder{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;width:100%;min-width:0}
.admin-shell .audience-detail>#annAudienceProjectWrap{grid-template-columns:minmax(0,1fr);align-items:start}
.admin-shell .audience-detail>#annAudienceProjectWrap>*{grid-column:1}
.admin-shell .audience-finder[hidden]{display:none}
.admin-shell .audience-finder>.search-mode-hint{margin-top:0}
.admin-shell .server-list-toolbar{display:grid;grid-template-columns:minmax(0,1fr) var(--query-filter-width,12rem) auto auto;gap:8px 10px;align-items:start;width:100%}
.admin-shell .server-list-toolbar>.input,.admin-shell .server-list-toolbar>.btn{box-sizing:border-box;height:44px;min-height:44px;margin:0}
.admin-shell .server-list-toolbar>.list-filter,.admin-shell .server-list-toolbar>.field{width:100%;min-width:0;margin:0}
.admin-shell .server-list-toolbar>.search-mode-hint{grid-column:1/-1;margin-top:0}
.admin-shell .refund-toolbar.server-list-toolbar{grid-template-columns:minmax(0,1fr) minmax(180px,240px) auto auto}
.admin-shell .refund-toolbar.server-list-toolbar>.search-field{min-width:0}
.admin-shell .coupon-list-toolbar{justify-content:stretch}
.admin-shell .operation-user-tools{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:10px 14px;align-items:start;width:100%;min-width:0}
.admin-shell .operation-user-tools>.search-mode-hint{grid-column:1/-1;margin-top:-2px}
.admin-shell .operation-user-picker{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-width:0}
.admin-shell .operation-user-picker>.btn{min-width:132px}
.admin-shell .timeline-search-toolbar{display:grid;grid-template-columns:minmax(210px,1.4fr) minmax(140px,.7fr) minmax(140px,.7fr) minmax(180px,.8fr) minmax(180px,.8fr) auto auto;gap:8px 10px;align-items:start;margin-top:12px}
.admin-shell .timeline-search-toolbar>.input,.admin-shell .timeline-search-toolbar>.btn{box-sizing:border-box;width:100%;height:44px;min-height:44px;margin:0}
.admin-shell .timeline-search-toolbar>.search-mode-hint{grid-column:1/-1;margin-top:0}
.admin-shell .vip-selection-context{margin-top:12px;padding:11px 12px;border:1px solid #c7d2fe;border-radius:10px;background:#eef2ff;color:#3730a3;font-size:12px;line-height:1.55}
.admin-shell .relationship-list{display:grid;gap:8px;min-width:0;max-height:360px;overflow:auto;scrollbar-gutter:stable}
.admin-shell .relationship-summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;min-width:210px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#f8fafc}
.admin-shell .relationship-summary.is-empty{border-style:dashed;background:#fff}
.admin-shell .relationship-summary-main{display:grid;gap:3px;min-width:0}
.admin-shell .relationship-summary-main>small{color:var(--muted);font-size:11px;line-height:1.45;overflow-wrap:anywhere}
.admin-shell .managed-relationship-dialog-list{display:grid;gap:8px;min-width:0;margin:0;padding:4px 0}
.admin-shell .relationship-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}
.admin-shell .relationship-row.is-off{background:#f8fafc;color:var(--muted)}
.admin-shell .relationship-main{display:grid;gap:2px;min-width:0;overflow-wrap:anywhere}
.admin-shell .relationship-main>small{color:var(--muted);font-size:11px}
.admin-shell .relationship-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.admin-shell .relationship-empty{padding:10px 0;color:var(--muted)}
.managed-relationship-dialog-list{display:grid;gap:8px;min-width:0;margin:0;padding:4px 0}
.managed-relationship-dialog-list .relationship-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center;min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}
.managed-relationship-dialog-list .relationship-row.is-off{background:#f8fafc;color:var(--muted)}
.managed-relationship-dialog-list .relationship-main{display:grid;gap:2px;min-width:0;overflow-wrap:anywhere}
.managed-relationship-dialog-list .relationship-main>small{color:var(--muted);font-size:11px}
.managed-relationship-dialog-list .relationship-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.managed-relationship-dialog-list .relationship-empty{padding:10px 0;color:var(--muted)}
.admin-shell .admin-form-grid .field>.btn{min-height:44px}
.admin-shell .grid-help{grid-column:1/-1;margin:0;padding:0;color:var(--muted);font-size:11px;line-height:1.5}
.admin-shell .project-price-preset-guidance{margin-bottom:20px}
.admin-shell :is(.btn,.input):focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}
.admin-shell .tier-benefit-summary{min-width:0;max-width:100%;flex-wrap:wrap}
.admin-shell .tier-benefit-summary>span{min-width:0;overflow-wrap:anywhere}
.admin-shell .tier-benefit-dialog-row{min-width:0}
.admin-shell .tier-benefit-dialog-row>.compact-actions{max-width:100%;flex-wrap:wrap}
:is(#refundReviewDialog,#adminReceiptDialog){box-sizing:border-box;width:min(620px,calc(100vw - 28px));max-width:calc(100vw - 28px);max-height:calc(100dvh - 28px);overflow:hidden}
#adminReceiptDialog{width:min(680px,calc(100vw - 28px))}
:is(#refundReviewDialog,#adminReceiptDialog) .service-dialog-card{box-sizing:border-box;width:100%;max-width:100%;min-width:0;max-height:calc(100dvh - 28px);overflow-x:hidden;overflow-y:auto}
@media(max-width:1200px) and (min-width:761px){
  .admin-shell .timeline-search-toolbar{grid-template-columns:repeat(3,minmax(0,1fr))}
  .admin-shell .timeline-search-toolbar>.search-mode-hint{grid-column:1/-1}
}
@media(max-width:760px){
  .admin-shell .server-list-toolbar,.admin-shell .refund-toolbar.server-list-toolbar{grid-template-columns:minmax(0,1fr)}
  .admin-shell .server-list-toolbar>*{width:100%;min-width:0}
  .admin-shell .server-list-toolbar>.search-mode-hint{grid-column:1}
  .admin-shell .refund-toolbar.server-list-toolbar>.btn{width:100%}
  .admin-shell .server-finder-row{grid-template-columns:minmax(0,1fr)}
  .admin-shell .server-finder-row>.btn{width:100%}
  .admin-shell .timeline-search-toolbar{grid-template-columns:minmax(0,1fr)}
  .admin-shell .timeline-search-toolbar>.search-mode-hint{grid-column:1}
  .admin-shell .relationship-row{grid-template-columns:minmax(0,1fr);align-items:start}
  .managed-relationship-dialog-list .relationship-row{grid-template-columns:minmax(0,1fr);align-items:start}
  .admin-shell .relationship-summary{grid-template-columns:minmax(0,1fr);align-items:start}
  .admin-shell .relationship-summary>.btn{width:100%}
  .admin-shell .relationship-actions{justify-content:flex-start}
  .managed-relationship-dialog-list .relationship-actions{justify-content:flex-start}
}
@media(max-width:900px){
  .admin-shell .topbar{flex-wrap:wrap}
  .admin-shell .topbar .brand{min-width:0;flex:1 1 210px}
  .admin-shell .topbar .actions{margin-left:auto;flex-wrap:wrap}
  .admin-shell .server-list-toolbar,.admin-shell .refund-toolbar.server-list-toolbar{grid-template-columns:minmax(0,1fr)}
  .admin-shell .server-list-toolbar>*{width:100%;min-width:0}
  .admin-shell .server-finder{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .admin-shell .server-finder>.input{grid-column:1/-1}
  .admin-shell .server-finder>.btn{width:100%;min-width:0}
  .admin-shell .operation-user-tools{grid-template-columns:minmax(0,1fr)}
  .admin-shell .operation-user-tools>.search-mode-hint{grid-column:1}
}
@media(max-width:1050px){
  .admin-shell .admin-sidebar{overflow:visible}
  .admin-shell .admin-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));width:100%}
  .admin-shell .admin-nav-item{min-width:0;white-space:normal}
}
@media(max-width:420px){
  .admin-shell .server-finder{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .admin-shell .server-finder>.input{grid-column:1/-1}
  .admin-shell .server-finder>.btn{width:100%;min-width:0}
  .admin-shell .operation-user-picker{grid-template-columns:minmax(0,1fr)}
  .admin-shell .operation-user-picker>.btn{width:100%}
  .admin-shell .admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
  #refundReviewDialog .refund-dialog-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  #refundReviewDialog .refund-dialog-actions>.btn{width:100%!important;min-width:0;margin:0}
  #refundReviewDialog .refund-dialog-actions>.btn.primary{grid-column:1/-1}
}
#tierResourceDialogList { padding:8px 0; }
#tierResourceDialogList .tier-benefit-dialog-row { margin-bottom:8px; }

/* rc92: bounded records, shared dialog scroll surfaces and tier carousel. */
:root{--wfix-scroll-thumb:#aeb9c5;--wfix-scroll-thumb-hover:#8f9daa;--wfix-scroll-track:transparent;--wfix-scroll-size:10px}
.dialog-scroll-body,.dialog-scroll-actions,.rank-guide-body{
  scrollbar-width:thin;
  scrollbar-color:var(--wfix-scroll-thumb) var(--wfix-scroll-track);
  overscroll-behavior:contain;
  scrollbar-gutter:stable;
}
.dialog-scroll-body::-webkit-scrollbar,.dialog-scroll-actions::-webkit-scrollbar,.rank-guide-body::-webkit-scrollbar{width:var(--wfix-scroll-size);height:var(--wfix-scroll-size)}
.dialog-scroll-body::-webkit-scrollbar-track,.dialog-scroll-actions::-webkit-scrollbar-track,.rank-guide-body::-webkit-scrollbar-track{background:var(--wfix-scroll-track)}
.dialog-scroll-body::-webkit-scrollbar-thumb,.dialog-scroll-actions::-webkit-scrollbar-thumb,.rank-guide-body::-webkit-scrollbar-thumb{background:var(--wfix-scroll-thumb);border:2px solid #fff;border-radius:999px}
.dialog-scroll-body::-webkit-scrollbar-thumb:hover,.dialog-scroll-actions::-webkit-scrollbar-thumb:hover,.rank-guide-body::-webkit-scrollbar-thumb:hover{background:var(--wfix-scroll-thumb-hover)}
.dialog-scroll-body:focus-visible{outline:3px solid rgba(37,99,235,.20);outline-offset:-3px}
.rank-guide-body{align-content:start;grid-auto-rows:max-content}

.admin-shell .timeline-results{margin-top:12px;border:1px solid var(--line);border-radius:16px;background:#fff;overflow:hidden}
.admin-shell .timeline-results-body{box-sizing:border-box;min-height:180px;max-height:min(46dvh,430px);margin:0!important;padding:12px 14px;overflow-y:auto;overflow-x:hidden}
.admin-shell .timeline-results-body>.item:last-child{margin-bottom:0}
.admin-shell .timeline-results-body .order-row{min-width:0;align-items:flex-start}
.admin-shell .timeline-results-body .order-row>div{min-width:0;overflow-wrap:anywhere}
.admin-shell .timeline-results-body .order-row strong,.admin-shell .timeline-results-body>.item>.muted{overflow-wrap:anywhere;word-break:break-word}
.admin-shell .timeline-page-controls{min-height:52px;margin:0;padding:9px 12px;border-top:1px solid var(--line);background:#f8fafc;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.page-position{min-width:64px;text-align:center;color:var(--muted);font-size:12px;font-weight:750;font-variant-numeric:tabular-nums}

.tier-benefit-dialog{box-sizing:border-box;overflow:hidden!important;border-radius:22px}
.tier-benefit-dialog .service-dialog-card.dialog-scroll-shell{
  box-sizing:border-box;
  width:100%;
  height:min(88dvh,820px);
  max-height:calc(100dvh - 28px);
  min-height:0;
  display:grid;
  grid-template-rows:auto minmax(0,1fr) auto;
  padding:0;
  overflow:hidden!important;
  border-radius:22px;
}
.tier-benefit-dialog .dialog-scroll-shell>.service-dialog-head{margin:0;padding:22px 24px 18px;background:#fff;position:relative;z-index:2}
.tier-benefit-dialog .tier-relationship-body{min-height:0;padding:16px 20px 12px;overflow-y:auto;overflow-x:hidden;background:#fff}
.tier-benefit-dialog .tier-benefit-dialog-list{min-height:128px;max-height:none;overflow:visible;margin:0;padding:4px 0}
.tier-benefit-dialog .dialog-scroll-actions{max-height:min(38dvh,330px);overflow-y:auto;overflow-x:hidden;margin:0;padding:14px 24px 20px;border-top:1px solid var(--line);background:#fff}
.tier-benefit-dialog .managed-relationship-dialog-actions{display:flex;justify-content:flex-end;min-height:0;padding-top:12px;padding-bottom:12px}
.tier-benefit-dialog .tier-benefit-dialog-add{margin:0}
.tier-dialog-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(150px,190px);gap:8px 10px;align-items:start;margin:0 0 12px}
.tier-dialog-toolbar>.input{width:100%;min-width:0;height:44px;margin:0}
.tier-dialog-toolbar>.search-mode-hint{grid-column:1/-1;margin:0}
#tierResourceDialog .tier-dialog-toolbar{grid-template-columns:minmax(0,1fr)}
.tier-dialog-pages{margin:12px 0 0;padding-top:12px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.tier-dialog-pages .compact-actions{margin-left:auto}

.admin-shell .vip-selection-context{display:grid;gap:10px;padding:14px 15px;line-height:1.45}
.admin-shell .vip-selection-context>strong{font-size:13px}
.admin-shell .vip-selection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.admin-shell .vip-selection-grid>span{display:grid;align-content:start;gap:4px;min-width:0;padding:9px 10px;border-radius:9px;background:rgba(255,255,255,.72)}
.admin-shell .vip-selection-grid small{font-size:10px;color:#6366a8}
.admin-shell .vip-selection-grid b{font-size:11px;color:#312e81;overflow-wrap:anywhere}
.admin-shell .vip-selection-comparison b{font-size:12px}
.admin-shell .vip-selection-meta{display:flex;align-items:center;justify-content:space-between;gap:6px 14px;flex-wrap:wrap;color:#6366a8;font-size:10px}
.admin-shell .vip-context-help{margin:0;font-size:11px;color:#4f46e5}
.admin-shell .vip-context-help summary{cursor:pointer;font-weight:700}
.admin-shell .vip-context-help small{display:block;margin-top:7px;line-height:1.55;color:#4b5563}

.rank-tier-carousel{display:grid;gap:10px;min-width:0;touch-action:pan-y}
.rank-tier-navigation{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px}
.rank-tier-navigation>.btn{min-width:74px}
.rank-tier-select{width:100%;min-width:0;text-align:center;text-align-last:center;font-weight:750;background:#f8fafc;border-color:#dce3ea}
.rank-tier-select:focus{background:#fff;border-color:#8ab2ce;box-shadow:0 0 0 3px rgba(88,143,178,.12)}
.rank-tier-viewport{min-width:0;overflow:hidden;border:1px solid #e1e6ec;border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(32,45,58,.055)}
.rank-tier-viewport .rank-tier-step{height:clamp(350px,50dvh,470px);min-height:0;border:0;grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}
.rank-tier-viewport .rank-tier-swatch{min-height:88px;padding:15px 18px}
.rank-tier-viewport .rank-tier-detail{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}
.rank-tier-detail-scroll{min-height:0;padding:12px 4px 4px 0;overflow-y:auto;overflow-x:hidden}
.rank-tier-detail-scroll .rank-tier-benefit-layout{align-content:start}
.rank-choice-note{display:block;margin-top:8px;color:var(--muted);font-size:9px;line-height:1.45}
.rank-tier-gesture-hint{display:block;text-align:center;color:var(--muted);font-size:10px}

@media(max-width:760px){
  .admin-shell .timeline-page-controls{align-items:stretch;flex-direction:column}
  .admin-shell .timeline-page-controls>.compact-actions{width:100%;display:grid;grid-template-columns:1fr auto 1fr}
  .admin-shell .timeline-results-body .order-row{flex-direction:column}
  .tier-benefit-dialog{width:calc(100% - 14px);max-height:calc(100dvh - 14px)}
  .tier-benefit-dialog .service-dialog-card.dialog-scroll-shell{height:calc(100dvh - 14px);max-height:none;border-radius:18px}
  .tier-benefit-dialog .dialog-scroll-shell>.service-dialog-head{padding:18px 18px 15px}
  .tier-benefit-dialog .tier-relationship-body{padding:13px 14px 10px}
  .tier-benefit-dialog .dialog-scroll-actions{padding:12px 18px 16px;max-height:42dvh}
  .tier-dialog-toolbar{grid-template-columns:minmax(0,1fr)}
  .tier-dialog-toolbar>*{grid-column:1}
  .admin-shell .vip-selection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .admin-shell .vip-selection-comparison{grid-column:1/-1}
  .rank-tier-viewport .rank-tier-step{height:min(58dvh,460px)}
  .rank-tier-viewport .rank-tier-swatch{min-height:82px;padding:14px 16px}
  .rank-tier-viewport .rank-tier-detail{padding:14px 16px}
  .rank-tier-navigation>.btn{min-width:68px;padding-left:10px;padding-right:10px}
  .rank-tier-select{font-size:12px;padding-left:8px;padding-right:8px}
}
@media(max-width:420px){
  .rank-tier-navigation{gap:3px}
  .rank-tier-navigation>.btn{min-width:39px;padding-left:3px;padding-right:3px;font-size:10px}
  .rank-tier-select{font-size:10px;padding-left:3px;padding-right:3px}
}
@media(max-height:520px){
  .tier-benefit-dialog .service-dialog-card.dialog-scroll-shell{height:min(88dvh,820px);max-height:calc(100dvh - 28px)}
  .tier-benefit-dialog .dialog-scroll-shell>.service-dialog-head{padding-top:13px;padding-bottom:11px}
  .tier-benefit-dialog .dialog-scroll-actions{max-height:46dvh}
  .rank-tier-viewport .rank-tier-step{height:240px}
}
@media(prefers-reduced-motion:reduce){.rank-tier-carousel *{scroll-behavior:auto!important;transition:none!important}}

/* rc95: stable tier geometry, centered navigation and unified benefit editors. */
.rank-tier-navigation{grid-template-columns:minmax(0,1fr) minmax(148px,184px) minmax(0,1fr)}
.rank-tier-navigation>#rankTierPrev{justify-self:start}
.rank-tier-navigation>#rankTierNext{justify-self:end}
.rank-tier-center{grid-column:2;width:100%;min-width:0}
select.input.rank-tier-select{
  box-sizing:border-box;
  appearance:none;
  -webkit-appearance:none;
  padding-left:30px!important;
  padding-right:30px!important;
  background-image:linear-gradient(45deg,transparent 50%,#66717d 50%),linear-gradient(135deg,#66717d 50%,transparent 50%);
  background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%!important;
  background-size:5px 5px,5px 5px;
  background-repeat:no-repeat;
}
.rank-tier-viewport .rank-tier-swatch{box-sizing:border-box;height:94px;min-height:94px;flex:none}
.rank-choice-guide li{display:grid;gap:4px}
.rank-choice-guide li>strong{line-height:1.5;overflow-wrap:anywhere}
.rank-choice-guide li>span{display:block;color:var(--muted);line-height:1.45}

.admin-shell #tiers>tr>td{vertical-align:middle}
.admin-shell .tier-benefit-summary{
  box-sizing:border-box;
  width:178px;
  height:106px;
  min-width:178px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#f8fafc;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto 1fr;
  gap:2px 8px;
  align-content:start;
}
.admin-shell .tier-benefit-summary>.tier-benefit-mode{grid-column:1/-1;color:var(--muted);font-size:10px;font-weight:720;line-height:1.35;white-space:nowrap}
.admin-shell .tier-benefit-summary>strong{align-self:center;font-size:16px;font-variant-numeric:tabular-nums;line-height:1.3}
.admin-shell .tier-benefit-summary>small{align-self:center;color:var(--muted);font-size:9px;line-height:1.3;white-space:nowrap}
.admin-shell .tier-benefit-summary>.btn{grid-column:1/-1;align-self:end;width:100%;min-height:34px;padding:6px 10px}
.tier-benefit-dialog-row>div:first-child>small{font-size:10px;color:var(--muted);line-height:1.4}
.benefit-editor-context{margin:12px 0 0;display:flex;flex-direction:column;gap:4px;align-items:flex-start}
.benefit-editor-context>strong{color:#5f6773;font-size:12px;font-weight:720;line-height:1.35}
.benefit-editor-context>p{margin:0;color:var(--muted);font-size:11px;line-height:1.5}
.tier-benefit-dialog .benefit-editor-card{margin-top:12px;margin-bottom:0}
.tier-benefit-dialog-add .benefit-editor-context{margin-bottom:18px}
.tier-benefit-dialog :is(.benefit-editor-card .admin-form-grid,.benefit-editor-grid){align-items:start}
.tier-benefit-dialog :is(.benefit-editor-card,.benefit-editor-grid) .field{display:grid;grid-template-rows:auto 44px;gap:7px}
.tier-benefit-dialog :is(.benefit-editor-card,.benefit-editor-grid) .field-label{margin-bottom:0}
.tier-benefit-dialog :is(.benefit-editor-card,.benefit-editor-grid) .field>.input{height:44px;margin-top:0}

@media(max-width:760px){
  .rank-tier-navigation{grid-template-columns:minmax(0,1fr) minmax(132px,164px) minmax(0,1fr);gap:4px}
  .rank-tier-viewport .rank-tier-swatch{height:90px;min-height:90px}
  .benefit-editor-context{max-width:none}
  .admin-shell .tier-benefit-summary{width:164px;min-width:164px}
}
@media(max-width:360px){
  .rank-tier-navigation{grid-template-columns:minmax(0,1fr) 136px minmax(0,1fr);gap:2px}
  select.input.rank-tier-select{padding-left:23px!important;padding-right:23px!important;font-size:10px}
}
