@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+KR:wght@300;400;500;700&display=swap";:root{--kurly-purple:#5f0080;--kurly-purple-hover:#7f00aa;--kurly-purple-light:#f8f3fa;--kurly-ink:#333;--kurly-secondary-text:#666;--kurly-muted-text:#999;--kurly-bg:#fff;--kurly-section-bg:#f7f7f7;--kurly-border-light:#f4f4f4;--kurly-border-normal:#e3e3e3;--kurly-danger:#fa622f;--kurly-aloe:#00a080;--kurly-font-family:"Inter", "Noto Sans KR", -apple-system, BlinkMacSystemFont, sans-serif;--app-safe-bottom:env(safe-area-inset-bottom,0px);--app-bottom-nav-height:calc(60px + var(--app-safe-bottom))}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--kurly-bg);color:var(--kurly-ink);font-family:var(--kurly-font-family);min-height:100dvh;margin:0;padding:0;font-size:14px;line-height:1.5}#root{background-color:var(--kurly-bg);flex-direction:column;min-height:100dvh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--kurly-ink);letter-spacing:-.5px;margin-top:0;margin-bottom:12px;font-weight:500}h1{font-size:28px;line-height:1.3}h2{font-size:20px;line-height:1.35}h3{font-size:16px;line-height:1.4}p{color:var(--kurly-secondary-text);margin-top:0;margin-bottom:12px;font-size:14px}.container{width:100%;max-width:1050px;margin:0 auto;padding:40px 20px 100px}.home-sidebar{overscroll-behavior:contain;scrollbar-gutter:stable;max-height:calc(100vh - 110px);overflow-y:auto}.home-sidebar::-webkit-scrollbar{width:6px}.home-sidebar::-webkit-scrollbar-thumb{background-color:#5f008038;border-radius:999px}.home-sidebar::-webkit-scrollbar-track{background-color:#0000}@media (width<=1366px){.container{padding:20px 16px 80px}.toss-nav{padding:12px 0!important}.toss-nav-inner{flex-direction:column!important;align-items:stretch!important;gap:12px!important;padding:0 16px!important}.toss-brand-mobile{justify-content:center}.toss-brand-logo{height:28px!important}.toss-brand-text{font-size:22px!important}.toss-nav-links-mobile{scrollbar-width:none;padding-bottom:2px;overflow-x:auto;flex-wrap:nowrap!important;gap:10px!important}.toss-nav-links-mobile::-webkit-scrollbar{display:none}.toss-nav-link{white-space:nowrap;flex:none}}.toss-nav{z-index:100;background-color:var(--kurly-bg);border-bottom:1px solid var(--kurly-border-normal);padding:20px 0;transition:all .2s;position:sticky;top:0;box-shadow:0 1px 3px #00000005}.toss-nav-inner{justify-content:space-between;align-items:center;max-width:1050px;margin:0 auto;padding:0 20px;display:flex}.toss-brand{color:var(--kurly-purple);letter-spacing:-1px;cursor:pointer;align-items:center;gap:6px;font-size:26px;font-weight:700;text-decoration:none;display:flex}.toss-brand span{color:var(--kurly-purple);border:1.5px solid var(--kurly-purple);letter-spacing:0;border-radius:4px;padding:1px 6px;font-size:18px;font-weight:400}.toss-nav-links{align-items:center;gap:8px;display:flex}.toss-nav-link{min-height:54px;color:var(--kurly-ink);cursor:pointer;appearance:none;background:#fff;border:1.5px solid #0000;border-radius:24px;justify-content:center;align-items:center;padding:13px 22px;font-family:inherit;font-size:15px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .16s,border-color .16s,color .16s,box-shadow .16s,transform .16s;display:inline-flex}.toss-nav-link:hover{color:var(--kurly-purple);background:#fbfbfc;border-color:#5f00801f}.toss-nav-link.active{color:var(--kurly-ink);background:#fdf9ff;border-color:#5f008038;box-shadow:0 6px 18px #5f008012}.toss-nav-badge{background:var(--kurly-purple);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 6px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.toss-nav-link.active .toss-nav-badge{background:var(--kurly-purple);color:#fff}.toss-card{background-color:var(--kurly-bg);border:1px solid var(--kurly-border-normal);border-radius:6px;margin-bottom:20px;padding:28px;transition:border-color .2s,box-shadow .2s}.toss-card:hover{border-color:var(--kurly-purple);box-shadow:0 2px 8px #5f00800a}.toss-card.interactive{cursor:pointer}.toss-btn{font-family:var(--kurly-font-family);cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.toss-btn:active{transform:scale(.99)}.toss-btn-primary{background-color:var(--kurly-purple);color:#fff;border-color:var(--kurly-purple)}.toss-btn-primary:hover{background-color:var(--kurly-purple-hover);border-color:var(--kurly-purple-hover)}.toss-btn-secondary{color:var(--kurly-purple);border:1px solid var(--kurly-purple);background-color:#fff}.toss-btn-secondary:hover{background-color:var(--kurly-purple-light)}.toss-btn-muted{color:var(--kurly-secondary-text);border:1px solid var(--kurly-border-normal);background-color:#fff}.toss-btn-muted:hover{background-color:var(--kurly-section-bg);color:var(--kurly-ink)}.toss-btn-danger{color:var(--kurly-danger);border:1px solid var(--kurly-danger);background-color:#fff}.toss-btn-danger:hover{background-color:#fff6f4}.toss-input-group{flex-direction:column;gap:6px;margin-bottom:20px;display:flex}.toss-label{color:var(--kurly-secondary-text);margin-left:2px;font-size:13px;font-weight:500}.toss-input,.toss-select{border:1px solid var(--kurly-border-normal);background-color:var(--kurly-bg);width:100%;color:var(--kurly-ink);font-size:14px;font-family:var(--kurly-font-family);border-radius:4px;outline:none;padding:12px 14px;transition:border-color .2s,box-shadow .2s}.toss-input:focus,.toss-select:focus{border-color:var(--kurly-purple);box-shadow:0 0 0 1px #5f00801a}.toss-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;background-size:14px}.login-page-shell{width:100%;max-width:480px;margin:40px auto;padding:0 16px}.login-page-card{padding:32px}.auth-tab-list{border-bottom:1px solid var(--kurly-border-normal);width:100%;margin-bottom:28px;display:flex}.auth-tab-button{min-width:0;height:48px;color:var(--kurly-secondary-text);cursor:pointer;font-family:var(--kurly-font-family);text-align:center;background:0 0;border:0;border-radius:0;flex:1 1 0;padding:0 12px;font-size:14px;font-weight:500;line-height:1;position:relative}.auth-tab-button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.auth-tab-button.active{color:var(--kurly-purple);font-weight:700}.auth-tab-button.active:after{background:var(--kurly-purple)}.agreement-card{border:1px solid var(--kurly-border-normal);background:#fcfcfc;border-radius:8px;margin-bottom:20px;padding:18px}.agreement-head{margin-bottom:14px}.agreement-item{color:var(--kurly-ink);grid-template-columns:18px 1fr auto;align-items:center;gap:10px;padding:10px 0;font-size:14px;display:grid}.agreement-item input{width:16px;height:16px;accent-color:var(--kurly-purple)}.agreement-link{color:var(--kurly-purple);font-size:13px;text-decoration:none}.agreement-suboptions{border-top:1px dashed var(--kurly-border-normal);margin-top:4px;padding-top:8px}.agreement-suboptions .agreement-item{padding-left:28px}.legal-page{max-width:820px;margin:0 auto}.legal-page-header{border-bottom:1px solid var(--kurly-border-normal);margin-bottom:28px;padding-bottom:20px}.legal-page-eyebrow{background:var(--kurly-purple-light);color:var(--kurly-purple);border-radius:999px;margin-bottom:12px;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.legal-sections{flex-direction:column;gap:22px;display:flex}.legal-section{border:1px solid var(--kurly-border-normal);background:#fff;border-radius:8px;padding:18px}.legal-section h2{margin-bottom:12px;font-size:18px}.legal-section p:last-child{margin-bottom:0}.site-footer{border-top:1px solid var(--kurly-border-normal);background:#fafafa;margin-top:auto}.site-footer-inner{max-width:1050px;margin:0 auto;padding:28px 20px 40px}.site-footer-top{justify-content:space-between;gap:24px;margin-bottom:18px;display:flex}.site-footer-brand{color:var(--kurly-ink);margin-bottom:8px;font-size:16px;display:block}.site-footer-copy{margin-bottom:0}.site-footer-links{flex-wrap:wrap;gap:16px;display:flex}.site-footer-links a{color:var(--kurly-purple);font-weight:600;text-decoration:none}.site-footer-meta{color:var(--kurly-secondary-text);grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 18px;font-size:13px;display:grid}@media (width<=1366px){.agreement-item{grid-template-columns:18px 1fr}.agreement-link{grid-column:2;justify-self:start}.site-footer-top{flex-direction:column}.site-footer-inner{padding-bottom:calc(32px + var(--app-bottom-nav-height))}.site-footer-meta{grid-template-columns:1fr}.home-layout{flex-direction:column;gap:16px!important;margin-top:0!important}.home-sidebar{width:100%!important;margin-bottom:0!important;padding:18px 14px!important;position:static!important;top:auto!important}.home-main{width:100%}.home-membership-banner{border-radius:14px;margin-bottom:18px!important;padding:18px 16px!important}.home-membership-banner-inner{align-items:flex-start!important}.home-membership-banner h2{line-height:1.35;font-size:22px!important}.home-membership-actions{width:100%;align-items:stretch!important}.home-membership-actions .toss-btn{width:100%!important;min-width:0!important}.home-recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.product-row{gap:10px}.product-title{font-size:14px}.product-price{font-size:15px}.product-retail{font-size:11px}}@media (width<=520px){.home-recommendations-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-grid .product-row,.home-recommendations-grid .product-row{gap:6px;border-radius:8px!important;padding:8px!important}.product-grid .product-thumb,.home-recommendations-grid .product-thumb{border-radius:6px;aspect-ratio:1!important}.product-grid .product-info,.home-recommendations-grid .product-info{gap:2px}.product-grid .product-info>div:first-child,.home-recommendations-grid .product-info>div:first-child{margin-bottom:2px!important}.product-grid .badge,.home-recommendations-grid .badge,.home-recommendations-grid .product-info>div:first-child{padding:2px 5px!important;font-size:9px!important}.product-grid .product-title,.home-recommendations-grid .product-title{min-height:0!important;margin:2px 0 4px!important;font-size:12px!important;line-height:1.3!important}.product-grid .product-price-row{flex-wrap:wrap;gap:4px;margin-top:0}.product-grid .product-price,.home-recommendations-grid .product-info span[style*="font-size: 16px"]{font-size:14px!important}.product-grid .product-retail,.home-recommendations-grid .product-info span[style*=text-decoration]{font-size:10px!important}.product-grid .product-info p,.home-recommendations-grid .product-info>div[style*="margin-top: 6px"]{display:none!important}}.toss-tabs-container{white-space:nowrap;scrollbar-width:none;gap:8px;margin-bottom:20px;padding:4px 0;display:flex;overflow-x:auto}.toss-tabs-container::-webkit-scrollbar{display:none}.toss-tab{border:1px solid var(--kurly-border-normal);background-color:var(--kurly-bg);color:var(--kurly-secondary-text);cursor:pointer;border-radius:9999px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .15s;display:inline-block}.toss-tab:hover{color:var(--kurly-purple);border-color:var(--kurly-purple)}.toss-tab.active{background-color:var(--kurly-purple-light);color:var(--kurly-purple);border-color:var(--kurly-purple)}.product-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px;display:grid}.product-row{flex-direction:column;align-items:flex-start;gap:12px;display:flex;overflow:hidden}.product-thumb-wrap{width:100%;position:relative}.product-thumb{aspect-ratio:3/4;object-fit:cover;background-color:var(--kurly-section-bg);border-radius:4px;width:100%;transition:transform .3s}.product-row:hover .product-thumb{transform:scale(1.02)}.cart-item-row{grid-template-columns:80px minmax(0,1fr);align-items:center;gap:18px;padding:18px 58px 18px 24px;display:grid;position:relative}.cart-item-row .product-thumb{aspect-ratio:1;width:80px;height:80px;margin:0}.cart-item-info{min-width:0}.cart-item-purchase-row{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;display:flex}.cart-item-purchase-row .toss-input{flex:none}.cart-item-delete-icon{width:34px;height:34px;color:var(--kurly-muted-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;transition:background .16s,border-color .16s,color .16s,transform .16s;display:inline-flex;position:absolute;top:14px;right:14px}.cart-item-delete-icon:hover,.cart-item-delete-icon:focus-visible{color:var(--kurly-danger);background:#fff6f4;border-color:#fa622f2e}.cart-item-delete-icon:active{transform:scale(.96)}.cart-item-delete-icon svg{fill:none;stroke:currentColor;stroke-width:1.9px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.checkout-item-list{gap:0;display:grid}.checkout-item-row{border-bottom:1px solid var(--kurly-border-normal);grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:14px;padding:14px 0;display:grid}.checkout-item-row:first-child{padding-top:0}.checkout-item-row:last-child{border-bottom:none;padding-bottom:0}.checkout-item-thumb{aspect-ratio:1;background:var(--kurly-section-bg);border:1px solid var(--kurly-border-light);border-radius:6px;width:76px;overflow:hidden}.checkout-item-thumb img{object-fit:cover;width:100%;height:100%;display:block}.checkout-item-thumb span{width:100%;height:100%;color:var(--kurly-muted-text);place-items:center;font-size:12px;font-weight:700;display:grid}.checkout-item-info{min-width:0}.checkout-item-info strong{color:var(--kurly-ink);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}.checkout-item-info div{color:var(--kurly-secondary-text);margin-top:5px;font-size:12px}.checkout-item-price{color:var(--kurly-ink);white-space:nowrap;justify-self:end;font-size:14px;font-weight:700}.checkout-item-price.is-invalid{color:var(--kurly-danger)}.product-info{flex-direction:column;gap:4px;width:100%;display:flex}.product-title{color:var(--kurly-ink);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}.product-price-row{align-items:baseline;gap:6px;margin-top:2px;display:flex}.product-price{color:var(--kurly-purple);font-size:16px;font-weight:700}.product-unit-label{color:var(--kurly-secondary-text);font-size:12px;font-weight:600}.product-purchase-badge{background:var(--kurly-purple-light);width:fit-content;color:var(--kurly-purple);border:1px solid #5f00802e;border-radius:999px;align-items:center;margin-top:6px;padding:4px 9px;font-size:12px;font-weight:700;line-height:1.2;display:inline-flex}.product-purchase-badge.is-overlay{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff0;border-color:#5f00803d;margin-top:0;position:absolute;top:8px;left:8px;box-shadow:0 6px 16px #0000001f}.product-purchase-note{color:var(--kurly-secondary-text);margin:4px 0 0;font-size:12px;line-height:1.4}.supplier-info-grid{border:1px solid var(--kurly-border-normal);background:#fff;border-radius:6px;grid-template-columns:1fr;display:grid;overflow:hidden}.supplier-info-row{border-bottom:1px solid var(--kurly-border-normal);grid-template-columns:160px minmax(0,1fr);display:grid}.supplier-info-row:last-child{border-bottom:none}.supplier-info-label{background:var(--kurly-section-bg);color:var(--kurly-secondary-text);padding:13px 14px;font-size:13px;font-weight:600;line-height:1.6}.supplier-info-value{min-width:0;color:var(--kurly-ink);white-space:pre-wrap;overflow-wrap:anywhere;padding:13px 14px;font-size:13px;line-height:1.7}.product-retail{color:var(--kurly-muted-text);font-size:12px;text-decoration:line-through}.badge{text-transform:uppercase;border-radius:3px;padding:3px 8px;font-size:11px;font-weight:500;display:inline-block}.badge-blue{background-color:var(--kurly-purple-light);color:var(--kurly-purple);border:1px solid #5f008026}.badge-red{color:var(--kurly-danger);background-color:#fff6f4;border:1px solid #fa622f26}.totals-row{color:var(--kurly-secondary-text);justify-content:space-between;margin-bottom:12px;font-size:14px;display:flex}.totals-row.grand-total{border-top:1px solid var(--kurly-border-normal);color:var(--kurly-ink);margin-top:16px;padding-top:16px;font-size:18px;font-weight:700}.notice-banner{border:1px solid #0000;border-radius:4px;align-items:center;margin-bottom:20px;padding:14px 18px;font-size:13px;line-height:1.5;display:flex}.notice-banner.agentic-playground{background-color:var(--kurly-purple-light);color:var(--kurly-purple);border-color:#5f008026}.notice-banner code{color:var(--kurly-purple);background:#5f00800d;border-radius:3px;padding:2px 4px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:12px}.toss-switch-container{border-bottom:1px solid var(--kurly-border-normal);justify-content:space-between;align-items:center;padding:14px 0;display:flex}.toss-switch{width:44px;height:24px;display:inline-block;position:relative}.toss-switch input{opacity:0;width:0;height:0}.toss-slider{cursor:pointer;background-color:var(--kurly-border-normal);border-radius:34px;transition:all .15s;position:absolute;inset:0}.toss-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .15s;position:absolute;bottom:3px;left:3px;box-shadow:0 1px 2px #0000001a}input:checked+.toss-slider{background-color:var(--kurly-purple)}input:checked+.toss-slider:before{transform:translate(20px)}.product-description-html{word-break:break-word;background-color:var(--kurly-bg);color:var(--kurly-ink);padding:20px;overflow-x:hidden}.product-description-html img{border-radius:4px;margin:12px auto;display:block;max-width:100%!important;height:auto!important}.product-description-html p{color:var(--kurly-ink);margin:10px 0;line-height:1.6}.product-description-html table{border-collapse:collapse;width:100%;max-width:100%;margin:14px 0;font-size:13px}.product-description-html td,.product-description-html th{border:1px solid var(--kurly-border-normal);padding:6px 10px}.flex-between{justify-content:space-between;align-items:center;display:flex}.margin-top-12{margin-top:12px}.margin-top-20{margin-top:20px}.margin-bottom-20{margin-bottom:20px}.bold{font-weight:500}.text-right{text-align:right}.text-center{text-align:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.accordion-wrapper{grid-template-rows:0fr;transition:grid-template-rows .3s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.accordion-wrapper.open{grid-template-rows:1fr}.accordion-inner{flex-direction:column;min-height:0;display:flex}.bottom-nav{height:var(--app-bottom-nav-height);padding-bottom:var(--app-safe-bottom);border-top:1px solid var(--kurly-border-normal);z-index:1050;background-color:#fff;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -3px 12px #0000000a}@media (width>=1367px){.bottom-nav{display:none!important}}.bottom-nav-item{height:100%;color:var(--kurly-secondary-text);cursor:pointer;font-family:var(--kurly-font-family);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:4px 0;font-size:11px;font-weight:500;transition:color .15s;display:flex}.bottom-nav-item svg{transition:transform .2s}.bottom-nav-item:hover,.bottom-nav-item.active{color:var(--kurly-purple)}.bottom-nav-item.active svg{stroke:var(--kurly-purple);fill:#5f00800d;transform:translateY(-1px)}.bottom-nav-badge{background-color:var(--kurly-purple);color:#fff;border:1.5px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-10px}.drawer-backdrop{z-index:1080;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#0006;transition:opacity .3s;position:fixed;inset:0}.drawer-backdrop.open{opacity:1;pointer-events:auto}.drawer-content{z-index:1090;background-color:#fff;flex-direction:column;width:min(320px,85vw);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;box-shadow:0 0 30px #00000014}.drawer-content.left{border-top-right-radius:20px;border-bottom-right-radius:20px;left:0;transform:translate(-100%)}.drawer-content.right{border-top-left-radius:20px;border-bottom-left-radius:20px;right:0;transform:translate(100%)}.drawer-content.open{transform:translate(0)}.drawer-header{border-bottom:1px solid var(--kurly-border-normal);background-color:#fff;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.drawer-close-btn{cursor:pointer;color:var(--kurly-secondary-text);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:20px;transition:color .15s;display:flex}.drawer-close-btn:hover{color:var(--kurly-ink)}.drawer-reset-btn{color:var(--kurly-purple);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:13px;font-weight:600}.drawer-body{-webkit-overflow-scrolling:touch;flex:1;padding:20px 16px;overflow-y:auto}.drawer-profile-card{background:linear-gradient(135deg, var(--kurly-purple-light) 0%, #5f008005 100%);border:1px solid #5f008014;border-radius:14px;padding:20px;box-shadow:0 4px 12px #5f008003}.drawer-nav-item:hover{background-color:var(--kurly-purple-light);border-radius:4px;transition:all .2s;color:var(--kurly-purple)!important;padding-left:12px!important}.chatbot-system.chatbot-closed{z-index:1000;transition:all .3s;position:fixed;bottom:24px;right:24px}.chatbot-system.chatbot-open{z-index:1000;position:fixed;bottom:24px;right:24px}.chatbot-window{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;width:400px;height:600px;max-height:calc(100vh - 60px);display:flex;overflow:hidden;box-shadow:0 16px 48px #00000029}@media (width>=769px) and (width<=1366px){.chatbot-system.chatbot-open{bottom:16px;right:16px}.chatbot-window{border-radius:20px;width:380px;height:560px;max-height:calc(100vh - 40px)}}@media (width<=1366px){.chatbot-system.chatbot-closed{bottom:calc(var(--app-bottom-nav-height) + 16px)!important;right:16px!important}.android-webview .chatbot-system.chatbot-closed{bottom:calc(var(--app-bottom-nav-height) + 56px)!important}.chatbot-system.chatbot-open{z-index:2000!important;width:100%!important;height:100%!important;position:fixed!important;inset:0!important}.chatbot-window{width:100%!important;height:100%!important;max-height:100%!important;box-shadow:none!important;border:none!important;border-radius:0!important}.toss-nav-links-mobile{display:none!important}.toss-nav-inner{flex-direction:row!important;justify-content:center!important;align-items:center!important;padding:0 16px!important}.container{padding-bottom:calc(40px + var(--app-bottom-nav-height))!important}.home-sidebar,.chatbot-open .cute-chatbot-btn{display:none!important}.cart-item-row{grid-template-columns:72px minmax(0,1fr);align-items:start;gap:12px;padding:18px 52px 18px 16px!important}.cart-item-delete-icon{top:10px;right:10px}.cart-item-row .product-thumb{object-fit:cover;width:72px!important;height:72px!important}.cart-item-row .product-info{text-align:left}.cart-item-purchase-row{grid-column:2;justify-content:space-between;margin-top:10px}.cart-item-purchase-row .toss-input{width:58px!important}.checkout-item-row{grid-template-columns:64px minmax(0,1fr);gap:12px}.checkout-item-thumb{width:64px}.checkout-item-price{grid-column:2;justify-self:start;margin-top:-4px}.product-action-buttons{flex-direction:column!important;gap:10px!important}.product-action-buttons .toss-btn{width:100%!important}.product-detail-body{padding:18px 16px!important}}.product-description-html img{margin:12px 0;display:block;max-width:100%!important;height:auto!important}@media (width<=520px){.login-page-shell{margin:20px auto}.login-page-card{padding:24px 18px}.supplier-info-row{grid-template-columns:1fr}.supplier-info-label{padding-bottom:4px}.supplier-info-value{padding-top:4px}.toss-card div[style*=gridTemplateColumns]{grid-template-columns:1fr!important}}@media (width<=1366px){body:has(.ai-shopping-page-active){width:100%;height:100%;position:fixed;overflow:hidden!important}.ai-shopping-page-active{flex-direction:column;display:flex;height:100dvh!important;overflow:hidden!important}.ai-shopping-page-active .toss-nav{display:none!important}.ai-shopping-page-active .container{flex-direction:column;display:flex;height:100%!important;padding:8px 8px calc(var(--app-bottom-nav-height) + 8px) 8px!important;flex:1!important;max-width:100%!important;margin:0!important;overflow:hidden!important}.ai-shopping-page-active .ai-shopping-shell,.ai-shopping-page-active .ai-chat-stage{flex-direction:column!important;flex:1!important;gap:8px!important;height:100%!important;display:flex!important;overflow:hidden!important}.ai-shopping-page-active .ai-chat-hero{flex-shrink:0!important;margin-bottom:0!important;padding:8px!important}.ai-shopping-page-active .ai-chat-window{border-radius:16px!important;flex-direction:column!important;flex:1!important;height:0!important;min-height:0!important;display:flex!important;overflow:hidden!important}.ai-shopping-page-active .ai-chat-scroll{-webkit-overflow-scrolling:touch!important;flex:1!important;overflow-y:auto!important}.ai-shopping-page-active .ai-chat-composer{flex-shrink:0!important}}.home-search-card{background-color:var(--kurly-bg);border:1px solid #5f00801f;border-radius:16px;margin-bottom:24px;padding:16px 20px;transition:all .25s;box-shadow:0 4px 20px #5f00800a}.home-search-card:hover{border-color:var(--kurly-purple);box-shadow:0 8px 24px #5f008014}.home-search-form{align-items:center;gap:12px;width:100%;display:flex}.home-search-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.home-search-icon{width:18px;height:18px;color:var(--kurly-purple);pointer-events:none;z-index:1;position:absolute;left:16px}.home-search-input{border:1px solid var(--kurly-border-normal);width:100%;height:48px;color:var(--kurly-ink);font-size:14px;font-family:var(--kurly-font-family);background-color:#fcfcfd;border-radius:24px;outline:none;padding:12px 40px 12px 46px;transition:all .2s}.home-search-input:focus{border-color:var(--kurly-purple);background-color:#fff;box-shadow:0 0 0 3px #5f008014}.home-search-clear{color:var(--kurly-muted-text);cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:16px;line-height:1;transition:color .15s;display:flex;position:absolute;right:14px}.home-search-clear:hover{color:var(--kurly-ink)}.home-search-btn{background:linear-gradient(135deg, var(--kurly-purple), #7f00aa);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:24px;height:48px;padding:0 24px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #5f008026}.home-search-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #5f008040}.home-search-btn:active{transform:translateY(0)}@media (width<=1366px){.home-search-card{z-index:99!important;border-left:none!important;border-right:none!important;border-top:1px solid var(--kurly-border-light)!important;-webkit-backdrop-filter:blur(8px)!important;background-color:#fffffff2!important;border-bottom:1px solid #5f008014!important;border-radius:0 0 16px 16px!important;width:calc(100% + 32px)!important;margin-bottom:20px!important;margin-left:-16px!important;margin-right:-16px!important;padding:12px 16px!important;position:sticky!important;top:55px!important;box-shadow:0 4px 12px #00000008!important}.home-search-form{flex-direction:row!important;gap:8px!important}.home-search-input{height:42px!important;padding-left:42px!important;padding-right:36px!important;font-size:13px!important}.home-search-icon{width:16px!important;height:16px!important;left:14px!important}.home-search-btn{border-radius:21px!important;height:42px!important;padding:0 16px!important;font-size:13px!important}.home-search-clear{right:10px!important}}.ai-shopping-shell{grid-template-columns:290px minmax(0,1fr);gap:24px;min-height:calc(100vh - 180px);display:grid;position:relative}.ai-history-panel{background:linear-gradient(#5f00800f,#0000 24%),#fff;border:1px solid #5f00801a;border-radius:28px;align-self:start;min-height:720px;padding:20px;position:sticky;top:92px;box-shadow:0 12px 30px #5f00800f}.ai-mobile-chatbar,.ai-history-backdrop{display:none}.ai-history-top{flex-direction:column;gap:14px;margin-bottom:22px;display:flex}.ai-history-eyebrow{color:var(--kurly-purple);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.ai-history-top h1{margin-bottom:0;font-size:28px}.ai-history-new{background:linear-gradient(135deg, var(--kurly-purple), var(--kurly-purple-hover));color:#fff;cursor:pointer;border:none;border-radius:16px;width:100%;padding:14px 16px;font-size:14px;font-weight:700}.ai-history-list{flex-direction:column;gap:10px;display:flex}.ai-history-item{text-align:left;cursor:pointer;background:#fbfbfd;border:1px solid #0000;border-radius:18px;padding:14px 15px;transition:transform .18s,border-color .18s,background-color .18s}.ai-history-item:hover,.ai-history-item.active{background:var(--kurly-purple-light);border-color:#5f008029;transform:translateY(-1px)}.ai-history-item strong,.ai-history-item span{display:block}.ai-history-item strong{color:var(--kurly-ink);margin-bottom:4px;font-size:14px}.ai-history-item span{color:var(--kurly-secondary-text);font-size:12px;line-height:1.45}.ai-chat-stage{flex-direction:column;gap:20px;display:flex}.ai-chat-stage.empty{min-height:720px}.ai-chat-hero{background:radial-gradient(circle at top right, #5f00802e, transparent 28%), radial-gradient(circle at bottom left, #00a08024, transparent 26%), linear-gradient(145deg, #fff 0%, #faf5fc 55%, var(--kurly-purple-light) 100%);border:1px solid #5f008014;border-radius:30px;padding:30px;position:relative;overflow:hidden}.ai-chat-hero-copy h2{margin-bottom:10px;font-size:34px}.ai-chat-badge{color:var(--kurly-purple);background:#5f008014;border-radius:999px;margin-bottom:16px;padding:6px 10px;font-size:12px;font-weight:700;display:inline-flex}.ai-chat-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:22px;display:grid}.ai-prompt-chip{color:var(--kurly-ink);text-align:left;cursor:pointer;background:#ffffffd6;border:1px solid #5f00801f;border-radius:16px;padding:14px 16px;font-size:14px;font-weight:600}.ai-chat-window{background:#fff;border:1px solid #5f008014;border-radius:30px;flex-direction:column;height:680px;display:flex;overflow:hidden;box-shadow:0 12px 34px #5f00800d}.ai-chat-window.empty{background:radial-gradient(circle at 50% 74%, #5f00801a, transparent 34%), linear-gradient(180deg, #fff 0%, var(--kurly-purple-light) 100%);border-color:#5f008014;height:720px;box-shadow:0 12px 34px #5f00800d}.ai-chat-scroll{background:linear-gradient(#f8f3fa66,#0000 18%),#fcfcfd;flex:1;padding:24px;overflow-y:auto}.ai-chat-window.empty .ai-chat-scroll{background:0 0;justify-content:center;align-items:center;padding:40px 24px 24px;display:flex}.ai-empty-state{text-align:center;width:min(760px,100%);color:var(--kurly-ink);flex-direction:column;align-items:center;display:flex;transform:translateY(24px)}.ai-empty-spark{background:var(--kurly-purple);clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);filter:drop-shadow(0 8px 18px #5f00802e);width:34px;height:34px;margin-bottom:26px}.ai-empty-state h2{width:min(760px,100%);color:var(--kurly-ink);margin:0;font-size:42px;font-weight:500;line-height:1.38}.ai-empty-greeting-line{overflow-wrap:anywhere;max-width:100%;display:inline-block}.ai-empty-prompts{flex-wrap:wrap;justify-content:center;gap:10px;width:min(680px,100%);margin-top:34px;display:flex}.ai-empty-prompt{color:var(--kurly-purple);cursor:pointer;background:#ffffffdb;border:1px solid #5f00801f;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700}.ai-message-row{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.ai-message-row.user{flex-direction:row-reverse}.ai-avatar{letter-spacing:.06em;background:var(--kurly-purple-light);width:38px;height:38px;color:var(--kurly-purple);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:flex}.ai-avatar.bot{background:linear-gradient(135deg, var(--kurly-purple), var(--kurly-purple-hover));color:#fff;border-radius:15px;box-shadow:0 5px 14px #5f008038}.ai-avatar-bot-icon{width:34px;height:34px;display:block}.ai-message-row.user .ai-avatar{background:linear-gradient(135deg, var(--kurly-purple), var(--kurly-purple-hover));color:#fff}.ai-message-stack{flex:1;min-width:0;max-width:820px}.ai-message-bubble{white-space:pre-wrap;border-radius:22px;padding:16px 18px;font-size:14px;line-height:1.65;box-shadow:0 4px 16px #0f172a0a}.ai-message-bubble.model{color:var(--kurly-ink);background:#fff;border:1px solid #5f008014;border-top-left-radius:8px}.ai-message-bubble.user{background:linear-gradient(135deg, var(--kurly-purple), var(--kurly-purple-hover));color:#fff;border-top-right-radius:8px}.ai-product-grid{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-direction:row;gap:12px;margin-top:14px;padding-bottom:8px;display:flex;overflow-x:auto}.ai-product-grid::-webkit-scrollbar{display:none}.ai-product-card{background:#fff;border:1px solid #5f008014;border-radius:20px;flex-direction:column;flex:0 0 240px;width:240px;display:flex;overflow:hidden}.ai-product-image-wrap{position:relative}.ai-product-card img{object-fit:cover;cursor:pointer;width:100%;height:180px;display:block}.ai-product-min-badge{z-index:1;color:var(--kurly-purple);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#fffffff0;border:1px solid #5f00803d;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex;position:absolute;top:8px;left:8px;box-shadow:0 6px 16px #0000001f}.ai-product-body{flex-direction:column;flex:1;padding:14px;display:flex}.ai-product-title{width:100%;color:var(--kurly-ink);text-align:left;cursor:pointer;background:0 0;border:none;margin-bottom:10px;padding:0;font-size:14px;font-weight:700;line-height:1.45;display:block}.ai-product-body strong{color:var(--kurly-purple);margin-bottom:8px;font-size:17px;display:block}.ai-product-body strong span{color:var(--kurly-secondary-text);margin-left:4px;font-size:12px;font-weight:700}.ai-product-meta{flex-wrap:wrap;gap:6px;margin-bottom:0;display:flex}.ai-product-meta span{color:var(--kurly-purple);background:#5f008014;border:1px solid #5f00802e;border-radius:999px;align-items:center;padding:4px 8px;font-size:11px;font-weight:800;display:inline-flex}.ai-product-purchase{gap:5px;margin-bottom:12px;display:grid}.ai-product-purchase p{color:var(--kurly-secondary-text);margin:0;font-size:11px;line-height:1.45}.ai-product-actions{gap:8px;margin-top:auto;display:flex}.ai-product-actions button{color:var(--kurly-purple);cursor:pointer;background:#fff;border:1px solid #5f008033;border-radius:12px;flex:1;padding:10px 12px;font-size:13px;font-weight:700}.ai-product-actions button.primary{background:linear-gradient(135deg, var(--kurly-purple), var(--kurly-purple-hover));color:#fff;border-color:#0000}.ai-loading-bubble{background:#fff;border:1px solid #5f008014;border-radius:8px 18px 18px;align-items:center;gap:6px;padding:14px 18px;display:inline-flex}.ai-loading-bubble span{background:var(--kurly-purple);border-radius:50%;width:8px;height:8px;animation:1.1s ease-in-out infinite aiDotPulse}.ai-loading-bubble span:nth-child(2){animation-delay:.18s}.ai-loading-bubble span:nth-child(3){animation-delay:.36s}.ai-chat-composer{background:#fff;border-top:1px solid #5f008014;align-items:flex-end;gap:12px;padding:18px;display:flex}.ai-chat-window.empty .ai-chat-composer{background:#fffffff0;border:1px solid #5f00801f;border-radius:28px;align-self:center;align-items:flex-end;width:min(760px,100% - 48px);margin-bottom:34px;padding:12px 14px 12px 22px;box-shadow:0 12px 32px #5f008014}.ai-chat-composer textarea{resize:vertical;min-height:58px;max-height:160px;font:inherit;color:var(--kurly-ink);scrollbar-width:none;-ms-overflow-style:none;background:#fcfcff;border:1px solid #5f008024;border-radius:18px;outline:none;flex:1;padding:16px 18px}.ai-chat-composer textarea::-webkit-scrollbar{display:none}.ai-chat-window.empty .ai-chat-composer textarea{min-height:46px;max-height:132px;color:var(--kurly-ink);resize:none;background:0 0;border:none;border-radius:20px;padding:13px 12px 13px 0;line-height:1.55;overflow-y:auto}.ai-chat-window.empty .ai-chat-composer textarea::placeholder{color:var(--kurly-muted-text);font-weight:700}.ai-chat-composer textarea:focus{border-color:var(--kurly-purple);box-shadow:0 0 0 3px #5f008014}.ai-chat-window.empty .ai-chat-composer textarea:focus{box-shadow:none}.ai-chat-composer button{background:linear-gradient(135deg, var(--kurly-purple), var(--kurly-purple-hover));color:#fff;cursor:pointer;border:none;border-radius:18px;align-self:flex-end;height:58px;padding:0 20px;font-size:14px;font-weight:800}.ai-chat-window.empty .ai-chat-composer button[type=submit]{background:var(--kurly-purple);color:#fff;border-radius:23px;flex:0 0 96px;height:46px}.ai-chat-composer button:disabled{opacity:.5;cursor:not-allowed}@keyframes aiDotPulse{0%,80%,to{opacity:.4;transform:scale(.7)}40%{opacity:1;transform:scale(1)}}@keyframes botBlink{0%,94%,to{transform:scaleY(1)}97%{transform:scaleY(.1)}}@keyframes antennaGlow{0%,to{opacity:.6;filter:drop-shadow(0 0 1px #5f008047)}50%{opacity:1;filter:drop-shadow(0 0 6px #5f008052)}}.ai-avatar .bot-eye-left{transform-origin:26px 35px;animation:4s infinite botBlink}.ai-avatar .bot-eye-right{transform-origin:38px 35px;animation:4s infinite botBlink}.ai-avatar .antenna-glow{animation:1.5s infinite alternate antennaGlow}@media (width<=1366px){.ai-shopping-shell{grid-template-columns:1fr}.ai-history-panel{min-height:0;position:static}.ai-chat-quick-grid{grid-template-columns:1fr}.ai-chat-stage.empty{min-height:0}.ai-mobile-chatbar{background:#fffffff0;border:1px solid #5f008014;border-radius:16px;flex-shrink:0;align-items:center;gap:10px;min-height:48px;padding:8px 10px;display:flex;box-shadow:0 8px 22px #5f00800f}.ai-mobile-chatbar>div{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ai-mobile-chatbar strong,.ai-mobile-chatbar span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ai-mobile-chatbar strong{color:var(--kurly-ink);font-size:14px}.ai-mobile-chatbar div>span{color:var(--kurly-secondary-text);font-size:12px}.ai-mobile-history-button,.ai-mobile-new-button{width:36px;height:36px;color:var(--kurly-purple);cursor:pointer;background:#fff;border:1px solid #5f00801f;border-radius:12px;flex:0 0 36px}.ai-mobile-history-button{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:inline-flex}.ai-mobile-history-button span{background:var(--kurly-purple);border-radius:999px;width:16px;height:2px;display:block}.ai-mobile-new-button{font-size:24px;font-weight:400;line-height:1}.ai-history-backdrop{z-index:1190;cursor:pointer;background:#0f172a47;border:0;display:block;position:fixed;inset:0}.ai-history-panel{z-index:1191;border-radius:0 24px 24px 0;flex-direction:column;width:min(320px,100vw - 52px);min-height:0;padding:18px;transition:transform .24s;position:fixed;top:0;bottom:0;left:0;overflow:hidden;transform:translate(-104%);box-shadow:22px 0 50px #0f172a29;display:flex!important}.ai-history-panel.open{transform:translate(0)}.ai-history-top{flex-shrink:0}.ai-history-list{flex:1;min-height:0;padding-right:2px;overflow-y:auto}.ai-chat-hero-copy{display:none!important}.ai-chat-hero{border-radius:20px!important;margin-bottom:0!important;padding:12px 16px!important}.ai-chat-quick-grid{scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding-bottom:4px;overflow-x:auto;flex-wrap:nowrap!important;margin-top:0!important;display:flex!important}.ai-chat-quick-grid::-webkit-scrollbar{display:none}.ai-prompt-chip{white-space:nowrap;flex:none;border-radius:12px!important;padding:8px 14px!important;font-size:13px!important}.ai-chat-window{border-radius:20px!important;height:calc(100vh - 200px)!important;min-height:0!important}.ai-chat-window.empty .ai-chat-scroll{padding:24px 16px 12px}.ai-empty-state{transform:translateY(6px)}.ai-empty-spark{width:28px;height:28px;margin-bottom:22px}.ai-empty-state h2{font-size:30px;line-height:1.42}.ai-empty-prompts{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;margin-top:26px;padding-bottom:2px;overflow-x:auto}.ai-empty-prompts::-webkit-scrollbar{display:none}.ai-empty-prompt{flex:none;padding:9px 12px;font-size:12px}.ai-chat-window.empty .ai-chat-composer{border-radius:24px;width:calc(100% - 24px);margin-bottom:12px;padding:10px 10px 10px 18px}.ai-chat-window.empty .ai-chat-composer textarea{min-height:42px;max-height:124px;padding:11px 8px 11px 0}.ai-chat-window.empty .ai-chat-composer button[type=submit]{flex-basis:76px;height:42px;padding:0 14px}}@media (width<=420px) and (height<=700px){.ai-chat-window.empty .ai-chat-scroll{padding-top:12px}.ai-empty-state{transform:none}.ai-empty-spark{width:22px;height:22px;margin-bottom:14px}.ai-empty-state h2{font-size:26px;line-height:1.34}.ai-empty-prompts{margin-top:18px}.ai-chat-window.empty .ai-chat-composer{margin-bottom:10px}}.cs-page{flex-direction:column;gap:20px;display:flex}.cs-hero{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.cs-hero-copy{flex-direction:column;gap:10px;display:flex}.cs-eyebrow{background:var(--kurly-purple-light);width:fit-content;color:var(--kurly-purple);border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.cs-hero-copy p,.cs-section-head p,.cs-faq-answer{margin-bottom:0}.cs-hero-stats{grid-template-columns:1fr 1fr;gap:12px;min-width:220px;display:grid}.cs-stat-box{border:1px solid var(--kurly-border-normal);background:linear-gradient(#fff 0%,#faf5fc 100%);border-radius:10px;padding:16px}.cs-stat-label{color:var(--kurly-muted-text);margin-bottom:6px;font-size:12px;display:block}.cs-stat-value{color:var(--kurly-ink);font-size:22px;font-weight:700}.cs-layout{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);align-items:start;gap:20px;display:grid}.cs-section-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.cs-section-head h2{margin-bottom:6px}.cs-inquiry-list{flex-direction:column;gap:14px;display:flex}.cs-lookup-form{border:1px solid var(--kurly-border-normal);background:#fcfcfc;border-radius:10px;margin-bottom:20px;padding:16px}.cs-empty{text-align:center;color:var(--kurly-secondary-text);border:1px dashed var(--kurly-border-normal);background:#fcfcfc;border-radius:8px;padding:40px 20px}.cs-inquiry-card{color:inherit;border:1px solid var(--kurly-border-normal);border-radius:10px;padding:18px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;display:block}.cs-inquiry-card:hover{border-color:var(--kurly-purple);transform:translateY(-1px);box-shadow:0 6px 20px #5f008014}.cs-inquiry-meta{color:var(--kurly-muted-text);justify-content:space-between;gap:12px;margin-bottom:10px;font-size:12px;display:flex}.cs-status-badge{border-radius:999px;align-items:center;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}.cs-status-badge.pending{color:#a55b00;background:#fff5e8}.cs-status-badge.answered{color:#1a7c4d;background:#eef9f4}.cs-inquiry-title{margin-bottom:8px;font-size:17px}.cs-inquiry-excerpt{color:var(--kurly-secondary-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;display:-webkit-box;overflow:hidden}.cs-inquiry-footer{color:var(--kurly-secondary-text);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.cs-link-text{color:var(--kurly-purple);font-weight:600}.cs-form-card,.cs-faq-card{position:sticky;top:96px}.cs-form-note{margin-top:-4px;margin-bottom:16px;font-size:13px}.cs-form-actions{gap:10px;display:flex}.cs-faq-list{flex-direction:column;gap:12px;display:flex}.cs-faq-item{border:1px solid var(--kurly-border-normal);background:#fff;border-radius:10px;padding:14px 16px}.cs-faq-item summary{cursor:pointer;color:var(--kurly-ink);justify-content:space-between;align-items:center;gap:12px;font-weight:600;list-style:none;display:flex}.cs-faq-item summary::-webkit-details-marker{display:none}.cs-faq-category{background:var(--kurly-section-bg);color:var(--kurly-secondary-text);border-radius:999px;margin-bottom:10px;padding:4px 8px;font-size:11px;font-weight:600;display:inline-flex}.cs-detail-page{flex-direction:column;gap:20px;display:flex}.cs-detail-card{flex-direction:column;gap:24px;display:flex}.cs-detail-header{border-bottom:1px solid var(--kurly-border-normal);justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:18px;display:flex}.cs-detail-actions{flex-wrap:wrap;gap:10px;display:flex}.cs-detail-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.cs-detail-meta-box{border:1px solid var(--kurly-border-normal);background:#fcfcfc;border-radius:10px;padding:16px}.cs-detail-meta-box strong{color:var(--kurly-muted-text);margin-bottom:6px;font-size:12px;display:block}.cs-detail-content,.cs-detail-answer{white-space:pre-wrap;border-radius:12px;padding:22px;line-height:1.7}.cs-detail-content{border:1px solid var(--kurly-border-normal);background:#fafafa}.cs-detail-answer{background:linear-gradient(#f8f3fa 0%,#fff 100%);border:1px solid #5f008029}.cs-answer-label{color:var(--kurly-purple);margin-bottom:10px;font-weight:700;display:inline-flex}.cs-loading{text-align:center;color:var(--kurly-secondary-text);padding:50px 20px}@media (width<=900px){.cs-hero,.cs-layout,.cs-detail-header{flex-direction:column}.cs-layout{grid-template-columns:1fr}.cs-form-card,.cs-faq-card{position:static}.cs-detail-meta{grid-template-columns:1fr}.cs-hero-stats{width:100%;min-width:0}}
