.chat-module__r3ZgIG__container{z-index:5;background:#f8fafc;width:calc(100% + 64px);height:calc(100vh - 72px);margin:-32px;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__sidebar{border-right:1px solid var(--color-border);background:#fafbfc;flex-direction:column;width:320px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__sidebarHeader{padding:var(--spacing-md);border-bottom:1px solid var(--color-border);color:var(--color-dark-blue);align-items:center;gap:10px;font-size:1.1rem;font-weight:700;display:flex}.chat-module__r3ZgIG__safetyBanner{color:#92400e;background:linear-gradient(135deg,#fffbeb 0%,#fef3c7 100%);border-bottom:1px solid #fde68a;flex-shrink:0;align-items:flex-start;gap:10px;padding:12px 16px;display:flex}.chat-module__r3ZgIG__safetyBanner strong{margin-bottom:4px;font-size:.8rem;display:block}.chat-module__r3ZgIG__safetyBanner p{color:#78350f;margin:0;font-size:.75rem;line-height:1.5}.chat-module__r3ZgIG__conversationItem{padding:14px var(--spacing-md);border-bottom:1px solid var(--color-border);cursor:pointer;transition:background .2s}.chat-module__r3ZgIG__conversationItem:hover{background:#f0f4f8}.chat-module__r3ZgIG__conversationItem.chat-module__r3ZgIG__active{border-left:3px solid var(--color-orange);background:#e8f4ff}.chat-module__r3ZgIG__convTitle{color:var(--color-dark-blue);margin-bottom:4px;font-size:.9rem;font-weight:600}.chat-module__r3ZgIG__convMeta{flex-direction:column;gap:2px;display:flex}.chat-module__r3ZgIG__convName{color:#64748b;font-size:.75rem;font-weight:500}.chat-module__r3ZgIG__convLastMsg{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.chat-module__r3ZgIG__main{flex-direction:column;flex:1;display:flex}.chat-module__r3ZgIG__chatHeader{padding:var(--spacing-md);border-bottom:1px solid var(--color-border);background:#fff;justify-content:space-between;align-items:center;display:flex}.chat-module__r3ZgIG__mobileBackBtn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:background .2s;display:none}.chat-module__r3ZgIG__mobileBackBtn:hover{background:#e2e8f0}.chat-module__r3ZgIG__statusIndicator{color:#64748b;align-items:center;gap:6px;margin-top:4px;font-size:.75rem;display:flex}.chat-module__r3ZgIG__onlineIcon{background:#22c55e;border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 8px #22c55e66}.chat-module__r3ZgIG__recentIcon{background:#f97316;border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 6px #f973164d}.chat-module__r3ZgIG__offlineIcon{background:#ef4444;border-radius:50%;flex-shrink:0;width:10px;height:10px}.chat-module__r3ZgIG__messageListWrapper{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__messageList{padding:24px var(--spacing-lg);background:#f4f7f9;flex-direction:column;flex:1;gap:8px;display:flex;overflow:hidden auto}.chat-module__r3ZgIG__message{border-radius:18px;max-width:75%;padding:10px 14px;font-size:.95rem;line-height:1.5;position:relative;box-shadow:0 1px 2px #0000000d}.chat-module__r3ZgIG__sent{background:var(--color-dark-blue);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.chat-module__r3ZgIG__received{color:var(--color-text-main);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.chat-module__r3ZgIG__messageContent{word-break:break-word}.chat-module__r3ZgIG__messageFooter{justify-content:flex-end;align-items:center;gap:8px;margin-top:4px;display:flex}.chat-module__r3ZgIG__messageTime{opacity:.6;font-size:.6875rem}.chat-module__r3ZgIG__deleteBtn{cursor:pointer;opacity:0;color:inherit;background:0 0;border:none;border-radius:4px;padding:2px;transition:opacity .2s}.chat-module__r3ZgIG__deleteBtn:hover{background:#ffffff26;opacity:1!important}.chat-module__r3ZgIG__message:hover .chat-module__r3ZgIG__deleteBtn{opacity:.5}.chat-module__r3ZgIG__emptyChat{text-align:center;color:#aaa;margin-top:40px;font-size:.95rem}.chat-module__r3ZgIG__systemMessage{text-align:center;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-self:center;max-width:80%;padding:6px 16px;font-size:.8rem;font-style:italic}.chat-module__r3ZgIG__paymentSystemMessage{color:#15803d;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #86efac;padding:10px 20px;font-size:.84rem;font-style:normal;font-weight:500}.chat-module__r3ZgIG__attachment{max-width:280px;margin-bottom:6px;position:relative}.chat-module__r3ZgIG__attachment img{cursor:pointer;border-radius:12px;max-width:100%;transition:transform .2s}.chat-module__r3ZgIG__attachment img:hover{transform:scale(1.02)}.chat-module__r3ZgIG__zoomBtn{color:#fff;cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:6px;padding:4px 6px;transition:opacity .2s;position:absolute;bottom:8px;right:8px}.chat-module__r3ZgIG__attachment:hover .chat-module__r3ZgIG__zoomBtn{opacity:1}.chat-module__r3ZgIG__lightbox{z-index:1000;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.chat-module__r3ZgIG__lightbox img{border-radius:12px;max-width:90vw;max-height:90vh;box-shadow:0 0 60px #0006}.chat-module__r3ZgIG__inputAreaWrapper{background:#f4f7f9;border-top:1px solid #e2e8f0}.chat-module__r3ZgIG__imagePreview{width:fit-content;padding:12px 16px 0;display:flex;position:relative}.chat-module__r3ZgIG__imagePreview img{object-fit:cover;border:1px solid var(--color-border);border-radius:10px;width:100px;height:100px}.chat-module__r3ZgIG__clearPreview{border:1px solid var(--color-border);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex;position:absolute;top:4px;right:-4px}.chat-module__r3ZgIG__inputArea{background:#f4f7f9;align-items:center;gap:12px;padding:12px 20px 20px;display:flex}.chat-module__r3ZgIG__input{background:#fff;border:1px solid #e2e8f0;border-radius:24px;outline:none;flex:1;padding:12px 18px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.chat-module__r3ZgIG__input:focus{border-color:var(--color-orange);box-shadow:0 0 0 3px #f860151a}.chat-module__r3ZgIG__errorBanner{color:#dc2626;background:#fee2e2;padding:8px 16px;font-size:.8125rem;font-weight:500}.chat-module__r3ZgIG__scrollToBottom{cursor:pointer;color:#64748b;z-index:10;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;bottom:16px;right:16px;box-shadow:0 4px 12px #0000001a}.chat-module__r3ZgIG__scrollToBottom:hover{background:#f8fafc;box-shadow:0 6px 16px #00000026}.chat-module__r3ZgIG__filterTabs{border-bottom:1px solid var(--color-border);gap:2px;padding:8px 12px;display:flex}.chat-module__r3ZgIG__filterTab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;padding:8px 12px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .2s}.chat-module__r3ZgIG__filterTab:hover{background:#f1f5f9}.chat-module__r3ZgIG__filterTabActive{color:#0f172a;background:#f1f5f9}.chat-module__r3ZgIG__chatAvatar{color:#fff;background:linear-gradient(135deg,#002c4b 0%,#004a7c 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.8rem;font-weight:700;display:flex}.chat-module__r3ZgIG__gearBtn{cursor:pointer;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.chat-module__r3ZgIG__gearBtn:hover{color:#0f172a;background:#f1f5f9}.chat-module__r3ZgIG__emptyState{color:var(--color-text-sub);flex:1;justify-content:center;align-items:center;font-size:.95rem;display:flex}@media (max-width:768px){.chat-module__r3ZgIG__container{z-index:50;width:100vw;height:100dvh;margin:0;position:fixed;inset:0;overflow:hidden}.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__sidebar{flex-direction:column;width:100%;height:100dvh;display:flex;overflow:hidden}.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__sidebarHeader{flex-shrink:0;padding:16px 20px;font-size:1.25rem}.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__filterTabs,.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__safetyBanner,.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__searchWrapper{flex-shrink:0}.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__sidebar>:last-child{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.chat-module__r3ZgIG__chatListPage .chat-module__r3ZgIG__main,.chat-module__r3ZgIG__container:not(.chat-module__r3ZgIG__chatListPage) .chat-module__r3ZgIG__sidebar{display:none}.chat-module__r3ZgIG__container:not(.chat-module__r3ZgIG__chatListPage) .chat-module__r3ZgIG__main{width:100%;height:100dvh}.chat-module__r3ZgIG__conversationItem{flex-direction:column;justify-content:center;min-height:64px;padding:16px 20px;display:flex}.chat-module__r3ZgIG__convTitle{font-size:.95rem}.chat-module__r3ZgIG__convName,.chat-module__r3ZgIG__convLastMsg{font-size:.8rem}.chat-module__r3ZgIG__message{max-width:85%}.chat-module__r3ZgIG__mobileBackBtn{display:flex}.chat-module__r3ZgIG__chatHeader{padding:12px 16px}.chat-module__r3ZgIG__inputArea{padding:12px 12px calc(12px + env(safe-area-inset-bottom))}.chat-module__r3ZgIG__bidBar{flex-direction:column;align-items:stretch;gap:10px;padding:12px 16px}.chat-module__r3ZgIG__bidActions{flex-wrap:wrap;justify-content:flex-start}.chat-module__r3ZgIG__counterForm{flex-direction:column;align-items:stretch}.chat-module__r3ZgIG__counterForm input{width:100%!important}.chat-module__r3ZgIG__deleteBtn{opacity:.5;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px;display:flex}.chat-module__r3ZgIG__gearBtn{width:44px;height:44px}.chat-module__r3ZgIG__mobileBackBtn{min-width:44px;min-height:44px;padding:10px}.chat-module__r3ZgIG__scrollToBottom{width:44px;height:44px}}@media (max-width:480px){.chat-module__r3ZgIG__bidBar{padding:10px 12px}.chat-module__r3ZgIG__message{max-width:90%}}.chat-module__r3ZgIG__searchWrapper{border-bottom:1px solid var(--color-border);padding:10px 12px;position:relative}.chat-module__r3ZgIG__searchIcon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:22px;transform:translateY(-50%)}.chat-module__r3ZgIG__searchInput{background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:8px 12px 8px 32px;font-size:1rem;transition:border-color .2s}.chat-module__r3ZgIG__searchInput:focus{border-color:var(--color-orange)}.chat-module__r3ZgIG__convTime{color:#94a3b8;white-space:nowrap;flex-shrink:0;font-size:.7rem}.chat-module__r3ZgIG__unreadDot{vertical-align:middle;background:#3b82f6;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-right:6px;display:inline-block}.chat-module__r3ZgIG__bidBar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);z-index:10;background:#ffffffe6;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex;box-shadow:0 4px 12px #00000008}.chat-module__r3ZgIG__bidInfo{flex-direction:column;gap:4px;display:flex}.chat-module__r3ZgIG__bidBadge{color:var(--color-dark-blue);background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:.95rem;display:flex}.chat-module__r3ZgIG__bidBadge strong{color:var(--color-orange);font-weight:700}.chat-module__r3ZgIG__bidMsg{color:#64748b;word-break:break-word;max-width:100%;margin:0;font-size:.8125rem;font-style:italic}.chat-module__r3ZgIG__bidActions{align-items:center;gap:10px;display:flex}.chat-module__r3ZgIG__counterForm{background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:10px;padding:6px;display:flex;box-shadow:0 4px 15px #00000014}.chat-module__r3ZgIG__counterForm input{border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:8px 12px;font-size:.9rem;transition:all .2s}.chat-module__r3ZgIG__counterForm input[type=number]{width:100px}.chat-module__r3ZgIG__counterForm input:focus{border-color:var(--color-orange);box-shadow:0 0 0 2px #f973161a}@media (max-width:992px){.chat-module__r3ZgIG__bidBar{flex-direction:column;align-items:stretch;gap:12px;padding:16px}.chat-module__r3ZgIG__bidActions{flex-wrap:wrap;justify-content:flex-start}.chat-module__r3ZgIG__counterForm{flex-direction:column;align-items:stretch}.chat-module__r3ZgIG__counterForm input{width:100%!important}}.chat-module__r3ZgIG__contactCard{border-bottom:1px solid #e2e8f0;margin:0}.chat-module__r3ZgIG__contactCardLocked{background:linear-gradient(135deg,#fefce8 0%,#fef9c3 100%);align-items:flex-start;gap:12px;padding:14px 20px;display:flex}.chat-module__r3ZgIG__contactCardUnlocked{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);padding:14px 20px}.chat-module__r3ZgIG__contactCardHeader{align-items:center;gap:8px;margin-bottom:10px;display:flex}.chat-module__r3ZgIG__contactCardIcon{color:#a16207;background:#ca8a0426;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.chat-module__r3ZgIG__contactCardIcon[data-unlocked=true]{color:#16a34a;background:#16a34a26}.chat-module__r3ZgIG__contactCardContent{flex:1}.chat-module__r3ZgIG__contactCardTitle{color:#0f172a;margin:0 0 2px;font-size:.85rem;font-weight:700}.chat-module__r3ZgIG__contactCardSubtitle{color:#64748b;margin:0;font-size:.78rem;line-height:1.4}.chat-module__r3ZgIG__contactCardLoading{color:#16a34a;align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.chat-module__r3ZgIG__contactInfoRows{flex-direction:column;gap:6px;display:flex}.chat-module__r3ZgIG__contactInfoRow{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#0f172a;background:#fff9;border:1px solid #16a34a1f;border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:.84rem;display:flex}.chat-module__r3ZgIG__contactInfoLabel{color:#64748b;min-width:60px;font-size:.78rem;font-weight:500}.chat-module__r3ZgIG__contactInfoValue{color:#0f172a;font-weight:600}.chat-module__r3ZgIG__contactInfoLink{color:#0369a1;font-weight:600;text-decoration:none;transition:color .15s}.chat-module__r3ZgIG__contactInfoLink:hover{color:#0284c7;text-decoration:underline}.chat-module__r3ZgIG__moderationWarning{color:#991b1b;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%);border-bottom:1px solid #fecdd3;align-items:flex-start;gap:10px;padding:12px 20px;font-size:.8rem;line-height:1.5;display:flex}.chat-module__r3ZgIG__moderationWarning strong{font-weight:700}@keyframes chat-module__r3ZgIG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.chat-module__r3ZgIG__spinning{animation:1s linear infinite chat-module__r3ZgIG__spin}
.Button-module__uz9LNG__button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:12px;font-family:inherit;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Button-module__uz9LNG__button:active{transform:scale(.96)}.Button-module__uz9LNG__button:disabled{opacity:.5;cursor:not-allowed}.Button-module__uz9LNG__small{padding:8px 16px;font-size:.8125rem}.Button-module__uz9LNG__medium{padding:12px 24px;font-size:.9375rem}.Button-module__uz9LNG__large{padding:18px 36px;font-size:1.1rem}.Button-module__uz9LNG__primary{background-color:var(--role-accent,var(--color-orange));color:var(--color-white);box-shadow:0 4px 12px rgba(var(--role-accent-rgb,248,96,21),.2)}.Button-module__uz9LNG__primary:hover:not(:disabled){background-color:var(--role-accent-hover,var(--color-orange-hover));box-shadow:0 8px 24px rgba(var(--role-accent-rgb,248,96,21),.3);transform:translateY(-2px)}.Button-module__uz9LNG__secondary{color:var(--color-dark-blue);background-color:#fff;box-shadow:0 4px 12px #002c4b0d}.Button-module__uz9LNG__secondary:hover:not(:disabled){background-color:#f8fafc;transform:translateY(-2px)}.Button-module__uz9LNG__ghost{color:var(--color-dark-blue);background-color:#0000}.Button-module__uz9LNG__ghost:hover:not(:disabled){background-color:#002c4b0d}.Button-module__uz9LNG__outline{color:var(--color-dark-blue);background-color:#0000;border:2px solid #e2e8f0}.Button-module__uz9LNG__outline:hover:not(:disabled){border-color:var(--color-dark-blue);background-color:#002c4b05}.Button-module__uz9LNG__overlay{color:var(--color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fff3;border:1px solid #ffffff4d}.Button-module__uz9LNG__overlay:hover:not(:disabled){background-color:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.Button-module__uz9LNG__fullWidth{width:100%}
.detail-module__czHhqq__premiumDetailWrapper{max-width:1200px;margin:40px auto;padding:0 40px;overflow-x:hidden}.detail-module__czHhqq__topNavigation{margin-bottom:32px}.detail-module__czHhqq__backLink{color:#64748b;align-items:center;gap:8px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.detail-module__czHhqq__backLink:hover{color:var(--color-orange)}.detail-module__czHhqq__mainLayout{grid-template-columns:2fr 1fr;gap:40px;display:grid}.detail-module__czHhqq__contentColumn{flex-direction:column;gap:40px;display:flex}.detail-module__czHhqq__heroInfo{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:48px;box-shadow:0 40px 100px #002c4b0a}.detail-module__czHhqq__headerRow{gap:12px;margin-bottom:24px;display:flex}.detail-module__czHhqq__catBadge{color:#f86015;text-transform:uppercase;letter-spacing:.05em;background:#fff7ed;border-radius:99px;padding:6px 14px;font-size:.8125rem;font-weight:700}.detail-module__czHhqq__statusBadge{color:#0369a1;text-transform:uppercase;letter-spacing:.05em;background:#f0f9ff;border-radius:99px;padding:6px 14px;font-size:.8125rem;font-weight:700}.detail-module__czHhqq__pageTitle{color:var(--color-dark-blue);margin-bottom:24px;font-size:2.5rem;font-weight:800;line-height:1.2}.detail-module__czHhqq__metaRow{color:#64748b;gap:24px;font-weight:500;display:flex}.detail-module__czHhqq__metaIconLabel{align-items:center;gap:8px;display:flex}.detail-module__czHhqq__imageGallery{flex-direction:column;gap:12px;margin-bottom:40px;display:flex}.detail-module__czHhqq__mainImage{aspect-ratio:16/10;background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;width:100%;overflow:hidden;box-shadow:0 10px 30px #002c4b0a}.detail-module__czHhqq__mainImage img{object-fit:cover;width:100%;height:100%}.detail-module__czHhqq__thumbnailStrip{gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.detail-module__czHhqq__thumbnailStrip::-webkit-scrollbar{height:4px}.detail-module__czHhqq__thumbnailStrip::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.detail-module__czHhqq__thumbnailItem{cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:80px;height:60px;transition:all .2s;overflow:hidden}.detail-module__czHhqq__thumbnailItem:hover{opacity:.9}.detail-module__czHhqq__thumbnailItemActive{border-color:var(--role-accent,#f86015);opacity:1}.detail-module__czHhqq__thumbnailItem img{object-fit:cover;width:100%;height:100%}.detail-module__czHhqq__section{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:48px}.detail-module__czHhqq__sectionTitle{color:var(--color-dark-blue);align-items:center;gap:12px;margin-bottom:24px;font-size:1.5rem;font-weight:800;display:flex}.detail-module__czHhqq__sectionTitle .detail-module__czHhqq__count{color:#94a3b8;font-size:1.125rem;font-weight:600}.detail-module__czHhqq__descriptionText{color:#475569;font-size:1.125rem;line-height:1.7}.detail-module__czHhqq__bidsList{flex-direction:column;gap:20px;display:flex}.detail-module__czHhqq__bidCard{background:#f8fafc;border:1px solid #f1f5f9;border-radius:20px;padding:32px;transition:all .3s}.detail-module__czHhqq__myBid{background:#ecfdf5;border-color:#10b981}.detail-module__czHhqq__bidUser{align-items:center;gap:16px;margin-bottom:16px;display:flex}.detail-module__czHhqq__userAvatar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.detail-module__czHhqq__userInfo{flex-direction:column;flex:1;display:flex}.detail-module__czHhqq__userInfo strong{color:var(--color-dark-blue);font-size:1rem}.detail-module__czHhqq__userInfo span{color:#94a3b8;font-size:.8125rem}.detail-module__czHhqq__bidAmount{color:var(--color-dark-blue);font-size:1.25rem;font-weight:800}.detail-module__czHhqq__bidMsg{color:#475569;margin-bottom:20px;line-height:1.6}.detail-module__czHhqq__actionCard,.detail-module__czHhqq__posterCard{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:32px;box-shadow:0 20px 50px #002c4b0a}.detail-module__czHhqq__sidebarColumn{flex-direction:column;gap:32px;display:flex}.detail-module__czHhqq__priceRow{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.detail-module__czHhqq__priceRow .detail-module__czHhqq__label{color:#64748b;font-weight:600}.detail-module__czHhqq__priceRow .detail-module__czHhqq__value{color:var(--color-dark-blue);font-size:2rem;font-weight:800}.detail-module__czHhqq__divider{background:#f1f5f9;height:1px;margin:24px 0}.detail-module__czHhqq__bidConfirmed{color:#065f46;background:#ecfdf5;border-radius:20px;gap:16px;padding:24px;display:flex}.detail-module__czHhqq__bidConfirmed strong{margin-bottom:4px;display:block}.detail-module__czHhqq__bidConfirmed p{opacity:.9;font-size:.875rem}.detail-module__czHhqq__posterCard h3{margin-bottom:24px;font-size:1.125rem}.detail-module__czHhqq__posterDetails{align-items:center;gap:16px;margin-bottom:24px;display:flex}.detail-module__czHhqq__posterAvatarLarge{background:#f1f5f9;border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.detail-module__czHhqq__posterInfoText strong{font-size:1.125rem;display:block}.detail-module__czHhqq__posterStats{grid-template-columns:1fr 1fr;gap:16px;display:grid}.detail-module__czHhqq__stat{text-align:center;background:#f8fafc;border-radius:16px;padding:16px}.detail-module__czHhqq__stat strong{font-size:1.125rem;display:block}.detail-module__czHhqq__stat span{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.detail-module__czHhqq__emptyBids{text-align:center;color:#94a3b8;background:#f8fafc;border-radius:16px;padding:32px 16px;font-size:.9375rem}.detail-module__czHhqq__posterNotice{color:#0369a1;background:#f0f9ff;border-radius:16px;align-items:flex-start;gap:12px;padding:20px;font-size:.875rem;line-height:1.5;display:flex}.detail-module__czHhqq__posterNotice p{margin:0}.detail-module__czHhqq__acceptForm{text-decoration:none;display:block}@media (max-width:992px){.detail-module__czHhqq__mainLayout{grid-template-columns:1fr}.detail-module__czHhqq__sidebarColumn{order:-1}.detail-module__czHhqq__heroInfo,.detail-module__czHhqq__section{padding:32px}.detail-module__czHhqq__contentColumn{gap:32px}.detail-module__czHhqq__pageTitle{font-size:2rem}}@media (max-width:768px){.detail-module__czHhqq__premiumDetailWrapper{margin-top:0;padding:0 16px}.detail-module__czHhqq__topNavigation{margin-bottom:20px}.detail-module__czHhqq__backLink{min-height:44px;padding:10px 0}.detail-module__czHhqq__mainLayout{flex-direction:column;grid-template-columns:1fr;gap:24px;display:flex}.detail-module__czHhqq__sidebarColumn{gap:20px}.detail-module__czHhqq__contentColumn{gap:24px}.detail-module__czHhqq__mobileOrder1{order:1}.detail-module__czHhqq__mobileOrder2{order:2}.detail-module__czHhqq__mobileOrder3{order:3}.detail-module__czHhqq__mobileOrder4{order:4}.detail-module__czHhqq__mobileOrder5{order:5}.detail-module__czHhqq__mobileOrder6{order:6}.detail-module__czHhqq__heroInfo{border-radius:16px;padding:20px;box-shadow:0 8px 24px #002c4b0a}.detail-module__czHhqq__headerRow{flex-wrap:wrap;gap:8px;margin-bottom:16px}.detail-module__czHhqq__catBadge,.detail-module__czHhqq__statusBadge{padding:5px 12px;font-size:.75rem}.detail-module__czHhqq__pageTitle{word-break:break-word;margin-bottom:16px;font-size:1.5rem}.detail-module__czHhqq__metaRow{flex-wrap:wrap;gap:12px;font-size:.875rem}.detail-module__czHhqq__metaIconLabel{gap:6px}.detail-module__czHhqq__imageGallery{margin-bottom:24px}.detail-module__czHhqq__mainImage{border-radius:14px}.detail-module__czHhqq__thumbnailItem{border-radius:8px;width:64px;height:48px}.detail-module__czHhqq__section{border-radius:16px;padding:20px}.detail-module__czHhqq__sectionTitle{gap:8px;margin-bottom:16px;font-size:1.15rem}.detail-module__czHhqq__sectionTitle .detail-module__czHhqq__count{font-size:.9375rem}.detail-module__czHhqq__descriptionText{font-size:.95rem;line-height:1.65}.detail-module__czHhqq__bidsList{gap:16px}.detail-module__czHhqq__bidCard{border-radius:14px;padding:16px}.detail-module__czHhqq__bidUser{gap:12px;margin-bottom:12px}.detail-module__czHhqq__userAvatar{border-radius:10px;width:36px;height:36px}.detail-module__czHhqq__userInfo strong{font-size:.9375rem}.detail-module__czHhqq__userInfo span{font-size:.75rem}.detail-module__czHhqq__bidAmount{font-size:1.1rem}.detail-module__czHhqq__bidMsg{margin-bottom:16px;font-size:.9rem}.detail-module__czHhqq__actionCard,.detail-module__czHhqq__posterCard{border-radius:16px;padding:20px;box-shadow:0 8px 24px #002c4b0a}.detail-module__czHhqq__priceRow{margin-bottom:16px}.detail-module__czHhqq__priceRow .detail-module__czHhqq__label{font-size:.875rem}.detail-module__czHhqq__priceRow .detail-module__czHhqq__value{font-size:1.5rem}.detail-module__czHhqq__divider{margin:16px 0}.detail-module__czHhqq__bidConfirmed{border-radius:14px;gap:12px;padding:16px}.detail-module__czHhqq__bidConfirmed p{font-size:.8125rem}.detail-module__czHhqq__posterCard h3{margin-bottom:16px;font-size:1rem}.detail-module__czHhqq__posterDetails{gap:12px;margin-bottom:16px}.detail-module__czHhqq__posterAvatarLarge{border-radius:14px;width:48px;height:48px}.detail-module__czHhqq__posterInfoText strong{font-size:1rem}.detail-module__czHhqq__posterStats{gap:12px}.detail-module__czHhqq__stat{border-radius:12px;padding:12px}.detail-module__czHhqq__stat strong{font-size:1rem}.detail-module__czHhqq__posterNotice{border-radius:12px;padding:16px}.detail-module__czHhqq__emptyBids{padding:24px 16px}.detail-module__czHhqq__acceptForm button,.detail-module__czHhqq__actionCard button,.detail-module__czHhqq__actionCard a{min-height:44px}}@media (max-width:480px){.detail-module__czHhqq__premiumDetailWrapper{padding:0 12px}.detail-module__czHhqq__mainLayout,.detail-module__czHhqq__contentColumn,.detail-module__czHhqq__sidebarColumn{gap:16px}.detail-module__czHhqq__heroInfo{padding:16px}.detail-module__czHhqq__headerRow{margin-bottom:12px}.detail-module__czHhqq__pageTitle{margin-bottom:12px;font-size:1.3rem}.detail-module__czHhqq__metaRow{gap:10px;font-size:.8125rem}.detail-module__czHhqq__section{padding:16px}.detail-module__czHhqq__sectionTitle{margin-bottom:12px;font-size:1.05rem}.detail-module__czHhqq__descriptionText{font-size:.9rem}.detail-module__czHhqq__bidCard{border-radius:12px;padding:14px}.detail-module__czHhqq__bidUser{gap:10px}.detail-module__czHhqq__bidAmount{font-size:1rem}.detail-module__czHhqq__bidMsg{margin-bottom:14px;font-size:.85rem}.detail-module__czHhqq__actionCard,.detail-module__czHhqq__posterCard{border-radius:14px;padding:16px}.detail-module__czHhqq__priceRow .detail-module__czHhqq__value{font-size:1.35rem}.detail-module__czHhqq__bidConfirmed{flex-direction:column;gap:10px;padding:14px}.detail-module__czHhqq__posterAvatarLarge{border-radius:12px;width:44px;height:44px}.detail-module__czHhqq__stat{padding:10px}.detail-module__czHhqq__stat strong{font-size:.9375rem}.detail-module__czHhqq__stat span{font-size:.6875rem}}
.how-it-works-module__ITRsCq__premiumWrapper{background-color:#fff;min-height:100vh}.how-it-works-module__ITRsCq__heroSection{text-align:center;max-width:1400px;margin:0 auto;padding:120px 8% 80px}.how-it-works-module__ITRsCq__pill{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background-color:#f1f5f9;border-radius:100px;margin-bottom:24px;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-block}.how-it-works-module__ITRsCq__heroSection h1{color:var(--color-dark-blue);margin-bottom:24px;font-size:4.5rem;font-weight:800;line-height:1.1}.how-it-works-module__ITRsCq__orange{color:var(--color-orange)}.how-it-works-module__ITRsCq__heroSection p{color:#64748b;max-width:600px;margin:0 auto 60px;font-size:1.25rem}.how-it-works-module__ITRsCq__heroImageWrapper{justify-content:center;align-items:center;display:flex}.how-it-works-module__ITRsCq__mainIllustration{filter:drop-shadow(0 40px 80px #002c4b14);max-width:100%;height:auto}.how-it-works-module__ITRsCq__stepsGridSection{background-color:#f8fafc;padding:100px 8%}.how-it-works-module__ITRsCq__grid{grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto;display:grid}.how-it-works-module__ITRsCq__stepCard{background:#fff;border:1px solid #e2e8f0;border-radius:40px;padding:60px 48px;transition:all .4s cubic-bezier(.16,1,.3,1)}.how-it-works-module__ITRsCq__stepCard:hover{border-color:#cbd5e1;transform:translateY(-12px);box-shadow:0 40px 80px #002c4b0f}.how-it-works-module__ITRsCq__iconBox{border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:32px;display:flex}.how-it-works-module__ITRsCq__stepTitle{color:var(--color-dark-blue);margin-bottom:20px;font-size:1.75rem;font-weight:700}.how-it-works-module__ITRsCq__stepDesc{color:#64748b;font-size:1.1rem;line-height:1.8}.how-it-works-module__ITRsCq__ctaFooterSection{width:100%}.how-it-works-module__ITRsCq__waveDivider{background-color:#f8fafc;width:100%;margin-bottom:-1px;line-height:0}.how-it-works-module__ITRsCq__waveDivider svg{width:100%;height:80px;display:block}@media (min-width:1440px){.how-it-works-module__ITRsCq__waveDivider svg{height:120px}}.how-it-works-module__ITRsCq__unifiedBackground{background-color:var(--color-dark-blue);width:100%;position:relative;overflow:hidden}.how-it-works-module__ITRsCq__ctaFooterContent{z-index:1;flex-direction:column;width:100%;display:flex;position:relative}.how-it-works-module__ITRsCq__ctaBlock{text-align:center;color:#fff;padding:80px 5%}.how-it-works-module__ITRsCq__ctaBlock h2{margin-bottom:48px;font-size:3rem;font-weight:800}.how-it-works-module__ITRsCq__ctaButtons{justify-content:center;gap:24px;display:flex}@media (max-width:1200px){.how-it-works-module__ITRsCq__heroSection h1{font-size:3.5rem}.how-it-works-module__ITRsCq__grid{grid-template-columns:1fr}.how-it-works-module__ITRsCq__trustContent{padding:60px}}@media (max-width:992px){.how-it-works-module__ITRsCq__ctaBlock h2{font-size:2.5rem}}@media (max-width:768px){.how-it-works-module__ITRsCq__heroSection h1{font-size:2.75rem}.how-it-works-module__ITRsCq__ctaButtons{flex-direction:column;gap:16px}.how-it-works-module__ITRsCq__ctaBlock h2{font-size:2rem}}
.page-module___8aEwW__container{width:100%;overflow-x:hidden}.page-module___8aEwW__hero{color:#fff;background:0 0;grid-template-columns:1fr 1fr;align-items:center;gap:40px;min-height:90vh;padding:100px 8%;display:grid;position:relative;overflow:hidden}.page-module___8aEwW__heroBgSvg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__heroContent{z-index:2;max-width:600px}.page-module___8aEwW__title{margin-bottom:24px;font-size:4rem;font-weight:800;line-height:1.1}.page-module___8aEwW__highlight{color:var(--color-orange);display:inline-block;position:relative}.page-module___8aEwW__highlight:after{content:"";z-index:-1;background:#f8601533;width:100%;height:8px;position:absolute;bottom:5px;left:0}.page-module___8aEwW__subtitle{color:#ffffffe6;margin-bottom:48px;font-size:1.4rem;line-height:1.6}.page-module___8aEwW__heroActions{gap:20px;display:flex}.page-module___8aEwW__heroImageContainer{z-index:1;justify-content:center;align-items:center;display:flex}.page-module___8aEwW__heroConceptualWrapper{justify-content:center;align-items:center;width:100%;max-width:550px;display:flex;position:relative}.page-module___8aEwW__heroConceptualImage{object-fit:contain;filter:drop-shadow(0 40px 100px #002c4b1a);width:100%;height:auto}.page-module___8aEwW__trustBar{white-space:nowrap;background-color:#f8fafc;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:40px 0;display:flex;overflow:hidden}.page-module___8aEwW__trustTrack{gap:120px;padding-left:60px;animation:40s linear infinite page-module___8aEwW__marquee;display:flex}.page-module___8aEwW__trustItem{color:var(--color-dark-blue);flex-shrink:0;align-items:center;gap:12px;font-size:.95rem;font-weight:700;display:flex}.page-module___8aEwW__trustIcon{color:#10b981}@keyframes page-module___8aEwW__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.page-module___8aEwW__trustBar:hover .page-module___8aEwW__trustTrack{animation-play-state:paused}.page-module___8aEwW__howItWorks{background-color:#fff;padding:60px 8% 120px}.page-module___8aEwW__howItWorksContent{max-width:1200px;margin:0 auto}.page-module___8aEwW__sectionHeader{text-align:center;margin-bottom:80px}.page-module___8aEwW__sectionHeader h2{color:var(--color-dark-blue);margin-bottom:20px;font-size:3rem;font-weight:800}.page-module___8aEwW__sectionHeader p{color:#64748b;font-size:1.2rem}.page-module___8aEwW__stepsGrid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:60px;display:grid}.page-module___8aEwW__step{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:40px;padding:64px 48px;transition:all .5s cubic-bezier(.16,1,.3,1)}.page-module___8aEwW__stepNumber{border-radius:20px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 32px;font-size:1.5rem;font-weight:800;display:flex}.page-module___8aEwW__step h3{color:var(--color-dark-blue);margin-bottom:20px;font-size:1.75rem;font-weight:700}.page-module___8aEwW__step p{color:#64748b;font-size:1.05rem;line-height:1.7}.page-module___8aEwW__centerAction{justify-content:center;display:flex}.page-module___8aEwW__features{background-color:#f1f5f9;padding:100px 8%}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(3,1fr);gap:48px;display:grid}.page-module___8aEwW__featureCard{background:#fff;border-radius:32px;padding:48px;box-shadow:0 10px 40px #002c4b0d}.page-module___8aEwW__featureIconWrapper{background:#f860151a;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:32px;display:flex}.page-module___8aEwW__featureIcon{color:var(--color-orange);width:36px;height:36px}.page-module___8aEwW__featureCard h3{color:var(--color-dark-blue);margin-bottom:20px;font-size:1.75rem;font-weight:700}.page-module___8aEwW__featureCard p{color:#64748b;font-size:1.05rem;line-height:1.7}.page-module___8aEwW__categories{background-color:#fff;background-image:radial-gradient(circle,#e2e8f0 1px,#0000 1px);background-size:28px 28px;padding:80px 0;overflow:hidden}.page-module___8aEwW__categoriesTickerHeader{text-align:center;margin-bottom:48px;padding:0 8%}.page-module___8aEwW__tickerWrapper{width:100%;padding:8px 0 12px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 6% 94%,#0000 100%)}.page-module___8aEwW__tickerTrack{gap:16px;width:max-content;padding:6px 0;animation:40s linear infinite page-module___8aEwW__marqueeLTR;display:flex}.page-module___8aEwW__tickerWrapper:hover .page-module___8aEwW__tickerTrack{animation-play-state:paused}@keyframes page-module___8aEwW__marqueeLTR{0%{transform:translate(-50%)}to{transform:translate(0%)}}.page-module___8aEwW__tickerCard{white-space:nowrap;background:#fff;border:1.5px solid #f1f5f9;border-radius:16px;flex-shrink:0;align-items:center;gap:14px;padding:14px 20px;text-decoration:none;transition:border-color .3s,box-shadow .3s,transform .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #002c4b0a}.page-module___8aEwW__tickerCard:after{content:"";background:linear-gradient(90deg,var(--color-orange),#e11d48);transform-origin:0;height:2.5px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.page-module___8aEwW__tickerCard:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 14px 32px #002c4b1a}.page-module___8aEwW__tickerCard:hover:after{transform:scaleX(1)}.page-module___8aEwW__tickerCardIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.page-module___8aEwW__tickerCardBody{flex-direction:column;gap:2px;display:flex}.page-module___8aEwW__tickerCardTitle{color:var(--color-dark-blue);font-size:.92rem;font-weight:700;line-height:1.2}.page-module___8aEwW__tickerCardCount{font-size:.75rem;font-weight:600;line-height:1}.page-module___8aEwW__tickerCardArrow{opacity:0;flex-shrink:0;transition:opacity .25s,transform .25s;transform:translate(-5px)}.page-module___8aEwW__tickerCard:hover .page-module___8aEwW__tickerCardArrow{opacity:1;transform:translate(0)}.page-module___8aEwW__categoriesTickerFooter{justify-content:center;margin-top:44px;padding:0 8%;display:flex}.page-module___8aEwW__categoriesInner{max-width:1200px;margin:0 auto}.page-module___8aEwW__categoriesTop{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:56px;display:flex}.page-module___8aEwW__categoriesHeadline{max-width:580px}.page-module___8aEwW__categoriesBadge{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:100px;align-items:center;gap:8px;margin-bottom:20px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.page-module___8aEwW__badgePulse{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s ease-in-out infinite page-module___8aEwW__badgePulseAnim}@keyframes page-module___8aEwW__badgePulseAnim{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.75)}}.page-module___8aEwW__categoriesTitle{color:var(--color-dark-blue);margin:0 0 16px;font-size:2.75rem;font-weight:800;line-height:1.15}.page-module___8aEwW__categoriesSubtitle{color:#64748b;margin:0;font-size:1.1rem;line-height:1.6}.page-module___8aEwW__categoriesViewAll{color:var(--color-dark-blue);white-space:nowrap;background:#fff;border:1.5px solid #e2e8f0;border-radius:100px;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.page-module___8aEwW__categoriesViewAll:hover{border-color:var(--color-orange);color:var(--color-orange);background:#fff7f0}.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(5,1fr);gap:20px;display:grid}.page-module___8aEwW__categoryCardNew{background:#fff;border:1.5px solid #f1f5f9;border-radius:24px;flex-direction:column;gap:10px;height:100%;padding:28px 24px;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden}.page-module___8aEwW__categoryCardNew:after{content:"";background:linear-gradient(90deg,var(--color-orange),#e11d48);transform-origin:0;height:3px;transition:transform .35s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.page-module___8aEwW__categoryCardNew:hover{border-color:#e2e8f0;box-shadow:0 20px 50px #002c4b17}.page-module___8aEwW__categoryCardNew:hover:after{transform:scaleX(1)}.page-module___8aEwW__categoryCardIconWrap{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:6px;display:flex}.page-module___8aEwW__categoryCardTitle{color:var(--color-dark-blue);font-size:1.1rem;font-weight:700;line-height:1.3}.page-module___8aEwW__categoryCardDesc{color:#94a3b8;flex:1;font-size:.82rem;line-height:1.5}.page-module___8aEwW__categoryCardFooter{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.page-module___8aEwW__categoryCardBadge{border-radius:100px;padding:3px 10px;font-size:.75rem;font-weight:700}.page-module___8aEwW__categoryCardArrow{opacity:0;flex-shrink:0;transition:all .25s;transform:translate(-6px)}.page-module___8aEwW__categoryCardNew:hover .page-module___8aEwW__categoryCardArrow{opacity:1;transform:translate(0)}.page-module___8aEwW__categoriesStats{background:linear-gradient(135deg,var(--color-dark-blue)0%,#001f35 100%);border-radius:24px;grid-template-columns:repeat(4,1fr);margin-top:56px;display:grid;overflow:hidden}.page-module___8aEwW__categoriesStat{border-right:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:6px;padding:36px 40px;display:flex}.page-module___8aEwW__categoriesStat:last-child{border-right:none}.page-module___8aEwW__categoriesStatVal{color:#fff;font-size:2rem;font-weight:800;line-height:1}.page-module___8aEwW__categoriesStatLbl{color:#ffffff80;text-align:center;font-size:.8rem;font-weight:500}.page-module___8aEwW__categoryCard{background-color:#f8fafc;border:1px solid #0000;border-radius:24px;flex-direction:column;align-items:center;padding:40px;text-decoration:none;transition:all .3s;display:flex}.page-module___8aEwW__categoryIcon{color:var(--color-dark-blue);margin-bottom:24px;font-size:3.5rem}.page-module___8aEwW__categoryTitle{color:var(--color-dark-blue);margin-bottom:8px;font-size:1.5rem;font-weight:700}.page-module___8aEwW__categoryCount{color:#94a3b8;font-size:1rem}.page-module___8aEwW__testimonials{background-color:#f8fafc;padding:120px 8%}.page-module___8aEwW__testimonialGrid{grid-template-columns:repeat(3,1fr);gap:32px;max-width:1200px;margin:48px auto 0;display:grid}.page-module___8aEwW__testimonialCard{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:40px;padding:48px 40px;transition:all .4s cubic-bezier(.16,1,.3,1)}.page-module___8aEwW__testimonialCard:hover{transform:translateY(-12px);box-shadow:0 40px 80px #002c4b0f}.page-module___8aEwW__tAvatar{width:64px;height:64px;color:var(--color-orange);background-color:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 32px;font-size:1.5rem;font-weight:800;display:flex}.page-module___8aEwW__testimonialCard p{color:#475569;margin-bottom:32px;font-size:1.15rem;font-style:italic;line-height:1.7}.page-module___8aEwW__tInfo strong{color:var(--color-dark-blue);margin-bottom:4px;font-size:1.15rem;display:block}.page-module___8aEwW__tInfo span{color:#94a3b8;font-size:.9rem;font-weight:600}.page-module___8aEwW__ctaFooterSection{width:100%}.page-module___8aEwW__waveDivider{background-color:#f8fafc;width:100%;margin-bottom:-1px;line-height:0}.page-module___8aEwW__waveDivider svg{width:100%;height:80px;display:block}@media (min-width:1440px){.page-module___8aEwW__waveDivider svg{height:120px}}.page-module___8aEwW__unifiedBackground{background-color:var(--color-dark-blue);width:100%;position:relative;overflow:hidden}.page-module___8aEwW__bgSvg{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.page-module___8aEwW__ctaFooterContent{z-index:1;flex-direction:column;width:100%;display:flex;position:relative}.page-module___8aEwW__ctaBlock{text-align:center;color:#fff;padding:80px 5%}.page-module___8aEwW__ctaBlock h2{margin-bottom:24px;font-size:3rem;font-weight:800}.page-module___8aEwW__ctaBlock p{opacity:.8;margin-bottom:48px;font-size:1.25rem}@media (max-width:1200px){.page-module___8aEwW__title{font-size:3rem}.page-module___8aEwW__heroImage{max-width:100%}}@media (max-width:1024px){.page-module___8aEwW__testimonialGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module___8aEwW__hero{padding:60px 5%}.page-module___8aEwW__title{font-size:2.25rem}.page-module___8aEwW__subtitle{margin-bottom:32px;font-size:1.1rem}.page-module___8aEwW__heroActions{flex-direction:column;width:100%}.page-module___8aEwW__heroActions a,.page-module___8aEwW__heroActions button{width:100%}.page-module___8aEwW__ctaBlock h2{font-size:2rem}.page-module___8aEwW__ctaBlock p{margin-bottom:32px;font-size:1rem}.page-module___8aEwW__ctaButtons{flex-direction:column;gap:16px}.page-module___8aEwW__trustBar{padding:16px 0}.page-module___8aEwW__trustItem{color:#1e293b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.85rem;font-weight:700}.page-module___8aEwW__trustTrack{gap:60px}.page-module___8aEwW__howItWorks{padding:32px 5% 48px}.page-module___8aEwW__sectionHeader{margin-bottom:32px}.page-module___8aEwW__sectionHeader h2{color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1.8rem}.page-module___8aEwW__sectionHeader p{color:#334155;-webkit-font-smoothing:antialiased;font-size:1rem}.page-module___8aEwW__step{border-radius:20px;padding:28px 20px}.page-module___8aEwW__stepNumber{border-radius:14px;width:48px;height:48px;margin-bottom:16px;font-size:1.2rem}.page-module___8aEwW__step h3{color:#0f172a;-webkit-font-smoothing:antialiased;margin-bottom:10px;font-size:1.25rem}.page-module___8aEwW__step p{color:#334155;-webkit-font-smoothing:antialiased;font-size:.92rem;line-height:1.5}.page-module___8aEwW__stepsGrid{gap:16px;margin-bottom:24px}.page-module___8aEwW__features{padding:40px 5%}.page-module___8aEwW__featuresGrid{gap:16px}.page-module___8aEwW__featureCard{border-radius:20px;padding:24px}.page-module___8aEwW__featureIconWrapper{border-radius:14px;width:52px;height:52px;margin-bottom:16px}.page-module___8aEwW__featureCard h3{color:#0f172a;-webkit-font-smoothing:antialiased;margin-bottom:10px;font-size:1.2rem}.page-module___8aEwW__featureCard p{color:#334155;-webkit-font-smoothing:antialiased;font-size:.9rem;line-height:1.5}.page-module___8aEwW__categories{padding:40px 0}.page-module___8aEwW__categoriesTickerHeader{margin-bottom:24px}.page-module___8aEwW__categoriesTitle{-webkit-font-smoothing:antialiased;font-size:1.8rem}.page-module___8aEwW__categoriesSubtitle{color:#334155;-webkit-font-smoothing:antialiased;font-size:.95rem}.page-module___8aEwW__categoriesTickerFooter{margin-top:24px}}@media (max-width:992px){.page-module___8aEwW__hero{text-align:center;grid-template-columns:1fr;padding-top:60px}.page-module___8aEwW__heroContent{margin:0 auto}.page-module___8aEwW__heroActions{justify-content:center}.page-module___8aEwW__stepsGrid,.page-module___8aEwW__featuresGrid{grid-template-columns:1fr}.page-module___8aEwW__ctaBlock h2{font-size:2.5rem}.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(3,1fr)}.page-module___8aEwW__categoriesTop{flex-direction:column;align-items:flex-start;margin-bottom:40px}.page-module___8aEwW__categoriesTitle{font-size:2.2rem}.page-module___8aEwW__categoriesStats{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__categoriesStat:nth-child(2){border-right:none}.page-module___8aEwW__categoriesStat:first-child,.page-module___8aEwW__categoriesStat:nth-child(2){border-bottom:1px solid #ffffff1a}}@media (max-width:640px){.page-module___8aEwW__categoriesGrid{grid-template-columns:repeat(2,1fr)}.page-module___8aEwW__categoriesTitle{font-size:1.9rem}.page-module___8aEwW__categoriesStats{grid-template-columns:repeat(2,1fr)}}
.detail-module__3-gWha__premiumDetailWrapper{max-width:1200px;margin:0 auto;padding:40px 20px 100px}.detail-module__3-gWha__topNavigation{margin-bottom:40px}.detail-module__3-gWha__backLink{color:#64748b;align-items:center;gap:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s;display:flex}.detail-module__3-gWha__backLink:hover{color:var(--color-orange)}.detail-module__3-gWha__mainLayout{grid-template-columns:1fr 380px;gap:60px;display:grid}.detail-module__3-gWha__contentColumn{flex-direction:column;gap:60px;display:flex}.detail-module__3-gWha__headerRow{gap:12px;margin-bottom:20px;display:flex}.detail-module__3-gWha__catBadge{color:var(--color-dark-blue);text-transform:uppercase;background-color:#f1f5f9;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:700}.detail-module__3-gWha__statusBadge{color:#059669;text-transform:uppercase;background-color:#ecfdf5;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:700}.detail-module__3-gWha__pageTitle{color:var(--color-dark-blue);margin-bottom:24px;font-size:3.5rem;font-weight:800;line-height:1.1}.detail-module__3-gWha__metaRow{gap:32px;display:flex}.detail-module__3-gWha__metaIconLabel{color:#64748b;align-items:center;gap:10px;font-weight:500;display:flex}.detail-module__3-gWha__sectionTitle{color:var(--color-dark-blue);align-items:center;gap:12px;margin-bottom:24px;font-size:1.75rem;font-weight:700;display:flex}.detail-module__3-gWha__count{color:#94a3b8;font-weight:500}.detail-module__3-gWha__descriptionText{color:#475569;font-size:1.125rem;line-height:1.8}.detail-module__3-gWha__bidsList{flex-direction:column;gap:20px;display:flex}.detail-module__3-gWha__bidCard{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px}.detail-module__3-gWha__myBid{border-color:var(--color-orange);background-color:#fffaf7}.detail-module__3-gWha__bidUser{align-items:center;gap:16px;margin-bottom:20px;display:flex}.detail-module__3-gWha__userAvatar{color:#64748b;background-color:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.detail-module__3-gWha__userInfo{flex-direction:column;display:flex}.detail-module__3-gWha__userInfo strong{color:var(--color-dark-blue);font-size:1rem}.detail-module__3-gWha__userInfo span{color:#94a3b8;font-size:.875rem}.detail-module__3-gWha__bidAmount{color:var(--color-dark-blue);margin-left:auto;font-size:1.25rem;font-weight:800}.detail-module__3-gWha__bidMsg{color:#475569;line-height:1.6}.detail-module__3-gWha__acceptForm{margin-top:24px}.detail-module__3-gWha__emptyBids{text-align:center;color:#94a3b8;background-color:#f8fafc;border:1px dashed #e2e8f0;border-radius:20px;padding:40px}.detail-module__3-gWha__sidebarColumn{flex-direction:column;gap:32px;display:flex}.detail-module__3-gWha__actionCard{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:40px;box-shadow:0 20px 50px #002c4b0f}.detail-module__3-gWha__priceRow{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.detail-module__3-gWha__priceRow .detail-module__3-gWha__label{color:#64748b;font-weight:600}.detail-module__3-gWha__priceRow .detail-module__3-gWha__value{color:var(--color-orange);font-size:2rem;font-weight:800}.detail-module__3-gWha__divider{background-color:#f1f5f9;height:1px;margin:24px 0}.detail-module__3-gWha__bidSection h3{color:var(--color-dark-blue);margin-bottom:20px;font-size:1.25rem}.detail-module__3-gWha__bidConfirmed{color:#065f46;background-color:#ecfdf5;border-radius:16px;gap:16px;padding:24px;display:flex}.detail-module__3-gWha__bidConfirmed p{opacity:.8;margin-top:4px;font-size:.875rem}.detail-module__3-gWha__posterNotice{color:var(--color-dark-blue);background-color:#f1f5f9;border-radius:12px;gap:12px;padding:16px;font-size:.875rem;display:flex}.detail-module__3-gWha__posterCard{background:#fff;border:1px solid #f1f5f9;border-radius:32px;padding:32px}.detail-module__3-gWha__posterCard h3{color:var(--color-dark-blue);margin-bottom:24px;font-size:1.125rem}.detail-module__3-gWha__posterDetails{align-items:center;gap:16px;margin-bottom:24px;display:flex}.detail-module__3-gWha__posterAvatarLarge{color:#64748b;background-color:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.detail-module__3-gWha__posterInfoText{flex-direction:column;display:flex}.detail-module__3-gWha__posterInfoText strong{color:var(--color-dark-blue);font-size:1.125rem}.detail-module__3-gWha__posterInfoText span{color:#94a3b8;font-size:.875rem}.detail-module__3-gWha__posterStats{grid-template-columns:1fr 1fr;gap:12px;display:grid}.detail-module__3-gWha__stat{text-align:center;background-color:#f8fafc;border-radius:16px;padding:16px}.detail-module__3-gWha__stat strong{color:var(--color-dark-blue);font-size:1.25rem;display:block}.detail-module__3-gWha__stat span{color:#94a3b8;text-transform:uppercase;font-size:.75rem;font-weight:700}@media (max-width:1200px){.detail-module__3-gWha__mainLayout{grid-template-columns:1fr}.detail-module__3-gWha__pageTitle{font-size:2.5rem}}@media (max-width:768px){.detail-module__3-gWha__premiumDetailWrapper{padding:24px 16px 80px}.detail-module__3-gWha__pageTitle{margin-bottom:16px;font-size:2rem}.detail-module__3-gWha__metaRow{flex-direction:column;gap:12px}.detail-module__3-gWha__actionCard{border-radius:20px;padding:24px}.detail-module__3-gWha__bidCard{border-radius:16px;padding:20px}.detail-module__3-gWha__posterCard{border-radius:20px;padding:24px}.detail-module__3-gWha__contentColumn{gap:40px}}
.TaskCard-module__SVfZSW__cardLink{height:100%;text-decoration:none;display:block}.TaskCard-module__SVfZSW__premiumCard{background:#fff;border:1px solid #e2e8f0f2;border-radius:24px;flex-direction:column;height:100%;transition:transform .28s,box-shadow .28s,border-color .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 32px #002c4b0f}.TaskCard-module__SVfZSW__premiumCard:hover{border-color:#f860153d;transform:translateY(-4px);box-shadow:0 20px 38px #002c4b17}.TaskCard-module__SVfZSW__selectedCard{border-color:#f8601573;box-shadow:0 18px 34px #f860151f}.TaskCard-module__SVfZSW__cardMedia{background:linear-gradient(135deg,#002c4bf0 0%,#095588d1 100%);height:190px;position:relative;overflow:hidden}.TaskCard-module__SVfZSW__cardImage{transition:transform .4s}.TaskCard-module__SVfZSW__premiumCard:hover .TaskCard-module__SVfZSW__cardImage{transform:scale(1.05)}.TaskCard-module__SVfZSW__imageFallback{color:#ffffffeb;letter-spacing:.02em;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;font-weight:700;display:flex}.TaskCard-module__SVfZSW__mediaOverlay{background:linear-gradient(#0217246b 0%,#02172400 45%);justify-content:space-between;align-items:flex-start;padding:18px;display:flex;position:absolute;inset:0}.TaskCard-module__SVfZSW__cardBody{flex-direction:column;flex:1;padding:18px;display:flex}.TaskCard-module__SVfZSW__topMeta{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.TaskCard-module__SVfZSW__categoryBadge,.TaskCard-module__SVfZSW__distanceBadge,.TaskCard-module__SVfZSW__priceTag,.TaskCard-module__SVfZSW__cardDistance{white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.TaskCard-module__SVfZSW__categoryBadge{color:var(--color-dark-blue);letter-spacing:.03em;text-transform:uppercase;background:#002c4b0f;border-radius:999px;padding:8px 12px;font-size:.74rem;font-weight:700}.TaskCard-module__SVfZSW__distanceBadge{color:var(--color-orange);background:#f860151a;border-radius:999px;padding:8px 11px;font-size:.78rem;font-weight:700}.TaskCard-module__SVfZSW__priceTag{color:var(--color-dark-blue);background:#fffffff2;border-radius:999px;padding:10px 14px;font-size:.95rem;font-weight:800;box-shadow:0 10px 24px #00000024}.TaskCard-module__SVfZSW__taskTitle{color:var(--color-dark-blue);margin-bottom:8px;font-size:1.15rem;font-weight:800;line-height:1.3}.TaskCard-module__SVfZSW__taskExcerpt{color:#5e7184;flex:1;margin-bottom:14px;font-size:.9rem;line-height:1.6}.TaskCard-module__SVfZSW__metaGrid{border-top:1px solid #e2e8f0cc;border-bottom:1px solid #e2e8f0cc;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;padding:14px 0;display:grid}.TaskCard-module__SVfZSW__infoItem{color:#526476;align-items:center;gap:8px;min-width:0;font-size:.84rem;font-weight:600;display:flex}.TaskCard-module__SVfZSW__infoItem span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.TaskCard-module__SVfZSW__cardFooter{justify-content:space-between;align-items:center;gap:12px;padding-top:14px;display:flex}.TaskCard-module__SVfZSW__posterInfo{align-items:center;gap:12px;display:flex}.TaskCard-module__SVfZSW__avatarMini{width:36px;height:36px;color:var(--color-dark-blue);background:#002c4b14;border-radius:50%;justify-content:center;align-items:center;display:flex}.TaskCard-module__SVfZSW__posterLabel{color:#7b8a99;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;font-size:.72rem;font-weight:700;display:block}.TaskCard-module__SVfZSW__posterName{color:var(--color-dark-blue);font-size:.92rem;font-weight:700;display:block}.TaskCard-module__SVfZSW__cardDistance{color:var(--color-orange);background:#f8601514;border-radius:999px;padding:7px 10px;font-size:.72rem;font-weight:700}@media (max-width:640px){.TaskCard-module__SVfZSW__cardMedia{height:172px}.TaskCard-module__SVfZSW__cardBody{padding:16px}.TaskCard-module__SVfZSW__metaGrid{grid-template-columns:1fr}.TaskCard-module__SVfZSW__cardFooter{flex-direction:column;align-items:flex-start}}
.auth-module__Y2OPrW__pageWrapper{background-color:#fff;background-image:radial-gradient(at 0 0,#f8601508 0,#0000 50%),radial-gradient(at 100% 0,#002c4b08 0,#0000 50%);justify-content:center;align-items:center;min-height:100vh;padding:60px 20px;display:flex}.auth-module__Y2OPrW__container{background:#fff;border:1px solid #f1f5f9;border-radius:32px;width:100%;max-width:480px;padding:60px;box-shadow:0 40px 100px #002c4b0f}.auth-module__Y2OPrW__title{color:var(--color-dark-blue);text-align:center;letter-spacing:-.02em;margin-bottom:8px;font-size:2.25rem;font-weight:800}.auth-module__Y2OPrW__subtitle{text-align:center;color:#64748b;margin-bottom:48px;font-size:1.1rem}.auth-module__Y2OPrW__form{flex-direction:column;gap:24px;display:flex}.auth-module__Y2OPrW__inputGroup{flex-direction:column;gap:10px;display:flex}.auth-module__Y2OPrW__label{color:var(--color-dark-blue);font-size:.875rem;font-weight:700}.auth-module__Y2OPrW__input,.auth-module__Y2OPrW__select{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;outline:none;width:100%;padding:14px 18px;font-family:inherit;font-size:1rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.auth-module__Y2OPrW__input:focus,.auth-module__Y2OPrW__select:focus{border-color:var(--color-orange);background-color:#fff;box-shadow:0 0 0 4px #f8601514}.auth-module__Y2OPrW__error{color:#e11d48;background:#fff1f2;border:1px solid #ffe4e6;border-radius:12px;margin-bottom:24px;padding:16px;font-size:.875rem;font-weight:500}.auth-module__Y2OPrW__footer{text-align:center;color:#64748b;margin-top:40px;font-size:.95rem}.auth-module__Y2OPrW__link{color:var(--color-orange);margin-left:4px;font-weight:700}.auth-module__Y2OPrW__link:hover{color:var(--color-orange-hover)}.auth-module__Y2OPrW__roleSelection{gap:16px;margin-bottom:8px;display:flex}.auth-module__Y2OPrW__roleOption{flex:1;position:relative}.auth-module__Y2OPrW__roleOption input{opacity:0;position:absolute}.auth-module__Y2OPrW__roleLabel{text-align:center;cursor:pointer;color:#64748b;border:2px solid #e2e8f0;border-radius:16px;padding:16px;font-weight:600;transition:all .2s;display:block}.auth-module__Y2OPrW__roleOption input:checked+.auth-module__Y2OPrW__roleLabel{border-color:var(--color-orange);color:var(--color-orange);background-color:#fffaf7}@media (max-width:768px){.auth-module__Y2OPrW__formWrapper{margin:20px 16px;padding:32px 24px}.auth-module__Y2OPrW__title{font-size:1.75rem}.auth-module__Y2OPrW__roleSelection{flex-direction:column;gap:12px}}
.contact-module__swMWYG__container{max-width:1200px;margin:0 auto;padding:80px 20px}.contact-module__swMWYG__header{text-align:center;margin-bottom:80px}.contact-module__swMWYG__header h1{color:var(--color-dark-blue);margin-bottom:24px;font-size:3.5rem}.contact-module__swMWYG__header p{color:#666;font-size:1.25rem}.contact-module__swMWYG__content{grid-template-columns:1fr 2fr;gap:60px;display:grid}.contact-module__swMWYG__contactInfo{flex-direction:column;gap:24px;display:flex}.contact-module__swMWYG__infoCard{text-align:center;background:#fff;border-radius:20px;padding:32px;box-shadow:0 10px 30px #0000000d}.contact-module__swMWYG__icon{color:var(--color-orange);width:32px;height:32px;margin-bottom:16px}.contact-module__swMWYG__infoCard h3{color:var(--color-dark-blue);margin-bottom:8px;font-size:1.25rem}.contact-module__swMWYG__infoCard p{color:#666}.contact-module__swMWYG__formWrapper{background:#fff;border-radius:32px;padding:48px;box-shadow:0 20px 50px #0000000d}.contact-module__swMWYG__contactForm{flex-direction:column;gap:24px;display:flex}.contact-module__swMWYG__formGroup{flex-direction:column;gap:8px;display:flex}.contact-module__swMWYG__formGroup label{color:var(--color-dark-blue);font-size:.9rem;font-weight:600}.contact-module__swMWYG__formGroup input,.contact-module__swMWYG__formGroup select,.contact-module__swMWYG__formGroup textarea{border:1px solid #e0e0e0;border-radius:12px;outline:none;padding:14px 18px;font-size:1rem;transition:border-color .2s}.contact-module__swMWYG__formGroup input:focus,.contact-module__swMWYG__formGroup select:focus,.contact-module__swMWYG__formGroup textarea:focus{border-color:var(--color-orange)}@media (max-width:992px){.contact-module__swMWYG__content{grid-template-columns:1fr}}
.profile-module__5FeCNW__profileWrapper{max-width:1200px;margin:60px auto;padding:0 40px}.profile-module__5FeCNW__header{background:#fff;border:1px solid #f1f5f9;border-radius:32px;justify-content:space-between;align-items:center;margin-bottom:40px;padding:48px;display:flex;box-shadow:0 40px 100px #002c4b0a}.profile-module__5FeCNW__headerContent{align-items:center;gap:32px;display:flex}.profile-module__5FeCNW__avatarLarge{width:100px;height:100px;color:var(--color-dark-blue);background:#f8fafc;border:1px solid #e2e8f0;border-radius:32px;justify-content:center;align-items:center;display:flex}.profile-module__5FeCNW__mainInfo h1{color:var(--color-dark-blue);letter-spacing:-.02em;margin-bottom:8px;font-size:2.5rem;font-weight:800}.profile-module__5FeCNW__meta{color:#64748b;align-items:center;gap:16px;font-size:1rem;font-weight:600;display:flex}.profile-module__5FeCNW__verified{color:#10b981;background:#ecfdf5;border-radius:99px;align-items:center;gap:6px;padding:4px 12px;font-size:.875rem;display:flex}.profile-module__5FeCNW__actions{gap:12px;display:flex}.profile-module__5FeCNW__contentGrid{grid-template-columns:2fr 1fr;gap:40px;display:grid}.profile-module__5FeCNW__section{background:#fff;border:1px solid #f1f5f9;border-radius:32px;margin-bottom:40px;padding:40px}.profile-module__5FeCNW__section h2{color:var(--color-dark-blue);margin-bottom:24px;font-size:1.5rem;font-weight:800}.profile-module__5FeCNW__bio{color:#475569;font-size:1.1rem;line-height:1.7}.profile-module__5FeCNW__statsGrid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.profile-module__5FeCNW__statCard{text-align:center;background:#f8fafc;border-radius:20px;padding:24px}.profile-module__5FeCNW__statCard strong{color:var(--color-dark-blue);margin-bottom:4px;font-size:1.75rem;display:block}.profile-module__5FeCNW__statCard span{color:#94a3b8;font-size:.875rem;font-weight:600}.profile-module__5FeCNW__contactList{flex-direction:column;gap:20px;display:flex}.profile-module__5FeCNW__contactItem{color:#475569;align-items:center;gap:16px;font-size:1rem;display:flex}.profile-module__5FeCNW__contactItem svg{color:var(--color-orange)}@media (max-width:992px){.profile-module__5FeCNW__contentGrid{grid-template-columns:1fr}.profile-module__5FeCNW__header{text-align:center;flex-direction:column;gap:32px}.profile-module__5FeCNW__headerContent{flex-direction:column;gap:24px}}@media (max-width:768px){.profile-module__5FeCNW__profileWrapper{margin:24px auto;padding:0 16px}.profile-module__5FeCNW__header{border-radius:20px;margin-bottom:24px;padding:24px}.profile-module__5FeCNW__mainInfo h1{font-size:1.75rem}.profile-module__5FeCNW__section{border-radius:20px;margin-bottom:24px;padding:24px}.profile-module__5FeCNW__section h2{margin-bottom:16px;font-size:1.2rem}.profile-module__5FeCNW__statsGrid{grid-template-columns:repeat(3,1fr);gap:12px}.profile-module__5FeCNW__statCard{border-radius:14px;padding:16px}.profile-module__5FeCNW__statCard strong{font-size:1.35rem}.profile-module__5FeCNW__avatarLarge{border-radius:22px;width:72px;height:72px}}@media (max-width:480px){.profile-module__5FeCNW__statsGrid{grid-template-columns:1fr 1fr 1fr;gap:8px}.profile-module__5FeCNW__statCard{padding:12px}.profile-module__5FeCNW__statCard strong{font-size:1.1rem}.profile-module__5FeCNW__statCard span{font-size:.7rem}.profile-module__5FeCNW__meta{flex-direction:column;gap:8px}}
.Footer-module__hSXlYG__footer{background-color:var(--color-dark-blue);color:var(--color-white);padding:var(--spacing-xl)0;margin-top:5vh}.Footer-module__hSXlYG__transparent{padding-top:var(--spacing-md)!important;background-color:#0000!important;margin-top:0!important}.Footer-module__hSXlYG__container{max-width:1200px;padding:0 var(--spacing-md);gap:var(--spacing-xl);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;display:grid}.Footer-module__hSXlYG__column h3{margin-bottom:var(--spacing-md);font-size:1.125rem}.Footer-module__hSXlYG__column ul{list-style:none}.Footer-module__hSXlYG__column li{margin-bottom:var(--spacing-sm)}.Footer-module__hSXlYG__column a{color:#ffffffb3;transition:color .2s}.Footer-module__hSXlYG__column a:hover{color:var(--color-orange)}.Footer-module__hSXlYG__bottom{max-width:1200px;margin:var(--spacing-xl)auto 0;padding:var(--spacing-md)var(--spacing-md)0;color:#ffffff80;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.Footer-module__hSXlYG__attribution a{color:var(--color-orange);font-weight:600;text-decoration:none}.Footer-module__hSXlYG__attribution a:hover{text-decoration:underline}@media (max-width:768px){.Footer-module__hSXlYG__bottom{gap:var(--spacing-sm);text-align:center;flex-direction:column}}
.app-layout-module__JWvcAG__appLayout{background-color:#f8fafc;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.app-layout-module__JWvcAG__sidebar{z-index:40;background:#fff;border-right:1px solid #e2e8f0;flex-direction:column;width:260px;padding:28px 16px;transition:width .25s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto}.app-layout-module__JWvcAG__sidebarCollapsed{width:72px;padding:20px 8px}.app-layout-module__JWvcAG__sidebarTop{justify-content:space-between;align-items:center;margin-bottom:32px;padding:0 4px;display:flex}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__sidebarTop{flex-direction:column;justify-content:center;gap:12px}.app-layout-module__JWvcAG__collapseBtn{color:#94a3b8;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.app-layout-module__JWvcAG__collapseBtn:hover{color:#0f172a;background:#f1f5f9;border-color:#cbd5e1}.app-layout-module__JWvcAG__sidebarLogo{align-items:center;text-decoration:none;display:flex}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__sidebarLogo{justify-content:center}.app-layout-module__JWvcAG__navGroup{flex-direction:column;flex:1;gap:2px;padding-top:8px;display:flex}.app-layout-module__JWvcAG__navGroup form{width:100%;margin:0;padding:0}.app-layout-module__JWvcAG__navItem{color:#475569;white-space:nowrap;letter-spacing:-.005em;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;padding:12px 18px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.app-layout-module__JWvcAG__navItem svg{opacity:.7;flex-shrink:0;transition:opacity .2s}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__navItem{justify-content:center;padding:12px}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__navItem span{display:none}.app-layout-module__JWvcAG__navItem:hover{background:rgba(var(--role-accent-rgb,248,96,21),.06);color:var(--role-accent,#002c4b)}.app-layout-module__JWvcAG__navItem:hover svg{opacity:1}.app-layout-module__JWvcAG__navItemActive{background:rgba(var(--role-accent-rgb,248,96,21),.08);color:var(--role-accent,#f86015);font-weight:600}.app-layout-module__JWvcAG__navItemActive:before{content:"";background-color:var(--role-accent,#f86015);border-radius:0 4px 4px 0;width:3.5px;transition:all .2s;position:absolute;top:20%;bottom:20%;left:0}.app-layout-module__JWvcAG__navItemActive svg{opacity:1;color:var(--role-accent,#f86015)}.app-layout-module__JWvcAG__navItemBtn{color:#475569;white-space:nowrap;letter-spacing:-.005em;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:14px;width:100%;padding:12px 18px;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.app-layout-module__JWvcAG__navItemBtn svg{opacity:.7;flex-shrink:0;transition:opacity .2s}.app-layout-module__JWvcAG__navItemBtn:hover{background:rgba(var(--role-accent-rgb,248,96,21),.06);color:var(--role-accent,#002c4b)}.app-layout-module__JWvcAG__navItemBtn:hover svg{opacity:1}.app-layout-module__JWvcAG__navItemBtn.app-layout-module__JWvcAG__navItemActive{background:rgba(var(--role-accent-rgb,248,96,21),.08);color:var(--role-accent,#f86015);font-weight:600}.app-layout-module__JWvcAG__navItemBtn.app-layout-module__JWvcAG__navItemActive:before{content:"";background-color:var(--role-accent,#f86015);border-radius:0 4px 4px 0;width:3.5px;transition:all .2s;position:absolute;top:20%;bottom:20%;left:0}.app-layout-module__JWvcAG__navItemBtn.app-layout-module__JWvcAG__navItemActive svg{opacity:1}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__navItemBtn{justify-content:center;padding:12px}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__navItemBtn span{display:none}.app-layout-module__JWvcAG__navSectionLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;padding:16px 18px 4px;font-size:.65rem;font-weight:700}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__navSectionLabel{display:none}.app-layout-module__JWvcAG__actionButtonGroup{flex-direction:column;gap:8px;padding:12px 6px;display:flex}.app-layout-module__JWvcAG__actionButtonOutline{border:2px solid var(--color-dark-blue,#002c4b);color:var(--color-dark-blue,#002c4b);cursor:pointer;background:0 0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 18px;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.app-layout-module__JWvcAG__actionButtonOutline:hover{background:var(--color-dark-blue,#002c4b);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #002c4b33}.app-layout-module__JWvcAG__actionButtonSolid{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f86015 0%,#e8520d 100%);border:none;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 18px;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #f8601540}.app-layout-module__JWvcAG__actionButtonSolid:hover{transform:translateY(-1px);box-shadow:0 6px 20px #f8601559}.app-layout-module__JWvcAG__profileSection{border-top:1px solid #e2e8f0;margin-top:auto;padding-top:20px}.app-layout-module__JWvcAG__profileCard{border-radius:10px;align-items:center;gap:12px;padding:12px;text-decoration:none;transition:background .15s;display:flex}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__profileCard{justify-content:center;padding:8px}.app-layout-module__JWvcAG__sidebarCollapsed .app-layout-module__JWvcAG__profileInfo{display:none}.app-layout-module__JWvcAG__profileCard:hover{background:#f8fafc}.app-layout-module__JWvcAG__profileAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.app-layout-module__JWvcAG__avatarClient{background:var(--color-dark-blue,#002c4b);box-shadow:0 4px 12px #002c4b26}.app-layout-module__JWvcAG__avatarTasker{background:var(--color-orange,#f86015);box-shadow:0 4px 12px #f8601526}.app-layout-module__JWvcAG__avatarAdmin{background:linear-gradient(135deg,#f86015 0%,#e1500d 100%);box-shadow:0 4px 12px #f8601533}.app-layout-module__JWvcAG__profileInfo{flex-direction:column;min-width:0;display:flex}.app-layout-module__JWvcAG__profileRoleLabel{letter-spacing:-.01em;font-size:.9rem;font-weight:700}.app-layout-module__JWvcAG__roleClient{color:var(--color-dark-blue,#002c4b)}.app-layout-module__JWvcAG__roleTasker,.app-layout-module__JWvcAG__roleAdmin{color:var(--color-orange,#f86015)}.app-layout-module__JWvcAG__logoutBtn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:12px;width:100%;margin-top:8px;padding:11px 16px;font-family:inherit;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.app-layout-module__JWvcAG__logoutBtn:hover{background:#fef2f2}.app-layout-module__JWvcAG__mainArea{flex-direction:column;flex:1;max-width:100vw;min-height:100vh;margin-left:260px;transition:margin-left .25s cubic-bezier(.4,0,.2,1);display:flex;overflow-x:hidden}.app-layout-module__JWvcAG__appHeader{-webkit-backdrop-filter:blur(16px)saturate(180%);z-index:30;background:#ffffffd1;border-bottom:1px solid #e2e8f099;justify-content:space-between;align-items:center;max-width:100%;height:72px;padding:0 28px;display:flex;position:sticky;top:0;overflow:hidden}.app-layout-module__JWvcAG__headerLeft{align-items:center;gap:24px;display:flex}.app-layout-module__JWvcAG__headerLogo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.app-layout-module__JWvcAG__headerRoleSwitch{cursor:pointer;letter-spacing:-.01em;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:6px 2px;font-family:inherit;font-size:.825rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.app-layout-module__JWvcAG__headerRoleSwitchTasker{color:#022e52;border-bottom-color:#022e52}.app-layout-module__JWvcAG__headerRoleSwitchTasker:hover{color:#01213b;border-bottom-width:3px;border-bottom-color:#01213b}.app-layout-module__JWvcAG__headerRoleSwitchClient{color:#f86015;border-bottom-color:#f86015}.app-layout-module__JWvcAG__headerRoleSwitchClient:hover{color:#e8520d;border-bottom-width:3px;border-bottom-color:#e8520d}.app-layout-module__JWvcAG__headerNav{align-items:center;gap:4px;display:flex}.app-layout-module__JWvcAG__headerNavLink{color:#64748b;letter-spacing:-.01em;border-radius:8px;align-items:center;gap:7px;padding:7px 14px;font-size:.825rem;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.app-layout-module__JWvcAG__headerNavLink:hover{color:#1e293b;background:#f1f5f9}.app-layout-module__JWvcAG__headerNavLinkAccent{color:#fff;letter-spacing:-.01em;background:linear-gradient(135deg,#f86015 0%,#e8520d 100%);border-radius:8px;align-items:center;gap:6px;padding:7px 16px;font-size:.825rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 1px 3px #f8601540}.app-layout-module__JWvcAG__headerNavLinkAccent:hover{transform:translateY(-1px);box-shadow:0 4px 12px #f8601559}.app-layout-module__JWvcAG__headerRight{align-items:center;gap:6px;display:flex}.app-layout-module__JWvcAG__headerIconBtn{color:#64748b;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.app-layout-module__JWvcAG__headerIconBtn:hover{color:#1e293b;background:#f1f5f9}.app-layout-module__JWvcAG__headerBadge{color:#fff;background:#ef4444;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;font-size:.55rem;font-weight:700;line-height:1;display:flex;position:absolute;top:2px;right:2px}.app-layout-module__JWvcAG__headerDivider{background:#e2e8f0;flex-shrink:0;width:1px;height:28px;margin:0 8px}.app-layout-module__JWvcAG__headerProfile{border-radius:10px;align-items:center;gap:10px;padding:6px 12px 6px 6px;text-decoration:none;transition:background .15s;display:flex}.app-layout-module__JWvcAG__headerProfile:hover{background:#f8fafc}.app-layout-module__JWvcAG__headerProfileLink{color:inherit;border-radius:10px;align-items:center;gap:10px;padding:4px 10px 4px 4px;text-decoration:none;transition:background .15s;display:flex}.app-layout-module__JWvcAG__headerProfileLink:hover{background:#f8fafc}.app-layout-module__JWvcAG__headerAvatar{background:linear-gradient(135deg,var(--role-accent,#002c4b)0%,color-mix(in srgb,var(--role-accent,#002c4b),#000 20%)100%);color:#fff;letter-spacing:.5px;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.7rem;font-weight:700;display:flex;box-shadow:0 0 0 2px #fff,0 0 0 3px #0000000f}.app-layout-module__JWvcAG__headerNameBlock{flex-direction:column;min-width:0;display:flex}.app-layout-module__JWvcAG__headerName{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:.825rem;font-weight:600;line-height:1.2;overflow:hidden}.app-layout-module__JWvcAG__headerRole{color:#94a3b8;letter-spacing:.02em;font-size:.675rem;font-weight:500;line-height:1.2}.app-layout-module__JWvcAG__headerLogoutBtn{cursor:pointer;color:#cbd5e1;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.app-layout-module__JWvcAG__headerLogoutBtn:hover{color:#ef4444;background:#fef2f2}.app-layout-module__JWvcAG__mainContent{flex:1;max-width:100%;padding:32px;overflow:hidden auto}.app-layout-module__JWvcAG__pageTitle{color:#0f172a;margin-bottom:4px;font-size:1.75rem;font-weight:800}.app-layout-module__JWvcAG__pageSubtitle{color:#64748b;margin-bottom:32px;font-size:.95rem}.app-layout-module__JWvcAG__dashboardHeader{justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;display:flex}.app-layout-module__JWvcAG__dashboardHeader .app-layout-module__JWvcAG__pageSubtitle{margin-bottom:0}.app-layout-module__JWvcAG__dashboardCta{color:var(--role-accent,#f86015);white-space:nowrap;border:1.5px solid var(--role-accent,#f86015);letter-spacing:-.01em;background:0 0;border-radius:10px;flex-shrink:0;padding:10px 22px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.app-layout-module__JWvcAG__dashboardCta:hover{background:var(--role-accent,#f86015);color:#fff;transform:translateY(-1px);box-shadow:0 4px 16px #0000001f}.app-layout-module__JWvcAG__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:32px;display:grid}.app-layout-module__JWvcAG__statCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:16px;padding:20px 24px;display:flex}.app-layout-module__JWvcAG__statIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.app-layout-module__JWvcAG__statInfo{flex-direction:column;display:flex}.app-layout-module__JWvcAG__statValue{color:#0f172a;font-size:1.5rem;font-weight:800}.app-layout-module__JWvcAG__statLabel{color:#64748b;font-size:.8rem;font-weight:600}.app-layout-module__JWvcAG__tableWrapper{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.app-layout-module__JWvcAG__tableToolbar{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.app-layout-module__JWvcAG__searchInput{border:1px solid #e2e8f0;border-radius:8px;outline:none;width:260px;padding:9px 14px;font-family:inherit;font-size:.875rem;transition:border-color .15s}.app-layout-module__JWvcAG__searchInput:focus{border-color:var(--role-accent,#002c4b)}.app-layout-module__JWvcAG__filterSelect{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;outline:none;padding:9px 14px;font-family:inherit;font-size:.875rem}.app-layout-module__JWvcAG__bulkActions{align-items:center;gap:8px;display:flex}.app-layout-module__JWvcAG__bulkBtn{cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s}.app-layout-module__JWvcAG__bulkBtnDanger{color:#dc2626;background:#fef2f2}.app-layout-module__JWvcAG__bulkBtnDanger:hover{background:#fee2e2}.app-layout-module__JWvcAG__selectedCount{color:#64748b;font-size:.8rem;font-weight:600}.app-layout-module__JWvcAG__dataTable{border-collapse:collapse;text-align:left;width:100%}.app-layout-module__JWvcAG__dataTable th{color:#64748b;text-transform:uppercase;letter-spacing:.04em;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:12px 20px;font-size:.8rem;font-weight:700}.app-layout-module__JWvcAG__dataTable td{color:#334155;border-bottom:1px solid #f1f5f9;padding:14px 20px;font-size:.875rem}.app-layout-module__JWvcAG__dataTable tr:last-child td{border-bottom:none}.app-layout-module__JWvcAG__dataTable tbody tr:hover{background:#fafbfc}.app-layout-module__JWvcAG__checkbox{width:16px;height:16px;accent-color:var(--role-accent,#002c4b);cursor:pointer}.app-layout-module__JWvcAG__statusBadge{text-transform:uppercase;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.app-layout-module__JWvcAG__statusOpen{color:#16a34a;background:#f0fdf4}.app-layout-module__JWvcAG__statusBezig{color:#2563eb;background:#eff6ff}.app-layout-module__JWvcAG__statusCompleted{color:#64748b;background:#f8fafc}.app-layout-module__JWvcAG__statusAfgerond{color:#16a34a;background:#f0fdf4}.app-layout-module__JWvcAG__statusGeannuleerd{color:#dc2626;background:#fef2f2}.app-layout-module__JWvcAG__actionGroup{gap:4px;display:flex}.app-layout-module__JWvcAG__actionBtn{cursor:pointer;color:#94a3b8;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;transition:all .15s;display:flex}.app-layout-module__JWvcAG__actionBtn:hover{color:#0f172a;background:#f1f5f9}.app-layout-module__JWvcAG__actionBtnDanger:hover{color:#dc2626;background:#fef2f2}.app-layout-module__JWvcAG__emptyState{text-align:center;color:#94a3b8;padding:60px 20px;font-size:.9rem}.app-layout-module__JWvcAG__mobileMenuBtn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:none}.app-layout-module__JWvcAG__mobileMenuBtn:hover{color:#0f172a;background:#f1f5f9}.app-layout-module__JWvcAG__mobileCloseBtn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:none}.app-layout-module__JWvcAG__mobileCloseBtn:hover{color:#0f172a;background:#e2e8f0}.app-layout-module__JWvcAG__mobileBackdrop{-webkit-backdrop-filter:blur(4px);z-index:45;background:#0006;display:none;position:fixed;inset:0}@media (max-width:900px){.app-layout-module__JWvcAG__sidebar{width:72px;padding:20px 8px}.app-layout-module__JWvcAG__sidebarLogo{justify-content:center}.app-layout-module__JWvcAG__navItem span{display:none}.app-layout-module__JWvcAG__navItem{justify-content:center;padding:12px}.app-layout-module__JWvcAG__navItemBtn span{display:none}.app-layout-module__JWvcAG__navItemBtn{justify-content:center;padding:12px}.app-layout-module__JWvcAG__navSectionLabel,.app-layout-module__JWvcAG__profileInfo{display:none}.app-layout-module__JWvcAG__profileCard{justify-content:center;padding:8px}.app-layout-module__JWvcAG__logoutBtn span{display:none}.app-layout-module__JWvcAG__logoutBtn{justify-content:center}.app-layout-module__JWvcAG__mainArea{margin-left:72px!important}.app-layout-module__JWvcAG__headerName,.app-layout-module__JWvcAG__collapseBtn{display:none}.app-layout-module__JWvcAG__dashboardHeader{flex-direction:column;align-items:flex-start;gap:16px}.app-layout-module__JWvcAG__statsGrid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:768px){.app-layout-module__JWvcAG__sidebar{z-index:50;width:280px;box-shadow:none;padding:28px 16px;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;transform:translate(-100%)}.app-layout-module__JWvcAG__sidebarMobileOpen{transform:translate(0);box-shadow:8px 0 30px #00000026}.app-layout-module__JWvcAG__sidebarCollapsed{width:280px;padding:28px 16px}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__navItem{justify-content:flex-start;padding:12px 18px}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__navItem span{display:inline}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__navItemBtn{justify-content:flex-start;padding:12px 18px}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__navItemBtn span{display:inline}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__navSectionLabel{display:block}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__profileInfo{display:flex}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__profileCard{justify-content:flex-start;padding:12px}.app-layout-module__JWvcAG__sidebar .app-layout-module__JWvcAG__sidebarLogo{justify-content:flex-start}.app-layout-module__JWvcAG__mobileBackdrop{display:block}.app-layout-module__JWvcAG__mobileMenuBtn{width:44px;height:44px;display:flex}.app-layout-module__JWvcAG__headerIconBtn{width:44px;height:44px}.app-layout-module__JWvcAG__mobileCloseBtn{display:flex}.app-layout-module__JWvcAG__collapseBtn{display:none}.app-layout-module__JWvcAG__mainArea{width:100%!important;margin-left:0!important}.app-layout-module__JWvcAG__mainContent{padding:20px 16px}.app-layout-module__JWvcAG__appHeader{height:60px;padding:0 16px}.app-layout-module__JWvcAG__headerNav,.app-layout-module__JWvcAG__headerDivider,.app-layout-module__JWvcAG__headerName,.app-layout-module__JWvcAG__headerNameBlock{display:none}.app-layout-module__JWvcAG__headerRoleSwitch{font-size:.75rem}.app-layout-module__JWvcAG__pageTitle{font-size:1.25rem;line-height:1.3}.app-layout-module__JWvcAG__pageSubtitle{margin-top:4px;font-size:.85rem}.app-layout-module__JWvcAG__dashboardHeader{flex-direction:column;align-items:flex-start;gap:12px}.app-layout-module__JWvcAG__dashboardCta{text-align:center;width:100%;padding:8px 16px;font-size:.8rem}.app-layout-module__JWvcAG__statsGrid{grid-template-columns:repeat(2,1fr);gap:10px}.app-layout-module__JWvcAG__statCard{gap:12px;padding:14px 16px}.app-layout-module__JWvcAG__statIcon{border-radius:10px;width:38px;height:38px}.app-layout-module__JWvcAG__statValue{font-size:1.25rem}.app-layout-module__JWvcAG__statLabel{font-size:.7rem}.app-layout-module__JWvcAG__tableWrapper{border-radius:12px;overflow:hidden}.app-layout-module__JWvcAG__tableToolbar{flex-direction:column;align-items:stretch;padding:12px 14px}.app-layout-module__JWvcAG__searchInput,.app-layout-module__JWvcAG__filterSelect{width:100%}.app-layout-module__JWvcAG__dataTable{-webkit-overflow-scrolling:touch;max-width:100%;display:block;overflow-x:auto}.app-layout-module__JWvcAG__dataTable th,.app-layout-module__JWvcAG__dataTable td{white-space:nowrap;padding:10px 14px;font-size:.8rem}.app-layout-module__JWvcAG__emptyState{padding:40px 16px;font-size:.85rem}}@media (max-width:480px){.app-layout-module__JWvcAG__mainContent{padding:16px 12px}.app-layout-module__JWvcAG__statsGrid{grid-template-columns:1fr 1fr;gap:8px}.app-layout-module__JWvcAG__statCard{flex-direction:column;align-items:flex-start;gap:10px;padding:12px}.app-layout-module__JWvcAG__statValue{font-size:1.15rem}.app-layout-module__JWvcAG__pageTitle{font-size:1.2rem}.app-layout-module__JWvcAG__dashboardCta{min-height:44px;padding:8px 12px;font-size:.8rem}.app-layout-module__JWvcAG__statLabel{font-size:.75rem}}.app-layout-module__JWvcAG__floatingChatBtn{background:var(--role-accent,#f86015);color:#fff;cursor:pointer;z-index:50;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;text-decoration:none;transition:all .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 6px 24px #f8601559}.app-layout-module__JWvcAG__floatingChatBtn:hover{transform:translateY(-3px);box-shadow:0 10px 32px #f8601573}.app-layout-module__JWvcAG__floatingChatBadge{color:#fff;background:#dc2626;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:20px;height:20px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-2px;right:-2px}
.ReviewForm-module__NhbkJG__formSplit{background:#fff;border:1px solid #e2e8f0;border-radius:24px;max-width:500px;margin:32px auto;padding:32px;box-shadow:0 10px 30px #002c4b0d}.ReviewForm-module__NhbkJG__header{text-align:center;margin-bottom:24px}.ReviewForm-module__NhbkJG__header h3{color:#002c4b;margin-bottom:8px;font-size:1.5rem}.ReviewForm-module__NhbkJG__header p{color:#64748b;font-size:.9375rem}.ReviewForm-module__NhbkJG__ratingGroup{justify-content:center;gap:8px;margin-bottom:24px;display:flex}.ReviewForm-module__NhbkJG__starButton{cursor:pointer;background:0 0;border:none;padding:4px;transition:transform .1s}.ReviewForm-module__NhbkJG__starButton:hover{transform:scale(1.1)}.ReviewForm-module__NhbkJG__inputGroup{margin-bottom:24px}.ReviewForm-module__NhbkJG__textarea{resize:none;border:1px solid #e2e8f0;border-radius:12px;width:100%;padding:16px;font-size:1rem;transition:all .2s}.ReviewForm-module__NhbkJG__textarea:focus{border-color:#f86015;outline:none;box-shadow:0 0 0 3px #f860151a}.ReviewForm-module__NhbkJG__error{color:#ef4444;text-align:center;background:#fef2f2;border-radius:8px;margin-bottom:24px;padding:12px;font-size:.875rem}.ReviewForm-module__NhbkJG__success{text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:24px;padding:48px 32px}.ReviewForm-module__NhbkJG__success h3{color:#166534;margin-bottom:12px}.ReviewForm-module__NhbkJG__success p{color:#15803d}
