:root{--background:#111014;--surface:#1b191f;--surface-raised:#232027;--primary:#7c3aed;--primary-hover:#6d28d9;--primary-soft:#7c3aed1f;--accent:#a78bfa;--text:#fff;--text-muted:#bbb7c2;--border:#ffffff1c;--radius:10px;--radius-lg:16px;--shadow-sm:0 8px 24px #0000002e;--container-width:1200px;--section-spacing:120px;--navbar-height:80px;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);color:var(--text)}.hero{min-height:100vh;padding-top:calc(var(--navbar-height) + 90px);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#7c3aed2e 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-250px;left:50%;transform:translate(-50%)}.hero-content{z-index:1;text-align:center;max-width:700px;margin:0 auto;position:relative}.badge{color:#c4b5fd;background:#7c3aed33;border-radius:999px;margin-bottom:2rem;padding:8px 16px;display:inline-block}.hero h1{color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(#fff,#d9d9d9);-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:800}.subtitle{color:#f4c542;margin-bottom:1.5rem;font-size:2rem}.description{color:var(--text-muted);margin-bottom:3rem;font-size:1.2rem;line-height:1.8}.buttons{justify-content:center;gap:1rem;display:flex}button{border-radius:var(--radius);cursor:pointer;border:none;padding:14px 28px;font-size:1rem}.primary{background:var(--primary);color:var(--text);border-radius:var(--radius)}.secondary{border:1px solid var(--border);color:var(--text);background:0 0}button:hover{transition:all .2s;transform:translateY(-2px)}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;background:#0b1020a6;border-bottom:1px solid #ffffff0d;width:100%;padding:20px 0;position:fixed;top:0}.navbar-content{justify-content:space-between;align-items:center;display:flex}.nav-links{color:var(--text-muted);gap:2rem;list-style:none;display:flex}.nav-links li{cursor:pointer;transition:all .2s}.nav-links a{color:inherit;text-decoration:none;transition:color .2s;position:relative}.nav-links a:hover{color:var(--primary)}.nav-links a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .2s;position:absolute;bottom:-6px;left:0}.nav-links a:hover:after{width:100%}.feature-grid{gap:var(--space-md);margin-top:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-md);transition:transform .2s}.feature-card:hover{transform:translateY(-6px)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-md);text-align:center;transition:transform .25s,border-color .25s,box-shadow .25s}.card h3{color:var(--text);margin-bottom:1rem}.card p{color:var(--text-muted);line-height:1.7}.features{max-width:var(--container-width);padding:var(--section-spacing) var(--space-md);text-align:center;margin:0 auto}.features h2{margin-bottom:var(--space-lg);font-size:2.5rem}.feature-grid{gap:var(--space-md);grid-template-columns:repeat(3,1fr);display:grid}.features{max-width:var(--container-width);padding:var(--section-spacing) var(--space-md);margin:0 auto}.features h2{text-align:center;margin-bottom:4rem;font-size:2.5rem}.feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.card{cursor:pointer;background:linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff14;border-radius:20px;padding:2rem;transition:all .3s}.card:hover{border-color:#7c3aed;transform:translateY(-8px);box-shadow:0 20px 50px #7c3aed2e}.card-icon{margin-bottom:1.5rem;font-size:2.5rem}.card h3{margin-bottom:1rem;font-size:1.5rem}.card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.8}.card-link{color:var(--primary);font-weight:600;transition:all .2s}.card:hover .card-link{margin-left:6px}@media (max-width:900px){.feature-grid{grid-template-columns:1fr}.features h2{font-size:2rem}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-description{max-width:100%}}.footer{margin-top:var(--section-spacing);border-top:1px solid var(--border);background:#ffffff05;padding:5rem 0 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;display:grid}.footer-description{color:var(--text-muted);max-width:350px;line-height:1.8}.footer h3{margin-bottom:1rem}.footer ul{list-style:none}.footer li{color:var(--text-muted);cursor:pointer;margin-bottom:.8rem;transition:color .2s}.footer li:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);margin-top:4rem;padding-top:2rem}.tool-hero{text-align:center;max-width:800px;margin:0 auto;padding:8rem 0 4rem}.tool-badge{color:var(--primary);background:#7c3aed26;border-radius:999px;margin-bottom:2rem;padding:.5rem 1rem;display:inline-block}.tool-hero h1{margin-bottom:1rem;font-size:4rem}.tool-description{color:var(--text-muted);font-size:1.2rem;line-height:1.8}.tool-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;max-width:900px;margin:0 auto 120px;padding:3rem}.tool-card h2{margin-bottom:2rem}.deck-input{resize:vertical;border:1px solid var(--border);color:#fff;background:#0b1020;border-radius:12px;width:100%;min-height:320px;margin-bottom:2rem;padding:1rem;font-size:1rem}.analyse-button{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:1rem 2rem;font-size:1rem}.format-selector{border:0;flex-wrap:wrap;gap:20px;margin:0 0 .5rem;padding:0;display:flex}.format-selector legend{color:var(--text);margin-bottom:.75rem;font-size:.9rem;font-weight:700}.format-selector label{color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;display:flex}.format-selector input{accent-color:var(--accent)}.deck-doctor-top-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start;gap:2rem;margin-bottom:2rem;display:grid}.deck-doctor-input-card{min-width:0;max-width:none;margin:0}.deck-summary{flex-direction:column;gap:.5rem;width:100%;min-width:0;display:flex}.deck-summary--overview{border:1px solid var(--border);background:#11172bb8;border-radius:20px;padding:2rem;position:sticky;top:120px}.deck-summary--results{background:0 0;border:0;padding:0}.deck-results-grid{gap:1.5rem;width:100%;display:grid}.deck-results-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.deck-summary-section{border:1px solid var(--border);background:#11172bb8;border-radius:18px;min-width:0;padding:1.5rem}.deck-overview-value--secondary{flex-direction:column;align-items:flex-end}.deck-overview-value--secondary small{color:#fff9;max-width:18rem;font-size:.76rem;font-weight:400}@media (max-width:640px){.deck-overview-value--secondary{align-items:flex-start}}.deck-health-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;width:100%;margin-top:1rem;display:grid}.health-card{background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;justify-content:flex-start;min-width:0;padding:.9rem .8rem;display:flex}.health-card__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;display:flex}.health-card__label{color:#ffffffc2;min-width:0;font-size:.82rem;font-weight:600;line-height:1.3}.status-badge{white-space:nowrap;flex-shrink:0}.health-card__value{margin-bottom:.5rem;font-size:clamp(1.5rem,2vw,2rem);font-weight:700;line-height:1.1}.health-card__meta{flex-direction:column;gap:.25rem;min-width:0;display:flex}.deck-results-grid--full{grid-template-columns:1fr;width:100%}.bracket-summary-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.bracket-summary-list{color:#ffffffc7;gap:.4rem;margin:0 0 1rem;list-style:none;display:grid}.bracket-details{margin-top:1rem}.detailed-analysis-contents{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem 1rem;display:grid}.supporting-role-analysis{grid-column:1/-1;grid-template-columns:subgrid;border-top:1px solid #ffffff17;gap:.5rem 1rem;margin-top:.5rem;padding-top:.8rem;display:grid}.supporting-role-analysis h4{grid-column:1/-1;margin:0}@media (max-width:1180px){.deck-health-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.deck-doctor-top-grid,.deck-results-grid--two,.detailed-analysis-contents,.supporting-role-analysis,.deck-health-grid{grid-template-columns:1fr}.deck-summary--overview{position:static}}@media (max-width:640px){.doctor-strength-grid,.upgrade-swap-evidence{grid-template-columns:1fr}.upgrade-swap-heading{grid-template-columns:auto minmax(0,1fr);align-items:flex-start}.confidence-badge{grid-column:2;justify-self:start}.upgrade-swap-checkbox{grid-template-columns:auto auto minmax(0,1fr);align-items:flex-start}.upgrade-swap-checkbox .confidence-badge{grid-column:3}.upgrade-comparison-grid{grid-template-columns:minmax(6.5rem,1.1fr) repeat(2,minmax(4.5rem,1fr));font-size:.76rem}.deck-summary-section-header,.summary-item__label-row,.deck-overview-row,.bracket-summary-header{flex-direction:column;align-items:flex-start}.deck-overview-value,.summary-item__value{text-align:left;justify-content:flex-start}.summary-item__value{white-space:normal}.mana-curve-row{grid-template-columns:32px 1fr 24px}}.deck-summary{flex-direction:column;gap:.5rem;display:flex}.deck-summary-section{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1.5rem}.deck-summary-section-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.deck-summary-section-meta{color:#ffffffb3;font-size:.82rem}.deck-overview-grid{gap:.75rem;display:grid}.deck-overview-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:baseline;gap:1rem;padding:.65rem 0;display:flex}.deck-overview-label{color:#ffffffb8;font-weight:500}.deck-overview-value{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.35rem;display:flex}.deck-overview-card{display:inline-flex}.summary-item{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.summary-item__content{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.summary-item__label-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.summary-item__label{font-weight:600}.summary-item__meta{flex-direction:column;gap:.2rem;display:flex}.summary-item__value{text-align:right;white-space:nowrap}.status-badge{letter-spacing:.02em;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;padding:.25rem .55rem;font-size:.72rem;display:inline-flex}.status-badge--healthy{color:#b9f0c8;background:#277a481f;border-color:#8ae0a866}.status-badge--low{color:#ffd39a;background:#97611624;border-color:#ffbc7673}.status-badge--high{color:#d8c7ff;background:#6a4fb31f;border-color:#b395ff66}.summary-note{color:#ffffffb8;margin:0 0 1rem}.summary-section-toggle{white-space:nowrap;font-size:.83rem}.curve-diagnosis-panel{margin-top:1rem;padding-top:.5rem}.curve-diagnosis-panel h4{margin:0 0 .5rem}.summary-positive{background:#277a4814;border:1px solid #8ae0a833;border-radius:.75rem;margin-bottom:.75rem;padding:.75rem}.summary-warning{background:#ffc10712;border:1px solid #ffc10733;border-radius:.75rem;margin-bottom:.75rem;padding:.75rem}.summary-note:not(.deck-summary-section *){border:1px solid #ffffff14;border-radius:.75rem;padding:.75rem}@media (max-width:640px){.deck-summary-section-header,.summary-item__label-row,.deck-overview-row{flex-direction:column;align-items:flex-start}.deck-overview-value,.summary-item__value{text-align:left;justify-content:flex-start}.summary-item__value{white-space:normal}.mana-curve-row{grid-template-columns:32px 1fr 24px}}.analysis-breakdown-actions{align-items:center;gap:.75rem;display:flex}.analysis-breakdown-toggle{color:var(--primary);cursor:pointer;font:inherit;background:0 0;border:0;padding:0}.analysis-breakdown-toggle:hover{text-decoration:underline}.analysis-breakdown-list{border-bottom:1px solid #ffffff14;margin:0;padding:0 0 1rem;list-style:none}.analysis-breakdown-list li{justify-content:space-between;gap:1rem;padding:.35rem 0;display:flex}.analysis-breakdown-reasons{color:#ffffffa6;margin-top:.15rem;display:block}.card-hover-preview{display:inline-block;position:relative}.card-hover-preview-trigger{color:inherit;cursor:help;font:inherit;text-align:left;background:0 0;border:0;padding:0}.card-hover-preview-trigger:focus-visible{color:var(--primary);outline:2px solid var(--primary);outline-offset:2px}.card-hover-preview-popover,.card-hover-preview-close{display:none}@media (hover:none),(pointer:coarse){.card-hover-preview--open .card-hover-preview-popover{padding:max(1rem, env(safe-area-inset-top)) max(1rem, env(safe-area-inset-right)) max(1rem, env(safe-area-inset-bottom)) max(1rem, env(safe-area-inset-left));z-index:1400;background:#04050ac7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.card-hover-preview--open .card-hover-preview-popover img{object-fit:contain;border-radius:.75rem;width:auto;max-width:min(82vw,320px);height:auto;max-height:calc(100dvh - 5rem);display:block}.card-hover-preview--open .card-hover-preview-close{color:#fff;height:2.5rem;right:max(1rem, env(safe-area-inset-right));top:max(1rem, env(safe-area-inset-top));z-index:1;background:#11131a;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;width:2.5rem;font-size:1.4rem;display:flex;position:fixed}}@media (hover:hover) and (pointer:fine){.card-hover-preview-popover{z-index:20;background:#11131a;border:1px solid #ffffff29;border-radius:.75rem;width:244px;padding:.35rem;position:absolute;top:50%;right:calc(100% + .75rem);transform:translateY(-50%);box-shadow:0 1rem 2.5rem #0000008c}.card-hover-preview-popover img{border-radius:.55rem;width:100%;height:auto;display:block}.card-hover-preview:hover .card-hover-preview-popover,.card-hover-preview:focus-within .card-hover-preview-popover{display:block}}.summary-status{color:var(--primary);margin-top:2rem;font-weight:600}.deck-actions{gap:1rem;margin-bottom:2rem;display:flex}.secondary-button{color:var(--text);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.8rem 1.2rem;transition:all .2s}.secondary-button:hover{border-color:var(--primary);color:var(--primary)}.analyse-button:disabled{opacity:.5;cursor:not-allowed}.import-badge{color:#b89cff;background:#6b4dff14;border:1px solid #6b4dff59;border-radius:999px;margin:.75rem 0 1rem;padding:.4rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.mana-curve{margin:1.5rem 0}.mana-curve h3{margin-bottom:1rem}.mana-curve-row{grid-template-columns:40px 1fr 30px;align-items:center;gap:.75rem;margin-bottom:.65rem;display:grid}.mana-curve-label{font-weight:600}.mana-curve-bar-track{background:#ffffff14;border-radius:999px;height:10px;overflow:hidden}.mana-curve-bar{background:#6b4dff;border-radius:999px;height:100%}.mana-curve-row strong{text-align:right}.specific-card-suggestions{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.specific-card-suggestions__title{color:#fffc;font-size:.85rem;font-weight:600}.specific-card-suggestion{background:#ffffff04;border:1px solid #ffffff14;border-radius:10px;flex-direction:row;align-items:center;gap:.75rem;padding:.5rem .65rem;display:flex}.specific-card-suggestion__card{flex-shrink:0;display:inline-flex}.specific-card-suggestion__meta{color:#ffffffbf;min-width:0}html{scroll-padding-top:calc(var(--navbar-height) + 1rem)}body{min-height:100vh;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}main{min-height:calc(100vh - var(--navbar-height));padding-bottom:5rem}a,button,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #a78bfab8}button:hover{transform:none}.navbar{min-height:var(--navbar-height);background:#111014e6;padding:1rem 0}.navbar-content{min-height:48px}.navbar-actions{align-items:center;gap:1rem;min-width:0;display:flex}.region-currency-selector{color:#ddd1ff;cursor:pointer;white-space:nowrap;background:#7c3aed14;border:1px solid #a78bfa47;border-radius:999px;align-items:center;gap:.3rem;min-height:34px;padding:.35rem .7rem;font-size:.76rem;font-weight:650;display:inline-flex;position:relative}.region-currency-selector:hover{background:#7c3aed29;border-color:#a78bfa7a}.region-currency-selector:focus-within{outline-offset:3px;outline:3px solid #a78bfab8}.region-currency-selector select{cursor:pointer;opacity:0;width:100%;position:absolute;inset:0}.brand{color:var(--text);align-items:center;gap:.65rem;min-width:0;text-decoration:none;display:inline-flex}.brand-lockup{align-items:center;gap:.35rem;display:inline-flex}.brand-mark-image{object-fit:cover;border-radius:7px;width:37px;height:38px}.brand-wordmark-image{width:138px;height:auto;display:block}.brand-beta{border-left:1px solid var(--border);color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;padding-left:.65rem;font-size:.7rem}.nav-links{align-items:center;gap:1.5rem;font-size:.93rem}.nav-links a{padding:.5rem 0;display:inline-block}.nav-links a[aria-current=page]{color:#ddd1ff;font-weight:700}.nav-links a[aria-current=page]:after{width:100%}.hero{min-height:auto;padding:calc(var(--navbar-height) + 4rem) 0 3.5rem}.hero-brand{flex-direction:column;align-items:center;width:min(100%,430px);margin:0 auto 1.25rem;display:flex;position:relative}.hero-mark{object-fit:cover;border-radius:24px;width:128px;height:132px}.hero-wordmark{width:390px;max-width:100%;height:auto;margin-top:-.2rem}.hero h1{color:var(--text);letter-spacing:-.045em;-webkit-text-fill-color:currentColor;background:0 0;max-width:760px;margin:0 auto 1.25rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08}.hero-cta{border-radius:var(--radius);padding:.9rem 1.25rem;font-weight:700;text-decoration:none;display:inline-flex}.hero-cta:hover{background:var(--primary-hover)}.hero-note{color:var(--text-muted);align-items:center;font-size:.9rem;display:inline-flex}.section-kicker{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;margin-bottom:.4rem;font-size:.72rem;font-weight:750;display:block}.feature-strip{max-width:var(--container-width);padding:0 var(--space-md) 4.5rem;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0 auto;display:grid}.feature-strip-card{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff06;align-items:center;gap:.9rem;min-width:0;padding:1rem;display:flex}.feature-strip-icon{background:var(--primary-soft);color:var(--accent);border:1px solid #a78bfa3d;border-radius:50%;flex:none;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.feature-strip-icon svg{width:22px;height:22px}.feature-strip-card h2{margin-bottom:.15rem;font-size:.98rem}.feature-strip-card p{color:var(--text-muted);font-size:.82rem}.features{padding:4.5rem var(--space-md) 5rem}.features-intro{color:var(--text-muted);max-width:720px;margin:-2.5rem auto 2.5rem;line-height:1.7}.deck-doctor-product-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);color:var(--text);text-align:left;border:1px solid #a78bfa40;align-items:center;gap:1.5rem;max-width:760px;margin:0 auto;padding:clamp(1.25rem,4vw,2rem);text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.deck-doctor-product-card:hover{border-color:#a78bfa8c;transform:translateY(-2px)}.deck-doctor-product-card img{object-fit:cover;border-radius:24px;flex:none;width:116px;height:118px}.deck-doctor-product-card h3{margin-bottom:.35rem;font-size:1.65rem}.deck-doctor-product-card p{color:var(--text-muted);margin-bottom:.8rem}.product-card-cta{color:#d8c7ff;font-size:.9rem;font-weight:750}.tool-product-grid{gap:1.25rem;max-width:760px;margin:0 auto;display:grid}.tool-product-grid .deck-doctor-product-card{max-width:none;margin:0}.collection-doctor-hero{padding-bottom:2.5rem}.collection-doctor-intro{color:var(--text-muted);max-width:680px;margin:.7rem auto 0;line-height:1.7}.collection-doctor-shell{max-width:960px;margin:0 auto 7rem}.collection-doctor-input-card{max-width:none;margin-bottom:2.5rem}.collection-doctor-input{min-height:250px}.collection-format-example{color:#d8c7ff;white-space:nowrap}.collection-privacy{color:var(--text-muted);margin:1rem 0 1.4rem;font-size:.82rem;line-height:1.55}.collection-analyse-button{width:100%}.collection-analyse-button:disabled{cursor:wait;opacity:.65}.collection-doctor-output{gap:1.5rem;display:grid}.collection-status-card,.collection-summary-card,.collection-warning,.collection-deck-card{background:var(--surface);border:1px solid var(--border);border-radius:20px}.collection-status-card{padding:1.5rem}.collection-status-card h2{margin-bottom:.5rem}.collection-status-card p,.collection-status-card li{color:var(--text-muted);line-height:1.6}.collection-status-card ul{margin:.8rem 0 0 1.25rem}.collection-status-card--error{border-color:#f871717a}.collection-issue-source{overflow-wrap:anywhere}.collection-summary-card{justify-content:space-between;align-items:center;gap:2rem;padding:1.75rem 2rem;display:flex}.collection-summary-card h2{margin:.35rem 0}.collection-summary-card p,.collection-summary-relevant span{color:var(--text-muted)}.collection-summary-relevant{flex-direction:column;flex:none;align-items:flex-end;display:flex}.collection-summary-relevant strong{color:#d8c7ff;font-size:2rem}.collection-warning{color:#f3d7a0;background:#f59e0b14;border-color:#f59e0b59;padding:1rem 1.2rem;line-height:1.6}.collection-results-heading{justify-content:space-between;align-items:end;gap:2rem;margin-top:1.5rem;display:flex}.collection-results-heading h2{margin-top:.35rem}.collection-results-heading p{color:var(--text-muted);max-width:440px;font-size:.88rem;line-height:1.6}.collection-deck-results{gap:1.5rem;display:grid}.collection-deck-card{min-width:0;padding:clamp(1.25rem,4vw,2rem);overflow:hidden}.collection-deck-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.collection-deck-header h3{overflow-wrap:anywhere;margin:.25rem 0;font-size:1.6rem}.collection-deck-header p,.collection-ranking-explanation{color:var(--text-muted)}.collection-rank{color:#b99af7;letter-spacing:.07em;text-transform:uppercase;font-size:.78rem;font-weight:750}.collection-tier{color:#d8c7ff;background:#7c3aed24;border:1px solid #a78bfa47;border-radius:999px;flex:none;padding:.45rem .75rem;font-size:.82rem;font-weight:750}.collection-tier--ready-to-build{color:#86efac;background:#22c55e21;border-color:#4ade805c}.collection-completion-row{justify-content:space-between;align-items:center;margin-top:1.5rem;display:flex}.collection-completion-row strong{font-size:1.1rem}.collection-completion-row span{color:var(--text-muted);font-size:.9rem}.collection-progress{background:#0b1020;border-radius:999px;height:9px;margin:.65rem 0 .8rem;overflow:hidden}.collection-progress span{background:linear-gradient(90deg, var(--primary), #a78bfa);border-radius:inherit;height:100%;display:block}.collection-ranking-explanation{font-size:.9rem;line-height:1.6}.collection-ready-message{background:#22c55e17;border:1px solid #4ade8040;border-radius:14px;flex-direction:column;gap:.35rem;margin-top:1.4rem;padding:1rem;display:flex}.collection-ready-message span{color:#b8d9c2}.collection-wildcards{margin-top:1.4rem}.collection-wildcards h4{margin-bottom:.7rem;font-size:.92rem}.collection-wildcard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;display:grid}.collection-wildcard-grid>div{border:1px solid var(--border);background:#0b1020;border-radius:12px;flex-direction:column;min-width:0;padding:.75rem;display:flex}.collection-wildcard-grid strong{font-size:1.25rem}.collection-wildcard-grid span{color:var(--text-muted);font-size:.78rem}.collection-missing-details{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.collection-missing-details summary{color:#d8c7ff;cursor:pointer;width:fit-content;font-weight:750}.collection-missing-details summary:focus-visible{outline-offset:4px;outline:2px solid #a78bfa}.collection-missing-table-wrap{padding-top:1rem;overflow-x:auto}.collection-missing-details table{border-collapse:collapse;width:100%;min-width:620px}.collection-missing-details th,.collection-missing-details td{border-bottom:1px solid var(--border);text-align:left;padding:.65rem}.collection-missing-details thead th{color:var(--text-muted);text-transform:uppercase;font-size:.75rem}.collection-missing-details tbody th{overflow-wrap:anywhere;max-width:320px;font-weight:650}.collection-deck-source{color:var(--text-muted);margin-top:1.3rem;font-size:.78rem;line-height:1.6}.collection-deck-source a{color:#d8c7ff}@media (max-width:680px){.collection-summary-card,.collection-results-heading,.collection-deck-header,.collection-completion-row{flex-direction:column;align-items:flex-start}.collection-summary-relevant{align-items:flex-start}.collection-tier{align-self:flex-start}.collection-wildcard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-format-example{white-space:normal}}.footer{margin-top:4rem}.footer-grid--beta{grid-template-columns:minmax(0,2fr) minmax(180px,1fr)}.footer-brand-logo{align-items:center;gap:.4rem;width:fit-content;margin-bottom:.85rem;display:flex}.footer-brand-mark{width:41px;height:42px;display:block}.footer-brand-wordmark{width:139px;height:auto;display:block}.footer li{cursor:default}.footer-attribution{border-top:1px solid var(--border);color:var(--text-muted);margin-top:1.5rem;padding-top:1rem;font-size:.72rem;line-height:1.55}.footer-attribution p+p{margin-top:.35rem}.footer-attribution a,.footer a,.deck-feedback-link a{color:#d8c7ff;text-underline-offset:2px;text-decoration:underline}.deck-feedback-link{color:var(--text-muted);text-align:center;margin-top:1.25rem;font-size:.85rem}.feedback-page{max-width:720px;padding:calc(var(--navbar-height) + 4rem) 0 3rem;margin:0 auto}.feedback-page h1{letter-spacing:-.04em;margin:1rem 0;font-size:clamp(2.25rem,6vw,3.5rem)}.feedback-intro{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.feedback-guidance{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin:2rem 0 1rem;padding:clamp(1.25rem,4vw,2rem)}.feedback-guidance h2{margin-bottom:.75rem;font-size:1.25rem}.feedback-guidance ul{color:var(--text-muted);padding-left:1.25rem}.feedback-guidance li+li{margin-top:.4rem}.feedback-destination p{color:var(--text-muted);margin-top:.35rem}.feedback-return{margin-top:1.25rem;text-decoration:none;display:inline-flex}.resolution-error,.recommendation-status{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.resolution-error .secondary-button,.recommendation-status .secondary-button{flex:none;min-height:38px;padding:.55rem .8rem}.recommendation-status--loading{flex-wrap:nowrap;justify-content:flex-start}.recommendation-loading-spinner{width:18px;height:18px}.tool-hero{padding:calc(var(--navbar-height) + 3.5rem) 0 2.5rem}.tool-hero h1{letter-spacing:-.04em;font-size:clamp(2.5rem,7vw,4rem)}.tool-badge,.badge{background:var(--primary-soft);color:#d9ccff;letter-spacing:.04em;text-transform:uppercase;border:1px solid #a78bfa3d;font-size:.78rem;font-weight:700}.tool-card,.deck-summary--overview,.deck-summary-section,.deck-recommendations,.synergy-upgrades{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.deck-doctor-input-card{padding:clamp(1.25rem,4vw,2rem)}.deck-doctor-input-card form{flex-direction:column;display:flex}.deck-doctor-input-card h2{margin-bottom:.5rem}.input-guidance{color:var(--text-muted);margin-bottom:1.5rem}.deck-input-label{margin-bottom:.5rem;font-size:.9rem;font-weight:700}.deck-input{background:#121115;border-color:#ffffff29;min-height:390px;margin-bottom:.5rem;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;line-height:1.55}.deck-input:focus{border-color:var(--accent)}.input-help{color:var(--text-muted);margin-bottom:1.25rem}.input-error{color:#ffd1d1;margin-top:.9rem;font-size:.9rem}.deck-actions{margin-bottom:1rem}.analyse-button{width:100%;min-height:50px;font-weight:750}.analyse-button:not(:disabled):hover{background:var(--primary-hover)}.deck-summary--overview{padding:clamp(1.25rem,3vw,1.75rem)}.deck-summary--overview .summary-status{margin-top:.75rem}.deck-overview-row:first-child{background:var(--primary-soft);border-radius:var(--radius);border:1px solid #a78bfa2e;margin-bottom:.25rem;padding:.8rem}.deck-overview-row:first-child .deck-overview-value{font-weight:750}.deck-summary--results{gap:1.25rem}.doctor-summary{width:100%}.doctor-priority-list{gap:.65rem;margin:0;padding:0;list-style-position:inside;display:grid}.doctor-priority-list li{border-radius:var(--radius);background:#ffffff06;padding:.8rem}.doctor-strengths{border-top:1px solid var(--border);margin-top:1.2rem;padding-top:1.2rem}.doctor-strengths h4{margin-bottom:.7rem}.doctor-strength-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;display:grid}.doctor-strength-grid .summary-positive{flex-direction:column;gap:.3rem;margin:0;display:flex}.doctor-strength-grid small{color:var(--text-muted)}.recommended-changes{border-color:#8ae0a840}.upgrade-plan{border-bottom:1px solid var(--border)}.upgrade-plan:last-child{border-bottom:0}.upgrade-plan>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 0;font-weight:750;display:flex}.upgrade-plan>summary small{color:var(--text-muted);font-weight:500}.upgrade-plan-swaps{gap:.8rem;padding-bottom:1rem;display:grid}.upgrade-swap{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff06;padding:1rem}.upgrade-swap-heading{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;display:grid}.upgrade-swap-number{background:var(--primary-soft);border-radius:999px;justify-content:center;align-items:center;width:1.8rem;height:1.8rem;display:inline-flex}.upgrade-swap-cards{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.upgrade-swap-cards>span:not([aria-hidden]){color:#e4d9ff;font-weight:700}.upgrade-swap-cards small{color:var(--text-muted);margin-right:.25rem;font-size:.65rem}.confidence-badge{border:1px solid var(--border);text-transform:capitalize;white-space:nowrap;border-radius:999px;padding:.25rem .5rem;font-size:.68rem}.confidence-badge--high{color:#b9f0c8;border-color:#8ae0a859}.upgrade-swap-evidence{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:.9rem;display:grid}.upgrade-swap-evidence p{color:var(--text-muted);margin:.25rem 0 0;font-size:.85rem}.upgrade-validation-note{color:#b9f0c8;margin:.15rem 0 0;font-size:.82rem}.interactive-upgrade-planner{gap:1rem;display:grid}.upgrade-plan-selector{border:0;flex-wrap:wrap;gap:.65rem;margin:0;padding:0;display:flex}.upgrade-plan-selector legend{width:100%;margin-bottom:.55rem;font-size:.88rem;font-weight:700}.upgrade-plan-selector label{border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;background:#ffffff06;grid-template-columns:auto 1fr;align-items:center;gap:.1rem .45rem;padding:.65rem .8rem;display:grid}.upgrade-plan-selector label:has(input:checked){background:#8ae0a814;border-color:#8ae0a873}.upgrade-plan-selector input{grid-row:1/span 2}.upgrade-plan-selector small{color:var(--text-muted)}.interactive-swap-list{gap:.7rem;display:grid}.upgrade-swap-checkbox{cursor:pointer;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:.8rem;display:grid}.upgrade-swap-checkbox>input{width:1.05rem;height:1.05rem}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.upgrade-option-selector{border-top:1px solid var(--border);margin-top:.8rem;padding-top:.7rem}.upgrade-option-selector>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:.55rem;font-size:.84rem;font-weight:700;display:flex}.upgrade-option-selector>summary small{color:var(--text-muted);font-weight:500}.upgrade-option-selector fieldset{border:0;gap:.5rem;margin:.7rem 0 0;padding:0;display:grid}.upgrade-option{border:1px solid var(--border);border-radius:calc(var(--radius) - 2px);cursor:pointer;background:#ffffff05;grid-template-columns:auto minmax(0,1fr);align-items:flex-start;gap:.65rem;padding:.7rem;display:grid}.upgrade-option:has(input:checked){background:#8ae0a812;border-color:#8ae0a86b}.upgrade-option>input{margin-top:.25rem}.upgrade-option__content,.upgrade-option__reason{gap:.25rem;display:grid}.upgrade-option__heading{flex-wrap:wrap;align-items:center;gap:.35rem .55rem;display:flex}.upgrade-option__heading>small{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;flex-basis:100%;font-size:.65rem;font-weight:700}.upgrade-option__heading .card-hover-preview{font-weight:750}.upgrade-option__reason strong{color:#e4d9ff;font-size:.78rem}.upgrade-option__reason small{color:var(--text-muted);line-height:1.45}.upgrade-option-error{color:#ffd0d0;margin:.65rem 0 0;font-size:.8rem}@media (max-width:640px){.upgrade-option-selector>summary{flex-direction:column;align-items:flex-start;gap:.2rem}.upgrade-option__heading .confidence-badge{flex-basis:auto}}.upgrade-swap-details{border-top:1px solid var(--border);margin-top:.8rem;padding-top:.7rem}.upgrade-swap-details summary{cursor:pointer;font-size:.84rem;font-weight:700}.upgrade-swap-feedback{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.upgrade-swap-feedback>span{color:var(--text-muted);margin-right:.2rem;font-size:.82rem}.upgrade-swap-feedback .secondary-button{padding:.45rem .65rem;font-size:.78rem}.upgrade-swap-feedback .secondary-button[aria-pressed=true]{border-color:#8ae0a88c}.upgrade-comparison{border-top:1px solid var(--border);gap:.85rem;padding-top:1rem;display:grid}.upgrade-comparison-grid{grid-template-columns:minmax(8rem,1.25fr) repeat(2,minmax(5rem,1fr));gap:0 .6rem;font-size:.84rem;display:grid}.upgrade-comparison-grid>strong{border-bottom:1px solid var(--border);padding:.45rem}.upgrade-comparison-row{display:contents}.upgrade-comparison-row>span{border-bottom:1px solid #ffffff0d;padding:.45rem}.upgrade-impact-summary{border-radius:var(--radius);background:#8ae0a80e;border:1px solid #8ae0a82e;padding:.8rem}.upgrade-impact-summary ul,.upgrade-impact-summary p{margin:.4rem 0 0}.copy-upgraded-deck{justify-self:start}.copy-upgraded-status{color:#b9f0c8;min-height:1.2em}.copy-upgraded-fallback{gap:.45rem;display:grid}.copy-upgraded-fallback textarea{resize:vertical;min-height:12rem}.deck-summary-section,.deck-recommendations,.synergy-upgrades{margin-top:0;padding:clamp(1.15rem,3vw,1.6rem)}.deck-results-grid{gap:1.25rem}.deck-health-grid{gap:.65rem}.health-card{border-radius:var(--radius);background:#ffffff06}.section-heading-group{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.section-heading-group h3{margin-bottom:.3rem}.section-heading-group p,.recommendation-card p{color:var(--text-muted)}.recommendation-card{border-bottom:1px solid var(--border);padding:1.15rem 0}.recommendation-card:last-child{border-bottom:0;padding-bottom:0}.recommendation-card h4{font-size:1.05rem}.priority-badge{border:1px solid var(--border);white-space:nowrap;border-radius:999px;padding:.25rem .55rem;font-size:.7rem;font-weight:700}.priority-badge--high{color:#ffc2c2;background:#a04a4a26;border-color:#ff9a9a4d}.priority-badge--medium{color:#ffd39a;background:#97611624;border-color:#ffbc7659}.priority-badge--low{color:#d8c7ff}.synergy-upgrades{border-color:#a78bfa4d;position:relative}.synergy-upgrades:before{background:var(--primary);border-radius:var(--radius-lg) 0 0 var(--radius-lg);content:"";width:3px;position:absolute;top:0;bottom:0;left:0}.specific-card-suggestion{overflow-wrap:anywhere;background:#ffffff06;border-radius:8px;align-items:flex-start;padding:.7rem .8rem}.specific-card-suggestion__card{color:#e4d9ff;max-width:42%;font-weight:700}.specific-card-suggestion__meta small+small{color:#cbbaff;margin-top:.2rem;display:block}.analysis-loading{background:var(--primary-soft);border-radius:var(--radius);border:1px solid #a78bfa40;align-items:center;gap:.8rem;margin:.75rem 0;padding:.85rem;display:flex}.analysis-loading span:last-child{flex-direction:column;display:flex}.analysis-loading small{color:var(--text-muted)}.loading-spinner{border:2px solid #ffffff38;border-top-color:var(--accent);border-radius:50%;flex:none;width:22px;height:22px;animation:.85s linear infinite magebru-spin}@keyframes magebru-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-spinner{animation:none}}@media (hover:hover) and (pointer:fine){.card-hover-preview-popover{z-index:1200;width:244px;position:fixed;top:0;right:auto;transform:none}}@media (max-width:900px){.navbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:#111014fa}.region-currency-selector__region,.region-currency-selector__separator{display:none}.tool-hero{padding-top:calc(var(--navbar-height) + 2.5rem)}.deck-summary--overview{order:2}.footer-grid--beta{text-align:left;grid-template-columns:1fr}.feature-strip{grid-template-columns:1fr;max-width:680px}}@media (max-width:640px){:root{--navbar-height:72px}.navbar{padding:.75rem 0}.brand-beta{display:none}.brand-mark-image{width:31px;height:32px}.brand-wordmark-image{width:104px}.nav-links{gap:.85rem;font-size:.84rem}.navbar-actions{gap:.65rem}.region-currency-selector{min-height:32px;padding:.3rem .55rem}.nav-links li:first-child{display:none}.hero{min-height:auto;padding-top:calc(var(--navbar-height) + 3rem)}.hero-mark{width:102px;height:106px}.hero-wordmark{width:min(100%,310px)}.hero .buttons{flex-direction:column;align-items:center}.features,.tool-hero{padding-left:0;padding-right:0}.feature-strip{padding:0 1.5rem 2.5rem}.features{padding-top:3.5rem;padding-bottom:3.5rem}.deck-doctor-product-card{flex-direction:column;align-items:flex-start}.deck-doctor-product-card img{width:86px;height:88px}.tool-description{font-size:1rem}.deck-input{min-height:330px}.deck-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.secondary-button{min-width:0;padding:.75rem .6rem}.deck-summary-section,.deck-recommendations,.synergy-upgrades,.deck-summary--overview{border-radius:12px;padding:1rem}.specific-card-suggestion{flex-direction:column;gap:.3rem}.specific-card-suggestion__card{max-width:100%}.analysis-breakdown-list li{flex-direction:column;align-items:flex-start;gap:.25rem}.summary-section-toggle{white-space:normal}}.tool-error{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin:calc(var(--navbar-height) + 5rem) auto 0;max-width:620px;padding:clamp(1.5rem,5vw,2.5rem)}.full-deck-audit{overflow:hidden}.deck-scorecard h3,.deck-scorecard h4,.deck-anatomy h3{margin:0}.deck-scorecard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.deck-scorecard-row{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff06;min-width:0;padding:.9rem}.deck-scorecard-row__heading{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.deck-scorecard-row h4{font-size:.95rem}.deck-scorecard-row p{color:var(--text-muted);margin:.6rem 0 0;font-size:.82rem;line-height:1.5}.deck-scorecard-status{letter-spacing:.025em;text-transform:uppercase;border:1px solid;border-radius:999px;flex:none;padding:.25rem .55rem;font-size:.68rem;font-weight:800}.deck-scorecard-status--strong,.deck-scorecard-status--healthy{color:#b9f0c8;background:#277a481f}.deck-scorecard-status--mixed,.deck-scorecard-status--uncertain{color:#d8c7ff;background:#6a4fb31f}.deck-scorecard-status--watch,.deck-scorecard-status--limited{color:#ffd39a;background:#97611624}.deck-scorecard-evidence{color:var(--text-muted);margin-top:.65rem;font-size:.75rem}.deck-scorecard-evidence summary,.deck-anatomy-group>summary{cursor:pointer}.deck-scorecard-evidence ul{margin:.5rem 0 0;padding-left:1.15rem;line-height:1.5}.deck-anatomy-groups{gap:.65rem;display:grid}.deck-anatomy-group{border:1px solid var(--border);border-radius:var(--radius);background:#ffffff05;overflow:hidden}.deck-anatomy-group>summary{justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;list-style:none;display:flex}.deck-anatomy-group>summary::-webkit-details-marker{display:none}.deck-anatomy-group>summary:after{color:var(--text-muted);content:"+";flex:none;font-size:1.15rem}.deck-anatomy-group[open]>summary:after{content:"−"}.deck-anatomy-group>summary>span:first-child{flex-direction:column;gap:.25rem;min-width:0;display:flex}.deck-anatomy-group>summary small,.deck-anatomy-group__summary,.deck-anatomy-item>p,.deck-anatomy-coverage small{color:var(--text-muted);font-size:.76rem;line-height:1.45}.deck-anatomy-group__summary{text-align:right;max-width:45%;margin-left:auto}.deck-anatomy-group__contents{border-top:1px solid var(--border);padding:0 1rem 1rem}.deck-anatomy-item .summary-item{padding-bottom:.55rem}.deck-anatomy-item>p{margin:.45rem 0 0}.deck-anatomy-reliability{color:#d8c7ff;margin-top:.3rem;font-size:.72rem;display:block}.deck-anatomy-coverage{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.deck-anatomy-coverage>div{flex-wrap:wrap;gap:.4rem;margin:.55rem 0;display:flex}.deck-anatomy-coverage span{color:#d8c7ff;background:#7c3aed1a;border-radius:999px;padding:.25rem .5rem;font-size:.7rem}.full-deck-audit-header{align-items:flex-end}.full-deck-audit-header h3,.audit-results-heading h4,.audit-card h5{margin:0}.full-deck-audit-intro{max-width:78ch;margin:.8rem 0 1.15rem}.audit-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;display:grid}.audit-summary-card{border:1px solid var(--border);border-radius:var(--radius);color:var(--text);text-align:left;background:#ffffff06;flex-direction:column;align-items:flex-start;min-width:0;padding:.85rem;display:flex}.audit-summary-card:hover:not(:disabled),.audit-summary-card[aria-pressed=true]{background:#7c3aed1a;border-color:#a78bfa73}.audit-summary-card strong{font-size:1.7rem;line-height:1}.audit-summary-card span{margin-top:.35rem;font-size:.88rem;font-weight:750}.audit-summary-card small{color:var(--text-muted);margin-top:.4rem;font-size:.72rem;line-height:1.35}.audit-summary-card--core strong,.audit-classification--core{color:#d9ccff}.audit-summary-card--support strong,.audit-classification--support{color:#b9f0c8}.audit-summary-card--flexible strong,.audit-classification--flexible{color:#ffd39a}.audit-summary-card--review strong,.audit-classification--review{color:#ffc2c2}.audit-filter-bar{flex-wrap:wrap;gap:.5rem;margin-top:1.15rem;display:flex}.audit-filter-bar button{min-width:0;padding:.55rem .75rem}.audit-filter{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:999px;font-size:.78rem;font-weight:700}.audit-filter:hover,.audit-filter[aria-pressed=true]{background:var(--primary-soft);color:var(--text);border-color:#a78bfa73}.audit-results-heading{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1.2rem;padding-bottom:.7rem;display:flex}.audit-results-heading span{color:var(--text-muted);font-size:.78rem}.audit-card-list{display:grid}.audit-card{border-bottom:1px solid var(--border);padding:1rem 0}.audit-card:last-child{border-bottom:0;padding-bottom:0}.audit-card-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.audit-card h5{font-size:1rem}.audit-card-quantity{color:var(--text-muted);font-size:.82rem}.audit-classification{letter-spacing:.035em;text-transform:uppercase;background:#ffffff09;border:1px solid;border-radius:999px;flex:none;padding:.25rem .55rem;font-size:.69rem;font-weight:800}.audit-role-list{flex-wrap:wrap;gap:.35rem;margin-top:.55rem;display:flex}.audit-role-list span{color:#d8c7ff;background:#7c3aed1a;border-radius:999px;padding:.23rem .5rem;font-size:.7rem}.audit-card-explanation{margin-top:.75rem}.audit-card-explanation strong{font-size:.76rem}.audit-card-explanation p{color:var(--text-muted);margin:.2rem 0 0;line-height:1.55}@media (max-width:760px){.deck-scorecard-grid{grid-template-columns:1fr}.deck-anatomy-group>summary{align-items:flex-start}.deck-anatomy-group__summary{display:none}.audit-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.full-deck-audit-header,.audit-card-heading{align-items:flex-start}.audit-summary-card small{display:none}}.tool-error h1{margin-bottom:.75rem;font-size:clamp(1.8rem,5vw,2.6rem)}.tool-error p{color:var(--text-muted);margin-bottom:1.5rem}.cardmarket-price{color:#9fe7c3;white-space:nowrap;font-size:.78rem;font-weight:750;display:inline-block}.cardmarket-price--unavailable,.cardmarket-pricing-note{color:var(--text-muted);font-weight:500}.cardmarket-pricing-note{margin:.35rem 0 .8rem;font-size:.76rem}.upgrade-cost-summary{background:#22c55e12;border:1px solid #4ade803d;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.3rem .75rem;margin:.8rem 0 1rem;padding:.8rem 1rem;display:grid}.upgrade-cost-summary>span{color:#9fe7c3;font-size:1.05rem;font-weight:800}.upgrade-cost-summary>small{color:var(--text-muted);grid-column:1/-1}
