@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Caveat:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #fdfaf6;--bg-secondary: #f0fdf4;--bg-tertiary: #dcfce7;--text-primary: #064e3b;--text-secondary: #0f766e;--text-muted: #14b8a6;--accent-primary: #10b981;--accent-secondary: #eab308;--accent-tertiary: #84cc16;--success: #059669;--error: #ef4444;--warning: #f59e0b;--gradient-primary: linear-gradient(135deg, var(--accent-primary), var(--accent-tertiary));--gradient-glow: linear-gradient(90deg, var(--accent-secondary), var(--accent-primary), var(--accent-tertiary));--radius-sm: 8px;--radius-md: 12px;--radius-lg: 20px;--radius-full: 9999px;--glass-bg: rgba(255, 255, 255, .6);--glass-border: rgba(16, 185, 129, .2);--glass-shadow: 0 8px 32px rgba(6, 78, 59, .08);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-primary);background-color:var(--bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;min-width:320px;background-color:var(--bg-primary);background-image:radial-gradient(circle at 50% 0%,#fffbeb 0%,var(--bg-primary) 60%,#ecfdf5 100%);background-attachment:fixed;background-repeat:no-repeat}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;margin-top:0;color:var(--text-primary)}a{color:var(--accent-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent-secondary)}button{font-family:Inter,sans-serif;font-weight:600;cursor:pointer;transition:all .2s ease}button:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--radius-lg)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes gradientPan{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes grassIdleSway{0%,to{transform:translate(-50%) rotate(var(--blade-lean, -3deg))}50%{transform:translate(-50%) translateY(0) rotate(calc(var(--blade-lean, -3deg) + 8deg))}}.inspector-accordion-trigger:hover{background:#0f766e0f!important}.inspector-accordion-trigger:hover svg{color:#065f46!important}.animate-fade-in{animation:fadeIn .8s ease forwards}.animate-slide-up{opacity:0;animation:slideUp .8s cubic-bezier(.16,1,.3,1) forwards}.animate-float{animation:float 6s ease-in-out infinite}#root{min-height:100vh;display:flex;flex-direction:column}main{width:100%;flex:1 1 0}*{scrollbar-width:thin;scrollbar-color:rgba(15,118,110,.35) transparent}*::-webkit-scrollbar{width:11px;height:11px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#0f766e38;border:4px solid transparent;background-clip:padding-box;border-radius:999px;transition:background-color .16s ease}*::-webkit-scrollbar-thumb:hover{background-color:#064e3b73}*::-webkit-scrollbar-thumb:active{background-color:#064e3b99}*::-webkit-scrollbar-corner{background:transparent}.tabletop-surface select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%238a6a33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;background-size:.72rem;padding-right:1.9rem!important;cursor:pointer}.tabletop-surface input[type=range]{accent-color:#2f6f49}.workshop-home,.workshop-surface,.workshop-nav{--wk-ink: #234638;--wk-muted: #677366;--wk-paper: #faf7ed;--wk-line: #dedfcd;--wk-leaf: #41654b;--wk-gold: #bd843f;color:var(--wk-ink)}.workshop-home{background:radial-gradient(ellipse at 90% 8%,#e2e9d4 0,transparent 30%),#faf7ed}.workshop-home *,.workshop-surface *,.workshop-nav *{box-sizing:border-box}.workshop-home h1,.workshop-home h2,.workshop-home h3,.workshop-surface h1,.workshop-surface h2,.workshop-surface h3{color:var(--wk-ink)}.workshop-home h1,.workshop-home h2,.workshop-surface h1{font-family:Inter,sans-serif;font-weight:600;letter-spacing:-.035em}.workshop-home em{font-weight:500;color:#8c6837}.workshop-eyebrow{display:flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700;line-height:1.7;color:#61745b;margin:0 0 20px}.workshop-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid #d4d8c7;border-radius:9px;padding:12px 18px;font:600 12px Inter,sans-serif;line-height:1.4;color:#34543e;background:#fffdf6;cursor:pointer;transition:background .2s,transform .2s;text-decoration:none}.workshop-button:hover{color:#234638;background:#edf0e2;transform:translateY(-1px)}.workshop-button--primary{background:#34563e;color:#fffcef;border-color:#34563e;box-shadow:0 4px 9px #203d3110}.workshop-button--primary:hover{color:#fffcef;background:#284931}.workshop-button--text{border-color:transparent;background:transparent;box-shadow:none}.workshop-button:disabled{opacity:.5;cursor:wait;transform:none}.workshop-button:focus-visible,.workshop-home a:focus-visible,.workshop-surface a:focus-visible,.workshop-nav a:focus-visible{outline:2px solid #b47e39;outline-offset:4px}.workshop-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.workshop-hero{display:grid;grid-template-columns:.95fr 1.05fr;align-items:center;max-width:1330px;margin:0 auto;padding:48px 60px 52px;gap:40px;min-height:490px}.workshop-hero h1{font-size:clamp(30px,3.2vw,42px);line-height:1.2;margin:0 0 20px}.workshop-hero__description{max-width:440px;font-size:14px;line-height:1.75;color:#63705e;margin:0 0 28px}.workshop-hero__assurance{display:flex;flex-wrap:wrap;align-items:center;gap:7px;color:#7e8474;margin-top:19px;font-size:10px}.workshop-hero__assurance span{margin:0 3px}.workshop-demo{min-width:0;margin:0}.workshop-demo video{display:block;width:100%;aspect-ratio:16 / 11;object-fit:contain;background:#243a2c;border:1px solid #d5d9c4;border-radius:12px;box-shadow:0 12px 28px #2b472411}.workshop-demo figcaption{margin-top:12px;font-size:11px;line-height:1.6;color:#63705e}.workshop-art{position:relative;margin:10px 0 0;width:100%;min-width:0}.workshop-art__table{position:relative;width:100%;aspect-ratio:1.08;border-radius:50%;background:radial-gradient(ellipse,#dcc8a2 0,#e6d6b54d 58%,transparent 69%)}.workshop-art__table:before{content:"";position:absolute;width:82%;height:73%;inset:11% 8%;background:repeating-linear-gradient(3deg,transparent 0 21px,#b8925b10 22px 23px),linear-gradient(135deg,#e6d5b5,#d8bd96);border:6px solid #eedfc3;border-radius:35px;transform:rotate(-8deg);box-shadow:5px 25px 45px #4f392629}.workshop-art__board{position:absolute;width:70%;height:55%;left:8%;top:9%;background:#355c48;border:10px solid #e6d5ad;border-radius:9px;transform:rotate(-9deg);box-shadow:1px 9px 13px #21352130;overflow:hidden}.workshop-art__board-label{position:absolute;top:13px;left:15px;color:#d6d8ac;letter-spacing:.15em;font-family:Georgia,serif;font-size:8px}.workshop-art__board svg{width:100%;height:100%}.workshop-art__pawn{position:absolute;width:20px;height:29px;border-radius:46% 46% 25% 25%;background:#ce8c43;box-shadow:inset -5px -2px 1px #88512530,3px 4px 4px #12291b50}.workshop-art__pawn:before{content:"";position:absolute;width:16px;height:16px;background:inherit;border-radius:50%;top:-9px;left:2px}.workshop-art__pawn--amber{left:42%;top:54%;transform:rotate(6deg)}.workshop-art__pawn--sage{left:72%;top:43%;background:#a6b287;transform:rotate(-5deg)}.workshop-art__cards{position:absolute;width:44%;height:62%;right:10%;top:28%}.workshop-art__card{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:78%;height:84%;border-radius:11px;box-shadow:2px 9px 15px #352d2230;color:#45664a;border:7px solid #f7efdc;background:#e8edd7;font:8px Inter,sans-serif;text-align:center}.workshop-art__card--back{transform:rotate(17deg);right:-12px;top:8px;background:#667e78;color:#e9dfb7}.workshop-art__card--middle{transform:rotate(-1deg);right:10px;top:15px;background:#e8ce95;color:#8c6438}.workshop-art__card--front{transform:rotate(-15deg);right:30px;top:27px;background:radial-gradient(ellipse at 60% 40%,#f7f5df,#dce4c7);justify-content:flex-start;padding:35px 5px 10px;gap:9px}.workshop-art__card-cost{position:absolute;top:7px;left:8px;width:24px;height:24px;display:grid;place-items:center;border:1px solid #aab993;border-radius:50%;font:13px Georgia,serif}.workshop-art__card strong{font:600 23px Cormorant Garamond,Georgia,serif}.workshop-art__card i{font-style:normal;font-size:6px;letter-spacing:.1em;margin-top:auto}.workshop-art__note{position:absolute;left:4%;bottom:4%;width:42%;background:#fff8dc;border:1px solid #e4dabb;padding:17px 18px 11px;transform:rotate(5deg);box-shadow:3px 8px 11px #7560451f}.workshop-art__note>span{display:block;text-transform:uppercase;font-size:6px;letter-spacing:.18em;color:#998559;margin-bottom:8px}.workshop-art__note>strong{font:21px Caveat,cursive;color:#526344}.workshop-art__note p{font:19px/1.2 Caveat,cursive;color:#657254;margin:8px 0 10px}.workshop-art__note small{display:flex;align-items:center;gap:4px;border-top:1px solid #e8ddbb;padding-top:8px;font-size:7px;color:#68845c}.workshop-art__die{position:absolute;left:4%;top:42%;width:40px;height:40px;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:9px;transform:rotate(15deg);background:#f7edd3;border-radius:8px;box-shadow:inset -3px -3px #d1b892,3px 5px 8px #4a331d35}.workshop-art__die i{border-radius:50%;background:#a9753f}.workshop-art figcaption{color:#8b856e;font:11px Inter,sans-serif;text-align:center;margin-top:14px}.workshop-loop{display:grid;grid-template-columns:repeat(4,1fr);gap:36px;max-width:1220px;margin:0 auto;padding:36px 40px;border-top:1px solid #dddccb;border-bottom:1px solid #dddccb}.workshop-loop article{position:relative;padding-left:34px}.workshop-loop article>span{position:absolute;left:0;top:1px;font:15px Georgia,serif;color:#ab8a57}.workshop-loop h2{font:600 14px Inter,sans-serif;margin:0 0 10px;letter-spacing:-.02em}.workshop-loop p{font-size:11px;line-height:1.8;color:#75806d;margin:0}.workshop-tools{max-width:1200px;margin:0 auto;padding:56px 50px}.workshop-section-heading{text-align:left;margin:0 0 24px;max-width:600px}.workshop-section-heading .workshop-eyebrow{justify-content:center}.workshop-section-heading h2{font-size:24px;line-height:1.3;margin-bottom:0}.workshop-section-heading>p:last-child{color:#74806b;font-size:13px;line-height:1.8}.workshop-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.workshop-feature{border:1px solid #dcdecc;background:#fffef780;padding:31px;border-radius:14px}.workshop-feature>svg{color:#6e855c;margin-bottom:17px}.workshop-feature h3{font-size:16px;font-weight:600;letter-spacing:-.02em;margin:0 0 12px}.workshop-feature p{font-size:12px;line-height:1.85;color:#74806b;margin:0;max-width:400px}.workshop-feature--versions{background:#edf1e4}.workshop-feature--cards{background:#f3ebda}.workshop-feature__note{display:block;margin-top:24px;color:#7e785f;font-size:10px;line-height:1.7}.workshop-version-demo{display:grid;margin-top:24px;background:#fffdf6;border:1px solid #d9dfcf;border-radius:9px;padding:8px 15px}.workshop-version-demo>span{position:relative;display:flex;align-items:center;gap:10px;font-size:10px;color:#6d7764;padding:11px 0}.workshop-version-demo i{width:7px;height:7px;background:#83a073;border-radius:50%}.workshop-version-demo small{margin-left:auto;color:#a79770}.workshop-version-demo>span:last-child{color:#36563d;font-weight:600}.workshop-table-demo{display:grid;grid-template-columns:1fr 55px 55px;margin-top:24px;border-radius:8px;overflow:hidden;border:1px solid #ded6c5;background:#fffdf6;font-size:10px}.workshop-table-demo>*{padding:11px 12px;border-bottom:1px solid #e9e5d9;font-weight:400}.workshop-table-demo>:nth-child(-n+3){background:#ece8d9;color:#88856e;font-size:9px}.workshop-invitation{margin:0 auto 32px;padding:32px 25px;text-align:center;background:radial-gradient(ellipse,#e7ecd8,transparent 67%)}.workshop-invitation>svg{color:#a78646;margin-bottom:22px}.workshop-invitation .workshop-eyebrow{justify-content:center}.workshop-invitation h2{font-size:24px;margin:0 0 22px;line-height:1.3}.workshop-home-footer{max-width:1220px;padding:27px 40px;margin:0 auto;border-top:1px solid #dddccb;display:flex;align-items:center;gap:22px;flex-wrap:wrap;font-size:10px;color:#8a8b77}.workshop-home-footer>span{margin-left:auto}.workshop-wordmark{display:inline-flex;align-items:center;gap:7px;font:600 23px Cormorant Garamond,Georgia,serif;color:#294b36;letter-spacing:-.03em;white-space:nowrap}.workshop-wordmark>span{color:#bf8b3e;margin-left:-7px}.workshop-nav{height:88px;min-height:88px;flex:0 0 88px;display:flex;align-items:center;gap:28px;padding:0 42px;background:#faf9f0ed;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50;border-bottom:1px solid #dfe2d2}.workshop-nav>.workshop-wordmark{margin-right:auto;font-size:27px}.workshop-nav__links,.workshop-nav__account{display:flex;align-items:center;gap:24px}.workshop-nav__link{font-size:12px;color:#6b7966}.workshop-nav__link:hover,.workshop-nav__link[aria-current=page]{color:#294b36}.workshop-nav__account{border-left:1px solid #dfdfce;padding-left:25px;gap:14px}.workshop-nav__account>button{background:none;border:0;color:#6b7966;font-size:11px;padding:5px 0}.workshop-nav__settings{display:inline-flex;padding:6px;color:#7c8570}.workshop-surface{background:radial-gradient(ellipse at 90% 4%,#e6edd955,transparent 60%),#f7f6ed;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:30px 42px 16px}.workshop-surface__header{display:flex;align-items:center;justify-content:space-between;gap:20px;flex:0 0 auto;max-width:1200px;width:100%;margin:0 auto 24px}.workshop-surface__header .workshop-eyebrow{margin-bottom:7px}.workshop-surface h1{font-size:24px;line-height:1.3;margin:0 0 6px}.workshop-surface__intro{font-size:12px;line-height:1.6;color:#74806b;margin:0}.workshop-surface__body{flex:1 1 0;min-height:0;width:100%;max-width:1200px;margin:0 auto;display:flex;gap:25px;overflow:hidden}.workshop-library{min-width:0;flex:1 1 0;display:flex;flex-direction:column;background:#fffdf6;border:1px solid #dedfce;border-radius:14px;overflow:hidden}.workshop-library__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 22px;border-bottom:1px solid #e6e7d8;flex:0 0 auto}.workshop-library__toolbar h2{font-size:14px;font-weight:600;margin:0}.workshop-search{display:flex;align-items:center;gap:7px;color:#97a18c}.workshop-search input{min-width:0;width:145px;border:0;outline:none;color:#34563e;background:transparent;font:11px Inter,sans-serif;padding:5px 0}.workshop-library__list{flex:1 1 0;min-height:0;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:14px}.workshop-project{border:1px solid #e1e3d4;border-radius:10px;background:#fffef9;overflow:hidden;flex:0 0 auto}.workshop-project__body{display:flex;gap:18px;padding:20px}.workshop-project__cover{width:72px;height:89px;flex:0 0 72px;display:grid;place-items:center;border:4px solid #eee7d4;border-radius:5px;color:#d8e0b6;background:#53735b;box-shadow:2px 3px 4px #2f4c3714;transform:rotate(-3deg)}.workshop-project__details{min-width:0;flex:1}.workshop-project h3{margin:0 0 7px;font-size:19px;font-weight:600;overflow-wrap:anywhere}.workshop-project__details>p{color:#7b8372;font-size:11px;line-height:1.7;margin:0}.workshop-project__stats{display:flex;flex-wrap:wrap;gap:14px;margin:13px 0 0;padding:0;list-style:none}.workshop-project__stats li{display:flex;align-items:center;gap:5px;font-size:9px;color:#819079}.workshop-project__footer{background:#f5f7ed;padding:10px 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid #e4e7d8}.workshop-project__footer>a{display:inline-flex;align-items:center;gap:6px;font-size:10px;color:#466b4e;font-weight:600}.workshop-project__footer>span{color:#909582;font-size:9px}.workshop-project__menu{border:0;background:transparent;color:#919584;padding:5px;display:flex;align-items:center}.workshop-project__delete{background:#fff3e6;padding:13px 16px;display:flex;flex-wrap:wrap;align-items:center;gap:10px;font-size:10px;color:#8b5f3a}.workshop-project__delete span{flex:1}.workshop-project__delete button{background:#fffaf2;border:1px solid #decbb0;padding:6px 10px;color:#76583e;border-radius:6px;font-size:10px}.workshop-rail{flex:0 0 265px;min-width:0;overflow-y:auto;display:flex;flex-direction:column;gap:19px}.workshop-tip{background:#edeedd;border:1px solid #d8dec8;padding:24px;border-radius:12px}.workshop-tip>svg{color:#9b925e;margin-bottom:12px}.workshop-tip h2{font:600 16px/1.4 Inter,sans-serif;letter-spacing:-.02em;margin-bottom:13px}.workshop-tip p{font-size:11px;color:#77816d;line-height:1.8;margin:0 0 18px}.workshop-tip .workshop-button{padding:10px 13px;font-size:11px}.workshop-tip--plain{background:transparent;border:1px dashed #d9dbc7}.workshop-surface__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;flex:0 0 auto;max-width:1200px;width:100%;margin:17px auto 0;color:#8c937f;font-size:9px;line-height:1.6}.workshop-surface__footer span{display:inline-flex;align-items:center;gap:5px}.workshop-empty{text-align:center;display:flex;align-items:center;flex-direction:column;justify-content:center;gap:12px;min-height:245px;height:100%;padding:25px}.workshop-empty>svg{color:#9cae87}.workshop-empty h3{font:600 20px Inter,sans-serif;margin:0}.workshop-empty p{color:#819078;font-size:12px;line-height:1.8;max-width:300px;margin:0 0 9px}.workshop-error{flex:0 0 auto;border:1px solid #e7c9a5;background:#fff3df;color:#875932;border-radius:8px;padding:12px;font-size:12px}.workshop-create{max-width:920px;margin:0 auto;width:100%;flex:1 1 0;min-height:0;display:flex;border:1px solid #dedfce;background:#fffdf6;border-radius:15px;overflow:hidden}.workshop-create__form{flex:1 1 0;min-width:0;display:flex;flex-direction:column;overflow:hidden}.workshop-create__fields{min-height:0;flex:1 1 0;overflow-y:auto;padding:28px;display:flex;flex-direction:column;gap:23px}.workshop-field{display:flex;flex-direction:column;gap:9px;font-size:12px;color:#4f6851;font-weight:600}.workshop-field input{width:100%;border:1px solid #d8deca;padding:12px 14px;color:#34563e;border-radius:8px;background:#fffefa;font:13px Inter,sans-serif}.workshop-field input:focus{outline:2px solid #a6b98a;outline-offset:2px}.workshop-field small{font-size:10px;font-weight:400;color:#8a9380;line-height:1.6}.workshop-create__actions{padding:18px 28px;border-top:1px solid #e2e5d5;display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.workshop-create__actions>a{font-size:10px;color:#6e825f}.workshop-create__mobile-example{display:none}.workshop-create__aside{flex:0 0 36%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:25px;border-left:1px solid #e0e4d1;background:#eff2e4}.workshop-create__aside>h2{font:600 17px Inter,sans-serif;margin-bottom:10px}.workshop-create__aside>p{color:#7c8871;font-size:11px;line-height:1.8;margin:0 0 15px}.workshop-art--compact{max-width:280px;margin:0 0 22px}.workshop-art--compact .workshop-art__note{display:none}.workshop-art--compact .workshop-art__card--front{padding-top:20px;gap:4px}.workshop-art--compact .workshop-art__card--front>svg{width:40px;height:40px}.workshop-art--compact .workshop-art__card--front strong{font-size:15px}.workshop-art--compact .workshop-art__card--front>span:not(.workshop-art__card-cost){font-size:6px}.workshop-art--compact .workshop-art__card-cost{width:16px;height:16px;font-size:9px;top:4px;left:4px}.workshop-overview{padding:24px}.workshop-overview .workshop-surface__header{margin-bottom:20px}.workshop-overview h1{font-size:24px}.workshop-overview__body{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;min-height:0;flex:1;overflow:hidden}.workshop-overview__steps{display:flex;flex-direction:column;gap:12px;min-height:0;overflow-y:auto}.workshop-step{display:flex;align-items:center;gap:15px;padding:20px;background:#fffdf6;border:1px solid #e0e3d2;border-radius:10px}.workshop-step>svg{flex:0 0 21px;color:#799365}.workshop-step__copy{flex:1;min-width:0}.workshop-step h2{margin:0 0 6px;font-size:14px;font-weight:600}.workshop-step p{margin:0;font-size:10px;line-height:1.7;color:#7a8870}.workshop-step .workshop-button{font-size:10px;padding:9px 11px;white-space:nowrap}.workshop-overview__stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 19px}.workshop-overview__stats>div{border:1px solid #dfe3cf;background:#f7f7ee;border-radius:9px;padding:15px}.workshop-overview__stats dt{font-size:9px;color:#7b8a70}.workshop-overview__stats dd{margin:0 0 5px;font:600 28px Cormorant Garamond,Georgia,serif;color:#3d5b40}@media(min-width:1450px){.workshop-hero{min-height:520px}}@media(max-width:1000px){.workshop-hero{padding:52px 36px 70px}.workshop-loop{gap:20px;padding-inline:30px}.workshop-nav{padding-inline:26px;gap:20px}.workshop-surface{padding:25px 24px 16px}.workshop-rail{flex-basis:225px}.workshop-tip{padding:20px}.workshop-overview__body{grid-template-columns:minmax(0,1fr)}.workshop-overview__body>.workshop-rail{display:none}}@media(max-width:760px){.workshop-nav{padding-inline:18px;gap:13px}.workshop-nav__links{gap:16px}.workshop-nav__account{padding-left:12px;gap:7px}.workshop-nav__link{font-size:11px}.workshop-nav__account>button,.workshop-nav__account>a:not(.workshop-nav__settings){display:none}.workshop-nav .workshop-button{font-size:10px;padding:9px 11px}.workshop-hero{grid-template-columns:1fr;padding:45px 27px 50px;gap:0}.workshop-hero h1{font-size:32px}.workshop-hero__copy{max-width:530px;margin:0 auto;width:100%}.workshop-hero .workshop-art{max-width:480px;margin:20px auto 0}.workshop-loop{grid-template-columns:1fr 1fr;padding:30px 24px;row-gap:27px}.workshop-tools{padding:60px 24px}.workshop-section-heading h2{font-size:22px}.workshop-feature-grid{grid-template-columns:1fr}.workshop-feature{padding:25px}.workshop-invitation h2{font-size:22px}.workshop-home-footer{padding:24px;gap:10px}.workshop-home-footer p{margin:0}.workshop-home-footer>span{margin-left:0;flex-basis:100%}.workshop-surface__body>.workshop-rail{display:none}.workshop-surface h1{font-size:22px}.workshop-surface{padding:20px 16px 12px}.workshop-surface__header{margin-bottom:18px}.workshop-surface__header .workshop-eyebrow{font-size:8px}.workshop-surface__intro{font-size:10px}.workshop-surface__footer>:last-child{display:none}.workshop-create__aside{display:none}.workshop-create__mobile-example{display:inline-flex}.workshop-create__fields{padding:23px}.workshop-create__actions{padding:17px 23px}.workshop-step{padding:15px;gap:12px}}@media(max-width:460px){.workshop-nav>.workshop-wordmark{font-size:22px;gap:4px}.workshop-nav>.workshop-wordmark>svg{width:16px}.workshop-nav__links{gap:11px}.workshop-nav__account{border:0;padding:0}.workshop-nav__settings{padding:3px}.workshop-nav .workshop-button>svg{display:none}.workshop-surface__header{gap:10px}.workshop-surface__header .workshop-button{font-size:10px;padding:10px 11px;white-space:nowrap}.workshop-library__toolbar{padding:13px}.workshop-search input{width:100px}.workshop-library__list{padding:11px}.workshop-project__body{padding:14px;gap:12px}.workshop-project__cover{width:51px;flex-basis:51px;height:66px}.workshop-project h3{font-size:17px}.workshop-project__stats{gap:8px}.workshop-project__footer{flex-wrap:wrap;padding:10px 12px}.workshop-step{flex-wrap:wrap}.workshop-step .workshop-button{margin-left:33px}.workshop-overview h1{font-size:22px}}@media(prefers-reduced-motion:reduce){.workshop-button{transition:none}.workshop-button:hover{transform:none}}.template-editor{container-type:inline-size;display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;overflow:hidden;position:relative;background:#f7f5ed;color:#254536;font-family:Inter,system-ui,sans-serif;outline:none}.template-editor *{box-sizing:border-box}.template-editor button,.template-editor input,.template-editor select,.template-editor textarea{font:inherit}.template-editor button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:30px;border:1px solid transparent;border-radius:6px;padding:5px 7px;background:transparent;color:#3f594c;cursor:pointer;font-size:11px;font-weight:600;white-space:nowrap}.template-editor button:hover:not(:disabled){background:#e6eddc;color:#1f4c36}.template-editor button:disabled{opacity:.35;cursor:default}.template-editor button[aria-pressed=true]{background:#dfe9d4;color:#214c38;border-color:#ccd9bd}.template-editor button:focus-visible,.template-editor input:focus-visible,.template-editor textarea:focus-visible,.template-editor select:focus-visible{outline:2px solid #679974;outline-offset:1px}.template-top-toolbar{display:flex;justify-content:space-between;gap:8px;align-items:center;flex:0 0 47px;padding:5px 12px;background:#fffdf6;border-bottom:1px solid #dcdccf}.template-toolbar-group{display:flex;align-items:center;gap:2px}.template-toolbar-group i,.template-canvas-controls i{height:18px;width:1px;margin:0 5px;background:#dddfd1}.template-text-button{padding:5px 9px!important}.template-face-selector{display:flex;gap:2px;min-width:0;overflow-x:auto;padding:2px;background:#f0f1e6;border-radius:7px}.template-face-selector button{padding-inline:13px}.template-face-selector button[aria-pressed=true]{background:#fffdf6;border-color:#d7d9c9;box-shadow:0 1px 3px #273e2410}.template-editor-workspace{flex:1;min-height:0;display:grid;grid-template-columns:205px minmax(0,1fr) 265px}.template-layers-panel,.template-properties-panel{display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fffdf8}.template-layers-panel{border-right:1px solid #dedfd2}.template-properties-panel{border-left:1px solid #dedfd2}.template-layers-panel>header,.template-properties-panel>header{display:flex;align-items:center;justify-content:space-between;min-height:43px;flex:0 0 auto;padding:7px 13px;border-bottom:1px solid #ebebe1;font-size:11px;font-weight:700}.template-layers-panel>header span{display:flex;align-items:center;gap:7px}.template-layers-panel>header small{color:#9b9f8d}.template-properties-panel>header{justify-content:flex-start;gap:4px}.template-properties-panel>header>svg{margin-left:auto;color:#94a085}.template-layers-panel>footer{display:flex;justify-content:space-around;flex:0 0 40px;align-items:center;padding:4px 10px;border-top:1px solid #e4e6d8}.template-add-tools{display:grid;grid-template-columns:1fr 1fr;gap:3px;padding:10px;flex:0 0 auto;border-bottom:1px solid #e9e9dd}.template-add-tools button{justify-content:flex-start;gap:7px;color:#65765d;font-size:10px;font-weight:500;padding:7px 6px}.template-add-tools svg{color:#527659}.template-layer-list{flex:1;min-height:0;overflow:auto;padding:7px 0}.template-layer-row{display:flex;align-items:center;height:37px;padding:0 5px;border-left:2px solid transparent;gap:1px}.template-layer-row.is-selected{background:#e6efdb;border-left-color:#49825b}.template-layer-row.is-hidden .template-layer-select{opacity:.45}.template-layer-grip{flex:0 0 auto;opacity:.3;cursor:grab}.template-layer-select{justify-content:flex-start!important;min-width:0;flex:1;gap:7px!important;padding-inline:3px!important;font-size:10px!important;font-weight:500!important}.template-layer-select svg{flex-shrink:0;opacity:.7}.template-layer-select span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.template-layer-toggle{padding:4px 3px!important;opacity:.65;flex-shrink:0}.template-layer-row:hover .template-layer-toggle{opacity:1}.template-empty-layers{display:grid;justify-items:center;gap:12px;padding:42px 18px;text-align:center;font-size:11px;color:#829071}.template-empty-layers p{margin:0;line-height:1.6}.template-center-workspace{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.template-context-bar{flex:0 0 43px;display:flex;justify-content:space-between;align-items:center;gap:8px;padding:5px 12px;background:#f4f3e9;border-bottom:1px solid #e1e1d3}.template-context-bar>label{display:flex;align-items:center;min-width:0;gap:7px;font-size:10px;color:#8b917b}.template-context-bar select{background:#fbfaf4;border:1px solid #dcded0;border-radius:5px;min-height:28px;color:#51654b;padding:4px 5px;font-size:10px;max-width:165px}.template-alignment-tools{display:flex;align-items:center;gap:1px}.template-alignment-tools select{width:77px;margin-left:4px}.template-canvas-shell{position:relative;flex:1;min-height:0;min-width:0;overflow:hidden}.template-canvas-viewport{width:100%;height:100%;overflow:auto;outline:none;background-color:#e6e1d2;background-image:radial-gradient(#afb79a70 .7px,transparent .7px),linear-gradient(135deg,#ece8daf0,#e4decc);background-size:16px 16px,100% 100%}.template-canvas-space{display:flex;align-items:center;justify-content:center;position:relative;touch-action:none}.template-canvas-viewport.is-panning .template-canvas-space{cursor:grab}.template-canvas-viewport.is-panning .template-canvas-space:active{cursor:grabbing}.template-artwork{position:relative;flex-shrink:0;box-shadow:0 16px 28px #52462d2a,0 3px 5px #4c462326}.template-rendered{width:100%;height:100%}.template-rendered>svg{display:block;width:100%;height:100%;overflow:hidden}.template-rendered [data-layer-id]{cursor:move;pointer-events:bounding-box}.template-canvas-viewport.is-panning [data-layer-id]{cursor:grab}.template-selection-overlay{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}.template-grid-overlay{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(#4d845117 .6px,transparent .6px),linear-gradient(90deg,#4d845117 .6px,transparent .6px)}.template-dimension{position:absolute;font-size:10px;font-weight:600;color:#81866e;pointer-events:none;white-space:nowrap}.template-width{bottom:-27px;left:50%;transform:translate(-50%)}.template-height{right:-37px;top:50%;transform:translateY(-50%) rotate(90deg)}.template-canvas-controls{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:2px;border:1px solid #d1d5c1;background:#fffdf8ee;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:9px;padding:4px;box-shadow:0 4px 10px #4f4a2510}.template-zoom-value{min-width:47px;font-size:10px!important}.template-properties-body{flex:1;min-height:0;overflow:auto}.template-inspector-content{padding:14px 15px 24px}.template-inspector-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:9px;font-weight:700;letter-spacing:1.4px;color:#99a083}.template-inspector-content fieldset{padding:0;margin:0;border:0;min-width:0}.template-inspector-content fieldset:disabled{opacity:.6}.template-inspector-group{margin-top:18px;border-top:1px solid #e5e7d9;padding-top:14px}.template-inspector-group h3{font-size:11px;font-weight:700;margin:0 0 13px;color:#637454}.template-field{display:flex;flex-direction:column;min-width:0;gap:5px;font-size:10px;margin-bottom:11px;color:#77856b}.template-field>span:first-child{display:flex;justify-content:space-between;align-items:center;gap:5px}.template-field small{font-size:9px;color:#adb39a}.template-field input,.template-field textarea,.template-field select{min-width:0;width:100%;background:#fff;border:1px solid #d9dfca;border-radius:5px;min-height:30px;padding:6px 8px;color:#405844;font-size:11px}.template-field textarea{line-height:1.6;resize:vertical;min-height:58px}.template-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 10px}.template-check{display:flex;gap:7px;align-items:center;font-size:10px;color:#6c805f;margin:6px 0 13px;line-height:1.4}.template-check input{accent-color:#4e8056;margin:0}.template-color-field{display:flex;align-items:center;gap:5px}.template-color-field input[type=color]{padding:2px;width:32px;min-width:32px;height:30px;border-radius:4px}.template-color-field>input:not([type=color]){font-size:10px;font-family:ui-monospace,monospace}.template-wide-button{width:100%;border-color:#d9dfca!important;margin:4px 0 10px}.template-danger{color:#aa6754!important}.template-note{font-size:10px;color:#99a083;line-height:1.6;margin:8px 0 14px}.template-face-actions{display:flex;gap:6px;margin:12px 0}.template-face-actions button{flex:1;border-color:#d9dfca}.template-confirm{background:#faf0e0;border:1px solid #e8d2a9;padding:10px;border-radius:7px;font-size:11px;margin-block:10px}.template-confirm p{line-height:1.5}.template-selection-hint{display:grid;justify-items:center;text-align:center;padding:50px 23px;color:#879576}.template-selection-hint h3{margin:17px 0 9px;color:#577249;font-family:Georgia,serif;font-size:20px;font-weight:500}.template-selection-hint p{font-size:11px;line-height:1.7}.template-selection-hint button{border-color:#d8dfc8;white-space:normal;margin-top:13px}.template-statusbar{min-height:30px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:6px 13px;border-top:1px solid #dcded0;background:#fffdf5;font-size:9px;color:#97a080}.template-statusbar>span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-statusbar>span:last-child{flex-shrink:0}.template-dialog::backdrop{background:#293d2870;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.template-dialog{background:#fffdf4;border:1px solid #d8debd;border-radius:17px;padding:27px;width:min(100%,650px);max-width:calc(100vw - 36px);max-height:calc(100dvh - 36px);overflow:auto;box-shadow:0 20px 70px #24302440}.template-dialog>header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.template-dialog small{color:#9aab7b;letter-spacing:1.7px;font-size:9px;font-weight:700}.template-dialog h2{font-family:Georgia,serif;font-size:27px;font-weight:400;color:#2b5339;margin:8px 0}.template-dialog p{color:#7e8b6b;font-size:12px;line-height:1.7}.template-preset-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}.template-preset-grid>button{display:grid;justify-items:start;text-align:left;gap:12px;padding:18px;border:1px solid #ded8bc;border-radius:10px;background:#faf0d9;white-space:normal}.template-preset-grid strong{font-family:Georgia,serif;font-size:21px;font-weight:400}.template-preset-grid span{font-size:11px;line-height:1.6;font-weight:400;opacity:.7}.template-preset-storybook{background:#f3ebf6!important;border-color:#d9c9df!important;color:#73547a!important}.template-preset-modern{background:#e8f0e9!important;color:#315e4b!important}.template-preset-blank{background:#fffef9!important;border-style:dashed!important}.template-dialog-small{max-width:440px}.template-dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.template-dialog-actions button{padding:9px 13px;border-color:#d8dcc9}.template-primary{background:#31583b!important;color:#fffdef!important}.template-mobile-tabs{display:none}@container (max-width: 1000px){.template-editor-workspace{grid-template-columns:175px minmax(0,1fr) 240px}.template-toolbar-group .template-text-button{font-size:10px;padding-inline:6px!important}.template-alignment-tools select{width:30px}.template-context-bar select{max-width:115px}}@container (max-width: 830px){.template-mobile-tabs{display:flex;gap:6px;align-items:center;padding:4px 9px;border-bottom:1px solid #dedfcf;background:#fbfaf2;flex:0 0 35px}.template-mobile-tabs button{text-transform:capitalize;min-height:24px}.template-editor-workspace{grid-template-columns:minmax(0,1fr) 230px}.template-layers-panel{display:none}.template-mobile-layers .template-layers-panel{display:flex}.template-mobile-layers .template-center-workspace{display:none}.template-mobile-layers .template-editor-workspace{grid-template-columns:minmax(0,1fr) 230px}.template-top-toolbar{padding-inline:7px;flex-wrap:wrap;flex-basis:auto;min-height:44px}.template-face-selector{order:3;flex-basis:100%}.template-statusbar>span:last-child{display:none}}@container (max-width: 550px){.template-editor-workspace{display:flex}.template-center-workspace{flex:1}.template-properties-panel{display:none}.template-mobile-inspector .template-properties-panel{display:flex;flex:1}.template-mobile-inspector .template-center-workspace,.template-mobile-inspector .template-layers-panel{display:none}.template-mobile-layers .template-layers-panel{flex:1}.template-inspector-content{max-width:420px;margin:0 auto}.template-preset-grid{grid-template-columns:1fr}.template-top-toolbar .template-toolbar-group{flex-wrap:wrap}}.card-studio-panel-heading{flex:0 0 auto;padding:14px 16px;border-bottom:1px solid #e8eade;display:flex;flex-direction:column;gap:5px}.card-studio-panel-heading h2{display:flex;align-items:center;gap:7px;margin:0;font-size:12px;font-weight:750;color:#345238}.card-studio-panel-heading>span{color:#8a9880;font-size:10px}.card-studio-inspector-body{flex:1 1 0;min-height:0;overflow-y:auto;padding:15px}.card-studio-feature-preview{padding:12px 20px 17px;background:repeating-linear-gradient(92deg,#c3a27406 0px,#8e6b470a 1px,transparent 4px,transparent 38px),#efe7d8;border:1px solid #e6dcc9;border-radius:9px;margin-bottom:16px}.card-studio-card{width:100%;filter:drop-shadow(0 4px 6px #38240f26)}.card-studio-card>svg{width:100%;height:auto;display:block}.card-studio-feature-preview .card-studio-error{margin:10px 0 0;font-size:10px}.card-studio-inspector fieldset{padding:0;border:0;margin:0 0 16px;min-width:0}.card-studio-inspector legend{padding:0;margin-bottom:9px;font-size:10px;font-weight:750;color:#627657}.card-studio-presets{display:grid;gap:6px}.card-studio-preset{position:relative;display:flex;gap:9px;align-items:center;padding:7px;border:1px solid #e3e7d9;border-radius:7px;cursor:pointer}.card-studio-preset.is-selected{border-color:#abc093;background:#f1f6e9;box-shadow:inset 0 0 0 1px #abc09344}.card-studio-preset input{position:absolute;right:8px;width:12px;accent-color:#557944}.card-studio-preset-swatch{flex:0 0 auto;display:grid;place-items:center;width:31px;height:37px;border:1px solid;border-radius:4px;font:600 14px Georgia,serif}.card-studio-preset strong{display:block;font-size:10px;color:#4f6742}.card-studio-preset small{display:block;color:#8a977e;font-size:8px;margin-top:3px;padding-right:15px}.card-studio-colors{display:flex;gap:20px}.card-studio-colors label{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:9px;color:#7d8d70}.card-studio-colors input{width:35px;height:30px;padding:2px;border:1px solid #dce2d2;border-radius:5px;background:#fff;cursor:pointer}.card-studio-field{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:650;color:#718364;margin-bottom:12px;min-width:0}.card-studio-field input:not([type=range]),.card-studio-field select,.card-studio-field textarea,.card-studio-paper-choice select{border:1px solid #dce3d4;border-radius:6px;background:#fffef9;padding:8px 9px;font-family:inherit;font-size:11px;font-weight:400;color:#4c6540;width:100%;min-width:0}.card-studio-field input[type=range]{width:100%;accent-color:#5c8149}.card-studio-bindings{display:grid;grid-template-columns:1fr 1fr;gap:7px}.card-studio-bindings .card-studio-field{margin-bottom:0}.card-studio-checkbox{display:flex;align-items:center;gap:6px;font-size:10px;color:#79896c;margin-bottom:17px}.card-studio-checkbox input{accent-color:#527642}.card-studio-hint{font-size:12px;color:#8b987e;line-height:1.7}.card-studio-art-fields{border-top:1px solid #e5e9dc;padding-top:13px}.card-studio-file-button{position:relative;cursor:pointer;overflow:hidden}.card-studio-file-button input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.card-studio-file-button:focus-within{outline:2px solid #408a70;outline-offset:2px}.card-studio-inspector-footer{flex:0 0 auto;padding:11px 14px;border-top:1px solid #e5e9dc;font-size:9px;color:#8e9b81;background:#fafbf5}.card-studio-footer{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 22px;background:#fcfcf5;border-top:1px solid #dde3d2}.card-studio-batch-state{display:flex;align-items:center;gap:9px;color:#779363;min-width:0}.card-studio-batch-state strong{display:block;font-size:11px;color:#4a663c}.card-studio-batch-state small{display:block;font-size:9px;color:#8c9b80;margin-top:4px}.card-studio-export-actions{justify-content:flex-end;flex-shrink:0}.card-studio-paper-choice select{width:67px;font-size:10px;padding:7px 6px}.card-studio-notice{flex:0 0 auto;padding:9px 23px;font-size:11px;line-height:1.5;background:#e9f1df;color:#5b7649;max-height:72px;overflow-y:auto}.card-studio-notice.is-error,.card-studio-error{color:#a46431;background:#fcf3e6}.card-studio-deck-scroll{flex:1 1 0;min-height:0;overflow:auto;background:repeating-linear-gradient(95deg,#be995700 0px,#80502608 2px,transparent 4px,transparent 95px),#e9deca}.card-studio-deck-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:19px;padding:21px;align-items:start}.card-studio-deck-item{border:0;padding:0;background:transparent;text-align:left;min-width:0;border-radius:9px}.card-studio-deck-item.is-selected .card-studio-card{outline:2px solid #65814b;outline-offset:5px;border-radius:9px}.card-studio-deck-item>span{display:block;padding:10px 1px 0;font-size:10px;color:#6f634b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card-studio-deck-item small{display:block;margin-top:3px;color:#a09378;font-size:9px}.card-studio-empty{flex:1 1 0;min-height:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:25px;overflow:auto;color:#93a380}.card-studio-empty h3{font:500 23px/1.3 Georgia,serif;color:#4c643b;margin:19px 0 6px}.card-studio-empty p{font-size:12px;line-height:1.9;color:#8b977e;margin:7px 0 20px}.card-studio-empty small{font-size:10px;color:#a1ac94;margin-top:17px}.card-studio-empty-cards{display:flex;justify-content:center;align-items:center;height:100px;margin:10px 0}.card-studio-empty-cards span{display:grid;place-items:center;width:65px;height:92px;background:#f0f1de;border:1px solid #d8dec1;border-radius:7px;color:#abb78d;font:27px Georgia,serif;box-shadow:0 4px 8px #5962360c;transform:rotate(-15deg) translate(15px,3px)}.card-studio-empty-cards span:nth-child(2){background:#e9eedc;color:#7b9660;transform:translateY(-6px);z-index:1}.card-studio-empty-cards span:nth-child(3){background:#f5eedb;color:#b6a578;transform:rotate(15deg) translate(-15px,3px)}.card-studio-dialog{width:min(640px,calc(100vw - 40px));max-height:min(740px,calc(100dvh - 48px));border:1px solid #d3ddc7;border-radius:16px;padding:0;background:#fcfcf6;color:#416038;box-shadow:0 30px 90px #193e3140;overflow:hidden}.card-studio-dialog[open]{display:flex;flex-direction:column}.card-studio-dialog::backdrop{background:#172d2260;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.card-studio-dialog .card-studio-panel-heading{flex-direction:row;align-items:center;justify-content:space-between;padding:19px 22px}.card-studio-dialog h2{margin-top:6px;font:500 23px Georgia,serif}.card-studio-dialog-body{padding:18px 22px;overflow-y:auto;min-height:0;flex:1}.card-studio-dialog-body>p{margin:0 0 17px;font-size:12px;color:#849576;line-height:1.8}.card-studio-dialog-body>.card-studio-file-button{margin-bottom:18px}.card-studio-dialog .card-studio-csv-input{min-height:190px;resize:vertical;font:11px/1.7 ui-monospace,monospace;white-space:pre}.card-studio-dialog-footer{display:flex;justify-content:flex-end;gap:8px;padding:14px 22px;border-top:1px solid #e1e7d7;flex:0 0 auto}.card-studio-dialog .card-studio-error,.card-studio-import-preview{font-size:11px;line-height:1.7;padding:12px;border-radius:7px}.card-studio-dialog .card-studio-error ul{padding-left:20px;margin:5px 0}.card-studio-import-preview{border:1px solid #d6e4c9;background:#eff6e7;color:#658250}.card-studio-import-preview p{margin:5px 0}.card-studio-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.card-studio.card-studio--embedded .card-studio-workspace{grid-template-columns:minmax(0,1fr);padding:14px}.card-studio.card-studio--embedded .card-studio-footer{flex-wrap:wrap}.card-studio.card-studio--embedded .card-studio-deck-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.component-row-artwork{display:flex;align-items:flex-end;flex-wrap:wrap;gap:10px;padding:11px 14px;border-top:1px solid #e0e6d4;flex:0 0 auto}.component-row-artwork>label:first-child{display:flex;flex-direction:column;gap:5px;color:#829675;font-size:10px;flex:1;min-width:120px}.component-row-artwork input[type=url]{padding:7px 9px;width:100%;font-size:11px;border:1px solid #d9e2ce;border-radius:6px;background:#fffdf7;color:#36543e}.card-studio{--card-ink: #193e31;--card-muted: #728075;--card-line: #deded0;display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;overflow:hidden;color:var(--card-ink);background:radial-gradient(ellipse at 85% 0%,#e5eddc 0%,transparent 48%),#f4f3ea;font-family:inherit}.card-studio *,.card-studio-dialog *{box-sizing:border-box}.card-studio button,.card-studio-dialog button{font-family:inherit;cursor:pointer}.card-studio button:disabled,.card-studio-dialog button:disabled{opacity:.4;cursor:default}.card-studio :focus-visible,.card-studio-dialog :focus-visible{outline:2px solid #408a70;outline-offset:3px}.card-studio-heading{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px 18px}.card-studio-heading-title{display:flex;align-items:center;gap:14px}.card-studio-title-icon{width:48px;height:48px;background:#e1e9d8;border:1px solid #d0dbc5;border-radius:15px;display:grid;place-items:center;box-shadow:inset 0 1px #fff9}.card-studio-eyebrow{display:block;font-size:9px;letter-spacing:1.9px;text-transform:uppercase;color:#7b896c;font-weight:800}.card-studio h1{margin:4px 0;font:600 27px/1.15 Georgia,serif;letter-spacing:-.8px}.card-studio-heading p{margin:5px 0 0;font-size:12px;color:#718073}.card-studio-metrics{display:flex;gap:21px;align-items:center;font-size:11px;color:var(--card-muted)}.card-studio-metrics>span{display:flex;gap:5px;align-items:baseline;white-space:nowrap}.card-studio-metrics strong{font:500 24px Georgia,serif;color:var(--card-ink)}.card-studio-metrics .card-studio-size{padding:8px 10px;border:1px solid #d7dece;border-radius:7px;font-size:10px}.card-studio-workspace{display:grid;grid-template-columns:minmax(0,1fr) 294px;flex:1 1 0;min-height:0;gap:16px;padding:0 22px 14px;overflow:hidden}.card-studio-data-panel,.card-studio-inspector{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden;background:#fffffff2;border:1px solid var(--card-line);border-radius:13px;box-shadow:0 4px 16px #22382004}.card-studio-table-toolbar{display:flex;align-items:center;justify-content:space-between;gap:9px;flex:0 0 auto;padding:12px;border-bottom:1px solid #e8e9df}.card-studio-toolbar,.card-studio-export-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.card-studio-tabs{display:flex;background:#eeefe7;border-radius:7px;padding:3px;gap:2px}.card-studio-tabs button{display:flex;align-items:center;gap:6px;border:none;border-radius:5px;background:transparent;padding:7px 9px;font-size:11px;color:#758072}.card-studio-tabs button[aria-pressed=true]{background:#fff;box-shadow:0 1px 4px #253e2114;color:#234c37;font-weight:700}.card-studio-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:7px;border:1px solid #dce0d3;background:#fffef9;padding:8px 11px;color:#49614c;font-size:11px;font-weight:650;line-height:1.3;white-space:nowrap;text-decoration:none;transition:background .15s,box-shadow .15s}.card-studio-button:hover:not(:disabled){background:#edf1e5;box-shadow:0 2px 5px #193e310c}.card-studio-button.is-primary{color:#fff;border-color:#28533c;background:#28533c;box-shadow:inset 0 1px #ffffff17,0 2px 4px #193e3117}.card-studio-button.is-primary:hover:not(:disabled){background:#346a4c}.card-studio-icon-button{width:27px;height:27px;display:inline-grid;place-items:center;border:0;background:transparent;color:#73816e;border-radius:5px;padding:0}.card-studio-icon-button:hover{background:#e8eddf;color:#234c37}.card-studio-icon-button.is-danger:hover{background:#fff0e8;color:#b15135}.card-studio-new-field{flex:0 0 auto;display:flex;gap:8px;align-items:center;padding:10px 12px;background:#f4f6ed;border-bottom:1px solid #e2e6d7}.card-studio-new-field input{min-width:0;flex:1;border:1px solid #d6dece;border-radius:6px;padding:7px 9px;background:#fff;font:inherit;font-size:11px}.card-studio-table-scroll{flex:1 1 0;min-height:0;overflow:auto}.card-studio-table{border-collapse:separate;border-spacing:0;width:100%;min-width:830px;font-size:11px;text-align:left}.card-studio-table th{position:sticky;top:0;background:#f7f8f0;padding:11px 12px;font-size:10px;font-weight:750;border-bottom:1px solid #e4e6d9;color:#56664e;z-index:1;white-space:nowrap}.card-studio-table th small{display:block;margin-top:3px;font-weight:400;font-size:9px;color:#99a18e}.card-studio-table td{padding:6px 7px;vertical-align:middle;border-bottom:1px solid #edf0e6;border-right:1px solid #f1f2ea;background:#fffefb}.card-studio-table tr.is-selected td{background:#f0f5e9}.card-studio-table td:first-child{padding-left:9px}.card-studio-table td:nth-child(2){min-width:166px}.card-studio-table td:nth-child(3){min-width:232px}.card-studio-table td:nth-child(4),.card-studio-table td:nth-child(6){min-width:58px;width:65px}.card-studio-table td:nth-child(5){min-width:100px}.card-studio-table td:nth-child(n+7):not(:last-child){min-width:100px}.card-studio-table input,.card-studio-table textarea{width:100%;border:1px solid transparent;border-radius:5px;background:transparent;font:inherit;color:#35503a;padding:7px 5px;min-width:0}.card-studio-table input:focus,.card-studio-table textarea:focus{outline:none;border-color:#b0c49d;background:#fffefa}.card-studio-table textarea{resize:vertical;min-height:52px;max-height:180px;line-height:1.6}.card-studio-table input::placeholder,.card-studio-table textarea::placeholder{color:#a4ab9a}.card-studio-row-number{width:27px;height:28px;border:0;border-radius:5px;background:transparent;color:#9da893;font-size:10px}.card-studio-row-number[aria-pressed=true]{background:#dfead3;color:#466438;font-weight:750}.card-studio-row-actions{display:flex}.card-studio-add-row{display:flex;align-items:center;gap:7px;width:100%;padding:15px 19px;color:#7b8b6c;background:transparent;border:0;font-size:11px;text-align:left}.card-studio-add-row:hover{background:#f5f8ef;color:#3b653d}.card-studio-table-footer{flex:0 0 auto;min-height:39px;padding:10px 13px;background:#fafbf6;border-top:1px solid #e4e8dc;font-size:10px;color:#8d9882;display:flex;align-items:center;justify-content:space-between}@media(max-width:1200px){.card-studio-workspace{grid-template-columns:minmax(0,1fr) 260px;gap:10px;padding:0 14px 12px}.card-studio-heading{padding:17px 16px}.card-studio-heading p,.card-studio-size{display:none!important}.card-studio-footer{padding:12px 14px}.card-studio-batch-state small{display:none}.card-studio-table-toolbar{flex-wrap:wrap}}@media(max-width:900px){.card-studio-workspace{grid-template-columns:minmax(0,1fr) 230px;gap:8px}.card-studio-metrics{gap:12px}.card-studio-heading{padding:12px 14px}.card-studio h1{font-size:23px}.card-studio-title-icon{width:38px;height:38px}.card-studio-footer{flex-wrap:wrap;gap:9px}.card-studio-batch-state{display:none}.card-studio-export-actions{width:100%}.card-studio-feature-preview{padding:10px 14px 15px}}@media(max-width:650px){.card-studio-workspace{grid-template-columns:minmax(230px,1fr) 205px;gap:7px;padding:0 8px 8px;overflow-x:auto}.card-studio-heading .card-studio-eyebrow{display:none}.card-studio-metrics{font-size:9px}.card-studio-metrics strong{font-size:19px}.card-studio-heading-title{gap:8px}.card-studio-inspector-body{padding:10px}.card-studio-table-toolbar{padding:9px}.card-studio-footer .card-studio-button{padding:7px 8px;font-size:10px}}.table-ai-header-action{display:inline-flex;align-items:center;gap:3px;margin-left:5px;border:1px solid #bdcdb4;background:#eef3e6;color:#345637;border-radius:6px;padding:3px 5px;font:inherit;font-size:10px;white-space:nowrap}.table-ai-cell-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:8px 14px;border-bottom:1px solid #dcded0;background:#f6f7ed;color:#53664d;font-size:12px}.table-ai-cell-toolbar>span{flex:1;min-width:140px}.table-ai-dialog{width:min(950px,calc(100vw - 32px));max-height:calc(100dvh - 48px);padding:0;border:1px solid #bac8af;border-radius:18px;background:#fffdf4;color:#203f30;box-shadow:0 24px 100px #10241855;font-family:inherit}.table-ai-dialog[open]{display:flex;flex-direction:column}.table-ai-dialog::backdrop{background:#14271d75;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.table-ai-dialog header,.table-ai-dialog footer{display:flex;align-items:center;gap:12px;flex-shrink:0;padding:18px 22px;background:#f0f3e6}.table-ai-dialog header{align-items:flex-start;border-bottom:1px solid #dce1d0}.table-ai-dialog header>div{flex:1}.table-ai-dialog h2{display:flex;align-items:center;gap:8px;font:25px Georgia,serif;margin:8px 0}.table-ai-dialog header p{margin:0;font-size:13px;color:#64755e}.table-ai-dialog footer{border-top:1px solid #dce1d0}.table-ai-dialog footer>span{flex:1;color:#64755e;font-size:12px}.table-ai-body{min-height:0;overflow:auto;padding:18px 22px;display:grid;gap:14px}.table-ai-context{margin:0;color:#61735d;font-size:12px;line-height:1.6}.table-ai-dialog textarea{width:100%;box-sizing:border-box;resize:vertical;min-height:80px;max-height:180px;padding:10px;border:1px solid #c9d2bd;border-radius:8px;background:#fff;color:#193e31;font:14px/1.5 inherit}.table-ai-dialog select{border:1px solid #c9d2bd;border-radius:8px;background:#fff;color:#193e31;padding:9px;font:inherit}.table-ai-request-controls{display:flex;align-items:end;gap:12px;flex-wrap:wrap}.table-ai-request-controls label{flex:1;min-width:180px}.table-ai-review{min-width:0}.table-ai-review h3{display:flex;align-items:center;justify-content:space-between;gap:12px;font:18px Georgia,serif}.table-ai-review h3 small{font:11px system-ui;color:#72816b}.table-ai-review table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px;line-height:1.5}.table-ai-review th,.table-ai-review td{padding:10px;text-align:left;vertical-align:top;border:1px solid #dce1d1;white-space:pre-wrap;overflow-wrap:anywhere}.table-ai-review thead{background:#ecf1e3}.table-ai-review th:first-child{width:20%}.table-ai-review td:last-child{background:#edf5e6}.table-ai-dialog button:disabled{opacity:.45;cursor:default}@media(max-width:600px){.table-ai-dialog{max-height:calc(100dvh - 16px);width:calc(100vw - 16px)}.table-ai-dialog header,.table-ai-dialog footer{padding:12px}.table-ai-body{padding:12px}.table-ai-dialog footer{flex-wrap:wrap}.table-ai-dialog footer>span{flex-basis:100%}.table-ai-review th,.table-ai-review td{padding:6px}}.supplier-dialog{width:min(1100px,calc(100vw - 40px));max-width:none;height:min(860px,calc(100dvh - 40px));max-height:none;padding:0;border:1px solid #c6c8b3;border-radius:20px;background:#faf8ef;color:#294632;box-shadow:0 24px 100px #13281a66}.supplier-dialog[open]{display:flex;flex-direction:column}.supplier-dialog::backdrop{background:#10231799;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.supplier-dialog-header{display:flex;justify-content:space-between;align-items:start;gap:20px;padding:22px 26px 18px;border-bottom:1px solid #dce0cf}.supplier-dialog .supplier-dialog-header h2{margin:4px 0 6px;color:#294632;font:600 25px Georgia,serif}.supplier-dialog p{line-height:1.5}.supplier-dialog-header p{margin:0;font-size:13px;color:#677660}.supplier-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.15em;color:#667854}.supplier-dialog-body{overflow:auto;min-height:0;flex:1;padding:20px 26px}.supplier-filters{display:grid;grid-template-columns:240px 1fr;gap:16px;margin-bottom:18px}.supplier-dialog label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600}.supplier-dialog select,.supplier-dialog input[type=search]{min-width:0;width:100%;border:1px solid #cbd1bb;background:#fffdf5;color:#294632;border-radius:8px;padding:9px 11px;font:inherit}.supplier-browser{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,1fr);align-items:start;gap:24px}.supplier-products{min-width:0}.supplier-product{display:flex;align-items:center;gap:13px;width:100%;padding:11px;margin-bottom:7px;text-align:left;border:1px solid #dce0cf;border-radius:11px;color:#294632;background:#fffdf7;cursor:pointer}.supplier-product[aria-pressed=true]{border:2px solid #42683e;background:#e9efdc;padding:10px}.supplier-product img{width:50px;height:50px;object-fit:contain;background:#fff;border-radius:5px}.supplier-product span{min-width:0}.supplier-product strong{display:block;font-size:12px;line-height:1.4}.supplier-product small{display:block;margin-top:5px;font-size:10px;line-height:1.4;color:#617258}.supplier-selection{position:sticky;top:0;min-width:0;padding:20px;border:1px solid #d6dcc8;border-radius:14px;background:#f1f2e7}.supplier-dialog .supplier-selection h3,.supplier-dialog .supplier-review h3{color:#294632;font:600 22px Georgia,serif;margin:14px 0 8px}.supplier-selection>label{margin-top:18px}.supplier-selection p,.supplier-review p{font-size:12px}.supplier-dialog a{color:#315f38;font-size:12px;text-decoration:underline}.supplier-dialog a svg{display:inline;vertical-align:middle}.supplier-badge{display:inline-block;border-radius:20px;background:#e0e7ce;color:#3d6031;padding:6px 9px;font-size:10px;font-weight:700}.supplier-options{font-size:11px}.supplier-options>div{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:6px 0;border-bottom:1px solid #d9dfcd}.supplier-options dt{color:#66765e}.supplier-options dd{margin:0;overflow-wrap:anywhere}.supplier-notice{padding:13px;border-radius:8px;background:#e9e7d7}.supplier-choices{padding:0;margin:18px 0 0;border:0}.supplier-choices legend{font-size:12px;font-weight:700;margin-bottom:10px}.supplier-choices label{display:flex;flex-direction:row;align-items:start;margin:12px 0;gap:8px;cursor:pointer}.supplier-choices input{margin-top:3px;accent-color:#42683e}.supplier-choices small{display:block;margin-top:5px;font-size:11px;font-weight:400;line-height:1.5;color:#586c50}.supplier-dialog .supplier-muted,.supplier-empty{font-size:12px;color:#617258}.supplier-pagination{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:space-between;padding-top:12px;font-size:11px}.supplier-pagination .component-button{font-size:10px}.supplier-dialog-footer{display:flex;justify-content:space-between;gap:12px;padding:15px 26px;border-top:1px solid #dce0cf;background:#f3f3e7}.supplier-error{padding:12px;background:#f7e2d9;color:#873c27;border-radius:8px;font-size:12px}.supplier-review{max-width:740px;margin:10px auto}@media(max-width:760px){.supplier-filters,.supplier-browser{grid-template-columns:1fr}.supplier-selection{position:static}.supplier-dialog-header,.supplier-dialog-body{padding:16px}.supplier-dialog{width:calc(100vw - 20px);height:calc(100dvh - 20px)}}.components-workbench{--component-ink: #284b37;--component-muted: #7b8570;--component-line: #dce1ce;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:var(--component-ink);background:radial-gradient(ellipse at 90% 0,#e8eedc88,transparent 55%),#f7f5ea}.components-workbench *,.component-dialog *{box-sizing:border-box}.components-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:25px 30px 20px;flex:0 0 auto}.components-heading h1{color:var(--component-ink);font:600 24px/1.3 Inter,sans-serif;letter-spacing:-.035em;margin:0 0 9px}.component-eyebrow{display:flex;align-items:center;gap:6px;text-transform:uppercase;font-size:9px;font-weight:700;letter-spacing:.14em;color:#879174;margin:0 0 12px}.component-muted{color:#7c8671;font-size:12px;line-height:1.8;margin:0}.components-heading-copy{min-width:0}.components-heading-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.component-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;color:#34593f;background:#fffdf6;border:1px solid #d7ddc9;border-radius:8px;padding:10px 14px;font:600 11px/1.4 Inter,sans-serif;cursor:pointer}.component-button:hover{background:#eef2e4}.component-button--primary{color:#fffbee;background:#355c40;border-color:#355c40}.component-button--primary:hover{color:#fffbee;background:#294c34}.component-button--danger{background:#a7523d;color:#fff8ed;border-color:#a7523d}.component-button:disabled{opacity:.5;cursor:not-allowed}.component-icon-button{display:inline-flex;justify-content:center;align-items:center;width:30px;height:30px;background:transparent;border:1px solid transparent;color:#819175;border-radius:6px;cursor:pointer;padding:5px}.component-icon-button:hover{background:#e9eddd;color:#355c40;border-color:#d9e0c9}.component-back{display:flex;align-items:center;gap:6px;background:transparent;color:#75866b;padding:0;font-size:10px;border:0;margin:0 0 11px}.component-title-row{display:flex;align-items:center;gap:8px;min-width:0}.component-title-row h1{font:600 25px/1.2 Cormorant Garamond,Georgia,serif;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-title-row>span{border-left:1px solid #d9dfca;padding-left:11px;color:#8b967c;font-size:9px;white-space:nowrap}.components-workbench--editing .components-heading{padding-block:15px}.component-gallery-toolbar{padding:0 30px 16px;display:flex;align-items:center;gap:16px;flex:0 0 auto}.component-gallery-toolbar nav{display:flex;align-items:center;flex-wrap:wrap;gap:4px}.component-gallery-toolbar nav button,.component-tabs button{display:flex;align-items:center;gap:6px;border:1px solid transparent;background:transparent;padding:9px 11px;color:#819174;font-size:11px;border-radius:7px;white-space:nowrap}.component-gallery-toolbar nav button.is-active{color:#34593e;border-color:#d8dfc9;background:#e9efdc}.component-gallery-toolbar nav button span{font-size:9px;color:#8e9b80}.component-gallery-toolbar nav button:hover,.component-tabs button:hover{color:#34593e;background:#eef2e5}.component-search{display:flex;align-items:center;gap:6px;margin-left:auto;color:#91a083;min-width:130px}.component-search input{width:135px;max-width:100%;border:0;background:transparent;font:11px Inter,sans-serif;padding:7px 0;color:#35583f;outline:none}.component-gallery-body{min-height:0;overflow-y:auto;flex:1;padding:8px 30px 25px}.component-design-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(215px,1fr));align-content:start;gap:18px}.component-design-card{padding:0;overflow:hidden;text-align:left;display:flex;flex-direction:column;border:1px solid #d9dfcc;background:#fffdf6;border-radius:12px;min-width:0;box-shadow:0 3px 8px #283c2110;transition:transform .2s,box-shadow .2s}.component-design-card:hover{transform:translateY(-3px);box-shadow:0 9px 19px #354c2520;border-color:#bccbaa}.component-thumbnail{height:175px;flex:0 0 175px;display:flex;justify-content:center;align-items:center;padding:20px;overflow:hidden;background:radial-gradient(ellipse,#e5e9d5,#f0efdf);border-bottom:1px solid #e6e7d8}.component-thumbnail>svg{max-width:100%;max-height:100%;width:auto;height:auto;filter:drop-shadow(2px 5px 4px #394a2524);transform:rotate(-4deg)}.component-thumbnail--board>svg,.component-thumbnail--mat>svg{transform:rotate(-3deg)}.component-thumbnail--token,.component-thumbnail--piece{background:radial-gradient(ellipse,#e5ddc5,#f0ecdc)}.component-thumbnail--tile{background:radial-gradient(ellipse,#dbe6d6,#edf0e1)}.component-card-identity{padding:17px;width:100%}.component-card-identity .component-eyebrow{margin-bottom:8px;font-size:8px}.component-card-identity h2{font:600 19px/1.25 Cormorant Garamond,Georgia,serif;color:#345139;margin:0 0 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-card-identity p{margin:0;color:#8a957d;font-size:10px}.component-card-size{display:flex;align-items:center;justify-content:space-between;margin-top:15px;color:#a1997a;font-size:9px}.component-create-card{min-height:300px;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;background:#eeefdf66;border:1px dashed #cfd7be;border-radius:12px;color:#8a9b75}.component-create-card strong{max-width:160px;font:600 22px/1.3 Cormorant Garamond,Georgia,serif;color:#748760}.component-create-card span{font-size:10px}.component-empty{min-height:300px;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;text-align:center;padding:30px;color:#839676}.component-empty h2{margin:0;color:#456345;font:600 32px Cormorant Garamond,Georgia,serif}.component-empty p{max-width:370px;margin:0;color:#87967a;font-size:12px;line-height:1.8}.component-tabs{display:flex;align-items:center;gap:7px;padding:0 24px 10px;flex:0 0 auto;border-bottom:1px solid #dee4ce;overflow-x:auto}.component-tabs button{padding:9px 13px;border-radius:7px}.component-tabs .is-active{background:#e5ecd9;color:#34583e;border-color:#d6dfc7}.component-tabs button:last-child{margin-left:auto}.component-editor-body{display:flex;flex:1;min-height:0;overflow:hidden}.component-editor-body>*{min-width:0;flex:1}.component-data-surface{min-height:0;height:100%;display:flex;flex-direction:column;overflow:hidden}.component-data-surface .card-studio{height:100%}.components-footer{flex:0 0 auto;padding:11px 30px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#869578;font-size:9px;border-top:1px solid #dfe5d1;min-height:36px;line-height:1.6}.component-physical{min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-content:start;align-items:start;gap:20px;padding:24px}.component-detail-card{padding:24px;border:1px solid #dce2ce;background:#fffdf6;border-radius:11px;color:#7f9270}.component-detail-card>svg{margin-bottom:17px}.component-detail-card h2{font:600 23px/1.2 Cormorant Garamond,Georgia,serif;margin:0 0 15px;color:#35563c}.component-detail-card>p{font-size:12px;line-height:1.8;margin:0 0 16px}.component-detail-card>p:last-child{margin-bottom:0}.component-dialog{padding:24px;max-width:min(500px,calc(100vw - 32px));width:500px;max-height:calc(100dvh - 40px);overflow-y:auto;background:#fcf9ef;color:#34543b;border:1px solid #d1d9bf;border-radius:14px;box-shadow:0 25px 70px #12250f33}.component-dialog::backdrop{background:#23331d66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.component-dialog>header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:21px}.component-dialog h2{font:600 29px/1.2 Cormorant Garamond,Georgia,serif;color:#34543b;margin:0}.component-dialog footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:25px}.component-family-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:17px}.component-family-choices button{border:1px solid #dce2ce;background:#fffdf5;color:#798c6c;border-radius:8px;padding:12px;text-align:left;font-size:11px}.component-family-choices button.is-active{background:#e7eedb;border-color:#b7c8a4;color:#365c40}.component-field{display:flex;flex-direction:column;gap:8px;margin-top:20px;color:#5c7452;font-size:12px}.component-field input{width:100%;padding:12px;border:1px solid #d4dcc5;background:#fffef9;border-radius:7px;color:#345b3e;font:13px Inter,sans-serif}.component-button:focus-visible,.component-tabs button:focus-visible,.component-gallery-toolbar button:focus-visible,.component-field input:focus-visible,.component-icon-button:focus-visible{outline:2px solid #8fa977;outline-offset:3px}@media(max-width:1100px){.component-gallery-toolbar{align-items:flex-start;flex-direction:column;gap:10px}.component-search{margin-left:0}.component-design-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}}@media(max-width:760px){.components-heading{padding:20px 18px;gap:12px}.components-heading h1{font-size:22px}.component-title-row h1{font-size:23px}.component-title-row>span{display:none}.components-heading-actions{gap:3px}.component-gallery-toolbar{padding:0 18px 12px}.component-gallery-toolbar nav{flex-wrap:nowrap;max-width:100%;overflow-x:auto}.component-gallery-body{padding:7px 18px 20px}.component-tabs{padding-inline:12px;gap:3px}.component-tabs button{font-size:10px;padding:8px}.component-tabs button:last-child{margin-left:0}.components-footer{padding-inline:18px}.components-footer>span:last-child:not(:first-child){display:none}.component-design-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:12px}.component-thumbnail{height:145px;flex-basis:145px}.component-card-identity{padding:13px}.component-create-card{min-height:270px}.component-physical{grid-template-columns:1fr;padding:16px}}@media(prefers-reduced-motion:reduce){.component-design-card{transition:none}.component-design-card:hover{transform:none}}.version-history{height:100%;min-height:0;display:flex;flex-direction:column;background:#f7f3e9;color:#293e31;overflow:hidden}.history-header{padding:27px 32px 19px;display:flex;justify-content:space-between;gap:18px;align-items:center;border-bottom:1px solid #dedbc9;flex-shrink:0}.history-eyebrow{font-size:10px;letter-spacing:.17em;font-weight:800;color:#79805c}.history-header h1{font-family:Inter,sans-serif;font-size:24px;margin:0 0 7px;font-weight:600}.history-header p,.checkpoint-detail-heading p{font-size:13px;color:#75816e;margin:0}.history-actions{display:flex;gap:8px;flex-wrap:wrap}.version-history button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:10px 13px;background:#fffdf7;color:#36523e;border:1px solid #d7dccb;border-radius:9px;font-size:12px;cursor:pointer}.version-history button:disabled{opacity:.5;cursor:wait}.version-history button:hover:not(:disabled){background:#edf2e3}.version-history .history-primary{background:#295840;color:#fff8e9}.history-save{display:grid;grid-template-columns:1.3fr 1fr;gap:24px;padding:18px 32px;background:#f0ecde;flex-shrink:0}.history-save form{min-width:0}.history-save label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.history-save form>div{display:flex;gap:7px}.history-save input{min-width:0;flex:1;border:1px solid #d5d7c6;padding:10px 12px;border-radius:8px;background:#fffdf7;color:#34503b;font-size:12px}.history-body{display:grid;grid-template-columns:280px minmax(0,1fr);flex:1;min-height:0;overflow:hidden}.checkpoint-list{padding:18px;border-right:1px solid #dedbc9;overflow-y:auto}.checkpoint-list button{width:100%;display:flex;flex-direction:column;align-items:stretch;text-align:left;margin-bottom:9px;gap:9px;padding:15px;border-color:transparent;background:transparent}.checkpoint-list button.selected{border-color:#b3c5a1;background:#e7eedc}.checkpoint-list button>span{display:flex;gap:8px;align-items:center}.checkpoint-list strong{font-size:13px;line-height:1.45}.checkpoint-list small{font-size:10px;color:#768571}.checkpoint-list em{font-size:9px;font-style:normal;background:#355d40;color:#fff;padding:3px 5px;border-radius:4px;margin-left:auto}.checkpoint-detail{padding:28px 30px;overflow-y:auto;min-width:0}.checkpoint-detail-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:24px}.checkpoint-detail h2{font-family:Georgia,serif;font-size:25px;font-weight:400;margin:8px 0}.design-change{border:1px solid #dedfce;border-radius:10px;margin-bottom:10px;background:#fffdf8}.design-change summary{display:flex;align-items:center;gap:12px;padding:15px;cursor:pointer;font-size:12px;flex-wrap:wrap}.design-change summary>span{font-size:10px;text-transform:uppercase;color:#7b836b;min-width:85px}.design-change em{font-size:10px;font-style:normal;color:#58774c;margin-left:auto}.design-comparison{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 15px 15px}.design-comparison>div{min-width:0;background:#f1f2e8;padding:12px;border-radius:7px}.design-comparison small{font-size:9px;letter-spacing:.14em;color:#78806e}.design-comparison pre{white-space:pre-wrap;overflow-wrap:anywhere;max-height:270px;overflow:auto;font-size:11px;line-height:1.6}.history-empty{padding:18px;color:#728169;font-size:13px;line-height:1.8}.history-empty h3{font-family:Georgia,serif;color:#3e5940;font-size:25px;font-weight:400}.history-footer{padding:12px 24px;border-top:1px solid #dedbc9;display:flex;justify-content:space-between;gap:14px;font-size:10px;color:#78816d;flex-shrink:0}.history-footer span:first-child{display:flex;align-items:center;gap:6px;font-weight:700}.history-error{color:#a04630;font-size:13px;padding:0 24px}@media(max-width:1100px){.history-header{padding:20px}.history-save{padding:14px 20px;gap:12px;grid-template-columns:1fr}.history-body{grid-template-columns:230px minmax(0,1fr)}.checkpoint-detail{padding:20px}.history-header h1{font-size:26px}}@media(max-width:760px){.history-header{align-items:flex-start;flex-direction:column}.history-body{grid-template-columns:160px minmax(0,1fr)}.history-save input{width:90px}.history-footer{font-size:9px}.design-comparison{grid-template-columns:1fr}}.rulebook-draft-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap;font-family:system-ui,sans-serif}.rulebook-draft-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid #b8c5b1;border-radius:8px;background:#fffcf4;color:#254b38;padding:9px 13px;font:600 12px system-ui;cursor:pointer}.rulebook-draft-button.primary{background:#315a43;color:#fffcf4;border-color:#315a43}.rulebook-draft-button:disabled{opacity:.5;cursor:default}.rulebook-draft-button:focus-visible,.rulebook-draft-tabs button:focus-visible{outline:2px solid #0d9488;outline-offset:3px}.rulebook-draft-notice{font-size:11px;color:#466650;max-width:300px}.rulebook-draft-dialog{width:min(1100px,calc(100vw - 40px));height:min(760px,calc(100dvh - 40px));max-height:calc(100dvh - 40px);padding:0;border:1px solid #b9c7b0;border-radius:18px;background:#f8f5e9;color:#2c4434;box-shadow:0 24px 90px #10281966;overflow:hidden}.rulebook-draft-dialog[open]{display:flex;flex-direction:column}.rulebook-draft-dialog::backdrop{background:#173c2a70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.rulebook-draft-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 28px 20px;gap:20px;border-bottom:1px solid #d8dece;flex:0 0 auto}.rulebook-draft-kicker{font:600 10px system-ui;letter-spacing:1.4px;color:#6d8066}.rulebook-draft-header h2{font:600 22px system-ui;margin:0 0 8px}.rulebook-draft-header p{font:13px/1.5 system-ui;margin:0;color:#63735e}.rulebook-draft-body{display:grid;grid-template-columns:330px minmax(0,1fr);flex:1;min-height:0;overflow:hidden}.rulebook-draft-inputs{display:flex;flex-direction:column;gap:9px;padding:22px;overflow:auto;border-right:1px solid #d8dece;font:12px system-ui}.rulebook-draft-inputs>label{font-weight:650}.rulebook-draft-inputs textarea,.rulebook-draft-inputs select{width:100%;padding:10px;border:1px solid #bdc9b5;border-radius:8px;background:#fffdf7;color:#273e30;font:13px/1.5 system-ui}.rulebook-draft-inputs textarea{min-height:160px;resize:vertical}.rulebook-draft-inputs fieldset{border:0;margin:6px 0;padding:0;display:grid;gap:8px}.rulebook-draft-inputs legend{font-weight:650;margin-bottom:10px}.rulebook-draft-check{display:flex;align-items:center;gap:8px}.rulebook-draft-check input{accent-color:#315a43}.rulebook-draft-help{color:#6a7a63;line-height:1.6;margin:7px 0}.rulebook-draft-review{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:22px}.rulebook-draft-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#61765c;padding:20px}.rulebook-draft-empty h3{font:600 18px system-ui;color:#34513b;margin:18px 0 10px}.rulebook-draft-empty p{max-width:380px;font:13px/1.7 system-ui}.rulebook-draft-tabs{display:flex;flex-wrap:wrap;gap:6px;flex:0 0 auto;margin-bottom:16px}.rulebook-draft-tabs button{border:1px solid #c6d0ba;background:#f2f3e6;border-radius:20px;padding:7px 10px;color:#4c6248;font:12px system-ui;cursor:pointer}.rulebook-draft-tabs button[aria-pressed=true]{background:#315a43;color:#fffdf5;border-color:#315a43}.rulebook-draft-comparison{display:grid;grid-template-columns:1fr 1fr;gap:15px;min-height:0;flex:1;overflow:hidden}.rulebook-draft-comparison article{background:#fffdf7;border:1px solid #d8dece;border-radius:9px;padding:17px;overflow:auto;min-width:0}.rulebook-draft-comparison h3{font:600 11px system-ui;color:#6b7d5c;position:sticky;top:-17px;background:#fffdf7;padding:10px 0;margin:0}.rulebook-draft-comparison p{white-space:pre-wrap;overflow-wrap:anywhere;font:15px/1.6 Georgia,serif;margin:8px 0;color:#334331}.rulebook-draft-footer{display:flex;align-items:center;gap:8px;border-top:1px solid #d8dece;padding:16px 22px;flex:0 0 auto}.rulebook-draft-footer>div{flex:1;min-width:0;font:12px/1.5 system-ui;color:#65745c}.rulebook-draft-footer [role=alert]{color:#a14131;margin:0}.rulebook-draft-pulse{animation:rulebook-draft-pulse 1.7s ease-in-out infinite}@keyframes rulebook-draft-pulse{50%{opacity:.35;transform:scale(.92)}}@media(max-width:760px){.rulebook-draft-body{grid-template-columns:240px minmax(0,1fr)}.rulebook-draft-comparison{grid-template-columns:1fr}.rulebook-draft-comparison article:first-child{display:none}.rulebook-draft-header{padding:16px}.rulebook-draft-footer{flex-wrap:wrap}.rulebook-draft-footer>div{flex-basis:100%}}@media(prefers-reduced-motion:reduce){.rulebook-draft-pulse{animation:none}}.lab-table-frame{padding:14px;background:#1d3329;overflow:hidden}.lab-table-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.lab-table-heading strong{display:block;font:700 20px Georgia,serif;color:#fff7dd}.lab-table-heading span{display:block;font-size:10px;color:#c4cdb7;margin-top:5px}.lab-table-frame .lab-table-status{margin-bottom:10px}.lab-table-frame .lab-seats{margin-bottom:12px;gap:10px}.lab-table-frame .lab-seat{display:flex;align-items:center;flex-wrap:wrap;gap:9px;padding:8px 10px}.lab-table-frame .lab-seat>strong{font-size:11px;flex:1}.lab-table-frame .lab-seat-score{font-size:22px}.lab-table-frame .lab-seat>span:last-child{width:100%;font-size:11px!important}.lab-board-viewport{position:relative;height:clamp(350px,48vh,540px);min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:radial-gradient(ellipse,#51432d,#241f19);box-shadow:inset 0 0 22px #0007}.lab-board-symbols{position:absolute;width:0;height:0;overflow:hidden}.lab-board-fit{flex:none;position:relative}.lab-wood-board{position:absolute;left:0;top:0;transform-origin:top left;color:#f5e5c5;border-radius:8px;overflow:hidden;box-shadow:0 4px 15px #0008,inset 0 0 0 2px #b0874b,inset 0 0 0 5px #442b19;background:repeating-linear-gradient(3deg,#b182451a 0,#b1824500 1px,#29140812,#b1824500 5px),linear-gradient(95deg,#654124,#8c623a 27%,#65472b 59%,#94673a)}.lab-board-zone{position:absolute;left:9px;right:9px;border:1px solid #d7c58c35;border-radius:6px;background:#142e2359;pointer-events:none}.lab-board-zone.market{background:#dec59713;border-color:#e8c99163}.lab-board-label{position:absolute;left:18px;color:#f4e3b7;background:transparent;border:0;padding:0;font:700 6px system-ui,sans-serif!important;letter-spacing:.65px;line-height:8px;text-align:left}.lab-board-label.pile{left:auto;right:18px}.lab-board-label:disabled{opacity:.85!important}.lab-board-empty{position:absolute;left:18px;right:18px;text-align:center;font:italic 7px Georgia,serif;color:#ded4b485}.lab-board-card{position:absolute}.lab-physical-card{display:block;width:100%;height:100%;padding:0;border:0;border-radius:3px;overflow:visible;color:inherit;background:transparent;box-shadow:0 2px 4px #0008;transition:filter .12s,box-shadow .12s}.lab-physical-card svg{display:block;width:100%;height:100%;overflow:visible}.lab-physical-card:disabled{opacity:1!important;cursor:default}.lab-physical-card.affordable{box-shadow:0 0 0 1.2px #d3bf76,0 3px 6px #0009}.lab-physical-card:not(:disabled):hover,.lab-physical-card:focus-visible{filter:brightness(1.08);box-shadow:0 0 0 1.5px #f8d77c,0 3px 8px #0009}.lab-physical-card.draw{box-shadow:1px 1px #eadfbf,2px 2px #4b3420,3px 3px #d7c39f,4px 4px 5px #0008}.lab-card-inspect{position:absolute;top:calc(100% + 3px);left:0;right:0;border:0;border-radius:2px;padding:1px;white-space:nowrap;color:#ffedc2;background:#352919c9;font:5.2px system-ui,sans-serif!important;line-height:7px}.lab-table-frame .lab-legal-actions{align-items:center;margin-top:12px}.lab-scale-note{color:#c8d0bc;font-size:10px;margin-left:auto}.lab-table-frame:fullscreen,.lab-table-fullscreen-fallback{width:100vw;height:100vh;padding:18px 24px;border:0;border-radius:0;display:flex;flex-direction:column;background:#14261f}.lab-table-fullscreen-fallback{position:fixed;inset:0;z-index:10000}.lab-table-frame:fullscreen .lab-board-viewport,.lab-table-fullscreen-fallback .lab-board-viewport{flex:1;height:auto}.lab-table-frame:fullscreen .lab-table-heading,.lab-table-fullscreen-fallback .lab-table-heading{flex:none}.lab-table-frame:fullscreen .lab-seats,.lab-table-fullscreen-fallback .lab-seats{display:flex}.lab-table-frame:fullscreen .lab-seat,.lab-table-fullscreen-fallback .lab-seat{flex:1}.lab-table-frame:fullscreen .lab-seat>span:last-child,.lab-table-fullscreen-fallback .lab-seat>span:last-child{width:auto}.lab-inspector{position:fixed;width:min(580px,calc(100vw - 28px));max-height:calc(100vh - 28px);padding:18px;border:1px solid #d3c9ad;border-radius:14px;background:#fcf8ed;color:#294632;overflow:auto;box-shadow:0 24px 80px #0008}.lab-inspector::backdrop{background:#0b160dcc;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.lab-inspector-header,.lab-inspector-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.lab-inspector .lab-inspector-header h3{margin:0 0 5px;color:#294632;font:700 21px Georgia,serif}.lab-inspector-header span,.lab-inspector p{font-size:11px;color:#6b745e}.lab-inspector-face{width:auto;height:min(58vh,520px);max-width:100%;margin:auto}.lab-inspector-face>svg{width:100%;height:100%;display:block}.lab-inspector .lab-field{flex:1}@media(max-width:650px){.lab-board-viewport{height:350px}.lab-table-heading{align-items:flex-start}.lab-table-heading strong{font-size:17px}.lab-table-frame .lab-seats{gap:6px}.lab-scale-note{width:100%;margin:0}.lab-inspector-tools{align-items:stretch;flex-direction:column}}.playtest-lab{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:#213b2e;background:#f7f2e7;font-size:13px}.playtest-lab *{box-sizing:border-box}.playtest-lab button,.playtest-lab input,.playtest-lab select,.playtest-lab textarea{font:inherit}.playtest-lab button{cursor:pointer}.playtest-lab button:disabled{cursor:not-allowed;opacity:.45}.playtest-lab button:focus-visible,.playtest-lab input:focus-visible,.playtest-lab select:focus-visible,.playtest-lab textarea:focus-visible{outline:3px solid #bc913c;outline-offset:2px}.lab-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px 15px;border-bottom:1px solid #dfd5be;background:#fffcf5;flex-wrap:wrap}.lab-eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.17em;color:#6f795f;font-weight:800}.lab-header h2{font:600 24px Inter,sans-serif;margin:0 0 6px}.lab-muted{color:#6f786a;font-size:12px;line-height:1.55}.lab-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.lab-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #d6d5c4;background:#fffdf7;color:#294933;border-radius:8px;padding:8px 11px;font-weight:700}.lab-button.primary{color:#fff9e9;background:#284d37;border-color:#284d37}.lab-button.small{padding:5px 8px;font-size:11px}.lab-tabs{display:flex;gap:5px;padding:10px 24px 0;border-bottom:1px solid #ddd8c7;background:#fffcf5}.lab-tabs button{border:0;background:transparent;color:#6d7764;padding:10px 13px;font-weight:700;border-bottom:3px solid transparent}.lab-tabs button[aria-selected=true]{color:#214d36;border-bottom-color:#42683d}.lab-scroll{flex:1;min-height:0;overflow:auto;padding:22px 24px}.lab-grid{display:grid;grid-template-columns:minmax(210px,280px) minmax(340px,1fr);gap:20px;align-items:start}.lab-stack{display:grid;gap:16px;min-width:0}.lab-panel{border:1px solid #ddd6c4;border-radius:12px;padding:18px;background:#fffdf7;min-width:0}.lab-panel h3{margin:0 0 12px;font:700 18px Georgia,serif}.lab-panel p{margin:6px 0 12px;line-height:1.6}.lab-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lab-field{display:flex;flex-direction:column;gap:5px;color:#5a654f;font-size:11px;font-weight:700}.lab-field.wide{grid-column:1/-1}.lab-field input,.lab-field select,.lab-field textarea,.lab-agent-text{width:100%;min-width:0;border:1px solid #d9d4c4;border-radius:7px;background:#fff;color:#294531;padding:8px}.lab-field textarea,.lab-agent-text{resize:vertical}.lab-note{border-radius:8px;background:#eef1e4;color:#5c6d43;padding:11px 13px;font-size:12px;line-height:1.6}.lab-note.warning{background:#fbf0d7;color:#8b6424}.lab-error{margin:10px 24px 0;color:#8d302d;background:#fae7df;border:1px solid #edc5b5;border-radius:8px;padding:10px 13px}.lab-footer{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;border-top:1px solid #ddd6c4;padding:10px 24px;font-size:11px;color:#6f786a;background:#fffcf5}.lab-tabletop{background:radial-gradient(ellipse at top,#436449,#243f30);border:1px solid #284333;border-radius:12px;padding:20px;color:#fbf5e4;box-shadow:inset 0 1px #ffffff17}.lab-tabletop h3{color:#fff4d8}.lab-table-status{display:flex;justify-content:space-between;gap:10px;margin-bottom:16px;font-size:12px;color:#dbe6cb}.lab-seats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}.lab-seat{background:#ffffff0b;border:1px solid #ffffff24;border-radius:9px;padding:12px;display:grid;gap:7px}.lab-seat.active{border-color:#d0b875;background:#d3c78a13}.lab-seat-score{font:700 25px Georgia,serif}.lab-market{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:10px}.lab-card{display:flex;flex-direction:column;min-height:158px;gap:13px;border:1px solid #cdbb86;border-radius:9px;padding:13px 11px;background:linear-gradient(140deg,#fffaf0,#eae0bc);color:#294630;text-align:left;box-shadow:0 5px 12px #0002}.lab-card strong{font:700 16px Georgia,serif;flex:1}.lab-card-cost{display:flex;justify-content:space-between;font-size:11px;font-weight:700;color:#746837}.lab-card-points{font:700 26px Georgia,serif}.lab-card:disabled{opacity:.68!important}.lab-card:not(:disabled):hover{transform:translateY(-3px);box-shadow:0 8px 18px #0003}.lab-legal-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.lab-transcript{max-height:240px;overflow:auto;display:grid;gap:0}.lab-record{display:grid;grid-template-columns:46px 1fr;gap:8px;padding:9px 0;border-bottom:1px solid #eae5d9;font-size:12px}.lab-metrics{display:grid;grid-template-columns:repeat(4,minmax(100px,1fr));gap:10px}.lab-metric{padding:15px;border:1px solid #ddd6c4;border-radius:10px;background:#fffdf7}.lab-metric strong{display:block;font:700 27px Georgia,serif;margin-top:5px}.lab-results-table{width:100%;border-collapse:collapse;font-size:12px}.lab-results-table th,.lab-results-table td{text-align:left;padding:10px 8px;border-bottom:1px solid #e7e1d4}.lab-results-table th{color:#6f786a;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.lab-results-table tbody tr:hover{background:#f4f4e9}.lab-pill{display:inline-flex;gap:4px;align-items:center;padding:4px 8px;border-radius:20px;background:#ebeedf;color:#586c42;font-size:10px;font-weight:800}.lab-json{max-height:260px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:#f0f1e7;border-radius:8px;padding:12px;font-size:11px;color:#52624a}.lab-finding{display:grid;gap:7px;border-bottom:1px solid #e7e1d4;padding:13px 0}.lab-finding p{margin:0;white-space:pre-wrap}.lab-finding.resolved p{color:#8c9585;text-decoration:line-through}.lab-empty{padding:34px 20px;text-align:center;display:grid;justify-items:center;gap:10px;color:#5e7254}@media(max-width:1050px){.lab-grid{grid-template-columns:1fr}.lab-metrics{grid-template-columns:repeat(2,1fr)}.lab-header,.lab-scroll{padding:16px}.lab-tabs{padding-left:12px}}.production-workbench{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden;color:#2d4738;background:#f7f4e9}.production-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 32px 12px;flex-shrink:0;border-bottom:1px solid #dce1ce;background:linear-gradient(115deg,#edf0df,#faf7ed)}.production-eyebrow{font-size:9px;font-weight:800;letter-spacing:.16em;color:#728465}.production-heading h2{font:25px Georgia,serif;margin:5px 0}.production-heading p{font-size:12px;color:#73806b;margin:0;line-height:1.7}.production-copy-count{font-size:11px;font-weight:700;display:grid;gap:6px;flex-shrink:0}.production-copy-count input{width:100px;border:1px solid #becdb1;border-radius:8px;padding:10px;background:#fffdf7;color:#244c39;font-size:17px}.production-body{flex:1;min-height:0;overflow:auto;padding:14px 32px 22px}.production-steps{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 0 11px;border-bottom:1px solid #dce1ce;color:#728168;font-size:11px}.production-steps>span{display:flex;align-items:center;gap:9px}.production-steps strong{background:#e1e8d3;border-radius:50%;width:21px;height:21px;display:grid;place-items:center;color:#335d41}.production-summary{display:flex;align-items:center;gap:18px;padding:14px 0;font-size:12px}.production-summary>span{color:#76816c}.production-summary button{margin-left:auto;display:flex;gap:6px;align-items:center;border:0;background:none;color:#59764c;font-size:11px;cursor:pointer}.production-list{display:grid;gap:13px}.production-component{display:grid;grid-template-columns:78px minmax(180px,1fr) 155px 133px;gap:20px;align-items:center;background:#fffdf7;border:1px solid #dbe0ce;border-radius:14px;padding:20px;box-shadow:0 5px 14px #36532a05}.production-preview{height:103px;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr);place-items:center;overflow:hidden;border-radius:9px;background:#edeadb;padding:5px}.production-preview>svg{width:100%;height:100%;min-width:0;min-height:0;max-width:100%;max-height:100%;filter:drop-shadow(0 3px 3px #0002)}.production-component-details{display:flex;flex-direction:column;min-width:0;font-size:12px;gap:3px}.production-component-title{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.production-component-title h3{font:21px Georgia,serif;margin:0}.production-badge{display:inline-flex;align-items:center;gap:3px;font-size:9px;border-radius:12px;background:#f4e7c9;color:#946627;padding:4px 7px;white-space:nowrap}.production-badge.matched{background:#e9eedb;color:#4d6b3c}.production-component-details p{color:#7a826e;font-size:10px;margin:4px 0 8px}.production-provider-name{font-size:12px;color:#526e43}.production-component-details small{font-size:10px;color:#7b846f;line-height:1.6}.production-muted{color:#89927c;font-size:11px;line-height:1.6}.production-purchase{display:flex;flex-direction:column;gap:7px;font-size:12px;line-height:1.5}.production-purchase small{display:block;color:#859078;font-size:10px}.production-price{color:#4b663f;font-size:13px}.production-component-actions{display:flex;flex-direction:column;gap:10px;align-items:stretch}.production-component-actions a{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#5b774d;text-decoration:none}.production-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #cad4ba;border-radius:8px;padding:10px 13px;background:#f7f7ec;color:#375f42;font-size:11px;cursor:pointer;white-space:nowrap}.production-button.primary{background:#315d42;border-color:#315d42;color:#fff9e9;font-size:12px;padding:13px 18px}.production-button:disabled{opacity:.45;cursor:not-allowed}.production-unlink{border:0;background:transparent;color:#919480;display:flex;align-items:center;justify-content:center;gap:5px;font-size:10px;cursor:pointer}.production-issues{font-size:10px;color:#867246;margin-top:8px;line-height:1.7}.production-issues summary{cursor:pointer}.production-issues ul{margin:8px 0;padding-left:15px}.production-handoff{display:flex;align-items:flex-start;gap:15px;background:#eaefdf;border:1px solid #dbe3cd;border-radius:12px;padding:19px 22px;margin-top:21px}.production-handoff>svg{flex-shrink:0;color:#82986c}.production-handoff h3{font:19px Georgia,serif;margin:0 0 8px}.production-handoff p{font-size:11px;color:#718367;line-height:1.8;margin:5px 0}.production-error{font-size:12px;color:#984f36;background:#faeadb;border:1px solid #edd5be;border-radius:8px;padding:12px 16px}.production-empty{display:grid;justify-items:center;text-align:center;padding:50px;color:#859675}.production-empty h3{font:23px Georgia,serif}.production-empty p{font-size:12px}.production-footer{display:flex;align-items:center;gap:20px;border-top:1px solid #d9dfcc;background:#f1f2e5;padding:16px 28px;flex-shrink:0}.production-footer>div:first-child{display:flex;flex-direction:column;gap:5px;min-width:220px}.production-footer strong{font-size:13px}.production-footer span{font-size:10px;color:#86907a}.production-feedback{margin-left:auto;font-size:10px;line-height:1.6;max-width:330px;color:#6d7b63}.production-feedback[role=alert]{color:#9b4b32}.production-spinner{animation:production-spin 1s linear infinite}@keyframes production-spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.production-heading{padding:19px 22px}.production-body{padding:16px 22px}.production-component{grid-template-columns:60px minmax(180px,1fr) 140px;gap:14px}.production-component-actions{grid-column:2/4;flex-direction:row;align-items:center}.production-footer{gap:12px;padding:13px 20px}.production-feedback{max-width:220px}.production-heading h2{font-size:25px}.production-steps{font-size:10px}}.print-workshop{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;background:#f8f4e9;color:#304635}.print-heading{display:flex;justify-content:space-between;align-items:center;padding:22px 30px 20px;gap:20px;border-bottom:1px solid #dedecb;flex-shrink:0}.print-heading>div>span,.print-kicker{font-size:10px;font-weight:800;letter-spacing:.16em;color:#7f8667}.print-heading h1{font:600 24px Inter,sans-serif;margin:8px 0}.print-heading p{font-size:13px;color:#7a816b;margin:0}.print-heading>svg{color:#a5ad85}.print-workshop--supplier .print-heading{padding:12px 34px}.print-workshop--supplier .print-heading h1{font-size:24px;margin:4px 0 0}.print-workshop--supplier .print-heading p{display:none}.print-workshop--supplier .print-heading>svg{width:34px;height:34px}.print-workshop--supplier .print-mode-tabs{padding-top:6px;padding-bottom:6px}.print-mode-tabs{display:flex;gap:6px;padding:10px 32px;border-bottom:1px solid #dedecb;background:#f1f1e4;flex-shrink:0}.print-mode-tabs button{padding:8px 14px;border:1px solid transparent;border-radius:7px;background:transparent;color:#7b886b;font-size:12px;cursor:pointer}.print-mode-tabs button[aria-pressed=true]{background:#fffdf6;border-color:#d6ddc8;color:#315c41;box-shadow:0 2px 5px #36532a06}.print-supplier-link{display:flex;align-items:center;gap:8px;margin-left:auto;border:1px solid #bdcdae;border-radius:7px;padding:10px 14px;background:#f9faef;color:#4b7146;font-size:11px;white-space:nowrap;cursor:pointer}.print-body{flex:1;min-height:0;overflow:auto;padding:27px 34px;display:flex;flex-direction:column;gap:22px}.print-exports{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.print-card{display:flex;flex-direction:column;align-items:flex-start;padding:24px;background:#fffdf7;border:1px solid #dddfcc;border-radius:15px;box-shadow:0 7px 14px #35532a05;min-width:0}.print-icon{background:#edf1df;border-radius:12px;padding:14px;margin-bottom:22px;color:#65805a}.print-card h2{font:600 18px Inter,sans-serif;margin:10px 0}.print-card p{font-size:12px;line-height:1.85;color:#7b826b;min-height:66px}.print-card button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;border:1px solid #294f34;background:#315a3e;color:#fff7e6;border-radius:8px;padding:12px;font-size:12px;cursor:pointer;margin-top:14px}.print-card button:disabled{opacity:.45;cursor:not-allowed}.print-card .print-link{border:0;background:transparent;color:#607b53;font-size:11px;padding:7px;margin-top:6px}.print-count{font-size:11px;color:#627458;margin-top:auto;padding-top:15px}.print-paper{display:flex;align-items:center;gap:10px;font-size:11px;width:100%;margin:12px 0}.print-paper select{margin-left:auto;border:1px solid #d5ddc3;padding:7px;background:#f6f8ed;border-radius:6px;color:#45633f}.print-readiness{background:#ecefdf;border:1px solid #dbe0c8;padding:23px 27px;border-radius:14px}.print-readiness h2{font:600 17px Inter,sans-serif;margin:8px 0 18px}.print-readiness ul{padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.print-readiness li{display:flex;gap:10px;font-size:11px;line-height:1.8;color:#7a8269}.print-readiness li>svg{flex-shrink:0;margin-top:3px;color:#738963}.print-readiness strong{display:block;font-size:12px;color:#42583a;margin-bottom:3px}.print-future{display:flex;align-items:center;gap:15px;border-top:1px solid #d2d9bd;padding-top:14px;margin-top:18px;font-size:11px;color:#7b826b}.print-future p{margin:0}.print-future strong{display:inline}.print-warning{font-size:12px;color:#a25534}.print-footer{flex-shrink:0;border-top:1px solid #dedecb;padding:14px 28px;color:#79826d;font-size:11px}@media(max-width:1080px){.print-exports{grid-template-columns:1fr}.print-card p{min-height:0}.print-card{padding:22px}.print-readiness ul{grid-template-columns:1fr}.print-card button{width:auto}.print-heading h1{font-size:22px}}
