:root{--bg:#f5f7fb;--panel:#fff;--text:#172033;--muted:#6d7689;--line:#e6e9f0;--primary:#6957e8;--primary-dark:#5745d1;--soft:#f0edff;--danger:#d84b5b;--shadow:0 18px 55px rgba(35,43,72,.10);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 0,#f0edff 0,transparent 28%),var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,p{margin-top:0}.muted{color:var(--muted);line-height:1.55}.eyebrow{font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;color:var(--primary);font-weight:800;margin-bottom:.55rem}.brand{display:flex;align-items:center;gap:.7rem;font-weight:850;font-size:1.15rem}.brand-icon{display:grid;place-items:center;width:38px;height:38px;background:var(--primary);color:#fff;border-radius:12px;box-shadow:0 9px 20px rgba(105,87,232,.28)}.button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:.74rem 1rem;display:inline-flex;gap:.5rem;align-items:center;justify-content:center;font-weight:750;color:var(--text)}.button.primary{background:var(--primary);border-color:var(--primary);color:#fff}.button.primary:hover{background:var(--primary-dark)}.button.ghost{background:#fff}.button.small{padding:.55rem .7rem;font-size:.85rem}.button:disabled{opacity:.65;cursor:not-allowed}.icon-button{border:0;background:#f4f5f8;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#4c5568}.icon-button.danger{color:var(--danger);background:#fff0f2}.text-button{border:0;background:transparent;color:var(--primary);font-weight:700}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}label{display:flex;flex-direction:column;gap:.45rem;font-size:.82rem;font-weight:750;color:#4f586b}input,select,textarea{border:1px solid #dfe3ec;background:#fff;border-radius:10px;padding:.72rem .8rem;color:var(--text);outline:none}input:focus,select:focus,textarea:focus{border-color:#9c90ee;box-shadow:0 0 0 3px rgba(105,87,232,.1)}.stack{display:flex;flex-direction:column;gap:1rem}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem}.auth-card{width:min(440px,100%);background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:2rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1.6rem}.notice{background:#f3f1ff;color:#5142ba;border:1px solid #dfd9ff;border-radius:10px;padding:.8rem;font-size:.88rem}.topbar{height:76px;padding:0 4vw;justify-content:space-between;background:rgba(255,255,255,.86);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(225,228,236,.8);position:-webkit-sticky;position:sticky;top:0;z-index:20}.topbar,.user-chip{display:flex;align-items:center}.user-chip{gap:.65rem}.user-chip .avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--primary);font-weight:800}.user-chip>div:nth-child(2){display:flex;flex-direction:column}.user-chip span{font-size:.72rem;color:var(--muted)}.user-chip button{border:0;background:transparent;color:var(--muted);margin-left:.25rem}.dashboard-content{width:min(1440px,92vw);margin:2.4rem auto 4rem}.heading-row{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.heading-row h1{font-size:clamp(1.65rem,3vw,2.35rem);margin-bottom:.4rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;margin-bottom:1.3rem}.stat-card{background:rgba(255,255,255,.92);border:1px solid #e9ebf2;border-radius:17px;padding:1.15rem;display:flex;gap:.9rem;align-items:flex-start;box-shadow:0 7px 25px rgba(40,49,80,.045)}.stat-icon{width:42px;height:42px;border-radius:12px;background:var(--soft);color:var(--primary);display:grid;place-items:center}.stat-card p{font-size:.77rem;color:var(--muted);margin-bottom:.25rem}.stat-card strong{display:block;font-size:1.25rem}.stat-card span{font-size:.72rem;color:#9098a9}.panel{background:var(--panel);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 30px rgba(37,45,75,.045)}.filters{display:flex;gap:.75rem;padding:1rem;border-bottom:1px solid var(--line)}.search-box{display:flex;align-items:center;gap:.55rem;border:1px solid #dfe3ec;background:#fff;border-radius:10px;padding:0 .72rem;flex:1 1;min-width:230px}.search-box input{border:0;box-shadow:none!important;width:100%;padding:.7rem 0}.filters select{min-width:170px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:1050px}td,th{padding:.85rem .9rem;text-align:left;border-bottom:1px solid #edf0f5;vertical-align:middle}th{font-size:.72rem;color:#838b9c;text-transform:uppercase;letter-spacing:.05em;background:#fafbfc}td{font-size:.86rem}.card-cell{display:flex;align-items:center;gap:.75rem;min-width:260px}.card-cell>div:last-child{display:flex;flex-direction:column;gap:.2rem}.card-cell span,.commission span{font-size:.72rem;color:var(--muted)}.thumbnail{width:54px;height:68px;border-radius:8px;background:#f0f1f5;position:relative;overflow:hidden;display:grid;place-items:center;color:#a4aaba;flex:0 0 auto}.commission{display:flex;flex-direction:column}.status{display:inline-flex;padding:.35rem .55rem;border-radius:999px;font-size:.72rem;font-weight:800}.status.available{background:#eaf9f1;color:#258153}.status.reserved{background:#fff5dc;color:#936b10}.status.sold{background:#eceaff;color:#5948c9}.status.returned{background:#f1f2f5;color:#646d7e}.bulk-bar{padding:.8rem 1rem;background:#f5f2ff;border-bottom:1px solid #ded8ff;display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.bulk-bar input,.bulk-bar select{padding:.55rem .65rem;max-width:160px}.bulk-bar strong{margin-right:auto;font-size:.86rem;color:#5142ba}.edit-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;padding:.35rem}.edit-grid .wide{grid-column:span 3}.edit-actions{display:flex;gap:.55rem;align-items:end}.editing-row td{background:#fbfaff}.empty-state{padding:3rem;display:flex;flex-direction:column;align-items:center;color:var(--muted);gap:.45rem}.modal-backdrop{position:fixed;inset:0;background:rgba(15,20,35,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;display:grid;place-items:center;padding:1.5rem}.modal{background:#fff;width:min(780px,100%);max-height:92vh;overflow:auto;border-radius:20px;box-shadow:0 35px 90px rgba(0,0,0,.25)}.modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.4rem 1.5rem;border-bottom:1px solid var(--line)}.modal-header h2{margin-bottom:0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem;padding:1.4rem 1.5rem}.form-grid .wide{grid-column:1/-1}.search-results{border:1px solid var(--line);border-radius:12px;max-height:250px;overflow:auto;background:#fff;box-shadow:0 12px 30px rgba(32,38,65,.12)}.search-results button{width:100%;border:0;border-bottom:1px solid #eef0f4;background:#fff;padding:.55rem;display:flex;align-items:center;gap:.7rem;text-align:left}.search-results button:hover{background:#f7f6ff}.search-results button>span:last-child{display:flex;flex-direction:column}.search-results small,.selected-preview small{color:var(--muted)}.result-image{width:44px;height:58px;position:relative;flex:0 0 auto}.selected-preview{display:flex;gap:1rem;align-items:center;background:#f7f6ff;border:1px solid #e4dfff;border-radius:13px;padding:.8rem}.selected-preview>div{display:flex;flex-direction:column}.selected-preview span{font-size:.7rem;color:var(--primary);font-weight:800;text-transform:uppercase}.upload-zone{border:1.5px dashed #cfd4df;border-radius:13px;padding:1.2rem;align-items:center;text-align:center;background:#fafbfc}.upload-zone input{border:0;padding:.4rem}.modal-actions{display:flex;justify-content:flex-end;gap:.7rem}.dashboard-shell{min-height:100vh}@media(max-width:1050px){.stats-grid{grid-template-columns:repeat(2,1fr)}.filters{flex-wrap:wrap}.filters .search-box{flex-basis:100%}}@media(max-width:700px){.topbar{padding:0 1rem}.user-chip>div:nth-child(2){display:none}.dashboard-content{width:94vw;margin-top:1.4rem}.heading-row{align-items:flex-start;flex-direction:column}.stats-grid{grid-template-columns:1fr}.filters select{flex:1 1}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.edit-grid{grid-template-columns:1fr}.edit-grid .wide{grid-column:auto}.modal-backdrop{padding:.5rem}.modal{max-height:97vh}.bulk-bar input,.bulk-bar select{max-width:none;flex:1 1 140px}}.catalog-search-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.catalog-search-header>span{font-size:.82rem;font-weight:750;color:#4f586b}.catalog-search-header select{padding:.48rem .65rem;min-width:180px;font-size:.78rem}.catalog-hint{color:var(--muted);font-weight:500}.search-message{color:#9a6712;background:#fff7df;border:1px solid #f1dfaa;border-radius:8px;padding:.55rem .7rem;font-weight:600}.result-copy{display:grid!important;grid-template-columns:auto 1fr;grid-column-gap:.5rem;column-gap:.5rem;align-items:center;width:100%}.result-copy small,.result-copy strong{grid-column:2}.language-badge{grid-row:1/3;align-self:center;display:inline-flex;align-items:center;justify-content:center;min-width:34px;padding:.23rem .36rem;border-radius:999px;font-size:.64rem;font-weight:850;letter-spacing:.04em}.language-badge.jp{background:#ffecef;color:#b8394c}.language-badge.en{background:#eaf1ff;color:#3763ac}.result-image:has(svg){display:grid;place-items:center;color:#a4aaba}.selected-image-placeholder{width:90px;height:125px;border-radius:8px;background:#eceef4;display:grid!important;place-items:center;color:#a4aaba;flex:0 0 auto}@media(max-width:700px){.catalog-search-header{align-items:stretch;flex-direction:column}.catalog-search-header select{width:100%}}.exchange-rate-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:.8rem 1rem;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 7px 25px rgba(40,49,80,.035)}.exchange-rate-bar>div{display:flex;flex-direction:column;gap:.18rem}.exchange-rate-bar strong{font-size:.84rem}.exchange-rate-bar span{font-size:.74rem;color:var(--muted)}.exchange-rate-bar.error{background:#fff7f8;border-color:#f1cdd2}.exchange-rate-bar.error span{color:#a43e4b}.stat-card-copy{min-width:0;flex:1 1}.stat-value{font-size:1.25rem;font-weight:800;margin:.05rem 0 .2rem}.stat-card .currency-breakdown{gap:.1rem}.stat-card .currency-line{grid-template-columns:34px minmax(0,1fr)}.stat-card .currency-line strong{display:block;font-size:.82rem;white-space:nowrap}.stat-card .currency-line.original strong{font-size:.9rem}.stat-card .currency-line span{font-size:.62rem}.currency-breakdown{display:flex;flex-direction:column;gap:.16rem;min-width:150px}.currency-line{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:baseline;grid-gap:.45rem;gap:.45rem}.currency-line span{font-size:.64rem;color:#8a92a3;font-weight:800;letter-spacing:.04em}.currency-line strong{font-size:.78rem;font-weight:650;white-space:nowrap}.currency-line.original span{color:var(--primary)}.currency-line.original strong{font-size:.88rem;color:var(--text);font-weight:850}.currency-breakdown>small{font-size:.68rem;color:var(--muted)}.currency-breakdown.compact{min-width:125px}.commission-percent{display:inline-block;margin-top:.28rem;padding:.2rem .42rem;border-radius:999px;background:var(--soft);color:var(--primary);font-size:.68rem;font-weight:800}.bulk-money-input{display:flex;align-items:stretch}.bulk-money-input input{border-radius:10px 0 0 10px;max-width:130px}.bulk-money-input select{border-left:0;border-radius:0 10px 10px 0;max-width:85px}.bulk-bar .bulk-money-input input,.bulk-bar .bulk-money-input select{padding:.55rem .65rem}table{min-width:1240px}@media(max-width:700px){.exchange-rate-bar{align-items:flex-start;flex-direction:column}.exchange-rate-bar .button{width:100%}.bulk-money-input{flex:1 1 230px}.bulk-money-input input{max-width:none;flex:1 1}.bulk-money-input select{max-width:90px}}.card-image-native{display:block;width:100%;height:100%}.edit-grid .full{grid-column:1/-1}.edit-grid small{font-size:.7rem;font-weight:500;color:var(--muted)}.manual-preview{display:flex;align-items:center;gap:1rem;background:#fafbfc;border:1px solid var(--line);border-radius:13px;padding:.8rem}.manual-preview-image{width:90px;height:125px;border-radius:8px;background:#eceef4;overflow:hidden;display:grid;place-items:center;color:#a4aaba;flex:0 0 auto}.manual-preview>div:last-child{display:flex;flex-direction:column;gap:.3rem}.manual-preview small{color:var(--muted);font-weight:500}@media(max-width:700px){.edit-grid .full{grid-column:auto}}.live-card-preview{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e2e5ed;border-radius:15px;background:linear-gradient(135deg,#fafbfc,#f5f3ff)}.live-card-preview.custom{border-color:#cfc8ff;background:linear-gradient(135deg,#f8f6ff,#fff)}.live-card-preview-image{width:118px;height:164px;border-radius:10px;background:#eceef4;overflow:hidden;display:grid;place-items:center;color:#a4aaba;flex:0 0 auto}.live-card-preview>div:last-child{display:flex;flex-direction:column;gap:.35rem}.live-card-preview span{font-size:.7rem;color:var(--primary);font-weight:850;text-transform:uppercase;letter-spacing:.04em}.live-card-preview small{color:var(--muted);font-weight:500;max-width:430px}.price-estimator{border:1px solid #ded9ff;background:#f8f7ff;border-radius:14px;padding:.9rem;display:flex;flex-direction:column;gap:.75rem}.price-estimator.muted-estimator{flex-direction:row;align-items:center;color:var(--muted);background:#fafbfc;border-color:var(--line);font-size:.78rem}.price-estimator-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.price-estimator-header>div{display:flex;flex-direction:column;gap:.2rem}.price-estimator-header strong{font-size:.84rem}.price-estimator-header small{font-size:.7rem;color:var(--muted);font-weight:500}.price-estimator-message{padding:.55rem .65rem;border-radius:8px;background:#fff7df;color:#936b10;font-weight:650}.estimate-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.estimate-options>button{border:1px solid #e0dcfa;background:#fff;border-radius:11px;padding:.7rem;display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;grid-gap:.7rem;gap:.7rem;text-align:left}.estimate-options>button:hover{border-color:#a99cf4;box-shadow:0 6px 18px rgba(87,70,190,.08)}.estimate-options>button>span:first-child,.estimate-value{display:flex;flex-direction:column;gap:.15rem}.estimate-options small{font-size:.65rem;color:var(--muted)}.estimate-value{text-align:right}.estimate-value strong{font-size:.9rem}.estimate-action{padding:.28rem .45rem;border-radius:999px;background:var(--soft);color:var(--primary);font-size:.68rem;font-weight:850}.provider-benchmarks{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;font-size:.68rem;color:var(--muted)}.provider-benchmarks span{padding:.25rem .42rem;border-radius:999px;background:#fff}.provider-benchmarks span.ok{color:#287653}.provider-benchmarks span.failed{color:#ad4653}.edit-live-preview{display:flex;align-items:center;gap:.8rem;padding:.75rem;border:1px solid var(--line);border-radius:12px;background:#fff}.edit-live-preview-image{width:80px;height:112px;border-radius:8px;background:#eceef4;overflow:hidden;display:grid;place-items:center;color:#a4aaba}.edit-live-preview>div:last-child{display:flex;flex-direction:column;gap:.25rem}.edit-live-preview small{color:var(--muted)}.net-breakdown{display:flex;flex-direction:column;gap:.4rem;min-width:175px}.net-breakdown details{font-size:.68rem;color:var(--muted)}.net-breakdown summary{cursor:pointer;color:var(--primary);font-weight:750}.net-breakdown details span{display:block;margin-top:.22rem;white-space:nowrap}table{min-width:1510px}.bulk-bar input{max-width:145px}@media(max-width:700px){.live-card-preview{align-items:flex-start}.live-card-preview-image{width:94px;height:132px}.estimate-options{grid-template-columns:1fr}.price-estimator-header{align-items:flex-start;flex-direction:column}.price-estimator-header .button{width:100%}.edit-live-preview{align-items:flex-start}}.search-interpretation{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;background:#f5f7fb;border:1px solid #e4e8f0;border-radius:9px;padding:.5rem .65rem}.search-interpretation>span{font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.06em;color:#697387}.search-interpretation small{display:inline-flex;background:#fff;border:1px solid #e0e4ed;border-radius:999px;padding:.22rem .48rem;color:#515b6d;font-weight:650}.tag-editor{gap:.75rem;padding:.9rem;border:1px solid #e1e4ec;border-radius:14px;background:#fafbfc}.tag-editor,.tag-editor-heading{display:flex;flex-direction:column}.tag-editor-heading{gap:.18rem}.tag-editor-heading strong{font-size:.82rem;color:#4f586b}.tag-editor-heading small{font-size:.7rem;color:var(--muted);font-weight:500}.tag-preset-list{display:flex;flex-wrap:wrap;gap:.45rem}.tag-preset-list button{border:1px solid #dfe3ec;background:#fff;color:#596275;border-radius:999px;padding:.38rem .62rem;font-size:.72rem;font-weight:750}.tag-preset-list button:hover{border-color:#aea3ef;color:var(--primary)}.tag-preset-list button.active{background:var(--soft);border-color:#cfc7ff;color:var(--primary);box-shadow:0 0 0 2px rgba(105,87,232,.05)}.tag-custom-input{display:flex;gap:.55rem}.tag-custom-input input{flex:1 1;min-width:0}.card-tag-list,.selected-tags{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.card-tag{display:inline-flex;align-items:center;gap:.28rem;padding:.24rem .46rem;border-radius:999px;background:#eef1f7;color:#566074;font-size:.66rem;font-weight:750;line-height:1.2}.card-tag.editable{background:#fff;border:1px solid #dfe3ec}.card-tag button{display:grid;place-items:center;border:0;background:transparent;color:#7b8496;padding:0}.card-tag-list{margin-top:.28rem;max-width:340px}.card-cell .card-tag-list .card-tag{color:#566074}.bulk-bar input[aria-label*=tags]{min-width:220px;max-width:260px}@media(max-width:700px){.tag-custom-input{flex-direction:column}.tag-custom-input .button{width:100%}.bulk-bar input[aria-label*=tags]{max-width:none}}.auth-alternatives{display:flex;flex-direction:column;gap:.75rem}.auth-divider{display:flex;align-items:center;gap:.75rem;color:#9299a8;font-size:.72rem}.auth-divider:after,.auth-divider:before{content:"";height:1px;background:var(--line);flex:1 1}.auth-mode-actions,.auth-status{display:flex;justify-content:center}.auth-status{align-items:center;gap:.55rem;padding:1rem;border:1px solid var(--line);border-radius:12px;background:#fafbfc;color:var(--muted)}.error-notice{background:#fff3f4;color:#a63b49;border-color:#efccd1}.brand-link{text-decoration:none;color:inherit}.topbar-actions{display:flex;align-items:center;gap:.8rem}.topbar-actions>a{text-decoration:none}.admin-heading-icon{width:58px;height:58px;border-radius:18px;background:var(--soft);color:var(--primary);display:grid;place-items:center}.partner-admin-page{width:min(1560px,94vw)}.partner-admin-panel{overflow:hidden}.admin-message{margin:1rem 1rem 0;padding:.72rem .85rem;border:1px solid #ddd7ff;border-radius:10px;background:#f5f2ff;color:#5545bf;font-size:.82rem;font-weight:650}.partner-admin-table{min-width:1500px}.partner-admin-table td{vertical-align:middle}.partner-identity{display:flex;align-items:center;gap:.72rem;min-width:230px}.partner-identity .avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--soft);color:var(--primary);font-weight:850;flex:0 0 auto}.partner-identity>div:last-child{display:flex;flex-direction:column;gap:.15rem}.partner-identity span{font-size:.7rem;color:var(--muted)}.role-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.32rem .52rem;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.role-badge.partner{background:#edf6ff;color:#356da7}.role-badge.admin{background:#f0edff;color:#5b49c9}.metric-pair{display:flex;flex-direction:column;gap:.16rem}.metric-pair strong{font-size:1rem}.metric-pair span{font-size:.68rem;color:var(--muted)}.inline-admin-field{min-width:220px}.inline-admin-field input{padding:.55rem .65rem}.admin-row-actions{display:flex;align-items:center;gap:.45rem}.partner-admin-table .currency-breakdown{min-width:135px}.partner-admin-table select{min-width:140px;padding:.55rem .65rem}@media(max-width:700px){.topbar-actions{gap:.4rem}.topbar-actions>.button{font-size:0;padding:.55rem}.topbar-actions>.button svg{margin:0}.admin-heading-icon{display:none}.partner-admin-page{width:94vw}}.grading-fields{display:grid;grid-template-columns:1.2fr .8fr 1.2fr;grid-gap:.75rem;gap:.75rem;padding:.9rem;border:1px solid #e1e4ec;border-radius:14px;background:#fafbfc}.grading-fields label{min-width:0}.grading-fields input:disabled,.grading-fields select:disabled{background:#f0f2f6;color:#9299a8;cursor:not-allowed}.grading-badge{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.16rem;min-width:88px;padding:.42rem .58rem;border-radius:10px;background:#eef1f7;color:#4f596c}.grading-badge strong{font-size:.76rem;line-height:1.1}.grading-badge span{font-size:.63rem;color:inherit;opacity:.72;max-width:130px;overflow-wrap:anywhere}.grading-badge.psa{background:#fff0f0;color:#a23b3b}.grading-badge.bgs{background:#f5f0ff;color:#6842a5}.grading-badge.ars{background:#fff7df;color:#8d6914}.grading-badge.cgc{background:#e9f8f1;color:#267251}.grading-badge.tag{background:#eaf2ff;color:#315f9f}.grading-badge.raw{background:#eef1f7;color:#566074}.bulk-bar select[aria-label*=certificadora]{min-width:190px;max-width:220px}.bulk-bar select[aria-label="Cambiar grado"]{max-width:105px}table{min-width:1640px}@media(max-width:700px){.grading-fields{grid-template-columns:1fr}.bulk-bar select[aria-label*=certificadora],.bulk-bar select[aria-label="Cambiar grado"]{max-width:none;flex:1 1 170px}}.edit-modal-backdrop{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:clamp(.75rem,2.5vw,2rem);background:rgba(17,22,36,.68);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:edit-backdrop-in .16s ease-out}.edit-modal-panel{width:min(1040px,100%);max-height:min(92vh,960px);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.45);border-radius:22px;background:#fff;box-shadow:0 32px 100px rgba(9,14,28,.35);animation:edit-panel-in .18s ease-out}.edit-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);flex:0 0 auto}.edit-modal-card-summary{display:flex;align-items:center;gap:.85rem;min-width:0}.edit-modal-card-summary>div:last-child{min-width:0}.edit-modal-card-summary>div:last-child>span{display:block;margin-bottom:.14rem;color:var(--primary);font-size:.66rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.edit-modal-card-summary h2{margin:0;font-size:1.05rem}.edit-modal-card-summary h2,.edit-modal-card-summary p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-modal-card-summary p{margin:.18rem 0 0;color:var(--muted);font-size:.74rem}.edit-modal-thumbnail{width:48px;height:64px;display:grid;place-items:center;overflow:hidden;flex:0 0 auto;border-radius:8px;background:#eef0f5;color:#9ca3b3}.edit-modal-close{flex:0 0 auto}.edit-modal-form{display:flex;min-height:0;flex:1 1;flex-direction:column;overflow:hidden}.edit-modal-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem;overflow-y:auto;padding:1.25rem 1.35rem 1.5rem;overscroll-behavior:contain}.edit-modal-body .full{grid-column:1/-1}.edit-modal-body label small{font-size:.7rem;color:var(--muted);font-weight:500}.edit-modal-body textarea{width:100%;min-height:100px;resize:vertical}.edit-section-title{display:flex;flex-direction:column;gap:.12rem;margin-top:.35rem;padding-top:1rem;border-top:1px solid #edf0f5}.edit-section-title:first-child{margin-top:0;padding-top:0;border-top:0}.edit-section-title strong{font-size:.86rem;color:#424b5e}.edit-section-title span{font-size:.7rem;color:var(--muted)}.edit-modal-actions{display:flex;justify-content:flex-end;gap:.7rem;padding:.9rem 1.25rem;border-top:1px solid var(--line);background:rgba(255,255,255,.97);box-shadow:0 -10px 30px rgba(22,28,44,.05);flex:0 0 auto}@keyframes edit-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes edit-panel-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}@media(max-width:700px){.edit-modal-backdrop{padding:0;align-items:stretch}.edit-modal-panel{width:100%;max-height:none;height:100dvh;border:0;border-radius:0}.edit-modal-header{padding:.8rem .9rem}.edit-modal-thumbnail{width:42px;height:56px}.edit-modal-body{grid-template-columns:1fr;padding:1rem .9rem 1.25rem}.edit-modal-body .full{grid-column:auto}.edit-modal-actions{padding:.75rem .9rem}.edit-modal-actions .button{flex:1 1}.edit-modal-card-summary p{max-width:62vw}}@media(prefers-reduced-motion:reduce){.edit-modal-backdrop,.edit-modal-panel{animation:none}}