:root{font-family:Pretendard,"Noto Sans KR",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1f2937;background:#f6f7f9;font-synthesis:none}
*{box-sizing:border-box} body{margin:0;min-height:100vh;background:#f6f7f9} button,input{font:inherit}
.wrap{width:min(620px,calc(100% - 28px));margin:0 auto;padding:42px 0 72px}.wrap.wide{width:min(1080px,calc(100% - 28px))}
.brand{font-weight:900;letter-spacing:.12em;font-size:14px;margin-bottom:8px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}
h1{font-size:30px;line-height:1.2;margin:0 0 10px} h2{margin:0 0 18px;font-size:20px}.muted{color:#6b7280}.small{font-size:13px}.center{text-align:center}
.card{background:white;border:1px solid #e5e7eb;border-radius:20px;padding:24px;margin-top:18px;box-shadow:0 8px 28px rgba(15,23,42,.05)}
label{display:block;font-weight:700;font-size:14px;margin:13px 0 7px}input{width:100%;height:50px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px;background:#fff;outline:none}input:focus{border-color:#111827;box-shadow:0 0 0 3px rgba(17,24,39,.08)}
button,.btn{border:0;border-radius:12px;min-height:46px;padding:0 17px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800}button:disabled{opacity:.55;cursor:not-allowed}.primary{background:#111827;color:#fff}.secondary{background:#eef0f3;color:#111827}.danger{background:#fee2e2;color:#991b1b}.full{width:100%}.spacer{height:14px}.hidden{display:none!important}
.notice{margin-top:14px;border-radius:12px;padding:12px 14px;font-size:14px}.notice.info{background:#eef6ff;color:#1d4ed8}.notice.error{background:#fff1f2;color:#be123c}.notice.success{background:#ecfdf5;color:#047857}
.code{font-size:52px;font-weight:950;letter-spacing:.12em;margin:20px 0}.coupon{border:2px dashed #111827;border-radius:18px;text-align:center;padding:28px 20px}.amount{font-size:42px;font-weight:950;margin:16px 0}.coupon-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:#f3f4f6;padding:12px;border-radius:10px;font-weight:800;word-break:break-all}
.req{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #eee;padding:18px 0}.req:first-child{border-top:0}.req-title{font-size:28px;font-weight:950;letter-spacing:.08em}.req-meta{font-size:12px;color:#6b7280;margin-top:5px}.actions{display:flex;gap:8px}.row{display:flex;gap:10px;flex-wrap:wrap}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.stat{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.stat .k{color:#6b7280;font-size:13px}.stat .n{font-size:28px;font-weight:900;margin-top:4px}table{width:100%;border-collapse:collapse;min-width:760px}th,td{text-align:left;padding:12px 10px;border-bottom:1px solid #eee;font-size:14px}.badge{font-size:12px;font-weight:800;border-radius:999px;padding:5px 8px;background:#f3f4f6}.badge.approved{background:#dcfce7;color:#166534}.badge.pending{background:#fef3c7;color:#92400e}.badge.rejected,.badge.expired{background:#fee2e2;color:#991b1b}
.consent{display:flex;align-items:flex-start;gap:9px;margin:14px 0}.consent input{width:18px;height:18px;margin-top:1px}.consent label{margin:0;font-weight:500;font-size:13px;color:#4b5563}
@media(max-width:700px){.wrap{padding-top:28px}.card{padding:20px}.stats{grid-template-columns:repeat(2,1fr)}.req{align-items:flex-start;flex-direction:column}.actions{width:100%}.actions button{flex:1}.mobile-stack{flex-direction:column}.mobile-stack .btn{width:100%}}
