:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.orders-page{display:flex;flex-direction:column;gap:1.5rem}.back-link{display:inline-block;color:#888;text-decoration:none;font-size:.85rem;margin-bottom:.5rem}.back-link:hover{color:#aaa}.orders-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.orders-header h1{margin:0;font-size:2rem;letter-spacing:-.02em}.hint{margin:.4rem 0 0;color:#888;font-size:.9rem;display:flex;align-items:center;gap:.4rem}.hint code{background:#ffffff0f;padding:.1rem .4rem;border-radius:4px;font-size:.85rem}.dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 4px #22c55e2e;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #22c55e2e}50%{box-shadow:0 0 0 6px #22c55e14}}.danger{background:transparent;color:#ef4444;border:1px solid rgba(239,68,68,.35);padding:.5rem .9rem;border-radius:8px;font-size:.85rem;cursor:pointer}.danger:hover{background:#ef444414;border-color:#ef44448c}.empty{color:#777;font-style:italic;padding:2rem 0;text-align:center}.orders{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.order{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;transition:border-color .2s,background .2s,opacity .3s;animation:slide-in .4s ease-out}@keyframes slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.order:hover{border-color:#ffffff29;background:#ffffff0a}.order.done{opacity:.45}.order.done .order-title,.order.done .order-meta,.order.done .order-total{text-decoration:line-through;text-decoration-thickness:1.5px}.check{width:26px;height:26px;min-width:26px;border-radius:50%;border:1.5px solid rgba(255,255,255,.25);background:transparent;color:#22c55e;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;font-size:.9rem;font-weight:700;line-height:1;transition:all .15s}.check:hover{border-color:#22c55e99}.order.done .check{border-color:#22c55e;background:#22c55e;color:#0a0a0a}.order-main{min-width:0}.order-title{font-size:1rem;font-weight:500;margin-bottom:.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.order-meta{display:flex;align-items:center;gap:.4rem;color:#888;font-size:.82rem}.order-meta .sep{opacity:.5}.order-meta .customer{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:180px}.order-total{font-variant-numeric:tabular-nums;font-weight:600;font-size:1rem}.footer-total{display:flex;justify-content:space-between;align-items:baseline;padding:1rem 1.25rem;border-top:1px solid rgba(255,255,255,.08);margin-top:.5rem;color:#888;font-size:.9rem}.footer-total strong{color:#fff;font-size:1.4rem;font-variant-numeric:tabular-nums}@media(prefers-color-scheme:light){.hint code{background:#0000000d}.order{border-color:#00000014;background:#00000003}.order:hover{border-color:#0000002e;background:#00000008}.check{border-color:#00000040}.footer-total{border-top-color:#00000014}.footer-total strong{color:#111}}#root{max-width:720px;margin:0 auto;padding:3rem 2rem;width:100%;box-sizing:border-box}.index-page{display:flex;flex-direction:column;gap:2rem}.index-header h1{margin:0;font-size:2.4rem;letter-spacing:-.03em;font-weight:600}.index-header p{margin:.4rem 0 0;color:#888;font-size:.95rem}.project-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.project-card{display:block;padding:1.2rem 1.4rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#ffffff05;color:inherit;text-decoration:none;transition:border-color .2s,background .2s,transform .15s}.project-card:hover{border-color:#ffffff2e;background:#ffffff0a;transform:translateY(-1px)}.project-card-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.project-title{font-size:1.05rem;font-weight:500}.status{font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;padding:.18rem .5rem;border-radius:999px;font-weight:600}.status-live{background:#22c55e26;color:#4ade80}.status-wip{background:#eab30826;color:#facc15}.status-archived{background:#ffffff0f;color:#888}.project-blurb{margin:0;color:#888;font-size:.9rem;line-height:1.5}@media(prefers-color-scheme:light){.project-card{border-color:#00000014;background:#00000003}.project-card:hover{border-color:#0000002e;background:#00000008}.status-archived{background:#0000000d}}
