.continue-card{display:grid;grid-template-columns:280px 1fr;gap:32px;padding:32px;background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-lg);margin-bottom:36px;box-shadow:var(--shadow-sm);align-items:center}@media (max-width: 720px){.continue-card{grid-template-columns:1fr}}.continue-card__thumb{aspect-ratio:1 / 1;background:var(--surface);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;padding:28px;overflow:hidden}.continue-card__thumb img{max-width:100%;max-height:100%;object-fit:contain;border-radius:var(--r-sm)}.continue-card__meta{font-size:.92rem;color:var(--ink-soft);margin:12px 0 24px;line-height:1.55}.continue-card__actions{display:flex;gap:12px;flex-wrap:wrap}.onboarding-hero{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-lg);padding:48px;margin-bottom:36px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:14px}.onboarding-hero__icon{width:56px;height:56px;border-radius:50%;background:var(--teal-tint);color:var(--forest);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.onboarding-hero h2{margin:0}.onboarding-hero p{color:var(--ink-soft);max-width:560px;margin:0;line-height:1.55}.three-doors{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:36px}@media (max-width: 900px){.three-doors{grid-template-columns:1fr}}.door{padding:32px 28px;background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-lg);text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;gap:12px}.door:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:var(--shadow-md)}.door__icon{width:56px;height:56px;border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;margin-bottom:4px}.door--teal .door__icon{background:var(--teal-tint);color:var(--forest)}.door--clay .door__icon{background:#ba62351a;color:var(--clay-deep)}.door--sky .door__icon{background:#6581bc24;color:var(--sky-deep)}.door h3{margin:0}.door p{color:var(--ink-soft);margin:0;line-height:1.5}.door__cta{margin-top:auto;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--ink)}.my-designs__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:var(--s-3);margin-bottom:var(--s-5)}.my-designs__search{position:relative;flex:1 1 240px;min-width:240px;max-width:400px}.my-designs__search input{width:100%;padding:12px 14px 12px 44px;border-radius:var(--r-pill);border:1px solid var(--rule);background:var(--paper);font-size:.95rem;font-family:inherit;color:var(--ink)}.my-designs__search input:focus{outline:none;border-color:var(--sky);box-shadow:0 0 0 3px #6581bc2e}.my-designs__search-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);color:var(--ink-muted);pointer-events:none}.my-designs__chips{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--r-pill);border:1px solid var(--rule);background:var(--paper);color:var(--ink);font-size:.85rem;font-weight:500;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,color .12s ease;font-family:inherit;min-height:38px}.chip:hover{border-color:var(--ink)}.chip.is-active{background:var(--ink);color:#fff;border-color:var(--ink)}.chip--select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235a5a5a' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;padding-right:36px}.my-designs__sort{margin-left:auto;display:flex;gap:6px}.my-designs__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.bulk-bar{position:fixed;left:50%;bottom:24px;transform:translate(-50%);display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px 14px;background:var(--forest-2);color:#fff;border-radius:var(--r-pill);box-shadow:var(--shadow-lg);z-index:50;animation:mds-slideup .2s ease both}.bulk-bar__count{padding:0 10px;font-size:.88rem;font-weight:500}.bulk-bar .btn--secondary{border-color:#fff3;color:#fff;background:transparent}.bulk-bar .btn--secondary:hover{background:#ffffff14}.bulk-bar .btn--ghost{color:#fff}.bulk-bar .btn--ghost:hover{background:#ffffff14}@keyframes mds-slideup{0%{transform:translate(-50%,12px);opacity:0}to{transform:translate(-50%);opacity:1}}.orders__filters{display:flex;gap:6px;margin-bottom:var(--s-5);flex-wrap:wrap}.orders__list{display:flex;flex-direction:column;gap:12px}.order-row{display:grid;grid-template-columns:70px 1fr auto auto;gap:20px;align-items:center;padding:20px 24px;background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-md);transition:border-color .15s ease,box-shadow .15s ease}.order-row:hover{border-color:var(--ink);box-shadow:var(--shadow-sm)}@media (max-width: 720px){.order-row{grid-template-columns:56px 1fr;grid-template-areas:"thumb info" "pill  pill" "cta   cta";gap:12px 16px}.order-row__thumb{grid-area:thumb}.order-row__info{grid-area:info}.order-row .pill{grid-area:pill;justify-self:start}.order-row .btn{grid-area:cta;justify-self:stretch}}.order-row__thumb{width:70px;height:70px;border-radius:var(--r-sm);background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--ink-muted);overflow:hidden}.order-row__thumb img{width:100%;height:100%;object-fit:contain;padding:6px}.order-row__title{font-weight:500;font-size:1rem;color:var(--ink);line-height:1.3}.order-row__sub{font-size:.85rem;color:var(--ink-soft);margin-top:4px}.kit-progress{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-md);padding:18px 24px;margin-bottom:28px}.kit-progress__bar{height:6px;background:var(--surface);border-radius:var(--r-pill);overflow:hidden}.kit-progress__fill{height:100%;background:var(--forest);transition:width .3s ease}.kit-progress__label{font-size:.88rem;color:var(--ink-soft);margin:10px 0 0}.kit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px}.kit-tile{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-lg);padding:24px;display:flex;flex-direction:column;gap:8px}.kit-tile__well{min-height:110px;background:var(--surface);border-radius:var(--r-md);padding:20px;display:flex;align-items:center;justify-content:center;color:var(--ink-muted);margin-bottom:8px}.kit-tile h4{margin:0}.kit-tile p{color:var(--ink-soft);font-size:.92rem;margin:0 0 8px;line-height:1.5}.kit-tile .btn{margin-top:auto}:root{--paper: #ffffff;--surface: #f7f5f0;--eggshell: #fbf6f0;--ink: #0f0f0f;--ink-soft: #5a5a5a;--ink-muted: #9a9a9a;--rule: #e8e3da;--teal: #58a589;--teal-dark: #3d7a63;--teal-tint: #eaf5ec;--forest: #2c6e35;--forest-2: #1e3329;--clay: #ba6235;--clay-deep: #8b4220;--gold: #c9a84c;--gold-warm: #e3c05a;--sky: #6581bc;--sky-deep: #4c68a2;--status-draft-bg: rgba(186, 98, 53, .1);--status-draft-fg: var(--clay-deep);--status-ordered-bg: var(--teal-tint);--status-ordered-fg: var(--forest);--status-production-bg: rgba(201, 168, 76, .18);--status-production-fg: var(--clay-deep);--status-shipped-bg: rgba(101, 129, 188, .14);--status-shipped-fg: var(--sky-deep);--status-delivered-bg: var(--teal-tint);--status-delivered-fg: var(--forest);--status-cancelled-bg: rgba(15, 15, 15, .05);--status-cancelled-fg: var(--ink-soft);--serif: "Larken", "Cormorant Garamond", Georgia, serif;--sans: "Supreme", "Avenir Next LT Pro", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--fs-eyebrow: .72rem;--fs-label: .74rem;--fs-body: 15px;--fs-h4: 1.05rem;--fs-h3: 1.4rem;--fs-h2: clamp(1.5rem, 2.6vw, 2.25rem);--fs-h1: clamp(2rem, 4vw, 3.2rem);--ls-eyebrow: .24em;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 24px;--s-6: 32px;--s-7: 40px;--s-8: 56px;--s-9: 72px;--s-10: 88px;--s-11: 112px;--r-sm: 6px;--r-md: 12px;--r-lg: 20px;--r-pill: 999px;--shadow-sm: 0 1px 2px rgba(31, 36, 32, .05), 0 2px 6px rgba(31, 36, 32, .04);--shadow-md: 0 2px 6px rgba(31, 36, 32, .05), 0 12px 28px rgba(31, 36, 32, .08);--shadow-lg: 0 8px 24px rgba(31, 36, 32, .1), 0 24px 48px rgba(31, 36, 32, .12);--sidebar-width: 260px;--sidebar-width-tablet: 72px;--topbar-height: 72px;--content-max-width: 1240px;--content-pad-desktop: 48px;--content-pad-tablet: 24px}#md-studio-root{background:var(--surface);color:var(--ink);font-family:var(--sans);font-size:var(--fs-body);line-height:1.55;letter-spacing:-.005em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#md-studio-root,#md-studio-root *,#md-studio-root *:before,#md-studio-root *:after{box-sizing:border-box}#md-studio-root :where(a){color:inherit;text-decoration:none}#md-studio-root :where(button){font:inherit;cursor:pointer;border:0;background:none;color:inherit;padding:0}#md-studio-root :where(img){max-width:100%;display:block}#md-studio-root :where(h1,h2){font-family:var(--serif);font-weight:500;line-height:1.05;letter-spacing:-.02em;margin:0;color:var(--ink)}#md-studio-root :where(h1){font-size:var(--fs-h1)}#md-studio-root :where(h2){font-size:var(--fs-h2)}#md-studio-root :where(h3,h4){font-family:var(--sans);font-weight:500;margin:0;color:var(--ink)}#md-studio-root :where(h3){font-size:var(--fs-h3)}#md-studio-root :where(h4){font-size:var(--fs-h4)}#md-studio-root :where(p){margin:0}#md-studio-root :where(ul,ol){margin:0;padding:0;list-style:none}#md-studio-root .eyebrow{font-size:var(--fs-eyebrow);letter-spacing:var(--ls-eyebrow);text-transform:uppercase;font-weight:500;color:var(--ink-soft)}#md-studio-root .serif-italic{font-family:var(--serif);font-style:italic;font-weight:400}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:var(--r-sm);font-size:14px;font-weight:500;letter-spacing:.01em;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;border:1px solid transparent;font-family:inherit;line-height:1.2;min-height:44px;white-space:nowrap}.btn:disabled,.btn[aria-busy=true]{opacity:.55;cursor:not-allowed}.btn .ico{width:16px;height:16px}.btn--primary{background:var(--ink);color:#fff}.btn--primary:hover:not(:disabled){background:var(--forest)}.btn--hero{background:var(--sky);color:#fff}.btn--hero:hover:not(:disabled){background:var(--sky-deep)}.btn--warm{background:var(--clay);color:#fff}.btn--warm:hover:not(:disabled){background:var(--clay-deep)}.btn--celebrate{background:var(--gold);color:var(--forest-2)}.btn--celebrate:hover:not(:disabled){background:var(--gold-warm)}.btn--secondary{background:transparent;color:var(--ink);border-color:var(--rule)}.btn--secondary:hover:not(:disabled){border-color:var(--ink);background:var(--surface)}.btn--ghost{background:transparent;color:var(--ink)}.btn--ghost:hover:not(:disabled){background:var(--surface)}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:var(--r-pill);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.pill--draft{background:var(--status-draft-bg);color:var(--status-draft-fg)}.pill--ordered{background:var(--status-ordered-bg);color:var(--status-ordered-fg)}.pill--production{background:var(--status-production-bg);color:var(--status-production-fg)}.pill--shipped{background:var(--status-shipped-bg);color:var(--status-shipped-fg)}.pill--delivered{background:var(--status-delivered-bg);color:var(--status-delivered-fg)}.pill--cancelled{background:var(--status-cancelled-bg);color:var(--status-cancelled-fg)}@keyframes mds-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--surface) 0%,var(--eggshell) 50%,var(--surface) 100%);background-size:800px 100%;animation:mds-shimmer 1.5s linear infinite;border-radius:var(--r-sm)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:not(:focus):not(:focus-within){clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}.boot-splash{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--s-4);background:var(--surface)}.boot-splash__spinner{width:36px;height:36px;border:3px solid var(--rule);border-top-color:var(--teal-dark);border-radius:50%;animation:mds-spin .8s linear infinite}.boot-splash__text{color:var(--ink-soft);font-size:1.05rem}@keyframes mds-spin{to{transform:rotate(360deg)}}.shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;min-height:100vh;background:var(--surface)}@media (max-width: 960px){.shell{grid-template-columns:var(--sidebar-width-tablet) 1fr}}@media (max-width: 640px){.shell{grid-template-columns:1fr;grid-template-rows:1fr auto}}.sidebar{background:var(--paper);border-right:1px solid var(--rule);display:flex;flex-direction:column;height:100vh;position:sticky;top:0;overflow-y:auto}@media (max-width: 640px){.sidebar{display:none}}.sidebar__logo{padding:26px 28px 22px;border-bottom:1px solid var(--rule);font-family:var(--serif);font-size:1.4rem;letter-spacing:-.02em;font-weight:500;color:var(--ink)}.sidebar__logo small{display:block;font-family:var(--sans);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);font-weight:500;margin-top:3px}.sidebar__cta{margin:22px 20px 18px;padding:16px 20px;background:var(--sky);color:#fff;border-radius:var(--r-sm);display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:500;letter-spacing:.02em;transition:background-color .2s ease;box-shadow:var(--shadow-sm)}.sidebar__cta:hover{background:var(--sky-deep)}.sidebar__nav{padding:4px 12px;flex:1;display:flex;flex-direction:column;gap:2px}.sidebar__group-label{padding:8px 14px 4px;font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--ink-muted);font-weight:600}.sidebar__sep{margin:14px 20px;height:1px;background:var(--rule)}.side-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:var(--r-sm);font-size:.95rem;color:var(--ink);font-weight:400;transition:background-color .15s ease,color .15s ease;text-align:left;width:100%;border:0;background:none;cursor:pointer;font-family:inherit}.side-item:hover{background:var(--surface)}.side-item.is-active{background:var(--surface);color:var(--ink);font-weight:500;box-shadow:inset 3px 0 0 var(--sky)}.side-item .ico{width:22px;height:22px;flex-shrink:0}.side-item .badge{margin-left:auto;background:var(--surface);color:var(--ink-soft);font-size:.7rem;font-weight:500;padding:2px 8px;border-radius:var(--r-pill)}.side-item.is-active .badge{background:var(--ink);color:#fff}@media (max-width: 960px){.sidebar__logo{padding:22px 14px;font-size:1rem;text-align:center}.sidebar__logo small{display:none}.sidebar__cta{padding:14px;justify-content:center}.sidebar__cta span:not(.plus){display:none}.side-item{justify-content:center;padding:12px}.side-item span.label,.side-item .badge,.sidebar__group-label{display:none}}.account-chip{padding:18px 20px;border-top:1px solid var(--rule);display:flex;align-items:center;gap:12px;background:var(--eggshell);cursor:pointer;border:0;width:100%;text-align:left;font-family:inherit}.account-chip__avatar{width:40px;height:40px;border-radius:50%;background:var(--teal);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-weight:500;font-size:1rem;flex-shrink:0}.account-chip__who{flex:1;min-width:0}.account-chip__name{font-weight:500;font-size:.88rem;line-height:1.1;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-chip__sub{font-size:.74rem;color:var(--ink-soft);line-height:1.2;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 960px){.account-chip__who{display:none}}.main{display:flex;flex-direction:column;min-width:0}.topbar{background:var(--paper);border-bottom:1px solid var(--rule);padding:16px 36px;display:flex;align-items:center;justify-content:space-between;gap:20px;position:sticky;top:0;z-index:20;height:var(--topbar-height)}.topbar__crumbs{display:flex;align-items:center;gap:14px;color:var(--ink-muted);font-size:.84rem}.topbar__crumb-current{color:var(--ink);font-weight:500}.topbar__actions{display:flex;align-items:center;gap:8px}.topbar__btn{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--ink-soft);transition:background-color .15s ease,color .15s ease}.topbar__btn:hover{background:var(--surface);color:var(--ink)}.topbar__help-pill{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;background:var(--gold);color:var(--forest-2);border-radius:var(--r-pill);font-size:.82rem;font-weight:600;transition:background-color .15s ease}.topbar__help-pill:hover{background:var(--gold-warm)}@media (max-width: 640px){.topbar{padding:12px 16px;height:60px}.topbar__help-pill span{display:none}}.view-area{padding:44px 48px 80px;flex:1;max-width:var(--content-max-width);width:100%}@media (max-width: 960px){.view-area{padding:28px 24px 60px}}@media (max-width: 640px){.view-area{padding:20px 16px 80px}}.view{animation:mds-fadein .25s ease both}@keyframes mds-fadein{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.view-head{margin-bottom:var(--s-6)}.view-head h1{margin-bottom:6px}.view-head .sub{font-size:1.1rem;color:var(--ink-soft);max-width:620px;line-height:1.55}.bottom-tabs{display:none}@media (max-width: 640px){.bottom-tabs{display:grid;grid-template-columns:repeat(5,1fr);background:var(--paper);border-top:1px solid var(--rule);padding:8px 0 calc(8px + env(safe-area-inset-bottom));position:sticky;bottom:0;z-index:30}.bottom-tabs__btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:var(--ink-soft);font-size:10px;letter-spacing:.05em;text-transform:uppercase;padding:4px 0}.bottom-tabs__btn.is-active{color:var(--ink)}.bottom-tabs__btn .ico{width:22px;height:22px}}.auth-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px;background:var(--surface)}.auth-gate__card{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-lg);padding:40px 36px;max-width:460px;width:100%;box-shadow:var(--shadow-md)}.auth-gate__title{margin-bottom:8px}.auth-gate__sub{color:var(--ink-soft);margin-bottom:24px;line-height:1.55}.auth-gate__field{margin-bottom:16px}.auth-gate__field label{display:block;font-size:.75rem;letter-spacing:.04em;text-transform:uppercase;font-weight:600;color:var(--ink-soft);margin-bottom:6px}.auth-gate__field input{width:100%;padding:12px 14px;border-radius:var(--r-sm);border:1px solid var(--rule);font-size:15px;font-family:inherit}.auth-gate__field input:focus{outline:none;border-color:var(--sky);box-shadow:0 0 0 3px #6581bc2e}.auth-gate__error{font-size:.84rem;color:var(--clay-deep);margin-bottom:12px}.d-card{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-md);overflow:hidden;display:flex;flex-direction:column;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer;position:relative}.d-card:hover{border-color:var(--ink);transform:translateY(-3px);box-shadow:var(--shadow-md)}.d-card.is-selected{border-color:var(--sky);box-shadow:0 0 0 3px #6581bc2e}.d-card.is-pinned .d-card__pin{color:var(--gold)}.d-card__thumb{position:relative;aspect-ratio:4 / 3;background:var(--surface);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:18px}.d-card__thumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--r-sm)}.d-card__thumb-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--ink-muted);text-align:center}.d-card__thumb-fallback span{font-size:12px;letter-spacing:.04em}.d-card__status{position:absolute;top:10px;left:10px}.d-card__pin{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:50%;background:var(--paper);display:flex;align-items:center;justify-content:center;color:var(--ink-muted);border:1px solid var(--rule);cursor:pointer;transition:color .15s ease,border-color .15s ease}.d-card__pin:hover,.d-card__pin.is-on{color:var(--gold);border-color:var(--gold)}.d-card__check{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;background:var(--paper);border:2px solid var(--ink-muted);display:flex;align-items:center;justify-content:center;color:var(--paper)}.d-card__check.is-on{background:var(--sky);border-color:var(--sky)}.d-card__body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:6px}.d-card__title{font-size:17px;font-weight:500;line-height:1.25;color:var(--ink);margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.d-card__meta{font-size:13px;line-height:1.4;color:var(--ink-soft);margin:0}.d-card__order-link{font-size:12px;color:var(--ink-faint);margin:0 0 8px}.d-card__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:auto}.d-card__actions--stack{grid-template-columns:1fr}.d-card__btn-reorder-hero{width:100%;min-height:56px;font-size:15px}.d-card__btn-edit-link{text-align:center;font-size:.85rem;color:var(--ink-soft);padding:6px;min-height:0}.toast-deck{position:fixed;right:24px;bottom:24px;display:flex;flex-direction:column-reverse;gap:8px;z-index:100;pointer-events:none}.toast{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;border-radius:var(--r-pill);background:var(--forest-2);color:#fff;box-shadow:var(--shadow-md);font-size:.92rem;pointer-events:auto;animation:mds-slidefade .2s ease both}.toast--success{background:var(--forest)}.toast--warn{background:var(--clay)}.toast--error{background:var(--clay-deep)}.toast__msg{white-space:nowrap}.toast__action{background:#fff3;color:#fff;border-radius:var(--r-pill);padding:4px 12px;font-size:.85rem;font-weight:500;cursor:pointer}.toast__action:hover{background:#ffffff4d}@keyframes mds-slidefade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-backdrop{position:fixed;inset:0;background:#0f0f0f80;display:flex;align-items:center;justify-content:center;z-index:200;padding:24px;animation:mds-fadein .15s ease both}.modal{background:var(--paper);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);width:100%;max-height:90vh;display:flex;flex-direction:column}.modal--sm{max-width:480px}.modal--md{max-width:680px}.modal--lg{max-width:960px}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--rule)}.modal__header h3{margin:0}.modal__close{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--ink-soft)}.modal__close:hover{background:var(--surface);color:var(--ink)}.modal__body{padding:24px;overflow-y:auto;flex:1}.modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:16px 24px;background:var(--surface);border-top:1px solid var(--rule);border-radius:0 0 var(--r-lg) var(--r-lg)}.empty-state{background:var(--eggshell);border-radius:var(--r-lg);padding:72px 32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.empty-state__icon{width:64px;height:64px;background:var(--teal-tint);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--forest);margin-bottom:4px}.empty-state__title{margin:0;font-size:1.4rem}.empty-state__body{color:var(--ink-soft);max-width:460px;margin:0 0 8px;line-height:1.55}.skel-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px}.skel-grid--reorder{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.skel-grid--order{grid-template-columns:1fr;gap:12px}.skel-card{background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-md);padding:18px;display:flex;flex-direction:column;gap:10px}.skel-card__thumb{aspect-ratio:4 / 3;border-radius:var(--r-sm)}.skel-card__line{height:14px;border-radius:4px}.skel-card__btn{height:44px;margin-top:8px;border-radius:var(--r-sm)}.skel-row{display:grid;grid-template-columns:70px 1fr auto;gap:16px;align-items:center;padding:16px 20px;background:var(--paper);border:1px solid var(--rule);border-radius:var(--r-md)}.skel-row__thumb{width:70px;height:70px;border-radius:var(--r-sm)}.skel-row__body{display:flex;flex-direction:column;gap:8px}.skel-row__pill{width:80px;height:22px;border-radius:var(--r-pill)}
