.admin-module__4WpgRW__container{color:#f8fafc;min-height:100vh;font-family:var(--font-sans);background-color:#020617;display:flex}.admin-module__4WpgRW__sidebar{width:280px;transition:var(--transition-smooth);z-index:1000;background-color:#0f172a;border-right:1px solid #ffffff0d;flex-direction:column;display:flex;position:relative}.admin-module__4WpgRW__sidebar.admin-module__4WpgRW__hidden{width:80px}.admin-module__4WpgRW__logo{font-family:var(--font-serif);letter-spacing:.15em;color:#fff;border-bottom:1px solid #0f172a1a;align-items:center;gap:15px;padding:30px;font-size:1.5rem;font-weight:800;display:flex}.admin-module__4WpgRW__sidebar.admin-module__4WpgRW__hidden .admin-module__4WpgRW__logo{padding:30px;font-size:1rem}.admin-module__4WpgRW__nav{flex-direction:column;flex:1;gap:8px;padding:20px 15px;display:flex}.admin-module__4WpgRW__navGroupTitle{color:#475569;letter-spacing:.15em;text-transform:uppercase;padding:24px 15px 12px;font-size:.7rem;font-weight:900}.admin-module__4WpgRW__navItem{border-radius:var(--radius-sm);color:#94a3b8;cursor:pointer;transition:var(--transition-fast);align-items:center;gap:15px;padding:14px 20px;font-size:.9rem;font-weight:600;display:flex}.admin-module__4WpgRW__navItem:hover{color:#fff;background:#ffffff0d}.admin-module__4WpgRW__navItem.admin-module__4WpgRW__active{background:var(--accent-gradient);color:#fff;box-shadow:0 4px 12px #d4af3733}.admin-module__4WpgRW__main{background:#020617;flex-direction:column;flex:1;display:flex;overflow-x:hidden}.admin-module__4WpgRW__header{-webkit-backdrop-filter:blur(12px);z-index:999;background:#0f172ab3;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:80px;padding:0 40px;display:flex;position:sticky;top:0}.admin-module__4WpgRW__header h1{font-family:var(--font-sans);color:#fff;margin:0;font-size:1.5rem;font-weight:800}.admin-module__4WpgRW__toggleBtn{color:#fff;border-radius:var(--radius-sm);cursor:pointer;width:40px;height:40px;transition:var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;display:flex}.admin-module__4WpgRW__toggleBtn:hover{background:#ffffff1a}.admin-module__4WpgRW__profile{border-radius:var(--radius-full);background:#ffffff08;border:1px solid #ffffff0d;align-items:center;gap:12px;padding:8px 16px;display:flex}.admin-module__4WpgRW__contentArea{width:100%;max-width:1400px;margin:0 auto;padding:40px}.admin-module__4WpgRW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:30px;display:grid}.admin-module__4WpgRW__statCard{border-radius:var(--radius-md);transition:var(--transition-smooth);background:#0f172a;border:1px solid #ffffff0d;padding:30px}.admin-module__4WpgRW__statCard:hover{border-color:#d4af374d;transform:translateY(-5px);box-shadow:0 20px 40px #0003}.admin-module__4WpgRW__statCard h3{color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:20px;font-size:.8rem;font-weight:800}.admin-module__4WpgRW__statCard .admin-module__4WpgRW__value{color:#fff;margin-bottom:10px;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:900}.admin-module__4WpgRW__statCard .admin-module__4WpgRW__trend{color:#4ade80;font-size:.9rem;font-weight:600}.admin-module__4WpgRW__recentOrders{margin-top:60px}.admin-module__4WpgRW__recentOrders h2{color:#fff;margin-bottom:30px;font-size:1.5rem;font-weight:800}.admin-module__4WpgRW__alertBox{border-left:4px solid var(--accent);border-radius:0 var(--radius-md)var(--radius-md)0;color:#fffc;background:linear-gradient(135deg,#d4af371a 0%,#d4af370d 100%);padding:30px}.admin-module__4WpgRW__alertBox strong{color:#fff;margin-bottom:10px;font-size:1.1rem;display:block}.admin-module__4WpgRW__overlay{display:none}@media (max-width:900px){.admin-module__4WpgRW__sidebar{width:250px;height:100%;position:fixed;left:-250px}.admin-module__4WpgRW__sidebar.admin-module__4WpgRW__show{left:0}.admin-module__4WpgRW__overlay.admin-module__4WpgRW__show{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0009;display:block;position:fixed;inset:0}}
.AdminComponents-module__Sd1j2W__componentContainer{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);transition:var(--transition-smooth);padding:40px;box-shadow:0 10px 40px #0000000d}.AdminComponents-module__Sd1j2W__title{font-family:var(--font-sans);color:var(--primary-dark);align-items:center;gap:12px;margin-bottom:30px;font-size:1.8rem;font-weight:800;display:flex}.AdminComponents-module__Sd1j2W__desc{color:#64748b;margin-bottom:40px;font-size:1rem}.AdminComponents-module__Sd1j2W__tableWrapper{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);overflow-x:auto}.AdminComponents-module__Sd1j2W__table{border-collapse:separate;border-spacing:0;width:100%}.AdminComponents-module__Sd1j2W__table th{color:#64748b;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid var(--border-subtle);background:#f8fafc;padding:20px 24px;font-size:.8rem;font-weight:800}.AdminComponents-module__Sd1j2W__table td{color:var(--primary-light);border-bottom:1px solid var(--border-subtle);padding:20px 24px;font-size:.95rem}.AdminComponents-module__Sd1j2W__table tr:last-child td{border-bottom:none}.AdminComponents-module__Sd1j2W__table tr:hover{background:#fcfcfc}.AdminComponents-module__Sd1j2W__priceInput{border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--primary-dark);transition:var(--transition-fast);background:#fff;width:100%;padding:12px 18px;font-size:1rem;font-weight:600}.AdminComponents-module__Sd1j2W__priceInput:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 4px #d4af371a}.AdminComponents-module__Sd1j2W__badge{border-radius:var(--radius-full);text-transform:uppercase;padding:6px 16px;font-size:.75rem;font-weight:900;display:inline-flex}.AdminComponents-module__Sd1j2W__badgePaid{color:#166534;background:#dcfce7}.AdminComponents-module__Sd1j2W__badgePending{color:#854d0e;background:#fef9c3}.AdminComponents-module__Sd1j2W__badgeShipped{color:#1e40af;background:#dbeafe}.AdminComponents-module__Sd1j2W__badgeCancelled{color:#991b1b;background:#fee2e2}.AdminComponents-module__Sd1j2W__code{color:#475569;background:#f1f5f9;border-radius:4px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:.8rem}.AdminComponents-module__Sd1j2W__actionSelect{border-radius:var(--radius-sm);border:1px solid var(--border);cursor:pointer;padding:10px;font-weight:600}.AdminComponents-module__Sd1j2W__viewBtn{border-radius:var(--radius-sm);border:1px solid var(--border);color:#64748b;width:36px;height:36px;transition:var(--transition-fast);background:#fff;justify-content:center;align-items:center;display:inline-flex}.AdminComponents-module__Sd1j2W__viewBtn:hover{background:var(--surface-subtle);border-color:var(--primary-light);color:var(--primary-dark)}.AdminComponents-module__Sd1j2W__modalOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:2000;background:#0f172a66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AdminComponents-module__Sd1j2W__modalContent{border-radius:var(--radius-md);background:#fff;width:100%;max-width:650px;animation:.4s cubic-bezier(.2,1,.3,1) AdminComponents-module__Sd1j2W__slideIn;overflow:hidden;box-shadow:0 40px 100px #0003}@keyframes AdminComponents-module__Sd1j2W__slideIn{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.AdminComponents-module__Sd1j2W__modalHeader{background:#f8fafc;justify-content:space-between;align-items:center;padding:30px;display:flex}.AdminComponents-module__Sd1j2W__modalHeader h3{font-size:1.4rem;font-weight:800}.AdminComponents-module__Sd1j2W__modalBody{padding:40px}.AdminComponents-module__Sd1j2W__infoGrid{grid-template-columns:repeat(2,1fr);gap:30px;margin-bottom:40px;display:grid}.AdminComponents-module__Sd1j2W__infoItem label{color:#94a3b8;text-transform:uppercase;margin-bottom:8px;font-size:.7rem;font-weight:900;display:block}.AdminComponents-module__Sd1j2W__infoItem p{color:var(--primary-dark);font-size:1.1rem;font-weight:600}.AdminComponents-module__Sd1j2W__modalFooter{background:#f8fafc;justify-content:space-between;align-items:center;padding:30px 40px;display:flex}.AdminComponents-module__Sd1j2W__totalAmount strong{color:var(--primary-dark);font-size:1.8rem;font-weight:900}.AdminComponents-module__Sd1j2W__summaryBox{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:40px;display:grid}.AdminComponents-module__Sd1j2W__summaryItem{border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#f8fafc;padding:30px}.AdminComponents-module__Sd1j2W__summaryItem label{color:#64748b;margin-bottom:15px;font-size:.85rem;font-weight:700;display:block}.AdminComponents-module__Sd1j2W__summaryItem span{color:var(--primary-dark);font-size:1.8rem;font-weight:900}
.Toast-module__DGgETa__toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.Toast-module__DGgETa__toast{pointer-events:auto;color:#333;cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;min-width:250px;padding:12px 18px;font-size:.9rem;font-weight:500;animation:.3s ease-out Toast-module__DGgETa__slideIn;display:flex;box-shadow:0 4px 12px #00000026}@keyframes Toast-module__DGgETa__slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.Toast-module__DGgETa__success{border-left:4px solid #10b981}.Toast-module__DGgETa__error{border-left:4px solid #ef4444}.Toast-module__DGgETa__info{border-left:4px solid #3b82f6}
.alminerShop-module__EQ44dW__container{max-width:1200px;min-height:100vh;margin:0 auto;padding-top:120px;padding-bottom:100px}.alminerShop-module__EQ44dW__topSection{gap:50px;margin-bottom:80px;padding:0 20px;display:flex}.alminerShop-module__EQ44dW__gallery{align-self:flex-start;width:50%;position:sticky;top:120px}.alminerShop-module__EQ44dW__mainImageWrapper{background:#f8f8f8;border:1px solid #eee;border-radius:8px;width:100%;margin-bottom:15px;padding-top:100%;position:relative;overflow:hidden}.alminerShop-module__EQ44dW__mainImage{object-fit:cover}.alminerShop-module__EQ44dW__thumbnails{gap:10px;display:flex}.alminerShop-module__EQ44dW__thumb{cursor:pointer;border:1px solid #ddd;border-radius:4px;width:60px;height:60px;position:relative;overflow:hidden}.alminerShop-module__EQ44dW__thumb.alminerShop-module__EQ44dW__activeThumb{border-width:2px;border-color:#ff5c00}.alminerShop-module__EQ44dW__thumbImg{object-fit:cover}.alminerShop-module__EQ44dW__thumbPlaceholder{background:#eee;width:100%;height:100%}.alminerShop-module__EQ44dW__infoArea{width:50%}.alminerShop-module__EQ44dW__productTitle{font-family:var(--font-sans);color:#111;margin-bottom:10px;font-size:1.8rem;line-height:1.3}.alminerShop-module__EQ44dW__rating{color:#fa0;align-items:center;gap:5px;margin-bottom:20px;font-size:.9rem;display:flex}.alminerShop-module__EQ44dW__reviewCount{color:#666;cursor:pointer;text-decoration:underline}.alminerShop-module__EQ44dW__priceRow{align-items:baseline;gap:10px;margin-bottom:20px;display:flex}.alminerShop-module__EQ44dW__discountRate{color:#e74c3c;font-size:1.5rem;font-weight:700}.alminerShop-module__EQ44dW__finalPrice{color:#333;font-size:2rem;font-weight:800}.alminerShop-module__EQ44dW__originalPrice{color:#999;font-size:1.1rem;text-decoration:line-through}.alminerShop-module__EQ44dW__shippingInfo{border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:25px;padding:15px 0}.alminerShop-module__EQ44dW__shipLabel{color:#555;margin-right:10px;font-weight:600}.alminerShop-module__EQ44dW__shipValue{color:#333;font-weight:500}.alminerShop-module__EQ44dW__selectInput{border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:20px;padding:12px;font-size:1rem}.alminerShop-module__EQ44dW__selectedList{background:#fafafa;border:1px solid #eee;border-radius:4px;max-height:200px;margin-bottom:20px;padding:15px;overflow-y:auto}.alminerShop-module__EQ44dW__selectedItem{background:#fff;border:1px solid #ddd;border-radius:4px;margin-bottom:10px;padding:15px}.alminerShop-module__EQ44dW__selectedItem:last-child{margin-bottom:0}.alminerShop-module__EQ44dW__itemTop{color:#333;justify-content:space-between;margin-bottom:10px;font-size:.95rem;font-weight:500;display:flex}.alminerShop-module__EQ44dW__deleteBtn{cursor:pointer;color:#999;background:0 0;border:none;font-size:1.2rem;line-height:1}.alminerShop-module__EQ44dW__itemBottom{justify-content:space-between;align-items:center;display:flex}.alminerShop-module__EQ44dW__qtyControl{border:1px solid #ddd;display:flex}.alminerShop-module__EQ44dW__qtyControl button{cursor:pointer;background:#f8f8f8;border:none;width:26px;height:26px}.alminerShop-module__EQ44dW__qtyControl span{text-align:center;width:34px;font-size:.9rem;line-height:26px}.alminerShop-module__EQ44dW__itemPrice{font-weight:700}.alminerShop-module__EQ44dW__totalRow{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.alminerShop-module__EQ44dW__totalRow span:first-child{color:#555;font-weight:600}.alminerShop-module__EQ44dW__totalPriceText{color:#e74c3c;font-size:2rem;font-weight:800}.alminerShop-module__EQ44dW__btnGroup{gap:10px;display:flex}.alminerShop-module__EQ44dW__cartBtn,.alminerShop-module__EQ44dW__buyBtn{flex:1;height:56px;font-size:1.1rem}.alminerShop-module__EQ44dW__tabNav{z-index:10;background:#fff;border-bottom:1px solid #ddd;margin-bottom:40px;display:flex;position:sticky;top:70px}.alminerShop-module__EQ44dW__tab{text-align:center;cursor:pointer;color:#666;background:#fff;border-bottom:3px solid #0000;flex:1;padding:15px 0;font-size:1rem}.alminerShop-module__EQ44dW__activeTab{color:#ff5c00;border-bottom-color:#ff5c00;font-weight:700}.alminerShop-module__EQ44dW__detailContent{min-height:800px}@media (max-width:768px){.alminerShop-module__EQ44dW__topSection{flex-direction:column;gap:30px}.alminerShop-module__EQ44dW__gallery,.alminerShop-module__EQ44dW__infoArea{width:100%}}
.ProductDetail-module__F6B_aq__container{background:#fff;width:100%;max-width:860px;margin:0 auto}.ProductDetail-module__F6B_aq__storyIntro{text-align:center;background:#fdfbf7;margin-bottom:20px;padding:60px 20px}.ProductDetail-module__F6B_aq__storyIntro h2{color:#1a1a1a;font-size:1.8rem;font-family:var(--font-serif);margin-bottom:15px}.ProductDetail-module__F6B_aq__storyIntro p{color:#666;font-size:1rem;line-height:1.8}.ProductDetail-module__F6B_aq__imageWrapper{width:100%;line-height:0;position:relative}.ProductDetail-module__F6B_aq__detailImage{width:100%;height:auto;display:block}
.Reviews-module__yTtV6W__container{max-width:900px;margin:0 auto;padding:40px 0}.Reviews-module__yTtV6W__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.Reviews-module__yTtV6W__header h3{color:#333;margin:0;font-size:1.5rem}.Reviews-module__yTtV6W__sourceBadge{color:#666;background:#f0f0f0;border-radius:20px;align-items:center;gap:8px;padding:5px 12px;font-size:.85rem;display:flex}.Reviews-module__yTtV6W__sourceLogo{color:#a80000;font-family:sans-serif;font-weight:800}.Reviews-module__yTtV6W__ratingOverview{text-align:center;background:#fdfdfd;border:1px solid #eee;border-radius:8px;margin-bottom:50px;padding:30px}.Reviews-module__yTtV6W__bigRating{color:#333;font-size:3rem;font-weight:800}.Reviews-module__yTtV6W__stars{color:#fa0;margin:5px 0;font-size:1.2rem}.Reviews-module__yTtV6W__countText{color:#888;font-size:.9rem}.Reviews-module__yTtV6W__sectionTitle{color:#111;border-left:4px solid #333;margin-bottom:20px;padding-left:10px;font-size:1.2rem}.Reviews-module__yTtV6W__photoGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.Reviews-module__yTtV6W__photoCard{background:#fff;border-radius:12px;transition:transform .2s;overflow:hidden;box-shadow:0 4px 15px #0000000d}.Reviews-module__yTtV6W__photoCard:hover{transform:translateY(-5px)}.Reviews-module__yTtV6W__photoWrapper{width:100%;height:200px;position:relative}.Reviews-module__yTtV6W__photoImg{object-fit:cover}.Reviews-module__yTtV6W__photoOverlay{color:#fff;background:linear-gradient(#0000,#000c);justify-content:space-between;align-items:flex-end;padding:15px;display:flex;position:absolute;bottom:0;left:0;right:0}.Reviews-module__yTtV6W__photoUser{font-size:.85rem;font-weight:600}.Reviews-module__yTtV6W__photoRating{font-size:.8rem}.Reviews-module__yTtV6W__photoContent{color:#555;background:#fff;padding:15px;font-size:.9rem}.Reviews-module__yTtV6W__reviewList{flex-direction:column;display:flex}.Reviews-module__yTtV6W__reviewItem{border-bottom:1px solid #eee;padding:30px 0}.Reviews-module__yTtV6W__reviewHeader{justify-content:space-between;margin-bottom:15px;display:flex}.Reviews-module__yTtV6W__userInfo{align-items:center;gap:10px;display:flex}.Reviews-module__yTtV6W__name{font-weight:700}.Reviews-module__yTtV6W__date{color:#999;font-size:.85rem}.Reviews-module__yTtV6W__sourceTag{color:#27ae60;background:#eafaf1;border-radius:4px;padding:2px 6px;font-size:.75rem}.Reviews-module__yTtV6W__content{color:#444;margin-bottom:15px;font-size:1rem;line-height:1.6}.Reviews-module__yTtV6W__reviewImages{gap:10px;display:flex}.Reviews-module__yTtV6W__thumbWrapper{border-radius:4px;width:80px;height:80px;position:relative;overflow:hidden}.Reviews-module__yTtV6W__reviewImg{object-fit:cover}@media (max-width:768px){.Reviews-module__yTtV6W__photoGrid{grid-template-columns:1fr}}
.ProductQnA-module__SfPGba__container{max-width:900px;margin:0 auto;padding:40px 0}.ProductQnA-module__SfPGba__header{border-bottom:2px solid #333;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.ProductQnA-module__SfPGba__header h3{color:#333;font-size:1.5rem}.ProductQnA-module__SfPGba__writeBtn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:4px;padding:10px 20px;font-weight:600}.ProductQnA-module__SfPGba__notice{color:#666;background:#f9f9f9;border-radius:8px;margin-bottom:30px;padding:20px;font-size:.85rem}.ProductQnA-module__SfPGba__notice ul{margin:0;padding-left:20px}.ProductQnA-module__SfPGba__notice li{margin-bottom:5px}.ProductQnA-module__SfPGba__qnaList{flex-direction:column;display:flex}.ProductQnA-module__SfPGba__qnaItem{border-bottom:1px solid #eee;padding:30px 0}.ProductQnA-module__SfPGba__qnaItem:last-child{border-bottom:none}.ProductQnA-module__SfPGba__questionSection{margin-bottom:20px}.ProductQnA-module__SfPGba__qHeader,.ProductQnA-module__SfPGba__aHeader{align-items:center;gap:10px;margin-bottom:10px;display:flex}.ProductQnA-module__SfPGba__badgeQ{color:#fff;background:#666;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600}.ProductQnA-module__SfPGba__badgeA{color:#fff;background:#ff5c00;border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:600}.ProductQnA-module__SfPGba__user,.ProductQnA-module__SfPGba__adminName{color:#333;font-size:.95rem;font-weight:600}.ProductQnA-module__SfPGba__date{color:#999;font-size:.85rem}.ProductQnA-module__SfPGba__qContent,.ProductQnA-module__SfPGba__aContent{white-space:pre-wrap;color:#444;padding-left:45px;font-size:.95rem;line-height:1.6}.ProductQnA-module__SfPGba__answerSection{background:#fdfdfd;border:1px solid #eee;border-radius:8px;margin-top:15px;padding:20px}
.TradeKoreaAnalysis-module__Ohjgjq__container{color:#1a202c;width:100%;font-family:Pretendard,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;animation:.5s ease-out TradeKoreaAnalysis-module__Ohjgjq__fadeIn}@keyframes TradeKoreaAnalysis-module__Ohjgjq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.TradeKoreaAnalysis-module__Ohjgjq__header{background:#fff;border-left:5px solid #00acc1;border-radius:16px;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;padding:24px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (min-width:768px){.TradeKoreaAnalysis-module__Ohjgjq__header{flex-direction:row}}.TradeKoreaAnalysis-module__Ohjgjq__brandArea{align-items:center;gap:20px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__logoIcon{color:#fff;background:linear-gradient(135deg,#00acc1 0%,#00838f 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s;display:flex;transform:rotate(3deg);box-shadow:0 10px 15px -3px #00acc14d}.TradeKoreaAnalysis-module__Ohjgjq__logoIcon:hover{transform:rotate(0)}.TradeKoreaAnalysis-module__Ohjgjq__brandText h2{color:#111827;letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:800}.TradeKoreaAnalysis-module__Ohjgjq__subBrand{color:#6b7280;align-items:center;gap:8px;margin-top:4px;font-size:.875rem;font-weight:500;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__oceanTag{color:#006064;background:#e0f7fa;border:1px solid #b2ebf2;border-radius:9999px;padding:2px 10px;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__tabBar{background:#f3f4f6;border-radius:12px;gap:4px;max-width:100%;padding:6px;display:flex;overflow-x:auto}.TradeKoreaAnalysis-module__Ohjgjq__tabBtn{color:#6b7280;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__tabBtn:hover{color:#111827;background:#0000000d}.TradeKoreaAnalysis-module__Ohjgjq__activeTab{color:#00838f;background:#fff;box-shadow:0 1px 3px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__gridMain{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:1024px){.TradeKoreaAnalysis-module__Ohjgjq__gridMain{grid-template-columns:2fr 1fr}}.TradeKoreaAnalysis-module__Ohjgjq__gridCols3{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:768px){.TradeKoreaAnalysis-module__Ohjgjq__gridCols3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.TradeKoreaAnalysis-module__Ohjgjq__gridCols3{grid-template-columns:repeat(3,1fr)}}.TradeKoreaAnalysis-module__Ohjgjq__card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:32px;box-shadow:0 10px 15px -3px #0000000d}.TradeKoreaAnalysis-module__Ohjgjq__profileHeader{flex-direction:column;align-items:center;gap:32px;margin-bottom:32px;display:flex}@media (min-width:640px){.TradeKoreaAnalysis-module__Ohjgjq__profileHeader{flex-direction:row}}.TradeKoreaAnalysis-module__Ohjgjq__avatarContainer{position:relative}.TradeKoreaAnalysis-module__Ohjgjq__avatar{color:#00acc1;background:#e0f7fa;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;display:flex;box-shadow:0 4px 6px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__verifiedBadge{color:#fff;background:#10b981;border:2px solid #fff;border-radius:50%;padding:4px;display:flex;position:absolute;bottom:-4px;right:-4px}.TradeKoreaAnalysis-module__Ohjgjq__profileInfo h3{color:#111827;margin:0 0 4px;font-size:1.5rem;font-weight:800}.TradeKoreaAnalysis-module__Ohjgjq__profileTags{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__tag{border:1px solid #0000;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__tagGreen{color:#166534;background:#dcfce7;border-color:#bbf7d0}.TradeKoreaAnalysis-module__Ohjgjq__tagPurple{color:#6b21a8;background:#f3e8ff;border-color:#e9d5ff}.TradeKoreaAnalysis-module__Ohjgjq__tagOrange{color:#9a3412;background:#ffedd5;border-color:#fed7aa}.TradeKoreaAnalysis-module__Ohjgjq__healthScore{text-align:right;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;min-width:120px;padding:16px}.TradeKoreaAnalysis-module__Ohjgjq__scoreVal{color:#1f2937;font-size:2.25rem;font-weight:900}.TradeKoreaAnalysis-module__Ohjgjq__scoreMax{color:#9ca3af;font-size:1.125rem;font-weight:500}.TradeKoreaAnalysis-module__Ohjgjq__scoreLabel{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-top:4px;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__statsGrid{border-top:2px dashed #f3f4f6;grid-template-columns:repeat(3,1fr);gap:24px;padding-top:24px;display:grid}.TradeKoreaAnalysis-module__Ohjgjq__statItem{text-align:center;border-radius:12px;padding:12px;transition:background .2s}.TradeKoreaAnalysis-module__Ohjgjq__statItem:hover{background:#f9fafb}.TradeKoreaAnalysis-module__Ohjgjq__statVal{color:#111827;font-size:1.875rem;font-weight:900;transition:color .2s}.TradeKoreaAnalysis-module__Ohjgjq__statItem:hover .TradeKoreaAnalysis-module__Ohjgjq__statVal{color:#00acc1}.TradeKoreaAnalysis-module__Ohjgjq__statLabel{color:#9ca3af;margin-top:8px;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__inquiryCard{color:#fff;background:#111827;border-radius:16px;flex-direction:column;justify-content:space-between;padding:24px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__inquiryGlow{filter:blur(60px);opacity:.2;pointer-events:none;background:#06b6d4;border-radius:50%;width:150px;height:150px;margin-top:-40px;margin-right:-40px;position:absolute;top:0;right:0}.TradeKoreaAnalysis-module__Ohjgjq__inquiryHeader{align-items:center;gap:12px;margin-bottom:24px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__iconBox{background:#1f2937;border-radius:8px;padding:8px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__alertList{flex-direction:column;gap:12px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__alertItem{cursor:pointer;background:#1f2937;border:1px solid #374151;border-radius:12px;padding:16px;transition:all .2s}.TradeKoreaAnalysis-module__Ohjgjq__alertItem:hover{border-color:#06b6d480}.TradeKoreaAnalysis-module__Ohjgjq__alertTop{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__dot{background:#ca2f2f;border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.TradeKoreaAnalysis-module__Ohjgjq__buyerName{color:#d1d5db;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__time{color:#6b7280;font-family:monospace;font-size:.7rem}.TradeKoreaAnalysis-module__Ohjgjq__msgPreview{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:500;overflow:hidden}.TradeKoreaAnalysis-module__Ohjgjq__actionBtn{color:#fff;cursor:pointer;background:#0891b2;border:none;border-radius:12px;width:100%;margin-top:24px;padding:12px;font-size:.875rem;font-weight:700;transition:all .2s;box-shadow:0 4px 6px #0003}.TradeKoreaAnalysis-module__Ohjgjq__actionBtn:hover{background:#06b6d4;transform:translateY(-1px)}.TradeKoreaAnalysis-module__Ohjgjq__listingWrapper{grid-template-columns:1fr;gap:32px;display:grid}@media (min-width:1024px){.TradeKoreaAnalysis-module__Ohjgjq__listingWrapper{grid-template-columns:5fr 1fr 6fr}}.TradeKoreaAnalysis-module__Ohjgjq__configPanel{background:#fff;border:1px solid #f3f4f6;border-radius:16px;height:fit-content;padding:32px;box-shadow:0 10px 15px -3px #0000000d}.TradeKoreaAnalysis-module__Ohjgjq__panelTitle{color:#111827;align-items:center;gap:12px;margin-bottom:24px;font-size:1.25rem;font-weight:800;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__iconPurple{color:#9333ea;background:#f3e8ff;border-radius:8px;padding:8px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__formField{margin-bottom:24px}.TradeKoreaAnalysis-module__Ohjgjq__formLabel{color:#374151;margin-bottom:8px;font-size:.875rem;font-weight:700;display:block}.TradeKoreaAnalysis-module__Ohjgjq__selectWrapper{position:relative}.TradeKoreaAnalysis-module__Ohjgjq__select{color:#1f2937;appearance:none;cursor:pointer;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:.875rem;font-weight:700;transition:border-color .2s}.TradeKoreaAnalysis-module__Ohjgjq__select:focus{border-color:#06b6d4}.TradeKoreaAnalysis-module__Ohjgjq__arrow{color:#9ca3af;pointer-events:none;font-size:.75rem;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.TradeKoreaAnalysis-module__Ohjgjq__connector{justify-content:center;align-items:center;display:none}@media (min-width:1024px){.TradeKoreaAnalysis-module__Ohjgjq__connector{display:flex}}.TradeKoreaAnalysis-module__Ohjgjq__arrowCircle{color:#9ca3af;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__aiOutputPanel{color:#fff;background:#0f172a;border-radius:16px;flex-direction:column;justify-content:space-between;padding:32px;display:flex;box-shadow:0 20px 25px -5px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__aiTitle{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__aiTitle h3{margin:0;font-size:1.25rem;font-weight:800}.TradeKoreaAnalysis-module__Ohjgjq__b2bBadge{color:#fff;text-transform:uppercase;background:#0891b2;border-radius:4px;padding:4px 8px;font-size:.65rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__outputGroup{margin-bottom:24px}.TradeKoreaAnalysis-module__Ohjgjq__outputLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;font-size:.75rem;font-weight:700;display:block}.TradeKoreaAnalysis-module__Ohjgjq__codeBlock{color:#6ee7b7;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:20px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.125rem;line-height:1.6;box-shadow:inset 0 2px 4px #0003}.TradeKoreaAnalysis-module__Ohjgjq__tags{flex-wrap:wrap;gap:8px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__aiTag{color:#67e8f9;background:#06b6d41a;border:1px solid #06b6d44d;border-radius:8px;padding:6px 12px;font-family:ui-monospace,monospace;font-size:.875rem}.TradeKoreaAnalysis-module__Ohjgjq__tipBox{background:#1e293b80;border-left:4px solid #f59e0b;border-radius:12px;padding:16px}.TradeKoreaAnalysis-module__Ohjgjq__tipHeader{color:#f59e0b;align-items:center;gap:8px;margin-bottom:4px;font-size:.875rem;font-weight:700;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__tipText{color:#cbd5e1;margin:0;font-size:.75rem;line-height:1.5}.TradeKoreaAnalysis-module__Ohjgjq__strategyCard{cursor:pointer;background:#fff;border-bottom:4px solid #0000;border-radius:16px;padding:24px;transition:all .3s;box-shadow:0 4px 6px -1px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__strategyCard:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__borderRed{border-color:#ef4444}.TradeKoreaAnalysis-module__Ohjgjq__borderBlue{border-color:#2563eb}.TradeKoreaAnalysis-module__Ohjgjq__borderGreen{border-color:#10b981}.TradeKoreaAnalysis-module__Ohjgjq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__iconCircle{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__strategyCard:hover .TradeKoreaAnalysis-module__Ohjgjq__iconRed{color:#fff;background:#ef4444}.TradeKoreaAnalysis-module__Ohjgjq__strategyCard:hover .TradeKoreaAnalysis-module__Ohjgjq__iconBlue{color:#fff;background:#2563eb}.TradeKoreaAnalysis-module__Ohjgjq__strategyCard:hover .TradeKoreaAnalysis-module__Ohjgjq__iconGreen{color:#fff;background:#10b981}.TradeKoreaAnalysis-module__Ohjgjq__iconRed{color:#dc2626;background:#fef2f2}.TradeKoreaAnalysis-module__Ohjgjq__iconBlue{color:#2563eb;background:#eff6ff}.TradeKoreaAnalysis-module__Ohjgjq__iconGreen{color:#059669;background:#ecfdf5}.TradeKoreaAnalysis-module__Ohjgjq__cardLabel{color:#9ca3af;text-transform:uppercase;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__cardTitle{color:#111827;margin:0 0 12px;font-size:1.25rem;font-weight:900}.TradeKoreaAnalysis-module__Ohjgjq__cardDesc{color:#4b5563;margin:0;font-size:.875rem;font-weight:500;line-height:1.6}.TradeKoreaAnalysis-module__Ohjgjq__highlightRed{color:#dc2626;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__highlightBlue{color:#2563eb;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__checklistContainer{background:#fff;border:1px solid #f3f4f6;border-radius:16px;padding:32px;box-shadow:0 10px 15px -3px #0000001a}.TradeKoreaAnalysis-module__Ohjgjq__progressHeader{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__progressStats{text-align:right}.TradeKoreaAnalysis-module__Ohjgjq__percent{color:#00acc1;font-size:2.25rem;font-weight:900;display:block}.TradeKoreaAnalysis-module__Ohjgjq__progressLabel{color:#9ca3af;text-transform:uppercase;font-size:.75rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__progressBar{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:9999px;width:100%;height:12px;margin-bottom:32px;overflow:hidden}.TradeKoreaAnalysis-module__Ohjgjq__progressFill{background:linear-gradient(90deg,#00acc1 0%,#26c6da 100%);border-radius:9999px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.TradeKoreaAnalysis-module__Ohjgjq__stepList{flex-direction:column;gap:12px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__stepItem{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000000d}.TradeKoreaAnalysis-module__Ohjgjq__stepItem:hover{border-color:#00acc1;transform:scale(1.01);box-shadow:0 4px 6px #00acc11a}.TradeKoreaAnalysis-module__Ohjgjq__stepItem.TradeKoreaAnalysis-module__Ohjgjq__completed{opacity:.8;box-shadow:none;background:#f9fafb;border-color:#f3f4f6}.TradeKoreaAnalysis-module__Ohjgjq__stepContent{align-items:center;gap:20px;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__checkCircle{color:#0000;border:2px solid #d1d5db;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.TradeKoreaAnalysis-module__Ohjgjq__stepItem.TradeKoreaAnalysis-module__Ohjgjq__completed .TradeKoreaAnalysis-module__Ohjgjq__checkCircle{color:#fff;background:#00acc1;border-color:#00acc1}.TradeKoreaAnalysis-module__Ohjgjq__stepItem:hover:not(.TradeKoreaAnalysis-module__Ohjgjq__completed) .TradeKoreaAnalysis-module__Ohjgjq__checkCircle{color:#00acc1;border-color:#00acc1}.TradeKoreaAnalysis-module__Ohjgjq__stepTitle{color:#1f2937;font-size:1rem;font-weight:700}.TradeKoreaAnalysis-module__Ohjgjq__stepItem.TradeKoreaAnalysis-module__Ohjgjq__completed .TradeKoreaAnalysis-module__Ohjgjq__stepTitle{color:#9ca3af;text-decoration:line-through}.TradeKoreaAnalysis-module__Ohjgjq__nextPriority{color:#00acc1;margin-top:4px;font-size:.75rem;font-weight:600}.TradeKoreaAnalysis-module__Ohjgjq__actionTag{color:#9ca3af;background:#f3f4f6;border-radius:8px;padding:6px 12px;font-size:.75rem;font-weight:700;display:none}.TradeKoreaAnalysis-module__Ohjgjq__stepItem:hover:not(.TradeKoreaAnalysis-module__Ohjgjq__completed) .TradeKoreaAnalysis-module__Ohjgjq__actionTag{color:#00838f;background:#e0f7fa;display:block}@media (min-width:640px){.TradeKoreaAnalysis-module__Ohjgjq__actionTag{display:block}}
.business-module__ejCyTa__page{background-color:var(--background);color:var(--foreground);padding-bottom:120px;animation:.8s cubic-bezier(.2,1,.3,1) forwards business-module__ejCyTa__fadeIn}.business-module__ejCyTa__header{background:var(--primary-dark);text-align:center;margin-top:-90px;padding:180px 0 100px;position:relative;overflow:hidden}.business-module__ejCyTa__headerBg{background:radial-gradient(circle at 50% 150%,#d4af371a,#0000 70%);position:absolute;inset:0}.business-module__ejCyTa__label{font-family:var(--font-sans);letter-spacing:.3em;color:var(--accent);z-index:2;margin-bottom:25px;font-size:.85rem;font-weight:800;display:block;position:relative}.business-module__ejCyTa__header h1{color:#fff;z-index:2;letter-spacing:-.02em;font-size:clamp(3rem,7vw,4.5rem);position:relative}.business-module__ejCyTa__content{z-index:10;background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);max-width:1000px;margin:-60px auto 0;padding:80px;position:relative;box-shadow:0 40px 100px #0000000d}.business-module__ejCyTa__section{margin-bottom:100px}.business-module__ejCyTa__section h2{color:var(--primary-dark);letter-spacing:-.03em;margin-bottom:20px;font-size:clamp(2rem,4vw,2.8rem)}.business-module__ejCyTa__desc{color:#64748b;margin-bottom:50px;font-size:1.25rem;line-height:1.8}.business-module__ejCyTa__downloadGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.business-module__ejCyTa__downloadCard{background:var(--surface-subtle);border:1px solid var(--border);border-radius:var(--radius-md);transition:var(--transition-smooth);flex-direction:column;align-items:flex-start;padding:40px 30px;display:flex;position:relative;overflow:hidden}.business-module__ejCyTa__downloadCard:before{content:"";background:var(--accent-gradient);transform-origin:0;width:100%;height:4px;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.business-module__ejCyTa__downloadCard:hover{background:#fff;border-color:#0000;transform:translateY(-8px);box-shadow:0 30px 60px #0000000f}.business-module__ejCyTa__downloadCard:hover:before{transform:scaleX(1)}.business-module__ejCyTa__fileIcon{width:60px;height:60px;color:var(--primary-dark);font-size:1rem;font-weight:900;font-family:var(--font-sans);background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;margin-bottom:30px;display:flex}.business-module__ejCyTa__fileInfo{width:100%;margin-bottom:30px}.business-module__ejCyTa__fileInfo h3{color:var(--primary-dark);margin-bottom:8px;font-size:1.25rem;font-weight:800}.business-module__ejCyTa__fileInfo p{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.95rem;overflow:hidden}.business-module__ejCyTa__inquiryBox{background:var(--primary-dark);border-radius:var(--radius-md);color:#fff;padding:60px;position:relative;overflow:hidden;box-shadow:0 40px 80px #02061733}.business-module__ejCyTa__inquiryBox:after{content:"";pointer-events:none;background:radial-gradient(circle,#d4af3714,#0000 60%);width:80%;height:200%;position:absolute;top:-50%;right:-20%}.business-module__ejCyTa__inquiryBox h2{color:#fff;margin-bottom:15px}.business-module__ejCyTa__inquiryBox p{color:#ffffffb3;margin-bottom:40px;font-size:1.15rem}.business-module__ejCyTa__form{z-index:2;position:relative}.business-module__ejCyTa__formGroup{grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px;display:grid}.business-module__ejCyTa__input,.business-module__ejCyTa__select,.business-module__ejCyTa__textarea{border-radius:var(--radius-sm);color:#fff;width:100%;transition:var(--transition-smooth);background:#ffffff0d;border:1px solid #ffffff1a;outline:none;padding:16px 20px;font-family:inherit;font-size:1rem}.business-module__ejCyTa__input::placeholder,.business-module__ejCyTa__textarea::placeholder{color:#ffffff4d}.business-module__ejCyTa__select option{background:var(--primary-dark);color:#fff}.business-module__ejCyTa__input:focus,.business-module__ejCyTa__select:focus,.business-module__ejCyTa__textarea:focus{border-color:var(--accent);background:#ffffff1a;box-shadow:0 0 0 4px #d4af371a}.business-module__ejCyTa__textarea{resize:vertical;height:180px;margin-bottom:30px}.business-module__ejCyTa__submitBtn{letter-spacing:.2em;background:var(--accent-gradient);border-radius:var(--radius-full);color:#fff;cursor:pointer;width:100%;transition:var(--transition-smooth);border:none;padding:24px;font-size:1.1rem;font-weight:800}.business-module__ejCyTa__submitBtn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 20px 40px #d4af374d}.business-module__ejCyTa__submitBtn:disabled{opacity:.5;cursor:not-allowed}@media (max-width:900px){.business-module__ejCyTa__header{padding:150px 0 80px}.business-module__ejCyTa__content{margin:-40px 24px 0;padding:40px 30px}.business-module__ejCyTa__formGroup{grid-template-columns:1fr}.business-module__ejCyTa__inquiryBox{padding:40px 24px}}
.AIChatBot-module__xpYPjW__floatingButtonContainer{z-index:9999;transition:all .3s;position:fixed;bottom:24px;right:24px}.AIChatBot-module__xpYPjW__floatingButtonContainer.AIChatBot-module__xpYPjW__hidden{opacity:0;pointer-events:none;transform:translateY(16px)}.AIChatBot-module__xpYPjW__floatingButton{color:#fff;cursor:pointer;background:#000;border:1px solid #333;border-radius:50%;justify-content:center;align-items:center;padding:16px;transition:all .3s;display:flex;position:relative;box-shadow:0 0 20px #00000080}.AIChatBot-module__xpYPjW__floatingButton:hover{border-color:#00d2ff;box-shadow:0 0 30px #00d2ff66}.AIChatBot-module__xpYPjW__gradientBg{opacity:.2;filter:blur(8px);background:linear-gradient(90deg,#00d2ff,#3a7bd5);border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.AIChatBot-module__xpYPjW__floatingButton:hover .AIChatBot-module__xpYPjW__gradientBg{opacity:.4}.AIChatBot-module__xpYPjW__tooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;pointer-events:none;opacity:0;background:#000c;border:1px solid #333;border-radius:8px;margin-right:16px;padding:6px 12px;font-size:14px;transition:all .3s;position:absolute;top:50%;right:100%;transform:translateY(-50%)translate(8px)}.AIChatBot-module__xpYPjW__floatingButton:hover .AIChatBot-module__xpYPjW__tooltip{opacity:1;transform:translateY(-50%)translate(0)}.AIChatBot-module__xpYPjW__chatWindow{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-origin:100% 100%;background:#000000e6;border:1px solid #333;border-radius:16px;flex-direction:column;width:380px;height:600px;max-height:80vh;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 10px 40px #00000080}.AIChatBot-module__xpYPjW__chatWindow.AIChatBot-module__xpYPjW__closed{opacity:0;pointer-events:none;transform:scale(.9)}.AIChatBot-module__xpYPjW__header{background:linear-gradient(90deg,#0f172a,#000);border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:16px;display:flex}.AIChatBot-module__xpYPjW__headerTitle{color:#fff;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.AIChatBot-module__xpYPjW__betaTag{color:#00d2ff;background:#00d2ff33;border-radius:4px;padding:2px 6px;font-size:10px}.AIChatBot-module__xpYPjW__statusText{color:#9ca3af;align-items:center;gap:4px;font-size:11px;display:flex}.AIChatBot-module__xpYPjW__closeButton{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px}.AIChatBot-module__xpYPjW__closeButton:hover{color:#fff}.AIChatBot-module__xpYPjW__messageArea{flex-direction:column;flex:1;gap:16px;padding:16px;display:flex;overflow-y:auto}.AIChatBot-module__xpYPjW__messageArea::-webkit-scrollbar{width:4px}.AIChatBot-module__xpYPjW__messageArea::-webkit-scrollbar-thumb{background:#333;border-radius:2px}.AIChatBot-module__xpYPjW__messageRow{flex-direction:column;display:flex}.AIChatBot-module__xpYPjW__messageRow.AIChatBot-module__xpYPjW__bot{align-items:flex-start}.AIChatBot-module__xpYPjW__messageRow.AIChatBot-module__xpYPjW__user{align-items:flex-end}.AIChatBot-module__xpYPjW__messageRow.AIChatBot-module__xpYPjW__system{align-items:center}.AIChatBot-module__xpYPjW__systemMessage{color:#00d2ff;background:#00d2ff0d;border:1px solid #00d2ff33;border-radius:99px;align-items:center;gap:6px;margin:8px 0;padding:4px 8px;font-size:10px;display:flex}.AIChatBot-module__xpYPjW__bubble{border-radius:16px;max-width:85%;padding:12px 16px;font-size:14px;line-height:1.5}.AIChatBot-module__xpYPjW__bubble.AIChatBot-module__xpYPjW__bot{color:#f3f4f6;background:#1e293b;border:1px solid #333;border-top-left-radius:0}.AIChatBot-module__xpYPjW__bubble.AIChatBot-module__xpYPjW__user{color:#000;background:#00d2ff;border-top-right-radius:0;font-weight:500}.AIChatBot-module__xpYPjW__timestamp{color:#4b5563;margin-top:4px;padding:0 4px;font-size:10px}.AIChatBot-module__xpYPjW__quickActions{white-space:nowrap;gap:8px;padding:0 16px 8px;display:flex;overflow-x:auto}.AIChatBot-module__xpYPjW__quickActions::-webkit-scrollbar{display:none}.AIChatBot-module__xpYPjW__actionButton{color:#00d2ff;cursor:pointer;background:#1e293b;border:1px solid #333;border-radius:99px;padding:6px 12px;font-size:12px;transition:all .2s}.AIChatBot-module__xpYPjW__actionButton:hover{background:#334155;border-color:#00d2ff}.AIChatBot-module__xpYPjW__inputArea{background:#05080a;border-top:1px solid #333;padding:16px}.AIChatBot-module__xpYPjW__inputWrapper{position:relative}.AIChatBot-module__xpYPjW__textInput{color:#fff;background:#111;border:1px solid #333;border-radius:99px;outline:none;width:100%;padding:12px 50px 12px 16px;font-size:14px;transition:all .3s}.AIChatBot-module__xpYPjW__textInput:focus{border-color:#00d2ff;box-shadow:0 0 0 2px #00d2ff1a}.AIChatBot-module__xpYPjW__sendButton{color:#000;cursor:pointer;background:#00d2ff;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex;position:absolute;top:6px;right:6px}.AIChatBot-module__xpYPjW__sendButton:hover{background:#33c9ff}.AIChatBot-module__xpYPjW__sendButton:disabled{opacity:.5;cursor:not-allowed}.AIChatBot-module__xpYPjW__footer{text-align:center;color:#4b5563;margin-top:8px;font-size:10px}@keyframes AIChatBot-module__xpYPjW__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes AIChatBot-module__xpYPjW__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.AIChatBot-module__xpYPjW__animatePulse{animation:2s cubic-bezier(.4,0,.6,1) infinite AIChatBot-module__xpYPjW__pulse}.AIChatBot-module__xpYPjW__typingIndicator{align-items:center;gap:4px;display:flex}.AIChatBot-module__xpYPjW__dot{background:#00d2ff;border-radius:50%;width:6px;height:6px;animation:1s infinite AIChatBot-module__xpYPjW__bounce}
.ProductPolicy-module__pre9Qq__container{color:#333;max-width:900px;margin:0 auto;padding:40px 0}.ProductPolicy-module__pre9Qq__title{color:#111;border-left:3px solid #333;margin-bottom:15px;padding-left:10px;font-size:1.1rem;font-weight:700}.ProductPolicy-module__pre9Qq__table{border-collapse:collapse;border-top:1px solid #ccc;width:100%;font-size:.9rem}.ProductPolicy-module__pre9Qq__table th{text-align:left;color:#666;background:#f9f9f9;border-bottom:1px solid #eee;width:150px;padding:15px;font-weight:600}.ProductPolicy-module__pre9Qq__table td{color:#444;border-bottom:1px solid #eee;padding:15px;line-height:1.6}.ProductPolicy-module__pre9Qq__subtext{color:#888;margin-top:5px;font-size:.85rem;display:block}.ProductPolicy-module__pre9Qq__noticeBox{color:#555;background:#fdfdfd;border:1px solid #eee;margin-bottom:20px;padding:15px;font-size:.9rem;line-height:1.6}.ProductPolicy-module__pre9Qq__limitList{color:#555;padding-left:20px;font-size:.9rem;line-height:1.8}.ProductPolicy-module__pre9Qq__sellerTable{border-collapse:collapse;border-top:2px solid #333;width:100%;margin-bottom:50px;font-size:.9rem}.ProductPolicy-module__pre9Qq__sellerTable th{text-align:left;color:#333;background:#f4f4f4;border-bottom:1px solid #ddd;width:140px;padding:12px 15px}.ProductPolicy-module__pre9Qq__sellerTable td{color:#555;border-bottom:1px solid #ddd;padding:12px 15px}@media (max-width:768px){.ProductPolicy-module__pre9Qq__table th,.ProductPolicy-module__pre9Qq__table td{width:100%;display:block}.ProductPolicy-module__pre9Qq__table th{border-bottom:none;padding-bottom:5px}}
.MarketComparison-module__chdu7W__container{padding:20px}.MarketComparison-module__chdu7W__titleSection{margin-bottom:30px}.MarketComparison-module__chdu7W__tableWrapper{background:#fff;border-radius:12px;margin-bottom:40px;overflow-x:auto;box-shadow:0 4px 20px #0000000d}.MarketComparison-module__chdu7W__comparisonTable{border-collapse:collapse;width:100%;min-width:800px}.MarketComparison-module__chdu7W__comparisonTable th{text-align:left;color:#1e293b;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:20px 15px;font-weight:700}.MarketComparison-module__chdu7W__comparisonTable td{vertical-align:top;border-bottom:1px solid #f1f5f9;padding:20px 15px}.MarketComparison-module__chdu7W__platformCell{align-items:center;gap:12px;display:flex}.MarketComparison-module__chdu7W__platformIcon{background:#f1f5f9;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.MarketComparison-module__chdu7W__platformName{color:#0f172a;font-weight:700}.MarketComparison-module__chdu7W__feeValue{color:#2563eb;font-size:1.1rem;font-weight:700}.MarketComparison-module__chdu7W__subText{color:#64748b;margin-top:4px;font-size:.85rem}.MarketComparison-module__chdu7W__tag{border-radius:20px;margin-bottom:5px;margin-right:5px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-block}.MarketComparison-module__chdu7W__tagBlue{color:#1e40af;background:#eff6ff}.MarketComparison-module__chdu7W__tagGreen{color:#166534;background:#f0fdf4}.MarketComparison-module__chdu7W__tagOrange{color:#9a3412;background:#fff7ed}.MarketComparison-module__chdu7W__cardGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.MarketComparison-module__chdu7W__infoCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:25px;transition:transform .2s}.MarketComparison-module__chdu7W__infoCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000000d}.MarketComparison-module__chdu7W__cardHeader{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.MarketComparison-module__chdu7W__cardHeader h3{margin:0;font-size:1.25rem}.MarketComparison-module__chdu7W__detailList{margin:0;padding:0;list-style:none}.MarketComparison-module__chdu7W__detailList li{border-bottom:1px dashed #f1f5f9;justify-content:space-between;padding:10px 0;font-size:.95rem;display:flex}.MarketComparison-module__chdu7W__detailList li span:first-child{color:#64748b}.MarketComparison-module__chdu7W__detailList li span:last-child{color:#1e293b;text-align:right;font-weight:600}@media (max-width:768px){.MarketComparison-module__chdu7W__cardGrid{grid-template-columns:1fr}}
.checkout-module__7TLbXG__container{background-color:#f8f9fa;max-width:1200px;min-height:100vh;margin:0 auto;padding:120px 20px 100px}.checkout-module__7TLbXG__title{font-family:var(--font-sans);color:#1a1a1a;margin-bottom:40px;font-size:2.5rem}.checkout-module__7TLbXG__grid{grid-template-columns:1.5fr 1fr;gap:40px;display:grid}.checkout-module__7TLbXG__sectionBlock{background:#fff;border-radius:12px;margin-bottom:30px;padding:30px;box-shadow:0 2px 10px #00000005}.checkout-module__7TLbXG__sectionBlock h2{color:#333;border-bottom:1px solid #eee;margin-bottom:24px;padding-bottom:15px;font-size:1.25rem}.checkout-module__7TLbXG__formGroup{margin-bottom:20px}.checkout-module__7TLbXG__formGroup label{color:#555;margin-bottom:8px;font-size:.9rem;font-weight:600;display:block}.checkout-module__7TLbXG__input{border:1px solid #ddd;border-radius:6px;width:100%;padding:12px;font-size:1rem}.checkout-module__7TLbXG__inputShort{border:1px solid #ddd;border-radius:6px;width:120px;padding:12px;font-size:1rem}.checkout-module__7TLbXG__addressGroup{gap:10px;display:flex}.checkout-module__7TLbXG__searchBtn{color:#fff;cursor:pointer;background:#333;border:none;border-radius:6px;padding:0 20px}.checkout-module__7TLbXG__paymentMethods{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.checkout-module__7TLbXG__payMethod{text-align:center;cursor:pointer;border:1px solid #ddd;border-radius:6px;padding:15px;font-size:.9rem;font-weight:500}.checkout-module__7TLbXG__payMethod.checkout-module__7TLbXG__active{color:#fff;background:#333;border-color:#333}.checkout-module__7TLbXG__summaryCard{background:#fff;border-radius:12px;padding:30px;position:sticky;top:100px;box-shadow:0 2px 10px #00000005}.checkout-module__7TLbXG__summaryCard h2{margin-bottom:24px;font-size:1.25rem}.checkout-module__7TLbXG__itemList{margin-bottom:30px}.checkout-module__7TLbXG__item{border-bottom:1px solid #eee;gap:15px;margin-bottom:15px;padding-bottom:15px;display:flex}.checkout-module__7TLbXG__itemImg{background:#eee;border-radius:4px;width:60px;height:60px}.checkout-module__7TLbXG__itemInfo{flex:1}.checkout-module__7TLbXG__itemName{margin-bottom:4px;font-size:.95rem;font-weight:500}.checkout-module__7TLbXG__itemMeta{color:#888;font-size:.85rem}.checkout-module__7TLbXG__itemPrice{font-weight:600}.checkout-module__7TLbXG__totalRow,.checkout-module__7TLbXG__shippingRow{justify-content:space-between;margin-bottom:15px;font-size:1rem;display:flex}.checkout-module__7TLbXG__totalRow span:first-child{font-weight:600}.checkout-module__7TLbXG__totalPrice{color:#e74c3c;font-size:1.25rem;font-weight:800}.checkout-module__7TLbXG__checkoutBtn{color:#fff;cursor:pointer;background:#ff5c00;border:none;border-radius:8px;width:100%;margin-top:20px;padding:18px;font-size:1.1rem;font-weight:700;transition:background .2s}.checkout-module__7TLbXG__checkoutBtn:hover{background:#e65100}.checkout-module__7TLbXG__checkoutBtn:disabled{opacity:.5;cursor:not-allowed}.checkout-module__7TLbXG__paymentNote{color:#888;margin-top:16px;font-size:.85rem}@media (max-width:768px){.checkout-module__7TLbXG__grid{grid-template-columns:1fr}}
.TeamCalendar-module__jjhPZW__calendarContainer{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden;box-shadow:0 4px 20px #0000000d}.TeamCalendar-module__jjhPZW__header{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.TeamCalendar-module__jjhPZW__headerTitleGroup{align-items:center;gap:16px;display:flex}.TeamCalendar-module__jjhPZW__iconBox{color:#2563eb;background-color:#eff6ff;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.TeamCalendar-module__jjhPZW__title{color:#111827;margin:0;font-size:18px;font-weight:700}.TeamCalendar-module__jjhPZW__subtitle{color:#6b7280;margin:0;font-size:12px}.TeamCalendar-module__jjhPZW__controls{align-items:center;gap:20px;display:flex}.TeamCalendar-module__jjhPZW__legend{gap:12px;display:flex}.TeamCalendar-module__jjhPZW__legendItem{color:#6b7280;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.TeamCalendar-module__jjhPZW__dot{border-radius:50%;width:10px;height:10px}.TeamCalendar-module__jjhPZW__dot.TeamCalendar-module__jjhPZW__meeting{background-color:#3b82f6}.TeamCalendar-module__jjhPZW__dot.TeamCalendar-module__jjhPZW__deadline{background-color:#ef4444}.TeamCalendar-module__jjhPZW__navButton{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;align-items:center;padding:4px;display:flex}.TeamCalendar-module__jjhPZW__navBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px 8px;transition:all .2s;display:flex}.TeamCalendar-module__jjhPZW__navBtn:hover{color:#2563eb;background-color:#fff;box-shadow:0 1px 2px #0000000d}.TeamCalendar-module__jjhPZW__currentDate{color:#374151;text-align:center;width:100px;font-size:14px;font-weight:600}.TeamCalendar-module__jjhPZW__gridHeader{background-color:#f9fafb;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);display:grid}.TeamCalendar-module__jjhPZW__dayName{text-align:center;letter-spacing:.05em;text-transform:uppercase;color:#6b7280;padding:12px 0;font-size:12px;font-weight:600}.TeamCalendar-module__jjhPZW__dayName.TeamCalendar-module__jjhPZW__sun{color:#ef4444}.TeamCalendar-module__jjhPZW__dayName.TeamCalendar-module__jjhPZW__sat{color:#3b82f6}.TeamCalendar-module__jjhPZW__gridBody{background-color:#e5e7eb;border-bottom:1px solid #e5e7eb;grid-template-columns:repeat(7,1fr);gap:1px;display:grid}.TeamCalendar-module__jjhPZW__cell{cursor:pointer;background-color:#fff;min-height:120px;padding:8px;transition:background-color .2s;position:relative}.TeamCalendar-module__jjhPZW__cell:hover{background-color:#f9fafb}.TeamCalendar-module__jjhPZW__cell.TeamCalendar-module__jjhPZW__today{background-color:#eff6ff}.TeamCalendar-module__jjhPZW__cellHeader{justify-content:space-between;align-items:flex-start;height:24px;margin-bottom:8px;display:flex}.TeamCalendar-module__jjhPZW__dayNumber{color:#374151;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:500;display:flex}.TeamCalendar-module__jjhPZW__dayNumber.TeamCalendar-module__jjhPZW__today{color:#fff;background-color:#2563eb}.TeamCalendar-module__jjhPZW__dayNumber.TeamCalendar-module__jjhPZW__weekend{color:#ef4444}.TeamCalendar-module__jjhPZW__addBtn{opacity:0;color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:all .2s}.TeamCalendar-module__jjhPZW__cell:hover .TeamCalendar-module__jjhPZW__addBtn{opacity:1}.TeamCalendar-module__jjhPZW__addBtn:hover{color:#2563eb;background-color:#eff6ff}.TeamCalendar-module__jjhPZW__eventList{flex-direction:column;gap:4px;max-height:80px;display:flex;overflow-y:auto}.TeamCalendar-module__jjhPZW__event{border-left:3px solid #0000;border-radius:4px;justify-content:space-between;align-items:center;padding:4px 8px;font-size:11px;font-weight:500;transition:transform .1s;display:flex;box-shadow:0 1px 2px #0000000d}.TeamCalendar-module__jjhPZW__event:hover{transform:translateY(-1px)}.TeamCalendar-module__jjhPZW__event.TeamCalendar-module__jjhPZW__meeting{color:#1e40af;background-color:#eff6ff;border-left-color:#3b82f6}.TeamCalendar-module__jjhPZW__event.TeamCalendar-module__jjhPZW__deadline{color:#991b1b;background-color:#fef2f2;border-left-color:#ef4444}.TeamCalendar-module__jjhPZW__event.TeamCalendar-module__jjhPZW__other{color:#374151;background-color:#f3f4f6;border-left-color:#9ca3af}.TeamCalendar-module__jjhPZW__deleteBtn{opacity:0;cursor:pointer;color:currentColor;background:0 0;border:none;padding:0 2px}.TeamCalendar-module__jjhPZW__event:hover .TeamCalendar-module__jjhPZW__deleteBtn{opacity:.6}.TeamCalendar-module__jjhPZW__deleteBtn:hover{opacity:1}.TeamCalendar-module__jjhPZW__modalOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:50;background-color:#0006;justify-content:center;align-items:center;animation:.2s ease-out TeamCalendar-module__jjhPZW__fadeIn;display:flex;position:fixed;inset:0}@keyframes TeamCalendar-module__jjhPZW__fadeIn{0%{opacity:0}to{opacity:1}}.TeamCalendar-module__jjhPZW__modal{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:360px;padding:24px;box-shadow:0 10px 25px #0000001a}.TeamCalendar-module__jjhPZW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.TeamCalendar-module__jjhPZW__modalTitle{color:#111827;margin:0;font-size:18px;font-weight:700}.TeamCalendar-module__jjhPZW__modalDate{color:#6b7280;margin:0;font-size:13px}.TeamCalendar-module__jjhPZW__closeBtn{cursor:pointer;color:#6b7280;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.TeamCalendar-module__jjhPZW__closeBtn:hover{color:#374151;background-color:#e5e7eb}.TeamCalendar-module__jjhPZW__input{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;margin-bottom:16px;padding:12px;font-size:14px;transition:all .2s}.TeamCalendar-module__jjhPZW__input:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.TeamCalendar-module__jjhPZW__typeSelector{gap:8px;margin-bottom:24px;display:flex}.TeamCalendar-module__jjhPZW__typeBtn{color:#6b7280;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1;padding:8px;font-size:12px;font-weight:500;transition:all .2s}.TeamCalendar-module__jjhPZW__typeBtn.TeamCalendar-module__jjhPZW__active.TeamCalendar-module__jjhPZW__meeting{color:#1d4ed8;background-color:#eff6ff;border-color:#3b82f6}.TeamCalendar-module__jjhPZW__typeBtn.TeamCalendar-module__jjhPZW__active.TeamCalendar-module__jjhPZW__deadline{color:#b91c1c;background-color:#fef2f2;border-color:#ef4444}.TeamCalendar-module__jjhPZW__typeBtn.TeamCalendar-module__jjhPZW__active.TeamCalendar-module__jjhPZW__other{color:#374151;background-color:#f3f4f6;border-color:#9ca3af}.TeamCalendar-module__jjhPZW__createBtn{color:#fff;cursor:pointer;background-color:#111827;border:none;border-radius:8px;width:100%;padding:12px;font-size:14px;font-weight:600;transition:background-color .2s;box-shadow:0 4px 6px #0000001a}.TeamCalendar-module__jjhPZW__createBtn:hover{background-color:#374151}
