.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)}@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}@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:#f1f5f9!important}.admin-login .admin-panel{text-align:center;border-radius:24px;width:100%;max-width:420px;padding:56px 40px;box-shadow:0 10px 25px -5px #0000001a;background-color:#fff!important}.admin-login h1{color:#0f172a;letter-spacing:-.02em;margin-bottom:40px;font-size:26px;font-weight:800}.admin-login-buttons{flex-direction:column;gap:16px;margin-top:16px;display:flex}.admin-page{background-color:#f8fafc;flex-direction:row;flex:1;min-height:100vh;display:flex}.admin-sidebar{background-color:#fff;border-right:1px solid #e2e8f0;flex-direction:column;flex-shrink:0;width:260px;padding:32px 24px;display:flex}.admin-sidebar h1{color:#0f172a;margin-bottom:40px;padding:0 8px;font-size:20px;font-weight:800}.admin-sidebar-nav{flex-direction:column;flex:1;gap:8px;display:flex}.admin-sidebar-nav .nav-link{color:#475569;border-radius:8px;align-items:center;padding:12px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.admin-sidebar-nav .nav-link:hover,.admin-sidebar-nav .nav-link.active{color:#0f172a;background-color:#f1f5f9}.admin-main{flex-direction:column;flex:1;display:flex;overflow-y:auto}.admin-header{z-index:100;background-color:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0}.admin-header-inner{justify-content:flex-end;align-items:center;width:100%;max-width:1200px;height:72px;margin:0 auto;padding:0 32px;display:flex}.admin-content{flex-direction:column;gap:32px;width:100%;max-width:1200px;margin:0 auto;padding:40px 32px 80px;display:flex}.admin-panel{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000000d}.panel-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.admin-panel h2{color:#1e293b;font-size:18px;font-weight:700}.theme-modern .admin-button{color:#fff;cursor:pointer;background-color:#334155;border:none;border-radius:6px;justify-content:center;align-items:center;height:40px;padding:0 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.theme-modern .admin-button:hover{background-color:#1e293b}.theme-modern .admin-button.secondary{color:#475569;background-color:#fff;border:1px solid #cbd5e1}.theme-modern .admin-button.secondary:hover{color:#1e293b;background-color:#f8fafc}.theme-modern .admin-button.danger{color:#ef4444;background-color:#fff;border:1px solid #fca5a5}.theme-modern .admin-button.danger:hover{background-color:#fef2f2}.admin-login .admin-button{width:100%;height:48px;font-size:15px}.admin-table-wrap{margin:0 -32px;overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;color:#475569;background-color:#f8fafc;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:12px 32px;font-size:13px;font-weight:600}.admin-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:16px 32px;font-size:14px}.admin-table tr:hover td{background-color:#f8fafc}.admin-table strong{color:#1e293b;margin-bottom:4px;font-weight:600;display:block}.admin-muted{color:#64748b;margin-top:4px;font-size:13px;display:block}.status-badge{color:#475569;background-color:#f1f5f9;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.status-badge.success{color:#16a34a;background-color:#f0fdf4}.admin-product-image{object-fit:cover;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:48px;height:48px}.admin-modal-overlay{z-index:1000;background-color:#0f172a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.admin-modal{background-color:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;padding:40px;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.admin-modal h2{color:#1e293b;margin-bottom:24px;font-size:20px;font-weight:700}.admin-form{gap:20px;display:grid}.admin-form label{color:#475569;gap:8px;font-size:13px;font-weight:600;display:grid}.admin-form input:not([type=file]):not([type=checkbox]),.admin-form textarea,.admin-form select,.admin-select{color:#1e293b;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;outline:none;width:100%;min-height:40px;padding:0 12px;font-size:14px;transition:border-color .2s}.admin-form textarea{padding:12px}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus,.admin-select:focus{border-color:#64748b}.admin-error{color:#ef4444;font-size:14px;font-weight:500}.admin-login-form{text-align:left}.admin-empty-cell{text-align:center;color:#94a3b8!important;padding:40px!important}.admin-checkbox-label{cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-top:4px;padding:10px 14px;transition:all .2s;flex-direction:row!important;align-items:center!important;gap:10px!important;display:flex!important}.admin-checkbox-label:hover{background-color:#f1f5f9;border-color:#cbd5e1}.admin-checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#334155;width:18px!important;height:18px!important;margin:0!important}.admin-file-input{display:none!important}.admin-file-label{cursor:pointer;width:auto;display:inline-flex}.admin-row-actions{gap:8px;display:flex}@media (width<=768px){.admin-page{flex-direction:column}.admin-sidebar{border-bottom:1px solid #e2e8f0;border-right:none;width:100%;padding:20px}.admin-header-inner{padding:0 20px}.admin-content{padding:24px 20px}}.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}.policy-page .policy-footer{padding:20px 22px calc(20px + env(safe-area-inset-bottom));border-top:1px solid var(--color-line,#e5d8c7);color:var(--color-text-muted,#6e5f52);background:#fbf7f0;font-size:12px;line-height:1.7}@media (width<=360px){.policy-page .policy-header,.policy-page .policy-content,.policy-page .policy-footer{padding-left:18px;padding-right:18px}.policy-page .info-row{grid-template-columns:1fr;gap:4px}}.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}.home-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:100px 24px}.footer-inner{max-width:1120px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:80px;margin-bottom:80px;display:grid}.footer-brand h3{color:#0f172a;margin-bottom:20px;font-size:20px;font-weight:800}.footer-brand p{color:#64748b;font-size:14px;line-height:1.8}.footer-nav h4{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;font-size:14px;font-weight:700}.footer-nav ul{list-style:none}.footer-nav li{margin-bottom:12px}.footer-nav a,.footer-nav span{color:#64748b;font-size:14px;transition:color .2s}.footer-nav a:hover{color:#2563eb}.footer-bottom{color:#94a3b8;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding-top:40px;font-size:13px;display:flex}.admin-links{gap:24px;display:flex}.admin-links a{color:#cbd5e1;transition:color .2s}.admin-links a:hover{color:#64748b}@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}.footer-grid{grid-template-columns:1fr;gap:48px}}*{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:#fff;--color-text:#0f172a;--color-text-muted:#64748b;--color-primary:#0f172a;--color-accent:#2563eb;--color-subtle:#f8fafc;--color-border:#e2e8f0;--color-line:#e2e8f0;--color-surface:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 12px #0000000d;--radius-md:12px;--radius-lg:24px;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}
