@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap";:root{font-family:Onest,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.2;font-weight:400;color-scheme:light dark;color:#000000de;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body,#root{margin:0;padding:0;width:100vw;height:100vh;box-sizing:border-box}html,body{overscroll-behavior-y:contain}a{text-decoration:none;color:#000}button{border:none;outline:none}.inner{width:100%;height:100%;max-width:1000px;background-color:#fff;display:flex;align-items:center}.modal-wrapper{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10000;overflow:auto;background-color:#fff;border-radius:20px;padding:30px;box-sizing:border-box;max-width:500px;width:100%}@media screen and (max-width: 768px){.modal-wrapper{inset:auto 0 0;transform:none;border-radius:20px 20px 0 0;padding:30px 30px 50px}.modal-wrapper .bid-button{width:100%}}.modal-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.modal-title{font-size:26px;font-weight:700}.modal-close-button{background-color:#f2f1f0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:100px;transition:all .2s;cursor:pointer;-webkit-user-select:none;user-select:none}.modal-close-button-icon{color:#000}.modal-close-button:hover{background-color:#ebeae8}.modal-close-button:active{background-color:#e3e2e1}.modal-buttons{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:20px}@media screen and (max-width: 768px){.modal-buttons{flex-direction:column;gap:10px}}.recommendations{width:100%;height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding-bottom:40px;padding-left:18px;padding-right:18px}.recommendations-title{text-align:left;margin-top:20px;font-size:24px;font-weight:700}.load-more-wrapper{width:100%;display:flex;align-items:center;justify-content:center;margin-top:30px;margin-bottom:10px}.items{margin-top:4px;display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.item-wrapper{cursor:pointer}.item-image-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;border-radius:10px;overflow:hidden}.item-image{object-fit:cover;width:100%;height:245px}.item-badges{position:absolute;top:0;right:0;padding:6px;box-sizing:border-box;display:flex;align-items:end;justify-content:end;flex-direction:column;gap:4px}.item-badge{background-color:#fff;padding:4px 6px;border-radius:5px;display:flex;align-items:center;flex-direction:row;gap:4px;-webkit-user-select:none;user-select:none;box-shadow:#001a3429 0 4px 16px 1px}.item-badge-icon{width:12px;height:12px;color:#737373}.item-badge-text{font-size:12px;font-weight:500;color:#505050}.item-info-wrapper{display:flex;align-items:start;flex-direction:column;margin-top:10px}.item-title{font-size:16px;font-weight:500;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;line-clamp:2;transition:all .1s}.item-title:hover{color:#00f}.item-subinfo{margin-top:6px;display:flex;align-items:start;flex-direction:row;gap:6px}.rating{display:flex;align-items:center;flex-direction:row;gap:2px}.rating-icon{color:orange}.rating-value,.reviews-count{font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;line-height:1}.reviews-count{margin-left:2px}.item-price-wrapper{width:100%;display:flex;align-items:start;justify-content:space-between;flex-direction:row;margin-top:10px;margin-bottom:10px}.item-price-inner.right{display:flex;align-items:end;flex-direction:column}.item-price-title{font-size:12px}.item-price-value{margin-top:4px;font-size:18px;font-weight:600}.item-price-inner.left>.item-price-value{color:#00f}@media screen and (max-width: 768px){.items{grid-template-columns:repeat(2,1fr)}}.stories{width:100%;height:160px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:20px 18px 10px}.stories-wrapper{height:100%;overflow-x:auto;overflow-y:hidden;display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;align-items:center;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.stories-wrapper::-webkit-scrollbar{display:none}.story-wrapper{width:150px;min-width:150px;height:100%;background-color:#f2f1f0;border-radius:12px;display:flex;align-items:end;justify-content:start;padding:10px 12px;box-sizing:border-box;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.story-wrapper:hover{background-color:#ebeae8}.story-wrapper:active{background-color:#e3e2e1}.story-title{font-size:14px;font-weight:500}.subheader{width:100%;height:44px;background-color:#292929;box-sizing:border-box;padding:0 18px;display:flex;align-items:center;justify-content:center;position:sticky;top:0;z-index:2}.subheader-menu{display:flex;align-items:center;flex-direction:row;gap:20px}.subheader-menu-item{font-size:14px;font-weight:500;color:#fff;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.subheader-menu-item:hover,.subheader-menu-item-image-wrapper:hover{opacity:.8}.subheader-menu-item:active,.subheader-menu-item-image-wrapper:active{opacity:.6}.subheader-menu-item-image-wrapper{display:flex;align-items:center;justify-content:center;border-radius:100px;transition:all .2s;position:relative;width:30px;height:30px;background-color:#bfbfbf}.subheader-menu-item-image{width:30px;height:30px;border-radius:100px}.subheader-menu-item-badge-wrapper{position:absolute;background-color:red;height:16px;width:16px;top:-4px;right:-4px;display:flex;align-items:center;justify-content:center;border-radius:100px}.subheader-menu-item-badge-icon{color:#fff;width:10px;height:10px}.subheader-menu-item-icon{width:18px;height:18px;color:#515151}@media screen and (max-width: 768px){.subheader,.subheader-menu{display:none}}.header{width:100%;height:94px;background-color:#fff;box-sizing:border-box;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 10px -10px #0000001a;position:sticky;top:44px;z-index:2;padding:0 18px}.header-logo-wrapper{display:flex;align-items:center;justify-content:center}.header-logo-wrapper.mobile{display:none}.header-logo{height:50px;cursor:pointer}.header-button{background-color:#00f;color:#fff;font-family:Inter;font-size:16px;font-weight:600;padding:0 12px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.header-button:hover{opacity:.8}.header-button:active{opacity:.6}.header-button-icon{color:#f5f7fae6}.header-search-wrapper{position:relative;width:100%;height:44px;background-color:#fff;border-radius:10px;border:2px solid blue;box-sizing:border-box;padding:3px 0 3px 10px;display:flex;align-items:center;flex-direction:row}.search-form{display:flex;align-items:center;width:100%}.header-search{width:100%;height:100%;background-color:transparent;color:#000;font-size:16px;font-weight:500;box-sizing:border-box;outline:none;border:none}.header-search::placeholder{font-family:Onest}.header-search-button{background-color:#00f;color:#fff;font-family:Inter;font-size:16px;font-weight:600;padding:0 20px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:4px;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none}.header-search-button:hover{opacity:.8}.header-search-button:active{opacity:.6}.search-form{display:flex;position:relative}.header-search:focus{border-color:#06c}.clear-button{position:absolute;right:90px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:20px;color:#999;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.clear-button:hover{color:#000}.search-suggestions{position:absolute;top:calc(100% + 10px);left:0;right:0;padding:6px;box-sizing:border-box;background:#fff;border-top:none;border-radius:10px;max-height:400px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #0000001a}.suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background .2s;border-radius:8px}.suggestion-item:hover{background:#f8f9fa}.suggestion-image{width:40px;height:40px;object-fit:cover;border-radius:4px}.suggestion-title{flex:1;font-size:14px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-price{font-weight:600;color:#e91e63;font-size:14px}@media screen and (max-width: 768px){.header{position:relative;top:0}.header-logo-wrapper,.header-logo-wrapper.mobile{display:none}.header-search-wrapper{margin-left:0!important}}.item-page{min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.item-container{max-width:1000px;margin:0 auto;padding:20px 0 16px;box-sizing:border-box}.breadcrumbs{font-size:14px;color:#999;margin-bottom:16px}.breadcrumbs .current{color:#000;font-weight:500}.item-grid{display:grid;grid-template-columns:2fr 1fr;gap:32px;background:#fff;border-radius:12px}.item-gallery{display:flex;flex-direction:column;gap:12px}.main-image img{width:100%;border-radius:8px;aspect-ratio:1;object-fit:cover}.thumbnails{display:flex;gap:8px}.thumb{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid transparent;transition:border .2s}.thumb:hover{border-color:#06c}.thumb img{width:100%;height:100%;object-fit:cover}.item-info{display:flex;flex-direction:column;gap:16px}.item-header{display:flex;justify-content:space-between;align-items:flex-start}.item-page-title{font-size:24px;font-weight:600;margin:0;line-height:1.3}.item-actions{display:flex;gap:8px}.action-btn{width:40px;height:40px;border:1px solid #e0e0e0;background:#fff;color:#000;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.action-btn:hover{border-color:#06c}.action-btn svg.active{color:#e91e63;fill:#e91e63}.item-rating{display:flex;align-items:center;gap:8px;font-size:14px}.stars svg{width:16px;height:16px;color:#ffb300}.stars .filled{fill:#ffb300}.reviews{color:#06c;cursor:pointer}.item-timer{display:flex;align-items:center;gap:14px;font-weight:500;font-size:15px;font-family:Onest}.item-timer svg{width:14px;height:14px;color:#525252;margin-right:2px}.item-prices{display:flex;justify-content:space-between;padding:16px 0;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.price-block{text-align:left}.price-block .label{font-size:13px;color:#999;margin-bottom:4px}.price-block .value{font-size:24px;font-weight:600}.price-block.current .value{font-size:24px;color:#e91e63}.price-block.current{text-align:right}.start{color:#999;text-decoration:line-through}.item-bid{display:flex;gap:12px}.bid-input{max-width:100%;width:100%;box-sizing:border-box;flex:1;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:15px;background-color:transparent;color:#000;font-family:Onest;outline:none}.bid-input::placeholder{font-family:Onest;font-size:15px}.bid-button{padding:0 24px;background:#00f;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;font-family:Onest;transition:all .2s;height:46px}.bid-button:hover{opacity:.8}.bid-button:active{opacity:.6}.item-seller{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f0f0f0}.seller-info{display:flex;align-items:center;gap:8px;font-family:Onest}.seller-info .rating{font-size:12px;font-weight:500;margin-top:2px}.seller-info .name{font-size:16px;font-weight:600}.avatar{width:40px;height:40px;background:#06c;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600}.contact-btn{padding:8px 16px;border:1px solid #0066cc;background:#fff;color:#06c;border-radius:8px;font-size:14px;cursor:pointer;font-weight:500;font-family:Onest;transition:all .2s}.contact-btn:hover{opacity:.8}.contact-btn:active{opacity:.6}.item-delivery{display:flex;flex-direction:column;gap:12px;font-size:14px;color:#666}.delivery-item{display:flex;align-items:center;gap:8px}.delivery-item svg{color:#06c}.item-details{width:100%;margin-top:10px;border-radius:12px;padding:24px 0;font-family:Onest!important}.tabs{overflow-y:hidden;overflow-x:scroll;display:flex;gap:24px;border-bottom:1px solid #f0f0f0;margin-bottom:16px}.tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;padding:12px 0;font-weight:500;border:none;background:none;font-size:16px;color:#666;cursor:pointer;position:relative;font-family:Onest!important}.tab.active{color:#000}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#00f}.tab-content{line-height:1.6;color:#333}@media (max-width: 768px){.item-container{padding:20px 18px 16px}.item-grid{grid-template-columns:1fr}.item-prices{flex-direction:row;gap:12px}.item-bid{flex-direction:column}}.login-container{display:flex;justify-content:center;align-items:center;font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-form{background:#fff;padding:32px;border-radius:16px;width:100%;max-width:400px;display:flex;flex-direction:column;gap:20px}.login-title{font-size:24px;font-weight:600;text-align:center;margin:0;color:#1a1a1a}.input-group{position:relative}.login-input{width:100%;padding:14px 50px 16px 14px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border .2s;box-sizing:border-box;background-color:transparent;font-family:Onest;color:#000}.login-input:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.login-input::placeholder{color:#999}.show-password-button{background-color:#e0e0e0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:all .2s;border-radius:6px;position:absolute;right:10px;top:10px}.show-password-button:hover{opacity:.8}.show-password-button:active{opacity:.6}.show-password-button-icon{width:14px;height:14px;color:gray}.login-textarea{width:100%;padding:14px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border .2s,box-shadow .2s;box-sizing:border-box;background-color:transparent;font-family:Onest;color:#000;resize:vertical;min-height:120px}.login-textarea:focus{outline:none;border-color:#06c;box-shadow:0 0 0 3px #0066cc1a}.login-textarea::placeholder{color:#999}.login-textarea::-webkit-scrollbar{width:8px}.login-textarea::-webkit-scrollbar-track{background:transparent}.login-textarea::-webkit-scrollbar-thumb{background:silver;border-radius:4px}.login-textarea::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.login-options{display:flex;justify-content:space-between;align-items:center;font-size:14px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;color:#1a1a1a}.checkbox{opacity:0;position:absolute}.checkmark{width:18px;height:18px;border:2px solid #ccc;border-radius:4px;position:relative;transition:all .2s}.checkbox:checked+.checkmark{background:#06c;border-color:#06c}.checkbox:checked+.checkmark:after{content:"✓";position:absolute;color:#fff;font-size:12px;top:50%;left:50%;transform:translate(-50%,-50%)}.forgot-link{color:#06c;text-decoration:none;font-weight:500}.forgot-link:hover{text-decoration:underline}.login-button{background:#06c;color:#fff;border:none;padding:14px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s;-webkit-user-select:none;user-select:none}.login-button:hover{background:#05a}.login-button.disabled{opacity:.6;cursor:disabled}.divider{text-align:center;position:relative;margin:8px 0;color:#999;font-size:14px}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0;z-index:0}.divider span{background:#fff;padding:0 12px;position:relative;z-index:1}.social-login{display:flex;justify-content:center;gap:12px}.social-btn{width:48px;height:48px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:transform .2s}.social-btn:hover{transform:translateY(-2px)}.social-btn.vk{background:#4680c2;color:#fff}.social-btn.yandex{background:#fc0;color:#000}.social-btn.ok{background:#ee8208;color:#fff}.social-btn.google{background:#db4437;color:#fff}.register-link-wrapper{text-align:center}.register-text{margin:0 0 12px;color:#666;font-size:14px}.register-button{display:inline-block;padding:12px 24px;border:1px solid #0066cc;border-radius:8px;color:#06c;text-decoration:none;font-weight:600;font-size:15px;transition:all .2s}.register-button:hover{background:#f0f8ff}.terms{font-size:12px;color:#999;text-align:center;line-height:1.5;margin-top:16px}.terms-link{color:#06c;text-decoration:underline}.terms-link:hover{text-decoration:none}@media (max-width: 480px){.login-form{padding:24px;border-radius:12px}.social-login{gap:10px}.social-btn{width:44px;height:44px}}.my-bids-page{background:#fff;min-height:100vh;padding:10px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-title{text-align:left;font-size:24px;font-weight:700;margin-bottom:20px}.empty-state{text-align:center;padding:60px 20px;color:#666}.empty-state p{font-size:18px;margin-bottom:24px}.btn-primary{display:inline-block;padding:12px 24px;background:#06c;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.btn-primary:hover{background:#05a}.bids-list{display:grid;gap:16px}.bid-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.bid-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.bid-image{position:relative;width:180px;flex-shrink:0}.bid-image img{width:100%;height:220px;object-fit:cover}.ending-soon{position:absolute;top:8px;left:8px;background:#e91e63;color:#fff;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:600}.bid-info{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.bid-title{font-size:16px;font-weight:500;margin:0;color:#1a1a1a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bid-timer{display:flex;align-items:center;gap:6px;font-size:14px;color:#666}.bid-timer .urgent{color:#e91e63;font-weight:600}.bid-prices{display:flex;flex-direction:column;gap:4px;margin-top:4px}.price-row{display:flex;justify-content:space-between;font-size:14px}.price-row .label{color:#999}.price-row .value{font-weight:600}.price-row .current{color:#e91e63;font-size:16px}.my-bid{font-size:16px;display:flex;align-items:center;gap:6px}.my-bid.leading{color:#28a745}.my-bid.losing{color:#dc3545}.leader-icon{color:#28a745;font-size:14px}.loser-icon{color:#dc3545;font-size:14px}.bid-status{margin-top:auto;padding-top:8px;border-top:1px solid #f0f0f0;font-size:14px;font-weight:500}.status.leading{color:#28a745}.status.losing{color:#dc3545}@media (max-width: 768px){.bid-card{flex-direction:column}.bid-image,.bid-image img{width:100%;height:180px}.my-bid,.price-row .current{font-size:12px;white-space:nowrap}.page-title{font-size:24px}.bids-list{grid-template-columns:repeat(2,1fr)}}.create-listing-page{min-height:100vh;padding:20px 0;font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.container{max-width:1000px;margin:0 auto;padding:0 16px}.create-form{display:flex;flex-direction:column;gap:32px}.form-section{background:#fff;padding:24px;border-radius:12px;box-shadow:0 1px 10px #0000001a}.form-section h2{font-size:18px;font-weight:600;margin:0 0 16px;display:flex;align-items:center;gap:8px;color:#1a1a1a}.section-content{display:flex;flex-direction:column;gap:16px}.input-group{display:flex;flex-direction:column;gap:6px}.input-group label{font-size:14px;font-weight:500;color:#333}.input-wrapper{position:relative}.input-wrapper .input-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#999}.input-create{padding:12px 16px;box-sizing:border-box;width:100%;background-color:transparent;color:#000;font-family:Onest}input,textarea,select{width:100%;border:1px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:#06c}.radio-group{display:flex;gap:24px}.radio-group label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500}.image-upload .upload-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:#f0f8ff;border:1px dashed #0066cc;border-radius:8px;cursor:pointer;font-weight:500}.image-upload input{display:none}.image-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:12px;margin-top:12px}.image-preview{position:relative;border-radius:8px;overflow:hidden}.image-preview img{width:100%;height:100px;object-fit:cover}.image-preview button{position:absolute;top:4px;right:4px;background:#0009;color:#fff;border:none;width:24px;height:24px;border-radius:50%;cursor:pointer}.dynamic-row{display:grid;grid-template-columns:1fr 1fr 1fr auto auto;gap:8px;align-items:end}.dynamic-row button{width:36px;height:40px;background:#f0f0f0;border:none;border-radius:8px;cursor:pointer}.submit-button{margin:32px auto 0;padding:16px 48px;background:#06c;color:#fff;border:none;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer}.legal-page{background:#f8f9fa;min-height:100vh;padding:40px 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.container{max-width:1000px;margin:0 auto;padding:0 20px}.page-subtitle{text-align:center;color:#666;font-size:16px;margin-bottom:40px}.legal-grid{display:grid;grid-template-columns:300px 1fr;gap:32px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.legal-nav{background:#f8f9fa;padding:24px;border-right:1px solid #e0e0e0}.nav-item{display:flex;align-items:center;gap:16px;width:100%;padding:16px;background:none;border:none;border-radius:12px;text-align:left;cursor:pointer;transition:all .2s;margin-bottom:8px;color:#000}.nav-item:hover{background:#e6f0ff}.nav-item.active{background:#06c;color:#fff}.nav-item.active .nav-date{color:#fffc}.nav-item svg{font-size:20px;width:24px}.nav-title{font-weight:500;font-size:15px}.nav-date{font-size:12px;color:#999;margin-top:6px}.legal-content{padding:32px;line-height:1.7;color:#333}.legal-content h2{font-size:24px;font-weight:600;margin:0 0 8px;color:#1a1a1a}.update-date{font-size:14px;color:#666;margin-bottom:24px}.legal-content h3{font-size:18px;font-weight:600;margin:32px 0 12px;color:#1a1a1a}.legal-content p{margin:12px 0}.legal-content ul{padding-left:20px;margin:12px 0}.legal-content ul li{margin:8px 0}.legal-content a{color:#06c;text-decoration:underline}.cookies-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}.cookies-table th,.cookies-table td{padding:12px;border:1px solid #e0e0e0;text-align:left}.cookies-table th{background:#f8f9fa;font-weight:600}.legal-footer{text-align:center;margin-top:48px;padding-top:32px;border-top:1px solid #e0e0e0;color:#666;font-size:14px}@media (max-width: 992px){.legal-grid{grid-template-columns:1fr}.legal-nav{border-right:none;border-bottom:1px solid #e0e0e0;padding-bottom:0}.nav-item{border-radius:0;border-bottom:1px solid #eee}.nav-item:last-child{border-bottom:none}}@media (max-width: 576px){.page-title{font-size:26px}.legal-content{padding:20px}}.mobile-navigation{position:fixed;bottom:-1px;left:0;right:0;background-color:#fff;height:60px;padding:0 18px;box-sizing:border-box;align-items:center;justify-content:center;display:none}.mobile-navigation-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:row}.mobile-navigation-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#b7b7b7;transition:all .1s}.mobile-navigation-item.active{color:#000}.mobile-navigation-item-title{font-size:12px;font-weight:500}.mobile-navigation-item-icon-wrapper{display:flex;align-items:center;justify-content:center}.mobile-navigation-item-icon{width:18px;height:18px;margin-bottom:6px}.mobile-navigation-divider{display:none}@media screen and (max-width: 768px){.mobile-navigation{display:flex}.mobile-navigation-divider{display:flex;width:100vw;height:50px}}.profile{max-width:1048px;margin:0 auto;width:100%;box-sizing:border-box;display:flex;align-items:start;justify-content:center;flex-direction:row;padding:24px 24px 10px;position:relative;gap:30px}.profile-left{max-width:280px;width:100%;top:0;display:flex;align-items:start;flex-direction:column;gap:20px}.profile-right{width:100%}.profile-section-title{margin-bottom:24px;font-size:32px;font-weight:700}.profile-section-subtitle{margin:34px 0 26px;font-size:26px;font-weight:700}.profile-section-wrapper{display:flex;flex-direction:column;align-items:start;margin:30px 0}.profile-section--title{font-size:21px;font-weight:700}.profile-section--desc{font-size:15px;font-weight:500;margin:12px 0 16px}.profile-section--button{height:36px;padding:0 14px;font-size:13px;font-weight:400;white-space:nowrap;line-height:16px;transition:all .2s;background-color:#f2f1f0;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;display:flex;align-items:center;justify-content:center}.profile-section--button:hover{background-color:#ebeae8}.profile-section--button:active{background-color:#e3e2e1}.profile-section--user-profile{border-radius:20px;padding:20px;box-sizing:border-box;box-shadow:0 1px 3px #0000000d,0 4px 30px #0000001a;display:flex;align-items:start;flex-direction:column;gap:20px}.profile-section--user-profile-wrapper{display:flex;align-items:start;flex-direction:row;gap:12px}.profile-section--user-profile-name{font-size:20px;font-weight:600;color:#000;margin-bottom:4px}.profile-section--user-profile-desc{font-size:14px;color:#565656}.profile-section--user-profile-desc-black{margin-top:4px;font-size:14px;color:#000}.profile-section--user-profile-avatar-wrapper{display:flex;align-items:center;justify-content:center;border-radius:100px;overflow:hidden;width:80px;height:80px;min-width:80px;background-color:#bfbfbf}.profile-section--user-profile-avatar{width:80px;height:80px}.profile-section--user-profile-icon{width:20px;height:20px;color:#515151}.profile-section--user-profile-actions{display:flex;align-items:center;flex-direction:row;gap:10px}.profile-section--user-profile-actions>.profile-section--button{font-size:15px;height:44px;padding:0 14px}.profile-back-button-wrapper{height:36px;padding:0 14px;font-size:13px;font-weight:400;white-space:nowrap;line-height:16px;transition:all .2s;background-color:#f2f1f0;color:#000;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:8px}@media screen and (max-width: 768px){.profile{flex-direction:column;gap:14px}}.profile-user-avatar{display:flex;align-items:center;justify-content:center;border-radius:100px;overflow:hidden;width:100px;height:100px;background-color:#bfbfbf}.profile-user-avatar-image{width:100px;height:100px}.profile-user-avatar-icon{width:40px;height:40px;color:#515151}.profile-user-name{margin-top:4px;margin-bottom:4px;line-height:1.375;font-size:25px;font-weight:600}.profile-menus-wrapper{display:flex;align-items:start;flex-direction:column;gap:14px;width:100%}.profile-menu-divider{width:100%;background-color:#ebebeb;height:1px}.profile-menu{display:flex;align-items:start;flex-direction:column;gap:10px}.profile-menu-item{font-size:15px;color:#00000080;transition:all .1s;cursor:not-allowed}.profile-menu-item.active{color:#000;cursor:pointer}.profile-menu-item.active:hover{opacity:.8}.profile-menu-item.active:active{opacity:.6}@media screen and (max-width: 768px){.profile-left{width:100%;max-width:100%;display:flex;align-items:center;justify-content:center}.profile-user-info-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column}.profile-user-name{text-align:center}}.warning{width:100%;box-sizing:border-box;padding:12px;background-color:#fff4e5;border-radius:10px}.warning.red{background-color:#fdeded}.warning.red .warning-text{color:#5f2120}.warning.red .warning-icon{color:#d32f2f}.warning-icon-wrapper{display:flex;align-items:start}.warning-icon{color:#ed6c02;width:20px;height:20px}.warning-text{margin-top:8px;color:#663c00;font-size:14px}.warning-actions{display:flex;align-items:start;flex-direction:column;margin-top:10px}.warning-actions .profile-section--button{background-color:#fdacac;border-radius:8px}.warning-actions .profile-section--button:hover{opacity:.8}.warning-actions .profile-section--button:active{opacity:.6}
