@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--brand: #ec4899;--brand-dark: #db2777;--brand-light: #fce7f3;--accent: #8b5cf6;--bg: #fdf4ff;--surface: #ffffff;--text: #1e293b;--text-muted: #64748b;--border: #e2e8f0}body{font-family:Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--brand-dark);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit}img{max-width:100%;display:block}.loading-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:1rem;background:var(--bg)}.spinner{width:2.5rem;height:2.5rem;border:3px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page{max-width:480px;margin:0 auto;min-height:100vh;background:var(--surface)}@media(min-width:768px){.page--wide{max-width:1080px}}.container{padding:1rem}.app-header{position:sticky;top:0;z-index:50;background:var(--surface);border-bottom:1px solid var(--border)}.app-header__inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;max-width:480px;margin:0 auto}.app-header__logo{font-weight:800;font-size:1.05rem;color:var(--text)}.app-header__nav{display:flex;gap:.5rem;font-size:.875rem}.app-header__nav a{color:var(--text-muted)}.app-header__nav a:hover{color:var(--brand-dark)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:.625rem;font-weight:600;font-size:.95rem;transition:transform .06s ease,box-shadow .12s ease,background .12s ease;text-decoration:none;border:none;cursor:pointer}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--brand);color:#fff;box-shadow:0 4px 16px #ec489940}.btn--primary:hover{background:var(--brand-dark);text-decoration:none}.btn--secondary{background:#f1f5f9;color:var(--text)}.btn--secondary:hover{background:#e2e8f0;text-decoration:none}.btn--ghost{background:transparent;color:var(--brand-dark);border:1px solid var(--brand)}.btn--block{width:100%}.btn--lg{padding:1rem 1.5rem;font-size:1rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1rem;margin-bottom:.75rem}.hero{background:linear-gradient(135deg,#fce7f3,#ede9fe);padding:2rem 1rem 2.5rem;text-align:center}.hero h1{font-size:1.5rem;font-weight:800;line-height:1.35;margin-bottom:.75rem}.hero p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.95rem}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.grid--3{grid-template-columns:repeat(3,1fr)}.tile{background:var(--surface);border:1px solid var(--border);border-radius:.625rem;padding:1rem .75rem;text-align:center;color:var(--text);font-size:.875rem;font-weight:600;transition:border-color .12s ease,transform .06s ease}.tile:hover{border-color:var(--brand);text-decoration:none}.tile:active{transform:scale(.98)}.tile__emoji{font-size:1.75rem;display:block;margin-bottom:.5rem}.form-row{margin-bottom:1rem}.form-row label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.4rem;color:var(--text)}.form-row input,.form-row textarea,.form-row select{width:100%;padding:.65rem .75rem;border:1px solid var(--border);border-radius:.5rem;background:var(--surface);color:var(--text);font-size:.95rem}.form-row input:focus,.form-row textarea:focus,.form-row select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #ec48991f}.checkbox-row{display:flex;align-items:flex-start;gap:.5rem;margin:.5rem 0;font-size:.875rem}.checkbox-row input[type=checkbox]{margin-top:.2rem;width:1rem;height:1rem;flex-shrink:0}.notice{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.notice--info{background:#eff6ff;color:#1e40af}.notice--warn{background:#fef3c7;color:#92400e}.notice--error{background:#fee2e2;color:#991b1b}.notice--success{background:#dcfce7;color:#166534}.bottom-cta{position:sticky;bottom:0;background:var(--surface);border-top:1px solid var(--border);padding:.75rem 1rem;display:flex;gap:.5rem}.section{padding:1.25rem 1rem}.section h2{font-size:1.05rem;font-weight:700;margin-bottom:.75rem}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge--paid{background:#dcfce7;color:#166534}.badge--production{background:#dbeafe;color:#1e40af}.badge--shipped{background:#ede9fe;color:#6d28d9}.badge--delivered{background:#f1f5f9;color:#475569}.badge--cancelled{background:#fee2e2;color:#991b1b}.app-footer{padding:2rem 1rem 3rem;text-align:center;font-size:.8rem;color:var(--text-muted);border-top:1px solid var(--border);margin-top:2rem}.app-footer a{color:var(--text-muted);margin:0 .5rem}
