.csten-dashboard{max-width:64rem;margin:auto;padding:1rem}
.csten-dashboard__header{display:flex;align-items:center;justify-content:space-between;gap:1rem}
.csten-eyebrow{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem}
.csten-workspace-nav{display:flex;flex-wrap:wrap;gap:.65rem;margin-block:1.25rem}.csten-workspace-nav button{flex:1 1 12rem;border:1px solid color-mix(in srgb,currentColor 25%,transparent);background:transparent;color:inherit}.csten-workspace-nav button.is-active{border-color:#d8ae78;background:color-mix(in srgb,#d8ae78 18%,Canvas);box-shadow:inset 0 -3px #d8ae78}.csten-workspace-panel[hidden]{display:none}.csten-fixed-group{grid-column:1/-1;margin:0;padding:.75rem;border-left:3px solid #d8ae78}
.csten-inventory,.csten-editor,.csten-fairs-admin{margin-block:1.5rem;padding:clamp(1rem,3vw,2rem);border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:1rem;background:color-mix(in srgb,Canvas 94%,currentColor 6%)}
.csten-search,.csten-dashboard form,.csten-dashboard label{display:grid;gap:.4rem}
.csten-dashboard form{gap:1rem}.csten-dashboard label{font-weight:650}
.csten-dashboard input,.csten-dashboard select,.csten-dashboard textarea,.csten-dashboard button{box-sizing:border-box;min-height:48px;padding:.75rem;font:inherit;border-radius:.55rem}
.csten-inventory-list{display:grid;gap:.65rem}
.csten-stone-card{display:grid!important;grid-template-columns:64px 1fr;gap:.8rem;width:100%;height:auto;text-align:left;align-items:center}
.csten-stone-card img,.csten-stone-card__placeholder{width:64px;height:64px;object-fit:cover;border-radius:.45rem}
.csten-stone-card__placeholder{display:grid;place-items:center;background:#222;color:#d8ae78}
.csten-stone-card span:not(.csten-stone-card__placeholder){display:grid;gap:.15rem}.csten-stone-card small{font-weight:400;opacity:.8}
.csten-current-gallery{display:flex;gap:.65rem;overflow:auto}.csten-gallery-item{display:grid;flex:0 0 112px;gap:.35rem}.csten-gallery-item img{width:112px;height:112px;object-fit:cover;border-radius:.5rem}.csten-gallery-item button{min-height:44px;padding:.45rem;font-size:.85rem}
.csten-upload-status:empty{display:none}.csten-upload-queue{display:grid;gap:.75rem;grid-column:1/-1}.csten-upload-item{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.75rem;align-items:center;padding:.75rem;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:.65rem}.csten-upload-item img{width:88px;height:88px;object-fit:cover;border-radius:.5rem}.csten-upload-item__details{display:grid;min-width:0;gap:.35rem}.csten-upload-item__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.csten-upload-progress{width:100%;height:.65rem}.csten-upload-item button{justify-self:start;min-height:44px;padding:.5rem .75rem}
#csten-form-message:not(:empty),#csten-fair-message:not(:empty){padding:.75rem;border-left:3px solid #d8ae78}
fieldset{display:grid;gap:.65rem}fieldset>label{grid-template-columns:auto 1fr!important;align-items:center;justify-content:start}
.csten-wizard-progress{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.csten-wizard-panel{display:grid;gap:1rem;grid-column:1/-1}.csten-wizard-panel[hidden]{display:none}.csten-wizard-panel h3,.csten-wizard-panel>p{margin:0}
.csten-mineral-combobox{position:relative}.csten-mineral-suggestions{position:absolute;z-index:20;top:calc(100% - 1.7rem);left:0;right:0;display:grid;max-height:19rem;overflow:auto;border:1px solid color-mix(in srgb,currentColor 25%,transparent);border-radius:.55rem;background:Canvas;box-shadow:0 .8rem 2rem rgba(0,0,0,.25)}
.csten-mineral-suggestions[hidden]{display:none}.csten-mineral-option{min-height:44px!important;border:0;border-radius:0!important;background:transparent;color:CanvasText;text-align:left}.csten-mineral-option:hover,.csten-mineral-option.is-active{background:color-mix(in srgb,#d8ae78 24%,Canvas)}
.csten-wizard-actions{position:sticky;bottom:0;z-index:2;display:flex;flex-wrap:wrap;gap:.65rem;grid-column:1/-1;padding:.75rem;background:Canvas;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.csten-wizard-actions button{flex:1}.csten-checklist{display:grid;gap:.6rem;padding:0;list-style:none}
.csten-checklist li::before{content:"○";margin-right:.55rem;color:#d8ae78}.csten-checklist li.is-complete::before{content:"✓";color:#3b9b62}
#csten-publish-stone:disabled{opacity:.45;cursor:not-allowed}
.csten-fair-list{display:grid;gap:.75rem;margin-top:1rem}.csten-fair-card{display:grid;grid-template-columns:1fr auto auto;gap:.65rem;align-items:center;padding:.8rem;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:.6rem}
.csten-fair-public-list{display:grid;gap:1rem}.csten-fair-public{padding:1.5rem;border:1px solid var(--border)}.csten-fair-date{color:var(--gold);font-weight:650}
@media(min-width:700px){.csten-dashboard form{grid-template-columns:1fr 1fr}.csten-dashboard form>label:has(textarea),.csten-dashboard form>fieldset,.csten-dashboard form>.csten-current-gallery,.csten-dashboard form>#csten-form-message,.csten-dashboard form>button{grid-column:1/-1}.csten-inventory-list{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.csten-dashboard{padding:.5rem}.csten-workspace-nav button{flex-basis:100%}.csten-wizard-actions{margin-inline:-1rem;margin-bottom:-1rem}.csten-fair-card{grid-template-columns:1fr 1fr}.csten-fair-card strong,.csten-fair-card span{grid-column:1/-1}}
@media(max-width:420px){.csten-upload-item button{width:100%}}
