.store-management-view{padding-bottom:36px}.store-breadcrumb{font-size:12px;color:var(--muted);margin-bottom:16px}.store-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:14px}.store-topbar h2{margin:0 0 6px;font-size:22px}.store-topbar p{margin:0;color:var(--muted);font-size:12px}.store-list-panel{padding:18px!important;min-height:calc(100vh - 190px)}.store-count{display:inline-flex;padding:9px 12px;border-radius:8px;background:var(--panel2);border:1px solid var(--line);font-size:12px;color:var(--muted);margin-bottom:16px}.store-count strong{color:var(--text)}.store-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.store-card{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:10px;padding:20px;text-align:left;cursor:pointer;transition:border-color .16s,transform .16s,box-shadow .16s}.store-card:hover{border-color:var(--orange);transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,.08)}.store-card.inactive{opacity:.58}.store-card-head{display:grid;grid-template-columns:56px 1fr;gap:16px;align-items:start}.store-mark{font:700 36px/1 Georgia,"Times New Roman",serif;color:var(--orange);letter-spacing:-.06em}.store-status{display:inline-flex;font-size:10px;font-weight:800;color:#8c8c8c;text-transform:uppercase;letter-spacing:.06em}.store-status.active{color:#3f9d68}.store-card h3{margin:4px 0 5px;font-size:18px}.store-purpose{font-size:11px;color:var(--orange);font-weight:750}.store-card-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:18px}.store-card-info>div{display:flex;flex-direction:column;gap:4px;min-width:0}.store-card-info .wide{grid-column:1/-1}.store-card-info small{font-size:10px;color:var(--muted);font-weight:700;text-transform:uppercase;letter-spacing:.05em}.store-card-info strong{font-size:12px;color:var(--text);overflow-wrap:anywhere}.store-empty{grid-column:1/-1;min-height:280px;display:grid;place-items:center;color:var(--muted);border:1px dashed var(--line);border-radius:10px}.store-form{display:flex;flex-direction:column;gap:12px}.store-form-panel{padding:20px!important}.store-form-panel h2{margin:4px 0 14px;font-size:20px}.store-form-head p:last-child,.store-note{color:var(--muted);font-size:12px;line-height:1.5}.store-purpose-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.store-purpose-choice{position:relative;display:block;cursor:pointer}.store-purpose-choice input{position:absolute;opacity:0;pointer-events:none}.store-purpose-choice>span{display:flex;min-height:120px;flex-direction:column;gap:8px;padding:16px;border:1px solid var(--line);border-radius:10px;background:var(--panel2);transition:.16s}.store-purpose-choice strong{font-size:14px;color:var(--text)}.store-purpose-choice small{font-size:11px;color:var(--muted);line-height:1.45}.store-purpose-choice.selected>span{border-color:var(--orange);box-shadow:inset 0 0 0 1px var(--orange);background:color-mix(in srgb,var(--orange) 7%,var(--panel))}.store-fields{display:grid;gap:13px}.store-fields.two{grid-template-columns:repeat(2,minmax(0,1fr))}.store-fields.three{grid-template-columns:repeat(3,minmax(0,1fr))}.store-fields .span-two{grid-column:span 2}.store-fields label{display:flex;flex-direction:column;gap:7px;color:var(--muted);font-size:11px;font-weight:700}.store-fields label small{font-weight:400}.store-fields input,.store-fields select{width:100%;height:42px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel2);color:var(--text);outline:none}.store-fields input:focus,.store-fields select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,116,72,.12)}.store-active{min-height:42px;align-self:end;flex-direction:row!important;align-items:center!important;gap:9px!important;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--panel2)}.store-active input{width:18px!important;height:18px!important;accent-color:var(--orange)}.store-active span{color:var(--text)}.store-password{position:relative}.store-password input{padding-right:76px}.store-password button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:var(--orange);font-size:11px;font-weight:800;cursor:pointer}.store-actions{display:flex;justify-content:flex-end;gap:10px;position:sticky;bottom:12px;z-index:5;padding:12px;border:1px solid var(--line);border-radius:10px;background:color-mix(in srgb,var(--panel) 94%,transparent);backdrop-filter:blur(8px)}html[data-theme="dark"] .store-card,html[data-theme="dark"] .store-form-panel,html[data-theme="dark"] .store-list-panel{background:var(--panel)!important;border-color:var(--line)!important}html[data-theme="dark"] .store-purpose-choice>span,html[data-theme="dark"] .store-fields input,html[data-theme="dark"] .store-fields select,html[data-theme="dark"] .store-active,html[data-theme="dark"] .store-count{background:var(--panel2)!important;border-color:var(--line)!important}html[data-theme="dark"] .store-card h3,html[data-theme="dark"] .store-card-info strong,html[data-theme="dark"] .store-purpose-choice strong,html[data-theme="dark"] .store-active span{color:var(--text)!important}@media(max-width:1050px){.store-grid{grid-template-columns:1fr}.store-purpose-grid{grid-template-columns:1fr}.store-purpose-choice>span{min-height:auto}.store-fields.three{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.store-topbar{align-items:stretch;flex-direction:column}.store-grid,.store-fields.two,.store-fields.three{grid-template-columns:1fr}.store-fields .span-two{grid-column:auto}.store-form-panel{padding:16px!important}.store-actions{flex-wrap:wrap}.store-actions button{flex:1}.store-list-panel{min-height:auto}.store-card-info{grid-template-columns:1fr}.store-card-info .wide{grid-column:auto}}
