@charset "UTF-8";.reservation-page{max-width:720px;margin:0 auto;padding:32px 20px 64px}.page-header{margin-bottom:32px;text-align:center}.page-header h1{font-size:1.75rem;color:#1a2a40;font-weight:700;margin-bottom:8px;letter-spacing:.05em}.page-header .sub{font-size:.95rem;color:#666}.page-header .header-action{margin-top:20px}.page-header .header-action .btn-secondary{display:inline-block;min-height:44px;padding:10px 24px;background:#1a2a40;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;letter-spacing:.05em;transition:background .2s}.page-header .header-action .btn-secondary:hover{background:#2a3a50}.loading-box{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:60px 24px;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-box p{color:#888;font-size:.9rem}.loading-box .spinner{width:36px;height:36px;border:3px solid rgba(0,0,0,.08);border-top-color:#1a2a40;border-radius:50%;animation:reservation-spin .8s linear infinite}@keyframes reservation-spin{to{transform:rotate(360deg)}}.empty-box{background:#fff;border:1px dashed #d4d4d4;border-radius:12px;padding:40px 24px;text-align:center}.empty-box p{color:#666;margin-bottom:24px;font-size:1rem}.btn-primary{display:inline-block;min-height:48px;padding:14px 32px;background:#1a2a40;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;letter-spacing:.05em;transition:background .2s}.btn-primary:hover{background:#2a3a50}.btn-secondary{display:inline-block;min-height:48px;padding:14px 28px;background:#fff;color:#1a2a40;text-decoration:none;border:1px solid #1a2a40;border-radius:6px;font-weight:600;letter-spacing:.05em;transition:background .2s,color .2s}.btn-secondary:hover{background:#1a2a40;color:#fff}.history-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:12px}.history-item{background:#fff;border:1px solid #e9ecef;border-radius:10px;padding:20px 24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 2px 8px #1a2a400a}.history-item .meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.history-item .meta .date{font-size:.95rem;color:#1a2a40;font-weight:600}.history-item .meta .date .time{color:#555;font-weight:500;margin-left:4px}.history-item .status{font-size:.78rem;font-weight:600;padding:4px 10px;border-radius:999px;letter-spacing:.04em}.history-item .status.tone-blue{background:#e8f0fe;color:#1a4a8a}.history-item .status.tone-gold{background:#fdf6e8;color:#8a6418}.history-item .status.tone-green{background:#eaf6ed;color:#2c7a3e}.history-item .status.tone-gray{background:#f0f0f0;color:#666}.history-item .body .category{display:inline-block;font-size:.78rem;color:#c5a059;letter-spacing:.06em;margin-bottom:6px}.history-item .body h3{font-size:1.1rem;color:#1a2a40;font-weight:700;margin-bottom:6px}.history-item .body .place{font-size:.85rem;color:#555;margin-bottom:6px}.history-item .body .id{font-size:.78rem;color:#888}.history-item .action{display:flex;justify-content:flex-end}.history-item .action .detail-link{font-size:.9rem;color:#1a2a40;text-decoration:underline;font-weight:500}.more-action{text-align:center}
