body { background-color: #fbfbfd; color: #1d1d1f; font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif; margin: 0; padding: 0; letter-spacing: -0.015em; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.alp-wrap { max-width: 980px; margin: 0 auto; padding: 0 20px; }

.alp-header { background: rgba(251, 251, 253, 0.8); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid rgba(0, 0, 0, 0.05); position: sticky; top: 0; z-index: 100; height: 56px; display: flex; align-items: center; }
.alp-nav-box { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.alp-logo img { height: 20px; opacity: 0.88; }

.alp-menu { list-style: none; display: flex; gap: 32px; margin: 0; padding: 0; }
.alp-menu a { font-size: 12px; color: #1d1d1f; font-weight: 400; transition: opacity 0.3s; opacity: 0.8; }
.alp-menu a:hover, .alp-active { opacity: 1 !important; color: #0071e3 !important; }

.alp-user-btn { font-size: 12px; color: #1d1d1f; opacity: 0.8; transition: 0.3s; }
.alp-user-btn:hover { color: #0071e3; opacity: 1; }

.alp-notice { background: #f5f5f7; border-radius: 12px; padding: 16px 20px; margin: 30px 0; display: flex; align-items: flex-start; gap: 12px; font-size: 13px; line-height: 1.5; color: #1d1d1f; }
.alp-notice span { color: #0071e3; font-weight: 600; }

.alp-hero-title { font-size: 40px; font-weight: 700; color: #1d1d1f; margin: 60px 0 30px; letter-spacing: -0.005em; }

.alp-list-group { display: flex; flex-direction: column; margin-bottom: 60px; }
.alp-list-item { display: flex; align-items: center; padding: 32px 0; border-bottom: 1px solid #d2d2d7; transition: 0.3s; }
.alp-list-item:hover { opacity: 0.88; }

.alp-item-img { width: 120px; height: 120px; border-radius: 20px; flex-shrink: 0; margin-right: 40px; background: #ffffff; box-shadow: 0 4px 20px rgba(0,0,0,0.04); overflow: hidden; }
.alp-item-img img { width: 100%; height: 100%; object-fit: contain; }

.alp-item-body { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.alp-item-name { font-size: 24px; font-weight: 600; color: #1d1d1f; margin-bottom: 8px; }
.alp-item-meta { display: flex; align-items: center; gap: 16px; font-size: 14px; font-weight: 500; }
.alp-badge-auto { color: #0071e3; }
.alp-badge-hand { color: #86868b; }
.alp-item-stock { color: #86868b; }

.alp-item-action { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; margin-left: 20px; }
.alp-item-price { font-size: 24px; font-weight: 600; color: #1d1d1f; }
.alp-btn-buy { background: #0071e3; color: #ffffff; padding: 8px 22px; font-size: 14px; border-radius: 980px; font-weight: 500; transition: background 0.3s; }
.alp-btn-buy:hover { background: #0077ed; }

.alp-detail-grid { display: flex; gap: 80px; margin-top: 50px; align-items: flex-start; }
.alp-detail-visual { width: 45%; }
.alp-detail-visual img { width: 100%; border-radius: 24px; box-shadow: 0 10px 40px rgba(0,0,0,0.06); }
.alp-detail-panel { width: 55%; }

.alp-detail-h1 { font-size: 40px; font-weight: 700; color: #1d1d1f; margin-bottom: 20px; line-height: 1.1; letter-spacing: -0.01em; }
.alp-price-box { margin-bottom: 40px; }
.alp-detail-price { font-size: 48px; font-weight: 600; color: #1d1d1f; letter-spacing: -0.02em; }
.alp-detail-stock-txt { display: block; color: #86868b; font-size: 14px; margin-top: 8px; }

.alp-f-row { margin-bottom: 24px; }
.alp-f-label { display: block; font-size: 14px; font-weight: 600; color: #1d1d1f; margin-bottom: 12px; }
.alp-f-input { width: 100%; padding: 18px 20px; border: none; border-radius: 16px; background: rgba(0,0,0,0.04); font-size: 17px; font-family: inherit; transition: background 0.3s, box-shadow 0.3s; color: #1d1d1f; }
.alp-f-input:focus { background: #ffffff; outline: none; box-shadow: 0 0 0 4px rgba(0, 113, 227, 0.2); }
.alp-btn-submit { width: 100%; background: #0071e3; color: #ffffff; padding: 18px; font-size: 17px; font-weight: 600; border: none; border-radius: 16px; cursor: pointer; transition: 0.3s; margin-top: 10px; }
.alp-btn-submit:hover { background: #0077ed; }
.alp-btn-submit:disabled { background: #d2d2d7; color: #f5f5f7; cursor: not-allowed; }

.alp-desc-box { margin-top: 80px; padding-top: 60px; border-top: 1px solid #d2d2d7; }
.alp-desc-title { font-size: 28px; font-weight: 700; color: #1d1d1f; margin-bottom: 30px; }
.alp-desc-html { line-height: 1.8; font-size: 17px; font-weight: 400; color: #1d1d1f; }

.alp-footer { text-align: center; padding: 40px 0; margin-top: 80px; color: #86868b; font-size: 12px; border-top: 1px solid #d2d2d7; }

@media (max-width: 900px) {
    .alp-detail-grid { flex-direction: column; gap: 40px; }
    .alp-detail-visual, .alp-detail-panel { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .alp-list-item { flex-direction: column; align-items: flex-start; padding: 30px 0; }
    .alp-item-img { margin-bottom: 20px; margin-right: 0; width: 100%; height: auto; aspect-ratio: 1/1; border-radius: 16px; }
    .alp-item-action { margin-left: 0; margin-top: 20px; width: 100%; flex-direction: row; justify-content: space-between; align-items: center; }
    .alp-hero-title, .alp-detail-h1 { font-size: 32px; }
}\n