.order-page{background:#fff;justify-content:center;min-height:100vh;display:flex}.order-page .order-mobile{color:#111;background:#fff;width:min(100%,430px);min-height:100vh;padding-bottom:120px;position:relative}.order-page .order-header{text-align:left;padding:28px 24px 16px}.order-page .order-header h1{color:var(--color-text,#1f1711);letter-spacing:-.5px;margin-bottom:6px;font-size:24px;font-weight:700}.order-page .order-header p{color:var(--color-text-muted,#6e5f52);font-size:16px;font-weight:500;line-height:1.6}.order-page .section-title{color:var(--color-text,#1f1711);letter-spacing:-.3px;margin:0 0 20px;font-size:18px;font-weight:700}.order-page .recipient-card{padding:0 24px 40px}.order-page .loading-container{border:1px solid var(--color-line,#e5d8c7);color:var(--color-primary,#8a6a45);background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:40px 24px;font-size:15px;font-weight:600;display:flex}.order-page .loading-spinner{border:3px solid #8a6a4533;border-top-color:var(--color-primary,#8a6a45);border-radius:50%;width:28px;height:28px;animation:.8s cubic-bezier(.4,0,.2,1) infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.order-page .error-container{color:#d32f2f;text-align:center;background:#fff5f5;border:1px solid #ffcdd2;border-radius:16px;padding:24px;font-size:15px;font-weight:600;line-height:1.5}.order-page .recipient-details{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:16px;flex-direction:column;gap:20px;padding:24px;display:flex}.order-page .detail-row{flex-direction:column;gap:8px;display:flex}.order-page .detail-label{color:var(--color-primary,#8a6a45);font-size:13px;font-weight:600}.order-page .detail-value{color:var(--color-text,#1f1711);word-break:keep-all;font-size:16px;font-weight:600;line-height:1.4}.order-page .detail-address{color:var(--color-text-muted,#6e5f52);margin-top:2px;font-size:12px;font-weight:400;display:block}.order-page .editable-input{width:100%;color:var(--color-text,#1f1711);border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:10px;outline:none;padding:14px 16px;font-size:16px;font-weight:600;transition:all .2s}.order-page .editable-input:focus{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 3px #8a6a451a}.order-page .editable-input::placeholder{color:#bfaea0;font-weight:500}.recipient-input-page .recipient-input-form{gap:18px;padding:0 24px 32px;display:grid}.recipient-input-page .recipient-input-form label{color:var(--color-text,#1f1711);gap:8px;font-size:14px;font-weight:700;display:grid}.recipient-input-page .recipient-input-form input{border:1px solid var(--color-line,#e5d8c7);width:100%;height:52px;color:var(--color-text,#1f1711);background:#fff;border-radius:12px;outline:none;padding:0 16px;font-size:16px;font-weight:600}.recipient-input-page .recipient-input-form input:focus{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 3px #8a6a451a}.recipient-input-page .recipient-input-form input::placeholder{color:#bfaea0;font-weight:500}.recipient-input-page .recipient-fixed-info{gap:10px;display:grid}.recipient-input-page .recipient-fixed-info div{gap:8px;display:grid}.recipient-input-page .recipient-fixed-info span{color:var(--color-text,#1f1711);font-size:14px;font-weight:700}.recipient-input-page .recipient-fixed-info strong{border:1px solid var(--color-line,#e5d8c7);color:#6f6258;background:#f7f3ed;border-radius:12px;align-items:center;min-height:52px;padding:13px 16px;font-size:15px;font-weight:700;line-height:1.55;display:flex}.recipient-input-page .recipient-notice{color:#8a5a17;background:#fff8ed;border:1px solid #f5d7a8;border-radius:12px;margin:0;padding:14px 16px;font-size:13px;font-weight:700;line-height:1.55}.recipient-input-page .recipient-submit-button{width:100%;margin-top:8px}.order-page .recipient-loading{margin:80px 24px 0}.order-page .product-section{padding:0 24px 32px}.order-page .product-list{flex-direction:column;gap:16px;display:flex}.order-page .product-item{border:1px solid var(--color-line,#e5d8c7);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#fff;border-radius:20px;grid-template-columns:24px 86px 1fr;align-items:center;gap:16px;padding:20px;transition:all .2s;display:grid;position:relative}.order-page .product-detail-btn{color:#bfaea0;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.order-page .product-detail-btn:hover{background:var(--color-bg,#f5efe7);color:var(--color-primary,#8a6a45)}.order-page .product-detail-btn:active{transform:scale(.9)}.order-page .product-item:active:not(:has(.product-detail-btn:active)){transform:scale(.98)}.order-page .product-item.is-selected{border-color:var(--color-primary,#8a6a45);background:#fff;box-shadow:0 8px 24px #8a6a4514}.order-page .product-radio-indicator{border:2px solid var(--color-line,#e5d8c7);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .2s;display:flex}.order-page .product-radio-indicator.is-selected{border-color:var(--color-primary,#8a6a45)}.order-page .product-radio-inner{background:var(--color-primary,#8a6a45);border-radius:50%;width:12px;height:12px}.order-page .product-image-wrapper{background:#f9fafb;border:1px solid #0000000a;border-radius:12px;width:86px;height:86px;position:relative;overflow:hidden}.order-page .product-image{object-fit:cover;width:100%;height:100%;transform:scale(1.1)}.order-page .product-content{flex-direction:column;gap:4px;min-width:0;display:flex}.order-page .product-content strong{color:var(--color-text,#1f1711);white-space:nowrap;text-overflow:ellipsis;font-size:17px;font-weight:700;line-height:1.4;overflow:hidden}.order-page .product-content>span:not(.price-row){color:var(--color-text-muted,#6e5f52);line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.order-page .price-row{align-items:baseline;gap:8px;margin-top:6px;display:flex}.order-page .original-price{color:#a39587;font-size:13px;font-weight:500;text-decoration:line-through}.order-page .current-price{color:var(--color-text,#1f1711);font-size:18px;font-weight:700}.order-page .bottom-spacer{height:80px}.order-page .bottom-order-bar{z-index:10;width:min(100%,430px);padding:20px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--color-line,#e5d8c7);background:#fff;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.order-page .selected-summary{flex-direction:column;gap:4px;display:flex}.order-page .selected-summary span{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:600}.order-page .selected-summary strong{color:var(--color-text,#1f1711);font-size:20px;font-weight:800}.order-page .submit-button{background:var(--color-primary,#8a6a45);color:#fff;cursor:pointer;border:0;border-radius:14px;height:54px;padding:0 36px;font-size:16px;font-weight:700;transition:all .2s}.order-page .submit-button:active{background:#735737;transform:scale(.96)}.order-page .submit-button:disabled{cursor:not-allowed;background:#d5c7b7;transform:none}.product-detail-page .order-mobile{padding-bottom:132px}.product-detail-page .detail-app-bar{z-index:8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #e5d8c7b8;align-items:center;height:58px;padding:0 18px;display:flex;position:sticky;top:0}.product-detail-page .detail-back-btn{width:38px;height:38px;color:var(--color-text,#1f1711);cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;margin-right:4px;display:flex}.product-detail-page .detail-app-bar h1{color:var(--color-text,#1f1711);margin:0;font-size:20px;font-weight:800}.product-detail-page .detail-content{background:#fff}.product-detail-page .detail-hero{text-align:center;padding:24px 24px 28px}.product-detail-page .detail-vendor{color:var(--color-primary,#8a6a45);margin:0 0 10px;font-size:13px;font-weight:700}.product-detail-page .detail-hero h2{color:var(--color-text,#1f1711);margin:0;font-size:24px;font-weight:800;line-height:1.35}.product-detail-page .detail-subtitle{color:var(--color-text-muted,#6e5f52);margin:6px 0 18px;font-size:14px;font-weight:600;line-height:1.5}.product-detail-page .detail-image-frame{aspect-ratio:1;background:#f7f3ef;border:1px solid #0000000a;border-radius:14px;width:min(100%,310px);margin:0 auto;overflow:hidden}.product-detail-page .detail-image-frame img{object-fit:cover;width:100%;height:100%}.product-detail-page .detail-thumbnail-row{gap:8px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.product-detail-page .detail-thumbnail{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:7px;flex:none;width:58px;height:58px;padding:0;overflow:hidden}.product-detail-page .detail-thumbnail.is-active{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 1px var(--color-primary,#8a6a45)}.product-detail-page .detail-thumbnail img{object-fit:cover;width:100%;height:100%}.product-detail-page .detail-section{text-align:left;border-top:10px solid #f7f4f0;padding:26px 24px}.product-detail-page .detail-section h3{color:var(--color-text,#1f1711);margin:0 0 18px;font-size:19px;font-weight:800}.product-detail-page .detail-description,.product-detail-page .detail-copy{color:#51483f;font-size:14px;font-weight:600;line-height:1.78}.product-detail-page .detail-description p,.product-detail-page .detail-copy p{white-space:pre-line;margin:0 0 16px}.product-detail-page .detail-description p:last-child,.product-detail-page .detail-copy p:last-child{margin-bottom:0}.product-detail-page .detail-info-list{border:1px solid var(--color-line,#e5d8c7);border-radius:12px;flex-direction:column;gap:0;margin:22px 0 0;display:flex;overflow:hidden}.product-detail-page .detail-info-list div{border-bottom:1px solid var(--color-line,#e5d8c7);background:#fff;grid-template-columns:96px 1fr;gap:12px;padding:14px 16px;display:grid}.product-detail-page .detail-info-list div:last-child{border-bottom:0}.product-detail-page .detail-info-list dt{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:700}.product-detail-page .detail-info-list dd{color:var(--color-text,#1f1711);margin:0;font-size:14px;font-weight:700;line-height:1.5}.product-detail-page .detail-order-bar{box-shadow:0 -10px 22px #1f17110f}@media (width<=380px){.order-page .product-item{grid-template-columns:20px 72px 1fr;gap:12px;padding:16px}.order-page .product-image-wrapper{width:72px;height:72px}.order-page .product-content strong,.order-page .current-price{font-size:16px}.product-detail-page .detail-section,.product-detail-page .detail-hero{padding-left:18px;padding-right:18px}.product-detail-page .detail-info-list div{grid-template-columns:82px 1fr}}.checkout-page{background:var(--color-bg,#f5efe7);justify-content:center;min-height:100vh;display:flex}.checkout-page .order-mobile{width:min(100%,430px);min-height:100dvh;padding-bottom:calc(180px + env(safe-area-inset-bottom,0px));color:var(--color-text,#1f1711);background:#fff;position:relative;box-shadow:0 10px 40px #8a6a450f}.checkout-page .checkout-header{border-bottom:1px solid var(--color-line,#e5d8c7);background:#fff;align-items:center;padding:8px 20px;display:flex}.checkout-page .back-btn{width:40px;height:40px;color:var(--color-text,#1f1711);background:0 0;border:none;justify-content:center;align-items:center;margin-left:-8px;padding:0;display:flex}.checkout-page .checkout-header h1{text-align:center;flex:1;margin-right:32px;font-size:18px;font-weight:800}.checkout-page .checkout-content{gap:12px;padding:14px 10px 32px;display:grid}.checkout-page .checkout-card{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:14px;padding:18px 16px}.checkout-page .checkout-card h2{margin-bottom:14px;font-size:17px;font-weight:800}.checkout-page .summary-product{grid-template-columns:72px 1fr;align-items:center;gap:14px;display:grid}.checkout-page .summary-product img{object-fit:cover;border:1px solid #f0e6da;border-radius:12px;width:72px;height:72px}.checkout-page .summary-product strong{margin-bottom:4px;font-size:16px;font-weight:800;display:block}.checkout-page .summary-product p{color:var(--color-text-muted,#6e5f52);font-size:13px;line-height:1.45}.checkout-page .summary-product .price{color:var(--color-text,#1f1711);margin-top:8px;font-size:18px;font-weight:900}.checkout-page .compact-product-summary{grid-template-columns:1fr auto;align-items:start;gap:8px 12px;display:grid}.checkout-page .compact-product-summary strong{color:var(--color-text,#1f1711);font-size:16px;font-weight:900}.checkout-page .compact-product-summary p{color:var(--color-text-muted,#6e5f52);font-size:13px;line-height:1.45}.checkout-page .compact-product-summary span{color:#4d4239;font-size:13px;font-weight:800}.checkout-page .info-list{gap:10px;display:grid}.checkout-page .info-row{grid-template-columns:84px 1fr;gap:12px;display:grid}.checkout-page .info-label{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:700}.checkout-page .info-value{color:var(--color-text,#1f1711);word-break:keep-all;font-size:14px;font-weight:700;line-height:1.45}.checkout-page .payment-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.checkout-page .payment-option{border:1px solid var(--color-line,#e5d8c7);color:#1f1711;cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-height:70px;padding:10px 6px;display:flex;position:relative}.checkout-page .payment-option input{opacity:0;pointer-events:none;position:absolute}.checkout-page .payment-option-label{font-size:13px;font-weight:600}.checkout-page .payment-option-badge{color:#9b8573;background:#f5ede4;border-radius:100px;padding:2px 6px;font-size:10px;font-weight:700;line-height:1.4}.checkout-page .payment-option.is-selected{color:#1f1711;border-color:#1f1711;font-weight:900;box-shadow:inset 0 0 0 1px #1f1711}.checkout-page .payment-option.is-disabled{opacity:.4;cursor:not-allowed}.checkout-page .notice-text{color:#4d4239;gap:10px;font-size:13px;line-height:1.65;display:grid}.checkout-page .notice-text strong{color:var(--color-text,#1f1711)}.checkout-page .agreement-list{gap:12px;display:grid}.checkout-page .agreement-row,.checkout-page .agreement-all{color:var(--color-text,#1f1711);grid-template-columns:24px 1fr auto;align-items:center;gap:10px;font-size:14px;font-weight:700;display:grid}.checkout-page .agreement-row input,.checkout-page .agreement-all input{width:20px;height:20px;accent-color:var(--color-primary,#8a6a45)}.checkout-page .agreement-row a{color:var(--color-primary,#8a6a45);font-size:12px;font-weight:800}.checkout-page .agreement-all{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:12px;margin-top:4px;padding:14px;font-size:15px}.checkout-page .checkout-bottom-bar{z-index:10;width:min(100%,430px);padding:16px 20px calc(16px + env(safe-area-inset-bottom));border-top:1px solid var(--color-line,#e5d8c7);background:#fff;gap:10px;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.checkout-page .bottom-summary{color:var(--color-text-muted,#6e5f52);justify-content:space-between;align-items:center;font-size:13px;font-weight:700;display:flex}.checkout-page .bottom-summary strong{color:var(--color-text,#1f1711);font-size:20px;font-weight:900}.checkout-page .checkout-button{background:var(--color-primary,#8a6a45);color:#fff;border:0;border-radius:14px;height:52px;font-size:16px;font-weight:800}.checkout-page .checkout-button:disabled{cursor:not-allowed;color:#fffaf5;background:#d5c7b7}.checkout-page .checkout-error{color:#dc2626;text-align:center;background:#fef2f2;border-radius:10px;padding:12px 16px;font-size:13px;font-weight:700;line-height:1.5}.checkout-page .order-complete{text-align:center;gap:18px;padding:56px 24px 32px;display:grid}.checkout-page .complete-mark{color:#059669;background:#ecfdf5;border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto;font-size:32px;font-weight:900;display:grid}.checkout-page .order-complete h1{color:var(--color-text,#1f1711);font-size:24px;font-weight:900}.checkout-page .order-complete p{color:var(--color-text-muted,#6e5f52);font-size:14px;line-height:1.6}.checkout-page .complete-info{border:1px solid var(--color-line,#e5d8c7);text-align:left;border-radius:14px;gap:12px;margin-top:8px;padding:18px;display:grid}.checkout-page .complete-info div{grid-template-columns:76px 1fr;align-items:start;gap:12px;display:grid}.checkout-page .complete-info span{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:700}.checkout-page .complete-info strong{color:var(--color-text,#1f1711);font-size:14px;font-weight:900;line-height:1.45}.checkout-page .complete-button{background:var(--color-primary,#8a6a45);color:#fff;border-radius:14px;place-items:center;height:52px;margin-top:8px;font-size:16px;font-weight:800;text-decoration:none;display:grid}@media (width<=360px){.checkout-page .checkout-content{padding:12px 8px 16px}}.order-form-page{background:var(--color-bg,#f5efe7);justify-content:center;min-height:100vh;display:flex}.order-form-page .order-mobile{width:min(100%,430px);min-height:100vh;color:var(--color-text,#1f1711);background:#fff;padding-bottom:120px;position:relative;box-shadow:0 10px 40px #8a6a450f}.order-form-page .order-form-header{border-bottom:1px solid var(--color-line,#e5d8c7);background:#fff;align-items:center;padding:8px 20px;display:flex}.order-form-page .back-btn{width:40px;height:40px;color:var(--color-text,#1f1711);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;margin-left:-8px;padding:0;display:flex}.order-form-page .order-form-header h1{text-align:center;flex:1;margin:0 32px 0 0;font-size:18px;font-weight:700}.order-form-page .form-section{padding:24px}.order-form-page .product-banner{background:#2d241e;padding:24px 20px}.order-form-page .banner-content{align-items:center;gap:18px;display:flex}.order-form-page .banner-thumbnail{object-fit:cover;background:#fff;border:1px solid #ffffff1a;border-radius:14px;width:90px;height:90px}.order-form-page .banner-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.order-form-page .banner-title-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;display:flex}.order-form-page .banner-info h3{color:#fff;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:17px;font-weight:700;overflow:hidden}.order-form-page .banner-detail-btn{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;flex-shrink:0;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;display:inline-flex}.order-form-page .banner-detail-btn:active{background:#fff3;transform:scale(.95)}.order-form-page .banner-info p{color:#ffffffb3;margin:0;font-size:13px;line-height:1.4}.order-form-page .banner-price{color:#dcb386;margin-top:6px;font-size:17px;font-weight:800}.order-form-page .input-group{margin-bottom:32px}.order-form-page .input-group .ribbon-input+.ribbon-input{margin-top:10px}.order-form-page .form-section-title{color:var(--color-text,#1f1711);margin:0 0 18px;font-size:18px;font-weight:800}.order-form-page .ribbon-input{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:12px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:all .2s}.order-form-page .ribbon-input:focus{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 3px #8a6a451a}.order-form-page .custom-message-input{margin-top:8px}.order-form-page .ribbon-input.is-invalid{border-color:#d94b38;animation:.34s input-shake;box-shadow:0 0 0 3px #d94b381f}.order-form-page .input-error-message{color:#d94b38;margin-top:8px;font-size:13px;font-weight:600;line-height:1.4}.order-form-page .input-help-message{color:var(--color-text-muted,#6e5f52);margin-top:8px;font-size:13px;font-weight:600;line-height:1.4}.order-form-page .message-select{border:1px solid var(--color-line,#e5d8c7);appearance:none;cursor:pointer;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a39587' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 16px center no-repeat;border-radius:12px;outline:none;width:100%;margin-top:8px;padding:14px 16px;font-size:15px}.order-form-page .recipient-info-card{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:16px;margin-bottom:24px;padding:24px}.order-form-page .recipient-card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.order-form-page .recipient-card-header h3{margin:0;font-size:16px;font-weight:700}.order-form-page .edit-btn{color:var(--color-primary,#8a6a45);border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:600}.order-form-page .recipient-data{gap:12px;display:grid}.order-form-page .data-row{grid-template-columns:80px 1fr;gap:12px;display:grid}.order-form-page .data-label{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:500}.order-form-page .data-value{color:var(--color-text,#1f1711);font-size:14px;font-weight:600;line-height:1.4}.order-form-page .bottom-spacer{height:80px}.order-form-page .bottom-order-bar{z-index:10;width:min(100%,430px);padding:20px 24px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--color-line,#e5d8c7);background:#fff;justify-content:space-between;align-items:center;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.order-form-page.is-keyboard-open .bottom-order-bar{display:none}.order-form-page .selected-summary{flex-direction:column;gap:4px;display:flex}.order-form-page .selected-summary span{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:600}.order-form-page .selected-summary strong{color:var(--color-text,#1f1711);font-size:20px;font-weight:800}.order-form-page .payment-btn{background:var(--color-primary,#8a6a45);color:#fff;cursor:pointer;border:0;border-radius:14px;height:54px;padding:0 40px;font-size:16px;font-weight:700}@keyframes input-shake{0%,to{transform:translate(0)}20%{transform:translate(-5px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.return-gift-page .product-item{grid-template-columns:24px 86px 1fr}.return-gift-page .rg-list-header{padding:24px 20px 16px}.return-gift-page .rg-list-header h1{letter-spacing:-.5px;color:var(--color-text,#1f1711);font-size:22px;font-weight:800;line-height:1.35}.return-gift-page .rg-brand-filter{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding:0 20px 12px;display:flex;overflow-x:auto}.return-gift-page .rg-brand-filter::-webkit-scrollbar{display:none}.return-gift-page .rg-brand-chip{color:#555;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #e2e2e2;border-radius:8px;flex:none;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}.return-gift-page .rg-brand-chip.is-active{color:#fff;background:#1f1711;border-color:#1f1711}.return-gift-page .rg-list-toolbar{justify-content:space-between;align-items:center;padding:4px 20px 12px;display:flex}.return-gift-page .rg-list-count{color:var(--color-text,#1f1711);font-size:15px;font-weight:700}.return-gift-page .rg-sort-select{border:1px solid var(--color-line,#e5d8c7);height:34px;color:var(--color-text-muted,#6e5f52);background:#fff;border-radius:8px;padding:0 28px 0 12px;font-size:13px;font-weight:600}.return-gift-page .rg-product-grid-section{padding:0 20px}.return-gift-page .rg-product-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.return-gift-page .rg-card-item{cursor:pointer;-webkit-tap-highlight-color:transparent;flex-direction:column;display:flex}.return-gift-page .rg-card-item:active{transform:scale(.98)}.return-gift-page .rg-card-thumb{aspect-ratio:1;background:#f7f4ef;border:1px solid #0000000a;border-radius:14px;width:100%;overflow:hidden}.return-gift-page .rg-card-thumb img{object-fit:cover;width:100%;height:100%}.return-gift-page .rg-card-body{flex-direction:column;gap:3px;padding:10px 2px 0;display:flex}.return-gift-page .rg-card-brand{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:500}.return-gift-page .rg-card-name{color:var(--color-text,#1f1711);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.return-gift-page .rg-card-price{color:var(--color-text,#1f1711);margin-top:2px;font-size:17px;font-weight:800}.return-gift-page .rg-detail-body{flex-direction:column;gap:24px;padding:8px 20px 0;display:flex}.return-gift-page .rg-detail-image{aspect-ratio:1;background:#f7f4ef;border-radius:16px;width:100%;overflow:hidden}.return-gift-page .rg-detail-image img{object-fit:cover;width:100%;height:100%}.return-gift-page .rg-detail-head{flex-direction:column;gap:6px;display:flex}.return-gift-page .rg-detail-brand{color:var(--color-text-muted,#6e5f52);font-size:15px;font-weight:600}.return-gift-page .rg-detail-name{color:var(--color-text,#1f1711);margin:0;font-size:22px;font-weight:800;line-height:1.35}.return-gift-page .rg-detail-price{color:var(--color-text,#1f1711);align-self:flex-end;font-size:26px;font-weight:800}.return-gift-page .rg-detail-info-card{background:var(--color-bg,#f7f2ea);border-radius:14px;flex-direction:column;gap:14px;padding:18px;display:flex}.return-gift-page .rg-detail-info-row{gap:14px;display:flex}.return-gift-page .rg-detail-info-label{color:var(--color-text,#1f1711);flex:0 0 64px;font-size:14px;font-weight:700}.return-gift-page .rg-detail-info-value{color:var(--color-text-muted,#4a4038);flex:1;font-size:14px;line-height:1.6}.return-gift-page .rg-detail-desc h3,.return-gift-page .rg-detail-notice h3{color:var(--color-text,#1f1711);margin:0 0 10px;font-size:15px;font-weight:700}.return-gift-page .rg-detail-desc p{color:var(--color-text-muted,#4a4038);white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.7}.return-gift-page .rg-detail-notice ul{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.return-gift-page .rg-detail-notice li{color:var(--color-text-muted,#6e5f52);font-size:13px;line-height:1.6}.return-gift-page .rg-detail-bar{justify-content:stretch}.return-gift-page .rg-detail-buy{flex:1;width:100%}.return-gift-page .rg-step-header{align-items:center;gap:8px;padding:20px 16px 12px;display:flex}.return-gift-page .rg-step-header h1{color:var(--color-text,#1f1711);letter-spacing:-.4px;font-size:20px;font-weight:700}.return-gift-page .back-btn{width:40px;height:40px;color:var(--color-text,#1f1711);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.return-gift-page .back-btn:active{background:var(--color-bg,#f5efe7)}.return-gift-page .rg-product-banner{background:var(--color-bg,#f7f2ea);border:1px solid var(--color-line,#e5d8c7);border-radius:16px;align-items:center;gap:14px;margin:4px 24px 8px;padding:16px;display:flex}.return-gift-page .rg-product-banner img{object-fit:cover;background:#fff;border-radius:12px;flex-shrink:0;width:64px;height:64px}.return-gift-page .rg-product-banner div{flex-direction:column;gap:2px;min-width:0;display:flex}.return-gift-page .rg-product-banner strong{color:var(--color-text,#1f1711);font-size:16px;font-weight:700}.return-gift-page .rg-product-banner span{color:var(--color-text-muted,#6e5f52);font-size:13px}.return-gift-page .rg-banner-price{margin-top:2px;font-weight:700;color:var(--color-primary,#8a6a45)!important}.return-gift-page .rg-form-section{flex-direction:column;gap:24px;padding:16px 24px 0;display:flex}.return-gift-page .rg-field-group{flex-direction:column;gap:10px;display:flex}.return-gift-page .rg-field-title{color:var(--color-text,#1f1711);margin:0;font-size:16px;font-weight:700}.return-gift-page .rg-field-title-row{justify-content:space-between;align-items:center;display:flex}.return-gift-page .rg-clear-all{color:#d32f2f;cursor:pointer;background:0 0;border:none;padding:4px;font-size:14px;font-weight:600}.return-gift-page .rg-tone-tabs{gap:8px;display:flex}.return-gift-page .rg-tone-tab{border:1px solid var(--color-line,#e5d8c7);height:42px;color:var(--color-text-muted,#6e5f52);cursor:pointer;background:#fff;border-radius:10px;flex:1;font-size:15px;font-weight:600;transition:all .2s}.return-gift-page .rg-tone-tab.is-active{border-color:var(--color-primary,#8a6a45);background:var(--color-primary,#8a6a45);color:#fff}.return-gift-page .rg-message-wrap{position:relative}.return-gift-page .rg-message-textarea{width:100%;color:var(--color-text,#1f1711);border:1px solid var(--color-line,#e5d8c7);resize:vertical;background:#fff;border-radius:12px;outline:none;padding:16px 16px 28px;font-family:inherit;font-size:15px;font-weight:500;line-height:1.7;transition:all .2s}.return-gift-page .rg-message-textarea:focus{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 3px #8a6a451a}.return-gift-page .rg-char-count{color:#bfaea0;font-size:12px;font-weight:600;position:absolute;bottom:10px;right:12px}.return-gift-page .rg-message-preview{color:var(--color-text,#1f1711);white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.7}.return-gift-page .rg-field-help{color:var(--color-text-muted,#6e5f52);margin:-2px 0 2px;font-size:13px;line-height:1.5}.return-gift-page .rg-input{width:100%;color:var(--color-text,#1f1711);border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:12px;outline:none;padding:14px 16px;font-size:16px;font-weight:600;transition:all .2s}.return-gift-page .rg-input:focus{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 3px #8a6a451a}.return-gift-page .rg-input::placeholder{color:#bfaea0;font-weight:500}.return-gift-page .rg-textarea{width:100%;color:var(--color-text,#1f1711);border:1px solid var(--color-line,#e5d8c7);resize:vertical;background:#fff;border-radius:12px;outline:none;padding:14px 16px;font-family:inherit;font-size:15px;font-weight:500;line-height:1.7;transition:all .2s}.return-gift-page .rg-textarea:focus{border-color:var(--color-primary,#8a6a45);box-shadow:0 0 0 3px #8a6a451a}.return-gift-page .rg-textarea::placeholder{color:#cbbdae;font-weight:500}.return-gift-page .rg-add-row{align-items:stretch;gap:8px;display:flex}.return-gift-page .rg-add-row .rg-input{flex:1}.return-gift-page .rg-add-btn{color:#fff;cursor:pointer;background:#1f1711;border:none;border-radius:12px;flex:none;padding:0 20px;font-size:15px;font-weight:700;transition:opacity .2s}.return-gift-page .rg-add-btn:active{opacity:.85}.return-gift-page .rg-recipient-rows{flex-direction:column;gap:8px;margin:10px 0 0;padding:0;list-style:none;display:flex}.return-gift-page .rg-recipient-row{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;display:flex}.return-gift-page .rg-recipient-no{color:#6e5f52;background:#f1efea;border-radius:6px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:flex}.return-gift-page .rg-recipient-phone{color:var(--color-text,#1f1711);flex:1;font-size:15px;font-weight:600}.return-gift-page .rg-recipient-del{color:#b9a89a;cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;width:26px;height:26px;font-size:20px;line-height:1;display:flex}.return-gift-page .rg-recipient-del:active{color:#6e5f52}.return-gift-page .rg-recipient-summary{align-items:center;gap:12px;font-size:14px;display:flex}.return-gift-page .rg-recipient-count{color:var(--color-text-muted,#6e5f52);font-weight:600}.return-gift-page .rg-recipient-count strong{color:var(--color-primary,#8a6a45);font-size:16px}.return-gift-page .rg-recipient-invalid{color:#d32f2f;font-weight:600}.return-gift-page .rg-recipient-list{flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;list-style:none;display:flex}.return-gift-page .rg-recipient-list li{color:var(--color-text,#1f1711);background:var(--color-bg,#f5efe7);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.return-gift-page .rg-card{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:16px;flex-direction:column;gap:14px;padding:20px;display:flex}.return-gift-page .rg-card h2{color:var(--color-text,#1f1711);margin:0;font-size:16px;font-weight:700}.return-gift-page .rg-summary-row{justify-content:space-between;align-items:center;font-size:15px;display:flex}.return-gift-page .rg-summary-row span{color:var(--color-text-muted,#6e5f52);font-weight:500}.return-gift-page .rg-summary-row strong{color:var(--color-text,#1f1711);font-weight:700}.return-gift-page .rg-summary-total{border-top:1px solid var(--color-line,#e5d8c7);padding-top:14px}.return-gift-page .rg-summary-total span{color:var(--color-text,#1f1711);font-weight:700}.return-gift-page .rg-summary-total strong{color:var(--color-primary,#8a6a45);font-size:20px;font-weight:800}.return-gift-page .rg-notice{flex-direction:column;gap:8px;display:flex}.return-gift-page .rg-notice p{color:var(--color-text-muted,#6e5f52);margin:0;font-size:13px;line-height:1.6}.return-gift-page .rg-agreement-list{flex-direction:column;gap:4px;display:flex}.return-gift-page .rg-agreement-row,.return-gift-page .rg-agreement-all{color:var(--color-text,#1f1711);cursor:pointer;align-items:center;gap:10px;padding:8px 0;font-size:14px;display:flex}.return-gift-page .rg-agreement-row span,.return-gift-page .rg-agreement-all span{flex:1;font-weight:500}.return-gift-page .rg-agreement-all{border-top:1px solid var(--color-line,#e5d8c7);margin-top:4px;padding-top:14px;font-weight:700}.return-gift-page .rg-agreement-row a{color:var(--color-text-muted,#6e5f52);flex:none;font-size:13px;text-decoration:underline}.return-gift-page .rg-agreement-row input[type=checkbox],.return-gift-page .rg-agreement-all input[type=checkbox]{width:20px;height:20px;accent-color:var(--color-primary,#8a6a45);flex-shrink:0}.return-gift-page .rg-form-error{color:#d32f2f;background:#fff5f5;border:1px solid #ffcdd2;border-radius:12px;margin:0;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.5}.payment-result-page{background:var(--color-bg,#f5efe7);justify-content:center;min-height:100vh;display:flex}.payment-result-page .order-mobile{background:#fff;width:min(100%,430px);min-height:100vh;box-shadow:0 10px 40px #8a6a450f}.payment-result-page .result-content{text-align:center;gap:18px;padding:56px 24px 32px;display:grid}.payment-result-page .result-icon{border-radius:50%;place-items:center;width:60px;height:60px;margin:0 auto;font-size:28px;font-weight:900;display:grid}.payment-result-page .result-icon--success{color:#059669;background:#ecfdf5}.payment-result-page .result-icon--fail{color:#dc2626;background:#fef2f2}.payment-result-page h1{color:var(--color-text,#1f1711);font-size:22px;font-weight:900}.payment-result-page .result-message{color:var(--color-text-muted,#6e5f52);font-size:14px;line-height:1.6}.payment-result-page .result-loading-text{color:var(--color-text-muted,#6e5f52);font-size:15px}.payment-result-page .result-info{border:1px solid var(--color-line,#e5d8c7);text-align:left;border-radius:14px;gap:12px;margin-top:8px;padding:18px;display:grid}.payment-result-page .result-info div{grid-template-columns:76px 1fr;align-items:start;gap:12px;display:grid}.payment-result-page .result-info span{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:700}.payment-result-page .result-info strong{color:var(--color-text,#1f1711);font-size:14px;font-weight:900;line-height:1.45}.payment-result-page .result-notice{text-align:left;background:#f7f3ed;border-radius:14px;gap:6px;padding:16px;display:grid}.payment-result-page .result-notice strong{color:var(--color-text,#1f1711);font-size:14px;font-weight:900}.payment-result-page .result-notice p{color:var(--color-text-muted,#6e5f52);margin:0;font-size:13px;font-weight:600;line-height:1.6}.payment-result-page .result-button{background:var(--color-primary,#8a6a45);color:#fff;border-radius:14px;place-items:center;height:52px;margin-top:8px;font-size:16px;font-weight:800;text-decoration:none;display:grid}.payment-result-page .result-spinner{border:3px solid var(--color-line,#e5d8c7);border-top-color:var(--color-primary,#8a6a45);border-radius:50%;width:40px;height:40px;margin:0 auto;animation:.8s linear infinite spin}.admin-login{flex:1;justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex;background-color:var(--color-bg)!important}.admin-login .admin-panel{border-radius:var(--radius-lg);width:min(480px,100vw - 32px);max-width:480px;box-shadow:var(--shadow-lg);text-align:center;border:none;padding:64px 48px;background-color:var(--color-surface)!important}@media (width<=480px){.admin-login .admin-panel{min-width:0;box-shadow:none;border-radius:0;padding:32px 8px;background-color:#0000!important;width:100%!important;max-width:none!important}.admin-login .admin-form,.admin-login .admin-form label,.admin-login .admin-form input,.admin-login .admin-button{width:100%;min-width:0}.admin-login h1{margin-bottom:32px;font-size:24px}}@media (width<=640px){.admin-login{justify-content:center;padding:24px}}.admin-login h1{color:var(--color-text);letter-spacing:-.03em;margin-bottom:48px;font-size:28px;font-weight:800}.admin-login-buttons{flex-direction:column;gap:16px;margin-top:24px;display:flex}.admin-access-denied h1{margin-bottom:16px}.admin-access-denied-eyebrow{color:var(--color-primary);margin:0 0 12px;font-size:13px;font-weight:800}.admin-access-denied-copy{color:var(--color-text-muted);margin:0;font-size:15px;line-height:1.6}.admin-page{background-color:var(--color-bg);flex-direction:row;flex:1;min-height:100vh;display:flex}.admin-sidebar{background-color:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;flex-shrink:0;width:280px;height:100vh;padding:40px 16px;display:flex;position:sticky;top:0}.admin-sidebar h1{color:var(--color-text);letter-spacing:-.03em;margin-bottom:48px;padding:0 16px;font-size:18px;font-weight:800}.admin-sidebar-nav{flex-direction:column;flex:1;display:flex}.admin-sidebar-nav .nav-link{color:var(--color-text-muted);border-radius:var(--radius-md);align-items:center;margin:2px 0;padding:12px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.admin-sidebar-nav .nav-link:hover{background-color:var(--color-subtle);color:var(--color-text)}.admin-sidebar-nav .nav-link.active{background-color:var(--color-info-bg);color:var(--color-primary);font-weight:700}.nav-section{margin-bottom:24px}.nav-section:not(:first-of-type){margin-top:32px}.nav-section-account{margin-bottom:0;margin-top:auto!important}.nav-link-button{cursor:pointer;text-align:left;background:0 0;border:none;width:100%;font-family:inherit}.admin-sidebar-nav .nav-section-label{color:#111827;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:12px;margin-bottom:12px;padding:0 16px;font-size:11px;font-weight:800;display:flex}.nav-section-label:after{content:"";background-color:var(--color-border);flex:1;height:1px}.admin-main{flex-direction:column;flex:1;min-width:0;display:flex}.admin-header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);z-index:100;background-color:#fffc;position:sticky;top:0}.admin-header-inner{justify-content:flex-end;align-items:center;width:100%;max-width:1400px;height:72px;margin:0 auto;padding:0 40px;display:flex}.admin-content{flex-direction:column;gap:40px;width:100%;max-width:1400px;margin:0 auto;padding:40px 40px 100px;display:flex}.admin-panel{background-color:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);padding:32px}.panel-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.order-panel-header{flex-wrap:wrap;gap:16px}.admin-panel h2{color:var(--color-text);letter-spacing:-.01em;font-size:20px;font-weight:700}.admin-button{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;height:44px;padding:0 24px;font-size:15px;font-weight:600;transition:all .2s;display:inline-flex}.admin-button:hover{background-color:var(--color-primary-hover);transform:translateY(-1px)}.admin-button:disabled{cursor:not-allowed;opacity:.68;transform:none}.admin-button:disabled:hover{background-color:var(--color-primary);transform:none}.admin-button:active{transform:translateY(0)}.admin-button.secondary{background-color:var(--color-subtle);color:var(--color-text);border:none}.admin-button.secondary:hover{background-color:var(--color-border);color:var(--color-text)}.admin-button.secondary:disabled:hover{background-color:var(--color-subtle);color:var(--color-text)}.admin-button.danger{background-color:var(--color-error-bg);color:var(--color-error)}.admin-button.danger:hover{background-color:#ffd8d6}.admin-login .admin-button{border-radius:var(--radius-md);width:100%;height:52px;font-size:16px}.admin-table-wrap{border-top:1px solid var(--color-line);margin:0 -32px -32px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:var(--color-text-muted);border-bottom:1px solid var(--color-line);background-color:#0000;padding:16px 24px;font-size:13px;font-weight:600}.admin-table td{border-bottom:1px solid var(--color-line);color:var(--color-text);vertical-align:middle;padding:24px;font-size:14px}.admin-table tr:last-child td{border-bottom:none}.admin-table tr:hover td{background-color:var(--color-bg)}.admin-table strong{color:var(--color-text);margin-bottom:4px;font-size:15px;font-weight:700;display:block}.order-card-list{flex-direction:column;gap:8px;display:flex}.order-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);overflow:hidden;box-shadow:0 1px 3px #0000000d,0 1px 2px #00000008}.order-card-header{background-color:var(--color-surface);border-bottom:1px solid var(--color-line);align-items:center;gap:10px;padding:11px 18px;display:flex}.order-card-code{color:var(--color-text-muted);letter-spacing:.03em;background-color:var(--color-subtle);border-radius:var(--radius-sm);flex-shrink:0;padding:2px 7px;font-family:SF Mono,ui-monospace,monospace;font-size:11px;font-weight:600}.order-card-code.status-success{background-color:var(--color-success-bg);color:var(--color-success)}.order-card-code.status-info{background-color:var(--color-info-bg);color:var(--color-info)}.order-card-code.status-warning{background-color:var(--color-warning-bg);color:var(--color-warning)}.order-card-code.status-error{background-color:var(--color-error-bg);color:var(--color-error)}.order-card-product{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:500;overflow:hidden}.order-card-amount{color:var(--color-primary);letter-spacing:-.02em;flex-shrink:0;font-size:15px;font-weight:800}.order-card-status-edit{flex-shrink:0;align-items:center;gap:6px;display:flex}.order-card-body{border-bottom:1px solid var(--color-line);grid-template-columns:repeat(4,1fr);gap:6px 28px;padding:14px 18px;display:grid}.order-card-field{flex-direction:column;gap:3px;display:flex}.order-card-field-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700}.order-card-field-value{color:var(--color-text);font-size:14px;font-weight:600;line-height:1.3}.order-card-field-sub{color:var(--color-text-muted);font-size:12px;line-height:1.5}.order-card-actions{background-color:var(--color-bg);grid-template-columns:repeat(4,1fr);align-items:start;gap:6px 28px;padding:10px 18px;display:grid}.order-action-group{flex-direction:column;gap:5px;display:flex}.order-action-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:700}.status-badge.error{background-color:var(--color-error-bg);color:var(--color-error)}.order-card-actions-vendor{background-color:var(--color-bg);grid-template-columns:repeat(4,1fr);align-items:center;gap:6px 28px;padding:10px 18px;display:grid}.order-card-actions-vendor-btn{grid-column:4;justify-self:end}.icon-button{border-radius:var(--radius-md);background-color:var(--color-subtle);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.icon-button:hover{background-color:var(--color-border);color:var(--color-text)}.vendor-order-table{min-width:1240px}.admin-primary-text{font-size:14px;font-weight:600!important}.admin-price-text{font-size:16px;color:var(--color-primary)!important;font-weight:700!important}.admin-muted{color:var(--color-text-muted);margin-top:2px;font-size:13px;display:block}.admin-detail-cell{text-overflow:ellipsis;overflow:hidden}.status-badge{border-radius:var(--radius-sm);background-color:var(--color-subtle);color:var(--color-text-muted);white-space:nowrap;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.status-badge.success{background-color:var(--color-success-bg);color:var(--color-success)}.status-badge.info{background-color:var(--color-info-bg);color:var(--color-info)}.status-badge.warning{background-color:var(--color-warning-bg);color:var(--color-warning)}.admin-product-image{border-radius:var(--radius-md);object-fit:cover;border:1px solid var(--color-border);background-color:var(--color-bg);width:56px;height:56px}.admin-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.admin-modal{background-color:var(--color-surface);border-radius:var(--radius-lg);width:100%;max-width:540px;box-shadow:var(--shadow-lg);border:none;max-height:90vh;padding:48px;position:relative;overflow-y:auto}.admin-modal h2{color:var(--color-text);letter-spacing:-.02em;margin-bottom:32px;font-size:22px;font-weight:800}.admin-modal-close{border-radius:var(--radius-md);background-color:var(--color-subtle);width:36px;height:36px;color:var(--color-text);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:24px;line-height:1;display:inline-flex;position:absolute;top:18px;right:18px}.admin-modal-close:hover{background-color:var(--color-border)}.admin-form{gap:24px;display:grid}.admin-form label{color:var(--color-text);gap:8px;font-size:14px;font-weight:600;display:grid}.admin-form input:not([type=file]):not([type=checkbox]),.admin-form textarea,.admin-form select,.admin-select{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg);width:100%;min-height:48px;color:var(--color-text);outline:none;padding:0 16px;font-size:15px;transition:all .2s}.admin-form textarea{resize:vertical;min-height:100px;padding:16px}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.admin-select:focus{border-color:var(--color-primary);background-color:var(--color-surface);box-shadow:0 0 0 3px var(--color-info-bg)}.admin-error{color:var(--color-error);background-color:var(--color-error-bg);border-radius:var(--radius-md);margin-top:16px;padding:12px;font-size:14px;font-weight:600}.modal-error{margin-top:-12px;margin-bottom:20px}.admin-login-form{text-align:left}.admin-empty-cell{text-align:center;color:var(--color-text-muted)!important;padding:60px!important}.admin-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:var(--color-bg);border-radius:var(--radius-md);border:1px solid var(--color-border);padding:12px 16px;transition:all .2s;flex-direction:row!important;align-items:center!important;gap:12px!important;display:flex!important}.admin-checkbox-label:hover{background-color:var(--color-subtle)}.admin-checkbox-label input[type=checkbox]{cursor:pointer;accent-color:var(--color-primary);width:20px!important;height:20px!important;margin:0!important}.admin-filter-tabs{flex-wrap:wrap;gap:8px;display:flex}.order-filter-tabs{margin-bottom:24px}.admin-filter-tab{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg);min-height:36px;color:var(--color-text-muted);cursor:pointer;padding:0 14px;font-size:13px;font-weight:700;transition:background-color .15s,color .15s,border-color .15s}.admin-filter-tab:hover{background-color:var(--color-subtle);color:var(--color-text)}.admin-filter-tab:disabled{cursor:progress;opacity:.62}.admin-filter-tab.active{border-color:var(--color-primary);background-color:var(--color-info-bg);color:var(--color-primary)}.order-list-shell{min-height:120px;position:relative}.order-list-shell.is-loading .order-card-list{opacity:.45;pointer-events:none}.order-loading-overlay{z-index:5;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:var(--radius-md);background:#ffffff94;justify-content:center;align-items:flex-start;padding-top:36px;display:flex;position:absolute;inset:0}.order-loading-card{border:1px solid var(--color-border);background-color:var(--color-surface);min-height:40px;color:var(--color-text);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:10px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.order-loading-dots{align-items:center;gap:4px;display:inline-flex}.order-loading-dots span{background-color:var(--color-primary);border-radius:999px;width:6px;height:6px;animation:.84s ease-in-out infinite order-loading-pulse}.order-loading-dots span:nth-child(2){animation-delay:.12s}.order-loading-dots span:nth-child(3){animation-delay:.24s}@keyframes order-loading-pulse{0%,80%,to{opacity:.42;transform:scale(.72)}40%{opacity:1;transform:scale(1)}}.admin-pagination{color:var(--color-text-muted);justify-content:center;align-items:center;gap:12px;margin-top:24px;font-size:13px;font-weight:600;display:flex}.admin-pagination .admin-button{height:36px;padding:0 16px;font-size:13px}.admin-file-input{display:none!important}.admin-file-label{cursor:pointer;display:inline-flex}.admin-row-actions{gap:8px;display:flex}.admin-summary-box{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg);gap:6px;padding:16px;display:grid}.admin-summary-box strong{color:var(--color-text);font-size:15px}.admin-summary-box span{color:var(--color-text-muted);font-size:13px;line-height:1.4}.sales-panel{gap:24px;display:grid}.sales-panel-header{flex-wrap:wrap;gap:16px;margin-bottom:0}.sales-filter-bar{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg);grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;padding:16px;display:grid}.sales-filter-bar label{color:var(--color-text-muted);gap:8px;font-size:12px;font-weight:700;display:grid}.sales-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.sales-metric{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-bg);gap:8px;min-width:0;padding:18px;display:grid}.sales-metric span{color:var(--color-text-muted);font-size:12px;font-weight:700}.sales-metric strong{color:var(--color-text);letter-spacing:0;white-space:nowrap;font-size:24px;font-weight:800}.sales-metric em{color:var(--color-text-muted);font-size:12px;font-style:normal;line-height:1.4}.sales-metric .positive,.sales-metric em.positive{color:var(--color-success)}.sales-metric .negative,.sales-metric em.negative{color:var(--color-error)}.sales-chart-card,.sales-table-card{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);overflow:hidden}.sales-subheader{border-bottom:1px solid var(--color-line);justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:16px 18px;display:flex}.sales-subheader h3{color:var(--color-text);margin:0;font-size:15px;font-weight:800}.sales-subheader span{color:var(--color-text-muted);font-size:12px}.sales-chart{width:100%;height:320px;padding:18px 18px 8px}.sales-chart-tooltip{border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface);box-shadow:var(--shadow-sm);gap:4px;padding:10px 12px;display:grid}.sales-chart-tooltip strong{color:var(--color-text);font-size:13px}.sales-chart-tooltip span{color:var(--color-text-muted);font-size:12px}.sales-tables-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.sales-table-card:last-child:nth-child(odd){grid-column:1/-1}.sales-table-wrap{border-top:none;margin:0}.sales-table th,.sales-table td{padding:14px 18px}.sales-empty{text-align:center;margin:0;padding:32px 18px}@media (width<=1024px){.admin-sidebar{width:240px}.sales-filter-bar,.sales-summary-grid,.sales-tables-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=768px){.admin-page{flex-direction:column}.admin-sidebar{border-right:none;border-bottom:1px solid var(--color-border);width:100%;height:auto;padding:24px;position:static}.admin-header-inner{padding:0 24px}.admin-content,.admin-panel{padding:24px}.admin-table-wrap{margin:0 -24px -24px}.sales-filter-bar,.sales-summary-grid,.sales-tables-grid{grid-template-columns:1fr}.sales-table-card:last-child:nth-child(odd){grid-column:auto}.sales-chart{height:260px;padding:12px 8px 4px}.sales-table-wrap{margin:0}}.policy-page{background:var(--color-bg,#f5efe7);justify-content:center;min-height:100vh;display:flex}.policy-page .policy-mobile{width:min(100%,430px);min-height:100vh;color:var(--color-text,#1f1711);background:#fff;box-shadow:0 10px 40px #8a6a450f}.policy-page .policy-header{border-bottom:1px solid var(--color-line,#e5d8c7);background:#fff;padding:28px 22px 20px}.policy-page .policy-kicker{color:var(--color-primary,#8a6a45);margin-bottom:8px;font-size:12px;font-weight:800}.policy-page .policy-header h1{font-size:24px;font-weight:800;line-height:1.25}.policy-page .policy-updated{color:var(--color-text-muted,#6e5f52);margin-top:12px;font-size:13px;font-weight:600}.policy-page .policy-content{padding:24px 22px 40px}.policy-page .policy-intro{color:#3d332b;margin-bottom:24px;font-size:15px;line-height:1.75}.policy-page .placeholder{color:#7d5620;background:#fff2d8;border-radius:4px;padding:0 4px;font-weight:800;display:inline}.policy-page .policy-section{border-top:1px solid #f0e6da;padding:22px 0}.policy-page .policy-section h2{color:var(--color-text,#1f1711);margin-bottom:14px;font-size:18px;font-weight:800;line-height:1.35}.policy-page .policy-section h3{color:#3d332b;margin:18px 0 8px;font-size:15px;font-weight:800}.policy-page .policy-section p,.policy-page .policy-section li{color:#4d4239;font-size:14px;line-height:1.75}.policy-page .policy-section p+p{margin-top:10px}.policy-page .policy-section ul{gap:8px;margin:0;padding-left:18px;display:grid}.policy-page .policy-note{color:var(--color-text-muted,#6e5f52);background:#fbf7f0;border-radius:12px;margin-top:14px;padding:14px;font-size:13px;line-height:1.7}.policy-page .info-table{gap:8px;display:grid}.policy-page .info-row{background:#fffdfa;border:1px solid #f0e6da;border-radius:10px;grid-template-columns:100px 1fr;gap:12px;padding:12px;display:grid}.policy-page .info-label{color:var(--color-text-muted,#6e5f52);font-size:13px;font-weight:700}.policy-page .info-value{color:var(--color-text,#1f1711);word-break:keep-all;font-size:13px;font-weight:700;line-height:1.5}@media (width<=360px){.policy-page .policy-header,.policy-page .policy-content{padding-left:18px;padding-right:18px}.policy-page .info-row{grid-template-columns:1fr;gap:4px}}.site-footer{box-sizing:border-box;background:#fcfbf9;border-top:1px solid #e8e4e0;width:100%;padding:60px 24px 40px;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif}.footer-inner{max-width:1120px;margin:0 auto}.footer-top-row{border-bottom:1px solid #f4f1ee;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;display:flex}.footer-logo h3{color:#1a1511;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:800}.footer-nav{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.nav-link{color:#8c7e73;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.privacy{color:#4a3c31}.footer-nav .divider{background-color:#dcd3cb;width:1px;height:12px}.footer-info-section{grid-template-columns:1fr 1fr;gap:60px;margin-bottom:40px;display:grid}.info-column{flex-direction:column;gap:10px;min-width:0;display:flex}.info-item{word-break:keep-all;overflow-wrap:break-word;font-size:13px;line-height:1.6;display:flex}.info-item .label{color:#b3a8a0;flex:0 0 110px;font-weight:500}.info-item .value{color:#8c7e73;flex:1;min-width:0;font-weight:500}.footer-bottom{border-top:1px solid #f4f1ee;padding-top:24px}.copyright{color:#b3a8a0;margin:0;font-size:12px}@media (width<=960px){.footer-top-row{flex-direction:column;align-items:flex-start;gap:20px}.footer-nav{flex-wrap:wrap;gap:12px 16px}.footer-nav .divider{display:none}.footer-info-section{gap:32px}}@media (width<=640px){.site-footer{padding:40px 20px 30px}.footer-info-section{grid-template-columns:1fr;gap:24px}.info-item{flex-direction:column;gap:4px}.info-item .label{text-transform:uppercase;color:#4a3c31;flex:none;font-size:11px}.info-item .value{font-size:14px;line-height:1.5}}.home-page{background-color:#fff;flex-direction:column;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,Helvetica Neue,Segoe UI,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;display:flex}h1,h2,h3{color:#1a1511;margin:0}p{margin:0}.home-hero{text-align:center;background-color:#fbfaf9;border-bottom:1px solid #f4f1ee;padding:140px 24px 100px;position:relative;overflow:hidden}.hero-background{z-index:0;position:absolute;inset:0;overflow:hidden}.glow-circle{background:radial-gradient(circle,#4a3c310a 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite alternate pulse;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.glow-circle.secondary{background:radial-gradient(circle,#8b5a2b0a 0%,#0000 70%);width:400px;height:400px;top:100px;left:20%}@keyframes pulse{0%{transform:translate(-50%)scale(1)}to{transform:translate(-50%,20px)scale(1.1)}}.hero-content{z-index:1;max-width:900px;margin:0 auto;position:relative}.home-hero h1{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(32px,6vw,56px);font-weight:800;line-height:1.3}.home-hero h1 span{color:#4a3c31;display:block}.home-hero .page-description{color:#6b5d52;word-break:keep-all;max-width:600px;margin:0 auto 40px;font-size:clamp(16px,2.5vw,20px);line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:12px;padding:16px 32px;font-size:18px;font-weight:700;transition:all .2s}.primary-button{color:#fff;background-color:#4a3c31;box-shadow:0 4px 12px #4a3c3133}.primary-button:hover{background-color:#2c241b;transform:translateY(-2px);box-shadow:0 6px 16px #4a3c314d}.primary-button.outline{color:#4a3c31;box-shadow:none;background-color:#0000;border:2px solid #4a3c31}.primary-button.outline:hover{color:#fff;background-color:#4a3c31}.primary-button.large{padding:20px 48px;font-size:20px}.secondary-button{color:#6b5d52;background-color:#fff;border:1px solid #dcd3cb}.secondary-button:hover{color:#4a3c31;background-color:#fbfaf9;border-color:#b3a8a0}.features-section{background-color:#fff;padding:100px 24px}.section-inner{max-width:1120px;margin:0 auto}.feature-header{text-align:center;margin-bottom:64px}.feature-header h2{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(28px,4vw,36px);font-weight:800}.feature-header p{color:#8c7e73;font-size:18px}.features-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.feature-card{text-align:left;background-color:#fcfbf9;border:1px solid #f4f1ee;border-radius:24px;padding:40px 32px;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #4a3c310d}.feature-icon{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:24px;font-size:40px;display:flex;box-shadow:0 4px 6px #4a3c3108}.feature-card h3{color:#4a3c31;margin-bottom:16px;font-size:22px;font-weight:700}.feature-card p{color:#8c7e73;word-break:keep-all;font-size:16px;line-height:1.6}.showcase-section{background-color:#fcfbf9;padding:100px 24px}.showcase-section .section-inner{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.showcase-text h2{letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(32px,4vw,40px);font-weight:800;line-height:1.3}.showcase-text p{color:#6b5d52;margin-bottom:32px;font-size:18px;line-height:1.7}.feature-list{gap:16px;margin-bottom:40px;padding:0;list-style:none;display:grid}.feature-list li{color:#5c4e43;align-items:center;gap:12px;font-size:17px;font-weight:600;display:flex}.feature-list li:before{content:"";background-color:#4a3c31;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px;border-radius:50%;width:20px;height:20px;display:block}.ui-preview-container{justify-content:center;display:flex}.ui-mockup-frame{background-color:#fff;border-radius:32px;flex-direction:column;width:280px;height:580px;transition:transform .4s;display:flex;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 20px 40px #4a3c3114,0 0 0 8px #f4f1ee,0 0 0 10px #e8e4e0}.ui-mockup-frame:hover{transform:rotate(0)translateY(-10px)}.mockup-header{background-color:#fff;justify-content:center;align-items:flex-start;height:30px;padding-top:8px;display:flex}.mockup-notch{background-color:#f4f1ee;border-radius:10px;width:100px;height:20px}.mockup-body{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex}.mockup-skeleton-img{background:linear-gradient(135deg,#f4f1ee 0%,#e8e4e0 100%);border-radius:16px;width:100%;height:180px}.mockup-skeleton-title{background-color:#e8e4e0;border-radius:6px;width:70%;height:24px}.mockup-skeleton-text{background-color:#f4f1ee;border-radius:4px;width:100%;height:12px}.mockup-skeleton-text.short{width:60%}.mockup-options{flex-direction:column;gap:8px;margin-top:16px;display:flex}.mockup-option-item{border:1px solid #e8e4e0;border-radius:12px;width:100%;height:48px}.mockup-button{color:#fff;background-color:#4a3c31;border-radius:12px;justify-content:center;align-items:center;width:100%;height:48px;margin-top:auto;font-size:14px;font-weight:700;display:flex}.bottom-cta-section{text-align:center;background-color:#2c241b;padding:100px 24px}.cta-content{max-width:600px;margin:0 auto}.bottom-cta-section h2{color:#fff;margin-bottom:16px;font-size:clamp(28px,4vw,36px);font-weight:800}.bottom-cta-section p{color:#dcd3cb;margin-bottom:40px;font-size:18px}@media (width<=960px){.features-grid{grid-template-columns:1fr}.showcase-section .section-inner{text-align:center;grid-template-columns:1fr;gap:60px}.feature-list{text-align:left;display:inline-block}}@media (width<=768px){.home-hero{padding:100px 20px 80px}.hero-actions{flex-direction:column}.hero-actions button{width:100%}.features-section,.showcase-section,.bottom-cta-section{padding:80px 20px}}.vendor-mobile-page{color:#171923;background:#f5f6f8;width:100%;max-width:768px;min-height:100vh;margin:0 auto}.vendor-mobile-app-bar{z-index:5;background:#fff;border-bottom:1px solid #e8ecf2;justify-content:space-between;align-items:center;height:58px;padding:0 16px;display:flex;position:sticky;top:0}.vendor-mobile-app-bar h1{margin:0;font-size:18px;font-weight:800}.vendor-mobile-back,.vendor-mobile-logout{color:#334155;background:#eef2f7;border:0;border-radius:8px;padding:8px 10px;font-weight:800}.vendor-mobile-content{padding:14px 12px 48px}.vendor-mobile-summary{color:#fff;background:#2158d0;border-radius:8px;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.vendor-mobile-summary span{font-size:14px;font-weight:700}.vendor-mobile-summary strong{font-size:30px;font-weight:900}.vendor-mobile-summary small{margin-left:3px;font-size:15px}.vendor-mobile-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:1fr 1fr;gap:6px;margin:12px 0;padding:4px;display:grid}.vendor-mobile-tabs button{color:#64748b;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-height:40px;font-size:14px;font-weight:900;display:flex}.vendor-mobile-tabs button.is-active{color:#fff;background:#2158d0}.vendor-mobile-tabs span{opacity:.78;font-size:12px;font-weight:900}.vendor-mobile-search{margin:12px 0}.vendor-mobile-search input{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;height:46px;padding:0 14px;font-size:15px;font-weight:700}.vendor-mobile-list{flex-direction:column;gap:12px;display:flex}.vendor-mobile-card,.vendor-mobile-detail-card,.vendor-mobile-login-panel{background:#fff;border:1px solid #e8ecf2;border-radius:8px}.vendor-mobile-card{overflow:hidden}.vendor-mobile-card-main{width:100%;color:inherit;text-align:left;background:0 0;border:0;padding:16px}.vendor-mobile-card-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.vendor-mobile-card-top span{color:#2158d0;font-size:12px;font-weight:900}.vendor-mobile-card-top strong{color:#64748b;font-size:12px}.vendor-mobile-card h2,.vendor-mobile-detail-card h2{margin:0 0 6px;font-size:20px;font-weight:900;line-height:1.25}.vendor-mobile-card p,.vendor-mobile-detail-card p{color:#64748b;margin:0 0 5px;font-size:14px;line-height:1.45}.vendor-mobile-ribbon{border-top:1px solid #eef2f7;flex-direction:column;gap:3px;margin-top:12px;padding-top:12px;display:flex}.vendor-mobile-ribbon span{color:#334155;font-size:13px;font-weight:800}.vendor-mobile-ribbon strong{color:#64748b;font-size:13px}.vendor-mobile-card-actions{background:#fafbfc;border-top:1px solid #eef2f7;padding:12px 16px 16px}.vendor-mobile-primary,.vendor-mobile-file-button{color:#fff;background:#2158d0;border:0;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:48px;font-size:15px;font-weight:900;display:flex}.vendor-mobile-primary:disabled{background:#cbd5e1}.vendor-mobile-detail{flex-direction:column;gap:12px;display:flex}.vendor-mobile-detail-card{padding:16px}.vendor-mobile-label{color:#2158d0;margin-bottom:10px;font-size:12px;font-weight:900;display:block}.vendor-mobile-detail-card dl{flex-direction:column;gap:12px;margin:0;display:flex}.vendor-mobile-detail-card dl div{justify-content:space-between;gap:16px;display:flex}.vendor-mobile-detail-card dt{color:#64748b;font-size:13px;font-weight:800}.vendor-mobile-detail-card dd{text-align:right;color:#171923;margin:0;font-size:14px;font-weight:800}.vendor-mobile-detail-card dd a{color:#2158d0;margin-top:3px;display:block}.vendor-mobile-existing-photo,.vendor-mobile-preview img{object-fit:cover;border-radius:8px;width:100%;max-height:320px}.vendor-mobile-completed-note{background:#f0fdf4;border-radius:8px;padding:12px;font-weight:900;color:#166534!important;margin-top:12px!important}.vendor-mobile-preview{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.vendor-mobile-preview button{background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:42px;font-weight:800}.vendor-mobile-file-button{cursor:pointer;margin-bottom:12px}.vendor-mobile-file-button input{display:none}.vendor-mobile-error-banner,.vendor-mobile-error{color:#b42318;background:#fff1f0;border:1px solid #ffd6d2;border-radius:8px;margin:12px;padding:10px 12px;font-size:13px;font-weight:800}.vendor-mobile-empty{color:#64748b;text-align:center;background:#fff;border:1px solid #e8ecf2;border-radius:8px;padding:28px 16px;font-weight:800}.vendor-mobile-login-page{justify-content:center;align-items:center;padding:20px;display:flex}.vendor-mobile-login-panel{width:100%;padding:24px}.vendor-mobile-login-panel h1{margin:0 0 20px;font-size:22px;font-weight:900}.vendor-mobile-form{flex-direction:column;gap:14px;display:flex}.vendor-mobile-form label{color:#475569;flex-direction:column;gap:7px;font-size:13px;font-weight:800;display:flex}.vendor-mobile-form input{border:1px solid #cbd5e1;border-radius:8px;height:46px;padding:0 12px;font-size:16px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh;margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none;padding:0}img{max-width:100%;display:block}input,textarea,select{font:inherit;margin:0;padding:0}.button-loading-content{justify-content:center;align-items:center;gap:8px;min-width:0;display:inline-flex}.button-spinner{opacity:.9;border:2px solid;border-right-color:#0000;border-radius:999px;flex:none;width:1em;height:1em;animation:.72s linear infinite button-spinner-rotate}@keyframes button-spinner-rotate{to{transform:rotate(360deg)}}.theme-modern{--color-bg:#f9fafb;--color-text:#111827;--color-text-muted:#6b7280;--color-primary:#3182f6;--color-primary-hover:#1b64da;--color-accent:#2563eb;--color-subtle:#f3f4f6;--color-border:#e5e7eb;--color-line:#f3f4f6;--color-surface:#fff;--color-success:#00d082;--color-success-bg:#e6fbf3;--color-error:#ff4d4f;--color-error-bg:#fff1f0;--color-warning:#f90;--color-warning-bg:#fff7e6;--color-info:#3182f6;--color-info-bg:#e8f3ff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:28px;color:var(--color-text);background-color:var(--color-bg);flex-direction:column;min-height:100vh;font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,system-ui,Roboto,sans-serif;line-height:1.6;display:flex}.policy-layout{flex:1;width:min(1000px,100% - 48px);margin:0 auto;padding:80px 0}@media (width<=768px){.policy-layout{width:min(100%,100% - 32px);padding:40px 0}}.theme-brand{--color-bg:#fff;--color-text:#1f1711;--color-text-muted:#6e5f52;--color-primary:#8a6a45;--color-accent:#8a6a45;--color-subtle:#f5efe7;--color-border:#e5d8c7;--color-line:#e5d8c7;--color-surface:#fff;--shadow-sm:0 2px 8px #8a6a450d;--shadow-md:0 4px 12px #8a6a451a;--radius-md:10px;color:var(--color-text);background-color:var(--color-bg);min-height:100vh;font-family:Pretendard,sans-serif;line-height:1.5}.theme-brand *{box-sizing:border-box}.theme-brand a{color:inherit;text-decoration:none}.theme-brand button{cursor:pointer;font:inherit;background:0 0;border:none}.theme-brand img{max-width:100%;display:block}.theme-brand .app-main{width:100%;padding:0}.theme-brand .route-placeholder{border:1px solid var(--color-line);background:var(--color-surface);border-radius:12px;padding:40px}.theme-brand .route-placeholder h2{margin-bottom:24px;font-size:20px;font-weight:700}.theme-brand .route-link{background:var(--color-primary);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:160px;height:54px;padding:0 24px;font-weight:700;transition:opacity .2s;display:inline-flex}.theme-brand .route-link:hover{opacity:.9}
