*,*:before,*:after{box-sizing:border-box}:root{--brand-1: #5b5bd6;--brand-2: #7aa5f7;--brand-3: #a8c6f0;--surface: #ffffff;--surface-alt: #f5f7fb;--line: #e2e7f2;--ink: #1c2433;--muted: #5f6b7a;--success: #2f9d6a;--warning: #f5c55b;--danger: #e0675e}body{margin:0;font-family:Pretendard,Noto Sans KR,Segoe UI,system-ui,-apple-system,sans-serif;background:#fff;color:var(--ink)}h1,h2,h3,p{margin:0}button{font-family:inherit}.page{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 3rem;display:flex;flex-direction:column;gap:1.5rem}.page__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.eyebrow{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:var(--brand-1);margin:0 0 .25rem;font-weight:700}.lede{color:var(--muted);margin-top:.25rem}.status{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;background:#5b5bd60f;padding:.75rem 1rem;border-radius:10px;border:1px solid rgba(91,91,214,.25)}.status__row{display:flex;align-items:center;gap:.5rem}.status__label{font-weight:600;color:var(--muted)}.status__pill{padding:.35rem .75rem;border-radius:999px;background:#eef2f9;text-transform:capitalize}.status__pill.connected{background:var(--success);color:#fff}.status__pill.error{background:var(--danger);color:#fff}.shop-name{margin:0;color:var(--muted);font-weight:700}.card{background:var(--surface);border-radius:18px;padding:1.25rem;border:1px solid var(--line);box-shadow:0 18px 40px #263c5e0f}.card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.form{display:grid;gap:.75rem;margin-bottom:1rem}.form label{display:flex;flex-direction:column;gap:.35rem;color:var(--muted);font-weight:600}.form input,.form select,.form textarea{border:1px solid var(--line);border-radius:10px;padding:.65rem .75rem;font-size:1rem;background:var(--surface)}.form textarea{resize:vertical}.form__actions{display:flex;gap:.5rem;align-items:stretch}.form__actions .primary{flex:1}.input-with-toggle{display:flex;gap:.5rem;align-items:stretch}.input-with-toggle input{flex:1}.input-with-toggle .ghost{white-space:nowrap}.primary{background:#624fcd;color:#fff;border:none;border-radius:10px;padding:.75rem 1rem;font-weight:700;cursor:pointer;transition:transform .1s ease,box-shadow .2s ease}.primary:hover{transform:translateY(-1px);box-shadow:0 10px 20px #624fcd40}.ghost{background:transparent;color:var(--muted);border:1px dashed var(--line);border-radius:10px;padding:.65rem .85rem;cursor:pointer}.ghost.small{padding:.4rem .65rem;font-size:.9rem}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.list li{display:flex;align-items:center;justify-content:space-between;padding:.75rem;border-radius:12px;background:#f7f9fd;border:1px solid transparent}.list li.cdk-drag{cursor:grab}.list__edit{flex:1;cursor:pointer}.list li.editing{border-color:var(--brand-1);background:#eef0fc}.cdk-drag-preview{box-sizing:border-box;border-radius:12px;box-shadow:0 8px 18px #1c24332e;background:#f7f9fd}.cdk-drag-placeholder{opacity:.4}.cdk-drag-animating{transition:transform .2s cubic-bezier(0,0,.2,1)}.list.cdk-drop-list-dragging li:not(.cdk-drag-placeholder){transition:transform .2s cubic-bezier(0,0,.2,1)}.list .title{font-weight:700;margin:0}.list .subtext{margin:.15rem 0 0;color:var(--muted)}.empty{padding:1rem;color:var(--muted);background:#f7f9fd;border:1px dashed var(--line);border-radius:12px;text-align:center}.subsection{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--line)}.subsection__title{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:var(--muted)}.subsection__title-row{display:flex;align-items:flex-start;gap:.45rem;margin-bottom:.75rem}.subsection__title-row .subsection__title{margin:0;overflow-wrap:anywhere}.copy-icon-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-width:2rem;min-height:2rem;padding:.4rem}.form__row{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.5rem}.form__row>label,.form__row input{min-width:0}.ghost.danger{color:#b4232c;border-color:#b4232c;border-style:solid;font-weight:700}.drag-handle{color:var(--muted);cursor:grab;padding-right:.5rem;-webkit-user-select:none;user-select:none}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-top:.5rem}.label{margin:0;color:var(--muted)}.value{margin:.15rem 0 0;font-weight:800;color:var(--ink);font-size:1.25rem}.orders__header{align-items:flex-start;gap:1rem}.toolbar{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.inline{display:flex;flex-direction:column;gap:.35rem;color:var(--muted);font-weight:600}.order-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1rem;margin-top:.75rem}.order-card{background:linear-gradient(145deg,#fff,#f5f8fc);border:1px solid var(--line);border-radius:16px;padding:1rem;display:flex;flex-direction:column;gap:.35rem}.order-card header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.badge{padding:.35rem .75rem;border-radius:999px;background:var(--surface-alt);color:var(--ink);font-weight:700}.badge.processing{background:var(--warning);color:#3b2b16}.badge.ready{background:#7aa5f7;color:#112149}.badge.done{background:var(--success);color:#fff}.note{margin:.25rem 0;color:var(--muted)}.muted{margin:0;color:var(--muted)}.muted.strong{font-weight:700;color:var(--ink)}.actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.actions button{flex:1 1 120px}@media (max-width: 720px){.page__header,.actions{flex-direction:column}}.icon-button{width:2rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--muted);cursor:pointer}.icon-button:hover,.icon-button:focus-visible{background:#624fcd1f;color:var(--brand-1)}.material-symbols-outlined{font-size:1.25rem}
