.home-page{background-color:#fff;display:flex;flex-direction:column;gap:24px;min-height:100%;width:100%}.home-main-content-wrapper{box-sizing:border-box;display:flex;width:100%}.home-main-content{flex:1 1;min-width:0;width:100%}@media (max-width:1024px){.home-page{gap:20px}}@media (max-width:768px){.home-page{gap:16px}}@media (max-width:640px){.home-page{gap:12px}}.home-page--loading{background-color:#fff}.home-loading{display:flex;flex-direction:column;gap:20px;padding:32px 16px}.home-loading__banner{animation:home-shimmer 1.6s infinite;background:linear-gradient(90deg,#f9f9f9,#e5e5e5 50%,#f9f9f9);background-size:200% 100%;border-radius:16px;height:180px;width:100%}.home-loading__banner--medium{height:120px}.home-loading__row{display:flex;gap:14px}.home-loading__card{animation:home-shimmer 1.6s infinite;background:linear-gradient(90deg,#f9f9f9,#e5e5e5 50%,#f9f9f9);background-size:200% 100%;border-radius:12px;flex:1 1;height:120px}.home-loading__card--small{flex:0.7 1;height:100px}.home-loading__label{color:#778192;font-size:14px;margin:0}@keyframes home-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}body[data-active-section=community] .home-page,body[data-active-section=home] .home-page{background-color:#fff}.rcbs-carousel{box-sizing:border-box;margin:0 auto;max-width:100%;position:relative;width:100%}@media (max-width:1024px){.rcbs-carousel{max-width:90%}}@media (max-width:768px){.rcbs-carousel{max-width:95%}}@media (max-width:640px){.rcbs-carousel{max-width:100%;padding:8px 0}}.rcbs-loading-placeholder{background:#0000;height:500px;width:100%}@media (max-width:1024px){.rcbs-loading-placeholder{height:450px}}@media (max-width:768px){.rcbs-loading-placeholder{height:400px}}@media (max-width:640px){.rcbs-loading-placeholder{height:350px}}.rcbs-slider-wrapper{border-radius:24px;height:500px;overflow:hidden;position:relative;width:100%}@media (max-width:1024px){.rcbs-slider-wrapper{border-radius:20px;height:450px}}@media (max-width:768px){.rcbs-slider-wrapper{border-radius:18px;height:400px}}@media (max-width:640px){.rcbs-slider-wrapper{border-radius:16px;height:350px}}.rcbs-slide{height:100%;position:relative;width:100%}.rcbs-slide-item{align-items:center;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transform:translateX(100%);transition:opacity .2s ease-in-out,transform .2s ease-in-out;visibility:hidden;width:100%}.rcbs-slide-item--active{opacity:1;position:relative;transform:translateX(0);visibility:visible}.rcbs-carousel--next .rcbs-slide-item--active{animation:slideInFromRight .2s ease-in-out}.rcbs-carousel--prev .rcbs-slide-item--active{animation:slideInFromLeft .2s ease-in-out}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.rcbs-slide-blur-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(20px);height:80%;left:0;opacity:.6;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%) scale(1.1);width:100%;z-index:0}.rcbs-slide-blur-bg:after{background:radial-gradient(ellipse 70% 90% at center,#0000 0,#0000 35%,#ffffff1a 45%,#ffffff4d 60%,#fff9 75%,#ffffffe6 90%,#fff 100%);content:"";height:100%;left:0;mix-blend-mode:overlay;pointer-events:none;position:absolute;top:0;width:100%}@media (max-width:1024px){.rcbs-slide-blur-bg{height:75%}.rcbs-slide-blur-bg:after{background:radial-gradient(ellipse 65% 85% at center,#0000 0,#0000 30%,#ffffff1a 40%,#ffffff4d 55%,#fff9 70%,#ffffffe6 85%,#fff 100%)}}@media (max-width:768px){.rcbs-slide-blur-bg{height:70%}.rcbs-slide-blur-bg:after{background:radial-gradient(ellipse 60% 80% at center,#0000 0,#0000 25%,#ffffff1a 35%,#ffffff4d 50%,#fff9 65%,#ffffffe6 80%,#fff 100%)}}@media (max-width:640px){.rcbs-slide-blur-bg{height:65%}.rcbs-slide-blur-bg:after{background:radial-gradient(ellipse 55% 75% at center,#0000 0,#0000 20%,#ffffff1a 30%,#ffffff4d 45%,#fff9 60%,#ffffffe6 75%,#fff 100%)}}.rcbs-slide-image-container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:0;position:relative;width:100%;z-index:1}.rcbs-slide-img{border-radius:24px;display:flex;height:auto;max-height:calc(80% - 20px);max-width:100%;min-height:calc(80% - 40px);object-fit:contain;position:relative;width:auto;z-index:2}@media (max-width:1024px){.rcbs-slide-img{border-radius:20px;max-height:calc(75% - 20px);min-height:calc(75% - 40px)}}@media (max-width:768px){.rcbs-slide-img{border-radius:18px;max-height:calc(70% - 20px);min-height:calc(70% - 40px)}}@media (max-width:640px){.rcbs-slide-img{border-radius:16px;max-height:calc(65% - 20px);min-height:calc(65% - 40px)}}.rcbs-arrows{display:flex;justify-content:space-between;padding:0 20px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:10}@media (max-width:768px){.rcbs-arrows{padding:0 16px}}@media (max-width:640px){.rcbs-arrows{padding:0 12px}}.rcbs-arrow-btn{align-items:center;background-color:#ffffffe6;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-family:monospace;font-size:20px;font-weight:700;height:50px;justify-content:center;pointer-events:all;transition:transform .2s ease;width:50px}.rcbs-arrow-btn:hover{background-color:#fff;transform:scale(1.1)}@media (max-width:768px){.rcbs-arrow-btn{font-size:18px;height:44px;width:44px}}@media (max-width:640px){.rcbs-arrow-btn{font-size:16px;height:40px;width:40px}}.rcbs-dots{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:20px;padding:10px 0}.rcbs-dot{background-color:#0000004d;border:none;border-radius:50%;cursor:pointer;height:10px;padding:0;transition:transform .3s ease;width:10px}.rcbs-dot:hover{transform:scale(1.2)}.rcbs-dot--active{background-color:#fb9800;height:12px;width:12px}@media (max-width:768px){.rcbs-dots{gap:6px;margin-top:16px;padding:8px 0}.rcbs-dot{height:8px;width:8px}.rcbs-dot--active{height:10px;width:10px}}@media (max-width:640px){.rcbs-dots{gap:5px;margin-top:12px;padding:6px 0}.rcbs-dot{height:7px;width:7px}.rcbs-dot--active{height:9px;width:9px}}.rbrand-card{align-items:center;background:#fff;border:5px solid #e6e6e6;border-radius:22px;box-shadow:0 0 0 #0000;cursor:pointer;display:flex;flex-shrink:0;height:130px;justify-content:center;margin:0;padding:0;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease;width:130px}.rbrand-card:hover{border-color:#e0e0e0;box-shadow:0 6px 16px #00000014;transform:translateY(-2px)}.rbrand-card:focus{border-color:#ff9220;box-shadow:0 0 0 3px #ff922040;outline:none}.rbrand-image{display:block;max-height:70%;max-width:70%;object-fit:contain}.rbrand-fallback{color:#666;font-size:14px;font-weight:600;text-align:center}@media (max-width:1024px){.rbrand-card{border-radius:20px;border-width:4px;height:120px;width:120px}.rbrand-image{max-height:68%;max-width:68%}.rbrand-fallback{font-size:13px}}@media (max-width:768px){.rbrand-card{border-radius:18px;border-width:4px;height:110px;width:110px}.rbrand-image{max-height:65%;max-width:65%}.rbrand-fallback{font-size:12px}}@media (max-width:640px){.rbrand-card{aspect-ratio:1;border-radius:16px;border-width:3px;max-width:140px;width:100%}.rbrand-image{max-height:65%;max-width:65%}.rbrand-fallback{font-size:11px}}.static-banner{box-sizing:border-box;max-width:none;width:100%}.static-banner-title{color:#1a1a1b;font-size:18px;font-weight:600;margin:0 0 12px;text-align:left}.static-banner-image-wrap{background:#0000;border:none;border-radius:10px;cursor:pointer;margin:0;overflow:hidden;padding:0;width:100%}.static-banner-image{aspect-ratio:16/6;display:block;height:auto;object-fit:cover;object-position:center center;width:100%}@media (max-width:1024px){.static-banner-image{height:auto}}@media (max-width:768px){.static-banner-image{height:auto}}@media (max-width:480px){.static-banner-image{height:auto}}.home-screen-body{flex:1 1;min-width:0;width:100%}.brand-section,.home-screen-body{display:flex;flex-direction:column;gap:16px}.brand-section--with-banner{gap:0}.brand-section--with-banner .brand-row-wrapper{margin-bottom:16px}.brand-banner-full{margin-bottom:16px;width:100%}.brand-banner-full>*{display:block;overflow:hidden;width:100%}.brand-banner-footer{margin-top:24px}@media (max-width:1024px){.brand-banner-footer{margin-top:20px}}@media (max-width:768px){.brand-banner-footer{margin-top:16px}}@media (max-width:640px){.brand-banner-footer{margin-top:12px}}.brand-row-wrapper{margin-bottom:10px;position:relative;width:100%}@media (max-width:640px){.brand-row-wrapper{margin-bottom:8px}}.brand-row-scroll{-ms-overflow-style:none;display:flex;gap:10px;overflow-x:auto;padding:8px 0;scroll-behavior:smooth;scrollbar-width:none}@media (max-width:768px){.brand-row-scroll{gap:8px;padding:6px 0}}@media (max-width:640px){.brand-row-scroll{gap:6px;padding:4px 0}}.brand-row-scroll::-webkit-scrollbar{display:none}.brand-scroll-next{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:6px;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:36px;z-index:2}.brand-scroll-next:hover{transform:translateY(-50%) scale(1.1)}.brand-scroll-prev{align-items:center;background:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;left:6px;position:absolute;top:50%;transform:translateY(-50%);transition:transform .2s ease;width:36px;z-index:2}.brand-scroll-prev:hover{transform:translateY(-50%) scale(1.1)}@media (max-width:768px){.brand-scroll-next,.brand-scroll-prev{height:32px;left:4px;right:4px;width:32px}}@media (max-width:640px){.brand-scroll-next,.brand-scroll-prev{height:28px;left:2px;right:2px;width:28px}}@media (max-width:1024px){.brand-section,.home-screen-body{gap:12px}.brand-banner-full{margin-bottom:12px}}@media (max-width:768px){.brand-section,.home-screen-body{gap:10px}.brand-banner-full{margin-bottom:10px}.brand-row-wrapper{margin-bottom:8px}}@media (max-width:480px){.brand-section,.home-screen-body{gap:8px}.brand-banner-full{margin-bottom:8px}}.not-found-page{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.not-found-content{color:#fff;max-width:600px;text-align:center}.error-code{font-size:120px;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px #0000004d}.error-title{font-size:32px;font-weight:600;margin-bottom:15px}.error-message{font-size:18px;margin-bottom:30px;opacity:.9}.error-actions{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}.btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .3s ease}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{background:#f0f0f0;box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.btn-secondary{background:#fff3;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#ffffff4d;transform:translateY(-2px)}.brand-page{background:#fff;color:#1f1f1f;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:100vh}.brand-page__feedback{align-items:center;background:#f8f8f8;display:flex;justify-content:center;min-height:100vh;padding:48px 16px}.brand-page__status-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:18px;display:flex;flex-direction:column;gap:16px;padding:32px 36px;text-align:center}.brand-page__status-card h2{color:#1f1f1f;font-size:20px;font-weight:700;margin:0}.brand-page__status-card p{color:#666;font-size:14px;margin:0}.brand-page__status-card button{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:transform .2s ease,background .2s ease}.brand-page__status-card button:hover{background:#fa8a00;transform:translateY(-1px)}.brand-page__status-card--error{background:#dc35450d;border:1px solid #dc354538}.brand-page__status-card--error h2{color:#c82333}.brand-page__spinner{animation:brand-page-spin .9s linear infinite;border:3px solid #fb980040;border-radius:50%;border-top-color:#fb9800;height:40px;width:40px}.brand-page__status-card--error .brand-page__spinner{border-color:#dc3545 #dc354540 #dc354540}@keyframes brand-page-spin{to{transform:rotate(1turn)}}.brand-page__header{align-items:center;background:#fff;border-bottom:1px solid #ececec;display:flex;flex-direction:column;gap:12px;padding:28px 32px 12px;text-align:center}.brand-page__title{color:#0f172a;flex:none;font-size:32px;font-weight:700;margin:0}.brand-page__title-ornament{background:linear-gradient(135deg,#fb9800,#fa8a00);border-radius:999px;box-shadow:0 10px 18px #fb980066;height:4px;width:64px}.brand-page__tabs{background:#fff;border-bottom:1px solid #ececec;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-start;padding:12px 32px 24px}.brand-page__tab{background:#fb98001f;border:none;border-radius:999px;box-shadow:0 12px 30px #fb98001f;color:#0f172a;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.brand-page__tab:hover:not(:disabled){background:#00000014}.brand-page__tab:disabled{cursor:not-allowed;opacity:.4}.brand-page__tab.is-active{background:linear-gradient(135deg,#fb9800,#fa8a00);box-shadow:0 16px 40px #fb980040;color:#fff;transform:translateY(-1px)}.brand-page__content{display:flex;flex:1 1;flex-direction:column;gap:32px;margin:0 auto;padding:32px 24px 48px;width:min(1200px,100%)}.brand-page__section{display:flex;flex-direction:column;gap:24px}.brand-page__actual-grid,.brand-page__campaign-grid,.brand-page__campaigns-grid,.brand-page__product-grid{grid-gap:20px;display:grid;gap:20px}.brand-page__campaign-grid,.brand-page__campaigns-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.brand-page__product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.brand-page__actual-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.brand-page__actual-card{border:none;cursor:pointer;display:block;padding:0}.brand-page__load-more{align-self:center;background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 28px;transition:transform .2s ease,background .2s ease}.brand-page__load-more:hover{background:#fa8a00;transform:translateY(-2px)}.brand-page__empty{background:#00000008;border-radius:18px;color:#666;font-size:16px;padding:48px;text-align:center}.brand-page__toolbar{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:0 auto 28px;max-width:1280px;padding:0}.brand-page__search-field{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex:1 1;gap:12px;height:48px;min-width:280px;padding:0 16px;transition:border-color .2s ease}.brand-page__search-field:focus-within{border-color:#fb9800}.brand-page__search-icon{color:#7c8296;flex-shrink:0;font-size:18px}.brand-page__search-input{background:#0000;border:none;color:#1f2028;flex:1 1;font-size:17px;outline:none}.brand-page__search-input::placeholder{color:#9aa0b5}.brand-page__search-clear{align-items:center;background:#0000;border:none;border-radius:50%;color:#7c8296;cursor:pointer;display:flex;height:38px;justify-content:center;transition:background .2s ease,color .2s ease;width:38px}.brand-page__search-clear:hover{background:#7c82961f;color:#fb9800}.brand-page__sort-field{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:10px;height:48px;padding:0 12px;transition:border-color .2s ease}.brand-page__sort-field:focus-within{border-color:#fb9800}.brand-page__sort-label{color:#5a6072;font-size:14px;font-weight:600}.brand-page__sort-select{background:#0000;border:none;color:#1f2028;cursor:pointer;font-size:14px;font-weight:600;outline:none;padding-right:4px}.brand-page__sort-select option{color:#1f2028;font-weight:500}.brand-page__products-empty{align-items:center;background:#0000;border:1px dashed #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:18px;margin-top:24px;padding:60px 40px;text-align:center}.brand-page__products-empty strong{color:#1f2028;font-size:18px;font-weight:700}.brand-page__products-empty span{color:#7c8296;font-size:14px;line-height:1.6;max-width:420px}.brand-page__products-empty button{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:10px 22px;transition:transform .2s ease,background .2s ease}.brand-page__products-empty button:hover{background:#fa8a00;transform:translateY(-1px)}.brand-page__actuals-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));padding:24px 0 12px;width:100%}.brand-page__actual-card{background:#0000;border-radius:18px;transition:transform .2s ease}.brand-page__actual-card:hover{transform:translateY(-3px)}.brand-page__modal-backdrop{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.brand-page__modal-backdrop--dark{background:#030303c7}.brand-page__modal{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;width:min(320px,100%)}.brand-page__modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:18px 22px}.brand-page__modal-header h2{font-size:16px;font-weight:700;margin:0}.brand-page__modal-close{background:#0000;border:none;color:#444;cursor:pointer;font-size:20px;line-height:1}.brand-page__modal-body{display:flex;flex-direction:column;gap:6px;padding:8px}.brand-page__modal-option{background:#0000000a;border:none;border-radius:12px;color:#444;cursor:pointer;font-size:14px;font-weight:600;padding:12px 16px;transition:background .2s ease,transform .2s ease}.brand-page__modal-option:hover{background:#00000012}.brand-page__modal-option.is-active{background:#fb9800;color:#fff}.brand-page__modal-overlay{align-items:center;background:#06070cb3;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1600}.brand-page__actual-modal{background:#0c0d16f0;border-radius:20px;color:#f5f5f5;display:flex;flex-direction:column;gap:18px;padding:22px 24px;width:min(720px,95%)}.brand-page__actual-modal-header{align-items:center;display:flex;font-size:15px;gap:16px;justify-content:space-between}.brand-page__actual-modal-header-info{align-items:baseline;column-gap:12px;display:flex;gap:12px}.brand-page__actual-modal-brand{font-size:17px;font-weight:600;letter-spacing:.3px}.brand-page__actual-modal-counter{color:#f5f5f5b8;font-size:14px;font-weight:500}.brand-page__actual-modal-body{align-items:center;display:flex;gap:24px}.brand-page__actual-modal-close{align-items:center;background:#ffffff14;border:none;border-radius:50%;color:#f5f5f5;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s ease,transform .2s ease,color .2s ease;width:40px}.brand-page__actual-modal-close:hover{background:#fb980033;color:#fb9800;transform:translateY(-1px)}.brand-page__actual-modal-image-wrapper{align-items:center;background:#0f1018;border-radius:18px;display:flex;flex:1 1;justify-content:center;max-height:65vh;overflow:hidden;position:relative;touch-action:none}.brand-page__actual-modal-image-wrapper.is-zoomed{cursor:grab}.brand-page__actual-modal-image-wrapper.is-zoomed:active{cursor:grabbing}.brand-page__actual-modal-image{background-color:#fff;max-height:100%;max-width:50%;object-fit:contain;transition:transform .2s ease;will-change:transform}.brand-page__actual-modal-nav{background:#ffffff1f;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:26px;font-weight:500;height:44px;transition:background .2s ease,transform .2s ease;width:44px}.brand-page__actual-modal-nav:hover:not(:disabled){background:#ffffff2e;transform:translateY(-1px)}.brand-page__actual-modal-nav:disabled{cursor:not-allowed;opacity:.4}.brand-page__actual-modal-footer{align-items:center;display:flex;font-size:14px;gap:20px;justify-content:space-between}.brand-page__actual-modal-zoom{align-items:center;display:flex;gap:12px}.brand-page__actual-modal-zoom button{align-items:center;background:#ffffff1f;border:none;border-radius:12px;color:#f5f5f5;cursor:pointer;display:flex;height:40px;justify-content:center;transition:background .2s ease,transform .2s ease;width:40px}.brand-page__actual-modal-zoom button:hover:not(:disabled){background:#ffffff2e;transform:translateY(-1px)}.brand-page__actual-modal-zoom button:disabled{cursor:not-allowed;opacity:.4}.brand-page__actual-modal-zoom span{font-weight:600;min-width:52px;text-align:center}.brand-page__actual-modal-link{align-items:center;background:#fb980024;border-radius:12px;color:#fb9800;display:inline-flex;font-weight:600;gap:6px;padding:10px 14px;text-decoration:none;transition:background .2s ease,transform .2s ease}.brand-page__actual-modal-link:hover{background:#fb980038;transform:translateY(-1px)}@media (max-width:1024px){.brand-page__header{padding:20px 24px 14px}.brand-page__title{font-size:24px}.brand-page__content{gap:24px;padding:24px 18px 40px}.brand-page__campaign-grid,.brand-page__campaigns-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.brand-page__product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.brand-page__actuals-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.brand-page__toolbar{gap:12px}.brand-page__search-field{gap:10px;height:44px;min-width:200px;padding:0 14px}.brand-page__sort-field{height:44px;padding:0 10px}}@media (max-width:768px){.brand-page__header{align-items:center;flex-direction:row;gap:12px;padding:16px 20px 12px}.brand-page__title{font-size:22px}.brand-page__back-button{font-size:13px;padding:8px 14px}.brand-page__refresh-button{height:36px;width:36px}.brand-page__refresh-button__icon{font-size:16px}.brand-page__tabs{flex-wrap:wrap;gap:10px;padding:10px 20px 20px}.brand-page__tab{flex:1 0 30%;font-size:13px;padding:8px 16px}.brand-page__content{gap:20px;padding:20px 16px 36px}.brand-page__actuals-grid,.brand-page__campaign-grid,.brand-page__campaigns-grid,.brand-page__product-grid{gap:16px;grid-template-columns:1fr}.brand-page__toolbar{align-items:center;flex-direction:row;gap:12px;margin-bottom:20px}.brand-page__search-field{flex:1 1;height:44px;min-width:0;padding:0 14px}.brand-page__search-icon{font-size:18px}.brand-page__search-input{font-size:15px}.brand-page__sort-field{flex-shrink:0;height:44px;min-width:140px;padding:0 12px}.brand-page__sort-select{font-size:14px}.brand-page__actual-modal{padding:16px}.brand-page__actual-modal-body{flex-direction:column}.brand-page__actual-modal-nav{border-radius:12px;width:100%}.brand-page__products-empty{padding:48px 24px}.brand-page__products-empty strong{font-size:16px}.brand-page__products-empty span{font-size:13px}}.brand-page__products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:20px 0;width:100%}@media (max-width:768px){.brand-page__products-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:16px 0}}@media (max-width:640px){.brand-page__header{gap:10px;padding:14px 16px 10px}.brand-page__title{font-size:20px}.brand-page__tabs{gap:8px;padding:8px 16px 16px}.brand-page__tab{font-size:12px;padding:6px 12px}.brand-page__content{gap:16px;padding:16px 12px 32px}.brand-page__toolbar{align-items:center;flex-direction:row;gap:10px;margin-bottom:16px}.brand-page__search-field{flex:1 1;gap:8px;height:40px;min-width:0;padding:0 12px}.brand-page__search-icon{font-size:16px}.brand-page__search-input{font-size:14px}.brand-page__sort-field{flex-shrink:0;height:40px;min-width:120px;padding:0 10px}.brand-page__sort-select{font-size:13px}.brand-page__products-grid{gap:12px;grid-template-columns:1fr;padding:12px 0}.brand-page__products-empty{padding:40px 20px}.brand-page__products-empty strong{font-size:15px}.brand-page__products-empty span{font-size:12px}}.brand-page__skeleton{animation:brand-page-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:8px}@keyframes brand-page-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.brand-page__skeleton--title{height:32px;margin-bottom:12px;width:200px}.brand-page__skeleton--ornament{border-radius:999px;height:4px;width:64px}.brand-page__skeleton--tab{border-radius:999px;height:40px;width:120px}.brand-page__skeleton-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:12px;padding:16px}.brand-page__skeleton--image{border-radius:12px;height:200px;width:100%}.brand-page__skeleton--text{border-radius:4px;height:16px;width:100%}.brand-page__skeleton--text-short{width:60%}@media (max-width:768px){.brand-page__skeleton--title{height:28px;width:160px}.brand-page__skeleton--tab{height:36px;width:100px}.brand-page__skeleton--image{height:180px}}.rcampaign-card{background:#fff;border:1px solid #e3e6ec;border-radius:14px;box-shadow:0 12px 34px #1118270f;cursor:pointer;display:flex;flex-direction:column;min-height:360px;overflow:hidden;position:relative;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.rcampaign-card:focus-visible{border-color:#fb9800;box-shadow:0 0 0 4px #fb980040;outline:none}.rcampaign-card:hover{box-shadow:0 16px 44px #11182724;transform:translateY(-3px)}.rcampaign-card:active{box-shadow:0 10px 24px #1118271f;transform:translateY(0)}.rcampaign-favorite-button{align-items:center;background:#ffffffeb;border:none;border-radius:50%;color:#fb9800;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:14px;top:14px;transition:background .2s ease,transform .2s ease;width:40px;z-index:6}.rcampaign-favorite-button:hover{background:#fb9800;color:#fff;transform:scale(1.06)}.rcampaign-favorite-button.is-active{background:#fb9800;color:#fff}.rcampaign-favorite-button svg{height:20px;width:20px}.rcampaign-image-section{align-items:center;aspect-ratio:4/3;background:linear-gradient(135deg,#fdf2e9,#ffe9ec);display:flex;flex:0 0 auto;justify-content:center;overflow:hidden;position:relative;width:100%}.rcampaign-blur-layer{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(24px);inset:0;opacity:1;position:absolute;transform:scale(1.15);transition:opacity .3s ease}.rcampaign-blur-layer:not(.has-image){filter:none;transform:none}.rcampaign-overlay{inset:0;opacity:.4;position:absolute;z-index:1}.rcampaign-image{height:92%;object-fit:contain;position:relative;transition:transform .3s ease,filter .3s ease;width:92%;z-index:2}.rcampaign-card:hover .rcampaign-image{filter:drop-shadow(0 12px 16px rgba(17,24,39,.24));transform:scale(1.04)}.rcampaign-placeholder{align-items:center;background:#f5f5f5;box-sizing:border-box;color:#666;display:flex;flex-direction:column;font-size:14px;gap:8px;height:100%;justify-content:center;padding:12px;position:relative;text-align:center;width:100%;z-index:2}.rcampaign-placeholder-icon{height:28px;width:28px}.rcampaign-loading-overlay{align-items:center;background:#ffffffb3;display:flex;flex-direction:column;gap:8px;inset:0;justify-content:center;position:absolute;z-index:3}.rcampaign-loading-spinner{animation:rcampaign-spin .9s linear infinite;border:3px solid #fb980033;border-radius:50%;border-top-color:#fb9800;height:32px;width:32px}.rcampaign-retry-text{color:#666;font-size:12px;font-weight:600}@keyframes rcampaign-spin{to{transform:rotate(1turn)}}.rcampaign-content{display:flex;flex:1 1;flex-direction:column;gap:12px;justify-content:space-between;padding:20px 22px 24px}.rcampaign-title{color:#222831;font-size:18px;font-weight:600;line-height:1.3;margin:0}.rcampaign-description{color:#666;font-size:13px;font-weight:500;line-height:1.5;margin:0 0 4px;max-height:4.5em;overflow:hidden}.rcampaign-details-button{align-self:flex-start;background:#0000;border:none;color:#fb9800;cursor:pointer;font-size:13px;font-weight:600;padding:6px 0;transition:color .2s ease}.rcampaign-details-button:hover{color:#e58900}.rcampaign-details-button:focus-visible{outline:none;text-decoration:underline}@media (max-width:768px){.rcampaign-card{flex-direction:column;min-height:0}.rcampaign-image-section{aspect-ratio:16/9;flex-basis:auto;width:100%}.rcampaign-content{padding:18px 16px 20px}.rcampaign-description{max-height:none}}.redikto-product-card{background-color:#fff;border:1px solid #dee2e6;border-radius:12px;box-shadow:0 4px 14px #1718210d;cursor:pointer;display:flex;flex-direction:column;min-height:320px;overflow:hidden;position:relative;transition:transform .22s ease,box-shadow .22s ease;width:100%}.redikto-product-card:hover{box-shadow:0 14px 32px #1718211f;transform:translateY(-3px)}.redikto-product-card:focus-visible{box-shadow:0 0 0 4px #fb980040;outline:none}.redikto-product-card__image-section{align-items:center;background-color:#fff;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:100%}.redikto-product-card__image{height:100%;object-fit:contain;transition:opacity .24s ease,transform .24s ease;width:100%}.redikto-product-card:hover .redikto-product-card__image{transform:scale(1.02)}.redikto-product-card__image.is-hidden{opacity:0}.redikto-product-card__error,.redikto-product-card__loading{align-items:center;background:#ffffffe0;color:#666;display:flex;font-size:13px;gap:8px;inset:0;justify-content:center;position:absolute;z-index:2}.redikto-product-card__error svg{height:28px;width:28px}.redikto-product-card__spinner{animation:redikto-product-card-spin .85s linear infinite;border:3px solid #fb980033;border-radius:50%;border-top-color:#fb9800;height:34px;width:34px}@keyframes redikto-product-card-spin{to{transform:rotate(1turn)}}.redikto-product-card__brand{background-color:#fb9800;color:#222831;letter-spacing:.4px;text-transform:uppercase;top:12px}.redikto-product-card__brand,.redikto-product-card__discount{border-radius:10px;font-size:12px;font-weight:600;left:12px;padding:6px 10px;position:absolute;z-index:3}.redikto-product-card__discount{background-color:#96e072;color:#1f2618;top:48px}.redikto-product-card__favorite{align-items:center;background:#ffffffdb;border:none;border-radius:50%;color:#e74c3c;cursor:pointer;display:flex;height:38px;justify-content:center;position:absolute;right:12px;top:12px;transition:background .2s ease,transform .2s ease;width:38px;z-index:3}.redikto-product-card__favorite:hover{background:#fff;transform:scale(1.08)}.redikto-product-card__favorite.is-active{background:#e74c3c;color:#fff}.redikto-product-card__favorite svg{height:18px;width:18px}.redikto-product-card__content{display:flex;flex:1 1;flex-direction:column;gap:12px;justify-content:space-between;padding:16px}.redikto-product-card__text{display:flex;flex-direction:column;gap:8px}.redikto-product-card__name{color:#222831;font-size:16px;font-weight:600;line-height:1.35;margin:0}.redikto-product-card__info{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:13px;font-weight:500;line-height:1.5;margin:0;overflow:hidden}.redikto-product-card__footer{align-items:center;display:flex;gap:12px;justify-content:space-between}.redikto-product-card__prices{display:flex;flex-direction:column;gap:4px}.redikto-product-card__old-price{color:#838383;font-size:13px;font-weight:600;text-decoration:line-through}.redikto-product-card__current-price{color:#fb9800;font-size:18px;font-weight:700}.redikto-product-card__chevron{color:#333;flex-shrink:0;height:22px;width:22px}@media (max-width:768px){.redikto-product-card{min-height:0}.redikto-product-card__image-section{height:180px}}.ractual-card{background:#0000;border:none;border-radius:16px;box-shadow:none;cursor:pointer;display:block;margin:0;overflow:hidden;padding:0;transition:transform .2s ease,box-shadow .2s ease;width:100%}.ractual-card:hover{box-shadow:0 16px 32px #1118271f;transform:translateY(-2px)}.ractual-card-image-container{align-items:center;aspect-ratio:3/4;background:#0000;border:none;border-radius:16px;display:flex;justify-content:center;position:relative;width:100%}.ractual-card-image{border-radius:14px;box-shadow:0 10px 20px #11182714;max-height:100%;max-width:100%;object-fit:contain;transition:transform .2s ease}.ractual-card:hover .ractual-card-image{transform:scale(1.015)}.ractual-modal-overlay{align-items:center;background:#000000a6;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1600}.ractual-modal-content{border-radius:18px;box-sizing:border-box;flex-direction:column;gap:20px;max-height:80vh;overflow:hidden;padding:28px 28px 72px;position:relative;width:min(720px,90%)}.ractual-modal-close,.ractual-modal-content{align-items:center;background:#fff;display:flex}.ractual-modal-close{border:none;border-radius:50%;box-shadow:0 6px 16px #0000001f;cursor:pointer;height:40px;justify-content:center;position:absolute;right:16px;top:16px;width:40px}.ractual-modal-close svg{height:20px;width:20px}.ractual-modal-image-container{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.ractual-modal-image-container img{max-height:65vh;max-width:100%;object-fit:contain}.ractual-modal-actions{bottom:24px;display:flex;gap:16px;justify-content:center;left:0;position:absolute;right:0}.ractual-action-button{align-items:center;background:#000000bf;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;padding:12px 20px;transition:transform .2s ease,box-shadow .2s ease}.ractual-action-button:hover{box-shadow:0 6px 14px #0000002e;transform:translateY(-1px)}.ractual-action-button svg{height:18px;width:18px}@media (max-width:768px){.ractual-modal-content{padding:24px 20px 72px}.ractual-modal-actions{align-items:stretch;bottom:20px;flex-direction:column}.ractual-action-button{justify-content:center}}.all-brands-page{background:#0000;min-height:100vh;padding:32px 20px 48px}.all-brands-container{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1180px}@media (max-width:1024px){.all-brands-page{padding:24px 16px 40px}.all-brands-container{gap:20px}}@media (max-width:768px){.all-brands-page{padding:20px 16px 32px}.all-brands-container{gap:16px}}@media (max-width:640px){.all-brands-page{padding:16px 12px 24px}.all-brands-container{gap:14px}}.all-brands-topbar{align-items:flex-start;display:flex;flex-direction:column;gap:12px}.all-brands-title{color:#1f2937;font-size:24px;font-weight:700;margin:0}@media (max-width:768px){.all-brands-title{font-size:22px}}@media (max-width:640px){.all-brands-title{font-size:20px}}.all-brands-search{align-items:center;background:#0000;border:1px solid #e2e8f0;border-radius:14px;display:flex;gap:8px;min-width:240px;padding:10px 16px;transition:border-color .2s ease;width:100%}.all-brands-search:focus-within{border-color:#fb9800}.all-brands-search-input{background:#0000;border:none;color:#1f2937;flex:1 1;font-size:14px;outline:none}.all-brands-search-input::placeholder{color:#94a3b8}@media (max-width:768px){.all-brands-search{border-radius:12px;padding:8px 14px}.all-brands-search-input{font-size:13px}}@media (max-width:640px){.all-brands-search{gap:6px;padding:8px 12px}.all-brands-search-input{font-size:13px}.all-brands-search-input::placeholder{font-size:12px}}.all-brands-clear{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:6px 14px;transition:background .2s ease,transform .2s ease;white-space:nowrap}.all-brands-clear:hover{background:#fa8a00;transform:translateY(-1px)}@media (max-width:640px){.all-brands-clear{font-size:12px;padding:5px 12px}}.all-brands-categories{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.category-chip{align-items:center;background:#0f172a0a;border:1px solid #0f172a1f;border-radius:999px;color:#1f2937;cursor:pointer;display:inline-flex;font-size:13px;font-weight:600;padding:8px 18px;transition:transform .2s ease,background .2s ease,border .2s ease}.category-chip:hover{border-color:#0f172a3d;transform:translateY(-1px)}.category-chip.is-active{background:#fb9800;border-color:#fb9800;color:#fff}.all-brands-grid{grid-gap:18px;align-items:stretch;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.all-brands-grid--skeleton{min-height:240px}@media (max-width:1024px){.all-brands-grid{gap:16px}}@media (max-width:768px){.all-brands-grid{gap:14px}}@media (max-width:640px){.all-brands-grid{gap:12px}}.all-brands-skeleton{align-items:center;animation:all-brands-skeleton-fade 1s ease forwards;background:#fff;border:1px solid #e2e8f0;border-radius:20px;display:flex;flex-direction:column;gap:12px;max-width:220px;padding:18px;width:100%}.all-brands-skeleton__avatar{animation:all-brands-shimmer 1.5s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:18px;height:72px;width:72px}.all-brands-skeleton__text{display:flex;flex-direction:column;gap:8px;width:100%}.all-brands-skeleton__line{animation:all-brands-shimmer 1.5s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:999px;height:12px;width:100%}.all-brands-skeleton__line--short{width:60%}@keyframes all-brands-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes all-brands-skeleton-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.all-brands-categories{gap:10px}.category-chip{font-size:12px;padding:7px 16px}}@media (max-width:640px){.all-brands-categories{gap:8px}.category-chip{font-size:12px;padding:6px 14px}}.category-chip-count{background:#fff3;border-radius:999px;display:inline-flex;font-size:11px;font-weight:600;min-width:22px;padding:2px 8px}.all-brands-state,.category-chip-count{align-items:center;justify-content:center}.all-brands-state{color:#4b5563;display:flex;flex-direction:column;padding:40px 20px;text-align:center}@media (max-width:768px){.all-brands-state{padding:32px 16px}}@media (max-width:640px){.all-brands-state{padding:24px 12px}.all-brands-state p{font-size:14px}}.error-text{color:#b91c1c;font-weight:600}.retry-button{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 18px;transition:transform .2s ease,background .2s ease}.retry-button:hover{background:#fa8a00;transform:translateY(-1px)}.all-campaigns-page{background:#0000;min-height:100vh;padding:32px 20px 48px}.all-campaigns-container{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1180px}.all-campaigns-topbar{align-items:center;display:flex;gap:16px;justify-content:flex-start}.all-campaigns-title{color:#1f2937;font-size:24px;font-weight:700;margin:0}.all-campaigns-refresh-button{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1f2937;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 18px;transition:all .2s ease}.all-campaigns-refresh-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px)}.all-campaigns-refresh-button.is-refreshing,.all-campaigns-refresh-button:disabled{cursor:not-allowed;opacity:.6}.all-campaigns-content{display:flex;flex-direction:column;gap:48px}.all-campaigns-skeleton-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));width:100%}.all-campaigns-skeleton-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 12px 32px #0f172a14;display:flex;flex-direction:column;gap:14px;min-height:280px;padding:24px}.all-campaigns-skeleton-line{animation:all-campaigns-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:999px;height:12px}.all-campaigns-skeleton-line--title{height:18px;width:70%}.all-campaigns-skeleton-line--subtitle{width:40%}.all-campaigns-skeleton-line--body{width:100%}.all-campaigns-skeleton-line--footer{height:14px;width:50%}@keyframes all-campaigns-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.all-campaigns-brand-panel{border-bottom:1px solid #e2e8f0cc;padding:12px 0}.all-campaigns-brand-panel:last-child{border-bottom:none}.all-campaigns-brand-panel__toggle{align-items:center;background:#0000;border:none;color:#0f172a;cursor:pointer;display:flex;font-size:18px;font-weight:700;gap:12px;justify-content:space-between;padding:0;text-align:left;width:100%}.all-campaigns-brand-panel__toggle.is-open{color:#ff9220}.all-campaigns-brand-panel__chevron{font-size:24px;font-weight:300;line-height:1}.all-campaigns-brand-panel__content{padding:16px 0 28px}.all-campaigns-cards-grid{grid-gap:20px;align-items:start;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.all-campaigns-card-item{display:flex;transform:scale(.9);transform-origin:center;width:100%}.all-campaigns-card-item>*{width:100%}.all-campaigns-loading{align-items:center;color:#4b5563;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.all-campaigns-spinner{animation:all-campaigns-spin 1s linear infinite;border:4px solid #64748b26;border-radius:50%;border-top-color:#ff9220;height:40px;margin-bottom:16px;width:40px}@keyframes all-campaigns-spin{to{transform:rotate(1turn)}}.all-campaigns-loading p{color:#64748b;font-size:14px;margin:0}.all-campaigns-error{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:60px 20px;text-align:center}.all-campaigns-error h2{color:#1f2937;font-size:20px;font-weight:700;margin:0 0 12px}.all-campaigns-error p{color:#b91c1c;font-size:14px;margin:0 0 24px}.all-campaigns-retry-button{background:#ff9220;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:transform .2s ease,background .2s ease}.all-campaigns-retry-button:hover{background:#e67e22;transform:translateY(-2px)}.all-campaigns-empty{align-items:center;display:flex;justify-content:center;padding:60px 20px;text-align:center}.all-campaigns-empty p{color:#64748b;font-size:16px;margin:0}.all-campaigns-snackbar{align-items:center;animation:all-campaigns-snackbar-slide-up .3s ease;background:#1f2937;border-radius:8px;bottom:24px;box-shadow:0 8px 24px #00000026;color:#fff;display:flex;gap:16px;left:50%;padding:14px 20px;position:fixed;transform:translateX(-50%);z-index:1000}@keyframes all-campaigns-snackbar-slide-up{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.all-campaigns-snackbar p{font-size:14px;margin:0}.all-campaigns-snackbar-close{align-items:center;background:none;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:18px;height:24px;justify-content:center;padding:0;transition:background .2s ease;width:24px}.all-campaigns-snackbar-close:hover{background:#fff3}@media (max-width:1200px){.all-campaigns-cards-grid{gap:16px;grid-template-columns:repeat(3,1fr)}.all-campaigns-card-item{transform:scale(.85)}}@media (max-width:1024px){.all-campaigns-cards-grid{gap:16px;grid-template-columns:repeat(2,1fr)}.all-campaigns-card-item{transform:scale(.9)}.all-campaigns-brand-panel__content{padding:12px 0 24px}}@media (max-width:768px){.all-campaigns-page{padding:24px 16px 40px}.all-campaigns-topbar{align-items:stretch;flex-direction:column}.all-campaigns-refresh-button{justify-content:center;width:100%}.all-campaigns-title{font-size:22px}.all-campaigns-brand-title{font-size:20px;padding-left:16px}.all-campaigns-cards-grid{gap:14px;grid-template-columns:repeat(2,1fr)}.all-campaigns-card-item{transform:scale(.9)}.all-campaigns-content{gap:32px}.all-campaigns-brand-panel__content{padding:12px 0 20px}}@media (max-width:480px){.all-campaigns-cards-grid{grid-template-columns:1fr}.all-campaigns-card-item{transform:scale(1)}.all-campaigns-brand-panel{padding:10px 0}.all-campaigns-brand-panel__toggle{font-size:16px}.all-campaigns-snackbar{left:16px;right:16px;transform:none}@keyframes all-campaigns-snackbar-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.garage-screen{background:#0000;display:flex;flex-direction:column;gap:32px;min-height:100vh;padding:32px 24px 64px}@media (max-width:1024px){.garage-screen{gap:24px;padding:24px 16px 48px}}@media (max-width:768px){.garage-screen{gap:20px;padding:20px 16px 40px}}@media (max-width:640px){.garage-screen{gap:16px;padding:16px 12px 32px}}.garage-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.garage-notes{color:#4b5563;font-size:15px;line-height:1.5;margin:0}@media (max-width:768px){.garage-notes{font-size:14px}}@media (max-width:640px){.garage-notes{font-size:13px}}.garage-toolbar__right{align-items:center;display:flex;gap:12px}.garage-toolbar select{background:#fff;border:1px solid #d1d5db;border-radius:10px;color:#1f2937;font-size:14px;padding:8px 12px}.garage-refresh{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.garage-refresh:disabled{cursor:wait;opacity:.7}.garage-refresh:not(:disabled):hover{background:#fa8a00;box-shadow:0 12px 24px #fb980047;transform:translateY(-1px)}@media (max-width:640px){.garage-refresh{font-size:13px;padding:7px 14px}}.garage-section{background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:24px;padding:0}.garage-section__header{align-items:center;display:flex;gap:16px;justify-content:space-between}.garage-section__header h2{color:#1f2937;font-size:22px;font-weight:700;margin:0}.garage-section__header span{align-items:center;background:#fb98001f;border-radius:16px;color:#fb9800;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;padding:6px 12px}@media (max-width:768px){.garage-section__header h2{font-size:20px}.garage-section__header span{font-size:12px;padding:5px 10px}}@media (max-width:640px){.garage-section__header h2{font-size:18px}.garage-section__header span{font-size:11px;padding:4px 8px}}.garage-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (max-width:1024px){.garage-cards{gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width:768px){.garage-cards{gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:640px){.garage-cards{gap:14px;grid-template-columns:1fr}}.garage-card{background:#0000;border:1px solid #e5e7eb;border-radius:20px;display:flex;flex-direction:column;gap:16px;padding:20px;transition:box-shadow .2s ease,transform .2s ease}.garage-card:hover{box-shadow:0 20px 45px #0f172a24;transform:translateY(-4px)}.garage-card--active{background:#fb98000d;border-color:#fb9800}@media (max-width:768px){.garage-card{border-radius:16px;gap:14px;padding:16px}}@media (max-width:640px){.garage-card{border-radius:14px;gap:12px;padding:14px}}.garage-card__header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.garage-card__title h3{color:#111827;font-size:18px;font-weight:700;margin:0}.garage-card__city{color:#fb9800;font-size:13px;font-weight:600;text-transform:uppercase}@media (max-width:768px){.garage-card__title h3{font-size:16px}.garage-card__city{font-size:12px}}@media (max-width:640px){.garage-card__title h3{font-size:15px}.garage-card__city{font-size:11px}}.garage-card__badge{background:#1f29371a;border-radius:14px;color:#1f2937;font-size:12px;font-weight:600;letter-spacing:.4px;padding:6px 12px}.garage-card__badge--active{background:#fb980024;color:#fb9800}@media (max-width:640px){.garage-card__badge{font-size:11px;padding:5px 10px}}.garage-card__address{color:#4b5563;font-size:14px;line-height:1.5;margin:0}@media (max-width:640px){.garage-card__address{font-size:13px}}.garage-card__info{grid-gap:10px;background:#0000;border-radius:14px;display:grid;gap:10px;padding:12px}.garage-card__info-row{align-items:center;color:#4b5563;display:flex;font-size:13px;gap:8px;overflow:hidden;text-overflow:ellipsis}@media (max-width:640px){.garage-card__info{gap:8px;padding:10px}.garage-card__info-row{font-size:12px;gap:6px}}.garage-card__status{background:#0000;border:1px solid #e5e7eb;border-radius:14px;padding:12px}@media (max-width:640px){.garage-card__status{border-radius:12px;padding:10px}.garage-card__current{font-size:12px;gap:6px}.garage-card__dates{gap:12px}.garage-card__dates span{font-size:11px}.garage-card__dates strong{font-size:12px}}.garage-card__status--current{background:#22c55e1f;border-color:#22c55e66}.garage-card__current{align-items:center;color:#16a34a;display:flex;font-weight:600;gap:8px}.garage-card__dates{display:flex;gap:16px}.garage-card__dates span{color:#6b7280;display:block;font-size:12px;margin-bottom:2px}.garage-card__dates strong{color:#1f2937;font-size:13px}.garage-card__actions{display:flex;gap:12px;justify-content:space-between}.garage-card__actions button{align-items:center;background:#0000;border:1px solid #fb980066;border-radius:12px;color:#fb9800;cursor:pointer;display:flex;flex:1 1;font-size:13px;font-weight:600;gap:6px;justify-content:center;padding:10px 0;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.garage-card__actions button:hover{background:#fb980014;box-shadow:0 16px 28px #fb980026;transform:translateY(-1px)}@media (max-width:640px){.garage-card__actions{gap:8px}.garage-card__actions button{font-size:12px;gap:4px;padding:8px 0}}.garage-empty,.garage-error,.garage-loading{align-items:center;background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f172a14;color:#4b5563;display:flex;flex-direction:column;gap:16px;margin:auto;padding:32px;text-align:center}.garage-empty-icon{font-size:48px}.garage-error h2{color:#1f2937;margin:0}.garage-error button{background:#ef4444;border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:10px 22px}.garage-loading--skeleton{padding:32px;width:100%}.garage-loading-text{color:#475569;font-size:15px;font-weight:600}.garage-skeleton-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1180px;width:100%}.garage-card--skeleton-placeholder{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 10px 30px #0f172a14;display:flex;flex-direction:column;gap:14px;min-height:320px;padding:24px;width:100%}.garage-skeleton-line{animation:garage-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:999px;height:14px;width:100%}.garage-skeleton-line--title{height:20px;margin-bottom:8px;max-width:70%}.garage-skeleton-line--subtitle{height:14px;max-width:50%}.garage-skeleton-line--body{height:12px}.garage-skeleton-line--action{border-radius:12px;flex:1 1;height:36px}.skeleton-badge{animation:garage-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:14px;height:28px;width:80px}@keyframes garage-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.garage-empty,.garage-error,.garage-loading{border-radius:20px;padding:24px}.garage-empty-icon{font-size:40px}.garage-error h2{font-size:18px}.garage-error button{font-size:14px;padding:8px 18px}}@media (max-width:640px){.garage-empty,.garage-error,.garage-loading{border-radius:16px;gap:12px;padding:20px}.garage-empty-icon{font-size:36px}.garage-error h2{font-size:16px}.garage-error button{font-size:13px;padding:7px 16px}}.special-campaign-card-container{margin:0 16px 16px}.special-campaign-card{background-color:#f9f9f9;border:1px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.special-campaign-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.special-campaign-card-image{display:block;height:200px;object-fit:cover;width:100%}.special-campaign-card-placeholder{align-items:center;background-color:#f0f0f0;display:flex;height:200px;justify-content:center;width:100%}.special-campaign-card-placeholder-text{color:#999;font-size:16px;font-weight:600}.special-campaign-card-content{display:flex;flex-direction:column;gap:6px;padding:16px}.special-campaign-card-title{-webkit-line-clamp:2;color:#222831;font-size:16px;line-height:24px;margin:0 0 8px}.special-campaign-card-brand,.special-campaign-card-title{-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;overflow:hidden}.special-campaign-card-brand{-webkit-line-clamp:1;color:#ffd66b;font-size:13px;margin:0 0 6px}.special-campaign-card-stock-info{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:15px;font-weight:600;line-height:20px;margin:0 0 8px;overflow:hidden}.special-campaign-card-date-container{align-items:center;display:flex;gap:4px;margin-bottom:8px}.special-campaign-card-date-label{color:#666;font-size:12px;font-weight:600}.special-campaign-card-date-value{color:#fb9800;font-size:13px;font-weight:600}.special-campaign-card-button{align-items:center;background-color:#fb9800;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin-top:12px;padding:12px 20px;transition:background-color .2s ease,transform .1s ease}.special-campaign-card-button:hover{background-color:#fb9800;transform:scale(1.02)}.special-campaign-card-button:active{transform:scale(.98)}.special-campaign-card-button:disabled{cursor:not-allowed;opacity:.6}.special-campaign-card-button-text{color:#f9f9f9;font-size:13px;font-weight:600;margin-right:8px}.special-campaign-card-button svg{flex-shrink:0}@media (max-width:768px){.special-campaign-card-container{margin:0 12px 12px}.special-campaign-card-image{height:180px}.special-campaign-card-content{padding:14px}.special-campaign-card-title{font-size:15px}}@media (max-width:480px){.special-campaign-card-container{margin:0 8px 8px}.special-campaign-card-image{height:160px}.special-campaign-card-content{padding:12px}.special-campaign-card-title{font-size:14px;line-height:20px}.special-campaign-card-button{padding:10px 16px}}.special-campaigns-page{align-items:flex-start;background:#0000;display:flex;justify-content:center;min-height:100vh;padding:0 0 48px}.special-campaigns-container{display:flex;flex-direction:column;gap:24px;padding:0 24px;width:min(1120px,100%)}.special-campaigns-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:0 0 10px}.special-campaigns-header-content{flex:1 1}.special-campaigns-title{color:#000;font-size:22px;font-weight:600;margin:0 0 4px}.special-campaigns-count{color:#ffd66b;font-size:13px;font-weight:600;margin:0 0 8px}.special-campaigns-notes{color:#666;font-size:13px;font-weight:600;line-height:22px;margin:0 0 10px}.special-campaigns-loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:380px;padding:40px 20px;width:100%}.special-campaigns-loading--skeleton{min-height:0}.special-campaigns-skeleton-list{align-items:stretch;display:flex;flex-direction:column;gap:16px;margin-bottom:16px;width:100%}.special-campaigns-skeleton-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 25px #0f172a14;display:flex;flex-direction:column;gap:12px;margin:0 auto;max-width:1040px;padding:20px;width:100%}.special-campaigns-skeleton-line{animation:special-campaigns-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:999px;height:14px;width:100%}.special-campaigns-skeleton-line--title{height:18px;max-width:70%}.special-campaigns-skeleton-line--body{height:14px}.special-campaigns-skeleton-line--short{max-width:60%}.special-campaigns-skeleton-line--footer{align-self:flex-start;max-width:40%}.special-campaigns-loading-text{color:#6b7280;font-size:14px;font-weight:500;margin-top:4px;text-align:center}@keyframes special-campaigns-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.special-campaigns-skeleton-image{animation:special-campaigns-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0,#e0e0e0 50%,#f0f0f0);background-size:200% 100%;border-radius:12px;height:200px;margin-bottom:16px;width:100%}.special-campaigns-skeleton-content{display:flex;flex-direction:column;gap:12px}.special-campaigns-list{display:flex;flex-direction:column;gap:16px;padding-bottom:20px}.special-campaigns-error{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:40px;text-align:center}.special-campaigns-error-title{color:#000;font-size:22px;font-weight:600;margin:0 0 8px;text-align:center}.special-campaigns-error-text{color:#666;font-size:16px;font-weight:600;line-height:22px;margin:0 0 20px;text-align:center}.special-campaigns-retry-button{background-color:#ffd66b;border:none;border-radius:8px;color:#f9f9f9;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .2s ease,transform .1s ease}.special-campaigns-retry-button:hover{background-color:#fb9800;transform:scale(1.02)}.special-campaigns-retry-button:active{transform:scale(.98)}.special-campaigns-empty{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:40px;text-align:center}.special-campaigns-empty-icon{font-size:64px;margin-bottom:20px}.special-campaigns-empty-title{color:#000;font-size:22px;font-weight:600;margin:0 0 8px;text-align:center}.special-campaigns-empty-subtitle{color:#666;font-size:16px;font-weight:600;line-height:22px;margin:0;text-align:center}.special-campaigns-footer{height:20px}@media (max-width:768px){.special-campaigns-page{padding:16px 0}.special-campaigns-container{padding:0 12px}.special-campaigns-header{padding:16px 12px 8px}.special-campaigns-title{font-size:20px}.special-campaigns-list{gap:12px;padding-bottom:16px}.special-campaigns-empty,.special-campaigns-error,.special-campaigns-loading{min-height:300px;padding:32px 20px}}@media (max-width:480px){.special-campaigns-page{padding:12px 0}.special-campaigns-container{padding:0 8px}.special-campaigns-header{padding:12px 8px 6px}.special-campaigns-title{font-size:18px}.special-campaigns-list{gap:8px}.special-campaigns-empty,.special-campaigns-error,.special-campaigns-loading{min-height:250px;padding:24px 16px}.special-campaigns-empty-icon{font-size:48px;margin-bottom:16px}}.product-detail{background:#fff;width:100%}.product-detail__shell{box-sizing:border-box;display:flex;flex-direction:column;gap:24px;margin:0;width:100%}.product-detail__layout{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1.5fr 1.5fr .6fr;width:100%}.product-detail__top-bar{align-items:center;color:#5f6368;display:flex;gap:16px;justify-content:space-between}.product-detail__back{align-items:center;background:none;border:none;border-radius:12px;color:#ff6b00;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:8px;transition:background .2s ease}.product-detail__back:hover{background:#ff6b0014}.product-detail__breadcrumbs{align-items:center;display:flex;flex-wrap:nowrap;font-size:13px;gap:8px;margin-bottom:20px;margin-top:10px;overflow:hidden;white-space:nowrap;width:100%}.product-detail__breadcrumb-back{background:none;border:none;border-radius:8px;color:#fb9800;cursor:pointer;font-size:13px;font-weight:600;margin-right:4px;padding:4px 8px;transition:background .2s ease}.product-detail__breadcrumb-back:hover{background:#fb98001a}.product-detail__breadcrumb-item{background:none;border:none;color:#7a7f87;cursor:pointer;font-size:13px;padding:4px 0;transition:color .2s ease}.product-detail__breadcrumb-item:hover{color:#fb9800}.product-detail__breadcrumb-separator{color:#7a7f87;-webkit-user-select:none;user-select:none}.product-detail__breadcrumb-current{color:#2b2d33;display:inline-block;font-weight:600;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-detail__gallery{background:#0000;border-radius:0;display:flex;flex-direction:column;gap:16px;margin-top:0;padding:0}.product-detail__main-media{align-items:center;background:#fff;border:1px solid #dbdee4;border-radius:18px;cursor:zoom-in;display:flex;justify-content:center;min-height:420px;overflow:hidden;padding:36px;position:relative}.product-detail__main-media img{max-height:380px;max-width:100%;object-fit:contain}.product-detail__placeholder{align-items:center;color:#a0a5ad;display:flex;font-weight:600;justify-content:center;width:100%}.product-detail__discount{background:#ff6b001f;border:1px solid #ff6b0073;border-radius:12px;color:#ff6b00;font-size:13px;font-weight:700;left:18px;padding:6px 12px;position:absolute;top:18px}.product-detail__main-column{display:flex;flex-direction:column;gap:20px;margin-top:0;padding-top:0}.product-detail__headline{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.product-detail__headline h1{color:#202124;font-size:26px;line-height:1.4;margin:0 0 6px;word-break:break-word}.product-detail__brand-label{color:#5f6368;display:inline-block;font-size:14px;font-weight:600}.product-detail__price-section{display:flex;flex-direction:column;gap:12px;padding-bottom:16px}.product-detail__price-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px}.product-detail__price-divider{background:#e5e7eb;height:1px;width:100%}.product-detail__price-current{color:#ff6b00;font-size:30px;font-weight:700}.product-detail__price-old{color:#9aa0a6;font-size:16px;text-decoration:line-through}.product-detail__price-discount{background:#ff6b001f;border:1px solid #ff6b0040;border-radius:999px;color:#d97706;font-size:13px;font-weight:700;padding:4px 10px}.product-detail__promo-card{background:linear-gradient(135deg,#ff6b001f,#ffc1072e);border:1px solid #ff6b0040;color:#d97706;display:flex;flex-direction:column;gap:6px;padding:16px 18px}.product-detail__actions{grid-gap:12px;align-items:stretch;display:grid;gap:12px;grid-template-columns:1.5fr 1.5fr auto;padding-top:8px}.product-detail__btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;justify-content:center;min-width:140px;padding:14px 24px;transition:transform .15s ease,background .15s ease;width:100%}.product-detail__btn:disabled{cursor:not-allowed;opacity:.6}.product-detail__btn--primary{background:#fb9800;color:#fff}.product-detail__btn--primary:hover{background:#fa8a00;transform:translateY(-1px)}.product-detail__btn--secondary{background:#fff;border:1px solid #fb9800;color:#fb9800}.product-detail__btn--secondary:hover{transform:translateY(-1px)}.product-detail__btn--icon{background:#fff;border:1px solid #e9ecf0;border-radius:50%;color:#ff6b00;height:50px;min-width:50px;padding:0;width:50px}.product-detail__btn--icon.is-active{background:#ffefe2;border-color:#ff6b00;color:#ff6b00}.product-detail__section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:20px}.product-detail__section h2{color:#202124;font-size:18px;margin:0 0 12px}.product-detail__section p{color:#4b5563;font-size:14px;line-height:1.65;margin:0}.product-detail__sidebar{display:flex;flex-direction:column;gap:16px;margin-top:50px}.product-detail__card{background:#0000;border:1px solid #dbdee4;border-radius:16px;box-shadow:none;color:#3c4043;display:flex;flex-direction:column;gap:8px;padding:18px 20px}.product-detail__card h3{color:#202124;font-size:16px;font-weight:700;margin:0}.product-detail__card p{font-size:14px;line-height:1.5;margin:0}.product-detail__promo-card{background:linear-gradient(135deg,#fff8e1,#fff3c4);border:1px solid #ffd54f;border-radius:16px;box-shadow:0 2px 8px #ffc10726;box-sizing:border-box;margin-bottom:32px;max-width:100%;padding:20px 24px;width:100%}.product-detail__promo-content{display:flex;flex-direction:column;gap:8px}.product-detail__promo-content h3{color:#f57c00;font-size:16px;font-weight:700;margin:0}.product-detail__promo-content p{color:#e65100;font-size:14px;font-weight:500;line-height:1.6;margin:0}.product-detail__hint{color:#5f6368;font-size:12px}.product-detail__shimmer-image{aspect-ratio:1;background:#f8fafc;border-radius:16px;overflow:hidden;width:100%}.product-detail__shimmer-box{animation:product-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;height:100%;width:100%}.product-detail__shimmer-title{margin-bottom:24px}.product-detail__shimmer-price{align-items:center;display:flex;gap:12px;margin-bottom:24px}.product-detail__shimmer-actions{display:flex;gap:12px;margin-bottom:32px}.product-detail__shimmer-button{animation:product-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:12px;flex:1 1;height:48px}.product-detail__shimmer-button--icon{flex:0 0 48px;width:48px}.product-detail__shimmer-description{margin-bottom:32px}.product-detail__shimmer-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:24px}.product-detail__shimmer-line{animation:product-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:8px;height:12px;margin-bottom:12px}.product-detail__shimmer-line:last-child{margin-bottom:0}.product-detail__shimmer-line--short{width:50%}.product-detail__shimmer-line--medium{width:65%}.product-detail__shimmer-line--long{width:80%}.product-detail__shimmer-line--price{height:32px;width:120px}@keyframes product-detail-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.product-detail__error{color:#475569;padding:60px 20px;text-align:center}.product-detail__error p{color:#1e293b;font-size:18px;font-weight:500;margin-bottom:24px}.product-detail__error-button{background:linear-gradient(135deg,#ff9220,#ff6b00);border:none;border-radius:12px;box-shadow:0 4px 12px #ff92204d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:200px;padding:14px 32px;transition:all .3s ease}.product-detail__error-button:hover{background:linear-gradient(135deg,#ff6b00,#ff9220);box-shadow:0 6px 20px #ff922066;transform:translateY(-2px)}.product-detail__error-button:active{box-shadow:0 2px 8px #ff92204d;transform:translateY(0)}.product-detail__modal{align-items:center;background:#0f172ab3;display:flex;inset:0;justify-content:center;padding:40px;position:fixed;z-index:1200}.product-detail__modal-content{background:#0f172a;border-radius:22px;padding:32px;position:relative}.product-detail__modal img{max-height:70vh;max-width:min(640px,80vw);object-fit:contain}.product-detail__modal-close{background:#ffffff2e;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:24px;height:36px;position:absolute;right:12px;top:12px;width:36px}.product-detail__modal-nav{align-items:center;display:flex;inset:0;justify-content:space-between;pointer-events:none;position:absolute}.product-detail__modal-nav button{background:#ffffff29;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:32px;height:48px;pointer-events:auto;width:48px}@media (max-width:1024px){.product-detail__shell{gap:20px;width:calc(100% - 32px)}.product-detail__layout{gap:20px;grid-template-columns:1fr 1fr}.product-detail__main-column{margin-top:0;padding-top:calc(14px + 1em)}.product-detail__sidebar{flex-direction:row;gap:16px;grid-column:span 2;margin-top:0}.product-detail__card{min-width:260px}.product-detail__headline h1{font-size:24px}.product-detail__price-current{font-size:28px}}@media (max-width:768px){.product-detail__shell{gap:16px;width:calc(100% - 24px)}.product-detail__layout{display:flex;flex-direction:column;gap:16px;grid-template-columns:1fr}.product-detail__gallery{order:1}.product-detail__main-column{margin-top:0;order:2;padding-top:0}.product-detail__sidebar{display:none;flex-direction:column;margin-top:0;order:3}.product-detail__main-media{padding:20px;width:100%}.product-detail__main-media img{height:auto;object-fit:contain;width:100%}.product-detail__breadcrumbs{font-size:12px;gap:6px}.product-detail__breadcrumb-back{font-size:12px;padding:3px 6px}.product-detail__breadcrumb-item{font-size:12px}.product-detail__headline h1{font-size:22px}.product-detail__price-current{font-size:26px}.product-detail__price-old{font-size:14px}.product-detail__actions{gap:10px;grid-template-columns:1fr 1fr auto}.product-detail__btn--icon{grid-column:auto;justify-self:auto}.product-detail__error{padding:40px 16px}.product-detail__error p{font-size:15px;margin-bottom:18px}.product-detail__shimmer-image{aspect-ratio:1}.product-detail__shimmer-card{display:none}.product-detail__shimmer-line{height:14px}.product-detail__shimmer-line--price{height:28px;width:100px}.product-detail__shimmer-button{height:44px}.product-detail__shimmer-button--icon{flex:0 0 44px;width:44px}.product-detail__error-button{font-size:14px;max-width:300px;min-width:160px;padding:12px 20px;width:100%}.product-detail__main-media{min-height:300px;padding:24px}.product-detail__promo-card{margin-bottom:24px;max-width:100%;padding:16px 20px;width:100%}.product-detail__promo-content h3{font-size:15px}.product-detail__promo-content p{font-size:13px}.product-detail__shimmer-image{min-height:300px;width:100%}.product-detail__section{padding:16px}.product-detail__section h2{font-size:16px}.product-detail__section p{font-size:13px}.product-detail__error{padding:40px 20px}.product-detail__error p{font-size:16px;margin-bottom:20px}.product-detail__error-button{font-size:15px;min-width:180px;padding:12px 24px}}@media (max-width:640px){.product-detail__shell{gap:12px;width:calc(100% - 16px)}.product-detail__breadcrumbs{font-size:11px;gap:4px}.product-detail__breadcrumb-back{font-size:11px;padding:2px 4px}.product-detail__breadcrumb-item{font-size:11px}.product-detail__headline h1{font-size:20px}.product-detail__brand-label{font-size:13px}.product-detail__price-current{font-size:24px}.product-detail__price-old{font-size:13px}.product-detail__price-discount{font-size:12px;padding:3px 8px}.product-detail__btn{font-size:14px;padding:12px 16px}.product-detail__btn--icon{height:44px;width:44px}.product-detail__main-media{min-height:250px;padding:20px;width:100%}.product-detail__main-media img{height:auto;object-fit:contain;width:100%}.product-detail__promo-card{margin-bottom:20px;max-width:100%;padding:14px 18px;width:100%}.product-detail__promo-content h3{font-size:14px}.product-detail__promo-content p{font-size:12px}.product-detail__shimmer-image{min-height:250px;width:100%}.product-detail__layout{display:flex;flex-direction:column}.product-detail__gallery{order:1}.product-detail__main-column{order:2}.product-detail__sidebar{display:none;order:3}.product-detail__section{padding:14px}}.profile-sidebar-overlay{animation:fadeIn .3s ease;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9998}.profile-sidebar{background:#fff;box-shadow:-4px 0 24px #00000026,-2px 0 8px #0000001a;display:flex;flex-direction:column;height:100vh;max-width:90vw;overflow:hidden;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:380px;z-index:9999}.profile-sidebar.open{transform:translateX(0)}.profile-sidebar-top{background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:flex-end;padding:12px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.profile-sidebar-close{background:#0000000d;border:none;color:#374151;height:40px;width:40px}.profile-sidebar-close:hover{background:#0000001a}.profile-sidebar-orange-section{background:#ff9220;flex-shrink:0;padding:20px 20px 28px;position:relative}.profile-sidebar-close{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:10px;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:36px;z-index:10}.profile-sidebar-close:hover{background:#ffffff4d;transform:rotate(90deg)}.profile-user-info-section{gap:12px;margin-bottom:20px}.profile-avatar-small,.profile-user-info-section{align-items:center;display:flex;justify-content:center}.profile-avatar-small{background:#fff3;border:2px solid #fff6;border-radius:50%;box-shadow:0 4px 12px #0003;flex-shrink:0;height:48px;overflow:hidden;position:relative;width:48px}.profile-avatar-small img{height:100%;object-fit:cover;width:100%}.profile-avatar-placeholder{align-items:center;background:#0000;display:flex;height:100%;justify-content:center;width:100%}.avatar-initials{color:#fff;font-size:18px;font-weight:700;text-shadow:0 2px 4px #0003}.profile-user-info{display:flex;flex:1 1;flex-direction:column;gap:6px;min-width:0}.profile-sidebar-progress{align-items:flex-end;display:flex;flex-direction:column;gap:8px;margin-bottom:4px;margin-top:8px}.profile-sidebar-progress__header{align-items:center;display:flex;justify-content:flex-end;width:100%}.profile-sidebar-progress__text{color:#ffffffe6;font-size:11px;font-weight:600;line-height:1.3;text-align:right;text-shadow:0 1px 2px #0003;white-space:nowrap}.profile-sidebar-progress__bar-container{align-items:center;display:flex;gap:8px;justify-content:flex-end}.profile-sidebar-progress__bar{background:#fff3;border-radius:3px;height:6px;overflow:hidden;position:relative;width:120px}.profile-sidebar-progress__badge{flex-shrink:0;height:20px;object-fit:contain;width:20px}.profile-sidebar-progress__fill{background:linear-gradient(90deg,#fff,#ffffffe6);border-radius:3px;box-shadow:0 0 4px #ffffff80;height:100%;transition:width .3s ease}.profile-user-info__title-row{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;box-shadow:0 2px 8px #00000026;display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:4px;padding:8px 12px}.profile-user-info__title{color:#fff;font-size:15px;font-weight:700;letter-spacing:.3px;text-shadow:0 2px 4px #0000004d}.profile-user-info__socials{align-items:center;display:flex;gap:6px;justify-content:flex-start;margin-bottom:2px;margin-top:4px}.profile-user-info__social-link{align-items:center;background:#fff3;border:1px solid #ffffff4d;border-radius:8px;color:#fffffff2;display:flex;height:28px;justify-content:center;text-decoration:none;transition:all .2s ease;width:28px}.profile-user-info__social-link:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #0003;color:#fff;transform:translateY(-2px)}.profile-user-info__badge{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));flex-shrink:0;height:24px;object-fit:contain;width:24px}.profile-user-info__name-row{align-items:center;display:flex;gap:4px}.profile-user-info__name{color:#fff;font-size:16px;font-weight:700;line-height:1.3;text-shadow:0 2px 4px #00000040;text-transform:uppercase}.profile-hero-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px;width:100%}.profile-hero-card{align-items:center;background:#ffffff1a;border:1px solid #ffffff73;border-radius:12px;display:flex;flex-direction:column;gap:4px;justify-content:center;min-height:70px;padding:10px;text-align:center}.hero-card__label{color:#ffffffbf;font-size:11px;letter-spacing:.4px;text-transform:uppercase}.hero-card__value{color:#fff;font-size:18px;font-weight:700}.profile-karma-section{background:#fff6;border-radius:10px;box-shadow:0 3px 12px #00000026;margin:14px 0;padding:10px 12px}.profile-karma{align-items:center;display:flex;gap:8px;justify-content:center}.karma-value{color:#fff;font-size:18px;font-weight:700}.karma-label{color:#ffffffd9;font-size:12px;font-weight:600}.profile-karma-badge{flex-shrink:0;height:20px;object-fit:contain;width:20px}.profile-follow-stats{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-top:14px}.follow-stat-card{align-items:center;background:#ffffff8c;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:4px;justify-content:center;padding:12px 10px}.follow-stat-value{color:#222831;font-size:16px;font-weight:700}.follow-stat-label{color:#666;font-size:11px;font-weight:600}.profile-social-links{align-items:center;display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.profile-social-links__title{color:#fffffff2;font-size:16px;font-weight:600;letter-spacing:.1px;text-shadow:0 1px 2px #0003}.profile-social-links__icons{gap:12px}.profile-social-links__icons,.social-link{align-items:center;display:flex;justify-content:center}.social-link{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:10px;color:#fff;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px}.social-link:hover{background:#ffffff4d;border-color:#ffffff80;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.social-link svg{color:#fff}.profile-sidebar-white-section{background:#fff;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px}.profile-sidebar-bottom{background:#fff;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 8px #0000000d;padding:20px;position:-webkit-sticky;position:sticky;z-index:100}.profile-logout-button-bottom{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:12px;box-shadow:0 2px 8px #ef44444d;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:12px;justify-content:center;padding:14px 16px;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.profile-logout-button-bottom:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 16px #ef444466;transform:translateY(-2px)}.profile-logout-button-bottom svg{flex-shrink:0}.profile-menu-items{display:flex;flex-direction:column;gap:4px}.profile-menu-item{background:#0000;border-radius:12px;color:#374151;font-size:15px;gap:16px;overflow:hidden;padding:14px 16px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.profile-menu-item:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.profile-menu-item:hover:before{left:100%}.profile-menu-item:hover{background:linear-gradient(135deg,#ff92201a,#ffd0431a);color:#ff9220;transform:translateX(4px)}.profile-menu-item svg{color:#6b7280;flex-shrink:0;transition:color .2s ease}.profile-menu-item:hover svg{color:#ff9220}.profile-skeleton-avatar,.profile-skeleton-line{animation:profile-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#fff3,#fff6 50%,#fff3);background-size:200% 100%}.profile-skeleton-line{border-radius:8px;height:16px;width:100%}.profile-skeleton-line--title{height:20px;margin:0 auto;width:60%}.profile-skeleton-line--username{height:24px;margin:0 auto;width:70%}.profile-skeleton-line--karma{height:18px;margin:0 auto;width:50%}.profile-skeleton-card{background:#ffffff1a!important;border:1px solid #fff3!important;gap:8px!important}.profile-skeleton-line--card-label{height:12px;margin:0 auto;width:60%}.profile-skeleton-line--card-value{height:20px;margin:0 auto;width:40%}@media (max-width:768px){.profile-sidebar{max-width:100vw;width:100%}.profile-avatar-large{height:100px;width:100px}.avatar-initials{font-size:40px}.profile-username{font-size:20px}}.app-header{background-color:#fff;border-bottom:1px solid #e0e0e0;left:0;position:fixed;right:0;top:0;transition:transform .25s ease,box-shadow .25s ease;width:100%;z-index:1000}.app-header--hidden{box-shadow:none;transform:translateY(-100%)}.header-container{align-items:center;box-sizing:border-box;display:flex;height:30px;justify-content:space-between;margin:20px auto;width:100%}.hamburger-menu-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#1a1a1b;cursor:pointer;display:none;height:40px;justify-content:center;margin-left:12px;padding:0;transition:all .2s ease;width:40px}.hamburger-menu-button:hover{background-color:#f6f7f8}.hamburger-menu-button svg{height:24px;width:24px}.logo-section{cursor:pointer;gap:8px;min-width:120px}.logo-icon,.logo-section{align-items:center;display:flex}.logo-icon{justify-content:center;margin-left:20px}.logo-image{height:150px;object-fit:contain;transition:transform .3s ease;width:auto}.logo-text{color:#ff4500;font-size:20px;font-weight:700;letter-spacing:-.5px}.right-section{align-items:center;display:flex;flex-direction:row;flex-shrink:0;flex-wrap:nowrap;gap:16px;justify-content:flex-end;min-width:200px}.auth-buttons{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.action-button{align-items:center;background:none;border:none;border-radius:4px;color:#000;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.action-button svg{height:20px;width:20px}.action-button:hover{background-color:#f6f7f8;color:#1a1a1b}.favorites-button{align-items:center;background:#0000;color:#1f2937;display:inline-flex;justify-content:center;padding:0;transition:color .2s ease}.favorites-button:hover{color:#0f172a}.favorites-button svg{height:18px;width:18px}.create-post-button{align-items:center;background-color:#ff9220;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;height:36px;padding:8px 16px;transition:all .2s ease}.create-post-button svg{height:16px;width:16px}.create-post-button:hover{background-color:#ff5722;transform:translateY(-1px)}.notification-button{position:relative}.notification-badge{align-items:center;background-color:#ff4500;border-radius:10px;color:#fff;display:flex;font-size:10px;font-weight:600;height:16px;justify-content:center;min-width:16px;padding:2px 6px;position:absolute;right:6px;top:6px}.profile-section{background-color:initial;position:relative}.profile-button{align-items:center;background:#fff;border:1px solid #f9731680;display:flex;height:50px;justify-content:center;margin-right:10px;padding:4px;transition:transform .2s ease;width:50px}.profile-button:hover{transform:translateY(-1px)}.profile-avatar{align-items:center;border:1px solid #f9731680;border-radius:50%;box-sizing:border-box;color:#fff;display:flex;flex-shrink:0;height:46px!important;justify-content:center;max-height:46px!important;max-width:46px!important;min-height:46px!important;min-width:46px!important;overflow:hidden;position:relative;width:46px!important}.profile-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.avatar-text{align-items:center;color:#1a1a1b;display:flex;font-size:16px!important;font-weight:600;height:100%;justify-content:center;line-height:1;text-transform:uppercase;width:100%}.online-indicator{display:none}.profile-menu{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-top:8px;max-width:300px;min-width:250px;overflow:hidden;position:absolute;right:0;top:100%;z-index:1001}.profile-menu-header{background-color:#f6f7f8;padding:16px}.profile-info{display:flex;flex-direction:column;gap:4px}.profile-name{color:#1a1a1b!important;font-size:14px;font-weight:600}.profile-karma{color:#878a8c;font-size:12px}.profile-title{color:#ff9220;font-size:11px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.profile-menu-divider{background-color:#e0e0e0;height:1px;margin:0}.profile-menu-item{align-items:center;background:none;border:none;color:#1a1a1b!important;cursor:pointer;display:flex;font-size:14px;font-weight:500;padding:12px 20px;text-align:left;transition:all .2s ease;width:100%}.profile-menu-item:hover{background-color:#f6f7f8;color:#ff4500!important}.profile-menu-item:active{background-color:#e0e0e0}.logout-item{color:#ff4500!important;font-weight:500}.logout-item:hover{background-color:#fff5f5!important;color:#d32f2f!important}.get-app-button{align-items:center;background-color:#f6f7f8;border:1px solid #e0e0e0;border-radius:20px;color:#1a1a1b;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:500;gap:6px;height:36px;padding:8px 12px;transition:all .2s ease;white-space:nowrap}.get-app-button svg{height:16px;width:16px}.get-app-button:hover{background-color:#e9ecef;border-color:#d0d7de}.login-button{align-items:center;background-color:#ff4500;border:none;border-radius:20px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:14px;font-weight:600;height:36px;justify-content:center;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.login-button:hover{background-color:#ff5722;transform:translateY(-1px)}.login-button--accent{background-color:#fb9800;margin-right:12px}.more-options-button{align-items:center;background:none;border:none;border-radius:4px;color:#878a8c;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.more-options-button:hover{background-color:#f6f7f8;color:#1a1a1b}@media (max-width:1024px){.hamburger-menu-button{display:flex}.header-container{padding:0}.search-section{margin:0 12px;min-width:150px}.logo-image{height:120px;width:120px}}@media (max-width:768px){.header-container{padding:0}.search-section{margin:0 8px;min-width:120px}.logo-text{display:none}.logo-image{height:120px;width:120px}.right-section{gap:8px}.create-post-button span,.get-app-button span{display:none}.create-post-button,.get-app-button{min-width:36px;padding:8px}.create-post-button{justify-content:center}.action-button,.favorites-button,.mobile-menu-button{height:36px;width:36px}}@media (max-width:640px){.search-section{display:flex;margin:0 4px;min-width:100px}.logo-image{height:120px;width:120px}.right-section{gap:6px;min-width:auto}.action-button{height:32px;width:32px}.create-post-button,.get-app-button{min-width:32px;padding:6px}.create-post-button{justify-content:center}.favorites-button{height:32px;width:32px}}@media (max-width:480px){.header-container{padding:0}.logo-section{min-width:60px}.logo-image{height:120px;width:120px}.right-section{gap:4px}.action-button{height:28px;width:28px}.create-post-button,.get-app-button{min-width:28px;padding:4px}.create-post-button{justify-content:center}.favorites-button,.mobile-menu-button{height:28px;width:28px}}.mobile-menu{animation:fadeIn .3s ease;background-color:#00000080;bottom:0;left:0;position:fixed;right:0;top:56px;z-index:999}.mobile-menu-content{animation:slideIn .3s ease;background-color:#fff;height:100%;padding:20px;width:300px}.mobile-menu-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.mobile-menu-header h3{color:#1a1a1b;font-size:20px;font-weight:600;margin:0}.mobile-menu-close{align-items:center;background:none;border:none;color:#878a8c;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.mobile-menu-close:hover{color:#1a1a1b}.mobile-menu-items{display:flex;flex-direction:column;gap:10px}.mobile-menu-item{align-items:center;background:none;border:none;border-radius:8px;color:#1a1a1b;cursor:pointer;display:flex;font-size:16px;font-weight:500;padding:15px 20px;text-align:left;transition:all .2s ease;width:100%}.mobile-menu-item:hover{background-color:#f6f7f8;color:#ff9220}.app-download-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.app-download-modal-content{animation:slideUp .3s cubic-bezier(.34,1.56,.64,1);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:100%}.app-download-modal-close{align-items:center;background:#0000001a;border:none;border-radius:50%;box-shadow:0 2px 8px #00000026;color:#1a1a1a;cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s cubic-bezier(.4,0,.2,1);width:40px;z-index:10001}.app-download-modal-close:hover{background:#00000026;box-shadow:0 4px 12px #00000040;transform:scale(1.1) rotate(90deg)}.app-download-modal-close:active{transform:scale(.95)}.app-download-modal-body{align-items:center;display:flex;flex-direction:column;padding:40px 32px;text-align:center}.app-download-modal-title{color:#1a1a1a;font-size:24px;font-weight:700;line-height:1.3;margin:0 0 12px}.app-download-modal-subtitle{color:#666;font-size:14px;line-height:1.5;margin:0 0 32px}.app-download-modal-qr-wrapper{align-items:center;background:#fff;border-radius:12px;display:flex;justify-content:center;margin:0 0 24px;padding:16px}.app-download-modal-qr{border-radius:8px;height:200px;object-fit:contain;width:200px}.app-download-modal-store-text{color:#666;font-size:14px;margin:0 0 24px}.app-download-modal-stores{display:flex;gap:12px;justify-content:center;width:100%}.app-download-modal-store-link{align-items:center;background:#000;border:1px solid #fff;border-radius:8px;color:#fff;display:flex;flex:1 1;gap:12px;max-width:200px;min-height:60px;padding:12px 16px;text-decoration:none;transition:all .3s ease}.app-download-modal-store-link:hover{background:#1a1a1a;box-shadow:0 4px 12px #0003;transform:translateY(-2px)}.app-download-modal-store-icon{align-items:center;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.app-download-modal-store-icon svg{height:100%;width:100%}.app-download-modal-store-text-wrapper{align-items:flex-start;display:flex;flex-direction:column;line-height:1.2}.app-download-modal-store-text-small{color:#fff;font-size:10px;letter-spacing:.5px;text-transform:uppercase}.app-download-modal-store-text-large{color:#fff;font-size:16px;font-weight:600}@media (max-width:768px){.app-download-modal-content{max-width:90%}.app-download-modal-body{padding:32px 24px}.app-download-modal-title{font-size:20px}.app-download-modal-qr{height:180px;width:180px}.app-download-modal-stores{align-items:center;flex-direction:column}.app-download-modal-store-link{max-width:100%;width:100%}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.campaign-detail,.campaign-detail-page{background:#fff;display:flex;flex-direction:column;min-height:100vh}.campaign-detail-page{box-sizing:border-box;isolation:isolate;overflow:hidden;padding:48px 16px 40px;position:relative}.campaign-detail__hero{background:#0000;border:1px solid #e2e8f0;border-radius:28px;margin:0 auto 32px;overflow:hidden;padding:28px;position:relative;width:min(1180px,calc(100% - 32px));z-index:1}.campaign-detail__hero,.campaign-detail__hero:before{background-image:var(--hero-bg);background-position:50%;background-size:cover}.campaign-detail__hero:before{content:"";filter:blur(100px);inset:0;opacity:.65;position:absolute;transform:scale(1.08);z-index:-1}.campaign-detail__hero-inner{align-items:center;background:#0000;border-radius:22px;display:flex;height:460px;justify-content:center;max-width:1120px;overflow:hidden;width:100%}.campaign-detail__hero-inner img{display:block;height:100%;object-fit:contain;width:100%}.campaign-detail__content{background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex-direction:column;gap:24px;margin-left:auto;margin-right:auto;margin-top:20px;padding:32px;position:relative;width:min(1180px,calc(100% - 32px));z-index:1}.campaign-detail__header{display:flex;flex-direction:column;gap:8px}.campaign-detail__header h1{font-size:32px;font-weight:700;margin:0}.campaign-detail__brand-label{color:#fb9800;font-size:16px;letter-spacing:.2em;text-transform:uppercase}.campaign-detail__notes{background:#fdf7ed;border:1px solid #fb980059;border-radius:18px;padding:18px 20px}.campaign-detail__notes h2{font-size:18px;margin:0 0 8px}.campaign-detail__notes p{color:#3f3f3f;margin:0}.campaign-detail__cta{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.campaign-detail__cta-actions{display:flex;gap:10px}.campaign-summary-card__cta{align-items:center;background:linear-gradient(135deg,#fb9800,#fa8a00);border:none;border-radius:14px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:12px 22px;transition:transform .2s ease}.campaign-summary-card__cta:disabled{cursor:not-allowed;opacity:.5;transform:none}.campaign-summary-card__cta:not(:disabled):hover{transform:translateY(-1px)}.campaign-detail__summary{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.campaign-summary-card__item{background:#f9fafc;border:1px solid #0000000d;border-radius:18px;gap:8px;padding:16px 20px}.campaign-summary-card__value{display:flex;gap:10px}.campaign-summary-card__description{color:#4b5563;font-size:14px;line-height:1.5}.campaign-detail__shell{display:flex;flex-direction:column;gap:24px;isolation:isolate;margin:0 auto;padding:24px 0;position:relative;width:min(1180px,calc(100% - 48px))}.campaign-detail__blur-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;filter:blur(20px);opacity:.4;overflow:hidden;z-index:0}.campaign-detail__blur-bg,.campaign-detail__blur-bg:after{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.campaign-detail__blur-bg:after{background:radial-gradient(ellipse 70% 90% at center,#0000 0,#0000 35%,#ffffff1a 45%,#ffffff4d 60%,#fff9 75%,#ffffffe6 90%,#fff 100%);content:"";mix-blend-mode:overlay}@media (max-width:1024px){.campaign-detail__blur-bg:after{background:radial-gradient(ellipse 65% 85% at center,#0000 0,#0000 30%,#ffffff1a 40%,#ffffff4d 55%,#fff9 70%,#ffffffe6 85%,#fff 100%)}.campaign-detail-page{padding:40px 12px 32px}.campaign-detail__content,.campaign-detail__hero{width:calc(100% - 24px)}.campaign-detail__hero{padding:22px}.campaign-detail__hero-inner{height:360px}.campaign-detail__cta{align-items:stretch;flex-direction:column}.campaign-detail__cta-actions{justify-content:flex-start;order:2;width:100%}.campaign-detail__cta .campaign-sidebar-card__cta{width:100%}.campaign-detail__summary{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:768px){.campaign-detail__blur-bg:after{background:radial-gradient(ellipse 60% 80% at center,#0000 0,#0000 25%,#ffffff1a 35%,#ffffff4d 50%,#fff9 65%,#ffffffe6 80%,#fff 100%)}.campaign-detail__hero{padding:20px}.campaign-detail__content{padding:24px}.campaign-detail__hero-inner{height:320px}.campaign-detail__cta-actions{gap:8px}}@media (max-width:640px){.campaign-detail__blur-bg:after{background:radial-gradient(ellipse 55% 75% at center,#0000 0,#0000 20%,#ffffff1a 30%,#ffffff4d 45%,#fff9 60%,#ffffffe6 75%,#fff 100%)}.campaign-detail__hero{padding:16px}.campaign-detail__content{padding:20px}.campaign-detail__hero-inner{height:260px}.campaign-detail__header h1{font-size:28px}.campaign-detail__summary{grid-template-columns:1fr}}.campaign-detail__container.campaign-detail__error{background:#fff;border:1px solid #e2e8f0;border-radius:20px;margin:80px auto;max-width:560px;padding:32px;text-align:center}.campaign-detail__container.campaign-detail__error button{background:#fb9800;border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:10px 24px;transition:background .2s ease,transform .2s ease}.campaign-detail__container.campaign-detail__error button:hover{background:#fa8a00;transform:translateY(-1px)}.campaign-detail__error-button{background:linear-gradient(135deg,#ff9220,#ff6b00);border:none;border-radius:12px;box-shadow:0 4px 12px #ff92204d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:200px;padding:14px 32px;transition:all .3s ease}.campaign-detail__error-button:hover{background:linear-gradient(135deg,#ff6b00,#ff9220);box-shadow:0 6px 20px #ff922066;transform:translateY(-2px)}.campaign-detail__error-button:active{box-shadow:0 2px 8px #ff92204d;transform:translateY(0)}.campaign-detail__hero--shimmer{background:#0000!important;border:1px solid #e2e8f0}.campaign-detail__shimmer-hero{aspect-ratio:16/9;background:#f8fafc;border-radius:16px;min-height:400px;overflow:hidden;position:relative;width:100%}.campaign-detail__shimmer-box{animation:campaign-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;height:100%;left:0;position:absolute;top:0;width:100%}.campaign-detail__content--shimmer{padding:0}.campaign-detail__shimmer-header{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.campaign-detail__shimmer-summary{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.campaign-detail__shimmer-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:8px;min-height:80px;overflow:hidden;padding:20px}.campaign-detail__shimmer-line{animation:campaign-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:8px;height:12px}.campaign-detail__shimmer-line--long{width:80%}.campaign-detail__shimmer-line--medium{width:65%}.campaign-detail__shimmer-line--short{width:50%}.campaign-detail__shimmer-cta{align-items:center;display:flex;gap:12px;margin-top:24px}.campaign-detail__shimmer-button{animation:campaign-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:14px;height:48px}.campaign-detail__shimmer-button--icon{flex:0 0 48px;width:48px}.campaign-detail__shimmer-button--large{flex:1 1}@keyframes campaign-detail-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.campaign-detail__breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;font-size:13px;gap:8px;margin-bottom:4px;margin-top:10px;position:relative;z-index:1}.campaign-detail__breadcrumb-back{background:none;border:none;border-radius:8px;color:#fb9800;cursor:pointer;font-size:13px;font-weight:600;margin-right:4px;padding:4px 8px;transition:background .2s ease}.campaign-detail__breadcrumb-back:hover{background:#fb98001a}.campaign-detail__breadcrumb-item{background:none;border:none;color:#7a7f87;cursor:pointer;font-size:13px;padding:4px 0;transition:color .2s ease}.campaign-detail__breadcrumb-item:hover{color:#fb9800}.campaign-detail__breadcrumb-separator{color:#7a7f87;-webkit-user-select:none;user-select:none}.campaign-detail__breadcrumb-current{color:#2b2d33;font-weight:600}.campaign-detail__layout{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1.3fr 1fr .9fr;isolation:isolate;position:relative;z-index:1}.campaign-detail__gallery{background:#0000;border-radius:0;display:flex;flex-direction:column;gap:16px;padding:0}.campaign-detail__main-column{display:flex;flex-direction:column;gap:20px;margin-top:0;padding-top:calc(14px + 1em);position:relative;z-index:1}.campaign-detail__headline{align-items:flex-start;display:flex;gap:16px;justify-content:space-between}.campaign-detail__headline h1{color:#202124;font-size:26px;margin:0 0 6px}.campaign-detail__brand-label{color:#5f6368;display:inline-block;font-size:14px;font-weight:600}.campaign-detail__main{background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex-direction:column;gap:32px;padding:32px;position:relative;z-index:1}.campaign-media{display:flex;flex-direction:column;gap:16px}.campaign-media__primary{cursor:pointer;overflow:hidden;position:relative}.campaign-media__primary img{border-radius:20px;display:block;height:420px;object-fit:contain;width:100%}.campaign-media__zoom{background:#0f172aa6;border-radius:999px;bottom:16px;color:#f8fafc;font-size:12px;font-weight:600;letter-spacing:.02em;padding:6px 14px;position:absolute;right:16px}.campaign-media__thumbnails{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(84px,1fr))}.campaign-media__thumb{background:#f1f5f9;border:2px solid #0000;border-radius:16px;cursor:pointer;padding:4px;transition:border .2s ease,transform .2s ease}.campaign-media__thumb img{border-radius:12px;height:76px;object-fit:cover;width:100%}.campaign-media__thumb.is-active{border-color:#fb9800;transform:translateY(-2px)}.campaign-media__placeholder{background:#f1f5f9;border:1px dashed #cbd5f5;border-radius:20px;color:#94a3b8;display:grid;font-weight:600;height:420px;place-items:center}.campaign-detail__section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;display:flex;flex-direction:column;gap:12px;padding:20px}.campaign-detail__section h2{color:#202124;font-size:18px;margin:0 0 12px}.campaign-detail__richtext{background:#f8fafc;border-radius:16px;color:#475569;font-size:14px;line-height:1.65;padding:20px}.campaign-detail__sidebar{display:flex;flex-direction:column;gap:24px;position:relative;z-index:1}.campaign-sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex-direction:column;gap:16px;padding:28px}.campaign-sidebar-card h3{color:#0f172a;font-size:22px;margin:0}.campaign-sidebar-card__header{align-items:center;display:flex;gap:16px;justify-content:space-between}.campaign-sidebar-card__icons{display:inline-flex;gap:10px}.campaign-sidebar-card__icon{align-items:center;background:#fb98001f;border:1px solid #fb980040;border-radius:14px;color:#fb9800;cursor:pointer;display:inline-flex;height:44px;justify-content:center;transition:transform .2s ease,background .2s ease;width:44px}.campaign-sidebar-card__icon:hover{background:#fb980033;transform:translateY(-2px)}.campaign-sidebar-card__icon.is-active{background:#fb9800;border-color:#0000;color:#fff}.campaign-sidebar-card p{color:#475569;line-height:1.6;margin:0}.campaign-sidebar-card__cta{align-items:center;background:#fb9800;border:none;border-radius:16px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:10px;justify-content:center;padding:14px 20px;transition:transform .15s ease,background .15s ease;width:100%}.campaign-sidebar-card__cta:disabled{cursor:not-allowed;opacity:.6}.campaign-sidebar-card__cta:not(:disabled):hover{background:#fa8a00;transform:translateY(-2px)}.campaign-sidebar-meta{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px}.campaign-sidebar-meta h4{color:#0f172a;font-size:18px;margin:0 0 16px}.campaign-summary-card{display:flex;flex-direction:column;gap:16px}.campaign-summary-card__brand{align-items:center;display:flex;gap:14px}.campaign-summary-card__logo{align-items:center;background:#fb9800;border-radius:16px;color:#fff;display:inline-flex;font-size:18px;font-weight:700;height:52px;justify-content:center;letter-spacing:.04em;width:52px}.campaign-summary-card__brand-text,.campaign-summary-card__item{display:flex;flex-direction:column}.campaign-summary-card__item{background:#f8fafc;border:1px solid #edf0f5;border-radius:16px;gap:6px;padding:14px 16px}.campaign-summary-card__label{color:#94a3b8;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.campaign-summary-card__value{align-items:center;color:#1e293b;display:inline-flex;font-weight:600;gap:8px;line-height:1.5;margin:0}.campaign-summary-card__description{color:#475569;line-height:1.6;margin:0}.campaign-modal{align-items:center;background:#0f172acc;display:flex;inset:0;justify-content:center;padding:40px;position:fixed;z-index:1200}.campaign-modal__content{background:#0f172a;border-radius:24px;padding:32px;position:relative}.campaign-modal__content img{border-radius:20px;max-height:70vh;max-width:min(820px,70vw);object-fit:contain}.campaign-modal__close{background:#ffffff29;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:24px;height:38px;position:absolute;right:14px;top:14px;width:38px}.campaign-modal__nav{align-items:center;display:flex;inset:0;justify-content:space-between;pointer-events:none;position:absolute}.campaign-modal__nav button{background:#ffffff29;border:none;border-radius:16px;color:#fff;cursor:pointer;font-size:32px;height:48px;pointer-events:auto;width:48px}@media (max-width:1024px){.campaign-detail__shell{gap:20px;width:calc(100% - 32px)}.campaign-detail__layout{gap:20px;grid-template-columns:1fr 1fr}.campaign-detail__main-column{margin-top:0;padding-top:calc(14px + 1em)}.campaign-detail__sidebar{flex-direction:row;gap:16px;grid-column:span 2}.campaign-sidebar-card,.campaign-sidebar-meta{min-width:260px}.campaign-detail__headline h1{font-size:24px}}@media (max-width:768px){.campaign-detail__shell{gap:16px;width:calc(100% - 24px)}.campaign-detail__layout{gap:16px;grid-template-columns:1fr}.campaign-detail__main-column{margin-top:0;padding-top:calc(14px + 1em)}.campaign-detail__sidebar{flex-direction:column}.campaign-detail__breadcrumbs{font-size:12px;gap:6px}.campaign-detail__breadcrumb-back{font-size:12px;padding:3px 6px}.campaign-detail__breadcrumb-item{font-size:12px}.campaign-detail__headline h1{font-size:22px}.campaign-media__primary img{height:300px}.campaign-sidebar-card,.campaign-sidebar-meta{min-width:auto}}@media (max-width:640px){.campaign-detail__shell{gap:12px;width:calc(100% - 16px)}.campaign-detail__breadcrumbs{font-size:11px;gap:4px}.campaign-detail__breadcrumb-back{font-size:11px;padding:2px 4px}.campaign-detail__breadcrumb-item{font-size:11px}.campaign-detail__headline h1{font-size:20px}.campaign-detail__brand-label{font-size:13px}.campaign-media__primary img{height:240px}.campaign-sidebar-card__cta{padding:12px 16px}.campaign-detail__section{padding:16px}.campaign-detail__section h2{font-size:16px}.campaign-detail__richtext{font-size:13px;padding:16px}}.favorites-page{background:#0000;display:flex;flex-direction:column;min-height:100vh}.favorites-error,.favorites-loading{background:#fff;border-radius:24px;box-shadow:0 32px 70px #0f172a1f;color:#1f2937;margin:auto;max-width:420px;padding:64px 32px;text-align:center;width:calc(100% - 32px)}@media (max-width:768px){.favorites-error,.favorites-loading{max-width:100%;padding:48px 24px;width:calc(100% - 24px)}}@media (max-width:640px){.favorites-error,.favorites-loading{border-radius:16px;padding:40px 20px;width:calc(100% - 20px)}}.favorites-error__detail{color:#9ca3af;font-size:.9rem;margin:12px 0 24px;word-break:break-word}.favorites-scroll{flex:1 1;overflow-y:auto;padding:32px 0 48px}.favorites-content{background:#0000;border-radius:0;box-shadow:none;display:flex;flex-direction:column;gap:32px;margin:0 auto;padding:0 0 64px;width:min(1180px,calc(100% - 48px))}.favorites-header{align-items:flex-start;display:flex;gap:24px;justify-content:space-between}.favorites-header h1{color:#0f172a;font-size:32px;font-weight:700;margin:0}.favorites-header p{color:#475569;font-size:15px;margin:8px 0 0}.favorites-button{-webkit-appearance:none;appearance:none;background:#fb9800;border:none;border-radius:14px;box-shadow:0 18px 36px #fb980040;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,background .2s ease}.favorites-button:hover{background:#fa8a00;box-shadow:0 24px 42px #fb980047;transform:translateY(-2px)}.favorites-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.favorites-button--ghost{background:#0000;border:1px solid #fb980059;box-shadow:none;color:#fb9800}.favorites-button--ghost:hover{background:#fb98001a}.favorites-button--danger{background:#ef4444;box-shadow:0 18px 30px #ef44443d}.favorites-button--danger:hover{box-shadow:0 24px 38px #ef44444d}.favorites-section{display:flex;flex-direction:column;gap:16px}.favorites-section__header{align-items:center;display:flex;gap:12px}.favorites-section__title{color:#0f172a;font-size:20px;font-weight:700;margin:0}.favorites-section__count{align-items:center;background:#fb98001f;border-radius:999px;color:#fb9800;display:inline-flex;font-size:13px;font-weight:600;height:28px;justify-content:center;min-width:28px;padding:0 10px}.favorites-chip-row{display:flex;flex-wrap:wrap;gap:10px}.favorites-chip{background:#fff;border:1px solid #94a3b866;border-radius:999px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:background .2s ease,border .2s ease,color .2s ease}.favorites-chip.is-active{background:#fb9800;border-color:#0000;color:#fff}.favorites-empty{background:#f8fafc;border:1px dashed #e2e8f0;border-radius:24px;color:#1f2937;padding:80px 40px;text-align:center}.favorites-empty__title{font-size:20px;font-weight:700;margin:0 0 12px}.favorites-empty__text{color:#64748b;line-height:1.6;margin:0 auto;max-width:480px}.favorites-grid{grid-gap:18px;display:grid;gap:18px}.favorites-grid--campaigns,.favorites-grid--products{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.favorites-grid--campaigns .rcampaign-card,.favorites-grid--products .redikto-product-card{width:100%}.favorites-bottom-spacer{height:120px}.favorites-snackbar{border-radius:14px;box-shadow:0 20px 50px #0f172a38;color:#fff;cursor:pointer;font-weight:600;left:50%;padding:12px 24px;position:fixed;top:24px;transform:translateX(-50%);z-index:1000}.favorites-snackbar--success{background:#16a34a}.favorites-snackbar--error{background:#ef4444}.favorites-snackbar--warning{background:#f59e0b}.favorites-snackbar--info{background:#3b82f6}.favorites-skeleton{background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f172a14;display:flex;flex-direction:column;gap:24px;margin:0 auto;padding:48px 16px;width:min(1020px,calc(100% - 32px))}.favorites-skeleton__header{display:flex;gap:20px;justify-content:space-between}.favorites-skeleton__pill{animation:favorites-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:999px;flex:1 1;height:16px}.favorites-skeleton__pill--title{width:60%}.favorites-skeleton__pill--button{width:30%}.favorites-skeleton__grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.favorites-skeleton__card{animation:favorites-shimmer 1.6s infinite;background:linear-gradient(90deg,#fff,#f5f7fb 50%,#fff);background-size:400% 100%;border-radius:18px;display:flex;flex-direction:column;gap:12px;min-height:160px;padding:18px}.favorites-skeleton__card-title{background:#e0e7ff;border-radius:6px;height:18px;width:80%}.favorites-skeleton__card-line{background:#e0e7ff;border-radius:6px;height:10px;width:100%}.favorites-skeleton__card-line--short{width:60%}.favorites-skeleton__label{color:#64748b;font-size:14px;margin:0;text-align:center}@keyframes favorites-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:1024px){.favorites-content{gap:24px;padding:24px 16px 40px;width:calc(100% - 32px)}.favorites-header{align-items:flex-start;flex-direction:column;gap:16px}.favorites-header h1{font-size:28px}.favorites-button{max-width:200px;width:100%}.favorites-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width:768px){.favorites-scroll{padding:20px 0 32px}.favorites-content{gap:20px;padding:20px 16px 32px}.favorites-header h1{font-size:24px}.favorites-header p{font-size:14px}.favorites-button{font-size:14px;padding:10px 18px}.favorites-section__title{font-size:18px}.favorites-chip-row{gap:8px}.favorites-chip{font-size:13px;padding:6px 14px}.favorites-grid{gap:14px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.favorites-empty{padding:60px 24px}.favorites-empty__title{font-size:18px}.favorites-empty__text{font-size:14px}}@media (max-width:640px){.favorites-scroll{padding:16px 0 24px}.favorites-content{gap:16px;padding:16px 12px 24px}.favorites-header h1{font-size:22px}.favorites-header p{font-size:13px}.favorites-button{font-size:13px;max-width:100%;padding:10px 16px}.favorites-section{gap:12px}.favorites-section__title{font-size:16px}.favorites-section__count{font-size:12px;height:24px;min-width:24px;padding:0 8px}.favorites-chip{font-size:12px;padding:5px 12px}.favorites-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.favorites-empty{padding:48px 20px}.favorites-empty__title{font-size:16px}.favorites-empty__text{font-size:13px}.favorites-snackbar{font-size:14px;left:16px;padding:10px 16px;right:16px;top:16px;transform:none}}.cpost-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:12px;margin:0;max-width:none;padding:16px 18px;transition:transform .2s ease;width:100%}.cpost-card:hover{transform:translateY(-1px)}@media (max-width:1024px){.cpost-card{gap:10px;padding:14px 16px}}@media (max-width:768px){.cpost-card{border-radius:14px;gap:10px;padding:14px}}@media (max-width:640px){.cpost-card{border-radius:12px;gap:8px;padding:12px}}.cpost-header{align-items:center;display:flex;gap:16px}@media (max-width:1024px){.cpost-header{gap:14px}}@media (max-width:768px){.cpost-header{gap:12px}}@media (max-width:640px){.cpost-header{gap:10px}}.cpost-avatar{align-items:center;border:none;border-radius:50%;cursor:pointer;display:inline-flex;flex-shrink:0;height:48px;justify-content:center;overflow:hidden;transition:transform .2s ease;width:48px}.cpost-avatar:hover{transform:scale(1.04)}@media (max-width:768px){.cpost-avatar{height:44px;width:44px}}@media (max-width:640px){.cpost-avatar{height:40px;width:40px}}.cpost-avatar__image{height:100%;object-fit:contain;width:100%}.cpost-avatar__initials{color:#fff;font-size:16px;font-weight:700;text-transform:uppercase}@media (max-width:768px){.cpost-avatar__initials{font-size:14px}}@media (max-width:640px){.cpost-avatar__initials{font-size:13px}}.cpost-user-info{display:flex;flex:1 1;flex-direction:column;gap:6px}.cpost-user-info__title-row{align-items:center;display:flex;gap:8px}.cpost-user-info__title{color:#f97316;font-size:14px;font-weight:600}.cpost-user-info__badge{height:18px;width:18px}@media (max-width:768px){.cpost-user-info__title{font-size:13px}.cpost-user-info__badge{height:16px;width:16px}}@media (max-width:640px){.cpost-user-info__title{font-size:12px}.cpost-user-info__badge{height:14px;width:14px}}.cpost-user-info__name-row{align-items:center;display:flex;gap:12px}.cpost-user-info__name{color:#0f172a;font-size:14px;font-weight:700}.cpost-user-info__time{color:#64748b;font-size:13px}@media (max-width:768px){.cpost-user-info__name{font-size:13px}.cpost-user-info__time{font-size:12px}}@media (max-width:640px){.cpost-user-info__name{font-size:12px}.cpost-user-info__time{font-size:11px}}.cpost-follow-button{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#0f172a;cursor:pointer;font-size:13px;font-weight:600;padding:6px 14px;transition:all .2s ease;white-space:nowrap}.cpost-follow-button:hover{transform:translateY(-1px)}@media (max-width:768px){.cpost-follow-button{font-size:12px;padding:5px 12px}}@media (max-width:640px){.cpost-follow-button{font-size:11px;padding:4px 10px}}.cpost-follow-button.is-following{background:#0f172a;border-color:#0f172a;color:#fff}.cpost-menu-button{background:#0000;border:none;border-radius:8px;color:#0f172a;cursor:pointer;flex-shrink:0;font-size:24px;line-height:1;padding:4px 10px;transition:transform .2s ease}.cpost-menu-button:hover{transform:scale(1.1)}@media (max-width:640px){.cpost-menu-button{font-size:20px;padding:4px 8px}}.cpost-body{background:#0000;border:none;cursor:pointer;display:flex;flex-direction:column;gap:14px;padding:0;text-align:left}.cpost-body:focus{outline:2px solid #94a3b8;outline-offset:4px}.cpost-image{align-items:center;background:#0f172a;border-radius:16px;display:flex;height:350px;justify-content:center;overflow:hidden;position:relative;width:100%}@media (max-width:1024px){.cpost-image{border-radius:14px;height:300px}}@media (max-width:768px){.cpost-image{border-radius:12px;height:280px}}@media (max-width:640px){.cpost-image{border-radius:10px;height:240px}}.cpost-image:before{background-position:50%;background-size:cover;content:"";filter:blur(18px);inset:0;opacity:.48;position:absolute;transform:scale(1.12)}.cpost-image.has-image:before{background-image:var(--cpost-image-url)}.cpost-image__content{background:#0000;border-radius:16px;height:100%;max-width:100%;object-fit:contain;object-position:center;position:relative;z-index:1}.cpost-title{color:#0f172a;font-size:18px;font-weight:700;margin:0}.cpost-content{color:#475569;font-size:14px;line-height:1.6;margin:0}@media (max-width:1024px){.cpost-title{font-size:17px}.cpost-content{font-size:13px}}@media (max-width:768px){.cpost-title{font-size:16px}.cpost-content{font-size:13px}}@media (max-width:640px){.cpost-title{font-size:15px}.cpost-content{font-size:12px;line-height:1.5}}.cpost-link{color:#2563eb;cursor:pointer;font-size:14px;text-decoration:underline;word-break:break-all}@media (max-width:768px){.cpost-link{font-size:13px}}@media (max-width:640px){.cpost-link{font-size:12px}}.cpost-tags{display:flex;flex-wrap:wrap;gap:8px}.cpost-tag{background:#f1f5f9;border-radius:999px;color:#0f172a;font-size:13px;font-weight:600;padding:6px 12px}@media (max-width:768px){.cpost-tags{gap:6px}.cpost-tag{font-size:12px;padding:5px 10px}}@media (max-width:640px){.cpost-tags{gap:5px}.cpost-tag{font-size:11px;padding:4px 8px}}.cpost-actions{gap:8px;justify-content:space-between}.cpost-actions,.cpost-actions__left{align-items:center;display:flex;flex-wrap:wrap}.cpost-actions__left{gap:10px}@media (max-width:768px){.cpost-actions{gap:6px}.cpost-actions__left{gap:8px}}@media (max-width:640px){.cpost-actions{gap:4px}.cpost-actions__left{gap:6px}}.cpost-action-button{align-items:center;background:#f8fafc;border:none;border-radius:999px;color:#1f2937;cursor:pointer;display:inline-flex;gap:6px;padding:8px 14px;transition:transform .2s ease}.cpost-action-button:hover{transform:translateY(-1px)}@media (max-width:1024px){.cpost-action-button{gap:5px;padding:7px 12px}}@media (max-width:768px){.cpost-action-button{gap:5px;padding:6px 12px}}@media (max-width:640px){.cpost-action-button{gap:4px;padding:5px 10px}}.cpost-action-button:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;transform:none}.cpost-action-button__text{font-size:14px;font-weight:600}@media (max-width:768px){.cpost-action-button__text{font-size:13px}}@media (max-width:640px){.cpost-action-button__text{font-size:12px}}.cpost-action-button.is-active{background:#ef44441f}.cpost-advert-badge{background:#fff7ed;border-radius:999px;flex-shrink:0;padding:6px 12px}.cpost-advert-badge__text{color:#c2410c;font-size:11px;font-weight:600;white-space:nowrap}@media (max-width:768px){.cpost-advert-badge{padding:5px 10px}.cpost-advert-badge__text{font-size:10px}}@media (max-width:640px){.cpost-advert-badge{padding:4px 8px}.cpost-advert-badge__text{font-size:9px}}.cpost-modal-overlay{align-items:flex-end;background:#0f172a5c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:999}.cpost-modal{animation:cpost-modal-slide-up .24s ease;background:#fff;border-radius:24px;position:relative;width:min(420px,100%)}@media (max-width:640px){.cpost-modal{border-radius:20px 20px 0 0;width:100%}.cpost-modal-overlay{align-items:flex-end;padding:0}}.cpost-modal__close{background:#0000;border:none;color:#475569;cursor:pointer;font-size:24px;position:absolute;right:12px;top:12px}.cpost-modal__body{padding:28px 24px 12px}.cpost-modal-menu{display:flex;flex-direction:column;gap:6px}.cpost-modal-menu__item{align-items:center;background:#f8fafc;border:none;border-radius:16px;color:#0f172a;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:12px;justify-content:space-between;padding:14px 18px;transition:transform .2s ease;width:100%}@media (max-width:640px){.cpost-modal-menu__item{border-radius:14px;font-size:13px;padding:12px 16px}}.cpost-modal-menu__leading{align-items:center;display:inline-flex;gap:10px}.cpost-modal-menu__chevron{color:#94a3b8}.cpost-action-button svg{height:18px;width:18px}@media (max-width:768px){.cpost-action-button svg{height:16px;width:16px}}@media (max-width:640px){.cpost-action-button svg{height:14px;width:14px}}.cpost-modal-menu__item:hover{transform:translateY(-1px)}.cpost-modal-menu__item.is-danger{background:#fef2f2;color:#dc2626}.cpost-modal-menu__item.is-danger:hover{transform:translateY(-1px)}@keyframes cpost-modal-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cpost-body{gap:12px}}.side-menu-overlay{display:none}.side-menu{-ms-overflow-style:none;background-color:#fff;border-radius:0;border-right:1px solid #e0e0e0;box-shadow:none;display:flex;flex-direction:column;height:calc(100vh - 120px);height:calc(100vh - var(--app-header-height, 120px));left:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior-x:contain;position:fixed;scrollbar-width:none;top:120px;top:var(--app-header-height,120px);touch-action:pan-y;transition:transform .3s ease-in-out;width:260px;width:var(--side-menu-width,260px);z-index:900}.side-menu::-webkit-scrollbar{background:#0000;width:0}.side-menu:hover{scrollbar-width:thin}.side-menu:hover::-webkit-scrollbar{width:8px}.side-menu:hover::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.side-menu:hover::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.side-menu:hover::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.side-menu-mobile-header{align-items:center;border-bottom:1px solid #e0e0e0;display:none;justify-content:flex-end;padding:16px}.side-menu-close-button{align-items:center;background:#0000;border:none;border-radius:8px;color:#1a1a1b;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:all .2s ease;width:40px}.side-menu-close-button:hover{background-color:#f6f7f8}.side-menu-close-button svg{height:24px;width:24px}.side-menu-header{background-color:#fff;background:#fff;border-bottom:1px solid #e0e0e0;padding:20px 16px}.side-menu-logo{align-items:center;cursor:pointer;display:flex;gap:8px;justify-content:flex-start;transition:opacity .2s ease}.side-menu-logo:hover{opacity:.8}.side-menu-logo-image{height:36px;object-fit:contain;width:36px}.side-menu-user{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;display:flex;gap:12px;padding:20px}.side-menu-avatar{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:50%;color:#000;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;width:40px}.side-menu-user-info{flex:1 1}.side-menu-user-name{color:#1a1a1b;font-size:16px;font-weight:600;margin-bottom:2px}.side-menu-user-karma{color:#878a8c;font-size:12px}.side-menu-content{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:0;scrollbar-width:none}.side-menu-content::-webkit-scrollbar{background:#0000;width:0}.side-menu:hover .side-menu-content{scrollbar-width:thin}.side-menu:hover .side-menu-content::-webkit-scrollbar{width:8px}.side-menu:hover .side-menu-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.side-menu:hover .side-menu-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.side-menu:hover .side-menu-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.side-menu-section{padding:8px 0}.side-menu-item{align-items:center;background:none;border:none;border-radius:8px;color:#1a1a1b;cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:12px;margin:2px 8px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%;word-break:break-word}.side-menu-item:hover{background-color:#f6f7f8}.side-menu-item.active{background-color:#fff4e6;color:#ff9220;font-weight:600}.side-menu-sub-item{font-size:14px;padding-left:44px}.side-menu-icon{align-items:center;color:inherit;display:flex;flex-shrink:0;justify-content:center}.side-menu-divider{background-color:#e0e0e0;height:1px;margin:8px 0}.side-menu-footer{margin-top:auto;padding-bottom:20px}@media (max-width:1024px){.side-menu-overlay{animation:fadeIn .3s ease;background-color:#00000080;bottom:0;display:block;right:0;z-index:899}.side-menu,.side-menu-overlay{left:0;position:fixed;top:120px;top:var(--app-header-height,120px)}.side-menu{border-radius:0;border-right:1px solid #e0e0e0;box-shadow:2px 0 10px #0000001a;height:calc(100vh - 120px);height:calc(100vh - var(--app-header-height, 120px));max-width:85%;transform:translateX(-100%);width:280px;z-index:900}.side-menu--open{transform:translateX(0)}.side-menu--closed{transform:translateX(-100%)}.side-menu-mobile-header{display:flex}}@media (min-width:1025px){.side-menu{transform:translateX(0)!important}.side-menu-mobile-header,.side-menu-overlay{display:none!important}}@media (max-width:768px){.side-menu{max-width:85%;width:280px}.side-menu-header{padding:16px 12px}.side-menu-item{font-size:14px;margin:2px 6px;padding:10px 12px}.side-menu-sub-item{padding-left:40px}}@media (max-width:480px){.side-menu{max-width:100%;width:100%}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.community-screen__error,.community-screen__loader{align-items:center;color:#0f172a;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:70vh}.community-screen__loading-state{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;justify-content:center;min-height:50vh;padding:32px 16px;width:100%}.community-screen__loading-header{display:flex;gap:12px}.community-screen__loading-pill{animation:community-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:999px;flex:1 1;height:14px;width:140px}.community-screen__loading-pill--short{width:90px}.community-screen__loading-label{color:#64748b;font-size:14px}.community-screen__error button{background:#ff7833;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px}.community-page{background:#fff;display:flex;min-height:100vh}.community-layout{grid-gap:32px;align-items:start;display:grid;flex:1 1;gap:32px;grid-template-columns:minmax(0,680px) 300px;margin-left:0;padding-bottom:32px;padding-top:32px}.community-main-area{display:flex;flex-direction:column;gap:20px}.community-main-area--full{width:100%}.community-main-header{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;justify-content:space-between;padding:16px 20px}.community-tabs{align-items:center;background:#f1f5f9;border-radius:999px;display:inline-flex;gap:12px;padding:4px}.community-tab{background:#0000;border:none;border-radius:999px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:8px 18px;transition:background .2s ease,color .2s ease}.community-tab.is-active{background:#fff;color:#0f172a}.community-post-meta{color:#64748b;font-size:13px;font-weight:600}.community-feed,.community-skeleton{display:flex;flex-direction:column;gap:16px}.community-skeleton__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;min-height:180px;overflow:hidden;padding:20px}.community-skeleton__header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.community-skeleton__avatar{animation:community-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:50%;height:48px;width:48px}.community-skeleton__lines{display:flex;flex:1 1;flex-direction:column;gap:8px}.community-skeleton__line{animation:community-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px;height:12px}.community-skeleton__line+.community-skeleton__line{margin-top:10px}.community-skeleton__line--long{width:80%}.community-skeleton__line--medium{width:65%}.community-skeleton__line--short{width:50%}.community-skeleton__line--xshort{width:35%}.community-feed__empty{background:#fff;border:1px solid #e2e8f0;border-radius:16px;color:#475569;padding:48px 32px;text-align:center}.community-feed__empty h3{color:#0f172a;font-size:18px;margin:0 0 12px}.community-feed__empty p{font-size:14px;margin:0}.community-sidebar{display:flex;flex-direction:column;gap:18px;position:-webkit-sticky;position:sticky;top:100px}.community-sidebar__card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;flex-direction:column;gap:14px;padding:18px}.community-sidebar__card-header{align-items:center;color:#0f172a;display:flex;font-size:14px;font-weight:700;justify-content:space-between}.community-sidebar__label{color:#64748b;font-size:13px;font-weight:600}.community-sidebar__search{position:relative}.community-sidebar__search input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;padding:12px 14px;transition:border-color .2s ease;width:100%}.community-sidebar__search input:focus{background:#fff;border-color:#6366f1;outline:none}.community-sidebar__search-clear{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:18px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.community-sort{position:relative}.community-sort__toggle{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;display:inline-flex;font-weight:600;gap:12px;justify-content:space-between;padding:10px 14px;width:100%}.community-sort__chevron{color:#94a3b8;font-size:12px}.community-sort__dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:14px;left:0;padding:8px;position:absolute;right:0;top:calc(100% + 8px);z-index:20}.community-sort__option{background:#0000;border:none;border-radius:10px;color:#334155;cursor:pointer;font-size:14px;padding:10px 12px;text-align:left;transition:background .2s ease;width:100%}.community-sort__option:hover{background:#f1f5f9}.community-sort__option.is-selected{background:#6366f114;color:#4338ca;font-weight:600}.community-sidebar__chips{display:flex;flex-wrap:wrap;gap:10px}.community-sidebar__clear{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:12px}.community-sidebar__card--selected{background:#f8fafc}.community-fab{align-items:center;background:linear-gradient(135deg,#ff8c42,#ff5b77);border:none;border-radius:50%;bottom:32px;color:#fff;cursor:pointer;display:flex;font-size:32px;font-weight:600;height:56px;justify-content:center;line-height:1;position:fixed;right:32px;width:56px}.community-fab:hover{transform:translateY(-2px)}.community-modal-overlay{align-items:flex-end;background:#0f172a5c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.community-modal{animation:community-modal-slide-up .28s ease;background:#fff;border-radius:24px;overflow:hidden;width:min(520px,100%)}.community-modal__header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px}.community-modal__title{color:#0f172a;font-size:18px;font-weight:700;margin:0}.community-modal__close{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:24px}.community-modal__body{display:flex;flex-direction:column;gap:16px;padding:24px}.community-modal__search{position:relative}.community-modal__search input{border:1px solid #e2e8f0;border-radius:12px;font-size:14px;padding:12px 16px;width:100%}.community-modal__search input:focus{border-color:#6366f1;outline:none}.community-modal__clear{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:18px;position:absolute;right:12px;top:8px}.community-modal__list{display:flex;flex-direction:column;gap:8px;max-height:360px;overflow-y:auto}.community-modal__item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;color:#0f172a;cursor:pointer;display:flex;font-size:14px;justify-content:space-between;padding:12px 16px;transition:transform .2s ease}.community-modal__item:hover{transform:translateY(-1px)}.community-modal__item.is-selected{background:#4ade801f;border-color:#16a34a;color:#166534;font-weight:600}.community-modal__check{font-size:18px}.community-modal__empty,.community-modal__placeholder{color:#64748b;padding:32px;text-align:center}@keyframes community-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes community-modal-slide-up{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.community-mobile-toolbar{display:none}.community-mobile-sort-button{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 14px;position:relative;white-space:nowrap}.community-mobile-search{flex:1 1;position:relative}.community-mobile-search input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;font-size:14px;padding:10px 14px;transition:border-color .2s ease;width:100%}.community-mobile-search input:focus{background:#fff;border-color:#6366f1;outline:none}.community-mobile-search__clear{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:18px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.community-mobile-filters-button{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;display:flex;justify-content:center;padding:10px 14px;position:relative;white-space:nowrap}.community-mobile-filters-button__badge{background:#ef4444;border-radius:10px;color:#fff;font-size:10px;font-weight:700;min-width:18px;padding:2px 6px;position:absolute;right:-4px;text-align:center;top:-4px}.community-mobile-sort-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:14px;left:0;min-width:200px;padding:8px;position:absolute;top:calc(100% + 8px);z-index:100}.community-mobile-sort-option{background:#0000;border:none;border-radius:10px;color:#334155;cursor:pointer;font-size:14px;padding:10px 12px;text-align:left;transition:background .2s ease;width:100%}.community-mobile-sort-option:hover{background:#f1f5f9}.community-mobile-sort-option.is-selected{background:#6366f114;color:#4338ca;font-weight:600}.community-filters-modal-content{display:flex;flex-direction:column;gap:24px}.community-filters-modal__section{display:flex;flex-direction:column;gap:14px}.community-filters-modal__section-header{align-items:center;color:#0f172a;display:flex;font-size:14px;font-weight:700;justify-content:space-between}.community-filters-modal__clear{background:#0000;border:none;color:#ef4444;cursor:pointer;font-size:12px}.community-filters-modal__chips{display:flex;flex-wrap:wrap;gap:10px}.community-sidebar--hidden{display:none!important}@media (max-width:1200px){.community-layout{grid-template-columns:minmax(0,1fr);margin-left:0;padding:24px 24px 40px}.community-sidebar{position:static;width:100%}.community-main-header{align-items:flex-start;flex-direction:column;gap:16px}}@media (max-width:1024px){.community-layout{gap:16px;grid-template-columns:1fr}.community-mobile-toolbar{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:12px;margin-top:16px;padding:12px;position:relative}.community-sidebar{display:none!important}.community-main-header{align-items:center;flex-direction:row;justify-content:space-between}.community-post-meta{font-size:12px}}@media (max-width:768px){.community-layout{padding:20px 16px 36px}.community-sidebar__card{padding:16px}.community-feed__empty{padding:36px 24px}.community-fab{bottom:20px;right:20px}.community-mobile-toolbar{gap:8px;padding:10px}.community-mobile-filters-button,.community-mobile-sort-button{font-size:13px;padding:8px 12px}.community-mobile-sort-button span{display:none}.community-mobile-search input{font-size:13px;padding:8px 12px}}@media (max-width:640px){.community-tabs{justify-content:space-between;width:100%}.community-tab{flex:1 1;text-align:center}}.rchip{align-items:center;background:#f8fafc;border:1px solid #0000;border-radius:999px;color:#0f172a;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:8px 14px;transition:background .2s ease,border-color .2s ease,transform .2s ease}.rchip:hover{transform:translateY(-1px)}.rchip--primary{background:#6366f11f;border-color:#6366f152;color:#4338ca}.rchip--secondary{background:#f66f6f1f;border-color:#f66f6f52;color:#b91c1c}.rchip--outline{background:#fff;border-color:#e2e8f0;color:#0f172a}.rchip.is-selected.rchip--outline{background:#6366f11f;border-color:#6366f15c;color:#4338ca}.rchip--small{font-size:13px;padding:6px 12px}.rchip__check{font-size:12px}.comment-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;display:flex;flex-direction:column;gap:12px;padding:16px 18px;width:100%}.comment-card__user-row{align-items:center;display:flex;gap:12px}.comment-card__avatar-button{background:#0000;border:none;cursor:pointer;padding:0}.comment-card__avatar{align-items:center;border-radius:50%;color:#fff;display:inline-flex;font-size:14px;font-weight:700;height:42px;justify-content:center;letter-spacing:.5px;width:42px}.comment-card__user-info{display:flex;flex:1 1;flex-direction:column;gap:2px}.comment-card__title-row{align-items:center;display:flex;gap:6px}.comment-card__title{color:#ea580c;font-size:13px;font-weight:600}.comment-card__badge{height:16px;width:16px}.comment-card__name{color:#0f172a;font-size:14px;font-weight:600}.comment-card__time{color:#64748b;font-size:12px}.comment-card__menu-button{background:#0000;border:none;color:#475569;cursor:pointer;font-size:22px;padding:4px 8px}.comment-card__content p{color:#334155;font-size:14px;line-height:1.6;margin:0}.comment-card__actions{align-items:center;display:flex;justify-content:space-between}.comment-card__left-actions{align-items:center;display:flex;gap:8px}.comment-card__action-button{align-items:center;background:#f8fafc;border:none;border-radius:999px;color:#1f2937;cursor:pointer;display:inline-flex;gap:6px;padding:6px 12px;transition:background .2s ease,transform .2s ease}.comment-card__action-button:hover:not(:disabled){background:#e2e8f0;transform:translateY(-1px)}.comment-card__action-button:disabled{background:#f1f5f9;cursor:not-allowed;transform:none}.comment-card__action-text{font-size:13px;font-weight:600}.comment-card-modal__overlay{align-items:flex-end;background:#0f172a5c;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.comment-card-modal{animation:comment-card-modal-up .24s ease;background:#fff;border-radius:20px;position:relative;width:min(360px,100%)}.comment-card-modal__close{background:#0000;border:none;color:#94a3b8;cursor:pointer;font-size:20px;position:absolute;right:12px;top:10px}.comment-card-modal__body{display:flex;flex-direction:column;gap:8px;padding:24px 18px 12px}.comment-card__modal-menu{display:flex;flex-direction:column;gap:6px}.comment-card__modal-item{align-items:center;background:#f8fafc;border:none;border-radius:14px;color:#0f172a;cursor:pointer;display:flex;font-size:14px;gap:12px;justify-content:space-between;padding:12px 14px;transition:background .2s ease,transform .2s ease}.comment-card__modal-item:hover{background:#e2e8f0;transform:translateY(-1px)}.comment-card__modal-item--danger{background:#fef2f2;color:#dc2626}.comment-card__modal-item--danger:hover{background:#fee2e2}.comment-card__modal-leading{align-items:center;display:inline-flex;gap:10px}@keyframes comment-card-modal-up{0%{opacity:0;transform:translateY(36px)}to{opacity:1;transform:translateY(0)}}.user-follow-card{align-items:center;border-bottom:1px solid #e2e8f0;cursor:pointer;display:flex;gap:14px;padding:14px 16px;transition:background .2s ease}.user-follow-card:hover{background:#f8fafc}.user-follow-card__avatar{align-items:center;background:#fde68a;border-radius:50%;color:#1f2937;display:inline-flex;font-size:16px;font-weight:700;height:46px;justify-content:center;letter-spacing:.4px;width:46px}.user-follow-card__info{display:flex;flex:1 1;flex-direction:column;gap:2px}.user-follow-card__name{color:#0f172a;font-size:15px;font-weight:600}.user-follow-card__title{color:#f97316;font-size:13px;font-weight:600}.user-follow-card__karma{color:#64748b;font-size:12px}.user-follow-card__button{background:linear-gradient(135deg,#f59e0b,#f97316);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.user-follow-card__button:hover:not(:disabled){box-shadow:0 10px 20px #f9731640;transform:translateY(-1px)}.user-follow-card__button:disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed}.user-follow-card__button--unfollow{background:#f1f5f9;border:1px solid #e2e8f0;color:#1f2937}.user-follow-card__button--unfollow:hover:not(:disabled){background:#e2e8f0}.profile-hero__avatar{border-radius:40px}@media (max-width:768px){.profile-hero__avatar{border-radius:24px;font-size:20px;height:56px;width:56px}}@media (max-width:640px){.profile-hero__avatar{border-radius:20px;font-size:18px;height:48px;width:48px}}.profile-hero__title{text-transform:uppercase}.profile-hero-follow-button{background:#fff3;font-size:15px;padding:10px 20px;transition:background .2s ease,color .2s ease}.profile-button:disabled{color:#94a3b8;opacity:.6}.profile-empty{background:#fff;border:1px solid #e2e8f0;border-radius:20px;gap:16px;margin:0 auto;max-width:500px;padding:48px 32px}.profile-empty h2{color:#0f172a;font-size:20px;font-weight:700;margin:0}.profile-empty h3{margin:0}.profile-empty p{color:#64748b;font-size:14px;line-height:1.5;margin:0}.profile-skeleton{animation:profile-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%}.user-level-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.user-level-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.user-level-main{box-sizing:border-box;margin:0 auto;max-width:960px;padding:32px 32px 80px}@media (max-width:1024px){.user-level-main{padding:24px 20px 64px}}@media (max-width:640px){.user-level-main{padding:16px 12px 48px}}.user-level-container{display:flex;flex-direction:column;gap:28px}@media (max-width:1024px){.user-level-container{gap:24px}}@media (max-width:768px){.user-level-container{gap:20px}}@media (max-width:640px){.user-level-container{gap:16px}}.user-level-hero{grid-gap:24px;align-items:center;background:linear-gradient(135deg,#ff922b,#ffd34f);border-radius:24px;color:#fff;display:grid;gap:24px;grid-template-columns:1fr 160px;padding:28px}@media (max-width:1024px){.user-level-hero{border-radius:20px;gap:20px;padding:24px}}@media (max-width:768px){.user-level-hero{border-radius:18px;gap:16px;padding:20px}}@media (max-width:640px){.user-level-hero{border-radius:16px;gap:12px;padding:16px}}.user-level-hero__info{display:flex;flex-direction:column;gap:8px}.user-level-hero__label{font-size:14px;letter-spacing:.25px;opacity:.85;text-transform:uppercase}@media (max-width:768px){.user-level-hero__label{font-size:13px}}@media (max-width:640px){.user-level-hero__label{font-size:12px}}.user-level-hero__value{font-size:42px;font-weight:700;line-height:1}@media (max-width:1024px){.user-level-hero__value{font-size:36px}}@media (max-width:768px){.user-level-hero__value{font-size:32px}}@media (max-width:640px){.user-level-hero__value{font-size:28px}}.user-level-hero__title{align-items:center;background:#ffffff2e;border-radius:999px;display:inline-flex;font-size:16px;font-weight:600;padding:6px 14px;width:-webkit-fit-content;width:fit-content}@media (max-width:768px){.user-level-hero__title{font-size:14px;padding:5px 12px}}@media (max-width:640px){.user-level-hero__title{font-size:12px;padding:4px 10px}}.user-level-hero__badge{align-items:center;display:flex;justify-content:center}.user-level-hero__badge img{height:120px;object-fit:contain;width:120px}@media (max-width:1024px){.user-level-hero__badge img{height:100px;width:100px}}@media (max-width:768px){.user-level-hero__badge img{height:90px;width:90px}}@media (max-width:640px){.user-level-hero__badge img{height:80px;width:80px}}.user-level-progress{background:#fff;border:1px solid #eef2ff;border-radius:20px;padding:24px}@media (max-width:1024px){.user-level-progress{border-radius:18px;padding:20px}}@media (max-width:768px){.user-level-progress{border-radius:16px;padding:18px}}@media (max-width:640px){.user-level-progress{border-radius:14px;padding:16px}}.user-level-progress__header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.user-level-progress__header h2{color:#0f172a;font-size:18px;font-weight:600;margin:0}.user-level-progress__header span{color:#64748b;font-size:14px;font-weight:600}@media (max-width:768px){.user-level-progress__header h2{font-size:16px}.user-level-progress__header span{font-size:13px}}@media (max-width:640px){.user-level-progress__header h2{font-size:15px}.user-level-progress__header span{font-size:12px}}.user-level-progress__bar{background:#e2e8f0;border-radius:999px;height:10px;overflow:hidden;width:100%}.user-level-progress__fill{background:#fb9800;border-radius:999px;height:100%;transition:width .4s ease}@media (max-width:640px){.user-level-progress__bar{height:8px}}.user-level-max{background:#ecfdf3;border:1px solid #bbf7d0;border-radius:20px;color:#166534;font-weight:600;padding:24px;text-align:center}@media (max-width:768px){.user-level-max{border-radius:18px;font-size:15px;padding:20px}}@media (max-width:640px){.user-level-max{border-radius:16px;font-size:14px;padding:16px}}.user-level-list{background:#fff;border:1px solid #eef2ff;border-radius:20px;padding:24px}@media (max-width:1024px){.user-level-list{border-radius:18px;padding:20px}}@media (max-width:768px){.user-level-list{border-radius:16px;padding:18px}}@media (max-width:640px){.user-level-list{border-radius:14px;padding:16px}}.user-level-list__header{margin-bottom:20px}.user-level-list__header h3{color:#0f172a;font-size:18px;font-weight:700;margin:0}@media (max-width:768px){.user-level-list__header h3{font-size:16px}}@media (max-width:640px){.user-level-list__header h3{font-size:15px}}.user-level-list__items{display:flex;flex-direction:column;gap:12px}@media (max-width:768px){.user-level-list__items{gap:10px}}@media (max-width:640px){.user-level-list__items{gap:8px}}.user-level-card{grid-gap:16px;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;display:grid;gap:16px;grid-template-columns:auto 1fr auto;padding:16px 18px;transition:transform .18s ease}.user-level-card:hover{transform:translateY(-2px)}@media (max-width:1024px){.user-level-card{gap:14px;padding:14px 16px}}@media (max-width:768px){.user-level-card{border-radius:14px;gap:12px;padding:12px 14px}}@media (max-width:640px){.user-level-card{border-radius:12px;gap:10px;padding:10px 12px}}.user-level-card.is-current{background:#fff7ed;border:2px solid #f97316}.user-level-card.is-completed{background:#f0fdf4;border-color:#86efac}.user-level-card__badge{align-items:center;display:flex;flex-shrink:0;height:58px;justify-content:center;position:relative;width:58px}.user-level-card__badge img{height:58px;object-fit:contain;width:58px}@media (max-width:768px){.user-level-card__badge,.user-level-card__badge img{height:50px;width:50px}}@media (max-width:640px){.user-level-card__badge,.user-level-card__badge img{height:44px;width:44px}}.user-level-card__indicator{align-items:center;background:#f97316;border-radius:50%;color:#fff;display:flex;height:20px;justify-content:center;position:absolute;right:-6px;top:-6px;width:20px}@media (max-width:640px){.user-level-card__indicator{height:18px;right:-4px;top:-4px;width:18px}}.user-level-card__info{display:flex;flex-direction:column;gap:4px}.user-level-card__name{color:#0f172a;font-size:16px;font-weight:600}.user-level-card.is-current .user-level-card__name{color:#f97316}.user-level-card__points{color:#64748b;font-size:13px;font-weight:600}@media (max-width:768px){.user-level-card__name{font-size:15px}.user-level-card__points{font-size:12px}}@media (max-width:640px){.user-level-card__name{font-size:14px}.user-level-card__points{font-size:11px}}.user-level-card.is-current .user-level-card__points{color:#f97316}.user-level-card.is-completed .user-level-card__points{color:#15803d}.user-level-card__check{align-items:center;background:#dcfce7;border-radius:999px;color:#16a34a;display:flex;flex-shrink:0;height:26px;justify-content:center;width:26px}@media (max-width:640px){.user-level-card__check{height:22px;width:22px}}.user-level-empty{background:#fff;border-radius:20px;margin-top:80px;padding:40px;text-align:center}.user-level-empty h2{font-size:20px;font-weight:700;margin-bottom:12px}.user-level-empty p{color:#64748b;font-size:14px}@media (max-width:768px){.user-level-empty{border-radius:18px;margin-top:60px;padding:32px}.user-level-empty h2{font-size:18px}.user-level-empty p{font-size:13px}}@media (max-width:640px){.user-level-empty{border-radius:16px;margin-top:40px;padding:24px}.user-level-empty h2{font-size:16px}.user-level-empty p{font-size:12px}}@media (max-width:768px){.user-level-hero{grid-template-columns:1fr;text-align:center}.user-level-hero__badge{order:-1}.user-level-progress__header{align-items:flex-start;flex-direction:column;gap:8px}}@media (max-width:640px){.user-level-hero__info,.user-level-progress__header{gap:6px}}.faq-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.faq-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.faq-main{box-sizing:border-box;margin:0 auto;max-width:960px;padding:32px 32px 80px}@media (max-width:1024px){.faq-main{padding:24px 20px 64px}}@media (max-width:640px){.faq-main{padding:16px 12px 48px}}.faq-header{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.faq-header h1{font-size:32px;font-weight:700;margin:0}.faq-header p{color:#475569;font-size:16px;margin:0;max-width:640px}.faq-categories{display:flex;gap:12px;margin-bottom:24px}.faq-category-tab{align-items:center;background:#f1f5f9;border:1px solid #0000;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:10px 18px;transition:background .2s ease,color .2s ease,border .2s ease}.faq-category-tab.active{background:#fb9800;border-color:#fb9800;color:#fff}.faq-category-tab:hover{background:#fde5d7}@media (max-width:1024px){.faq-header{gap:10px;margin-bottom:28px}.faq-header h1{font-size:28px}.faq-header p{font-size:15px}}@media (max-width:768px){.faq-header{gap:8px;margin-bottom:24px}.faq-header h1{font-size:24px}.faq-header p{font-size:14px}}@media (max-width:640px){.faq-header{gap:6px;margin-bottom:20px}.faq-header h1{font-size:22px}.faq-header p{font-size:13px}}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-community-info{grid-gap:16px;background:linear-gradient(135deg,#fb980026,#ffffff1a);border:1px solid #fb980040;border-radius:24px;color:#0f172a;display:grid;gap:16px;margin-bottom:32px;padding:24px}.faq-community-description{background:#fff;border-radius:18px;padding:18px}.faq-community-description p{font-size:15px;line-height:1.6;margin:0}.faq-community-points{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.faq-point-item{background:#fff;border:1px solid #fb980059;border-radius:16px;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:120px;padding:18px}.faq-point-label,.faq-point-value{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;margin:0}.faq-point-label{color:#f97316;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.faq-point-value{color:#0f172a;font-size:18px;font-weight:700}@media (max-width:768px){.faq-list{gap:14px}}@media (max-width:640px){.faq-list{gap:12px}}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;transition:border .2s ease}.faq-item.is-expanded{border-color:#f97316}@media (max-width:768px){.faq-item{border-radius:16px}}@media (max-width:640px){.faq-item{border-radius:14px}}.faq-item__header{align-items:center;background:#fff7ed;border:none;cursor:pointer;display:flex;gap:16px;justify-content:space-between;padding:20px 24px;transition:transform .2s ease;width:100%}.faq-item__header:hover{transform:translateY(-1px)}@media (max-width:768px){.faq-item__header{gap:14px;padding:18px 20px}}@media (max-width:640px){.faq-item__header{gap:12px;padding:16px 18px}}.faq-item__label{align-items:center;display:flex;flex:1 1;gap:16px;min-width:0;text-align:left}@media (max-width:768px){.faq-item__label{gap:12px}}@media (max-width:640px){.faq-item__label{gap:10px}}.faq-item__number{align-items:center;background:#0f172a;border-radius:50%;color:#fff;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:700;height:32px;justify-content:center;width:32px}.faq-item__question{color:#0f172a;font-size:16px;font-weight:600}@media (max-width:768px){.faq-item__number{font-size:13px;height:28px;width:28px}.faq-item__question{font-size:15px}}@media (max-width:640px){.faq-item__number{font-size:12px;height:24px;width:24px}.faq-item__question{font-size:14px}}.faq-item__icon{align-items:center;color:#f97316;display:inline-flex;flex-shrink:0;justify-content:center}@media (max-width:640px){.faq-item__icon{height:16px;width:16px}}.faq-item__content{overflow:hidden;padding:0 24px;transition:max-height .35s ease,padding .35s ease}.faq-item__content p{color:#475569;font-size:15px;line-height:1.6;margin:0;padding:0 0 24px;text-align:left;white-space:pre-line}.faq-community-levels{background:linear-gradient(135deg,#fb98001f,#ffffffe6);border:1px solid #fb980066;border-radius:22px;padding:24px}.faq-levels-list{grid-gap:12px;display:grid;gap:12px;margin-top:12px}.faq-level-item{align-items:center;background:#fff;border:1px solid #0f172a14;border-radius:16px;display:flex;justify-content:space-between;padding:14px 18px}.faq-level-title{color:#0f172a;font-size:15px;font-weight:600}.faq-level-range{color:#475569;font-size:13px}@media (max-width:768px){.faq-item__content{padding:0 20px}.faq-item__content p{font-size:14px;line-height:1.5;padding-bottom:20px}}@media (max-width:640px){.faq-item__content{padding:0 18px}.faq-item__content p{font-size:13px;line-height:1.5;padding-bottom:16px}}.faq-item:not(.is-expanded) .faq-item__content p{padding-bottom:0}@media (max-width:768px){.faq-item__header{align-items:center;flex-direction:row}}.support-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.support-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.support-main{box-sizing:border-box;margin:0 auto;max-width:880px;padding:32px 32px 72px}@media (max-width:1024px){.support-main{padding:24px 20px 64px}}@media (max-width:640px){.support-main{padding:16px 12px 48px}}.support-header{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.support-header h1{font-size:34px;font-weight:700;margin:0}.support-header p{color:#475569;font-size:16px;margin:0;max-width:600px}.support-user{color:#64748b;font-size:14px}@media (max-width:1024px){.support-header{gap:8px;margin-bottom:24px}.support-header h1{font-size:28px}.support-header p{font-size:15px}.support-user{font-size:13px}}@media (max-width:768px){.support-header{margin-bottom:20px}.support-header h1{font-size:24px}.support-header p{font-size:14px}.support-user{font-size:12px}}@media (max-width:640px){.support-header{gap:6px;margin-bottom:16px}.support-header h1{font-size:22px}.support-header p{font-size:13px}.support-user{font-size:11px}}.support-card{background:#fff;border:1px solid #eef2ff;border-radius:20px;display:flex;flex-direction:column;gap:20px;padding:28px}@media (max-width:1024px){.support-card{border-radius:18px;gap:18px;padding:24px}}@media (max-width:768px){.support-card{border-radius:16px;gap:16px;padding:20px}}@media (max-width:640px){.support-card{border-radius:14px;gap:14px;padding:16px}}.support-chip-group{display:flex;flex-wrap:wrap;gap:10px}.support-chip{background:#f8fafc;border:1px solid #cbd5f5;border-radius:999px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:10px 18px;transition:transform .18s ease}.support-chip:hover{transform:translateY(-1px)}.support-chip.is-selected{background:#fb9800;border-color:#0000;color:#fff}@media (max-width:768px){.support-chip{font-size:13px;padding:8px 16px}}@media (max-width:640px){.support-chip{font-size:12px;padding:6px 14px}.support-chip-group{gap:8px}}.support-form__label{color:#0f172a;font-size:15px;font-weight:600}.support-form__textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:16px;color:#0f172a;font-size:15px;font-weight:500;min-height:220px;padding:16px;resize:vertical;transition:border .18s ease;width:100%}.support-form__textarea:focus{background:#fff;border-color:#f97316;outline:none}@media (max-width:768px){.support-form__label{font-size:14px}.support-form__textarea{border-radius:14px;font-size:14px;min-height:180px;padding:14px}}@media (max-width:640px){.support-form__label{font-size:13px}.support-form__textarea{border-radius:12px;font-size:13px;min-height:160px;padding:12px}}.support-submit{align-self:flex-start;background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:12px 28px;transition:transform .2s ease}.support-submit:hover:not(:disabled){background:#fa8a00;transform:translateY(-1px)}.support-submit:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}@media (max-width:768px){.support-submit{font-size:14px;padding:10px 24px}}@media (max-width:640px){.support-submit{font-size:13px;padding:10px 20px;width:100%}}.support-snackbar{align-items:center;border-radius:14px;bottom:32px;color:#fff;display:inline-flex;gap:16px;left:50%;min-width:280px;padding:14px 20px;position:fixed;transform:translateX(-50%);z-index:1100}@media (max-width:640px){.support-snackbar{border-radius:12px;bottom:16px;gap:12px;left:12px;min-width:auto;padding:12px 16px;right:12px;transform:none}}.support-snackbar button{background:#0000;border:none;color:inherit;cursor:pointer;font-size:18px;line-height:1}.settings-row{align-items:center;background:#fff8e1;border-radius:14px;box-sizing:border-box;display:flex;gap:12px;justify-content:space-between;padding:14px 18px;transition:opacity .2s ease;width:100%}.settings-row:not(.is-disabled):hover{opacity:.95}.settings-row.is-disabled{opacity:.55}.settings-row__label{color:#0f172a;font-size:15px;font-weight:600}.settings-row__switch{align-items:center;display:inline-flex;height:24px;position:relative;width:46px}.settings-row__switch input{height:0;opacity:0;width:0}.settings-row__slider{background-color:#cbd5f5;border-radius:999px;inset:0;position:absolute;transition:background-color .2s ease}.settings-row__slider:before{background:#fff;border-radius:50%;box-shadow:0 2px 6px #0f172a40;content:"";height:20px;left:2px;position:absolute;top:2px;transition:transform .2s ease;width:20px}.settings-row__switch input:checked+.settings-row__slider{background:linear-gradient(135deg,#f97316,#fb923c)}.settings-row__switch input:checked+.settings-row__slider:before{transform:translateX(22px)}.settings-row__switch input:disabled+.settings-row__slider{background:#e2e8f0}.settings-row__switch input:disabled+.settings-row__slider:before{box-shadow:none}.notification-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.notification-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.notification-main{box-sizing:border-box;margin:0 auto;max-width:1040px;padding:32px 32px 80px}.notification-header{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:28px}.notification-header h1{font-size:34px;font-weight:700;margin:0 0 8px}.notification-header p{color:#475569;font-size:16px;margin:0;max-width:620px}.notification-save{background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:12px;box-shadow:0 4px 12px #f9731640;color:#fff;cursor:pointer;font-size:15px;font-weight:700;letter-spacing:.3px;overflow:hidden;padding:14px 32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.notification-save:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.notification-save:hover:not(:disabled):before{left:100%}.notification-save:hover:not(:disabled){background:linear-gradient(135deg,#fb923c,#fdba74);box-shadow:0 8px 24px #f9731666;transform:translateY(-2px)}.notification-save:active:not(:disabled){box-shadow:0 4px 12px #f973164d;transform:translateY(0)}.notification-save:disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed;transform:none}.notification-card{background:#fff;border:1px solid #eef2ff;border-radius:24px;box-shadow:0 24px 50px #0f172a14;display:flex;flex-direction:column;gap:32px;padding:28px}.notification-section h2{font-size:20px;font-weight:700;margin:0 0 10px}.notification-section p{color:#64748b;font-size:15px;margin:0 0 18px}.notification-brands{display:flex;flex-direction:column;gap:16px}.notification-brands__chips{display:flex;flex-wrap:wrap;gap:10px}.notification-brands__empty{color:#94a3b8;font-size:14px;font-style:italic}.notification-edit{align-self:flex-start;background:#f1f5f9;border:none;border-radius:999px;color:#0f172a;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s ease,transform .2s ease}.notification-edit:hover{background:#e2e8f0;transform:translateY(-1px)}.notification-rows{display:flex;flex-direction:column;gap:14px}.notification-chip{background:#f8f9ff;border:1px solid #dbe2ff;border-radius:999px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:transform .18s ease,background .18s ease,border .18s ease,color .18s ease}.notification-chip:hover{background:#fff;transform:translateY(-1px)}.notification-chip.is-selected{background:linear-gradient(135deg,#f97316,#fb923c);border-color:#0000;box-shadow:0 12px 24px #f9731640;color:#fff}.notification-modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.notification-modal__backdrop{background:#0f172a80;inset:0;position:absolute}.notification-modal__panel{background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f172a47;display:flex;flex-direction:column;max-height:80vh;max-width:720px;overflow:hidden;position:relative;width:calc(100% - 40px)}.notification-modal__header{align-items:center;border-bottom:1px solid #eef2ff;display:flex;justify-content:space-between;padding:20px 24px}.notification-modal__header h3{font-size:20px;font-weight:700;margin:0}.notification-modal__header button{background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;font-size:18px;height:32px;width:32px}.notification-modal__body{display:flex;flex:1 1;flex-direction:column;gap:18px;overflow-y:auto;padding:24px}.notification-modal__description{color:#475569;font-size:15px;margin:0}.notification-modal__chips{display:flex;flex-wrap:wrap;gap:10px}.notification-modal__footer{border-top:1px solid #eef2ff;display:flex;gap:12px;justify-content:flex-end;padding:18px 24px}.modal-button{transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.modal-button--secondary:hover{background:#e2e8f0}.modal-button--primary{background:linear-gradient(135deg,#f97316,#fb923c);color:#fff}.modal-button--primary:hover{box-shadow:0 12px 24px #f9731640;transform:translateY(-1px)}@media (max-width:1280px){.notification-main{padding:32px 24px 72px}}@media (max-width:1024px){.notification-main{padding:28px 20px 68px}}@media (max-width:768px){.notification-header{align-items:stretch;flex-direction:column}.notification-save{align-self:flex-start}.notification-main{padding:24px 18px 64px}}.notification-snackbar{align-items:center;animation:notification-snackbar-slide-up .3s ease;background:#0f172a;border-radius:12px;bottom:28px;box-shadow:0 8px 24px #0003;color:#fff;display:inline-flex;gap:16px;left:50%;max-width:90vw;min-width:320px;padding:16px 20px;position:fixed;transform:translateX(-50%);z-index:1200}@keyframes notification-snackbar-slide-up{0%{opacity:0;transform:translateX(-50%) translateY(100%)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.notification-snackbar span{flex:1 1;font-size:14px;line-height:1.5}.notification-snackbar button{align-items:center;background:#0000;border:none;border-radius:4px;color:inherit;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;padding:4px;transition:background .2s ease}.notification-snackbar button:hover{background:#ffffff1a}.notification-snackbar--success{background:#16a34a}.notification-snackbar--error{background:#dc2626}.notification-snackbar--info{background:#0f172a}@media (max-width:640px){.notification-snackbar{bottom:20px;left:16px;max-width:none;min-width:auto;padding:14px 18px;right:16px;transform:none}.notification-snackbar span{font-size:13px}@keyframes notification-snackbar-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}}@media (max-width:520px){.notification-page{padding-left:0}.notification-main{padding:20px 16px 56px}.notification-card{padding:22px}}.account-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.account-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.account-main{box-sizing:border-box;margin:0 auto;max-width:960px;padding:32px 32px 96px}@media (max-width:1024px){.account-main{padding:24px 20px 80px}}@media (max-width:640px){.account-main{padding:16px 12px 64px}}.account-header{display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.account-header h1{font-size:34px;font-weight:700;margin:0 0 8px}.account-header p{color:#475569;font-size:16px;margin:0;max-width:640px}@media (max-width:1024px){.account-header{gap:20px;margin-bottom:20px}.account-header h1{font-size:28px}.account-header p{font-size:15px}}@media (max-width:768px){.account-header{align-items:flex-start;flex-direction:column;gap:16px;margin-bottom:20px}.account-header h1{font-size:24px}.account-header p{font-size:14px}}@media (max-width:640px){.account-header{gap:12px;margin-bottom:16px}.account-header h1{font-size:22px}.account-header p{font-size:13px}}.account-card{background:#fff;border:1px solid #eef2ff;border-radius:24px;display:flex;flex-direction:column;gap:24px;padding:28px}@media (max-width:1024px){.account-card{border-radius:20px;gap:20px;padding:24px}}@media (max-width:768px){.account-card{border-radius:18px;gap:18px;padding:20px}}@media (max-width:640px){.account-card{border-radius:16px;gap:16px;padding:16px}}.account-card+.account-card{margin-top:32px}@media (max-width:1024px){.account-card+.account-card{margin-top:28px}}@media (max-width:768px){.account-card+.account-card{margin-top:24px}}@media (max-width:640px){.account-card+.account-card{margin-top:20px}}.account-card h2{font-size:20px;font-weight:700;margin:0}@media (max-width:768px){.account-card h2{font-size:18px}}@media (max-width:640px){.account-card h2{font-size:16px}}.account-details{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media (max-width:1024px){.account-details{gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.account-details{gap:14px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:640px){.account-details{gap:12px;grid-template-columns:1fr}}.account-details div{display:flex;flex-direction:column;gap:6px}.account-details span{color:#94a3b8;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.account-details strong{color:#0f172a;font-size:16px;font-weight:700}@media (max-width:768px){.account-details span{font-size:12px}.account-details strong{font-size:15px}}@media (max-width:640px){.account-details span{font-size:11px}.account-details strong{font-size:14px}}.account-socials h3{font-size:18px;font-weight:700;margin:0 0 14px}.account-socials>div{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}@media (max-width:768px){.account-socials h3{font-size:16px;margin-bottom:12px}.account-socials>div{gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width:640px){.account-socials h3{font-size:15px;margin-bottom:10px}.account-socials>div{gap:10px;grid-template-columns:1fr}}.account-actions{display:flex;justify-content:flex-end}.account-actions button{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:transform .2s ease}.account-actions button:hover{background:#fa8a00;transform:translateY(-1px)}@media (max-width:768px){.account-actions button{font-size:13px;padding:8px 20px}}@media (max-width:640px){.account-actions{justify-content:stretch}.account-actions button{font-size:12px;padding:8px 16px;width:100%}}.account-security{display:flex;flex-direction:column;gap:12px}.account-security button{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;color:#0f172a;cursor:pointer;display:flex;font-size:15px;font-weight:600;justify-content:space-between;padding:16px 18px;transition:transform .2s ease}.account-security button:hover{transform:translateY(-1px)}@media (max-width:768px){.account-security button{border-radius:14px;font-size:14px;padding:14px 16px}}@media (max-width:640px){.account-security button{border-radius:12px;font-size:13px;padding:12px 14px}}.account-security__arrow{color:#94a3b8;font-size:18px}@media (max-width:640px){.account-security__arrow{font-size:16px}}.account-page--center{align-items:center;background:#0000;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100vh}.account-error{color:#ef4444;font-weight:600}.account-retry{background:#0f172a;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px}.account-skeleton{animation:account-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.account-skeleton--title{height:34px;margin-bottom:8px;width:280px}.account-skeleton--subtitle{height:16px;max-width:100%;width:480px}.account-skeleton--heading{height:20px;margin-bottom:24px;width:180px}.account-skeleton--label{height:13px;margin-bottom:6px;width:80px}.account-skeleton--value{height:16px;width:140px}.account-skeleton--button{border-radius:16px;height:50px;width:100%}.account-card--refreshing{overflow:hidden;position:relative}.account-card--refreshing:before{animation:account-shimmer-overlay 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@keyframes account-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes account-shimmer-overlay{0%{left:-100%}to{left:100%}}@media (max-width:1024px){.account-skeleton--title{height:28px;width:240px}.account-skeleton--subtitle{height:15px;width:400px}}@media (max-width:768px){.account-skeleton--title{height:24px;width:200px}.account-skeleton--subtitle{height:14px;width:320px}.account-skeleton--heading{height:18px;width:160px}}@media (max-width:640px){.account-skeleton--title{height:22px;width:180px}.account-skeleton--subtitle{height:13px;width:280px}.account-skeleton--heading{height:16px;width:140px}}.account-modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.account-modal__backdrop{background:#0f172a80;inset:0;position:absolute}.account-modal__panel{background:#fff;border-radius:24px;display:flex;flex-direction:column;gap:16px;padding:24px;position:relative;width:min(460px,calc(100vw - 40px))}@media (max-width:640px){.account-modal__panel{border-radius:20px 20px 0 0;gap:14px;padding:20px;width:calc(100vw - 24px)}.account-modal{align-items:flex-end}}.account-modal__header{align-items:center;display:flex;justify-content:space-between}.account-modal__header h3{font-size:20px;font-weight:700;margin:0}@media (max-width:640px){.account-modal__header h3{font-size:18px}}.account-modal__header button{background:#f1f5f9;border:none;border-radius:50%;cursor:pointer;font-size:18px;height:32px;width:32px}.account-modal__subtitle{color:#ef4444;font-size:14px;font-weight:600;margin:0}.account-modal__body{color:#475569;font-size:15px}@media (max-width:640px){.account-modal__subtitle{font-size:13px}.account-modal__body{font-size:14px}}.account-modal__footer{display:flex;gap:12px;justify-content:flex-end}.modal-button{border:none;border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;padding:10px 22px;transition:transform .18s ease}.modal-button--secondary{background:#f1f5f9;color:#0f172a}.modal-button--secondary:hover{transform:translateY(-1px)}.modal-button--danger{background:#ef4444;color:#fff}.modal-button--danger:hover{background:#dc2626;transform:translateY(-1px)}@media (max-width:640px){.modal-button{font-size:13px;padding:8px 18px}.account-modal__footer{flex-direction:column-reverse;gap:10px}.account-modal__footer .modal-button{width:100%}}.account-modal__description{color:#475569;font-size:15px;line-height:1.6;margin:0}@media (max-width:640px){.account-modal__description{font-size:14px;line-height:1.5}}.account-snackbar{align-items:center;background:#0f172a;border-radius:14px;bottom:28px;box-shadow:0 4px 12px #00000026;color:#fff;display:inline-flex;gap:16px;left:50%;min-width:280px;padding:14px 18px;position:fixed;transform:translateX(-50%);z-index:1100}.account-snackbar button{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;margin-left:8px;padding:0}.account-snackbar--success{background:#16a34a}.account-snackbar--error{background:#dc2626}.account-snackbar--info{background:#0f172a}@media (max-width:640px){.account-snackbar{bottom:20px;font-size:13px;left:16px;min-width:auto;padding:12px 16px;right:16px;transform:none}}.edit-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.edit-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.edit-main{box-sizing:border-box;display:flex;flex-direction:column;gap:28px;margin:0 auto;max-width:960px;padding:32px 32px 96px}@media (max-width:1024px){.edit-main{gap:24px}}@media (max-width:768px){.edit-main{gap:20px}}@media (max-width:640px){.edit-main{gap:16px}}.edit-header{display:flex;gap:24px;justify-content:space-between}.edit-header h1{font-size:32px;font-weight:700;margin:0}.edit-header p{color:#64748b;font-size:15px;margin:8px 0 0}@media (max-width:768px){.edit-header h1{font-size:24px}.edit-header p{font-size:14px}}@media (max-width:640px){.edit-header h1{font-size:20px}.edit-header p{font-size:13px}}.edit-actions{display:flex;gap:12px}.edit-button{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 24px;transition:transform .2s ease}.edit-button:hover{transform:translateY(-1px)}@media (max-width:640px){.edit-button{font-size:13px;padding:8px 18px}}.edit-button--ghost{background:#f1f5f9;color:#0f172a}.edit-card{background:#0000;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex-direction:column;gap:24px;padding:28px}@media (max-width:768px){.edit-card{border-radius:20px;gap:20px;padding:20px}}@media (max-width:640px){.edit-card{border-radius:16px;gap:16px;padding:16px}}.edit-card h2{font-size:20px;font-weight:700;margin:0}@media (max-width:768px){.edit-card h2{font-size:18px}}@media (max-width:640px){.edit-card h2{font-size:16px}}.edit-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.edit-grid--social{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}@media (max-width:1024px){.edit-grid{gap:18px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.edit-grid--social{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.edit-grid{gap:16px}.edit-grid,.edit-grid--social{grid-template-columns:1fr}}.edit-field{display:flex;flex-direction:column;gap:8px}.edit-field span{color:#94a3b8;font-size:13px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.edit-field input{background:#f9fbff;border:1px solid #d1d5db;border-radius:14px;color:#0f172a;font-size:15px;font-weight:500;padding:12px 16px;transition:border .2s ease}@media (max-width:768px){.edit-field span{font-size:12px}.edit-field input{font-size:14px;padding:10px 14px}}@media (max-width:640px){.edit-field span{font-size:11px}.edit-field input{border-radius:12px;font-size:13px;padding:9px 12px}}.edit-field input:focus{background:#fff;border-color:#f97316;outline:none}.edit-field--social{position:relative}.edit-field__input-wrapper{align-items:center;display:flex;gap:8px;position:relative}.edit-field__input{flex:1 1;padding-right:12px}.edit-field__clear-button{align-items:center;background:#0000000d;border:none;border-radius:50%;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;min-width:36px;transition:all .2s cubic-bezier(.4,0,.2,1);width:36px}.edit-field__clear-button:hover{transform:scale(1.1) rotate(90deg)}.edit-field__clear-button:active{transform:scale(.95)}.edit-footer{display:flex;gap:12px;justify-content:flex-end;margin-top:auto}.edit-page--center{align-items:center;background:#0000;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:100vh}.edit-loading{animation:edit-spin .8s linear infinite;border:4px solid #0f172a1f;border-radius:50%;border-top-color:#f97316;height:48px;width:48px}@keyframes edit-spin{to{transform:rotate(1turn)}}@media (max-width:1280px){.edit-main{padding:28px 24px 80px}}@media (max-width:1024px){.edit-main{padding:24px 20px 72px}}@media (max-width:768px){.edit-header{align-items:flex-start;flex-direction:column}.edit-actions{justify-content:flex-end;width:100%}.edit-main{padding:20px 18px 68px}}@media (max-width:520px){.edit-main{padding:20px 16px 60px}.edit-card{padding:22px}}.addpost-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.addpost-layout{display:block;flex:1 1;min-height:calc(100vh - 72px);width:100%}.addpost-main{box-sizing:border-box;display:flex;flex-direction:column;gap:28px;margin:0 auto;max-width:1040px;padding:32px 32px 96px}.addpost-header h1{font-size:34px;font-weight:700;margin:0}.addpost-header p{color:#64748b;font-size:16px;margin:8px 0 0;max-width:640px}.addpost-form{gap:24px}.addpost-card,.addpost-form{display:flex;flex-direction:column}.addpost-card{background:#0000;border:1px solid #e2e8f0;border-radius:24px;box-shadow:none;gap:18px;padding:28px}.addpost-field{display:flex;flex-direction:column;gap:10px}.addpost-field__label{color:#0f172a;font-size:16px;font-weight:700}.addpost-field input,.addpost-field textarea{background:#f9fbff;border:1px solid #d1d5db;border-radius:16px;color:#0f172a;font-size:15px;font-weight:500;padding:14px 18px;transition:border .2s ease,box-shadow .2s ease}.addpost-field input:focus,.addpost-field textarea:focus{background:#fff;border-color:#f97316;box-shadow:0 0 0 3px #f973162e;outline:none}.addpost-field textarea{min-height:120px;resize:vertical}.addpost-field__meta{color:#94a3b8;display:flex;font-size:12px;justify-content:flex-end}.addpost-field input.has-error,.addpost-field textarea.has-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef444433}.addpost-alert{border-radius:14px;font-size:14px;font-weight:600;padding:12px 16px}.addpost-alert--warning{background:#fff7ed;color:#f97316}.addpost-alert--error{background:#fee2e2;color:#b91c1c}.addpost-section-title{font-size:18px;font-weight:700}.addpost-section-subtitle{color:#64748b;font-size:14px;margin:-8px 0 4px}.addpost-image-selector{align-items:center;background:#f8f9ff;border:2px dashed #cbd5f5;border-radius:16px;color:#475569;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;padding:18px 24px;transition:background .2s ease,transform .2s ease}.addpost-image-selector:hover{background:#eef2ff;transform:translateY(-1px)}.addpost-image-selector input{display:none}.addpost-image-preview{background:#0f172a;border-radius:18px;overflow:hidden;position:relative}.addpost-image-preview img{height:260px;object-fit:cover;width:100%}.addpost-image-preview button{background:#0f172acc;border:none;border-radius:999px;bottom:16px;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 18px;position:absolute;right:16px}.addpost-image-overlay{align-items:center;background:#0f172a99;color:#fff;display:flex;font-size:16px;font-weight:600;inset:0;justify-content:center;position:absolute}.addpost-action{align-self:flex-start;background:#f1f5f9;border:none;border-radius:999px;color:#0f172a;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:background .2s ease}.addpost-action:hover:not(:disabled){background:#e2e8f0}.addpost-action:disabled{cursor:not-allowed;opacity:.6}.addpost-selected-tags{display:flex;flex-wrap:wrap;gap:8px}.addpost-chip{background:#f8f9ff;border:1px solid #dbe2ff;border-radius:999px;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:transform .2s ease,background .2s ease}.addpost-chip:hover{background:#eef2ff;transform:translateY(-1px)}.addpost-chip.is-selected{background:linear-gradient(135deg,#f97316,#fb923c);border-color:#0000;box-shadow:0 12px 24px #f9731640;color:#fff}.addpost-radio-group{display:flex;flex-direction:column;gap:12px}.addpost-radio{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;gap:12px;padding:14px 16px;transition:transform .2s ease,border .2s ease,background .2s ease}.addpost-radio__marker{border:2px solid #cbd5f5;border-radius:50%;height:18px;position:relative;width:18px}.addpost-radio.is-selected .addpost-radio__marker:after{background:linear-gradient(135deg,#f97316,#fb923c);border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.addpost-radio.is-selected{background:#fff7ed;border-color:#f97316}.addpost-footer{display:flex;justify-content:flex-end}.addpost-submit{background:linear-gradient(135deg,#f97316,#fb923c);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:12px 24px;transition:transform .2s ease,box-shadow .2s ease}.addpost-submit:hover:not(:disabled){box-shadow:0 20px 40px #f9731652;transform:translateY(-1px)}.addpost-submit:disabled{background:#e2e8f0;box-shadow:none;color:#94a3b8;cursor:not-allowed}.addpost-modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:1100}.addpost-modal__backdrop{background:#0f172a80;inset:0;position:absolute}.addpost-modal__panel{background:#fff;border-radius:24px;box-shadow:0 24px 60px #0f172a47;display:flex;flex-direction:column;max-height:80vh;overflow:hidden;position:relative;width:min(520px,calc(100vw - 40px))}.addpost-modal__header{align-items:center;border-bottom:1px solid #eef2ff;display:flex;justify-content:space-between;padding:16px 24px}.addpost-modal__header h3{font-size:18px;font-weight:700;margin:0}.addpost-modal__header button{background:#f1f5f9;border:none;border-radius:999px;cursor:pointer;font-size:18px;height:32px;width:32px}.addpost-modal__body{overflow-y:auto;padding:0}.addpost-modal__search{padding:16px 24px}.addpost-modal__search input{border:1px solid #d1d5db;border-radius:999px;font-size:14px;padding:10px 16px;width:100%}.addpost-modal__list{display:flex;flex-direction:column;gap:12px;padding:0 24px 24px}.addpost-modal__list button{background:#f8f9ff;border:none;border-radius:14px;color:#0f172a;cursor:pointer;font-size:15px;font-weight:600;padding:12px 16px;text-align:left;transition:background .2s ease}.addpost-modal__list button:hover{background:#eef2ff}.addpost-modal__empty{color:#94a3b8;padding:40px 0;text-align:center}@media (max-width:1024px){.addpost-main{padding:24px 18px 72px}}@media (max-width:520px){.addpost-main{padding:20px 16px 64px}.addpost-card{padding:22px}}.report-page{background-color:#fff;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.report-layout{display:flex;min-height:calc(100vh - 64px)}.report-main{box-sizing:border-box;flex:1 1;gap:28px;margin:0 auto;max-width:1200px;width:100%}.report-header,.report-main{display:flex;flex-direction:column;padding:32px}.report-header{background:linear-gradient(135deg,#ff9220,#ffb84d);border-radius:20px;box-shadow:0 12px 32px #ff922040;gap:20px;overflow:hidden;position:relative}.report-header:before{background:radial-gradient(circle,#ffffff26 0,#0000 70%);content:"";height:200%;pointer-events:none;position:absolute;right:-50%;top:-50%;width:200%}.report-header__title{align-items:center;display:flex;gap:16px;position:relative;z-index:1}.report-header__title svg{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.report-header__title h1{color:#fff;font-size:36px;font-weight:800;letter-spacing:-.02em;margin:0;text-shadow:0 2px 8px #00000026}.report-header__subtitle{color:#fffffff2;font-size:16px;line-height:1.7;max-width:680px;position:relative;text-shadow:0 1px 3px #0000001a;z-index:1}.report-target,.report-target__card{display:flex;flex-direction:column;gap:20px}.report-target__card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#ffffffeb,#f8fafcf5);border:1px solid #e2e8f0e6;border-radius:18px;box-shadow:0 25px 45px #0f172a1f;padding:28px}.report-target__user{align-items:center;display:flex;gap:16px}.report-target__avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:56px;justify-content:center;overflow:hidden;position:relative;width:56px}.report-target__avatar-image{display:block;height:100%;object-fit:cover;width:100%}.report-target__avatar-initials{align-items:center;color:#fff;display:flex;font-size:20px;font-weight:700;height:100%;justify-content:center;letter-spacing:.5px;text-transform:uppercase;width:100%}.report-target__meta{display:flex;flex-direction:column;gap:4px}.report-target__name{color:#1f2937;font-size:17px;font-weight:600}.report-target__content{display:flex;flex-direction:column;gap:10px}.report-target__title{color:#0f172a;font-size:20px;font-weight:700}.report-target__text{color:#475569;font-size:15px;line-height:1.6;white-space:pre-line}.report-target__image{align-items:center;background:#f1f5f9;border-radius:12px;display:flex;justify-content:center;margin-top:16px;max-height:400px;overflow:hidden;position:relative;width:100%}.report-target__image img{display:block;height:auto;max-height:400px;object-fit:contain;object-position:center;width:100%}@media (max-width:768px){.report-target__image{border-radius:10px;max-height:300px}.report-target__image img{max-height:300px}}@media (max-width:640px){.report-target__image{border-radius:8px;margin-top:12px;max-height:250px}.report-target__image img{max-height:250px}}.report-message{align-items:center;border:1px solid #0000;border-radius:14px;display:flex;font-size:14px;font-weight:500;gap:12px;padding:16px 18px}.report-message--error{background-color:#fee2e2;border-color:#fecaca;color:#b91c1c}.report-message--warning{background-color:#fef3c7;border-color:#fde68a;color:#92400e}.report-message--offline{background-color:#e0f2fe;border-color:#bae6fd;color:#0369a1}.report-form{background:linear-gradient(135deg,#fffffffa,#f1f5f9f2);border:1px solid #e2e8f0e6;border-radius:24px;box-shadow:0 28px 60px #0f172a1a;gap:28px;padding:32px 36px}.report-form,.report-section{display:flex;flex-direction:column}.report-section{gap:20px}.report-section__header h2{color:#0f172a;font-size:20px;font-weight:700}.report-section__header p{color:#64748b;font-size:14px;line-height:1.6;max-width:600px}.report-reasons{display:flex;flex-direction:column;gap:14px}.report-reason{align-items:center;background:#f8fafce6;border:1px solid #cbd5e1b3;border-radius:16px;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto;padding:18px 20px;position:relative;transition:all .2s ease}.report-reason input[type=radio]{opacity:0;pointer-events:none;position:absolute}.report-reason__body{display:flex;flex-direction:column;gap:6px}.report-reason__label{color:#0f172a;font-size:15px;font-weight:600}.report-reason__description{color:#475569;font-size:13px}.report-reason__indicator{background:#fff;border:2px solid #cbd5f5;border-radius:50%;height:20px;transition:all .2s ease;width:20px}.report-reason.is-selected{background:#e0f2feeb;border-color:#1da1f2;box-shadow:0 14px 28px #1da1f22e}.report-reason.is-selected .report-reason__indicator{background:radial-gradient(circle at center,#1da1f2 45%,#fff 0);border-color:#1da1f2}.report-textarea{background-color:#f8fafcf2;border:1px solid #cbd5f5;border-radius:16px;color:#0f172a;font-size:14px;line-height:1.6;min-height:180px;padding:18px;resize:vertical;transition:border-color .2s ease,background-color .2s ease;width:100%}.report-textarea:focus{background-color:#fff;border-color:#1da1f28c;outline:2px solid #1da1f28c;outline-offset:2px}.report-actions{display:flex;gap:12px;justify-content:flex-end}.report-actions__primary,.report-actions__secondary{border:none;border-radius:14px;cursor:pointer;font-size:15px;font-weight:600;min-width:150px;padding:14px 18px;transition:transform .2s ease,box-shadow .2s ease}.report-actions__secondary{background-color:#e2e8f0;color:#1f2937}.report-actions__secondary:hover{background-color:#cbd5f5;box-shadow:0 10px 18px #94a3b838}.report-actions__primary{background:linear-gradient(135deg,#1da1f2,#2563eb);box-shadow:0 18px 34px #2563eb52;color:#fff}.report-actions__primary:hover{box-shadow:0 22px 40px #2563eb61;transform:translateY(-1px)}.report-actions__primary:disabled{background:linear-gradient(135deg,#cbd5f5,#94a3b8);box-shadow:none;cursor:not-allowed}.report-empty{align-items:center;background:linear-gradient(135deg,#fffffff2,#f1f5f9e6);border:1px solid #e2e8f0e6;border-radius:22px;box-shadow:0 28px 60px #0f172a1a;display:flex;flex-direction:column;gap:18px;margin-top:24px;padding:56px 36px;text-align:center}.report-empty h2{color:#0f172a;font-size:24px;font-weight:700}.report-empty p{color:#475569;font-size:15px;line-height:1.6;max-width:520px}.report-empty__button{background:linear-gradient(135deg,#1da1f2,#2563eb);border:none;border-radius:14px;box-shadow:0 16px 28px #2563eb47;color:#fff;cursor:pointer;font-weight:600;padding:14px 20px;transition:transform .2s ease,box-shadow .2s ease}.report-empty__button:hover{box-shadow:0 22px 40px #2563eb52;transform:translateY(-2px)}@media (max-width:1024px){.report-main{max-width:100%;padding:28px 24px}}@media (max-width:768px){.report-main{padding:24px 20px}.report-header{border-radius:16px;gap:16px;padding:24px}.report-header__title{gap:12px}.report-header__title h1{font-size:28px}.report-header__subtitle{font-size:15px;font-size:14px}.report-form,.report-target__card{padding:20px}.report-reason{gap:12px;grid-template-columns:1fr;padding:16px}.report-actions{align-items:stretch;flex-direction:column}.report-actions__primary{width:100%}}.report-snackbar{align-items:center;animation:report-snackbar-slide-up .3s ease;background:#fff;border:1px solid #e2e8f0;border-radius:12px;bottom:28px;box-shadow:0 8px 24px #00000026;color:#0f172a;display:inline-flex;gap:16px;left:50%;max-width:90vw;min-width:320px;padding:16px 20px;position:fixed;transform:translateX(-50%);z-index:1200}@keyframes report-snackbar-slide-up{0%{opacity:0;transform:translateX(-50%) translateY(100%)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.report-snackbar span{color:inherit;flex:1 1;font-size:14px;line-height:1.5}.report-snackbar button{align-items:center;background:#0000;border:none;border-radius:4px;color:inherit;cursor:pointer;display:inline-flex;flex-shrink:0;justify-content:center;opacity:.7;padding:4px;transition:background .2s ease}.report-snackbar button:hover{background:#0000000d;opacity:1}.report-snackbar--success{background:#fff;border-color:#86efac;color:#16a34a}.report-snackbar--error{background:#fff;border-color:#fca5a5;color:#dc2626}.report-snackbar--info{background:#fff;border-color:#e2e8f0;color:#0f172a}@media (max-width:640px){.report-snackbar{bottom:20px;left:16px;max-width:none;min-width:auto;padding:14px 18px;right:16px;transform:none}.report-snackbar span{font-size:13px}@keyframes report-snackbar-slide-up{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.report-main{gap:24px;padding:20px 16px}.report-header{border-radius:14px;gap:14px;padding:20px}.report-header__title{gap:10px}.report-header__title h1{font-size:24px}.report-header__subtitle{font-size:14px}.report-form,.report-target__card{border-radius:16px;padding:16px}.report-section{gap:16px}.report-section__header h2{font-size:18px}.report-section__header p{font-size:13px}.report-reason{padding:14px}.report-reason__label{font-size:14px}.report-reason__description{font-size:12px}.report-textarea{font-size:14px;min-height:140px;padding:14px}.report-actions__primary{font-size:14px;padding:12px 16px}}.profile-page{background:#0000;color:#0f172a;display:flex;flex-direction:column;min-height:100vh;width:100%}.profile-layout{display:block;min-height:calc(100vh - 72px);width:100%}.profile-main{box-sizing:border-box;margin:0 auto;max-width:1040px;padding:24px 32px 80px;position:relative;width:100%}@media (max-width:640px){.profile-main{padding:16px 12px 48px}}.profile-hero{background:linear-gradient(135deg,#ff922b,#ffd34f);border-radius:24px;color:#fff;overflow:hidden;padding:28px;position:relative}@media (max-width:1024px){.profile-hero{border-radius:20px;padding:24px}}@media (max-width:768px){.profile-hero{border-radius:18px;padding:20px}}@media (max-width:640px){.profile-hero{border-radius:16px;padding:16px}}.profile-hero__overlay{background:#ffffff1f;inset:0;mix-blend-mode:screen;opacity:.35;pointer-events:none;position:absolute}.profile-hero__content{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;position:relative}.profile-hero__user{align-items:center;display:flex;gap:20px}.profile-hero__avatar{align-items:center;background:#fff3;border-radius:50%;display:inline-flex;flex-shrink:0;font-size:24px;font-weight:700;height:64px;justify-content:center;letter-spacing:1px;text-transform:uppercase;width:64px}@media (max-width:768px){.profile-hero__avatar{font-size:20px;height:56px;width:56px}}@media (max-width:640px){.profile-hero__avatar{font-size:18px;height:48px;width:48px}}.profile-hero__info{display:flex;flex-direction:column;gap:6px}.profile-hero__title-row{align-items:center;display:flex;gap:8px}.profile-hero__title{background:#ffffff2e;border-radius:999px;font-size:16px;font-weight:600;letter-spacing:.25px;padding:6px 12px}.profile-hero__badge{height:28px;object-fit:contain;width:28px}.profile-hero__name{font-size:26px;font-weight:700;letter-spacing:.3px}@media (max-width:768px){.profile-hero__name{font-size:22px}}@media (max-width:640px){.profile-hero__name{font-size:18px}}.profile-hero__socials{display:flex;gap:10px;margin-top:4px}.profile-hero__socials button{align-items:center;background:#0f172a26;border:none;border-radius:10px;color:#fff;cursor:pointer;display:inline-flex;height:32px;justify-content:center;transition:transform .2s ease,background .2s ease;width:32px}.profile-hero__socials button:hover{transform:translateY(-2px)}.profile-hero__actions{display:flex;gap:12px}.profile-hero__actions button{align-items:center;background:#0f172a26;border:none;border-radius:12px;color:#fff;cursor:pointer;display:inline-flex;height:38px;justify-content:center;transition:transform .2s ease,background .2s ease;width:38px}.profile-hero__actions button:hover{transform:translateY(-2px)}.profile-hero-follow-button{align-items:center;background:#ffffff3d;border:none;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:4px;justify-content:center;min-width:150px;padding:12px 28px;text-transform:none;transition:background .2s ease,color .2s ease,transform .2s ease}.profile-hero-follow-button.is-following,.profile-hero-follow-button:hover:not(:disabled){background:#ffffff59}.profile-hero-follow-button:disabled{cursor:not-allowed;opacity:.7}.profile-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-top:24px;position:relative;z-index:1}.profile-stat{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff29;border:1px solid #ffffff40;border-radius:16px;color:#fff;cursor:default;display:flex;flex-direction:column;gap:6px;min-width:0;padding:14px 12px;text-align:center}@media (max-width:1024px){.profile-stats{gap:10px}.profile-stat{padding:12px 10px}}@media (max-width:768px){.profile-stats{gap:10px;grid-template-columns:repeat(2,1fr);margin-top:20px}.profile-stat{border-radius:14px;padding:12px 10px}}@media (max-width:640px){.profile-stats{gap:8px;grid-template-columns:repeat(2,1fr);margin-top:16px}.profile-stat{border-radius:12px;padding:10px 8px}}.profile-stat button,.profile-stat:focus,.profile-stat:hover{outline:none}.profile-stat__label{font-size:13px;letter-spacing:.4px;opacity:.85;text-transform:uppercase}.profile-stat__label,.profile-stat__value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-stat__value{font-size:20px;font-weight:700}@media (max-width:1024px){.profile-stat__label{font-size:12px}.profile-stat__value{font-size:18px}}@media (max-width:768px){.profile-stat__label{font-size:11px}.profile-stat__value{font-size:16px}}@media (max-width:640px){.profile-stat__label{font-size:10px;letter-spacing:.3px}.profile-stat__value{font-size:14px}}.profile-stat button,.profile-stat.profile-stat,.profile-stat[role=button]{cursor:pointer;transition:transform .18s ease,background .18s ease}.profile-stat.profile-stat:hover{transform:translateY(-2px)}.profile-content{background:#fff;border-radius:24px;margin-top:32px;padding:28px}@media (max-width:1024px){.profile-content{border-radius:20px;margin-top:24px;padding:24px}}@media (max-width:768px){.profile-content{border-radius:18px;margin-top:20px;padding:20px}}@media (max-width:640px){.profile-content{border-radius:16px;margin-top:16px;padding:16px}}.profile-content__header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:16px;justify-content:space-between;padding-bottom:16px}.profile-tabs{align-items:center;background:#f1f5f9;border-radius:14px;display:flex;gap:12px;justify-content:center;padding:6px}.profile-tab{background:#0000;border:none;border-radius:12px;color:#64748b;cursor:pointer;font-size:14px;font-weight:600;padding:9px;transition:background .18s ease,color .18s ease,transform .18s ease;white-space:nowrap}@media (max-width:768px){.profile-tab{font-size:13px;padding:8px 14px}}@media (max-width:640px){.profile-tab{font-size:12px;padding:7px 12px}}.profile-tab.is-active{background:#fff;color:#0f172a;transform:translateY(-1px)}.profile-content__actions{align-items:center;display:flex;gap:12px}.profile-refresh-button{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#0f172a;cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;transition:transform .18s ease,background .18s ease;width:40px}.profile-refresh-button:hover:not(:disabled){background:#e2e8f0;transform:translateY(-1px)}.profile-refresh-button:disabled{cursor:not-allowed;opacity:.6}.profile-refresh-button__icon{display:block}.profile-refresh-button__icon--spinning{animation:profile-refresh-spin 1s linear infinite}@keyframes profile-refresh-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.profile-refresh-button{height:36px;width:36px}.profile-refresh-button__icon{height:16px;width:16px}}@media (max-width:640px){.profile-refresh-button{height:32px;width:32px}.profile-refresh-button__icon{height:14px;width:14px}}.profile-button{background:#fb9800;border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:9px 20px;transition:transform .18s ease}.profile-button:hover:not(:disabled){transform:translateY(-1px)}@media (max-width:640px){.profile-button{font-size:13px;padding:8px 16px}}.profile-button:disabled{background:#cbd5f5;cursor:not-allowed}.profile-button--ghost{background:#f1f5f9;color:#0f172a}.profile-button--ghost:hover:not(:disabled){transform:translateY(-1px)}.profile-feed{display:flex;flex-direction:column;gap:20px;margin-top:20px;position:relative}.profile-feed--refreshing{overflow:hidden;position:relative}.profile-feed--refreshing:before{animation:profile-shimmer-overlay 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.profile-hero--refreshing{overflow:hidden;position:relative}.profile-hero--refreshing:after{animation:profile-shimmer-overlay-hero 1.5s infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);content:"";height:100%;left:-100%;mix-blend-mode:screen;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}@keyframes profile-shimmer-overlay{0%{left:-100%}to{left:100%}}@keyframes profile-shimmer-overlay-hero{0%{left:-100%}to{left:100%}}.profile-empty{align-items:center;background:#f8fafc;border:1px dashed #cbd5f5;border-radius:16px;color:#475569;display:flex;flex-direction:column;gap:10px;padding:32px;text-align:center}.profile-empty h3{color:#0f172a;font-size:17px;font-weight:600}.profile-loading{align-items:center;background:#fff;border:1px dashed #cbd5f5;border-radius:16px;color:#475569;display:flex;flex-direction:column;gap:12px;padding:32px}.profile-loading p{font-size:15px;font-weight:500;margin:0}.profile-alert{align-items:center;background:#fef3c7;border:1px solid #fcd34d;border-radius:16px;color:#92400e;display:inline-flex;font-weight:600;justify-content:center;margin-top:16px;padding:14px 18px}.profile-alert--offline{background:#fef3c7;border-color:#fde68a}.profile-loading-skeleton{display:flex;flex-direction:column;gap:24px}.profile-hero--skeleton{background:linear-gradient(135deg,#ff9220,#ffb347 45%,#ffd043);overflow:hidden;position:relative}.profile-hero--skeleton:before{animation:profile-shimmer-hero 1.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@keyframes profile-shimmer-hero{0%{left:-100%}to{left:100%}}.profile-hero__content--skeleton{align-items:center;position:relative;z-index:2}.profile-skeleton--action-button{border-radius:999px;height:38px;width:38px}.profile-skeleton--stat-card{border-radius:16px;height:80px;width:100%}.profile-stats--skeleton{gap:12px}.profile-loading-text{color:#475569;font-size:14px;margin:0;text-align:center}.profile-skeleton{animation:profile-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#e2e8f0,#f1f5f9 50%,#e2e8f0);background-size:200% 100%;border-radius:8px}.profile-skeleton--avatar{border-radius:50%;flex-shrink:0;height:80px;width:80px}.profile-skeleton--title-row{height:20px;margin-bottom:8px;width:180px}.profile-skeleton--name{height:28px;margin-bottom:12px;width:200px}.profile-skeleton--socials{height:32px;width:120px}.profile-skeleton--stat-label{height:12px;margin-bottom:6px;width:60px}.profile-skeleton--stat-value{height:20px;width:40px}.profile-skeleton--tabs{height:40px;width:300px}.profile-skeleton--refresh-button{border-radius:50%;height:40px;width:40px}.profile-skeleton--card{border-radius:16px;height:200px;width:100%}@keyframes profile-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media (max-width:768px){.profile-skeleton--avatar{height:70px;width:70px}.profile-skeleton--title-row{height:18px;width:160px}.profile-skeleton--name{height:24px;width:180px}.profile-skeleton--socials{height:28px;width:100px}.profile-skeleton--tabs{height:36px;width:250px}.profile-skeleton--refresh-button{height:36px;width:36px}}@media (max-width:640px){.profile-skeleton--avatar{height:60px;width:60px}.profile-skeleton--title-row{height:16px;width:140px}.profile-skeleton--name{height:22px;width:160px}.profile-skeleton--socials{height:24px;width:80px}.profile-skeleton--tabs{height:32px;width:200px}.profile-skeleton--refresh-button{height:32px;width:32px}}.profile-modal{align-items:center;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.profile-modal__backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a73;inset:0;position:absolute}.profile-modal__panel{animation:profile-modal-in .22s ease;background:#fff;border-radius:20px;max-height:80vh;overflow-y:auto;padding:24px;position:relative}.profile-modal__panel--medium{width:min(480px,calc(100vw - 32px))}.profile-modal__panel--large{width:min(640px,calc(100vw - 32px))}@keyframes profile-modal-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-modal__header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.profile-modal__header h3{color:#0f172a;font-size:18px;font-weight:700;margin:0}.profile-modal__close{align-items:center;background:#f1f5f9;border:none;border-radius:9px;color:#0f172a;cursor:pointer;display:inline-flex;height:32px;justify-content:center;width:32px}.profile-modal__close:hover{transform:scale(1.05)}.profile-modal__body,.profile-settings{display:flex;flex-direction:column;gap:12px}.profile-settings button{grid-gap:16px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;color:#0f172a;cursor:pointer;display:grid;font-size:15px;font-weight:600;gap:16px;grid-template-columns:24px 1fr 20px;padding:14px 16px;transition:border .18s ease,background .18s ease,transform .18s ease}.profile-settings button:hover{transform:translateY(-1px)}.profile-settings__logout{border-color:#dc262640!important;color:#dc2626}.profile-follow-empty{color:#475569;padding:40px 20px;text-align:center}.profile-follow-list{display:flex;flex-direction:column;max-height:60vh;overflow-y:auto;padding-right:6px}.profile-snackbar{align-items:center;background:#0f172a;border-radius:14px;bottom:28px;color:#fff;display:inline-flex;gap:16px;left:50%;min-width:280px;padding:14px 18px;position:fixed;transform:translateX(-50%);z-index:1100}.profile-snackbar button{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;justify-content:center}.profile-snackbar--success{background:#16a34a}.profile-snackbar--error{background:#dc2626}.profile-snackbar--info{background:#0f172a}@media (max-width:640px){.profile-snackbar{bottom:20px;font-size:13px;left:16px;min-width:auto;padding:12px 16px;right:16px;transform:none}}@media (max-width:1280px){.profile-main{padding:24px}}@media (max-width:1024px){.profile-main{padding:24px 20px 60px}}@media (max-width:768px){.profile-hero__content{align-items:flex-start;flex-direction:column;gap:16px}.profile-hero__actions{align-self:flex-end}.profile-hero__title{font-size:14px;padding:5px 10px}.profile-hero__badge{height:24px;width:24px}.profile-tabs{justify-content:space-between;padding:4px;width:100%}.profile-content__header{align-items:center;flex-direction:row;gap:12px}.profile-content__actions{flex-shrink:0}}@media (max-width:640px){.profile-hero__user{gap:12px}.profile-hero__info{gap:4px}.profile-hero__title{font-size:12px;padding:4px 8px}.profile-hero__badge{height:20px;width:20px}.profile-hero__socials{gap:8px;margin-top:2px}.profile-hero__socials button{border-radius:8px;height:28px;width:28px}.profile-hero__actions{gap:8px}.profile-hero__actions button{border-radius:10px;height:32px;width:32px}.profile-content__header{flex-wrap:wrap}.profile-tabs{order:1;width:100%}.profile-content__actions{order:2}}.post-detail-page{background:#fff;color:#0f172a;display:flex;flex-direction:column;min-height:100vh}.post-detail-page .cpost-action-button{background:#f8fafc;color:#1f2937}.post-detail-page .cpost-action-button.is-active{background:#f8fafc}.post-detail-page .cpost-action-button__text{color:inherit}.post-detail-layout{display:flex;min-height:calc(100vh - 64px);width:100%}.post-detail-main{align-items:center;box-sizing:border-box;flex:1 1;gap:32px;margin:0 auto;max-width:1080px;padding:0 56px 72px}.post-detail-card,.post-detail-main{display:flex;flex-direction:column;width:100%}.post-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;max-width:100%;overflow:hidden}.post-detail-card__actions{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:20px 32px}.post-detail-back{background:none;border:none;color:#475569;cursor:pointer;font-size:14px;font-weight:600;padding:0;transition:color .2s ease,transform .2s ease}.post-detail-back:hover{color:#1f2937;transform:translateX(-2px)}.post-detail-refresh-button{align-items:center;background:#f1f5f9;border:none;border-radius:50%;color:#0f172a;cursor:pointer;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;transition:transform .2s ease,background .2s ease;width:40px}.post-detail-refresh-button:hover:not(:disabled){background:#e2e8f0;transform:translateY(-1px)}.post-detail-refresh-button:disabled{cursor:not-allowed;opacity:.6}.post-detail-refresh-button__icon{display:block}.post-detail-refresh-button__icon--spinning{animation:post-detail-refresh-spin 1s linear infinite}@keyframes post-detail-refresh-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.post-detail-card__body{padding:32px}.post-detail-comments{background:#fff;border:1px solid #e2e8f0;border-radius:28px;display:flex;flex-direction:column;gap:24px;max-width:100%;padding:28px 32px 36px;width:100%}.post-detail-comments__header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.post-detail-comments__header h2{font-size:24px;font-weight:700}.post-detail-comments__count{color:#475569;font-size:14px}.post-detail-comments__offline{color:#b91c1c;font-size:14px;font-weight:600}.post-detail-comment-input{display:flex;flex-direction:column;gap:12px}.post-detail-comment-input textarea{background:#f8fafc;border:1px solid #cbd5f5;border-radius:16px;color:#0f172a;font-size:14px;min-height:140px;padding:16px;resize:vertical;transition:border-color .2s ease,background .2s ease;width:100%}.post-detail-comment-input textarea:focus{background:#fff;border-color:#2563eb73;outline:2px solid #2563eb73;outline-offset:2px}.post-detail-comment-input:has(textarea:disabled) textarea{background:#f1f5f9;color:#94a3b8}.post-detail-comment-input__actions{display:flex;gap:12px;justify-content:flex-end}.post-detail-comment-input__actions button{background:#fb9800;border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:transform .2s ease,background .2s ease}.post-detail-comment-input__actions button:hover:not(:disabled){background:#fa8a00;transform:translateY(-1px)}.post-detail-comment-input__actions button:disabled{box-shadow:none;cursor:not-allowed;opacity:.65}.post-detail-comments__list{display:flex;flex-direction:column;gap:16px}.post-detail-comments__empty{background:#f8fafc;border:1px dashed #cbd5f5;border-radius:18px;color:#475569;padding:48px 24px;text-align:center}.post-detail-comments__empty h3{font-size:18px;font-weight:700;margin-bottom:6px}.post-detail-loading{align-items:center;display:flex;flex-direction:column;gap:24px;padding:60px 0 80px}.post-detail-skeleton-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 20px 45px #0f172a1a;display:flex;flex-direction:column;gap:14px;max-width:640px;padding:20px;width:100%}.post-detail-skeleton-action-bar{display:flex;gap:12px}.post-detail-skeleton-line{animation:post-detail-shimmer 1.4s ease infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400% 100%;border-radius:999px;height:12px}.post-detail-skeleton-line--short{width:80px}.post-detail-skeleton-line--medium{width:120px}.post-detail-skeleton-line--long{height:16px;width:100%}.post-detail-skeleton-line--title{height:18px;width:60%}.post-detail-skeleton-line--body{height:14px;width:100%}@keyframes post-detail-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.post-detail-empty,.post-detail-error{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:24px;display:flex;flex-direction:column;gap:18px;max-width:100%;padding:60px 44px;text-align:center;width:100%}.post-detail-error__connection{color:#b91c1c;font-weight:600}.post-detail-empty__actions,.post-detail-error__actions{display:flex;gap:12px}.post-detail-empty__actions button,.post-detail-error__actions button{background:#fb9800;border:none;border-radius:14px;color:#fff;cursor:pointer;font-weight:600;padding:12px 18px;transition:transform .2s ease,background .2s ease}.post-detail-empty__actions button:hover,.post-detail-error__actions button:hover{background:#fa8a00;transform:translateY(-2px)}.post-detail-snackbar{align-items:center;border-radius:14px;bottom:32px;color:#fff;display:flex;font-weight:600;gap:12px;padding:14px 18px;position:fixed;right:32px;z-index:1300}.post-detail-snackbar button{background:#ffffff38;border:none;border-radius:50%;color:#fff;cursor:pointer;font-weight:700;height:26px;width:26px}.post-detail-snackbar--success{background:#16a34a}.post-detail-snackbar--error{background:#ef4444}.post-detail-snackbar--info{background:#3b82f6}@media (max-width:1024px){.post-detail-main{gap:24px;max-width:100%;padding:32px 24px 48px}.post-detail-card__actions{padding:18px 28px}.post-detail-card__body{padding:24px 28px}.post-detail-comments{gap:20px;padding:24px 28px 32px}.post-detail-comments__header h2{font-size:22px}}@media (max-width:768px){.post-detail-main{gap:20px;padding:24px 16px 40px}.post-detail-card{border-radius:20px}.post-detail-card__actions{padding:16px 24px}.post-detail-back{font-size:13px}.post-detail-refresh-button{height:36px;width:36px}.post-detail-refresh-button__icon{font-size:16px}.post-detail-card__body{padding:20px 24px}.post-detail-comments{border-radius:20px;gap:16px;padding:20px 24px 28px}.post-detail-comments__header{align-items:flex-start;flex-direction:column;gap:8px}.post-detail-comments__header h2{font-size:20px}.post-detail-comment-input textarea{font-size:13px;min-height:120px;padding:14px}.post-detail-comment-input__actions{align-items:stretch;flex-direction:column}.post-detail-comment-input__actions button{font-size:14px;padding:10px 16px}.post-detail-empty,.post-detail-error{border-radius:20px;padding:40px 20px}.post-detail-snackbar{bottom:16px;font-size:14px;left:16px;padding:12px 16px;right:16px}}@media (max-width:640px){.post-detail-main{gap:16px;padding:20px 12px 36px}.post-detail-card{border-radius:16px}.post-detail-card__actions{padding:14px 20px}.post-detail-back{font-size:12px}.post-detail-refresh-button{height:32px;width:32px}.post-detail-refresh-button__icon{font-size:14px}.post-detail-card__body{padding:16px 20px}.post-detail-comments{border-radius:16px;padding:16px 20px 24px}.post-detail-comments__header h2{font-size:18px}.post-detail-comments__count{font-size:12px}.post-detail-comment-input textarea{border-radius:12px;font-size:13px;min-height:100px;padding:12px}.post-detail-comment-input__actions button{border-radius:12px;font-size:13px;padding:10px 14px}.post-detail-empty,.post-detail-error{border-radius:16px;padding:32px 16px}.post-detail-loading{padding:60px 0}}.about-page-header{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background-color:#fff0;border-bottom:1px solid #0000;left:0;position:fixed;right:0;top:0;transition:all .5s cubic-bezier(.4,0,.2,1);width:100%;z-index:1000}.about-page-header.is-scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:#fffffffa;border-bottom:1px solid #00000014;box-shadow:0 4px 20px #00000014}.about-page-header__container{align-items:center;box-sizing:border-box;display:flex;height:60px;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.about-page-header__logo{align-items:center;display:flex;flex-shrink:0;height:100%}.about-page-header__logo-image{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));height:130px;max-height:130px;object-fit:contain;transform:scale(1);transition:all .5s cubic-bezier(.4,0,.2,1);width:auto}.about-page-header__logo:hover .about-page-header__logo-image{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transform:scale(1.05)}.about-page-header.is-scrolled .about-page-header__logo-image{filter:drop-shadow(0 1px 3px rgba(0,0,0,.15))}.about-page-header__nav{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:1.5rem;justify-content:center}.about-page-header__nav-item{position:relative}.about-page-header__nav-link{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:400;justify-content:space-between;padding:.5rem .75rem;position:relative;text-decoration:none;text-shadow:0 1px 2px #0000004d;transition:all .5s cubic-bezier(.34,1.56,.64,1);will-change:transform,color}.about-page-header__dropdown-arrow{display:none;font-size:.7rem;margin-left:8px;transition:transform .3s ease}.about-page-header.is-scrolled .about-page-header__nav-link{color:#1a1a1a;text-shadow:none}.about-page-header__nav-link:after{background:linear-gradient(90deg,#667eea,#764ba2);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .4s cubic-bezier(.4,0,.2,1);width:80%}.about-page-header__nav-link:hover:after{transform:translateX(-50%) scaleX(1)}.about-page-header__nav-link:hover{color:#667eea;font-weight:500;text-shadow:none;transform:translateY(-5px) scale(1.05)}.about-page-header__nav-item:hover .about-page-header__nav-link{color:#667eea}.about-page-header__dropdown{animation:fadeInDownScale .5s cubic-bezier(.34,1.56,.64,1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;border-radius:16px;box-shadow:0 20px 60px #0003,0 0 0 1px #0000000d;left:0;margin-top:12px;min-width:220px;padding:8px 0;pointer-events:auto;position:absolute;top:100%;will-change:opacity,transform;z-index:1000}.about-page-header__dropdown-item{border-left:3px solid #0000;color:#1f2937;cursor:pointer;display:block;font-size:.9rem;overflow:hidden;padding:12px 20px;position:relative;text-decoration:none;transition:all .5s cubic-bezier(.34,1.56,.64,1);will-change:transform,background}.about-page-header__dropdown-item:before{background:linear-gradient(90deg,#667eea1a,#764ba21a);content:"";height:100%;left:0;position:absolute;top:0;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.about-page-header__dropdown-item:hover:before{width:100%}.about-page-header__dropdown-item:hover{background:linear-gradient(90deg,#667eea14,#764ba20d);border-left-color:#667eea;color:#667eea;padding-left:28px;transform:translateX(8px) scale(1.02)}.about-page-header__dropdown-item:active{background:#e5e7eb;transform:translateX(3px)}.about-page-header__visit-button{background:linear-gradient(135deg,#ffd66b,#fc0 30%,#fb9800 70%,#ff8a50);border:none;border-radius:8px;box-shadow:0 4px 15px #fc06,0 0 0 0 #ffcc00b3;color:#1a1a1a;cursor:pointer;font-size:.95rem;font-weight:700;overflow:hidden;padding:10px 24px;position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.about-page-header__visit-button--desktop{display:block}.about-page-header__mobile-visit-wrapper,.about-page-header__visit-button--mobile{display:none}.about-page-header__visit-button:before{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .8s cubic-bezier(.34,1.56,.64,1),height .8s cubic-bezier(.34,1.56,.64,1);width:0}.about-page-header__visit-button:hover:before{height:400px;width:400px}.about-page-header__visit-button:hover{background:linear-gradient(135deg,#ff8a50,#fb9800 30%,#fc0 70%,#ffd66b);box-shadow:0 12px 35px #ffcc0080,0 0 0 8px #ffcc001a;color:#0a0a0a;transform:translateY(-5px) scale(1.08)}.about-page-header__visit-button:active{transform:translateY(-1px) scale(1.02)}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDownScale{0%{opacity:0;transform:translateY(-15px) scale(.9) rotate(-1deg)}60%{opacity:.8;transform:translateY(2px) scale(1.05) rotate(.5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}@media (max-width:1024px){.about-page-header__nav{gap:1rem}.about-page-header__nav-link{font-size:.85rem;padding:.5rem}.about-page-header__visit-button{font-size:.85rem;padding:8px 16px}}.about-page-header__mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;margin-left:auto;order:3;padding:8px;position:relative;z-index:1001}.about-page-header__hamburger{display:flex;flex-direction:column;height:20px;justify-content:space-around;position:relative;width:24px}.about-page-header__hamburger span{background-color:#fff;border-radius:3px;height:3px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.about-page-header.is-scrolled .about-page-header__hamburger span{background-color:#1a1a1a}.about-page-header__hamburger.is-open span:first-child{transform:translateY(8.5px) rotate(45deg)}.about-page-header__hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}.about-page-header__hamburger.is-open span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}@media (max-width:768px){.about-page-header__container{flex-wrap:nowrap;height:60px;min-height:60px;padding:1rem;position:relative}.about-page-header__mobile-menu-toggle{display:block}.about-page-header__visit-button--desktop{display:none}.about-page-header__visit-button--mobile{display:block}.about-page-header__mobile-visit-wrapper{border-top:1px solid #00000014;display:block;margin-top:.5rem;padding:1rem 1.5rem}.about-page-header__nav{align-items:stretch;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffffa;box-shadow:0 8px 30px #00000026;flex-direction:column;gap:0;left:0;max-height:0;opacity:0;overflow:hidden;padding:0;position:fixed;right:0;top:60px;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1);z-index:999}.about-page-header__nav.is-open{max-height:85vh;opacity:1;overflow-y:auto}.about-page-header__nav-item{border-bottom:1px solid #00000014;width:100%}.about-page-header__nav-link{align-items:center;color:#1a1a1a;display:flex;font-size:1rem;justify-content:space-between;padding:1rem 1.5rem;text-shadow:none;width:100%}.about-page-header__nav-link:after{display:none}.about-page-header__dropdown-arrow{display:block}.about-page-header__dropdown{animation:none;background:#00000008;border-radius:0;box-shadow:none;display:block!important;margin:0;padding:0;position:static;width:100%}.about-page-header__dropdown-item{border-bottom:1px solid #0000000d;border-left:none;display:block;padding:.75rem 1.5rem .75rem 3rem}.about-page-header__dropdown-item:hover{background:#667eea1a;padding-left:3rem;transform:none}.about-page-header__visit-button--mobile{font-size:.95rem;margin:0;padding:12px 20px;width:100%}}@media (max-width:480px){.about-page-header__container{padding:.75rem}.about-page-header__logo-image{height:100px;max-height:100px}.about-page-header__nav-link{font-size:.95rem;padding:.875rem 1.25rem}.about-page-header__dropdown-item{font-size:.9rem;padding:.625rem 1.25rem .625rem 2.5rem}.about-page-header__visit-button{font-size:.85rem;padding:8px 16px}}.about-page-footer{background:linear-gradient(135deg,#1a1f28,#222831 50%,#1a1f28);color:#fff;margin-top:80px;overflow:hidden;padding:60px 0 30px;position:relative}.about-page-footer:before{animation:gradientFlow 8s ease infinite;background:linear-gradient(135deg,#fb980026,#ffcc001a 25%,#ffd66b14 50%,#ffcc001a 75%,#fb980026);background-size:200% 200%;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}@keyframes gradientFlow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.about-page-footer:after{background:linear-gradient(90deg,#0000,#ffcc004d 20%,#fb980066 50%,#ffcc004d 80%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0;z-index:0}.about-page-footer__container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative;z-index:1}.about-page-footer__top{border-bottom:1px solid #ffffff1a;margin-bottom:50px;padding-bottom:40px}.about-page-footer__brand-section{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.about-page-footer__logo-wrapper{align-items:center;display:flex;gap:12px}.about-page-footer__logo-image{filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));height:80px;max-width:200px;object-fit:contain;transition:all .4s cubic-bezier(.4,0,.2,1);width:auto}.about-page-footer__logo-wrapper:hover .about-page-footer__logo-image{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4));transform:scale(1.05)}.about-page-footer__brand-name{color:#1a1a1a;font-size:1.75rem;font-weight:800;letter-spacing:1px;text-shadow:0 1px 2px #0000001a;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.about-page-footer__logo-wrapper:hover .about-page-footer__brand-name{color:#000;text-shadow:0 2px 4px #00000026;transform:translateX(2px)}.about-page-footer__download-button{align-items:center;background:linear-gradient(135deg,#fc0,#fb9800);border:none;border-radius:8px;box-shadow:0 4px 12px #ffcc004d;color:#222831;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;overflow:hidden;padding:12px 24px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.about-page-footer__download-button:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.about-page-footer__download-button:hover:before{left:100%}.about-page-footer__download-button:hover{background:linear-gradient(135deg,#fb9800,#fc0);box-shadow:0 6px 20px #fc06;transform:translateY(-2px)}.about-page-footer__download-button:active{transform:translateY(0)}.about-page-footer__download-button svg{height:16px;width:16px}.about-page-footer__content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:repeat(4,1fr);margin-bottom:50px}.about-page-footer__section{display:flex;flex-direction:column}.about-page-footer__section-title{color:#ffffffb3;font-size:.95rem;font-weight:600;letter-spacing:.3px;margin:0 0 20px;text-transform:none}.about-page-footer__links{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.about-page-footer__link{color:#ffffffe6;display:inline-block;font-size:.9rem;position:relative;text-decoration:none;transition:all .3s ease}.about-page-footer__link:hover{color:#fc0;transform:translateX(3px)}.about-page-footer__bottom{border-top:1px solid #ffffff1a;justify-content:space-between;padding-top:30px}.about-page-footer__bottom,.about-page-footer__bottom-left{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.about-page-footer__bottom-right,.about-page-footer__social{align-items:center;display:flex;gap:20px}.about-page-footer__social-link{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}.about-page-footer__social-link:hover{background:#fc03;color:#fc0;transform:translateY(-3px) scale(1.1)}.about-page-footer__social-link svg{height:20px;width:20px}.about-page-footer__copyright{color:#ffffffb3;font-size:.85rem}.about-page-footer__copyright-link{color:#ffffffe6;text-decoration:underline;transition:all .3s ease}.about-page-footer__copyright-link:hover{color:#fc0}.about-page-footer__legal-link{color:#ffffffb3;font-size:.85rem;text-decoration:none;transition:all .3s ease}.about-page-footer__legal-link:hover{color:#fc0}.about-page-footer__language-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;gap:6px;padding:8px 16px;transition:all .3s ease}.about-page-footer__language-button:hover{background:#ffffff26;border-color:#ffcc004d;color:#fc0}.about-page-footer__language-button svg{height:12px;width:12px}@media (max-width:1024px){.about-page-footer__content{gap:40px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.about-page-footer{padding:40px 0 20px}.about-page-footer__container{padding:0 1rem}.about-page-footer__brand-section{align-items:flex-start;flex-direction:column;gap:20px}.about-page-footer__logo-image{height:60px;max-width:150px}.about-page-footer__content{gap:30px;grid-template-columns:1fr}.about-page-footer__column-title{font-size:1.1rem}.about-page-footer__column-link{font-size:.9rem}.about-page-footer__bottom{align-items:flex-start;flex-direction:column;gap:20px;padding-top:20px}.about-page-footer__bottom-left{align-items:flex-start;flex-direction:column;gap:10px;width:100%}.about-page-footer__bottom-right{flex-wrap:wrap;justify-content:space-between;width:100%}.about-page-footer__social{gap:15px}}@media (max-width:480px){.about-page-footer{padding:30px 0 15px}.about-page-footer__container{padding:0 .75rem}.about-page-footer__logo-image{height:50px;max-width:120px}.about-page-footer__content{gap:25px}.about-page-footer__column-title{font-size:1rem}.about-page-footer__column-link{font-size:.85rem;padding:.5rem 0}.about-page-footer__social-link{height:32px;width:32px}.about-page-footer__social-link svg{height:18px;width:18px}.about-page-footer__copyright,.about-page-footer__legal-link{font-size:.8rem}.about-page-footer__language-button{font-size:.85rem;padding:6px 12px}}.app-section{background-color:#f8f9fa;color:#1f2937;overflow:hidden;padding:100px 0}.section-header{margin-bottom:50px}.app-section__state{color:#555;margin-bottom:1rem;text-align:center}.app-section__state--error{color:#c0392b}.section-header h2{color:var(--primary);margin-bottom:15px}.app-content-wrapper{align-items:flex-start;display:flex;gap:60px;justify-content:center;margin:0 auto;max-width:1400px}.phone-section{align-items:center;flex-shrink:0}.features-section,.phone-section{display:flex;flex-direction:column;gap:30px}.features-section{flex:1 1;max-width:500px}.feature-item{align-items:flex-start;background:#fff;border-radius:16px;box-shadow:0 6px 22px #0000001f,0 0 0 0 #667eea00;display:flex;gap:20px;opacity:0;overflow:hidden;padding:20px;position:relative;transform:translateX(-40px) scale(.95);transition:all .7s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.feature-item:first-child{animation:featureSlideIn .8s ease-out .2s both}.feature-item:nth-child(2){animation:featureSlideIn .8s ease-out .4s both}.feature-item:nth-child(3){animation:featureSlideIn .8s ease-out .6s both}.feature-item:nth-child(4){animation:featureSlideIn .8s ease-out .8s both}.feature-item:nth-child(5){animation:featureSlideIn .8s ease-out 1s both}.feature-item:before{background:linear-gradient(90deg,#0000,#667eea1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.feature-item:hover:before{left:100%}.feature-item:hover{box-shadow:0 25px 60px #667eea40,0 0 0 4px #667eea1a;transform:translateY(-12px) translateX(8px) scale(1.02) rotate(.5deg)}@keyframes featureSlideIn{0%{opacity:0;transform:translateX(-40px) scale(.9) rotate(-2deg)}60%{opacity:.8;transform:translateX(5px) scale(1.05) rotate(1deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}}.feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 6px 18px #667eea59,0 0 0 0 #667eea80;color:#fff;display:flex;height:50px;justify-content:center;min-width:50px;padding:12px;position:relative;transition:all .6s cubic-bezier(.34,1.56,.64,1);width:50px;will-change:transform,box-shadow;z-index:1}.feature-item:hover .feature-icon{animation:iconPulse .6s cubic-bezier(.34,1.56,.64,1);box-shadow:0 12px 35px #667eea80,0 0 0 6px #667eea33;transform:scale(1.25) rotate(10deg)}@keyframes iconPulse{0%,to{transform:scale(1.25) rotate(10deg)}50%{transform:scale(1.3) rotate(15deg)}}.feature-icon svg{height:24px;width:24px}.feature-content{flex:1 1}.feature-title{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 8px}.feature-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.phone-frame{animation:phoneFloat 3s ease-in-out infinite;background:linear-gradient(145deg,#1a1a1a,#2d2d2d 25%,#1a1a1a 50%,#2d2d2d 75%,#1a1a1a);border:2px solid #ffffff14;border-radius:55px;box-shadow:0 60px 120px #000000b3,0 30px 60px #0009,0 15px 30px #00000080,inset 0 1px 2px #fff3,inset 0 -1px 2px #000000b3,inset 0 0 30px #0006;height:auto;max-height:700px;max-width:400px;min-height:500px;min-width:280px;overflow:visible;padding:8px;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1);width:340px}.phone-section:hover .phone-frame{box-shadow:0 70px 140px #000000b3,0 35px 70px #0009,0 20px 40px #00000080,inset 0 1px 2px #fff3,inset 0 -1px 2px #000000b3,inset 0 0 30px #0006;transform:translateY(-10px) scale(1.02)}@keyframes phoneFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.phone-frame:before{background:#000;background-image:radial-gradient(circle at 30% 50%,#000000f2 2.5px,#0000 0),ellipse at 50% 50% /35px 2px,linear-gradient(90deg,#0000,#000000b3 25%,#000000b3 75%,#0000),radial-gradient(circle at 70% 50%,#000000f2 2px,#0000 0);background-repeat:no-repeat;background-size:100% 100%,100% 100%,100% 100%,100% 100%;border-radius:25px;box-shadow:inset 0 2px 4px #000c,inset 0 1px 2px #ffffff0d,0 2px 8px #0009,0 1px 3px #00000080;height:37px;top:12px;width:126px;z-index:10}.phone-frame:after,.phone-frame:before{content:"";left:50%;position:absolute;transform:translateX(-50%)}.phone-frame:after{background:linear-gradient(90deg,#000000e6,#ffffff26 25%,#ffffff26 75%,#000000e6);border-radius:4px;bottom:15px;box-shadow:0 1px 3px #0009,inset 0 1px 1px #ffffff1a;height:6px;width:150px}.phone-screen{background:#000;border:none;border-radius:47px;box-shadow:inset 0 0 50px #000000fa,inset 0 1px 2px #ffffff08;position:relative}.carousel-wrapper,.phone-screen{height:100%;overflow:hidden;width:100%}.carousel-track{transition:transform .6s cubic-bezier(.4,0,.2,1);width:600%}.carousel-slide{align-items:center;background:#000;display:flex;flex-shrink:0;height:100%;justify-content:center;position:relative;width:16.666%}.slide-image{background:#000;display:block;height:100%;margin:0 auto;object-fit:contain;object-position:center;width:100%}.slide-info-panel{margin:0 auto 5px;padding:0 20px;text-align:center;width:100%}.slide-title{word-wrap:break-word;align-items:center;color:var(--primary);display:flex;font-size:clamp(.8rem,2.5vw,1.8rem);font-weight:600;height:2.6em;-webkit-hyphens:auto;hyphens:auto;justify-content:center;line-height:1.3;margin-bottom:3px;overflow:hidden;text-align:center;width:100%}.slide-description{color:#6b7280;font-size:1.1rem;line-height:1.2}.carousel-controls{gap:30px;margin-top:20px}.carousel-controls,.nav-button{align-items:center;display:flex}.nav-button{background:#fff;border:2px solid var(--primary);border-radius:50%;color:var(--primary);cursor:pointer;height:50px;justify-content:center;transition:all .3s ease;width:50px}.nav-button:hover:not(:disabled){background:var(--primary);color:#fff;transform:scale(1.1)}.nav-button:disabled{cursor:not-allowed;opacity:.3}.nav-button svg{height:20px;width:20px}.dots-container{align-items:center;display:flex;gap:12px}.dot{background:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:12px;transition:all .3s ease;width:12px}.dot.active{transform:scale(1.3)}.dot.active,.dot:hover{background:var(--primary)}.dot:hover{opacity:.7}.coming-soon-badges{display:flex;gap:30px;justify-content:center;margin-top:60px}.store-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:2px solid #4436271a;border-radius:15px;box-shadow:0 4px 12px #0000001a;color:#1f2937;cursor:pointer;display:flex;gap:15px;padding:20px 30px;transition:all .3s ease}.store-badge:hover{background:#fc0;border-color:#44362733;box-shadow:0 15px 30px #00000026;transform:translateY(-5px)}.store-icon{color:#1f2937;height:40px;width:40px}.badge-text{display:flex;flex-direction:column;text-align:left}.badge-subtitle{color:#6b7280;font-size:.9rem;margin-bottom:2px;opacity:.7}.badge-title{color:#1f2937;font-size:1.2rem;font-weight:600}@media (max-width:1024px){.app-content-wrapper{align-items:center;flex-direction:column;gap:40px}.features-section{max-width:100%;width:100%}}@media (max-width:768px){.app-section{padding:80px 0}.section-header h2{font-size:2rem}.phone-frame{height:auto;max-height:620px;max-width:360px;min-height:500px;min-width:260px;width:300px}.carousel-controls{gap:20px}.nav-button{height:45px;width:45px}.coming-soon-badges{align-items:center;flex-direction:column;gap:20px}.store-badge{padding:15px 25px}.feature-item{padding:15px}.feature-icon{height:40px;min-width:40px;padding:10px;width:40px}.feature-icon svg{height:20px;width:20px}}@media (max-width:480px){.section-header h2{font-size:1.8rem}.phone-frame{height:auto;max-height:580px;max-width:320px;min-height:450px;min-width:240px;width:280px}.phone-frame:before{height:32px;top:10px;width:110px}.slide-title{font-size:clamp(.7rem,4vw,1.2rem);height:2.4em;line-height:1.2}.slide-description{font-size:.8rem}}.app-content-wrapper{animation:slideIn .8s ease-out}.phone-frame{animation:slideIn .8s ease-out .2s both;transition:transform .3s ease,box-shadow .3s ease}.phone-frame:hover{box-shadow:0 50px 100px #0009,0 25px 50px #00000080,0 15px 30px #0006,inset 0 1px 2px #ffffff40,inset 0 -1px 2px #0009;transform:translateY(-8px) scale(1.01)}.carousel-controls{animation:slideIn .8s ease-out .4s both}.coming-soon-badges{animation:slideIn .8s ease-out .6s both}.app-section__skeleton{animation:app-section-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.app-section__skeleton--phone{height:100%;min-height:500px;width:100%}.app-section__skeleton--icon{border-radius:12px;flex-shrink:0;height:50px;width:50px}.app-section__skeleton--title{height:20px;margin-bottom:12px;width:180px}.app-section__skeleton--description{height:14px;margin-bottom:8px;width:100%}.app-section__skeleton--description-short{width:70%}.feature-item--skeleton{animation:none;opacity:1;pointer-events:none;transform:translateX(0) scale(1) rotate(0)}@keyframes app-section-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.blog-section{background:linear-gradient(135deg,#f8f9fa,#fff);overflow:hidden;padding:100px 0;position:relative}.blog-section:before{background:radial-gradient(circle at 50% 50%,#667eea08 0,#0000 70%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.blog-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.blog-header{animation:fadeInUp .8s ease-out;margin-bottom:60px;text-align:center}.blog-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2.5rem;font-weight:700;margin:0 0 15px}.blog-subtitle{color:#6b7280;font-size:1.2rem;line-height:1.6;margin:0}.blog-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:40px}.blog-grid--full{gap:32px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.blog-card{animation:fadeInUp .8s ease-out;animation-fill-mode:both;background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.blog-card:first-child{animation-delay:.1s}.blog-card:nth-child(2){animation-delay:.2s}.blog-card:nth-child(3){animation-delay:.3s}.blog-card:hover{box-shadow:0 12px 24px #667eea26;transform:translateY(-8px)}.blog-card--expanded .blog-card-image{height:260px}.blog-card--expanded .blog-card-content{padding:28px}.blog-card-image{height:200px;overflow:hidden;position:relative;width:100%}.blog-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-card:hover .blog-card-image img{transform:scale(1.1)}.blog-card-category{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;left:15px;letter-spacing:.5px;padding:6px 12px;position:absolute;text-transform:uppercase;top:15px}.blog-card-content{display:flex;flex:1 1;flex-direction:column;padding:24px}.blog-card-meta{color:#6b7280;display:flex;font-size:.85rem;gap:15px;margin-bottom:12px}.blog-card-date,.blog-card-read-time{align-items:center;display:flex}.blog-card-title{color:#1f2937;font-size:1.3rem;font-weight:600;line-height:1.4;margin:0 0 12px;transition:color .3s ease}.blog-card:hover .blog-card-title{color:#667eea}.blog-card-excerpt{color:#6b7280;flex:1 1;font-size:.95rem;line-height:1.6;margin:0 0 20px}.blog-card-excerpt--clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.blog-card-link{align-items:center;color:#667eea;display:inline-flex;font-size:.95rem;font-weight:600;gap:8px;text-decoration:none;transition:all .3s ease}.blog-card-link:hover{color:#764ba2;gap:12px}.blog-card-link svg{height:16px;transition:transform .3s ease;width:16px}.blog-card-link:hover svg{transform:translateX(4px)}.blog-footer{margin-top:40px;text-align:center}.blog-view-all{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;display:inline-flex;font-weight:600;gap:10px;padding:14px 32px;text-decoration:none;transition:all .3s ease}.blog-view-all:hover{box-shadow:0 8px 20px #667eea66;gap:14px;transform:translateY(-2px)}.blog-view-all svg{height:18px;transition:transform .3s ease;width:18px}.blog-view-all:hover svg{transform:translateX(4px)}.blog-empty,.blog-error{color:#6b7280;font-size:1rem;margin:20px 0;text-align:center}@media (max-width:768px){.blog-section{padding:60px 0}.blog-title{font-size:2rem}.blog-subtitle{font-size:1rem}.blog-grid{gap:20px;grid-template-columns:1fr}}.benefits{background:linear-gradient(135deg,#f8f9fa,#fff);overflow:hidden;padding:100px 0;position:relative}.benefits:before{background:radial-gradient(circle at 20% 50%,#667eea08 0,#0000 50%),radial-gradient(circle at 80% 80%,#764ba208 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.section-header{animation:fadeInUp .8s ease-out;margin-bottom:4rem}.section-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1f2937;margin-bottom:1rem}.section-header p{color:#6b7280;font-size:1.2rem;line-height:1.6;margin:0 auto;max-width:700px}.benefits-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.benefit-card{animation:benefitCardFadeIn 1s cubic-bezier(.16,1,.3,1) both;background:#fff;border-radius:16px;box-shadow:0 6px 22px #0000001a,0 0 0 0 #667eea00;opacity:1;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transform:translateY(0) scale(1) rotate(0);transition:all .7s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.benefit-card:first-child{animation-delay:.1s}.benefit-card:nth-child(2){animation-delay:.2s}.benefit-card:nth-child(3){animation-delay:.3s}.benefit-card:nth-child(4){animation-delay:.4s}.benefit-card:before{background:linear-gradient(90deg,#0000,#667eea0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.benefit-card:hover:before{left:100%}.benefit-card:hover{box-shadow:0 25px 60px #667eea33,0 0 0 4px #667eea1a;transform:translateY(-15px) scale(1.03) rotate(0deg)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 6px 18px #667eea59,0 0 0 0 #667eea80;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto 1.5rem;position:relative;transition:all .6s cubic-bezier(.34,1.56,.64,1);width:70px;will-change:transform,box-shadow;z-index:1}.benefit-card:hover .benefit-icon{animation:iconSpin .6s cubic-bezier(.34,1.56,.64,1);box-shadow:0 12px 35px #667eea80,0 0 0 6px #667eea33;transform:scale(1.25) rotate(10deg)}@keyframes iconSpin{0%,to{transform:scale(1.25) rotate(10deg)}50%{transform:scale(1.3) rotate(15deg)}}.benefit-icon svg{height:32px;width:32px}.benefit-title{color:#1f2937;font-size:1.4rem;font-weight:600;margin-bottom:1rem;position:relative;z-index:1}.benefit-card p{color:#6b7280;font-size:1rem;line-height:1.7;position:relative;z-index:1}.benefit-card--skeleton{animation:none;opacity:1;pointer-events:none;transform:translateY(0) scale(1) rotate(0)}.benefit-skeleton{animation:benefit-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.benefit-skeleton--icon{border-radius:16px;height:70px;margin:0 auto 1.5rem;width:70px}.benefit-skeleton--title{height:24px;margin:0 auto 1rem;width:70%}.benefit-skeleton--description{height:16px;margin-bottom:12px;width:100%}.benefit-skeleton--description-short{width:85%}@keyframes benefit-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (max-width:768px){.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}.partner-brands-section{background-color:#f8f9fa;padding:5rem 0}.partner-brands-section__container{margin:0 auto;max-width:1260px;padding:0 2rem}.partner-brands-section__subtitle{color:#555;font-size:1rem;line-height:1.6;margin:0 auto;max-width:640px}.partner-brands-section__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-top:3rem}.partner-brands-section__state{background:#fff;border-radius:14px;box-shadow:0 8px 20px #00000014;color:#333;grid-column:1/-1;padding:1.5rem;text-align:center}.partner-brands-section__brand-card{background:#fff;border-radius:18px;box-shadow:0 12px 25px #0f172a1f;display:flex;flex-direction:column;max-height:420px;min-height:340px;overflow:hidden;transition:transform .5s ease,box-shadow .5s ease}.partner-brands-section__brand-card:hover{box-shadow:0 18px 35px #0f172a2e;transform:translateY(-10px)}.partner-brands-section__image-wrapper{align-items:center;background:#f0f0f0;display:flex;height:200px;justify-content:center;padding:.75rem;width:100%}.partner-brands-section__image{display:block;height:100%;object-fit:contain;width:100%}.partner-brands-section__brand-body{flex:1 1;padding:2rem 1.5rem 1.5rem;position:relative}.partner-brands-section__logo-wrapper{align-items:center;background:#fff;border-radius:16px;box-shadow:0 8px 18px #00000026;display:flex;height:62px;justify-content:center;position:absolute;right:1rem;top:-28px;width:62px}.partner-brands-section__logo{height:100%;object-fit:cover;width:100%}.partner-brands-section__brand-text{margin-top:1rem}.partner-brands-section__brand-name{color:#111;font-size:1.5rem;letter-spacing:.5px;margin:0;text-transform:capitalize}.partner-brands-section__brand-subtitle{color:#666;font-size:.9rem;letter-spacing:.8px;margin:.35rem 0;text-transform:uppercase}.partner-brands-section__brand-link{align-items:center;color:#1f8bff;display:inline-flex;font-size:.9rem;gap:.35rem;margin-top:.5rem;transition:color .3s ease}.partner-brands-section__brand-link:hover{color:#0d6efd}@media (max-width:768px){.partner-brands-section__logo-wrapper{margin:0 auto 1rem;position:static}.partner-brands-section__brand-body{padding-top:2.5rem}}.partner-brands-section__brand-card--skeleton{pointer-events:none}.partner-brands-skeleton{animation:partner-brands-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.partner-brands-skeleton--image,.partner-brands-skeleton--logo{height:100%;width:100%}.partner-brands-skeleton--name{height:24px;margin-bottom:8px;width:70%}.partner-brands-skeleton--subtitle{height:14px;width:50%}@keyframes partner-brands-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.about-section{background-color:#fff;padding:4rem 0}.about-section__container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-section__header{margin-bottom:2.5rem;text-align:center}.about-section__title{color:#111;font-size:2.7rem;margin:0}.about-section__state{color:#555;margin-bottom:1rem;text-align:center}.about-section__state--error{color:#c0392b}.about-section__content{grid-gap:2.5rem;align-items:center;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.about-section__text p{color:#444;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-section__image-wrapper{border-radius:20px;box-shadow:0 20px 40px #00000014;overflow:hidden}.about-section__image-wrapper img{display:block;height:100%;object-fit:cover;width:100%}.about-section__skeleton{animation:about-section-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.about-section__skeleton--paragraph{height:16px;margin-bottom:16px;width:100%}.about-section__skeleton--short{width:70%}.about-section__skeleton--image{height:100%;min-height:300px;width:100%}@keyframes about-section-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.about-page{background-color:#fff;min-height:100vh}.about-page,.about-page__content,.about-page__hero{margin:0;padding:0;width:100%}.about-page__hero{height:100vh;min-height:600px;overflow:hidden;position:relative}.about-page__hero-carousel,.about-page__hero-slide-wrapper{height:100%;position:relative;width:100%}.about-page__hero-slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transform:scale(1.15) translateZ(0);transition:opacity 1.2s cubic-bezier(.25,.46,.45,.94),transform 1.4s cubic-bezier(.25,.46,.45,.94);width:100%;will-change:opacity,transform}.about-page__hero-slide.is-active{opacity:1;transform:scale(1) translateZ(0);z-index:1}.about-page__hero-overlay{background:linear-gradient(180deg,#0000004d 0,#00000080);height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.about-page__hero-content{animation:heroContentFadeIn 1.4s cubic-bezier(.16,1,.3,1) .2s both;color:#fff;padding:2rem;position:relative;text-align:center;will-change:opacity,transform;z-index:2}@keyframes heroContentFadeIn{0%{opacity:0;transform:translateY(40px) scale(.95)}60%{opacity:.8;transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.about-page__hero-title{animation:heroTitleSlide 1.2s cubic-bezier(.34,1.56,.64,1) .4s both;font-size:4rem;font-weight:700;letter-spacing:4px;margin:0 0 1rem;text-shadow:2px 2px 8px #0009,0 0 20px #0000004d;will-change:opacity,transform}@keyframes heroTitleSlide{0%{opacity:0;transform:translateY(30px) scale(.9)}50%{opacity:.7;transform:translateY(-8px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.about-page__hero-subtitle{animation:heroSubtitleSlide 1.2s cubic-bezier(.16,1,.3,1) .6s both;font-size:1.5rem;font-weight:300;margin:0 0 2rem;text-shadow:1px 1px 4px #0009,0 0 10px #0003;will-change:opacity,transform}@keyframes heroSubtitleSlide{0%{opacity:0;transform:translateY(25px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.about-page__hero-cta{animation:heroCtaFadeIn 1.2s cubic-bezier(.34,1.56,.64,1) .8s both;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:12px;box-shadow:0 6px 20px #4caf5066,0 0 0 0 #4caf50b3;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:1px;overflow:hidden;padding:1rem 3rem;position:relative;text-transform:uppercase;transition:all .5s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.about-page__hero-cta:before{background:radial-gradient(circle,#ffffff4d 0,#0000 70%);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .8s cubic-bezier(.34,1.56,.64,1),height .8s cubic-bezier(.34,1.56,.64,1);width:0}.about-page__hero-cta:hover:before{height:400px;width:400px}.about-page__hero-cta:hover{background:linear-gradient(135deg,#45a049,#4caf50);box-shadow:0 12px 35px #4caf5080,0 0 0 8px #4caf501a;transform:translateY(-5px) scale(1.08)}.about-page__hero-cta:active{box-shadow:0 8px 25px #4caf5066;transform:translateY(-2px) scale(1.05)}@keyframes heroCtaFadeIn{0%{opacity:0;transform:translateY(30px) scale(.8) rotate(-5deg)}60%{opacity:.9;transform:translateY(-8px) scale(1.1) rotate(2deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}.about-page__hero-nav{align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background-color:#fffffff2;border:none;border-radius:50%;box-shadow:0 6px 20px #00000040,0 0 0 0 #ffffffb3;color:#1a1a1a;cursor:pointer;display:flex;height:56px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%) scale(1);transition:all .5s cubic-bezier(.34,1.56,.64,1);width:56px;will-change:transform,box-shadow;z-index:10}.about-page__hero-nav:before{background:radial-gradient(circle,#fff6 0,#0000 70%);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s cubic-bezier(.34,1.56,.64,1),height .6s cubic-bezier(.34,1.56,.64,1);width:0}.about-page__hero-nav:hover:before{height:120px;width:120px}.about-page__hero-nav:hover{background-color:#fff;box-shadow:0 10px 30px #00000059,0 0 0 8px #fff3;transform:translateY(-50%) scale(1.2) rotate(5deg)}.about-page__hero-nav:active{box-shadow:0 6px 20px #0000004d;transform:translateY(-50%) scale(1.1) rotate(-2deg)}.about-page__hero-nav--prev{left:20px}.about-page__hero-nav--next{right:20px}.about-page__hero-indicators{bottom:30px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.about-page__hero-indicator{background-color:initial;border:2px solid #fffc;border-radius:50%;cursor:pointer;height:14px;padding:0;position:relative;transition:all .5s cubic-bezier(.34,1.56,.64,1);width:14px;will-change:transform,box-shadow}.about-page__hero-indicator:before{background:radial-gradient(circle,#fff6 0,#0000 70%);border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .5s cubic-bezier(.34,1.56,.64,1),height .5s cubic-bezier(.34,1.56,.64,1);width:0}.about-page__hero-indicator:hover:before{height:32px;width:32px}.about-page__hero-indicator:hover{border-color:#fff;box-shadow:0 0 15px #ffffff80;transform:scale(1.4)}.about-page__hero-indicator.is-active{animation:indicatorPulse 2s ease-in-out infinite;background-color:#4caf50;border-color:#4caf50;box-shadow:0 0 20px #4caf50cc,0 0 0 4px #4caf5033;transform:scale(1.5)}@keyframes indicatorPulse{0%,to{box-shadow:0 0 20px #4caf50cc,0 0 0 4px #4caf5033}50%{box-shadow:0 0 30px #4caf50,0 0 0 8px #4caf501a}}.about-page__section{background-color:#fff;opacity:0;padding:4rem 0;transform:translateY(60px) scale(.98);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.about-page__section.visible{opacity:1;transform:translateY(0) scale(1)}.about-page__section.visible .about-page__section-title{animation:sectionTitleSlide .8s ease-out .2s both}.about-page__section.visible .about-page__paragraph{animation:paragraphFadeIn .8s ease-out both}.about-page__section.visible .about-page__paragraph:first-child{animation-delay:.3s}.about-page__section.visible .about-page__paragraph:nth-child(2){animation-delay:.4s}.about-page__section.visible .about-page__paragraph:nth-child(3){animation-delay:.5s}.about-page__section.visible .about-page__image-wrapper{animation:imageFadeInScale 1s ease-out .4s both}@keyframes sectionTitleSlide{0%{opacity:0;transform:translateY(-30px) scale(.95)}60%{opacity:.8;transform:translateY(5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes paragraphFadeIn{0%{opacity:0;transform:translateX(-30px) scale(.98)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes imageFadeInScale{0%{opacity:0;transform:scale(.9) rotate(-2deg)}50%{opacity:.7;transform:scale(1.05) rotate(1deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.about-page__section--alternate{background-color:#f8f9fa}.about-page__section-container{margin:0 auto;max-width:1200px;padding:0 2rem}.about-page__section-header{margin-bottom:3rem;text-align:center}.about-page__section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin:0 0 1rem}.about-page__section-subtitle{color:#666;font-size:1.2rem;margin:0}.about-page__section-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr}@media (min-width:768px){.about-page__section--alternate .about-page__section-content,.about-page__section-content{grid-template-columns:1fr 1fr}.about-page__section--alternate .about-page__image-wrapper{order:1}.about-page__section--alternate .about-page__text-content{order:2}}.about-page__text-content{line-height:1.8;white-space:pre-line}.about-page__paragraph{color:#333;font-size:1.1rem;margin:0 0 1.5rem}.about-page__paragraph:last-child{margin-bottom:0}.about-page__paragraph--bold{color:#1a1a1a;font-size:1.2rem;font-weight:600}.about-page__paragraph--bold.about-page__paragraph--heading{color:#1a1a1a;font-size:1.4rem;font-weight:700;margin-bottom:1rem;margin-top:2rem}.about-page__paragraph--list{padding-left:1.5rem;position:relative}.about-page__paragraph--list:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.about-page__image-wrapper{border-radius:16px;box-shadow:0 10px 30px #00000026,0 0 0 0 #667eea00;overflow:hidden;transition:all .6s cubic-bezier(.34,1.56,.64,1);width:100%;will-change:transform,box-shadow}.about-page__image-wrapper:hover{box-shadow:0 20px 50px #00000040,0 0 0 4px #667eea1a;transform:translateY(-8px) scale(1.02)}.about-page__image{display:block;height:auto;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);width:100%;will-change:transform}.about-page__image-wrapper:hover .about-page__image{transform:scale(1.08) rotate(.5deg)}.about-page__section--brands{background-color:#f8f9fa;padding:5rem 0}.about-page__section--download{background:#0000;padding:0}.about-page__section-header--brands{margin-bottom:4rem}.about-page__section-title--brands{color:#333;display:inline-block;font-size:2.5rem;font-weight:700;letter-spacing:2px;padding-bottom:1rem;position:relative;text-transform:uppercase}.about-page__section-title--brands:after{background-color:#20b2aa;border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-page__brands-grid--new{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1200px}@media (min-width:768px){.about-page__brands-grid--new{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));justify-items:center}}.about-page__brand-card--new{background:#fff;border-radius:12px 12px 0 0;box-shadow:0 6px 20px #0000001f,0 0 0 0 #fc00;display:flex;flex-direction:column;opacity:0;overflow:hidden;transform:translateY(40px) scale(.95) rotate(-1deg);transition:all .7s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.about-page__section.visible .about-page__brand-card--new{animation:brandCardFadeIn 1s cubic-bezier(.16,1,.3,1) both}.about-page__section.visible .about-page__brand-card--new:first-child{animation-delay:.15s}.about-page__section.visible .about-page__brand-card--new:nth-child(2){animation-delay:.3s}.about-page__brand-card--new:hover{box-shadow:0 25px 60px #00000040,0 0 0 6px #ffcc0026;transform:translateY(-15px) scale(1.03) rotate(0deg)}@keyframes brandCardFadeIn{0%{opacity:0;transform:translateY(40px) scale(.9) rotate(-3deg)}60%{opacity:.8;transform:translateY(-5px) scale(1.05) rotate(1deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}.about-page__brand-image-wrapper{height:400px;overflow:hidden;position:relative;width:100%}.about-page__brand-image{height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.16,1,.3,1);width:100%;will-change:transform}.about-page__brand-card--new:hover .about-page__brand-image{transform:scale(1.12) rotate(1deg)}.about-page__brand-info{background:#fff;min-height:150px;padding:2rem 1.5rem;position:relative}.about-page__brand-logo-wrapper{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;height:80px;justify-content:center;position:absolute;right:1.5rem;top:-40px;width:80px;z-index:2}.about-page__brand-logo-new{height:60px;object-fit:contain;width:60px}.about-page__brand-text{margin-top:1rem}.about-page__brand-name-new{color:#1a1a1a;font-size:1.5rem;font-weight:600;letter-spacing:.5px;margin:0 0 .5rem;text-transform:lowercase}.about-page__brand-subtitle{color:#666;font-size:.85rem;font-weight:400;letter-spacing:1px;margin:0;text-transform:uppercase}@media (max-width:1024px){.about-page__hero-title{font-size:3rem}.about-page__section-container{padding:0 1.5rem}.about-page__brands-grid--new{gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.about-page{padding-top:60px}.about-page__hero{height:60vh;min-height:450px}.about-page__hero-title{font-size:2.2rem;letter-spacing:2px}.about-page__hero-subtitle{font-size:1.1rem;padding:0 1rem}.about-page__hero-cta{font-size:.95rem;padding:.875rem 2rem}.about-page__hero-nav{height:45px;width:45px}.about-page__hero-nav--prev{left:10px}.about-page__hero-nav--next{right:10px}.about-page__section{padding:3rem 0}.about-page__section-container{padding:0 1rem}.about-page__section-title{font-size:2rem}.about-page__section-subtitle{font-size:1.1rem}.about-page__paragraph{font-size:1rem}.about-page__brands-grid--new,.about-page__section-content{gap:2rem;grid-template-columns:1fr}.about-page__brand-card--new,.about-page__brands-grid--new{max-width:100%}.about-page__brand-image-wrapper{height:300px}.about-page__brand-info{padding:1.5rem 1rem}}@media (max-width:480px){.about-page__hero{height:50vh;min-height:350px}.about-page__hero-title{font-size:1.8rem;letter-spacing:1px;margin-bottom:.75rem}.about-page__hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.about-page__hero-cta{font-size:.9rem;padding:.75rem 1.5rem}.about-page__hero-nav{height:40px;width:40px}.about-page__hero-indicator{height:10px;width:10px}.about-page__section{padding:2.5rem 0}.about-page__section-container{padding:0 .75rem}.about-page__section-title{font-size:1.75rem}.about-page__section-subtitle{font-size:1rem}.about-page__paragraph{font-size:.95rem}.about-page__brand-image-wrapper{height:250px}.about-page__brand-logo-wrapper{height:60px;right:1rem;top:-30px;width:60px}.about-page__brand-logo-new{height:45px;width:45px}.about-page__brand-name-new{font-size:1.3rem}.about-page__brand-subtitle{font-size:.75rem}}.about-page__hero-skeleton{align-items:center;animation:hero-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.about-page__hero-skeleton__content{align-items:center;display:flex;flex-direction:column;gap:20px;max-width:800px;padding:2rem;position:relative;text-align:center;width:100%;z-index:2}.about-page__hero-skeleton__title{height:48px;max-width:500px;width:70%}.about-page__hero-skeleton__subtitle,.about-page__hero-skeleton__title{animation:hero-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ffcc,#f8fafccc 50%,#eef2ffcc);background-size:400px 100%;border-radius:8px}.about-page__hero-skeleton__subtitle{height:24px;max-width:400px;width:60%}.about-page__hero-skeleton__button{animation:hero-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ffcc,#f8fafccc 50%,#eef2ffcc);background-size:400px 100%;border-radius:12px;height:50px;margin-top:10px;width:180px}@keyframes hero-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.about-page__skeleton{animation:about-page-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.about-page__skeleton--paragraph{height:16px;margin-bottom:16px;width:100%}.about-page__skeleton--short{width:70%}.about-page__skeleton--image{height:100%;min-height:300px;width:100%}.about-page__skeleton--title{height:40px;margin:0 auto;max-width:80%;width:300px}@keyframes about-page-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.section-header{margin-bottom:3rem;text-align:center}.section-header h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.section-subtitle{color:#666;font-size:1.1rem;margin:0}.team-carousel{--carousel-item-width:360px;--carousel-item-gap:0px;--carousel-duration:30s;height:360px;margin:0 auto;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);max-width:100%;overflow:hidden;padding:0 30px;position:relative}.carousel-track{animation:team-marquee var(--carousel-duration) linear infinite;gap:var(--carousel-item-gap);width:-webkit-max-content;width:max-content}.carousel-track,.team-slide{align-items:center;display:flex;height:100%}.team-slide{flex:0 0 auto;justify-content:center;width:var(--carousel-item-width)}.product-card{background:#f9f9f9;border-radius:12px;box-shadow:0 4px 16px #0000001a;display:flex;flex-direction:column;height:90%;justify-content:stretch;overflow:hidden;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);width:75%}.product-card:before{background:linear-gradient(135deg,#ffcc000d,#667eea0d);bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .5s ease;z-index:1}.product-card:hover:before{opacity:1}.product-card:hover{box-shadow:0 12px 40px #0003;transform:translateY(-8px) scale(1.02);z-index:2}.product-info{flex-direction:column;flex-grow:1;overflow:hidden;padding:1rem}.name-row,.product-info{align-items:center;display:flex;justify-content:center}.name-row{flex-direction:row;gap:.5rem;margin-bottom:.8rem}.linkedin-icon-link{align-items:center;display:inline-flex;height:24px;margin-left:.2rem;width:24px}.product-tag{background:#fc0;border-radius:20px;color:#222;font-size:.85rem;font-weight:500;margin-bottom:.8rem;padding:.4rem .8rem;text-align:center}.product-title{color:#222;font-size:1.2rem;font-weight:600;margin:0 0 auto}.product-image{overflow:hidden;position:relative}.product-image img{height:250px;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1);width:100%}.product-card:hover .product-image img{transform:scale(1.1)}@keyframes team-marquee{to{transform:translateX(-2184px)}}.team-carousel:hover .carousel-track{animation-play-state:paused}@media (max-width:1024px){.team-carousel{--carousel-item-width:360px;height:360px;padding:0 30px}.team-slide{width:var(--carousel-item-width)}}@media (max-width:768px){.team-carousel{--carousel-item-width:360px;height:360px;padding:0 20px}.team-slide{width:var(--carousel-item-width)}}@media (max-width:480px){.team-carousel{--carousel-item-width:300px;height:360px;padding:0 15px}.team-slide{width:var(--carousel-item-width)}.product-card{height:90%;width:80%}.product-title{font-size:1rem}.product-tag{font-size:.75rem}}.team-skeleton{animation:team-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.team-skeleton--title{height:40px;margin:0 auto .5rem;max-width:80%;width:300px}.team-skeleton--subtitle{height:24px;margin:0 auto;max-width:60%;width:400px}.team-skeleton--image{height:250px;width:100%}.team-skeleton--tag{border-radius:20px;height:28px;margin-bottom:.8rem;width:120px}.team-skeleton--name{height:24px;width:180px}.team-carousel--skeleton{animation:none!important;display:flex;gap:30px;height:360px;justify-content:center;-webkit-mask-image:none;mask-image:none;overflow:visible;padding:0 30px}.team-slide--skeleton{animation:none;flex:0 0 auto}.product-card--skeleton{animation:none;pointer-events:none}@keyframes team-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (max-width:768px){.team-carousel--skeleton{flex-wrap:wrap;gap:20px}}.about-not-found-section{align-items:center;background:linear-gradient(135deg,#f8f9fa,#fff);display:flex;justify-content:center;min-height:70vh;padding:4rem 2rem}.about-not-found-content{color:#1a1a1a;max-width:600px;text-align:center}.about-not-found-code{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:120px;font-weight:800;line-height:1;margin-bottom:1rem}.about-not-found-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-not-found-message{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.about-not-found-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.about-not-found-btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.about-not-found-btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.about-not-found-btn--primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.about-not-found-btn--secondary{background:#fff;border:2px solid #667eea;color:#667eea}.about-not-found-btn--secondary:hover{background:#f8f9fa;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}@media (max-width:768px){.about-not-found-code{font-size:80px}.about-not-found-title{font-size:2rem}.about-not-found-message{font-size:1rem}.about-not-found-btn{font-size:.9rem;padding:.75rem 1.5rem}}.contact-section{background:linear-gradient(135deg,#e0f2fe,#bae6fd);overflow:hidden;padding:60px 0;position:relative}.contact-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.contact-info-card{animation:fadeInUp .8s ease-out .4s both;background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000014;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:40px;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1);width:100%}.contact-info-card-bottom{margin-top:50px}.contact-info-card:before{background:linear-gradient(90deg,#0000,#667eea0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.contact-info-card:hover:before{left:100%}.contact-info-card:hover{box-shadow:0 12px 40px #667eea26;transform:translateY(-5px)}.contact-info-header{margin-bottom:30px;text-align:center}.contact-info-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:18px;box-shadow:0 8px 20px #667eea4d;color:#fff;display:flex;height:70px;justify-content:center;margin:0 auto;transition:all .3s ease;width:70px}.contact-info-card:hover .contact-info-icon{box-shadow:0 12px 30px #667eea66;transform:scale(1.1) rotate(5deg)}.contact-info-icon svg{height:32px;width:32px}.contact-info-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.contact-info-item{display:flex;flex-direction:column;gap:8px}.contact-info-item label{color:#667eea;display:block;font-size:.9rem;font-weight:600;letter-spacing:.8px;margin-bottom:10px;text-transform:uppercase}.contact-info-item p{color:#1f2937;font-size:1.05rem;font-weight:500;line-height:1.7;margin:0}.contact-service-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px #0000001a;display:flex;gap:20px;overflow:hidden;padding:30px;position:relative;transition:all .5s cubic-bezier(.4,0,.2,1)}.contact-service-card:before{background:linear-gradient(90deg,#0000,#667eea0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.contact-service-card:hover:before{left:100%}.contact-service-card:hover{box-shadow:0 12px 32px #667eea33;transform:translateY(-8px) scale(1.02)}.service-card-left{display:flex;flex:1 1;flex-direction:column;gap:15px}.service-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;display:flex;height:50px;justify-content:center;width:50px}.service-icon svg{height:24px;width:24px}.service-card-left h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0}.service-phone{color:#667eea;font-size:1.5rem;font-weight:700;margin:0}.service-card-right{flex-shrink:0}.service-image{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;height:120px;justify-content:center;overflow:hidden;width:120px}.service-image-placeholder{color:#fff;opacity:.3}.service-image-placeholder svg{height:60px;width:60px}.contact-bottom-section{animation:fadeInUp .8s ease-out .2s both;background:#ffffff80;border-radius:20px;padding:50px 40px}.contact-bottom-header{margin-bottom:40px;text-align:center}.contact-bottom-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin:0 0 15px}.contact-bottom-subtitle{color:#6b7280;font-size:1.1rem;line-height:1.6;margin:0}.contact-form-header{animation:fadeInUp .8s ease-out .3s both;margin-bottom:40px;width:100%}.contact-form-header-content{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;box-shadow:0 8px 32px #667eea4d;overflow:hidden;padding:50px 40px;position:relative;text-align:center}.contact-form-header-content:before{animation:shimmer 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes shimmer{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-20%,-20%) rotate(180deg)}}.contact-form-icon{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;color:#fff;display:flex;height:80px;justify-content:center;margin:0 auto 25px;position:relative;transition:all .3s ease;width:80px;z-index:1}.contact-form-icon svg{height:40px;width:40px}.contact-form-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 0 15px;position:relative;z-index:1}.contact-form-subtitle{color:#ffffffe6;font-size:1.1rem;line-height:1.6;margin:0;position:relative;z-index:1}.contact-form{background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001a;box-sizing:border-box;padding:40px;width:100%}.form-group{margin-bottom:20px}.form-group textarea{min-height:150px}@media (max-width:1024px){.contact-top-section,.form-row{grid-template-columns:1fr}}@media (max-width:768px){.contact-section{padding:60px 0}.contact-bottom-section{padding:30px 20px}.contact-bottom-title{font-size:2rem}.contact-bottom-subtitle{font-size:1rem}.contact-bottom-cards{gap:20px;grid-template-columns:1fr}.contact-form{padding:30px 20px}.contact-form-header-content{padding:40px 30px}.contact-form-title{font-size:2rem}.contact-form-subtitle{font-size:1rem}.contact-form-icon{height:70px;margin-bottom:20px;width:70px}.contact-form-icon svg{height:35px;width:35px}.contact-info-card{margin-top:40px;padding:30px 20px}.contact-info-content{gap:25px;grid-template-columns:1fr}.contact-info-icon{height:60px;width:60px}.contact-info-icon svg{height:28px;width:28px}.contact-info-item label{font-size:.85rem}.contact-info-item p{font-size:1rem}}.contact-skeleton{animation:contact-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.contact-skeleton--title{height:40px;margin:0 auto .5rem;max-width:80%;width:300px}.contact-skeleton--subtitle{height:24px;margin:0 auto;max-width:60%;width:400px}.contact-skeleton--info-text{height:20px;margin-top:8px;width:100%}@keyframes contact-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.partnership-section{background:linear-gradient(135deg,#f8f9fa,#fff);overflow:hidden;padding:100px 0;position:relative}.partnership-section:before{background:radial-gradient(circle at 20% 50%,#667eea0d 0,#0000 50%),radial-gradient(circle at 80% 80%,#764ba20d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.partnership-container{margin:0 auto;max-width:1200px;padding:0 20px;position:relative;z-index:1}.partnership-header{animation:fadeInUp .8s ease-out;margin-bottom:60px;text-align:center}.partnership-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2.5rem;font-weight:700;margin:0 0 15px}.partnership-subtitle{color:#6b7280;font-size:1.2rem;line-height:1.6;margin:0}.partnership-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1.2fr}.partnership-info{display:flex;flex-direction:column;gap:30px}.info-card{animation:fadeInLeft 1s cubic-bezier(.16,1,.3,1);animation-fill-mode:both;background:#fff;border-radius:16px;box-shadow:0 6px 20px #0000001a,0 0 0 0 #667eea00;padding:30px;transition:all .7s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.info-card:first-child{animation-delay:.1s}.info-card:nth-child(2){animation-delay:.2s}.info-card:nth-child(3){animation-delay:.3s}.info-card:hover{box-shadow:0 25px 60px #667eea33,0 0 0 4px #667eea1a;transform:translateY(-12px) scale(1.02) rotate(.5deg)}.info-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;box-shadow:0 6px 18px #667eea59,0 0 0 0 #667eea80;color:#fff;display:flex;height:60px;justify-content:center;margin-bottom:20px;transition:all .6s cubic-bezier(.34,1.56,.64,1);width:60px;will-change:transform,box-shadow}.info-card:hover .info-icon{animation:iconBounce .6s cubic-bezier(.34,1.56,.64,1);box-shadow:0 12px 35px #667eea80,0 0 0 6px #667eea33;transform:scale(1.2) rotate(10deg)}.info-icon svg{height:28px;width:28px}.info-card h3{color:#1f2937;font-size:1.3rem;font-weight:600;margin:0 0 10px}.info-card p{color:#6b7280;font-size:1rem;line-height:1.6;margin:0}.partnership-form{animation:fadeInRight .8s ease-out;background:#fff;border-radius:20px;box-shadow:0 8px 24px #0000001a;padding:40px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:20px}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.95rem;font-weight:600;margin-bottom:8px}.form-group input,.form-group textarea{background:#f9fafb;border:2px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:1rem;padding:14px 16px;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:10px;justify-content:center;margin-top:10px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease;width:100%}.submit-button:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.submit-button:hover:before{height:300px;width:300px}.submit-button:hover{box-shadow:0 8px 20px #667eea66;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{cursor:not-allowed;opacity:.7}.submit-button.submitting{background:linear-gradient(135deg,#9ca3af,#6b7280)}.submit-button.success{background:linear-gradient(135deg,#10b981,#059669)}.spinner,.submit-button svg{height:20px;width:20px}.spinner{animation:spin .8s linear infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff}.success-message{animation:slideIn .5s ease-out;background:#d1fae5;border:2px solid #10b981;border-radius:10px;color:#065f46;margin-top:20px;padding:16px;text-align:center}.success-message p{font-weight:500;margin:0}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-40px) scale(.9) rotate(-2deg)}60%{opacity:.8;transform:translateX(5px) scale(1.05) rotate(1deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(40px) scale(.9) rotate(2deg)}60%{opacity:.8;transform:translateX(-5px) scale(1.05) rotate(-1deg)}to{opacity:1;transform:translateX(0) scale(1) rotate(0deg)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.partnership-content{gap:40px}.form-row,.partnership-content{grid-template-columns:1fr}}@media (max-width:768px){.partnership-section{padding:60px 0}.partnership-title{font-size:2rem}.partnership-subtitle{font-size:1rem}.partnership-form{padding:30px 20px}.info-card{padding:20px}}.partnership-skeleton{animation:partnership-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.partnership-skeleton--title{height:40px;margin:0 auto .5rem;max-width:80%;width:300px}.partnership-skeleton--subtitle{height:24px;margin:0 auto;max-width:60%;width:400px}.partnership-skeleton--card-title{height:28px;margin-bottom:12px;width:200px}.partnership-skeleton--card-text{height:16px;margin-bottom:8px;width:100%}.partnership-skeleton--card-text-short{width:80%}.info-card--skeleton{animation:none;opacity:1;pointer-events:none;transform:translateY(0) scale(1)}@keyframes partnership-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.note-section{background:linear-gradient(135deg,#f8f9fa,#fff 50%,#f8f9fa);overflow:hidden;padding:80px 20px;position:relative}.note-section:before{background:radial-gradient(circle at 20% 30%,#ffcc000d 0,#0000 50%),radial-gradient(circle at 80% 70%,#fb98000d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.note-container{margin:0 auto;max-width:1200px;position:relative;z-index:1}.note-header{margin-bottom:60px;text-align:center}.note-title{-webkit-text-fill-color:#0000;animation:fadeInUp .8s ease-out;background:linear-gradient(135deg,#fc0,#fb9800);-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:2.5rem;font-weight:700;margin:0 0 16px}.note-subtitle{animation:fadeInUp .8s ease-out .2s both;color:#6b7280;font-size:1.1rem;margin:0}.note-benefits-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.note-benefit-card{animation:noteCardFadeIn .9s cubic-bezier(.16,1,.3,1) both;background:#fff;border:1px solid #ffcc001a;border-radius:16px;box-shadow:0 6px 25px #0000001a,0 0 0 0 #fc00;opacity:0;overflow:hidden;padding:32px;position:relative;transform:translateY(40px) scale(.95);transition:all .7s cubic-bezier(.34,1.56,.64,1);will-change:transform,box-shadow}.note-benefit-card:first-child{animation-delay:.1s}.note-benefit-card:nth-child(2){animation-delay:.2s}.note-benefit-card:nth-child(3){animation-delay:.3s}.note-benefit-card:nth-child(4){animation-delay:.4s}.note-benefit-card:nth-child(5){animation-delay:.5s}.note-benefit-card:before{background:linear-gradient(90deg,#0000,#ffcc001a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.note-benefit-card:hover:before{left:100%}.note-benefit-card:hover{border-color:#fc06;box-shadow:0 20px 60px #ffcc0040,0 0 0 4px #ffcc0026;transform:translateY(-12px) scale(1.02) rotate(.5deg)}.note-benefit-icon{align-items:center;background:linear-gradient(135deg,#fc0,#fb9800);border-radius:14px;box-shadow:0 6px 18px #ffcc0059,0 0 0 0 #ffcc0080;color:#fff;display:flex;height:56px;justify-content:center;margin-bottom:20px;transition:all .6s cubic-bezier(.34,1.56,.64,1);width:56px;will-change:transform,box-shadow}.note-benefit-card:hover .note-benefit-icon{animation:iconBounce .6s cubic-bezier(.34,1.56,.64,1);box-shadow:0 10px 30px #ffcc0080,0 0 0 6px #fc03;transform:scale(1.2) rotate(8deg)}@keyframes iconBounce{0%,to{transform:scale(1.2) rotate(8deg)}50%{transform:scale(1.3) rotate(12deg)}}.note-benefit-icon svg{height:28px;width:28px}.note-benefit-text{color:#4b5563;font-size:1rem;font-weight:500;line-height:1.7;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px) scale(.95)}60%{opacity:.8;transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes noteCardFadeIn{0%{opacity:0;transform:translateY(40px) scale(.9) rotate(-2deg)}50%{opacity:.7;transform:translateY(-8px) scale(1.05) rotate(1deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0deg)}}@media (max-width:768px){.note-section{padding:60px 20px}.note-title{font-size:2rem}.note-subtitle{font-size:1rem}.note-benefits-grid{gap:20px;grid-template-columns:1fr}.note-benefit-card{padding:24px}.note-benefit-icon{height:48px;width:48px}.note-benefit-icon svg{height:24px;width:24px}}.note-skeleton{animation:note-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.note-skeleton--title{height:40px;margin:0 auto .5rem;max-width:80%;width:300px}.note-skeleton--subtitle{height:24px;margin:0 auto;max-width:60%;width:400px}.note-skeleton--icon{border-radius:14px;height:56px;width:56px}.note-skeleton--text{height:60px;width:100%}.note-benefit-card--skeleton{animation:none;opacity:1;pointer-events:none;transform:translateY(0) scale(1)}@keyframes note-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.banner-page__hero{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;margin-top:0;min-height:70vh;padding:6rem 2rem;position:relative;width:100%}.banner-page__hero-content{max-width:1200px;text-align:center;width:100%;z-index:2}.banner-page__hero-text{opacity:0;transform:translateY(40px);transition:opacity 1s ease-out,transform 1s ease-out}.banner-page__hero-text.visible{opacity:1;transform:translateY(0)}.banner-page__hero-badge{animation:badgePulse 2s ease-in-out infinite;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50px;box-shadow:0 4px 15px #4caf5066;color:#fff;display:inline-block;font-size:.9rem;font-weight:600;letter-spacing:1px;margin-bottom:1.5rem;padding:.5rem 1.5rem;text-transform:uppercase}@keyframes badgePulse{0%,to{box-shadow:0 4px 15px #4caf5066}50%{box-shadow:0 6px 25px #4caf5099}}.banner-page__hero-title{color:#fff;font-size:4.5rem;font-weight:800;letter-spacing:2px;line-height:1.2;margin:0 0 1rem;text-shadow:2px 2px 10px #00000080}.banner-page__hero-subtitle{color:#fffffff2;font-size:1.8rem;font-weight:300;margin:0 0 1.5rem;text-shadow:1px 1px 5px #0000004d}.banner-page__hero-description{color:#1a1a1a;font-size:1.2rem;line-height:1.6;margin:0 auto 2.5rem;max-width:800px;text-align:left;white-space:pre-wrap}.banner-page__description-content{text-align:left}.banner-page__description-intro{color:#1a1a1a;font-size:1.2rem;font-weight:500;line-height:1.8;margin:0 0 1.5rem}.banner-page__description-item{margin-bottom:2rem}.banner-page__description-item-title{color:#1a1a1a;font-size:1.3rem;font-weight:700;line-height:1.6;margin:0 0 .8rem}.banner-page__description-text{color:#333;font-size:1.1rem;line-height:1.8;margin:0 0 .6rem;padding-left:0}.banner-page__description-sub-item{color:#555;font-size:1.05rem;line-height:1.7;margin:.4rem 0 .4rem 2.5rem;padding-left:0;position:relative;text-indent:-.5rem}.banner-page__description-sub-item:before{color:#4caf50;content:"•";font-size:1.2rem;font-weight:700;left:-2rem;position:absolute}.banner-page__hero-actions{flex-wrap:wrap}.banner-page__cta-primary{align-items:center;background:linear-gradient(135deg,#4caf50,#45a049);border:none;border-radius:12px;box-shadow:0 6px 20px #4caf5066;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.banner-page__cta-primary:hover{background:linear-gradient(135deg,#45a049,#4caf50);box-shadow:0 10px 30px #4caf5080;transform:translateY(-3px) scale(1.05)}.banner-page__cta-primary:active{transform:translateY(-1px) scale(1.02)}.banner-page__cta-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff80;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.banner-page__cta-secondary:hover{background:#ffffff40;border-color:#fffc;transform:translateY(-3px) scale(1.05)}.banner-page__stats{background:linear-gradient(135deg,#667eea,#764ba2)!important;display:block!important;min-height:200px;overflow:hidden;padding:4rem 2rem!important;position:relative;visibility:visible!important}.banner-page__stats:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='50' cy='50' r='2' fill='rgba(255,255,255,0.1)'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;position:absolute;right:0;top:0}.banner-page__stats-container{grid-gap:2rem;display:grid!important;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))!important;margin:0 auto!important;max-width:1200px!important;position:relative;visibility:visible!important;z-index:1}.banner-page__stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26!important;border:1px solid #ffffff4d!important;border-radius:16px;box-shadow:0 4px 15px #0000001a!important;opacity:1!important;padding:2rem;text-align:center;transform:translateY(0) scale(1)!important;transition:all .4s cubic-bezier(.34,1.56,.64,1);visibility:visible!important}.about-page__section.visible .banner-page__stat-card{animation:statCardFadeIn .8s ease-out forwards}.about-page__section.visible .banner-page__stat-card:first-child{animation-delay:.1s}.about-page__section.visible .banner-page__stat-card:nth-child(2){animation-delay:.2s}.about-page__section.visible .banner-page__stat-card:nth-child(3){animation-delay:.3s}.about-page__section.visible .banner-page__stat-card:nth-child(4){animation-delay:.4s}@keyframes statCardFadeIn{to{opacity:1;transform:translateY(0) scale(1)}}.banner-page__stat-card:hover{background:#ffffff26;box-shadow:0 10px 30px #0003;transform:translateY(-10px) scale(1.05)}.banner-page__stat-value{color:#fff;font-size:3rem;font-weight:800;margin-bottom:.5rem;text-shadow:2px 2px 5px #0003}.banner-page__stat-label{color:#ffffffe6;font-size:1.1rem;font-weight:500;letter-spacing:1px;text-transform:uppercase}.banner-page__features{background:linear-gradient(180deg,#f8f9fa,#fff);min-height:400px;padding:5rem 0}.banner-page__section-header{margin-bottom:3rem;text-align:center}.banner-page__section-title{color:#1a1a1a;display:inline-block;font-size:2.8rem;font-weight:700;margin:0 0 1rem;position:relative}.banner-page__section-title:after{background:linear-gradient(135deg,#4caf50,#45a049);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.banner-page__section-subtitle{color:#666;font-size:1.2rem;margin:1.5rem 0 0}.banner-page__features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.banner-page__feature-item{align-items:center;background:#fff!important;border:2px solid #e5e7eb!important;border-radius:12px;box-shadow:0 2px 8px #00000014!important;display:flex!important;gap:1rem;min-height:80px;opacity:1!important;padding:1.5rem;transform:translateX(0)!important;transition:all .4s cubic-bezier(.34,1.56,.64,1);visibility:visible!important}.about-page__section.visible .banner-page__feature-item{animation:featureItemFadeIn .6s ease-out forwards}.banner-page__features .banner-page__feature-item{opacity:1!important;transform:translateX(0)!important;visibility:visible!important}.banner-page__features{display:block!important;visibility:visible!important}.banner-page__features-grid{display:grid!important;visibility:visible!important}.about-page__section.visible .banner-page__feature-item:first-child{animation-delay:.1s}.about-page__section.visible .banner-page__feature-item:nth-child(2){animation-delay:.2s}.about-page__section.visible .banner-page__feature-item:nth-child(3){animation-delay:.3s}.about-page__section.visible .banner-page__feature-item:nth-child(4){animation-delay:.4s}.about-page__section.visible .banner-page__feature-item:nth-child(5){animation-delay:.5s}.about-page__section.visible .banner-page__feature-item:nth-child(6){animation-delay:.6s}@keyframes featureItemFadeIn{to{opacity:1;transform:translateX(0)}}.banner-page__feature-item:hover{background:#f0f4ff!important;border-color:#667eea!important;box-shadow:0 10px 30px #667eea40!important;transform:translateX(10px) translateY(-5px)!important}.banner-page__feature-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:12px;box-shadow:0 4px 12px #667eea66!important;color:#fff!important;display:flex!important;flex-shrink:0;font-size:1.4rem;height:50px!important;justify-content:center;min-width:50px!important;width:50px!important}.banner-page__feature-icon svg{stroke-width:3;height:24px!important;width:24px!important}.banner-page__feature-text{color:#1a1a1a!important;font-size:1.15rem!important;font-weight:600!important;line-height:1.5}.banner-page__benefits{background:linear-gradient(180deg,#fff,#f8f9fa)!important;display:block!important;min-height:300px;padding:5rem 0!important;visibility:visible!important}.banner-page__benefits-grid{grid-gap:2rem;display:grid!important;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;margin:0 auto;max-width:1200px;visibility:visible!important}.banner-page__benefit-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 4px 20px #00000014;opacity:0;padding:2.5rem;text-align:center;transform:translateY(40px) scale(.95);transition:all .5s cubic-bezier(.34,1.56,.64,1)}.about-page__section.visible .banner-page__benefit-card{animation:benefitCardFadeIn .8s ease-out forwards}.about-page__section.visible .banner-page__benefit-card:first-child{animation-delay:.1s}.about-page__section.visible .banner-page__benefit-card:nth-child(2){animation-delay:.2s}.about-page__section.visible .banner-page__benefit-card:nth-child(3){animation-delay:.3s}.about-page__section.visible .banner-page__benefit-card:nth-child(4){animation-delay:.4s}@keyframes benefitCardFadeIn{to{opacity:1;transform:translateY(0) scale(1)}}.banner-page__benefit-card:hover{border-color:#4caf50;box-shadow:0 20px 50px #4caf5033;transform:translateY(-15px) scale(1.03)}.banner-page__benefit-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 8px 25px #667eea4d;color:#fff;display:flex;font-size:2rem;height:70px;justify-content:center;margin:0 auto 1.5rem;transition:all .4s cubic-bezier(.34,1.56,.64,1);width:70px}.banner-page__benefit-card:hover .banner-page__benefit-icon{box-shadow:0 12px 35px #667eea66;transform:scale(1.15) rotate(5deg)}.banner-page__benefit-title{color:#1a1a1a;font-size:1.4rem;font-weight:700;margin:0 0 1rem}.banner-page__benefit-description{color:#666;font-size:1rem;line-height:1.7;margin:0}.banner-page__cta{background:linear-gradient(135deg,#1a1a1a,#2d2d2d)!important;display:block!important;min-height:300px;overflow:hidden;padding:6rem 2rem!important;position:relative;visibility:visible!important}.banner-page__cta:before{animation:ctaBgPulse 8s ease-in-out infinite;background:radial-gradient(circle,#4caf501a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes ctaBgPulse{0%,to{transform:scale(1) rotate(0deg)}50%{transform:scale(1.1) rotate(180deg)}}.banner-page__cta-container{margin:0 auto!important;max-width:800px!important;position:relative;text-align:center!important;z-index:1}.banner-page__cta-container,.banner-page__cta-title{display:block!important;visibility:visible!important}.banner-page__cta-title{color:#fff!important;font-size:3rem!important;font-weight:800!important;margin:0 0 1rem!important;text-shadow:2px 2px 10px #0000004d}.banner-page__cta-text{color:#ffffffe6!important;display:block!important;font-size:1.2rem!important;line-height:1.8;margin:0 0 2.5rem!important;visibility:visible!important}.banner-page__cta-buttons{display:flex!important;flex-wrap:wrap;gap:1rem;justify-content:center;visibility:visible!important}@media (max-width:1024px){.banner-page__hero-title{font-size:3.5rem}.banner-page__hero-subtitle{font-size:1.5rem}.banner-page__hero-description{font-size:1.1rem}}@media (max-width:768px){.banner-page__hero{min-height:60vh;padding:4rem 1.5rem}.banner-page__hero-title{font-size:2.5rem}.banner-page__hero-subtitle{font-size:1.3rem}.banner-page__hero-description{font-size:1rem}.banner-page__hero-actions{align-items:stretch;flex-direction:column}.banner-page__cta-primary,.banner-page__cta-secondary{justify-content:center;width:100%}.banner-page__stats{padding:3rem 1.5rem}.banner-page__stats-container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.banner-page__stat-value{font-size:2.5rem}.banner-page__benefits,.banner-page__features{padding:3rem 0}.banner-page__section-title{font-size:2.2rem}.banner-page__benefits-grid,.banner-page__features-grid{grid-template-columns:1fr}.banner-page__cta{padding:4rem 1.5rem}.banner-page__cta-title{font-size:2.2rem}.banner-page__cta-text{font-size:1.1rem}.banner-page__cta-buttons{flex-direction:column}}@media (max-width:480px){.banner-page__hero-title{font-size:2rem}.banner-page__hero-subtitle{font-size:1.1rem}.banner-page__stats-container{grid-template-columns:1fr}.banner-page__stat-value{font-size:2rem}.banner-page__cta-title,.banner-page__section-title{font-size:1.8rem}}.banner-page__hero--skeleton{background:linear-gradient(135deg,#eef2ff,#f8fafc 50%,#eef2ff)!important;overflow:hidden;position:relative}.banner-page__hero--skeleton:before{animation:banner-details-hero-shimmer 1.5s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d 50%,#0000);content:"";height:100%;left:-100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}@keyframes banner-details-hero-shimmer{0%{left:-100%}to{left:100%}}.banner-page__skeleton{animation:banner-details-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.banner-page__skeleton--badge{border-radius:50px;height:32px;margin:0 auto 1.5rem;width:180px}.banner-page__skeleton--hero-title{height:72px;margin:0 auto 1rem;max-width:600px;width:70%}.banner-page__skeleton--hero-subtitle{height:36px;margin:0 auto 1.5rem;max-width:500px;width:60%}.banner-page__skeleton--cta{border-radius:12px;height:50px;margin:0 8px;width:200px}.banner-page__skeleton--cta-secondary{border-radius:12px;height:50px;margin:0 8px;width:180px}.banner-page__skeleton--stat-value{border-radius:8px;height:48px;margin:0 auto .5rem;width:120px}.banner-page__skeleton--stat-label{border-radius:8px;height:20px;margin:0 auto;width:100px}.banner-page__skeleton--section-title{height:44px;margin:0 auto 1rem;max-width:80%;width:300px}.banner-page__skeleton--section-subtitle{height:24px;margin:0 auto;max-width:60%;width:400px}.banner-page__skeleton--section-description{height:80px;margin:1.5rem auto;max-width:800px;width:100%}.banner-page__skeleton--feature-icon{border-radius:6px;flex-shrink:0;height:24px;width:24px}.banner-page__skeleton--feature-text{flex:1 1;height:20px;width:100%}.banner-page__skeleton--benefit-icon{border-radius:14px;height:60px;margin:0 auto 1rem;width:60px}.banner-page__skeleton--benefit-title{height:28px;margin:0 auto 1rem;width:70%}.banner-page__skeleton--benefit-description{height:16px;margin-bottom:8px;width:100%}.banner-page__skeleton--benefit-description-short{width:85%}.banner-page__skeleton--cta-title{height:44px;margin:0 auto 1.5rem;max-width:80%;width:350px}.banner-page__skeleton--cta-text{height:24px;margin:0 auto 2rem;max-width:70%;width:500px}.banner-page__benefit-card--skeleton,.banner-page__feature-item--skeleton,.banner-page__stat-card--skeleton{animation:none;opacity:1;pointer-events:none;transform:translateY(0) scale(1)}.banner-page__hero-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem}@keyframes banner-details-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (max-width:768px){.banner-page__skeleton--hero-title{height:48px}.banner-page__skeleton--hero-subtitle{height:28px}.banner-page__skeleton--cta,.banner-page__skeleton--cta-secondary{margin:.5rem 0;width:100%}.banner-page__skeleton--cta-title{height:36px;width:280px}.banner-page__skeleton--cta-text{height:20px;width:90%}}@media (max-width:480px){.banner-page__skeleton--hero-title{height:36px}.banner-page__skeleton--hero-subtitle{height:24px}.banner-page__skeleton--section-title{height:32px;width:250px}.banner-page__skeleton--section-subtitle{height:20px;width:85%}.banner-page__skeleton--cta-title{height:32px;width:240px}.banner-page__skeleton--cta-text{height:18px;width:95%}}.legal-page__section{background-color:#fff;min-height:calc(100vh - 60px);padding:100px 0 80px}.legal-page__container{margin:0 auto;max-width:900px;padding:0 2rem}.legal-page__title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.3;margin:0 0 2rem;text-align:center}.legal-page__content{color:#333;line-height:1.8}.legal-page__intro{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-left:4px solid #667eea;border-radius:8px;color:#555;font-size:1.15rem;margin-bottom:2rem;padding:1.5rem}.legal-page__subtitle{border-top:2px solid #667eea33;color:#1a1a1a;font-size:1.75rem;font-weight:600;margin:2.5rem 0 1rem;padding-top:1.5rem}.legal-page__sub-subtitle{border-left:3px solid #667eea;color:#2d3748;font-size:1.35rem;font-weight:600;margin:2rem 0 1rem;padding-left:1rem}.legal-page__content p{color:#4a5568;font-size:1.05rem;margin:1.25rem 0;text-align:justify}.legal-page__content p strong{color:#1a1a1a;font-weight:600}.legal-page__list{list-style-type:disc;margin:1.5rem 0;padding-left:2rem}.legal-page__list li{color:#4a5568;font-size:1.05rem;line-height:1.7;margin:.75rem 0;padding-left:.5rem}.legal-page__list li strong{color:#1a1a1a;font-weight:600}.legal-page__section.visible{animation:legalPageFadeIn .8s ease-out}@keyframes legalPageFadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.legal-page__section{padding:80px 0 60px}.legal-page__container{padding:0 1rem}.legal-page__title{font-size:2rem;margin-bottom:1.5rem}.legal-page__subtitle{font-size:1.5rem;margin:2rem 0 1rem}.legal-page__sub-subtitle{font-size:1.2rem;margin:1.5rem 0 .75rem}.legal-page__content p{font-size:1rem;text-align:left}.legal-page__intro{font-size:1.05rem;padding:1rem}.legal-page__list{padding-left:1.5rem}.legal-page__list li{font-size:1rem}}@media (max-width:480px){.legal-page__section{padding:60px 0 40px}.legal-page__title{font-size:1.75rem}.legal-page__subtitle{font-size:1.35rem}.legal-page__sub-subtitle{font-size:1.1rem}.legal-page__content p{font-size:.95rem}.legal-page__intro{font-size:1rem}}.app-footer{background-color:#fff;border-top:1px solid #0f172a1a;color:#0f172a;margin-left:260px;margin-left:var(--side-menu-width,260px);margin-top:50px;padding:36px 24px 24px;position:relative;transition:width .4s cubic-bezier(.4,0,.2,1),margin-left .4s cubic-bezier(.4,0,.2,1);width:calc(100% - 260px);width:calc(100% - var(--side-menu-width, 260px));z-index:950}.app-footer--with-right-panel{width:calc(100% - 644px);width:calc(100% - var(--side-menu-width, 260px) - var(--right-panel-width, 320px) - 64px)}.footer-grid{grid-gap:32px;align-items:start;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin:0 auto;max-width:1200px}.footer-branding{align-items:flex-start;display:flex;flex-direction:column;gap:16px}.footer-logo img{height:auto;object-fit:contain;width:140px}.footer-tagline{color:#0f172a;font-size:16px;margin:0}.footer-section h4{font-size:16px;letter-spacing:.08em;margin:10;text-transform:uppercase}.footer-section ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.footer-section li{margin:0}.footer-section li a{color:#0f172a;font-size:14px;text-decoration:none;transition:color .2s ease}.footer-section li a:hover{color:#fc0}.footer-store-links{display:flex;flex-wrap:wrap;gap:12px}.store-link{align-items:center;background:#0f172a;border-radius:999px;color:#fff;display:inline-flex;font-weight:600;gap:8px;padding:10px 16px;text-decoration:none}.store-link__text{display:flex;flex-direction:column;font-size:13px;line-height:1}.store-link__text small{color:#64748b;font-size:10px}.footer-qr-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.footer-qr{border:1px solid #ffffff40;border-radius:16px;display:flex;flex-direction:column;font-weight:600;gap:8px;padding:18px;text-align:center}.footer-qr span{font-size:20px}.footer-qr-asset{align-items:flex-start;display:flex;flex-direction:column;gap:8px;margin-top:12px;text-align:left}.footer-qr-asset img{height:120px;object-fit:contain;width:120px}.footer-qr-asset p{color:#64748b;font-size:13px;margin:0}.footer-bottom{border-top:1px solid #fff3;color:#94a3b8;font-size:14px;margin-top:32px;padding-top:16px;text-align:center}.footer-bottom p{margin:0}@media (max-width:1024px){.app-footer{margin-left:0;width:100%}.app-footer--with-right-panel{width:100%}}@media (max-width:768px){.footer-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.footer-qr-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-footer{margin-left:0;width:100%}.app-footer--with-right-panel{width:100%}}.login-modal-overlay{align-items:center;animation:login-overlay-fade .2s ease-out;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0000008c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.login-modal-container{animation:login-modal-zoom .25s ease;background:#fff;border-radius:24px;box-shadow:0 24px 60px #0000002e;max-height:92vh;max-width:460px;overflow-y:auto;padding-bottom:10px;position:relative;width:100%}.login-modal-header{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:30px 30px 20px}.login-modal-title{color:#333;font-size:24px;font-weight:700;margin:0}.login-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;justify-content:center;padding:5px;transition:background-color .2s}.login-modal-close:hover{background-color:#f0f0f0}@keyframes login-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes login-modal-zoom{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.login-modal-logo{display:flex;justify-content:center;padding:30px 30px 10px}.login-logo-image{border-radius:18px;height:150px;object-fit:contain;width:150px}.login-modal-form{padding:0 40px 40px}.login-input-group{margin-bottom:20px}.login-input-container{align-items:center;display:flex;position:relative}.login-input-icon{color:#666;left:15px;position:absolute;z-index:1}.login-input{background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;padding:15px 15px 15px 50px;transition:border-color .2s;width:100%}.login-input:focus{background:#fff;border-color:#ff9220;outline:none}.login-input:disabled{background:#f5f5f5;cursor:not-allowed}.login-input--error{background:#fff5f5!important;border-color:#dc3545!important}.login-input--warning{background:#fffbf0!important;border-color:#ff9800!important}.login-field-message{font-size:13px;line-height:1.4;margin-top:6px;padding:0 2px}.login-field-message--error{color:#dc3545}.login-field-message--warning{color:#ff9800}.login-error{background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;font-size:14px;margin-bottom:20px;padding:12px 15px}.login-button-group{display:flex;flex-direction:column;gap:12px}.login-submit-button{background:linear-gradient(135deg,#ff9220,#ffd043);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:15px;transition:transform .2s,box-shadow .2s}.login-submit-button:hover:not(:disabled){box-shadow:0 8px 20px #ff92204d;transform:translateY(-2px)}.login-submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.login-forgot-inline{align-self:flex-start;background:none;border:none;color:#666;cursor:pointer;font-size:13px;margin-top:6px;padding:0;text-decoration:underline;transition:color .2s}.login-forgot-inline:hover:not(:disabled){color:#ff9220}.login-forgot-inline:disabled{cursor:not-allowed;opacity:.6}.login-signup-text{color:#555;font-size:14px;margin-top:20px;text-align:center}.login-signup-link{background:none;border:none;color:#ff9220;cursor:pointer;font-weight:600;margin-left:4px;padding:0;text-decoration:underline;transition:color .2s}.login-signup-link:hover:not(:disabled){color:#e67e22}.login-signup-link:disabled{cursor:not-allowed;opacity:.6}.login-input-row{display:flex;gap:12px}.login-input-row .login-input-group{flex:1 1}.login-checkboxes{margin:16px 0}.login-checkbox{align-items:flex-start;color:#666;cursor:pointer;display:flex;font-size:14px;gap:8px;line-height:1.4;margin-bottom:12px}.login-checkbox input[type=checkbox]{accent-color:#ff9220;height:16px;margin-top:2px;width:16px}.login-checkbox span{flex:1 1}.login-mode-toggle{background:none;border:none;color:#ff9220;cursor:pointer;font-size:14px;padding:8px;text-decoration:underline;transition:color .2s}.login-mode-toggle:hover:not(:disabled){color:#e67e22}.login-mode-toggle:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.login-input-row{flex-direction:column;gap:16px}.login-checkbox{font-size:13px}}@media (max-width:480px){.login-modal-container{border-radius:18px;margin:10px;max-height:95vh;max-width:100%}.login-modal-header{padding:20px 22px 15px}.login-modal-title{font-size:20px}.login-modal-form{padding:0 24px 24px}.login-logo-image{height:80px;width:80px}.login-input-row{gap:16px}}.signup-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.signup-modal-container{background:#fff;border-radius:24px;box-shadow:0 24px 60px #00000026;display:flex;flex-direction:column;max-height:95vh;max-width:680px;overflow-y:auto;width:100%}.signup-modal-header{align-items:center;border-bottom:1px solid #e1e5e9;display:flex;justify-content:space-between;padding:24px 24px 16px}.signup-modal-title-group{align-items:center;display:flex;gap:12px}.signup-logo-inline{background:#fffdf8;border:1px solid #ff922033;border-radius:12px;height:48px;object-fit:contain;padding:6px;width:48px}.signup-modal-title{color:#1a1a1b;font-size:24px;font-weight:700;margin:0}.signup-modal-close{background:none;border:none;border-radius:4px;color:#878a8c;cursor:pointer;padding:8px;transition:all .2s}.signup-modal-close:hover:not(:disabled){background-color:#f6f7f8;color:#1a1a1b}.signup-modal-close:disabled{cursor:not-allowed;opacity:.6}.signup-step-header{padding:5px 32px 24px}.signup-modal-form{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:0 32px 32px}.signup-input-row{display:flex;gap:12px}.signup-input-row+.signup-input-row{margin-top:16px}.signup-input-row .signup-input-group{flex:1 1}.signup-input-group{margin-bottom:16px}.signup-input-container{align-items:center;display:flex;position:relative}.signup-input-icon{color:#878a8c;left:12px;position:absolute;z-index:1}.signup-input{background:#fff;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;outline:none;padding:12px 12px 12px 44px;transition:all .2s;width:100%}.signup-input:focus{border-color:#ff9220;box-shadow:0 0 0 3px #ff92201a}.signup-input:disabled{background-color:#f6f7f8;cursor:not-allowed}.signup-input--error{background:#fff5f5!important;border-color:#dc3545!important}.signup-input--warning{background:#fffbf0!important;border-color:#ff9800!important}.signup-field-message{font-size:13px;line-height:1.4;margin-top:6px;padding:0 2px}.signup-field-message--error{color:#dc3545}.signup-field-message--warning{color:#ff9800}.signup-input::placeholder{color:#878a8c}.signup-password-toggle{background:none;border:none;border-radius:4px;color:#878a8c;cursor:pointer;padding:4px;position:absolute;right:12px;transition:color .2s}.signup-password-toggle:hover:not(:disabled){color:#1a1a1b}.signup-password-toggle:disabled{cursor:not-allowed}.signup-checkboxes{display:flex;flex-direction:column;gap:12px;margin:16px 0}.signup-checkbox{align-items:flex-start;color:#666;cursor:pointer;display:flex;font-size:14px;gap:8px;line-height:1.4}.signup-checkbox input[type=checkbox]{accent-color:#ff9220;height:16px;margin-top:2px;width:16px}.signup-checkbox span{flex:1 1}.signup-error{background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px;margin-bottom:16px;padding:12px}.signup-step-indicator{grid-gap:0;border:1px solid #f0f0f0;border-radius:16px;display:grid;gap:0;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;overflow:hidden}.signup-step-item{align-items:center;background:#f9f9f9;color:#9a9da2;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:6px;padding:14px 10px;position:relative;text-align:center;transition:all .2s}.signup-step-item+.signup-step-item{border-left:1px solid #f0f0f0}.signup-step-item:before{align-items:center;background:#fff;border:1px solid #e1e5e9;border-radius:50%;color:#9a9da2;content:attr(data-index);display:inline-flex;font-size:12px;font-weight:700;height:26px;justify-content:center;width:26px}.signup-step-item--active{background:linear-gradient(135deg,#fff6ec,#ffe7cd);box-shadow:inset 0 0 0 1px #ff92204d;color:#e57200}.signup-step-item--active:before{background:#ff9220;border-color:#ff9220;color:#fff}.signup-step-item--completed{background:#ff9220;color:#fff}.signup-step-item--completed:before{background:#ffffff4d;border-color:#ffffff80;color:#fff}.signup-step-item--completed+.signup-step-item{border-left-color:#fff6}.signup-step-content{display:flex;flex:1 1;flex-direction:column;gap:12px;margin-bottom:8px;padding-right:8px}.signup-step-section{background:#fafafa;border:1px solid #f0f0f0;border-radius:16px;padding:16px}.signup-step-section h3{color:#1a1a1b;font-size:18px;margin:0}.signup-section-description{color:#666;font-size:14px;margin:8px 0 20px}.signup-preference-block{background:#fff;border:1px solid #f0f0f0;border-radius:14px;margin-top:16px;padding:16px}.signup-question-header{align-items:flex-start;display:flex;gap:12px;margin-bottom:12px}.signup-question-header span{color:#ffbe0b;font-weight:700}.signup-question-header h4{color:#1a1a1b;font-size:16px;margin:0}.signup-question-header p{color:#666;font-size:13px;margin:4px 0 0}.signup-brand-categories,.signup-chip-list{display:flex;flex-wrap:wrap;gap:10px}.signup-chip{background:#fff;border:1px solid #e1e5e9;border-radius:999px;cursor:pointer;font-size:13px;padding:8px 16px;transition:all .2s}.signup-chip--selected{background:#ff92201a;border-color:#ff9220;color:#ff9220}.signup-brand-filters{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.signup-brand-search{align-items:center;border:1px solid #e1e5e9;border-radius:10px;display:flex;gap:8px;padding:8px 12px}.signup-brand-search input{border:none;flex:1 1;font-size:14px;outline:none}.signup-brand-search-icon{color:#999}.signup-brand-search button{background:none;border:none;color:#ff9220;cursor:pointer;font-size:13px}.signup-brand-meta{color:#666;font-size:13px;margin:0}.signup-brand-grid{display:flex;flex-wrap:wrap;gap:10px;max-height:260px;overflow-y:auto}.signup-chip--brand{font-size:12px;padding:6px 12px}.signup-empty-brands{color:#999;font-size:14px;padding:16px;text-align:center;width:100%}.signup-step-footer{display:flex;gap:12px;margin-top:24px}.signup-back-button,.signup-next-button,.signup-submit-button{border:none;border-radius:10px;cursor:pointer;flex:1 1;font-size:15px;font-weight:600;padding:12px;transition:transform .2s,box-shadow .2s}.signup-back-button{background:#f1f3f5;color:#333}.signup-next-button{background:#ffe5c7;color:#ff9220}.signup-submit-button{background:linear-gradient(135deg,#ff9220,#ffd043);color:#fff}.signup-back-button:disabled,.signup-next-button:disabled,.signup-submit-button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.signup-login-link{background:none;border:none;color:#ff9220;cursor:pointer;font-size:14px;margin-top:12px;text-decoration:underline}@media (max-width:480px){.signup-modal-overlay{padding:10px}.signup-modal-container{border-radius:18px;max-height:95vh}.signup-modal-header{padding:20px 20px 15px}.signup-modal-title{font-size:20px}.signup-step-header{padding:0 20px 20px}.signup-modal-form{padding:0 20px 24px}.signup-input-row{flex-direction:column;gap:16px}.signup-step-indicator{flex-direction:column;gap:12px}.signup-step-item{flex-direction:row;justify-content:flex-start}.signup-step-footer{flex-direction:column}.signup-brand-grid{max-height:200px}}.forgot-password-overlay{align-items:center;animation:forgot-password-overlay-fade .2s ease-out;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#0000008c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1001}.forgot-password-container{animation:forgot-password-modal-zoom .25s ease,forgot-password-gradient 3s ease infinite;background:linear-gradient(135deg,#ff9220,#ffd043,#faebbc);background-size:200% 200%;border-radius:24px;box-shadow:0 24px 60px #0000002e;max-height:92vh;max-width:460px;overflow-y:auto;padding-bottom:10px;position:relative;width:100%}@keyframes forgot-password-gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.forgot-password-header{align-items:center;border-bottom:1px solid #ffffff4d;display:flex;justify-content:space-between;padding:30px 30px 20px}.forgot-password-header-actions{align-items:center;display:flex;gap:8px}.forgot-password-back-button{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;padding:8px;transition:background-color .2s;width:40px}.forgot-password-back-button:hover{background-color:#ffffff80}.forgot-password-title{color:#333;font-size:24px;font-weight:700;margin:0}.forgot-password-close{align-items:center;background:#ffffff4d;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;padding:8px;transition:background-color .2s;width:40px}.forgot-password-close:hover{background-color:#ffffff80}@keyframes forgot-password-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes forgot-password-modal-zoom{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.forgot-password-logo{display:flex;justify-content:center;padding:30px 30px 10px}.forgot-password-logo-image{background:#fff;border-radius:20px;box-shadow:0 4px 12px #0000001a;height:120px;object-fit:contain;padding:10px;width:120px}.forgot-password-form{padding:0 20px 30px}.forgot-password-blur-container{background-color:#fff;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:20px;width:100%}.forgot-password-input-container{align-items:center;display:flex;flex-direction:column;gap:20px;width:100%}.forgot-password-text{color:#666;font-size:14px;font-weight:400;line-height:20px;margin:0;text-align:center}.forgot-password-input-group{margin-bottom:10px;width:100%}.forgot-password-input-wrapper{align-items:center;display:flex;position:relative}.forgot-password-input-icon{color:#666;left:15px;position:absolute;z-index:1}.forgot-password-input{background:#fafafa;border:2px solid #e0e0e0;border-radius:12px;font-size:16px;padding:15px 50px;transition:border-color .2s;width:100%}.forgot-password-input-wrapper:has(.forgot-password-eye-button) .forgot-password-input{padding-right:50px}.forgot-password-eye-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:15px;transition:color .2s;z-index:2}.forgot-password-eye-button:hover:not(:disabled){color:#333}.forgot-password-eye-button:disabled{cursor:not-allowed;opacity:.5}.forgot-password-input:focus{background:#fff;border-color:#ff9220;outline:none}.forgot-password-input:disabled{background:#f5f5f5;cursor:not-allowed}.forgot-password-snackbar{animation:forgot-password-snackbar-slide .3s ease;border-radius:8px;color:#fff;font-size:14px;padding:12px 15px;text-align:center;width:100%}@keyframes forgot-password-snackbar-slide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.forgot-password-submit-button{background:linear-gradient(135deg,#ff9220,#ffd043);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:15px;transition:transform .2s,box-shadow .2s;width:100%}.forgot-password-submit-button:hover:not(:disabled){box-shadow:0 8px 20px #ff92204d;transform:translateY(-2px)}.forgot-password-submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.forgot-password-resend-button{background:none;border:none;color:#ff9220;cursor:pointer;font-size:14px;font-weight:600;margin-top:8px;padding:12px;text-align:center;text-decoration:underline;transition:color .2s,transform .2s;width:100%}.forgot-password-resend-button:hover:not(:disabled){color:#e67e22;transform:translateY(-1px)}.forgot-password-resend-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.forgot-password-loading-overlay{align-items:center;background-color:#ffffffe6;border-radius:24px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.forgot-password-loading-spinner{animation:forgot-password-spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#ff9220;height:50px;width:50px}@keyframes forgot-password-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.forgot-password-container{border-radius:18px;margin:10px;max-height:95vh;max-width:100%}.forgot-password-header{padding:20px 22px 15px}.forgot-password-title{font-size:20px}.forgot-password-form{padding:0 15px 20px}.forgot-password-logo-image{height:100px;width:100px}.forgot-password-blur-container{padding:15px}}.recent-posts-card{animation:recent-show .4s ease-out;background:#fff;border:1px solid #e8e8e8;border-radius:14px;margin-bottom:24px;max-width:100%;overflow:hidden;width:100%;z-index:10}.recent-posts-card--hide{animation:recent-hide .36s ease forwards;transform-origin:center right}.recent-posts-card--show{animation:recent-show .4s ease-out}.recent-posts-show-wrapper{padding:12px;position:fixed;right:0;transition:bottom .3s ease;z-index:1000}.recent-posts-show-button{animation:recent-button-pulse 2.5s ease-in-out infinite;background:#ff9220;border:none;border-radius:999px 0 0 999px;box-shadow:0 8px 20px #00000026;color:#fff;cursor:pointer;font-size:24px;font-weight:600;padding:12px 16px;text-orientation:upright;transition:transform .2s ease;writing-mode:vertical-rl}.recent-posts-show-button:hover{transform:translateX(-2px)}@keyframes recent-show{0%{opacity:0;transform:scale(.7) translateX(20px)}60%{opacity:1;transform:scale(1.02) translateX(-6px)}to{opacity:1;transform:scale(1) translateX(0)}}@keyframes recent-button-pulse{0%,to{transform:translateX(0)}50%{transform:translateX(4px) scale(.95)}}@keyframes recent-hide{0%{opacity:1;transform:scale(1) translateX(0)}to{opacity:0;transform:scale(.75) translateX(18px)}}.recent-posts-header{align-items:center;background:linear-gradient(180deg,#fafafa 0,#fff);border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:16px 16px 12px}.recent-posts-title{color:#333;font-size:15px;font-weight:600;letter-spacing:-.3px;margin:0}.recent-posts-clear{background:none;border:none;border-radius:6px;color:#ff9220;cursor:pointer;font-size:13px;font-weight:500;padding:6px 10px;transition:all .2s ease}.recent-posts-clear:hover{background-color:#ff932027;color:#ff9320}.recent-posts-list{padding:8px 0}.recent-post-item{cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:background-color .2s ease}.recent-post-item:hover{background-color:#fafafa}.post-icon,.post-icon-wrapper{flex-shrink:0}.post-icon{align-items:center;border-radius:50%;display:flex;height:36px;justify-content:center;width:36px}.post-icon-react{background:#20232a;color:#61dafb}.post-icon-react svg{height:20px;width:20px}.post-icon-default{background:#ff9220;color:#fff;overflow:hidden;position:relative}.post-icon-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.post-icon-fallback{background:#0000;color:#fff;font-size:20px;font-weight:600;height:100%;width:100%}.post-icon-default:after,.post-icon-fallback{align-items:center;border-radius:50%;display:flex;justify-content:center}.post-icon-default:after{background:#ffffffe6;bottom:-4px;box-shadow:0 0 0 2px #ff922066;color:#ff9220;font-size:12px;height:18px;position:absolute;right:-4px;width:18px}.recent-posts-empty{color:#999;font-size:13px;padding:24px 16px;text-align:center}.recent-post-skeleton{display:flex;gap:10px;padding:10px 14px}.recent-post-skeleton__avatar{animation:recent-posts-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:50%;flex-shrink:0;height:36px;width:36px}.recent-post-skeleton__content{display:flex;flex:1 1;flex-direction:column;gap:8px}.recent-post-skeleton__meta{margin-bottom:4px}.recent-post-skeleton__line{animation:recent-posts-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:6px;height:12px}.recent-post-skeleton__line--long{width:85%}.recent-post-skeleton__line--medium{width:70%}.recent-post-skeleton__line--short{width:50%}.recent-post-skeleton__line--xshort{width:40%}@keyframes recent-posts-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.post-content{flex:1 1;min-width:0}.post-meta{align-items:center;color:#999;display:flex;font-size:12px;gap:6px;margin-bottom:6px}.post-source{color:#666;font-weight:500}.post-separator{color:#ccc}.post-time{color:#999}.post-title{color:#333;font-size:13px;font-weight:600;line-height:1.4;margin:0 0 6px}.post-description,.post-title{line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-description{color:#666;font-size:12px;line-height:1.5;margin:0 0 8px}.post-engagement{color:#999;display:flex;font-size:12px;gap:12px}.post-comments,.post-upvotes{align-items:center;color:#999;display:flex;gap:4px}.engagement-icon{color:#999;font-size:13px}.post-divider{background-color:#f0f0f0;height:1px;margin:0 14px}@media (max-width:1200px){.recent-posts-card{max-width:100%}}:root{--app-header-height:120px;--side-menu-width:260px;--right-panel-width:320px}.app-layout{background-color:#fff;display:flex;flex-direction:column;min-height:100vh}.app-layout__shell{align-items:flex-start;box-sizing:border-box;display:flex;flex:1 1;gap:32px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:120px;margin-top:var(--app-header-height,120px);max-width:1920px;padding:0 330px 32px 292px;padding:0 calc(var(--right-panel-width, 320px) + 10px) 32px calc(var(--side-menu-width, 260px) + 32px);transition:padding .3s ease;width:100%}.app-layout__shell--no-right-panel{padding-right:32px}@media (min-width:1025px){.app-layout__shell{padding-left:292px;padding-left:calc(var(--side-menu-width, 260px) + 32px)}}.app-layout__content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1400px;min-width:0;padding-right:32px;transition:max-width .3s ease;width:100%}.app-layout__shell--no-right-panel .app-layout__content{max-width:1800px}.app-layout__main{border-radius:16px;display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1100px;min-height:calc(100vh - 220px);padding:32px;transition:max-width .3s ease;width:100%}.app-layout__shell--no-right-panel .app-layout__main{max-width:1500px}.app-layout__right-panel{background:#fff;display:flex;flex-direction:column;gap:24px;max-height:calc(100vh - 184px);max-height:calc(100vh - var(--app-header-height, 120px) - 64px);overflow-y:auto;padding-bottom:24px;pointer-events:auto;position:fixed;right:32px;top:152px;top:calc(var(--app-header-height, 120px) + 32px);transition:opacity .3s ease,transform .3s ease;width:320px;width:var(--right-panel-width,320px);z-index:10}.app-layout__right-panel--hidden,.app-layout__right-panel:empty{display:none}@media (max-width:1024px){.app-layout__shell{flex-direction:column;gap:16px;padding:16px}.app-layout__content{padding-right:0}.app-layout__right-panel{margin-top:24px;max-height:none;max-width:100%;order:999;padding-bottom:0;position:static;width:100%}}@media (max-width:768px){.app-layout__shell{flex-direction:column;gap:12px;padding:12px}.app-layout__content{padding-right:0}.app-layout__main{border-radius:12px;padding:20px}.app-layout__right-panel{margin-top:20px}}@media (max-width:480px){.app-layout__shell{flex-direction:column;gap:8px;padding:8px}.app-layout__content{padding-right:0}.app-layout__main{border-radius:8px;padding:16px}.app-layout__right-panel{margin-top:16px}}.blog-list-page{background:radial-gradient(circle at top,#fff 0,#eef2ff 60%);box-sizing:border-box;min-height:100vh;padding:140px 20px 80px}.blog-list-hero{margin:0 auto 40px;max-width:900px;padding:20px;text-align:center}.blog-list-kicker{color:#6366f1;font-size:.9rem;letter-spacing:.4em;margin-bottom:10px;text-transform:uppercase}.blog-list-hero h1{color:#111827;font-size:2.8rem;margin:0}.blog-list-lede{color:#4b5563;line-height:1.6;margin:12px auto 24px;max-width:640px}.blog-list-content{margin:0 auto;max-width:1200px}.blog-list-status{margin-bottom:24px}.blog-grid.blog-grid--full{margin-top:20px}.blog-card--skeleton{animation:none;pointer-events:none}.blog-card-image--skeleton{background:#f3f4f6;overflow:hidden;position:relative}.blog-skeleton{animation:blog-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.blog-skeleton--image{height:100%;left:0;position:absolute;top:0;width:100%}.blog-skeleton--meta{height:14px;margin-bottom:12px;width:120px}.blog-skeleton--title{height:24px;margin-bottom:12px;width:85%}.blog-skeleton--excerpt{height:16px;margin-bottom:8px;width:100%}.blog-skeleton--excerpt-short{width:70%}.blog-skeleton--link{height:20px;margin-top:8px;width:140px}@keyframes blog-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (max-width:768px){.blog-list-hero{padding:10px}.blog-list-hero h1{font-size:2.2rem}.blog-list-back{justify-content:center;width:100%}}.blog-detail-page{background:linear-gradient(180deg,#f8fafc,#eef2ff 90%);box-sizing:border-box;min-height:100vh;padding:140px 20px 80px}.blog-detail-header{display:flex;justify-content:flex-end;margin:0 auto 40px;max-width:1200px}.blog-detail-view-all{align-items:center;border:1px solid #4338ca33;border-radius:999px;color:#4338ca;display:inline-flex;font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:background .3s ease,box-shadow .3s ease}.blog-detail-view-all:hover{background:#6366f11f;box-shadow:0 8px 16px #4338ca40}.blog-detail-card{background:#fff;border-radius:24px;box-shadow:0 20px 60px #0f172a1f;margin:0 auto;max-width:1100px;padding:36px}.blog-detail-body{display:flex;flex-direction:column;gap:14px;margin-top:32px}.blog-detail-meta{align-items:flex-start;display:flex;flex-direction:column;gap:10px;margin-bottom:6px}.blog-detail-category{background:#4f46e526;border-radius:999px;color:#4338ca;font-size:.85rem;font-weight:600;padding:6px 16px}.blog-detail-date{color:#6b7280;font-size:.9rem}.blog-detail-card h1{color:#111827;font-size:2.4rem;margin-bottom:24px;margin-top:10px}.blog-detail-image{border-radius:18px;height:500px;margin-bottom:0;overflow:hidden;width:100%}.blog-detail-image img{display:block;height:100%;object-fit:cover;width:100%}.blog-detail-content{letter-spacing:.01em;text-align:justify;word-spacing:.05em}.blog-detail-paragraph{word-wrap:break-word;color:#374151;font-size:1.05rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.85;margin-bottom:20px;margin-top:0;text-indent:0;white-space:pre-wrap}.blog-detail-paragraph:first-of-type{margin-top:0}.blog-detail-paragraph:last-of-type{margin-bottom:0}.blog-detail-list{color:#374151;list-style:none;margin:20px 0;padding:0}.blog-detail-list li{font-size:1.05rem;line-height:1.8;margin-bottom:14px;padding-left:24px;position:relative}.blog-detail-list li:before{color:#4338ca;content:"•";font-size:1.2rem;font-weight:700;left:0;line-height:1.8;position:absolute}.blog-detail-list-content{display:inline-block;letter-spacing:.01em;text-align:justify;word-spacing:.05em}.blog-list-status{color:#6b7280;font-size:1rem;margin-top:30px;text-align:center}.blog-list-status--error{color:#dc2626}@media (max-width:992px){.blog-detail-card{padding:28px}.blog-detail-body{margin-top:28px}}@media (max-width:768px){.blog-detail-header{justify-content:center}.blog-detail-card{padding:24px}.blog-detail-card h1{font-size:2rem}.blog-detail-image{height:300px}.blog-detail-body{margin-top:24px}}.blog-detail-card--skeleton{pointer-events:none}.blog-detail-skeleton{animation:blog-detail-shimmer 1.6s infinite;background:linear-gradient(90deg,#eef2ff,#f8fafc 50%,#eef2ff);background-size:400px 100%;border-radius:8px}.blog-detail-skeleton--image{height:100%;min-height:500px;width:100%}.blog-detail-skeleton--category{border-radius:999px;height:28px;width:120px}.blog-detail-skeleton--date{height:18px;width:100px}.blog-detail-skeleton--title{height:48px;margin-bottom:24px;margin-top:10px;width:80%}.blog-detail-skeleton--paragraph{height:20px;margin-bottom:20px;width:100%}.blog-detail-skeleton--paragraph-short{width:70%}@keyframes blog-detail-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@media (max-width:768px){.blog-detail-skeleton--image{min-height:300px}.blog-detail-skeleton--title{height:36px}}.sitemap-page{background:#0000;display:flex;justify-content:center;min-height:100vh;padding:40px 24px 60px}.sitemap-container{display:flex;flex-direction:column;gap:32px;width:min(1100px,100%)}.sitemap-header h1{color:#0f172a;font-size:32px;margin:0 0 8px}.sitemap-header p{color:#475569;font-size:16px;margin:0}.sitemap-xml{background:#0f172a;border:1px solid #0f172a33;border-radius:18px;box-shadow:0 12px 30px #0f172a33;color:#cbd5f5;font-family:JetBrains Mono,Source Code Pro,monospace;font-size:14px;line-height:1.8;overflow-x:auto;padding:24px}@media (max-width:768px){.sitemap-page{padding:32px 16px 48px}}#root,body,html{height:100%;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}
/*# sourceMappingURL=main.a3e00411.css.map*/