*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;color:#1a1a2e;background:#f7f7fa}.shell{max-width:1080px;margin:0 auto;padding:24px}.narrow{max-width:380px;padding-top:96px}.stack{display:flex;flex-direction:column;gap:10px}.bar{display:flex;align-items:center;gap:16px;margin-bottom:24px}.bar h1{margin:0;font-size:22px}.columns{display:grid;grid-template-columns:1fr 380px;gap:24px;align-items:start}@media(max-width:900px){.columns{grid-template-columns:1fr}}.row{display:flex;gap:8px;margin:12px 0;align-items:center}.grow{flex:1}input,textarea,select{padding:8px 10px;border:1px solid #ccc;border-radius:6px;font:inherit;width:100%}.row input{width:110px}.row input[name=title]{width:auto;flex:1}:root{--brand: #1a1a2e}.shell{color:#1a1a2e}.brand-logo{height:32px}button{padding:8px 14px;border:0;border-radius:6px;background:var(--brand, #1a1a2e);color:#fff;font:inherit;cursor:pointer}button.link{background:none;color:#4646d8;padding:4px 0}button.danger{background:#b3261e}table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid #eee}tbody tr{cursor:pointer}tbody tr:hover,tr.active{background:#f0f0ff}tbody tr:focus-visible{outline:2px solid var(--brand, #1a1a2e);outline-offset:-2px;background:#f0f0ff}.pill{padding:2px 8px;border-radius:99px;font-size:12px;background:#eee}.pill.active{background:#d9f2e2;color:#135f31}.pill.draft{background:#fdf0d5;color:#7a5b12}.editor{background:#fff;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:10px}.editor label{display:flex;flex-direction:column;gap:4px;font-size:14px}.editor h3{margin:12px 0 0}.muted{color:#777}.error{color:#b3261e}hr{border:0;border-top:1px solid #eee;width:100%}.button-like{display:inline-block;padding:8px 14px;border-radius:6px;background:#fff;border:1px solid #ccc;cursor:pointer;font-size:14px}.import-preview{background:#fff;border:1px solid #eee;border-radius:8px;padding:12px;margin-top:8px}.banner{padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:14px}.banner.publishing{background:#e5efff;color:#1a3c78}.banner.attention{background:#fdf0d5;color:#7a5b12}.tabs{display:flex;gap:4px}.tabs button{background:none;color:#555;border-radius:6px}.tabs button.on{background:var(--brand, #1a1a2e);color:#fff}.pill.paid{background:#d9e8f2;color:#134a6b}.pill.fulfilled{background:#d9f2e2;color:#135f31}.pill.partially_refunded,.pill.refunded{background:#fde3d5;color:#7a3a12}a.button{padding:8px 14px;border-radius:6px;background:#1a1a2e;color:#fff;text-decoration:none;font-size:14px}.timeline{list-style:none;padding:0;margin:0;font-size:14px}.timeline li{padding:3px 0}.packing-slip{display:none}@media print{body *{visibility:hidden}.packing-slip,.packing-slip *{visibility:visible;display:block}.packing-slip{position:absolute;top:0;left:0;width:100%}.packing-slip table{display:table}.packing-slip thead{display:table-header-group}.packing-slip tbody{display:table-row-group}.packing-slip tr{display:table-row}.packing-slip td,.packing-slip th{display:table-cell}}.photos{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.photo-grid{list-style:none;padding:0;margin:0;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));width:100%}.photo{border:1px solid #eee;border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px;cursor:grab;background:#fff}.photo.lifting{opacity:.4}.photo img{width:100%;aspect-ratio:1;object-fit:contain;border-radius:4px;background:#f6f6f6}.photo-pending{width:100%;aspect-ratio:1;display:grid;place-items:center;border-radius:4px;background:#f6f6f6;color:#777;font-size:12px}.photo input{font-size:13px}.photo .order{margin:0;gap:10px}.photo .order button:disabled{color:#bbb;cursor:default}.photo input.nag{border-color:#e0b64a;background:#fffdf5}.settings{display:flex;flex-direction:column;gap:16px;max-width:760px}.card{background:#fff;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:10px}.card h2{margin:0;font-size:18px}.card label{display:flex;flex-direction:column;gap:4px;font-size:14px}.card button{align-self:flex-start}.card table tbody tr{cursor:default}.card table tbody tr:hover{background:none}.pill.archived{background:#eee;color:#555}code{background:#f2f2f7;padding:2px 6px;border-radius:4px;font-size:13px}.appointments{max-width:720px}.segmented{display:flex;gap:6px;background:#eceaf3;padding:4px;border-radius:10px;margin-bottom:18px;flex-wrap:wrap}.segmented button{flex:1 1 auto;min-height:40px;background:none;color:#4a4a5a;border-radius:7px;font-size:14px;white-space:nowrap}.segmented button.on{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #0000001f}.segmented .count{display:inline-block;min-width:20px;margin-left:6px;padding:1px 6px;border-radius:99px;background:#ddd;font-size:12px}.segmented .count.alert{background:#d9534f;color:#fff}.nudge{background:#fdf0d5;color:#7a5b12;padding:12px 14px;border-radius:8px;font-size:14px;margin:0 0 14px}.empty{padding:32px 0;text-align:center}.cards{list-style:none;padding:0;margin:0}.daybreak{position:sticky;top:0;z-index:1;margin:20px 0 8px;padding:6px 0;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#6b6b7b;background:#f6f6f9}.card.appointment{display:grid;grid-template-columns:84px 1fr;gap:4px 16px;align-items:start;padding:16px;margin-bottom:10px;border-radius:12px;border:1px solid #e8e8ef}.card.appointment.settled{opacity:.72}.appointment .when{display:flex;flex-direction:column;gap:2px}.appointment .hour{font-size:20px;font-weight:600;color:var(--brand, #1a1a2e);line-height:1.2}.appointment .who h4{margin:0 0 4px;font-size:16px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.appointment .who a{display:block;text-decoration:none}.appointment .tel{font-size:17px;font-weight:500;color:#2b2bbf;padding:2px 0}.appointment .notes{margin:8px 0 0;font-size:14px;color:#555;font-style:italic}.appointment .tag{font-size:11px;letter-spacing:.06em;text-transform:uppercase;background:#e5efff;color:#1a3c78;padding:2px 8px;border-radius:99px}.appointment .settle{grid-column:1 / -1;display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f4}.appointment .settle .row{gap:8px}.appointment .settle button{min-height:44px;flex:1}.appointment .settle button.ghost{background:#fff;color:#b3261e;border:1px solid #e3c9c7}.small{font-size:13px}.pill.credited{background:#d9f2e2;color:#135f31}.pill.refunded{background:#fde3d5;color:#7a3a12}.hours{display:flex;flex-direction:column;gap:16px;background:#fff;padding:18px;border-radius:12px}.hours .toggle{flex-direction:row;align-items:flex-start;gap:12px}.hours .toggle input{width:20px;height:20px;margin-top:2px}.hours .toggle span{display:flex;flex-direction:column;gap:2px}.week{display:flex;flex-direction:column;gap:4px}.day{padding:12px;border-radius:8px;background:#fafafc;border:1px solid #eee}.day.closed{background:#f6f6f8}.day-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px}.day .row{gap:8px;align-items:center;margin-top:6px;flex-wrap:wrap}.day input[type=time]{min-height:40px;font-size:15px}button.link.danger{color:#b3261e}@media(max-width:560px){.card.appointment{grid-template-columns:1fr}.appointment .when{flex-direction:row;align-items:baseline;gap:10px}.appointment .settle .row{flex-direction:column}}.appointment .settle button.more{flex:0 0 48px;background:#fff;color:#555;border:1px solid #ddd;font-size:18px;line-height:1}.appointment .settled-row{align-items:center;justify-content:space-between}
