.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a1a;color:#fff;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header h1{margin:0;font-size:1.25rem;font-weight:600}.header nav{display:flex;gap:.5rem}.header nav a{color:#ffffffd9;text-decoration:none;padding:.5rem .75rem;border-radius:6px;font-size:.9rem}.header nav a:hover{color:#fff;background:#ffffff1a}.header nav a.active{color:#fff;background:#fff3}.main{flex:1;padding:1.5rem;max-width:1200px;margin:0 auto;width:100%}.card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014;padding:1.25rem;margin-bottom:1rem}.card h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.btn{padding:.5rem 1rem;border-radius:8px;border:none;font-size:.9rem;font-weight:500;background:#1a1a1a;color:#fff}.btn:hover{background:#333}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.secondary{background:#e5e5e7;color:#1a1a1a}.btn.secondary:hover{background:#d1d1d6}.input{padding:.5rem .75rem;border:1px solid #d1d1d6;border-radius:8px;font-size:.95rem;min-width:200px}.input:focus{outline:none;border-color:#1a1a1a}.error{color:#c00;font-size:.9rem;margin-top:.5rem}.success{color:#0a0;font-size:.9rem;margin-top:.5rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #eee}th{font-weight:600;color:#666}.badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.8rem}.badge.in-use{background:#fef3c7;color:#92400e}.badge.free,.badge.verified{background:#d1fae5;color:#065f46}.badge.expired{background:#fee2e2;color:#991b1b}:root{font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;line-height:1.5;font-weight:400;color:#1a1a1a;background:#f5f5f7}*{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}
