@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Noto Sans KR,sans-serif;background:#f0f4ff;color:#1a1a2e;min-height:100vh}.login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.login-header{text-align:center;margin-bottom:2.5rem;color:#fff}.login-header h1{font-size:2rem;font-weight:900;margin-bottom:.5rem}.login-header p{font-size:1.1rem;opacity:.85}.user-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%;max-width:360px}.user-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:16px;cursor:pointer;transition:all .2s;color:#fff}.user-card:hover,.user-card:active{background:#ffffff4d;transform:translateY(-2px)}.user-icon{font-size:2.5rem}.user-name{font-size:1.1rem;font-weight:700}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal-box{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:360px;box-shadow:0 20px 60px #0000004d}.modal-box h2{font-size:1.4rem;font-weight:700;margin-bottom:1rem;text-align:center}.modal-hint{font-size:.9rem;color:#666;margin-bottom:1rem;text-align:center}.pw-input{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;font-family:inherit;margin-bottom:.75rem;outline:none;transition:border-color .2s}.pw-input:focus{border-color:#667eea}.error-msg{color:#e53e3e;font-size:.9rem;text-align:center;margin-bottom:.75rem}.modal-btns{display:flex;gap:.5rem;flex-wrap:wrap}.btn-primary{flex:1;padding:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-family:inherit;font-weight:700;cursor:pointer;transition:opacity .2s}.btn-primary:hover{opacity:.9}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{padding:.75rem 1rem;background:#f0f0f0;color:#333;border:none;border-radius:10px;font-size:.9rem;font-family:inherit;font-weight:500;cursor:pointer}.btn-ghost{padding:.75rem 1rem;background:transparent;color:#999;border:2px solid #e0e0e0;border-radius:10px;font-size:.9rem;font-family:inherit;cursor:pointer}.board-page{max-width:900px;margin:0 auto;padding:1rem}.board-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:1rem}.board-header h1{font-size:1.4rem;font-weight:900}.header-right{display:flex;align-items:center;gap:.75rem}.user-badge{font-size:.9rem;background:#fff3;padding:.3rem .8rem;border-radius:20px}.btn-logout{padding:.4rem .9rem;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:8px;cursor:pointer;font-family:inherit;font-size:.85rem}.week-nav{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:12px;padding:.75rem 1.25rem;margin-bottom:1rem;box-shadow:0 2px 8px #0000000f}.week-label{font-weight:700;font-size:.95rem;color:#444}.week-btn{background:#f0f4ff;border:none;padding:.4rem .9rem;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.85rem;color:#667eea;font-weight:600}.loading{text-align:center;padding:3rem;color:#999;font-size:1.1rem}.kid-section{background:#fff;border-radius:16px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 12px #0000000f}.kid-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.kid-name{font-size:1.2rem;font-weight:700}.kid-stats{display:flex;align-items:center;gap:.75rem}.stat-money{font-size:1rem;font-weight:700;color:#764ba2}.btn-payout{padding:.35rem .85rem;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600}.btn-payout.disabled{background:#ccc;cursor:not-allowed}.week-target-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.9rem;color:#555;flex-wrap:wrap}.target-input{width:70px;padding:.35rem .6rem;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:.9rem;outline:none;text-align:center}.target-input:focus{border-color:#667eea}.btn-set-target{padding:.35rem .85rem;background:#f0f4ff;color:#667eea;border:2px solid #667eea;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:600}.batch-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.batch-label{font-size:.9rem;color:#555;font-weight:600;white-space:nowrap}.batch-input{width:60px;padding:.35rem .5rem;border:2px solid #c7d3ff;border-radius:8px;font-family:inherit;font-size:.9rem;text-align:center;outline:none}.batch-input:focus{border-color:#667eea}.batch-unit{font-size:.85rem;color:#777}.btn-batch{padding:.35rem .9rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-family:inherit;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-batch:hover{opacity:.9}.stamp-grid-wrapper{overflow-x:auto}.stamp-table{width:100%;border-collapse:collapse;min-width:480px}.stamp-table th{padding:.4rem .2rem;text-align:center;background:#f8f9ff;border-bottom:2px solid #e8ecff;font-size:.82rem}.stamp-table th.today-col{background:#ffe8f5}.row-num-header{width:36px;color:#999;font-size:.75rem;font-weight:500}.row-num{text-align:center;font-size:.72rem;color:#aaa;font-weight:600;padding:0 2px;width:28px}.day-label{font-weight:700;color:#667eea}.date-label{font-size:.72rem;color:#888;margin-top:1px}.target-cell-input{width:40px;padding:2px 4px;border:1.5px solid #c7d3ff;border-radius:6px;font-family:inherit;font-size:.78rem;text-align:center;outline:none;margin-top:3px;background:#fff}.target-cell-input:focus{border-color:#667eea}.target-display{font-size:.78rem;color:#667eea;font-weight:700;margin-top:3px}.stamp-cell{text-align:center;padding:1px;border:1px solid #f0f0f0;height:30px;width:44px}.stamp-cell.today-col{background:#fff5fc}.stamp-cell.in-range{cursor:pointer}.stamp-cell.in-range:hover{background:#f0f4ff}.stamp-cell.out-range{cursor:pointer;background:#fafafa}.stamp-cell.out-range:hover{background:#fffbf0}.stamp{font-size:1rem;line-height:1;-webkit-user-select:none;user-select:none;display:block}.stamp-filled{opacity:1}.stamp-empty{opacity:.35}.stamp-coupon{opacity:.9}.stamp-processing{font-size:.8rem}.stamp-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#e0e0e0}.btn-coupon-toggle{background:#f8f9ff;border:1.5px solid #dcdff1;padding:.35rem .75rem;border-radius:20px;font-family:inherit;font-size:.95rem;font-weight:600;color:#555;cursor:pointer;display:flex;align-items:center;gap:.4rem;transition:all .2s ease}.btn-coupon-toggle:hover{background:#eef1ff;border-color:#667eea}.btn-coupon-toggle.active{background:#f96;border-color:#f73;color:#fff;box-shadow:0 0 10px #f966;animation:pulse 1.5s infinite}.btn-coupon-toggle.active .coupon-wait{color:#fffc}@keyframes pulse{0%{box-shadow:0 0 #f966}70%{box-shadow:0 0 0 8px #f960}to{box-shadow:0 0 #f960}}.coupon-wait{font-size:.8rem;color:#888;font-weight:400}.week-summary-row td{padding:.5rem .2rem;text-align:center;background:#f8f9ff;border-top:2px solid #e8ecff}.week-summary-row .today-summary{background:#ffe8f5}.summary-count{font-size:.75rem;font-weight:700;color:#667eea}.summary-money{font-size:.8rem;font-weight:700;color:#ff5e62;margin-top:2px}.summary-coupon{font-size:.75rem;font-weight:600;color:#f96;margin-top:2px}@media (max-width: 480px){.board-header h1{font-size:1.1rem}.user-badge{display:none}.kid-section{padding:1rem}.week-target-row{font-size:.85rem}}.kid-tabs{display:flex;gap:.5rem;max-width:1100px;margin:1rem auto 0;padding:0 1rem}.kid-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.7rem .5rem;border:2px solid #d9e0ff;border-radius:14px 14px 0 0;background:#e9edff;color:#5a6280;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;transition:all .15s}.kid-tab:hover{background:#dde3ff}.kid-tab.active{background:#fff;border-color:#667eea;border-bottom-color:#fff;color:#4d5bd8;box-shadow:0 -2px 8px #667eea26}.kid-tab-icon{font-size:1.3rem}.kid-tab-lock{font-size:.8rem;opacity:.7}.payout-status{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem;padding:.5rem .75rem;background:#f2fbf5;border:1px solid #cdeed8;border-radius:10px;font-size:.9rem;color:#2e7d4f}.payout-status .paid-until b{font-size:1rem}.payout-status .paid-until.none{color:#8a90a6}.btn-history{margin-left:auto;padding:.3rem .7rem;border:1px solid #cdeed8;border-radius:8px;background:#fff;color:#2e7d4f;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.btn-history:hover{background:#e8f7ee}.summary-paid{margin-top:3px;font-size:.65rem;font-weight:700;color:#2e7d4f;background:#dff3e6;border-radius:6px;padding:1px 3px}.history-list{width:100%;max-height:260px;overflow-y:auto;margin:.5rem 0 1rem}.history-row{display:grid;grid-template-columns:1fr 1.2fr 1.2fr .7fr;gap:.4rem;align-items:center;padding:.5rem .3rem;border-bottom:1px solid #eef1fa;font-size:.85rem;text-align:center}.history-row.history-head{font-weight:700;color:#8a90a6;font-size:.75rem;border-bottom:2px solid #e4e8f5}.history-amount{font-weight:700;color:#4d5bd8}.history-until{color:#2e7d4f}@media (max-width: 480px){.kid-tabs{gap:.3rem;padding:0 .5rem}.kid-tab{font-size:.9rem;padding:.6rem .3rem}.kid-tab-icon{font-size:1.1rem}}.app-splash{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#667eea}.load-error{max-width:1100px;margin:.75rem auto;padding:.75rem 1rem;background:#fff2f2;border:1px solid #ffcccc;border-radius:10px;color:#c0392b;font-size:.9rem;font-weight:600}.login-note{margin-top:1.25rem;color:#fffc;font-size:.85rem}.today-page{min-height:100vh;padding:1rem 1rem calc(2rem + env(safe-area-inset-bottom));padding-top:calc(1rem + env(safe-area-inset-top));max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.today-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.today-who{font-size:1.25rem;font-weight:900}.today-header-btns{display:flex;gap:.4rem}.today-link{padding:.4rem .7rem;border:1px solid #d9e0ff;border-radius:10px;background:#fff;color:#4d5bd8;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.today-link.ghost{color:#8a90a6;border-color:#e7e9f2}.today-progress{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.6rem}.today-count{font-size:3rem;font-weight:900;color:#4d5bd8;line-height:1}.today-of{font-size:1.1rem;font-weight:700;color:#8a90a6}.today-extra{font-size:1rem;font-weight:700;color:#f96;margin-left:.3rem}.today-bar{width:100%;height:10px;background:#e9edff;border-radius:999px;overflow:hidden;margin-bottom:1rem}.today-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:999px;transition:width .25s ease}.today-error{width:100%;padding:.6rem .8rem;margin-bottom:.75rem;background:#fff2f2;border:1px solid #ffcccc;border-radius:10px;color:#c0392b;font-size:.85rem;font-weight:600;text-align:center}.today-stamps{display:grid;grid-template-columns:repeat(4,1fr);gap:.7rem;width:100%;margin-bottom:1rem}.today-stamp{aspect-ratio:1;min-height:68px;border-radius:50%;border:3px dashed #c9d2f5;background:#fff;color:#b9c0d8;font-family:inherit;font-size:1.6rem;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .12s,background .15s;-webkit-tap-highlight-color:transparent}.today-stamp:active{transform:scale(.92)}.today-stamp:disabled{opacity:.55}.today-stamp.filled{border-style:solid;border-color:#ffb3b5;background:#fff0f0}.today-stamp.coupon{border-color:#ffd28a;background:#fff8ec}.today-stamp.extra{border-color:#ffd28a}.today-stamp.empty.extra{border-style:dotted;color:#d8c4a0}.today-stamp.filled.extra{background:#fff8ec}.today-done{width:100%;padding:.7rem;margin-bottom:1rem;text-align:center;background:#f2fbf5;border:1px solid #cdeed8;border-radius:12px;color:#2e7d4f;font-weight:800}.today-summary{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;width:100%;margin-bottom:.75rem}.today-card{padding:.8rem;background:#fff;border:1px solid #e7e9f2;border-radius:14px;text-align:center}.today-card-label{font-size:.75rem;color:#8a90a6;margin-bottom:.25rem}.today-card-value{font-size:1.15rem;font-weight:900;color:#4d5bd8}.today-coupon{width:100%;padding:.8rem;border:1px solid #ffd9a0;border-radius:14px;background:#fff8ec;color:#a86b1f;font-family:inherit;font-size:.95rem;font-weight:700;cursor:pointer}.today-coupon.active{background:#ffedd0;border-color:#ffb454;color:#8a4b00}.today-paid{margin-top:.75rem;font-size:.85rem;font-weight:700;color:#2e7d4f}.btn-today{padding:.4rem .7rem;border:1px solid rgba(255,255,255,.5);border-radius:8px;background:#ffffff26;color:inherit;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer}@media (max-width: 360px){.today-stamps{grid-template-columns:repeat(3,1fr)}.today-count{font-size:2.5rem}}.today-preview-note{width:100%;padding:.6rem .8rem;margin-bottom:.75rem;background:#f3f0ff;border:1px solid #ddd4ff;border-radius:10px;color:#6b46c1;font-size:.82rem;text-align:center}.btn-preview{padding:.35rem .7rem;border:1px solid #d9e0ff;border-radius:8px;background:#fff;color:#4d5bd8;font-family:inherit;font-size:.8rem;font-weight:700;cursor:pointer}.btn-preview:hover{background:#f2f5ff}.widget-box{max-width:460px}.widget-field{width:100%;margin-bottom:.9rem;text-align:left}.widget-label{font-size:.75rem;font-weight:700;color:#8a90a6;margin-bottom:.3rem}.widget-code{display:block;padding:.55rem .7rem;background:#f5f7ff;border:1px solid #e0e6ff;border-radius:8px;font-family:ui-monospace,Menlo,Consolas,monospace;font-size:.78rem;color:#3b4270;word-break:break-all;margin-bottom:.35rem}.widget-code.small{font-size:.68rem}.widget-copy{padding:.3rem .75rem;border:1px solid #d9e0ff;border-radius:7px;background:#fff;color:#4d5bd8;font-family:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.widget-warn{width:100%;padding:.6rem .7rem;background:#fff8ec;border:1px solid #ffd9a0;border-radius:8px;color:#a86b1f;font-size:.75rem;line-height:1.5;text-align:left;margin-bottom:.5rem}.today-nav{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;margin-bottom:.5rem}.nav-arrow{width:44px;height:44px;border:1px solid #d9e0ff;border-radius:12px;background:#fff;color:#4d5bd8;font-size:1rem;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-arrow:disabled{opacity:.3;cursor:default}.nav-arrow:active:not(:disabled){background:#eef1ff}.nav-date{min-width:160px;text-align:center}.nav-date-main{font-size:1.05rem;font-weight:800}.nav-date-sub{font-size:.75rem;color:#8a90a6}.nav-today{margin-bottom:.75rem;padding:.4rem 1rem;border:1px solid #d9e0ff;border-radius:999px;background:#f5f7ff;color:#4d5bd8;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer}.today-readonly{width:100%;padding:.6rem;margin-bottom:.75rem;text-align:center;background:#f5f7ff;border:1px solid #e0e6ff;border-radius:10px;color:#6b73a0;font-size:.85rem;font-weight:600}.today-stamp.locked{cursor:default;opacity:.85}.today-stamp.locked:active{transform:none}.today-empty{width:100%;padding:1.5rem 1rem;margin-bottom:1rem;text-align:center;color:#b9c0d8;font-size:.9rem;border:2px dashed #e7e9f2;border-radius:14px}.strip-section{width:100%;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #e7e9f2}.strip-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.6rem}.strip-title{font-size:.85rem;font-weight:800;color:#4d5bd8}.strip-total{font-size:.8rem;color:#8a90a6}.strip-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.35rem}.strip-day{display:flex;flex-direction:column;align-items:center;gap:1px;padding:.4rem .1rem;border:1px solid #e7e9f2;border-radius:10px;background:#fff;font-family:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.strip-dow{font-size:.6rem;color:#b0b6cc}.strip-num{font-size:.85rem;font-weight:800;color:#5a6280}.strip-mark{font-size:.7rem;min-height:1em;color:#8a90a6;font-weight:700}.strip-day.full{background:#fff0f0;border-color:#ffc9cb}.strip-day.part{background:#fffaf0;border-color:#ffe0b0}.strip-day.zero{background:#fafbff}.strip-day.none{background:#fff;opacity:.55}.strip-day.sel{border-color:#667eea;border-width:2px;box-shadow:0 0 0 2px #667eea26}.strip-day.is-today .strip-num{color:#4d5bd8;text-decoration:underline}.strip-more{width:100%;margin-top:.6rem;padding:.55rem;border:1px solid #e7e9f2;border-radius:10px;background:#fafbff;color:#6b73a0;font-family:inherit;font-size:.82rem;font-weight:700;cursor:pointer}
