.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}.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}@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}}.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:100vh;color:var(--color-text,#1f1711);background:#fff;padding-bottom:132px;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:14px;padding:20px;display:grid}.checkout-page .checkout-card{border:1px solid var(--color-line,#e5d8c7);background:#fff;border-radius:14px;padding:20px}.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{gap:6px;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;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:48px;font-size:14px;font-weight:500;display:flex;position:relative}.checkout-page .payment-option input{opacity:0;position:absolute}.checkout-page .payment-option.is-selected{color:#1f1711;background:#fff;border-color:#1f1711;font-weight:900;box-shadow:inset 0 0 0 1px #1f1711}.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;font-size:13px;font-weight:700}.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:16px}.checkout-page .payment-options{grid-template-columns:1fr}}.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)}}.admin-login{flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex;background-color:var(--color-bg)!important}.admin-login .admin-panel{border-radius:var(--radius-lg);width:100%;max-width:440px;box-shadow:var(--shadow-lg);text-align:center;border:none;padding:64px 48px;background-color:var(--color-surface)!important}.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-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}.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}.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: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.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-admin-table{min-width:1120px}.vendor-order-table{min-width:980px}.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{min-width:240px;max-width:340px}.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;overflow-y:auto}.admin-modal h2{color:var(--color-text);letter-spacing:-.02em;margin-bottom:32px;font-size:22px;font-weight:800}.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}.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-file-input{display:none!important}.admin-file-label{cursor:pointer;display:inline-flex}.admin-row-actions{gap:8px;display:flex}@media (width<=1024px){.admin-sidebar{width:240px}}@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}}.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:#f8fafc;border-top:1px solid #e2e8f0;width:100%;padding:60px 24px 40px}.footer-inner{max-width:1120px;margin:0 auto}.footer-top-row{border-bottom:1px solid #eef2f6;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:24px;display:flex}.footer-logo h3{color:#0f172a;letter-spacing:-.02em;margin:0;font-size:20px;font-weight:800}.footer-nav{align-items:center;gap:16px;display:flex}.nav-link{color:#64748b;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.nav-link:hover{color:#2563eb}.nav-link.privacy{color:#1e293b}.footer-nav .divider{background-color:#cbd5e1;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;display:flex}.info-item{font-size:13px;line-height:1.6;display:flex}.info-item .label{color:#94a3b8;flex:0 0 110px;font-weight:500}.info-item .value{color:#64748b;font-weight:500}.footer-bottom{border-top:1px solid #eef2f6;padding-top:24px}.copyright{color:#94a3b8;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){.footer-info-section{grid-template-columns:1fr;gap:24px}.info-item{flex-direction:column;gap:2px}.info-item .label{text-transform:uppercase;flex:none;font-size:11px}}.home-page{background-color:#fff;flex-direction:column;display:flex}.home-hero{text-align:center;background:radial-gradient(circle at 100% 0,#f0f4ff 0%,#fff 60%);padding:160px 24px;position:relative;overflow:hidden}.home-hero:before{content:"";background:radial-gradient(circle,#2563eb0d 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;left:-100px}.hero-content{max-width:900px;margin:0 auto;position:relative}.home-hero h1{letter-spacing:-.04em;color:#0f172a;margin-bottom:32px;font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.2}.home-hero h1 span{background:linear-gradient(90deg,#0f172a 0%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:block}.home-hero .page-description{color:#475569;max-width:680px;margin:0 auto;font-size:clamp(17px,2vw,20px);font-weight:500;line-height:1.6}.service-section{border-bottom:1px solid #f1f5f9;padding:120px 24px}.service-section:last-of-type{border-bottom:none}.section-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:80px;max-width:1120px;margin:0 auto;display:grid}.section-inner.reverse{direction:rtl}.section-inner.reverse .service-text{direction:ltr}.service-text h2{letter-spacing:-.02em;color:#0f172a;margin-bottom:24px;font-size:clamp(28px,4vw,36px);font-weight:800}.service-text p{color:#475569;margin-bottom:32px;font-size:17px;line-height:1.7}.feature-list{gap:16px;list-style:none;display:grid}.feature-list li{color:#334155;align-items:flex-start;gap:12px;font-size:16px;font-weight:600;display:flex}.feature-list li:before{content:"✓";color:#2563eb;font-weight:900}.ui-preview-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;justify-content:center;padding:40px;display:flex;box-shadow:0 10px 30px -10px #0000000d}.ui-preview-mockup{aspect-ratio:9/19;text-align:center;color:#94a3b8;background:#fff;border:8px solid #e2e8f0;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:280px;padding:20px;font-size:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.mockup-label{z-index:1;color:#64748b;font-weight:600;position:relative}@media (width<=960px){.section-inner{grid-template-columns:1fr;gap:48px}.section-inner.reverse{direction:ltr}}@media (width<=768px){.home-hero{padding:100px 24px}.home-hero h1{font-size:40px}.service-section{padding:80px 24px}}*{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}.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}
