/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial}}}@layer theme{:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}h1,h2,h3,h4{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}sub{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}ol,ul{list-style:none}img,svg,object{vertical-align:middle;display:block}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance:-apple-pay-button)) or (contain-intrinsic-size:1px){::-moz-placeholder{color:currentColor}::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}}@layer components;@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.list-item{display:list-item}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration: 1s}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration) / 2)}@media print,(prefers-reduced-motion: reduce){.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}}@keyframes pulse{0%{transform:scaleZ(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleZ(1)}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--white: #ffffff;--black: #000000;--white-rgb: 255, 255, 255;--black-rgb: 0, 0, 0;--primary-color: #3590eb;--primary-color-rgb: 34, 154, 240;--secondary-color: #efeff4;--success-color: #10b981;--success-color-rgb: 16, 185, 129;--warning-color: #f59e0b;--warning-color-rgb: 245, 158, 11;--danger-color: #ef4444;--danger-color-rgb: 239, 68, 68;--muted-color: #778da9;--info-color: #778da9;--accent-color: #3590eb;--bg-color: var(--white);--text-color: var(--black);--text-color-rgb: var(--black-rgb);--border-radius: .75rem;--animate-duration: .5s}body[data-theme=dark]{color-scheme:dark;--secondary-color: #1c1c1d;--bg-color: var(--black);--text-color: var(--white);--text-color-rgb: var(--white-rgb)}body[data-theme=dark] .shimmer{background:linear-gradient(to right,#ffffff0d 8%,#ffffff1a 18%,#ffffff0d 33%);background-size:1000px 100%}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:400;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYREGULAR-BkXjPDtK.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:100;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYULTRALIGHTITALIC-BjNSMqOC.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:200;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYTHINITALIC-BpkT1zhq.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:300;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYLIGHTITALIC-CXlBHhbS.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:500;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYMEDIUM-DglyA3tg.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:600;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYSEMIBOLDITALIC-Dh6yLoZW.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:normal;font-weight:700;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYBOLD-DSbkrPgw.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:800;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYHEAVYITALIC-B5PUUaxw.woff2) format("woff")}@font-face{font-family:SF Pro Display;font-style:italic;font-weight:900;src:local("SF Pro Display"),url(/assets/SFPRODISPLAYBLACKITALIC-BHl0Keci.woff2) format("woff")}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/Dxxo8j6PP2D_kU2muijlGMWWIGroe7ll-1Pj16jMm.woff2) format("woff2");unicode-range:U+0600-06FF,U+0750-077F,U+0870-088E,U+0890-0891,U+0897-08E1,U+08E3-08FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/Dxxo8j6PP2D_kU2muijlE8WWIGroe7ll-D4_Uxkh3.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Vazirmatn;font-style:normal;font-weight:100 900;font-display:swap;src:url(/assets/Dxxo8j6PP2D_kU2muijlHcWWIGroew-nhpIExMV.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{box-sizing:border-box;padding:0;margin:0;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none;-moz-user-select:none;line-height:normal;overscroll-behavior:none}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html:dir(ltr),body:dir(ltr){font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}html,body,#root{display:flex;height:100vh;width:100vw;flex-direction:column;position:relative;min-height:max(var(--ptg-viewport-height),100vh);pointer-events:auto!important;overflow:hidden;overflow-x:hidden!important}body{background-color:var(--bg-color);color:var(--text-color)}ul,ol{list-style:none}a,button,i,svg{touch-action:none}main{display:flex;flex-direction:column;flex-grow:1;max-height:100%;width:100%;overflow:hidden;position:relative}.swiper{z-index:0}.vaul-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--black-rgb),.7)!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.vaul-content{height:-moz-fit-content;height:fit-content;position:fixed;inset-inline:0;bottom:0;background-color:var(--bg-color);border-top-right-radius:1rem!important;border-top-left-radius:1rem!important}.vaul-content>div{padding:1rem 1rem 0;position:relative}.vaul-content>div .btn-close-modal{width:1.75rem;height:1.75rem;background-color:var(--secondary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;position:absolute;top:1rem;inset-inline-end:1rem;touch-action:none;cursor:pointer}.vaul-content>div .btn-close-modal>svg{height:1.175rem;opacity:.3}#tc-widget-root{z-index:10009}body>canvas{z-index:10011!important}.animate__fadeIn{--animate-duration: .75s}.swiper-slide img{pointer-events:none}.container-modal-settings{padding-bottom:calc(var(--tg-viewport-safe-area-inset-bottom) + var(--tg-viewport-content-safe-area-inset-bottom));min-height:16rem}.container-modal-settings>div{display:flex;flex-direction:column;align-items:center}.container-modal-settings>div>header{display:flex;align-items:center;height:1.75rem}.container-modal-settings>div>header>h2{font-size:1.25rem;line-height:1.5rem;font-weight:500}.container-modal-settings>div>section{display:flex;flex-direction:column;width:100%;padding:4rem 0 3.75rem;text-align:center}.container-modal-settings>div>section>div{display:flex;align-items:center;width:100%;padding:.875rem 0}.container-modal-settings>div>section>div:not(:last-of-type){border-bottom:.125rem solid rgba(var(--text-color-rgb),.06)}.container-modal-settings>div>section>div>span{font-size:1.0625rem;flex-grow:1}.container-modal-settings>div>section>div>div{font-size:1.0625rem;cursor:pointer}#container-payment-overlay{position:fixed;display:flex;align-items:center;justify-content:center;flex-direction:column;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--black-rgb),.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);padding:1rem;z-index:10010}#container-payment-overlay>div.lottie-animation{width:20rem;height:20rem}#container-payment-overlay>div.lottie-animation>span{width:100%;height:100%;display:flex;text-align:center;align-items:center;justify-content:center;font-size:16em}#container-payment-overlay>h1{padding-top:1.5rem;font-size:2.25rem;line-height:2.25rem;font-weight:500}#container-payment-overlay>span{padding-top:.75rem;font-size:1.0625rem;line-height:1.375rem;padding-bottom:3.75rem}#container-payment-overlay>button{background-color:var(--white);color:var(--black);width:100%;height:3.125rem;border-radius:var(--border-radius);font-size:1.0625rem;font-weight:500;line-height:1.375rem;cursor:pointer}#container-payment-overlay>button:focus,#container-payment-overlay>button:active{opacity:.75}#container-page-error,#container-section-error{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;width:100%;height:100%;max-height:100%;overflow:hidden;position:relative;gap:2rem}#container-page-error>h1,#container-section-error>h1{font-size:2rem;font-weight:500}#container-page-error>p,#container-section-error>p{font-size:1rem;text-align:center;line-height:2;color:rgba(var(--text-color-rgb),.6)}#container-page-error>svg,#container-section-error>svg{font-size:6rem}#container-section-error{gap:0}#container-section-error>h1{padding-top:1rem;font-size:1.5rem;font-weight:500;line-height:2rem}#container-section-error>p{font-size:1rem}#container-section-error>svg{font-size:6rem}#container-page-home{display:flex;flex-grow:1;flex-direction:column;width:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem}#container-page-home>header{display:flex;align-items:center;padding:1rem 0 .75rem;flex-shrink:0}#container-page-home>header>h1{font-size:1.625rem;font-weight:500;flex-grow:1;line-height:2rem}#container-page-home>header>div{display:flex;align-items:center;padding:0 .125rem;height:100%}#container-page-home>header>div>div{cursor:pointer;height:100%;display:flex;align-items:center;padding:0 .325rem}#container-page-home>header>div>div>svg{height:1.325rem}#container-page-home>header>div>div:last-child>span{display:flex;align-items:center;justify-content:center;text-align:center;width:1.5rem;height:1.5rem;background-color:var(--text-color);color:var(--bg-color);border-radius:50%;font-size:1.125rem;line-height:1.5rem;font-weight:500}#container-page-home #container-tabs-home{display:flex;gap:.5rem;padding:.25rem;flex-shrink:0;background-color:var(--secondary-color);border-radius:1rem;margin-bottom:1rem}#container-page-home #container-tabs-home>button{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border-radius:var(--border-radius);cursor:pointer;transition:background-color .2s ease;outline:none}#container-page-home #container-tabs-home>button>span{font-size:1.0625rem;font-weight:500;color:var(--text-color);opacity:.6;transition:opacity .2s ease}#container-page-home #container-tabs-home>button.active{background-color:var(--primary-color)}#container-page-home #container-tabs-home>button.active>span{color:var(--white);opacity:1}#container-page-home #container-tabs-home>button:active{transform:scale(.98)}#container-page-home>section{width:100%;height:100%;max-height:100%;overflow:hidden;padding:0;display:flex;flex-direction:column}#container-page-home>section>header{display:flex;align-items:center;padding:1rem 0 .75rem;flex-shrink:0}#container-page-home>section>header>h1{font-size:1.625rem;font-weight:500;flex-grow:1;line-height:2rem}#container-page-home>section .container-list-items{width:100%;max-height:100%;overflow:hidden;overflow-y:auto;overscroll-behavior:auto;padding-bottom:.5rem}.container-grid-items-home-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-height:100%;height:calc(var(--ptg-viewport-height) * .5);overflow:hidden;overflow-y:auto}.container-grid-items-home-not-found>div.lottie-animation{width:5rem;height:5rem}.container-grid-items-home-not-found>div.lottie-animation>span{width:100%;height:100%;display:flex;text-align:center;align-items:center;justify-content:center;font-size:4em}.container-grid-items-home-not-found>h2{font-size:1.625rem;font-weight:500;line-height:2rem}.container-grid-items-home-not-found>span{opacity:.6;font-size:1.0625rem;line-height:1.375rem}.container-buy-button{position:absolute;inset-inline:0;bottom:0;padding-inline:1rem;z-index:10000}#container-searchbar{display:flex;align-items:center;padding:.75rem 0;flex-shrink:0;gap:.75rem;width:100%;overflow:hidden}#container-searchbar>label{height:2.25rem;border-radius:var(--border-radius);background-color:var(--secondary-color);flex-grow:1;display:flex;align-items:center;overflow:hidden;padding:.4375rem .625rem;gap:.375rem;flex-shrink:1}#container-searchbar>label>svg:first-child{height:1.375rem;opacity:.3;flex-shrink:0}#container-searchbar>label>svg:last-child{height:1rem;opacity:.4;cursor:pointer;flex-shrink:0}#container-searchbar>label>input{display:flex;align-items:center;height:100%;flex-grow:1;caret-color:rgba(var(--text-color-rgb),.6);font-size:1.0625rem;overflow:hidden!important;flex-shrink:1;padding:0;margin:0}#container-searchbar>label>input::-moz-placeholder{color:rgba(var(--text-color-rgb),.6);opacity:.7}#container-searchbar>label>input::placeholder{color:rgba(var(--text-color-rgb),.6);opacity:.7}#container-searchbar>button{display:flex;cursor:pointer;touch-action:none;font-size:1.125rem;flex-shrink:0;padding:0;margin:0}#container-bottom-bar{flex-shrink:0;background-color:var(--secondary-color);border-top:1px solid rgba(var(--text-color-rgb),.125);padding-bottom:calc(var(--tg-viewport-safe-area-inset-bottom) + var(--tg-viewport-content-safe-area-inset-bottom))}#container-bottom-bar>div{display:grid;grid-template-columns:repeat(5,1fr);align-items:flex-end;justify-items:center;padding:.25rem 1rem .5rem}#container-bottom-bar>div>a{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:.125rem;opacity:.6;padding:0 1rem;transition:opacity .2s ease;max-width:calc((100vw - 160px)/4);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-bottom-bar>div>a.active{opacity:1}#container-bottom-bar>div>a.active>div>svg{color:var(--accent-color)}#container-bottom-bar>div>a.active>span{color:var(--accent-color)}#container-bottom-bar>div>a>div{width:1.5rem;height:1.5rem;border-radius:50%;overflow:hidden;margin:.3125rem 0 .25rem}#container-bottom-bar>div>a>div>svg{width:100%;height:100%;border-radius:inherit;overflow:hidden;transition:color .2s ease}#container-bottom-bar>div>a>div>svg.create-icon{scale:1.5}#container-bottom-bar>div>a>div>div{width:100%;height:100%;border-radius:inherit;overflow:hidden}#container-bottom-bar>div>a>span{font-size:.675rem;line-height:.75rem;font-weight:500;transition:color .2s ease}.image-loader{position:relative;width:100%;height:100%;overflow:hidden;border-radius:inherit}.image-loader>div,.image-loader>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:0}.image-loader>div{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;border-radius:inherit;overflow:hidden;background-color:var(--bg-color)}.image-loader>div>div{width:100%!important;height:100%!important}.campaign-filters{display:flex;flex-direction:column;gap:.75rem;padding:0 0 .75rem;flex-shrink:0}.campaign-filters .search-container{display:flex;gap:.5rem;align-items:center}.campaign-filters .search-container .search-input-wrapper{position:relative;flex:1;height:2.75rem;border-radius:var(--border-radius);background-color:var(--secondary-color);display:flex;align-items:center;padding:0 1rem;transition:background-color .2s ease}.campaign-filters .search-container .search-input-wrapper:focus-within{background-color:rgba(var(--text-color-rgb),.12)}.campaign-filters .search-container .search-input-wrapper .search-icon{width:1.25rem;height:1.25rem;opacity:.5;flex-shrink:0;margin-right:.625rem}.campaign-filters .search-container .search-input-wrapper .search-input{flex:1;height:100%;font-size:1rem;line-height:1.5rem;background:transparent;border:none;outline:none;color:var(--text-color);caret-color:var(--primary-color)}.campaign-filters .search-container .search-input-wrapper .search-input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}.campaign-filters .search-container .search-input-wrapper .search-input::placeholder{color:rgba(var(--text-color-rgb),.5)}.campaign-filters .search-container .search-input-wrapper .search-input:disabled{opacity:.6;cursor:not-allowed}.campaign-filters .search-container .search-input-wrapper .clear-search-btn{width:1.5rem;height:1.5rem;border-radius:50%;background:rgba(var(--text-color-rgb),.15);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0;transition:all .2s ease}.campaign-filters .search-container .search-input-wrapper .clear-search-btn>svg{width:1rem;height:1rem;opacity:.7}.campaign-filters .search-container .search-input-wrapper .clear-search-btn:active:not(:disabled){transform:scale(.9);background:rgba(var(--text-color-rgb),.2)}.campaign-filters .search-container .search-input-wrapper .clear-search-btn:disabled{opacity:.5;cursor:not-allowed}.campaign-filters .search-container .filter-toggle-btn{width:2.75rem;height:2.75rem;border-radius:var(--border-radius);background-color:var(--secondary-color);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;position:relative}.campaign-filters .search-container .filter-toggle-btn>svg{width:1.5rem;height:1.5rem;opacity:.7}.campaign-filters .search-container .filter-toggle-btn.active{background-color:var(--primary-color)}.campaign-filters .search-container .filter-toggle-btn.active>svg{opacity:1;color:var(--white)}.campaign-filters .search-container .filter-toggle-btn.has-filters:not(.active):after{content:"";position:absolute;top:.5rem;right:.5rem;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary-color)}.campaign-filters .search-container .filter-toggle-btn:active:not(:disabled){transform:scale(.95)}.campaign-filters .search-container .filter-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.campaign-filters .filter-panel{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1)}.campaign-filters .filter-panel .filter-section{display:flex;flex-direction:column;gap:.5rem}.campaign-filters .filter-panel .filter-section>label{font-size:.875rem;line-height:1.25rem;font-weight:500;opacity:.7}.campaign-filters .filter-panel .filter-section>select{height:2.5rem;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1);padding:0 .75rem;font-size:1rem;line-height:1.5rem;color:var(--text-color);cursor:pointer;transition:all .2s ease;color-scheme:light dark}.campaign-filters .filter-panel .filter-section>select>option{background-color:var(--bg-color);color:var(--text-color)}.campaign-filters .filter-panel .filter-section>select:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}.campaign-filters .filter-panel .filter-section>select:disabled{opacity:.6;cursor:not-allowed}.campaign-filters .filter-panel .filter-section .budget-inputs{display:flex;align-items:center;gap:.5rem}.campaign-filters .filter-panel .filter-section .budget-inputs>input{flex:1;height:2.5rem;width:100%;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1);padding:0 .75rem;font-size:1rem;line-height:1.5rem;color:var(--text-color);caret-color:var(--primary-color);transition:all .2s ease}.campaign-filters .filter-panel .filter-section .budget-inputs>input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}.campaign-filters .filter-panel .filter-section .budget-inputs>input::placeholder{color:rgba(var(--text-color-rgb),.5)}.campaign-filters .filter-panel .filter-section .budget-inputs>input:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}.campaign-filters .filter-panel .filter-section .budget-inputs>input:disabled{opacity:.6;cursor:not-allowed}.campaign-filters .filter-panel .filter-section .budget-inputs>input::-webkit-inner-spin-button,.campaign-filters .filter-panel .filter-section .budget-inputs>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.campaign-filters .filter-panel .filter-section .budget-inputs>input[type=number]{-moz-appearance:textfield}.campaign-filters .filter-panel .filter-section .budget-inputs .budget-separator{font-size:1rem;opacity:.5;flex-shrink:0}.campaign-filters .filter-panel .filter-actions{display:flex;gap:.75rem;margin-top:.5rem}.campaign-filters .filter-panel .filter-actions>button{flex:1;height:2.5rem;border-radius:var(--border-radius);font-size:1rem;line-height:1.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.campaign-filters .filter-panel .filter-actions>button:active:not(:disabled){transform:scale(.98)}.campaign-filters .filter-panel .filter-actions>button:disabled{opacity:.5;cursor:not-allowed}.campaign-filters .filter-panel .filter-actions .btn-reset{background-color:var(--secondary-color);color:var(--text-color)}.campaign-filters .filter-panel .filter-actions .btn-reset:active:not(:disabled){background-color:rgba(var(--text-color-rgb),.15)}.campaign-filters .filter-panel .filter-actions .btn-apply{background-color:var(--primary-color);color:var(--white)}.campaign-filters .filter-panel .filter-actions .btn-apply:active:not(:disabled){opacity:.9}.campaign-filters .animate__faster{--animate-duration: .3s}.listing-filters{display:flex;flex-direction:column;gap:.75rem;padding:0 0 .75rem;flex-shrink:0}.listing-filters .search-container{display:flex;gap:.5rem;align-items:center}.listing-filters .search-container .search-input-wrapper{position:relative;flex:1;height:2.75rem;border-radius:var(--border-radius);background-color:var(--secondary-color);display:flex;align-items:center;padding:0 1rem;transition:background-color .2s ease}.listing-filters .search-container .search-input-wrapper:focus-within{background-color:rgba(var(--text-color-rgb),.12)}.listing-filters .search-container .search-input-wrapper .search-icon{width:1.25rem;height:1.25rem;opacity:.5;flex-shrink:0;margin-right:.625rem}.listing-filters .search-container .search-input-wrapper .search-input{flex:1;height:100%;font-size:1rem;line-height:1.5rem;background:transparent;border:none;outline:none;color:var(--text-color);caret-color:var(--primary-color)}.listing-filters .search-container .search-input-wrapper .search-input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}.listing-filters .search-container .search-input-wrapper .search-input::placeholder{color:rgba(var(--text-color-rgb),.5)}.listing-filters .search-container .search-input-wrapper .search-input:disabled{opacity:.6;cursor:not-allowed}.listing-filters .search-container .search-input-wrapper .clear-search-btn{width:1.5rem;height:1.5rem;border-radius:50%;background:rgba(var(--text-color-rgb),.15);border:1px solid rgba(var(--text-color-rgb),.1);cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:.5rem;flex-shrink:0;transition:all .2s ease}.listing-filters .search-container .search-input-wrapper .clear-search-btn>svg{width:1rem;height:1rem;opacity:.7}.listing-filters .search-container .search-input-wrapper .clear-search-btn:active:not(:disabled){transform:scale(.9);background:rgba(var(--text-color-rgb),.2)}.listing-filters .search-container .search-input-wrapper .clear-search-btn:disabled{opacity:.5;cursor:not-allowed}.listing-filters .search-container .filter-toggle-btn{width:2.75rem;height:2.75rem;border-radius:var(--border-radius);background-color:var(--secondary-color);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;position:relative}.listing-filters .search-container .filter-toggle-btn>svg{width:1.5rem;height:1.5rem;opacity:.7}.listing-filters .search-container .filter-toggle-btn.active{background-color:var(--primary-color)}.listing-filters .search-container .filter-toggle-btn.active>svg{opacity:1;color:var(--white)}.listing-filters .search-container .filter-toggle-btn.has-filters:not(.active):after{content:"";position:absolute;top:.5rem;right:.5rem;width:.5rem;height:.5rem;border-radius:50%;background-color:var(--primary-color)}.listing-filters .search-container .filter-toggle-btn:active:not(:disabled){transform:scale(.95)}.listing-filters .search-container .filter-toggle-btn:disabled{opacity:.5;cursor:not-allowed}.listing-filters .filter-panel{display:flex;flex-direction:column;gap:1rem;padding:1rem;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1)}.listing-filters .filter-panel .filter-section{display:flex;flex-direction:column;gap:.5rem}.listing-filters .filter-panel .filter-section>label{font-size:.875rem;line-height:1.25rem;font-weight:500;opacity:.7}.listing-filters .filter-panel .filter-section>select{height:2.5rem;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1);padding:0 .75rem;font-size:1rem;line-height:1.5rem;color:var(--text-color);cursor:pointer;transition:all .2s ease;color-scheme:light dark}.listing-filters .filter-panel .filter-section>select>option{background-color:var(--bg-color);color:var(--text-color)}.listing-filters .filter-panel .filter-section>select:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}.listing-filters .filter-panel .filter-section>select:disabled{opacity:.6;cursor:not-allowed}.listing-filters .filter-panel .filter-section .budget-inputs{display:flex;align-items:center;gap:.5rem}.listing-filters .filter-panel .filter-section .budget-inputs>input{flex:1;height:2.5rem;width:100%;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1);padding:0 .75rem;font-size:1rem;line-height:1.5rem;color:var(--text-color);caret-color:var(--primary-color);transition:all .2s ease}.listing-filters .filter-panel .filter-section .budget-inputs>input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}.listing-filters .filter-panel .filter-section .budget-inputs>input::placeholder{color:rgba(var(--text-color-rgb),.5)}.listing-filters .filter-panel .filter-section .budget-inputs>input:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}.listing-filters .filter-panel .filter-section .budget-inputs>input:disabled{opacity:.6;cursor:not-allowed}.listing-filters .filter-panel .filter-section .budget-inputs>input::-webkit-inner-spin-button,.listing-filters .filter-panel .filter-section .budget-inputs>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.listing-filters .filter-panel .filter-section .budget-inputs>input[type=number]{-moz-appearance:textfield}.listing-filters .filter-panel .filter-section .budget-inputs .budget-separator{font-size:1rem;opacity:.5;flex-shrink:0}.listing-filters .filter-panel .filter-section .metric-inputs{display:flex;align-items:center;gap:.5rem}.listing-filters .filter-panel .filter-section .metric-inputs>input{flex:1;height:2.5rem;width:100%;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1);padding:0 .75rem;font-size:1rem;line-height:1.5rem;color:var(--text-color);caret-color:var(--primary-color);transition:all .2s ease}.listing-filters .filter-panel .filter-section .metric-inputs>input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}.listing-filters .filter-panel .filter-section .metric-inputs>input::placeholder{color:rgba(var(--text-color-rgb),.5)}.listing-filters .filter-panel .filter-section .metric-inputs>input:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}.listing-filters .filter-panel .filter-section .metric-inputs>input:disabled{opacity:.6;cursor:not-allowed}.listing-filters .filter-panel .filter-section .metric-inputs>input::-webkit-inner-spin-button,.listing-filters .filter-panel .filter-section .metric-inputs>input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.listing-filters .filter-panel .filter-section .metric-inputs>input[type=number]{-moz-appearance:textfield}.listing-filters .filter-panel .filter-section .metric-inputs .budget-separator{font-size:1rem;opacity:.5;flex-shrink:0}.listing-filters .filter-panel .filter-actions{display:flex;gap:.75rem;margin-top:.5rem}.listing-filters .filter-panel .filter-actions>button{flex:1;height:2.5rem;border-radius:var(--border-radius);font-size:1rem;line-height:1.5rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.listing-filters .filter-panel .filter-actions>button:active:not(:disabled){transform:scale(.98)}.listing-filters .filter-panel .filter-actions>button:disabled{opacity:.5;cursor:not-allowed}.listing-filters .filter-panel .filter-actions .btn-reset{background-color:var(--secondary-color);color:var(--text-color)}.listing-filters .filter-panel .filter-actions .btn-reset:active:not(:disabled){background-color:rgba(var(--text-color-rgb),.15)}.listing-filters .filter-panel .filter-actions .btn-apply{background-color:var(--primary-color);color:var(--white)}.listing-filters .filter-panel .filter-actions .btn-apply:active:not(:disabled){opacity:.9}.listing-filters .animate__faster{--animate-duration: .3s}.list-item{display:flex;gap:.75rem;padding:.75rem;cursor:pointer;border-radius:var(--border-radius);transition:background-color .2s ease;margin-bottom:.5rem}.list-item:active{background-color:rgba(var(--text-color-rgb),.07)}.list-item .list-item-image{flex-shrink:0;width:3.75rem;height:3.75rem;border-radius:var(--border-radius);overflow:hidden;background-color:var(--secondary-color)}.list-item .list-item-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.list-item .list-item-details{flex:1;position:relative;display:flex;flex-direction:column;gap:.25rem;min-width:0}.list-item .list-item-details .list-item-title{font-size:1.0625rem;font-weight:500;line-height:1.375rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin:0}.list-item .list-item-details .list-item-subtitle{font-size:.875rem;line-height:1.125rem;opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item .list-item-details .list-item-stats{font-size:.875rem;line-height:1.125rem;opacity:.6;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-item .list-item-details .list-item-stats>span:nth-child(2){opacity:.4}.list-item .list-item-details .list-item-badges{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.125rem}.list-item .list-item-details .list-item-badges .badge{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:var(--border-radius);font-size:.75rem;line-height:1rem;font-weight:500}.list-item .list-item-details .list-item-badges .badge.badge-verified,.list-item .list-item-details .list-item-badges .badge.badge-category{background-color:var(--primary-color);color:var(--white)}.channel-list-item{background-color:var(--secondary-color)}.campaign-list-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;margin-bottom:.9rem;padding-top:.3rem;min-width:0}.campaign-list-item .campaign-special-tag{padding:.23rem .72rem;border-radius:var(--border-radius);font-size:.625rem;line-height:.9rem;font-weight:700;letter-spacing:.06em;color:var(--white);background:var(--accent-color);margin-bottom:-.5rem;z-index:1}.campaign-list-item .campaign-card{width:100%;border-radius:var(--border-radius);padding:1rem;background-color:var(--secondary-color);transition:transform .18s ease}.campaign-list-item:active .campaign-card{transform:scale(.995)}.campaign-list-item .campaign-header-block{display:flex;align-items:center;gap:.75rem;min-width:0}.campaign-list-item .campaign-header-block .campaign-header-avatar{width:3rem;height:3rem;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0;background-color:var(--secondary-color)}.campaign-list-item .campaign-header-block .campaign-header-avatar>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.campaign-list-item .campaign-header-block .campaign-header-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem}.campaign-list-item .campaign-header-block .campaign-header-info .campaign-header-title{margin:0;font-size:1.05rem;line-height:1.35rem;font-weight:650;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-list-item .campaign-header-block .campaign-status-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:.26rem;padding:.25rem .55rem;border-radius:var(--border-radius);background-color:var(--primary-color)}.campaign-list-item .campaign-header-block .campaign-status-chip .campaign-status-icon{font-size:.72rem;line-height:.9rem;color:var(--white)}.campaign-list-item .campaign-header-block .campaign-status-chip .campaign-status-text{font-size:.72rem;line-height:.92rem;font-weight:600;color:var(--white);white-space:nowrap}.campaign-list-item .campaign-content-block{margin-top:.72rem;min-width:0}.campaign-list-item .campaign-content-block .campaign-content-brief{margin:.28rem 0 0;font-size:.78rem;line-height:1.1rem;font-weight:500;color:rgba(var(--text-color-rgb),.64);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.campaign-list-item .campaign-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-top:.82rem}.campaign-list-item .campaign-stat{display:flex;flex-direction:column;align-items:flex-start;gap:.08rem;min-width:0;padding:.2rem 0}.campaign-list-item .campaign-stat .campaign-stat-icon{font-size:.84rem;line-height:1rem;opacity:.86}.campaign-list-item .campaign-stat .campaign-stat-value{font-size:.99rem;line-height:1.2rem;font-weight:650;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-list-item .campaign-stat .campaign-stat-label{font-size:.66rem;line-height:.92rem;color:rgba(var(--text-color-rgb),.58);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.campaign-list-item .campaign-budget-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.06rem;min-width:0;padding:.2rem 0}.campaign-list-item .campaign-budget-block .campaign-budget-label{font-size:.66rem;line-height:.92rem;color:rgba(var(--text-color-rgb),.58);font-weight:500}.campaign-list-item .campaign-budget-block .campaign-budget-main{display:flex;align-items:center;gap:.24rem}.campaign-list-item .campaign-budget-block .campaign-budget-main .campaign-budget-icon{font-size:.86rem;line-height:1rem}.campaign-list-item .campaign-budget-block .campaign-budget-main .campaign-budget-value{font-size:1.27rem;line-height:1.32rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.campaign-list-item .campaign-budget-block .campaign-budget-meta{font-size:.68rem;line-height:.95rem;color:rgba(var(--text-color-rgb),.64);font-weight:550;white-space:nowrap}.campaign-list-item .campaign-schedule-row{margin-top:.52rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.campaign-list-item .campaign-schedule-item{display:flex;align-items:center;gap:.24rem;min-width:0;padding:.25rem .45rem;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.09)}.campaign-list-item .campaign-schedule-item .campaign-schedule-icon{font-size:.72rem;line-height:.92rem;flex-shrink:0}.campaign-list-item .campaign-schedule-item .campaign-schedule-label{font-size:.68rem;line-height:.92rem;font-weight:600;color:rgba(var(--text-color-rgb),.72);flex-shrink:0}.campaign-list-item .campaign-schedule-item .campaign-schedule-value{font-size:.66rem;line-height:.92rem;font-weight:500;color:rgba(var(--text-color-rgb),.64);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.campaign-list-item .campaign-cta-wrap{margin-top:.95rem;display:flex;justify-content:center;width:100%}.campaign-list-item .campaign-cta-wrap .campaign-cta{border-radius:var(--border-radius);min-width:8.5rem;padding:.62rem 1.3rem;font-size:.81rem;line-height:1rem;font-weight:700;letter-spacing:.08em;color:var(--white);cursor:pointer;background:var(--primary-color);transition:transform .16s ease,opacity .16s ease}.campaign-list-item .campaign-cta-wrap .campaign-cta:active{transform:scale(.98)}.listing-list-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;margin-bottom:.9rem;padding-top:.3rem;min-width:0}.listing-list-item .listing-special-tag{padding:.23rem .72rem;border-radius:var(--border-radius);font-size:.625rem;line-height:.9rem;font-weight:700;letter-spacing:.06em;color:var(--white);background:var(--accent-color);margin-bottom:-.5rem;z-index:1}.listing-list-item .listing-card{width:100%;border-radius:var(--border-radius);padding:1rem;background-color:var(--secondary-color);transition:transform .18s ease}.listing-list-item:active .listing-card{transform:scale(.995)}.listing-list-item .listing-channel-block{display:flex;align-items:center;gap:.75rem;min-width:0}.listing-list-item .listing-channel-block .listing-channel-avatar{width:3rem;height:3rem;border-radius:var(--border-radius);overflow:hidden;flex-shrink:0;background-color:var(--secondary-color)}.listing-list-item .listing-channel-block .listing-channel-avatar>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.listing-list-item .listing-channel-block .listing-channel-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.08rem}.listing-list-item .listing-channel-block .listing-channel-info .listing-channel-title{margin:0;font-size:1.05rem;line-height:1.35rem;font-weight:650;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-list-item .listing-channel-block .listing-channel-info .listing-channel-username{margin:0;font-size:.79rem;line-height:1.05rem;color:rgba(var(--text-color-rgb),.56);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-list-item .listing-channel-block .listing-ad-format-chip{flex-shrink:0;display:inline-flex;align-items:center;gap:.26rem;padding:.25rem .55rem;border-radius:var(--border-radius);background-color:var(--primary-color)}.listing-list-item .listing-channel-block .listing-ad-format-chip .listing-ad-format-icon{font-size:.72rem;line-height:.9rem;color:var(--white)}.listing-list-item .listing-channel-block .listing-ad-format-chip .listing-ad-format-text{font-size:.72rem;line-height:.92rem;font-weight:600;color:var(--white);white-space:nowrap}.listing-list-item .listing-content-block{margin-top:.72rem;min-width:0}.listing-list-item .listing-content-block .listing-content-title{margin:0;font-size:.97rem;line-height:1.28rem;font-weight:650;letter-spacing:-.01em;color:rgba(var(--text-color-rgb),.95);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-list-item .listing-content-block .listing-content-brief{margin:.28rem 0 0;font-size:.78rem;line-height:1.1rem;font-weight:500;color:rgba(var(--text-color-rgb),.64);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.listing-list-item .listing-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.5rem;margin-top:.82rem}.listing-list-item .listing-stat{display:flex;flex-direction:column;align-items:flex-start;gap:.08rem;min-width:0;padding:.2rem 0}.listing-list-item .listing-stat .listing-stat-icon{font-size:.84rem;line-height:1rem;opacity:.86}.listing-list-item .listing-stat .listing-stat-value{font-size:.99rem;line-height:1.2rem;font-weight:650;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-list-item .listing-stat .listing-stat-label{font-size:.66rem;line-height:.92rem;color:rgba(var(--text-color-rgb),.58);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.listing-list-item .listing-price-block{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.06rem;min-width:0;padding:.2rem 0}.listing-list-item .listing-price-block .listing-price-label{font-size:.66rem;line-height:.92rem;color:rgba(var(--text-color-rgb),.58);font-weight:500}.listing-list-item .listing-price-block .listing-price-main{display:flex;align-items:center;gap:.24rem}.listing-list-item .listing-price-block .listing-price-main .listing-price-icon{font-size:.86rem;line-height:1rem}.listing-list-item .listing-price-block .listing-price-main .listing-price-value{font-size:1.27rem;line-height:1.32rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap}.listing-list-item .listing-price-block .listing-price-meta{font-size:.68rem;line-height:.95rem;color:rgba(var(--text-color-rgb),.64);font-weight:550;white-space:nowrap}.listing-list-item .listing-cta-wrap{margin-top:.95rem;display:flex;justify-content:center;width:100%}.listing-list-item .listing-cta-wrap .listing-cta{border-radius:var(--border-radius);min-width:8.5rem;padding:.62rem 1.3rem;font-size:.81rem;line-height:1rem;font-weight:700;letter-spacing:.08em;color:var(--white);cursor:pointer;background:var(--primary-color);transition:transform .16s ease,opacity .16s ease}.listing-list-item .listing-cta-wrap .listing-cta:active{transform:scale(.98)}.channel-listing-item-compact{display:flex;flex-direction:column;align-items:center;cursor:pointer;margin-bottom:.9rem;padding-top:.3rem;min-width:0}.channel-listing-item-compact .channel-listing-card{width:100%;border-radius:var(--border-radius);padding:1rem;background-color:var(--secondary-color);transition:transform .18s ease}.channel-listing-item-compact:active .channel-listing-card{transform:scale(.995)}.channel-listing-item-compact .channel-listing-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.78rem;min-width:0}.channel-listing-item-compact .channel-listing-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.22rem}.channel-listing-item-compact .channel-listing-main .listing-title{margin:0;font-size:.98rem;line-height:1.28rem;font-weight:650;letter-spacing:-.01em;color:rgba(var(--text-color-rgb),.95);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.channel-listing-item-compact .channel-listing-main .listing-description{margin:0;font-size:.78rem;line-height:1.1rem;font-weight:500;color:rgba(var(--text-color-rgb),.64);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal}.channel-listing-item-compact .channel-listing-badges{flex-shrink:0;display:inline-flex;flex-direction:column;align-items:flex-end;gap:.3rem}.channel-listing-item-compact .channel-listing-format-chip{display:inline-flex;align-items:center;gap:.26rem;padding:.24rem .54rem;border-radius:var(--border-radius);background-color:var(--primary-color)}.channel-listing-item-compact .channel-listing-format-chip .channel-listing-format-icon{font-size:.72rem;line-height:.9rem;color:var(--white)}.channel-listing-item-compact .channel-listing-format-chip .channel-listing-format-text{font-size:.72rem;line-height:.92rem;font-weight:600;color:var(--white);white-space:nowrap}.channel-listing-item-compact .channel-listing-status-chip{display:inline-flex;align-items:center;gap:.26rem;padding:.22rem .5rem;border-radius:var(--border-radius);font-size:.74rem;line-height:.95rem;font-weight:650;text-transform:capitalize}.channel-listing-item-compact .channel-listing-status-chip.status-draft{color:var(--warning-color);background:rgba(var(--warning-color-rgb),.14);border-color:rgba(var(--warning-color-rgb),.3)}.channel-listing-item-compact .channel-listing-status-chip.status-published{color:var(--success-color);background:rgba(var(--success-color-rgb),.14);border-color:rgba(var(--success-color-rgb),.3)}.channel-listing-item-compact .channel-listing-status-chip.status-paused{color:var(--primary-color);background:rgba(var(--primary-color-rgb),.14);border-color:rgba(var(--primary-color-rgb),.3)}.channel-listing-item-compact .channel-listing-status-chip.status-archived{color:rgba(var(--text-color-rgb),.72);background:var(--secondary-color);border-color:rgba(var(--text-color-rgb),.18)}.channel-listing-item-compact .channel-listing-status-dot{width:.36rem;height:.36rem;border-radius:var(--border-radius);flex-shrink:0}.channel-listing-item-compact .channel-listing-status-text{font-size:inherit;line-height:inherit;font-weight:inherit;color:currentColor;white-space:nowrap}.channel-listing-item-compact .channel-listing-meta-row{margin-top:.74rem;display:flex;align-items:center;gap:.46rem;flex-wrap:wrap}.channel-listing-item-compact .channel-listing-meta-item{display:inline-flex;align-items:center;gap:.24rem;padding:.22rem .5rem;border-radius:var(--border-radius);background-color:var(--secondary-color);border:1px solid rgba(var(--text-color-rgb),.1)}.channel-listing-item-compact .channel-listing-meta-item .channel-listing-meta-icon{font-size:.72rem;line-height:.9rem}.channel-listing-item-compact .channel-listing-meta-item .channel-listing-meta-value{font-size:.72rem;line-height:.92rem;font-weight:620;color:rgba(var(--text-color-rgb),.74);white-space:nowrap}.channel-listing-item-compact .channel-listing-action-wrap{margin-top:.94rem;display:flex;justify-content:center;width:100%}.channel-listing-item-compact .btn-publish-compact{min-width:8.5rem;border-radius:var(--border-radius);padding:.62rem 1.3rem;font-size:.81rem;line-height:1rem;font-weight:700;letter-spacing:.05em;color:var(--white);cursor:pointer;background:var(--success-color);transition:transform .16s ease,opacity .16s ease}.channel-listing-item-compact .btn-publish-compact:active:not(:disabled){transform:scale(.98)}.channel-listing-item-compact .btn-publish-compact.publishing,.channel-listing-item-compact .btn-publish-compact.pausing{background:var(--primary-color);cursor:wait}.channel-listing-item-compact .btn-publish-compact.publishing>span,.channel-listing-item-compact .btn-publish-compact.pausing>span{animation:pulse 1.5s ease-in-out infinite}.channel-listing-item-compact .btn-publish-compact.published{background:var(--warning-color)}.channel-listing-item-compact .btn-publish-compact.paused{background:var(--primary-color)}.channel-listing-item-compact .btn-publish-compact.archived{background:rgba(var(--text-color-rgb),.3);color:rgba(var(--text-color-rgb),.78);cursor:default;opacity:.75}.channel-listing-item-compact .btn-publish-compact:disabled{cursor:not-allowed;opacity:.72}.channel-listing-item-compact .btn-publish-compact>span{font-size:.81rem;line-height:1rem;font-weight:700}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.virtualized-list{touch-action:pan-y;-webkit-overflow-scrolling:touch}.virtualized-list a,.virtualized-list button,.virtualized-list i,.virtualized-list svg,.virtualized-list [role=button]{touch-action:pan-y!important}.list-item-shimmer{display:flex;margin-bottom:.5rem}.list-item-shimmer .shimmer-image{flex-shrink:0;border-radius:var(--border-radius);overflow:hidden;width:calc(100dvw - 2rem)}.list-item-shimmer .shimmer-image .shimmer-thumbnail{height:14rem}.list-item-shimmer .shimmer-details{flex:1;display:flex;flex-direction:column;gap:.375rem;min-width:0}.container-shimmer-list{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}.container-empty-state .empty-state-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.container-empty-state>p{font-size:1rem;line-height:1.5rem;opacity:.7;max-width:20rem;margin:0}.container-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:2rem 1rem;text-align:center;gap:1rem}.container-error-state>p{font-size:1rem;line-height:1.5rem;color:var(--danger-color);opacity:.8;max-width:20rem;margin:0}.container-error-state .retry-button{padding:.625rem 1.25rem;border-radius:var(--border-radius);background-color:var(--text-color);color:var(--bg-color);font-size:.9375rem;font-weight:500;cursor:pointer;outline:none;transition:opacity .2s ease}.container-error-state .retry-button:active{opacity:.8}#container-page-profile{display:flex;flex-direction:column;flex-grow:1;min-height:0;width:100%;overflow-x:hidden;overflow-y:auto;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:calc(1rem + var(--tg-viewport-safe-area-inset-bottom) + var(--tg-viewport-content-safe-area-inset-bottom))}#container-page-profile .profile-header{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 0 1.5rem;gap:.5rem;flex-shrink:0}#container-page-profile .profile-header .profile-picture{width:7.5rem;height:7.5rem;border-radius:50%;overflow:hidden;flex-shrink:0}#container-page-profile .profile-header .profile-picture>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#container-page-profile .profile-header .profile-picture>svg{width:100%;height:100%}#container-page-profile .profile-header>h1{font-size:1.625rem;line-height:2rem;font-weight:500}#container-page-profile .profile-header .wallet-connect-card{width:min(100%,24rem);display:flex;flex-direction:column;align-items:center;gap:.625rem;margin-top:.5rem;padding:.75rem;border-radius:var(--border-radius);background-color:var(--secondary-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-disconnected-lottie{width:4rem;height:4rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#container-page-profile .profile-header .wallet-connect-card .wallet-disconnected-lottie>div{width:100%;height:100%}#container-page-profile .profile-header .wallet-connect-card .wallet-disconnected-lottie>span{font-size:2.25rem}#container-page-profile .profile-header .wallet-connect-card .wallet-status{width:100%;text-align:center;font-size:.875rem;line-height:1.25rem;opacity:.8}#container-page-profile .profile-header .wallet-connect-card .wallet-status.disconnected{opacity:.75}#container-page-profile .profile-header .wallet-connect-card .wallet-status.connected{opacity:1;font-weight:500}#container-page-profile .profile-header .wallet-connect-card .wallet-connect-button{align-self:center}#container-page-profile .profile-header .wallet-connect-card .wallet-connect-button button{box-shadow:none;background-color:var(--primary-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-connect-button button>div{color:var(--white)}#container-page-profile .profile-header .wallet-connect-card .wallet-connect-button button>svg>path{fill:var(--white)}#container-page-profile .profile-header .wallet-connect-card .wallet-actions{display:none;gap:.5rem;width:100%}#container-page-profile .profile-header .wallet-connect-card .wallet-action{flex:1;border-radius:var(--border-radius);padding:.5rem .75rem;font-size:.875rem;font-weight:600;cursor:pointer;color:var(--text-color);background-color:var(--bg-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-action:active{transform:scale(.98)}#container-page-profile .profile-header .wallet-connect-card .wallet-action.secondary{color:var(--text-color);background-color:rgba(var(--text-color-rgb),.12)}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card{width:100%;display:flex;flex-direction:column;gap:.625rem;border-radius:var(--border-radius);padding:.75rem;background-color:var(--secondary-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-head>h3{font-size:.95rem;line-height:1.2rem;font-weight:600}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-head .wallet-balance-amount{font-size:1rem;line-height:1.25rem;font-weight:700;color:var(--text-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-meta{display:flex;align-items:center;justify-content:space-between;gap:.625rem}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-meta .label{font-size:.8rem;opacity:.65}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-meta code{font-size:.75rem;line-height:1rem;border-radius:var(--border-radius);padding:.25rem .5rem;background-color:var(--secondary-color);color:var(--text-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-updated{font-size:.75rem;opacity:.65}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-balance-error{font-size:.8rem;color:var(--danger-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-withdraw-button{width:100%;border-radius:var(--border-radius);padding:.625rem .75rem;font-size:.9rem;font-weight:600;cursor:pointer;color:var(--white);background-color:var(--primary-color)}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-withdraw-button:disabled{cursor:not-allowed;opacity:.45}#container-page-profile .profile-header .wallet-connect-card .wallet-balance-card .wallet-withdraw-button:active{transform:scale(.99)}#container-page-profile>section{width:100%;overflow:visible;padding:0;display:flex;flex-direction:column}#container-page-profile>section #container-tabs-profile{display:flex;gap:.5rem;padding:.25rem;flex-shrink:0;background-color:var(--secondary-color);border-radius:1rem;margin-bottom:1rem}#container-page-profile>section #container-tabs-profile>button{flex:1;display:flex;align-items:center;justify-content:center;padding:.625rem 1rem;border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease;outline:none}#container-page-profile>section #container-tabs-profile>button>span{font-size:1.0625rem;font-weight:500;color:var(--text-color);opacity:.5;transition:opacity .2s ease}#container-page-profile>section #container-tabs-profile>button.active{background-color:var(--primary-color)}#container-page-profile>section #container-tabs-profile>button.active>span{color:var(--white);opacity:1}#container-page-profile>section #container-tabs-profile>button:active{transform:scale(.98)}#container-page-profile>section .profile-list-items{width:100%;display:flex;flex-direction:column;padding-bottom:.75rem}.container-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:2rem 1rem;text-align:center}.container-empty-state>p{font-size:1rem;line-height:1.5rem;opacity:.6;max-width:20rem}.animate__fadeIn{--animate-duration: .5s}.container-modal-withdraw{padding-bottom:calc(var(--tg-viewport-safe-area-inset-bottom) + var(--tg-viewport-content-safe-area-inset-bottom))}.container-modal-withdraw .withdraw-content{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.125rem}.container-modal-withdraw .withdraw-content>header{padding-inline-end:2rem}.container-modal-withdraw .withdraw-content>header>h2{font-size:1.125rem;line-height:1.4rem;font-weight:600}.container-modal-withdraw .withdraw-content>header>p{margin-top:.35rem;font-size:.875rem;line-height:1.2rem;opacity:.75}.container-modal-withdraw .withdraw-content .withdraw-balance-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:var(--border-radius);padding:.7rem .8rem;background-color:var(--secondary-color)}.container-modal-withdraw .withdraw-content .withdraw-balance-row>span{font-size:.875rem;opacity:.7}.container-modal-withdraw .withdraw-content .withdraw-balance-row>strong{font-size:.95rem;font-weight:700}.container-modal-withdraw .withdraw-content .withdraw-balance-row>code{font-size:.78rem;border-radius:var(--border-radius);padding:.2rem .45rem;background-color:rgba(var(--text-color-rgb),.12)}.container-modal-withdraw .withdraw-content .withdraw-slider-block{display:flex;flex-direction:column;gap:.5rem;border-radius:var(--border-radius);padding:.8rem;background-color:var(--secondary-color)}.container-modal-withdraw .withdraw-content .withdraw-slider-block .withdraw-slider-head{display:flex;align-items:center;justify-content:space-between;gap:.625rem}.container-modal-withdraw .withdraw-content .withdraw-slider-block .withdraw-slider-head>span{font-size:.875rem;opacity:.8}.container-modal-withdraw .withdraw-content .withdraw-slider-block .withdraw-slider-head>button{border-radius:var(--border-radius);padding:.3rem .6rem;font-size:.75rem;font-weight:700;color:var(--white);background-color:var(--primary-color);cursor:pointer}.container-modal-withdraw .withdraw-content .withdraw-slider-block .withdraw-slider-head>button:disabled{cursor:not-allowed;opacity:.45}.container-modal-withdraw .withdraw-content .withdraw-slider-block>input[type=range]{width:100%;accent-color:var(--primary-color)}.container-modal-withdraw .withdraw-content .withdraw-slider-block .withdraw-slider-scale{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:.74rem;opacity:.6}.container-modal-withdraw .withdraw-content .withdraw-selected-amount{width:100%;border-radius:var(--border-radius);padding:.75rem .8rem;background-color:rgba(var(--primary-color-rgb),.12);border:none;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.container-modal-withdraw .withdraw-content .withdraw-selected-amount:active{transform:scale(.99)}.container-modal-withdraw .withdraw-content .withdraw-selected-amount:disabled{cursor:not-allowed;opacity:.55}.container-modal-withdraw .withdraw-content .withdraw-selected-amount>span{font-size:.85rem;opacity:.8}.container-modal-withdraw .withdraw-content .withdraw-selected-amount>strong{font-size:1.15rem;line-height:1.4rem;font-weight:700;color:var(--text-color)}.container-modal-withdraw .withdraw-content .withdraw-submit-button{width:100%;border-radius:var(--border-radius);padding:.8rem 1rem;font-size:.95rem;font-weight:700;color:var(--white);background-color:var(--primary-color);cursor:pointer}.container-modal-withdraw .withdraw-content .withdraw-submit-button:disabled{cursor:not-allowed;opacity:.45}.withdraw-custom-amount-overlay{position:absolute;inset-inline:0;top:calc(100% - 100vh);height:100vh;display:flex;align-items:center;justify-content:center;padding:calc(1rem + var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top)) 1rem calc(1rem + var(--tg-viewport-safe-area-inset-bottom) + var(--tg-viewport-content-safe-area-inset-bottom));background:rgba(var(--black-rgb),.6);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10008}@supports (height: 100dvh){.withdraw-custom-amount-overlay{top:calc(100% - 100dvh);height:100dvh}}.withdraw-custom-amount-dialog{width:100%;max-width:24rem;border-radius:var(--border-radius);padding:1.25rem;background:var(--bg-color);box-shadow:0 .75rem 2rem rgba(var(--black-rgb),.28)}.withdraw-custom-amount-dialog>h3{font-size:1.125rem;line-height:1.4rem;font-weight:700}.withdraw-custom-amount-dialog>p{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;opacity:.78}.withdraw-custom-amount-field{margin-top:1rem;display:flex;flex-direction:column;gap:.45rem}.withdraw-custom-amount-field>label{font-size:.8125rem;line-height:1.125rem;font-weight:600;opacity:.85}.withdraw-custom-amount-field>input{width:100%;border-radius:var(--border-radius);padding:.625rem .75rem;border:1px solid rgba(var(--text-color-rgb),.16);background:rgba(var(--text-color-rgb),.04);color:var(--text-color);font-size:.875rem;line-height:1.25rem}.withdraw-custom-amount-field>input:focus{border-color:rgba(var(--primary-color-rgb),.7)}.withdraw-custom-amount-error{font-size:.8125rem;line-height:1.125rem;color:var(--danger-color);font-weight:600}.withdraw-custom-amount-actions{margin-top:1rem;display:flex;justify-content:flex-end;gap:.625rem}.withdraw-custom-amount-actions>button{border-radius:var(--border-radius);padding:.65rem 1.125rem;border:none;font-size:.875rem;line-height:1.2rem;font-weight:700;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.withdraw-custom-amount-actions>button:active{transform:scale(.98)}.withdraw-custom-amount-actions>button:disabled{cursor:not-allowed;opacity:.55}.withdraw-custom-amount-actions .cancel-button{background:var(--secondary-color);color:var(--text-color)}.withdraw-custom-amount-actions .confirm-button{background:var(--primary-color);color:var(--white)}#container-channel-response-overlay{position:fixed;display:flex;align-items:center;justify-content:center;flex-direction:column;top:0;right:0;bottom:0;left:0;background-color:rgba(var(--black-rgb),.7);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--white);padding:1rem;z-index:10010}#container-channel-response-overlay>div.lottie-animation{width:16rem;height:16rem}#container-channel-response-overlay>div.lottie-animation>span{width:100%;height:100%;display:flex;text-align:center;align-items:center;justify-content:center;font-size:16em}#container-channel-response-overlay>h1{padding-top:1.5rem;font-size:2.25rem;line-height:2.25rem;font-weight:500;text-align:center}#container-channel-response-overlay>span{padding-top:.75rem;font-size:1.0625rem;line-height:1.375rem;padding-bottom:3.75rem;text-align:center;max-width:28rem}#container-channel-response-overlay>button{background-color:var(--white);color:var(--black);width:100%;max-width:28rem;height:3.125rem;border-radius:var(--border-radius);font-size:1.0625rem;font-weight:500;line-height:1.375rem;cursor:pointer}#container-channel-response-overlay>button:focus,#container-channel-response-overlay>button:active{opacity:.75}#container-page-create{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:1rem;gap:1rem;align-items:center;justify-content:center}#container-page-create .container-create-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem 1.5rem;border-radius:var(--border-radius);background-color:var(--secondary-color);cursor:pointer;transition:all .2s ease;width:100%;max-width:24rem}#container-page-create .container-create-option:active{transform:scale(.98);background:var(--secondary-color)}#container-page-create .container-create-option>div{width:8rem;height:8rem;display:flex;align-items:center;justify-content:center}#container-page-create .container-create-option>div>span{font-size:5rem}#container-page-create .container-create-option>h2{font-size:1.5rem;line-height:2rem;font-weight:500;text-align:center}#container-page-channel-detail,#container-page-channel-dashboard{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1.18rem;padding-bottom:.885rem}#container-page-channel-detail .channel-detail-content,#container-page-channel-dashboard .channel-detail-content{display:flex;flex-direction:column;gap:1.003rem;width:100%;max-width:49.56rem;margin:0 auto;padding:.885rem 0 1.298rem;overflow-y:auto;overscroll-behavior:auto;touch-action:pan-y;-webkit-overflow-scrolling:touch}#container-page-channel-detail .channel-loading-state,#container-page-channel-dashboard .channel-loading-state{display:flex;align-items:center;justify-content:center;min-height:50vh}#container-page-channel-detail .channel-loading-state>h2,#container-page-channel-dashboard .channel-loading-state>h2{font-size:1.328rem;line-height:1.711rem;font-weight:600;color:rgba(var(--text-color-rgb),.62)}#container-page-channel-detail .channel-header-card,#container-page-channel-dashboard .channel-header-card{display:flex;align-items:center;gap:.92rem;padding:1.109rem;border-radius:var(--border-radius);background:var(--secondary-color);min-width:0}#container-page-channel-detail .channel-header-avatar,#container-page-channel-dashboard .channel-header-avatar{width:3.717rem;height:3.717rem;border-radius:var(--border-radius);overflow:hidden;background:var(--secondary-color);flex-shrink:0}#container-page-channel-detail .channel-header-avatar>img,#container-page-channel-dashboard .channel-header-avatar>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#container-page-channel-detail .channel-header-avatar .profile-placeholder,#container-page-channel-dashboard .channel-header-avatar .profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.534rem;font-weight:700}#container-page-channel-detail .channel-header-meta,#container-page-channel-dashboard .channel-header-meta{min-width:0;display:flex;flex-direction:column;gap:.165rem}#container-page-channel-detail .channel-header-meta>h1,#container-page-channel-dashboard .channel-header-meta>h1{margin:0;font-size:1.204rem;line-height:1.534rem;font-weight:660;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-channel-detail .channel-header-badge,#container-page-channel-dashboard .channel-header-badge{margin-left:auto;align-self:center;flex-shrink:0}#container-page-channel-detail .channel-header-address,#container-page-channel-dashboard .channel-header-address{margin:0;font-size:.909rem;line-height:1.18rem;font-weight:520;color:rgba(var(--text-color-rgb),.56);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-channel-detail .channel-verified-chip,#container-page-channel-detail .channel-unverified-chip,#container-page-channel-dashboard .channel-verified-chip,#container-page-channel-dashboard .channel-unverified-chip{display:inline-flex;align-items:center;gap:.307rem;border-radius:var(--border-radius);padding:.236rem .59rem;font-size:.814rem;line-height:1.062rem;font-weight:620}#container-page-channel-detail .channel-verified-chip,#container-page-channel-dashboard .channel-verified-chip{background-color:var(--primary-color);color:var(--white)}#container-page-channel-detail .channel-verified-chip>svg,#container-page-channel-dashboard .channel-verified-chip>svg{width:1.015rem;height:1.015rem}#container-page-channel-detail .channel-unverified-chip,#container-page-channel-dashboard .channel-unverified-chip{background-color:var(--primary-color);color:var(--white)}#container-page-channel-detail .channel-stats-strip,#container-page-channel-dashboard .channel-stats-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border-radius:var(--border-radius);background:var(--secondary-color)}#container-page-channel-detail .channel-stat-item,#container-page-channel-dashboard .channel-stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.094rem;min-width:0;padding:.802rem .531rem .779rem}#container-page-channel-detail .channel-stat-item:not(:last-child),#container-page-channel-dashboard .channel-stat-item:not(:last-child){border-right:1px solid rgba(var(--text-color-rgb),.09)}#container-page-channel-detail .channel-stat-item .stat-icon,#container-page-channel-dashboard .channel-stat-item .stat-icon{font-size:.968rem;line-height:1.18rem}#container-page-channel-detail .channel-stat-item .stat-value,#container-page-channel-dashboard .channel-stat-item .stat-value{font-size:1.156rem;line-height:1.416rem;font-weight:670;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}#container-page-channel-detail .channel-stat-item .stat-label,#container-page-channel-dashboard .channel-stat-item .stat-label{font-size:.732rem;line-height:.968rem;color:rgba(var(--text-color-rgb),.58);font-weight:560;white-space:nowrap}#container-page-channel-detail .channel-detail-section,#container-page-channel-dashboard .channel-detail-section{display:flex;flex-direction:column;gap:.425rem}#container-page-channel-detail .section-label,#container-page-channel-dashboard .section-label{font-size:.826rem;line-height:1.121rem;font-weight:600;color:rgba(var(--text-color-rgb),.56);letter-spacing:.01em}#container-page-channel-detail .section-box,#container-page-channel-dashboard .section-box{border-radius:var(--border-radius);background:var(--secondary-color);padding:.968rem 1.062rem;min-width:0}#container-page-channel-detail .channel-tags-wrap,#container-page-channel-dashboard .channel-tags-wrap{display:flex;flex-wrap:wrap;gap:.472rem}#container-page-channel-detail .channel-language-graph,#container-page-channel-dashboard .channel-language-graph{display:flex;flex-direction:column;gap:.732rem}#container-page-channel-detail .channel-language-pie,#container-page-channel-dashboard .channel-language-pie{display:grid;grid-template-columns:minmax(0,10.148rem) minmax(0,1fr);align-items:center;gap:.661rem}#container-page-channel-detail .channel-language-pie-canvas,#container-page-channel-dashboard .channel-language-pie-canvas{position:relative;width:100%;max-width:10.148rem;aspect-ratio:1/1;margin:0 auto}#container-page-channel-detail .channel-language-pie-legend,#container-page-channel-dashboard .channel-language-pie-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.401rem .661rem;min-width:0}#container-page-channel-detail .language-pie-legend-item,#container-page-channel-dashboard .language-pie-legend-item{display:inline-flex;align-items:center;gap:.378rem;min-width:0;font-size:.826rem;line-height:1.086rem;padding:.212rem .519rem;border-radius:999px;background:rgba(var(--pie-color-rgb, 255, 255, 255),.14)}#container-page-channel-detail .language-pie-legend-dot,#container-page-channel-dashboard .language-pie-legend-dot{width:.531rem;height:.531rem;border-radius:999px;flex-shrink:0;opacity:.9}#container-page-channel-detail .language-pie-legend-name,#container-page-channel-dashboard .language-pie-legend-name{color:rgba(var(--text-color-rgb),.76);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-channel-detail .language-graph-row,#container-page-channel-dashboard .language-graph-row{display:flex;flex-direction:column;gap:.307rem}#container-page-channel-detail .language-graph-row-meta,#container-page-channel-dashboard .language-graph-row-meta{display:flex;align-items:center;justify-content:space-between;gap:.708rem;font-size:.85rem;line-height:1.133rem;font-weight:600}#container-page-channel-detail .language-graph-name,#container-page-channel-dashboard .language-graph-name{color:rgba(var(--text-color-rgb),.84)}#container-page-channel-detail .language-graph-percentage,#container-page-channel-dashboard .language-graph-percentage{color:rgba(var(--text-color-rgb),.62);white-space:nowrap}#container-page-channel-detail .language-graph-track,#container-page-channel-dashboard .language-graph-track{position:relative;width:100%;height:.543rem;border-radius:999px;overflow:hidden;background:rgba(var(--text-color-rgb),.11)}#container-page-channel-detail .language-graph-fill,#container-page-channel-dashboard .language-graph-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(var(--primary-color-rgb),.62) 0%,var(--primary-color) 100%);transition:width .22s ease}#container-page-channel-detail .language-graph-empty,#container-page-channel-dashboard .language-graph-empty{margin:0;font-size:.897rem;line-height:1.322rem;color:rgba(var(--text-color-rgb),.58);text-align:center}#container-page-channel-detail .channel-chip,#container-page-channel-dashboard .channel-chip{display:inline-flex;align-items:center;gap:.189rem;border-radius:var(--border-radius);padding:.307rem .684rem;background-color:var(--primary-color);color:var(--white);font-size:.826rem;line-height:1.086rem;font-weight:600}#container-page-channel-detail .channel-chip-language,#container-page-channel-dashboard .channel-chip-language{background:rgba(var(--success-color-rgb),.14);color:var(--success-color)}#container-page-channel-detail .verification-warning,#container-page-channel-dashboard .verification-warning{border-radius:var(--border-radius);background:#ffa25c1f;padding:1.015rem 1.086rem;display:flex;flex-direction:column;gap:.85rem}#container-page-channel-detail .warning-content,#container-page-channel-dashboard .warning-content{display:flex;align-items:flex-start;gap:.566rem}#container-page-channel-detail .warning-content .emoji,#container-page-channel-dashboard .warning-content .emoji{font-size:1.121rem;line-height:1.298rem;flex-shrink:0;margin-top:.118rem}#container-page-channel-detail .warning-content>p,#container-page-channel-dashboard .warning-content>p{margin:0;font-size:.909rem;line-height:1.463rem;font-weight:540;color:rgba(var(--text-color-rgb),.72)}#container-page-channel-detail .btn-channel-verify,#container-page-channel-dashboard .btn-channel-verify{align-self:center;width:min(100%,23.6rem);min-width:14.16rem;border-radius:var(--border-radius);padding:.732rem 1.416rem;font-size:.968rem;line-height:1.204rem;font-weight:700;letter-spacing:.03em;color:var(--white);cursor:pointer;background:var(--warning-color);transition:transform .16s ease}#container-page-channel-detail .btn-channel-verify:active,#container-page-channel-dashboard .btn-channel-verify:active{transform:scale(.98)}#container-page-channel-detail .channel-listings-list,#container-page-channel-dashboard .channel-listings-list{display:flex;flex-direction:column;gap:1.003rem;width:100%}#container-page-channel-detail .channel-listings-list .listing-list-item,#container-page-channel-dashboard .channel-listings-list .listing-list-item,#container-page-channel-detail .channel-listings-list .channel-listing-item-compact,#container-page-channel-dashboard .channel-listings-list .channel-listing-item-compact{margin-bottom:0}#container-page-channel-detail .channel-listings-loading>p,#container-page-channel-detail .channel-listings-empty>p,#container-page-channel-dashboard .channel-listings-loading>p,#container-page-channel-dashboard .channel-listings-empty>p{margin:0;font-size:.944rem;line-height:1.487rem;color:rgba(var(--text-color-rgb),.66);text-align:center}#container-page-channel-detail .channel-primary-cta,#container-page-channel-dashboard .channel-primary-cta{align-self:center;width:min(100%,23.6rem);min-width:14.16rem;border-radius:var(--border-radius);margin-top:.378rem;padding:.802rem 1.676rem;font-size:1.015rem;line-height:1.227rem;font-weight:700;letter-spacing:.04em;color:var(--white);cursor:pointer;background:var(--primary-color);transition:transform .16s ease}#container-page-channel-detail .channel-primary-cta:active,#container-page-channel-dashboard .channel-primary-cta:active{transform:scale(.98)}#container-page-channel-detail .channel-detail-spacer,#container-page-channel-dashboard .channel-detail-spacer{min-height:.649rem}@media (max-width: 480px){#container-page-channel-detail .channel-language-pie,#container-page-channel-dashboard .channel-language-pie{grid-template-columns:1fr;gap:.732rem}#container-page-channel-detail .channel-language-pie-canvas,#container-page-channel-dashboard .channel-language-pie-canvas{max-width:9.44rem}}#container-page-channel-verification{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:1rem}#container-page-channel-verification .content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-grow:1;min-height:0;gap:2rem;max-width:32rem;width:100%;margin:0 auto;padding:1rem 0;overflow-y:auto}#container-page-channel-verification .content-wrapper .lottie-container{width:10rem;height:10rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#container-page-channel-verification .content-wrapper .lottie-container>div{width:100%;height:100%}#container-page-channel-verification .content-wrapper .lottie-container>span{font-size:6rem}#container-page-channel-verification .content-wrapper .text-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}#container-page-channel-verification .content-wrapper .text-container>h1{font-size:1.75rem;line-height:2.25rem;font-weight:600}#container-page-channel-verification .content-wrapper .text-container>p{font-size:1rem;line-height:1.5rem;opacity:.7;max-width:28rem}#container-page-channel-verification .content-wrapper .text-container>p>strong{font-weight:600;opacity:1;color:var(--primary-color)}#container-page-channel-verification .content-wrapper .text-container>.verification-steps{margin:0;padding-left:0;width:min(100%,28rem);text-align:left;display:flex;flex-direction:column;gap:.8rem;opacity:.74;font-size:1rem;line-height:1.48rem;list-style:none}#container-page-channel-verification .content-wrapper .text-container>.verification-steps>li{display:flex;align-items:center;gap:.68rem;width:100%}#container-page-channel-verification .content-wrapper .text-container>.verification-steps>li strong{font-weight:600;color:var(--primary-color)}#container-page-channel-verification .content-wrapper .text-container .step-number-box{width:1.9rem;min-width:1.9rem;height:1.9rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(var(--text-color-rgb),.06);border-radius:var(--border-radius);padding:.2rem;color:var(--primary-color);font-weight:700;font-size:1rem;line-height:1;flex-shrink:0}#container-page-channel-verification .content-wrapper .text-container .verification-phone-number{white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;padding:.2rem .58rem;border:1px solid rgba(var(--text-color-rgb),.06);border-radius:var(--border-radius);background:rgba(var(--primary-color-rgb),.08);color:inherit;font-size:1rem;line-height:1.2rem;font-weight:700;cursor:pointer;transition:transform .16s ease,background-color .16s ease}#container-page-channel-verification .content-wrapper .text-container .verification-phone-number:active{transform:scale(.98);background:rgba(var(--primary-color-rgb),.14)}#container-page-channel-verification .content-wrapper .text-container .verification-phone-number-wrap{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:.26rem;text-align:center}#container-page-channel-verification .content-wrapper .text-container .verification-phone-copy-hint{font-size:.68rem;line-height:.88rem;color:rgba(var(--text-color-rgb),.5);margin-bottom:.18rem}#container-page-channel-verification .content-wrapper .text-container .step-text{flex:1;min-width:0;text-align:left}#container-page-channel-verification .content-wrapper .text-container>.verification-note{font-size:.9rem;line-height:1.3rem;opacity:.62}#container-page-channel-verification .content-wrapper .buttons-container{width:100%;display:flex;flex-direction:column;gap:.75rem}#container-page-channel-verification .content-wrapper .btn-add-bot{width:100%;height:3.5rem;border-radius:var(--border-radius);background-color:var(--secondary-color);color:var(--text-color);font-size:1.125rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}#container-page-channel-verification .content-wrapper .btn-add-bot:active{transform:scale(.98);background-color:rgba(var(--text-color-rgb),.14)}#container-page-channel-verification .content-wrapper .btn-add-bot>span{font-size:1.125rem;line-height:1.5rem}#container-page-channel-verification .content-wrapper .btn-verify{width:100%;height:3.5rem;border-radius:var(--border-radius);background-color:var(--primary-color);color:var(--white);font-size:1.125rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:1rem 0}#container-page-channel-verification .content-wrapper .btn-verify:active:not(.disabled){transform:scale(.98);opacity:.85}#container-page-channel-verification .content-wrapper .btn-verify.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}#container-page-channel-verification .content-wrapper .btn-verify>span{font-size:1.125rem;line-height:1.5rem}#container-page-channel-verification .animate__fadeIn{--animate-duration: .5s}#container-page-create-channel{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:8rem}#container-page-create-channel .content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:2rem;max-width:32rem;width:100%;margin:0 auto;padding:1rem 0}#container-page-create-channel .content-wrapper .lottie-container{width:10rem;height:10rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#container-page-create-channel .content-wrapper .lottie-container>div{width:100%;height:100%}#container-page-create-channel .content-wrapper .lottie-container>span{font-size:6rem}#container-page-create-channel .content-wrapper .text-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}#container-page-create-channel .content-wrapper .text-container>h1{font-size:1.75rem;line-height:2.25rem;font-weight:600}#container-page-create-channel .content-wrapper .text-container>p{font-size:1rem;line-height:1.5rem;opacity:.7;max-width:28rem}#container-page-create-channel .content-wrapper .input-container{width:100%;display:flex;flex-direction:column;gap:.5rem}#container-page-create-channel .content-wrapper .input-container>label{width:100%;height:3.5rem;border-radius:var(--border-radius);background-color:var(--secondary-color);display:flex;align-items:center;padding:0 1rem;transition:background-color .2s ease}#container-page-create-channel .content-wrapper .input-container>label:focus-within{background-color:rgba(var(--text-color-rgb),.14)}#container-page-create-channel .content-wrapper .input-container>label>input{width:100%;height:100%;font-size:1.125rem;line-height:1.5rem;caret-color:var(--primary-color);padding:0;margin:0;background:transparent;outline:none}#container-page-create-channel .content-wrapper .input-container>label>input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-create-channel .content-wrapper .input-container>label>input::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-create-channel .content-wrapper .input-container>label>input:disabled{opacity:.6;cursor:not-allowed}#container-page-create-channel .content-wrapper .btn-add{width:100%;height:3.5rem;border-radius:var(--border-radius);background-color:var(--primary-color);color:var(--white);font-size:1.125rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}#container-page-create-channel .content-wrapper .btn-add:active:not(.disabled){transform:scale(.98);opacity:.85}#container-page-create-channel .content-wrapper .btn-add.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}#container-page-create-channel .content-wrapper .btn-add>span{font-size:1.125rem;line-height:1.5rem}#container-page-create-channel .animate__fadeIn{--animate-duration: .5s}#container-page-campaign-detail-redesign,#container-page-campaign-dashboard-redesign{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1.18rem;padding-bottom:1.18rem}#container-page-campaign-detail-redesign .campaign-detail-content,#container-page-campaign-dashboard-redesign .campaign-detail-content{display:flex;flex-direction:column;flex:1 1 auto;height:100%;gap:1.003rem;width:100%;max-width:49.56rem;min-height:0;margin:0 auto;padding:.885rem 0 1.298rem;overflow-y:auto;overscroll-behavior:auto;touch-action:pan-y;-webkit-overflow-scrolling:touch}#container-page-campaign-detail-redesign .campaign-loading-state,#container-page-campaign-dashboard-redesign .campaign-loading-state{display:flex;align-items:center;justify-content:center;min-height:50vh}#container-page-campaign-detail-redesign .campaign-loading-state>h2,#container-page-campaign-dashboard-redesign .campaign-loading-state>h2{font-size:1.328rem;line-height:1.711rem;font-weight:600;color:rgba(var(--text-color-rgb),.62)}#container-page-campaign-detail-redesign .btn-campaign-edit,#container-page-campaign-dashboard-redesign .btn-campaign-edit{align-self:flex-end;width:2.596rem;height:2.596rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.04);color:rgba(var(--text-color-rgb),.78);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,opacity .16s ease}#container-page-campaign-detail-redesign .btn-campaign-edit:active,#container-page-campaign-dashboard-redesign .btn-campaign-edit:active{transform:scale(.96);opacity:.85}#container-page-campaign-detail-redesign .btn-campaign-edit>svg,#container-page-campaign-dashboard-redesign .btn-campaign-edit>svg{width:1.322rem;height:1.322rem}#container-page-campaign-detail-redesign .campaign-header-card,#container-page-campaign-dashboard-redesign .campaign-header-card{display:flex;align-items:center;gap:.92rem;padding:1.109rem;border-radius:var(--border-radius);background:var(--secondary-color);min-width:0}#container-page-campaign-detail-redesign .campaign-header-avatar,#container-page-campaign-dashboard-redesign .campaign-header-avatar{width:3.717rem;height:3.717rem;border-radius:var(--border-radius);overflow:hidden;background:var(--secondary-color);flex-shrink:0}#container-page-campaign-detail-redesign .campaign-header-avatar .profile-placeholder,#container-page-campaign-dashboard-redesign .campaign-header-avatar .profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.534rem;font-weight:700}#container-page-campaign-detail-redesign .campaign-header-meta,#container-page-campaign-dashboard-redesign .campaign-header-meta{min-width:0;display:flex;flex-direction:column;gap:.165rem}#container-page-campaign-detail-redesign .campaign-header-meta>h1,#container-page-campaign-dashboard-redesign .campaign-header-meta>h1{margin:0;font-size:1.204rem;line-height:1.534rem;font-weight:660;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-campaign-detail-redesign .campaign-header-status,#container-page-campaign-dashboard-redesign .campaign-header-status{margin:0;font-size:.909rem;line-height:1.18rem;font-weight:520;color:rgba(var(--text-color-rgb),.56)}#container-page-campaign-detail-redesign .campaign-stats-strip,#container-page-campaign-dashboard-redesign .campaign-stats-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border-radius:var(--border-radius);background:var(--secondary-color)}#container-page-campaign-detail-redesign .campaign-stat-item,#container-page-campaign-dashboard-redesign .campaign-stat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.094rem;min-width:0;padding:.802rem .531rem .779rem}#container-page-campaign-detail-redesign .campaign-stat-item:not(:last-child),#container-page-campaign-dashboard-redesign .campaign-stat-item:not(:last-child){border-right:1px solid rgba(var(--text-color-rgb),.09)}#container-page-campaign-detail-redesign .campaign-stat-item .stat-icon,#container-page-campaign-dashboard-redesign .campaign-stat-item .stat-icon{font-size:.968rem;line-height:1.18rem}#container-page-campaign-detail-redesign .campaign-stat-item .stat-value,#container-page-campaign-dashboard-redesign .campaign-stat-item .stat-value{font-size:1.156rem;line-height:1.416rem;font-weight:670;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}#container-page-campaign-detail-redesign .campaign-stat-item .stat-label,#container-page-campaign-dashboard-redesign .campaign-stat-item .stat-label{font-size:.732rem;line-height:.968rem;color:rgba(var(--text-color-rgb),.58);font-weight:560;white-space:nowrap}#container-page-campaign-detail-redesign .campaign-detail-section,#container-page-campaign-dashboard-redesign .campaign-detail-section{display:flex;flex-direction:column;gap:.425rem}#container-page-campaign-detail-redesign .section-label,#container-page-campaign-dashboard-redesign .section-label{font-size:.826rem;line-height:1.121rem;font-weight:600;color:rgba(var(--text-color-rgb),.56);letter-spacing:.01em}#container-page-campaign-detail-redesign .section-box,#container-page-campaign-dashboard-redesign .section-box{border-radius:var(--border-radius);background:var(--secondary-color);padding:.968rem 1.062rem;min-width:0}#container-page-campaign-detail-redesign .brief-content,#container-page-campaign-dashboard-redesign .brief-content{overflow:hidden;max-height:5.192rem;transition:max-height .28s ease;will-change:max-height}#container-page-campaign-detail-redesign .brief-content>p,#container-page-campaign-dashboard-redesign .brief-content>p{margin:0;font-size:.991rem;line-height:1.676rem;font-weight:500;color:rgba(var(--text-color-rgb),.7);white-space:pre-wrap;word-wrap:break-word}#container-page-campaign-detail-redesign .brief-content.expanded,#container-page-campaign-dashboard-redesign .brief-content.expanded{max-height:141.6rem}#container-page-campaign-detail-redesign .btn-brief-toggle,#container-page-campaign-dashboard-redesign .btn-brief-toggle{margin-top:.59rem;background:none;color:var(--accent-color);cursor:pointer;font-size:.932rem;line-height:1.18rem;font-weight:620;display:inline-flex;align-items:center;gap:.165rem;padding:0}#container-page-campaign-detail-redesign .btn-brief-toggle>svg,#container-page-campaign-dashboard-redesign .btn-brief-toggle>svg{width:1.227rem;height:1.227rem}#container-page-campaign-detail-redesign .btn-brief-toggle:active,#container-page-campaign-dashboard-redesign .btn-brief-toggle:active{opacity:.72}#container-page-campaign-detail-redesign .section-requirements,#container-page-campaign-dashboard-redesign .section-requirements{display:flex;flex-direction:column;gap:.531rem}#container-page-campaign-detail-redesign .requirement-row,#container-page-campaign-dashboard-redesign .requirement-row{display:flex;justify-content:space-between;align-items:center;gap:.59rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.03);padding:.59rem .684rem}#container-page-campaign-detail-redesign .requirement-key,#container-page-campaign-dashboard-redesign .requirement-key{display:inline-flex;align-items:center;gap:.378rem;min-width:0;font-size:.85rem;line-height:1.109rem;font-weight:600;color:rgba(var(--text-color-rgb),.62)}#container-page-campaign-detail-redesign .requirement-icon,#container-page-campaign-dashboard-redesign .requirement-icon{font-size:.968rem;line-height:1;transform:translateY(-.024rem)}#container-page-campaign-detail-redesign .requirement-value,#container-page-campaign-dashboard-redesign .requirement-value{font-size:.873rem;line-height:1.109rem;font-weight:560;color:rgba(var(--text-color-rgb),.74);text-align:right}#container-page-campaign-detail-redesign .budget-card,#container-page-campaign-dashboard-redesign .budget-card{width:min(100%,15.576rem);margin:.142rem auto 0;border-radius:var(--border-radius);background:var(--secondary-color);padding:1.086rem 1.038rem;text-align:center}#container-page-campaign-detail-redesign .budget-icon,#container-page-campaign-dashboard-redesign .budget-icon{display:block;font-size:1.274rem;line-height:1.416rem}#container-page-campaign-detail-redesign .budget-value,#container-page-campaign-dashboard-redesign .budget-value{margin:.472rem 0 0;font-size:1.156rem;line-height:1.416rem;font-weight:680;color:var(--success-color);letter-spacing:-.01em}#container-page-campaign-detail-redesign .campaign-detail-cta,#container-page-campaign-dashboard-redesign .campaign-detail-cta{width:min(100%,23.6rem);min-width:14.16rem;border-radius:var(--border-radius);margin:0;padding:.802rem 1.676rem;font-size:1.015rem;line-height:1.227rem;font-weight:700;letter-spacing:.04em;color:var(--white);cursor:pointer;background:var(--primary-color);transition:transform .16s ease}#container-page-campaign-detail-redesign .campaign-detail-cta:disabled,#container-page-campaign-dashboard-redesign .campaign-detail-cta:disabled{background:var(--secondary-color);color:rgba(var(--text-color-rgb),.4);opacity:.5;cursor:not-allowed;transform:none}#container-page-campaign-detail-redesign .campaign-detail-spacer,#container-page-campaign-dashboard-redesign .campaign-detail-spacer{min-height:.649rem}#container-page-campaign-detail-redesign .campaign-detail-cta-dock{width:100%;max-width:49.56rem;margin:auto auto 0;padding:0;display:flex;justify-content:center;padding-top:1.18rem}#container-page-create-campaign{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:1rem}#container-page-create-campaign .content-wrapper{display:flex;flex-direction:column;align-items:center;flex-grow:1;gap:1.5rem;max-width:32rem;width:100%;margin:0 auto;padding:1rem 0;overflow-y:auto}#container-page-create-campaign .content-wrapper .lottie-container{width:8rem;height:8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#container-page-create-campaign .content-wrapper .lottie-container>div{width:100%;height:100%}#container-page-create-campaign .content-wrapper .lottie-container>span{font-size:5rem}#container-page-create-campaign .content-wrapper .text-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}#container-page-create-campaign .content-wrapper .text-container>h1{font-size:1.75rem;line-height:2.25rem;font-weight:600}#container-page-create-campaign .content-wrapper .text-container>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;max-width:28rem}#container-page-create-campaign .content-wrapper .form-container{width:100%;display:flex;flex-direction:column;gap:1rem;padding-bottom:8rem}#container-page-create-campaign .content-wrapper .form-container .form-group{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:100dvw}#container-page-create-campaign .content-wrapper .form-container .form-group>label{font-size:.875rem;line-height:1.25rem;font-weight:500;opacity:.8;padding-left:.25rem}#container-page-create-campaign .content-wrapper .form-container .form-group>input,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea{width:100%;min-height:3rem;border-radius:var(--border-radius);background-color:var(--secondary-color);padding:.75rem 1rem;font-size:1rem;line-height:1.5rem;color:var(--text-color);caret-color:var(--primary-color);transition:all .2s ease}#container-page-create-campaign .content-wrapper .form-container .form-group>input::-moz-placeholder,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-create-campaign .content-wrapper .form-container .form-group>input::placeholder,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-create-campaign .content-wrapper .form-container .form-group>input:focus,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}#container-page-create-campaign .content-wrapper .form-container .form-group>input.error,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea.error{border-color:var(--danger-color)}#container-page-create-campaign .content-wrapper .form-container .form-group>input:disabled,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea:disabled{opacity:.6;cursor:not-allowed}#container-page-create-campaign .content-wrapper .form-container .form-group>input::-webkit-inner-spin-button,#container-page-create-campaign .content-wrapper .form-container .form-group>input::-webkit-outer-spin-button,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea::-webkit-inner-spin-button,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#container-page-create-campaign .content-wrapper .form-container .form-group>input[type=number],#container-page-create-campaign .content-wrapper .form-container .form-group>textarea[type=number]{-moz-appearance:textfield}#container-page-create-campaign .content-wrapper .form-container .form-group>input[type=datetime-local],#container-page-create-campaign .content-wrapper .form-container .form-group>textarea[type=datetime-local]{font-family:inherit;color-scheme:light dark;min-width:0;min-inline-size:0;display:block}#container-page-create-campaign .content-wrapper .form-container .form-group>input[type=datetime-local]::-webkit-calendar-picker-indicator,#container-page-create-campaign .content-wrapper .form-container .form-group>textarea[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.7;cursor:pointer}#container-page-create-campaign .content-wrapper .form-container .form-group>textarea{min-height:5rem;resize:vertical;font-family:inherit}#container-page-create-campaign .content-wrapper .form-container .form-group .error-message{font-size:.875rem;line-height:1.25rem;color:var(--danger-color);margin-top:-.25rem;padding-left:.25rem}#container-page-create-campaign .content-wrapper .form-container .form-row{display:flex;gap:.75rem;width:100%}#container-page-create-campaign .content-wrapper .form-container .form-row>.form-group{flex:1;min-width:0}#container-page-create-campaign .content-wrapper .form-container .form-row.form-row-dates input[type=datetime-local]{-webkit-appearance:none;-moz-appearance:none;appearance:none}#container-page-create-campaign .content-wrapper .form-container .form-row.form-row-dates{align-self:center;flex-direction:column;gap:1rem;max-width:100vw}#container-page-create-campaign .content-wrapper .btn-create{width:100%;min-height:3.5rem;border-radius:var(--border-radius);background-color:var(--primary-color);color:var(--white);font-size:1.125rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-top:.5rem}#container-page-create-campaign .content-wrapper .btn-create:active:not(.disabled){transform:scale(.98);opacity:.85}#container-page-create-campaign .content-wrapper .btn-create.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}#container-page-create-campaign .content-wrapper .btn-create>span{font-size:1.125rem;line-height:1.5rem}#container-page-create-campaign .animate__fadeIn{--animate-duration: .5s}#container-page-apply-campaign .content-wrapper .loading-state>p,#container-page-apply-campaign .content-wrapper .empty-state>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0}#container-page-apply-campaign .content-wrapper .loading-state .btn-add-channel,#container-page-apply-campaign .content-wrapper .empty-state .btn-add-channel{margin-top:1rem;padding:.75rem 1.5rem;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;background-color:var(--primary-color);color:var(--white);transition:all .2s ease}#container-page-apply-campaign .content-wrapper .loading-state .btn-add-channel:active,#container-page-apply-campaign .content-wrapper .empty-state .btn-add-channel:active{transform:scale(.98);opacity:.9}#container-page-apply-campaign .content-wrapper .page-header{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.5rem;text-align:center}#container-page-apply-campaign .content-wrapper .page-header>h1{font-size:1.875rem;line-height:2.25rem;font-weight:700;margin:0}#container-page-apply-campaign .content-wrapper .page-header>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0}#container-page-apply-campaign .content-wrapper .form-section{display:flex;flex-direction:column;gap:.75rem}#container-page-apply-campaign .content-wrapper .form-section .form-label{font-size:.9375rem;line-height:1.5rem;font-weight:600;opacity:.9}#container-page-apply-campaign .content-wrapper .form-section .form-label .required{color:var(--danger-color);margin-left:.25rem}#container-page-apply-campaign .content-wrapper .form-section .error-message{font-size:.875rem;line-height:1.25rem;color:var(--danger-color);font-weight:500}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container{display:flex;flex-direction:column;gap:.75rem;max-height:20rem;overflow-y:auto;padding:.5rem;background:rgba(var(--text-color-rgb),.03);border-radius:var(--border-radius)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container::-webkit-scrollbar{width:.375rem}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container::-webkit-scrollbar-track{background-color:var(--secondary-color);border-radius:var(--border-radius)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container::-webkit-scrollbar-thumb{background:rgba(var(--text-color-rgb),.2);border-radius:var(--border-radius)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color-rgb),.3)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item{display:flex;position:relative;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--border-radius);background:var(--background-color);cursor:pointer;transition:all .2s ease}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item:hover{background-color:var(--secondary-color)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item:active{transform:scale(.98)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item.selected{border-color:var(--success-color);background:var(--secondary-color)}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item.selected .selected-indicator{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;border-radius:50%;color:var(--info-color);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-avatar{width:3rem;height:3rem;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.125rem;font-weight:700;flex-shrink:0}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-info{display:flex;flex-direction:column;gap:.25rem;flex-grow:1;min-width:0}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-info .channel-title{display:flex;align-items:center;gap:.25rem;font-size:1rem;line-height:1.5rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-info .channel-title .verified-icon{width:1rem;height:1rem;flex-shrink:0}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-info .channel-username{font-size:.875rem;line-height:1.25rem;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-info .channel-stats{font-size:.8125rem;line-height:1.125rem;opacity:.6;font-weight:500}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-check{width:1.5rem;height:1.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}#container-page-apply-campaign .content-wrapper .form-section .channel-list-container .channel-item .channel-check svg{width:100%;height:100%}#container-page-apply-campaign .content-wrapper .form-section .form-input{width:100%;padding:.875rem 1rem;border-radius:var(--border-radius);background:var(--secondary-color);font-size:1rem;line-height:1.5rem;font-weight:500;color:var(--text-color);transition:all .2s ease}#container-page-apply-campaign .content-wrapper .form-section .form-input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-apply-campaign .content-wrapper .form-section .form-input::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-apply-campaign .content-wrapper .form-section .form-input:focus{outline:none;border-color:var(--primary-color)}#container-page-apply-campaign .content-wrapper .form-section .form-input[type=number]::-webkit-outer-spin-button,#container-page-apply-campaign .content-wrapper .form-section .form-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#container-page-apply-campaign .content-wrapper .form-section .form-input[type=number]{-moz-appearance:textfield}#container-page-apply-campaign .content-wrapper .form-section .form-textarea{width:100%;padding:.875rem 1rem;border-radius:var(--border-radius);background:var(--secondary-color);font-size:1rem;line-height:1.5rem;font-weight:500;color:var(--text-color);font-family:inherit;resize:vertical;transition:all .2s ease}#container-page-apply-campaign .content-wrapper .form-section .form-textarea::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-apply-campaign .content-wrapper .form-section .form-textarea::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-apply-campaign .content-wrapper .form-section .form-textarea:focus{outline:none;border-color:var(--primary-color)}#container-page-apply-campaign .content-wrapper .form-section .character-count{font-size:.8125rem;line-height:1.125rem;opacity:.6;text-align:right}#container-page-apply-campaign .content-wrapper .btn-submit{width:100%;min-height:3.5rem;border-radius:var(--border-radius);font-size:1.125rem;line-height:1.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:var(--white);margin-top:1rem}#container-page-apply-campaign .content-wrapper .btn-submit:active:not(:disabled){transform:scale(.98);opacity:.9}#container-page-apply-campaign .content-wrapper .btn-submit:disabled,#container-page-apply-campaign .content-wrapper .btn-submit.submitting{opacity:.6;cursor:not-allowed}#container-page-listing-detail,#container-page-listing-owner-detail{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1.18rem;padding-bottom:1.18rem}#container-page-listing-detail .listing-detail-content,#container-page-listing-owner-detail .listing-detail-content{display:flex;flex-direction:column;flex:1 1 auto;height:100%;gap:1.003rem;width:100%;max-width:49.56rem;min-height:0;margin:0 auto;padding:.885rem 0 1.298rem;overflow-y:auto;overscroll-behavior:auto;touch-action:pan-y;-webkit-overflow-scrolling:touch}#container-page-listing-detail .listing-loading-state,#container-page-listing-owner-detail .listing-loading-state{display:flex;align-items:center;justify-content:center;min-height:50vh}#container-page-listing-detail .listing-loading-state>h2,#container-page-listing-owner-detail .listing-loading-state>h2{font-size:1.328rem;line-height:1.711rem;font-weight:600;color:rgba(var(--text-color-rgb),.62)}#container-page-listing-detail .btn-detail-edit,#container-page-listing-owner-detail .btn-detail-edit{align-self:flex-end;width:2.596rem;height:2.596rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.04);color:rgba(var(--text-color-rgb),.78);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,opacity .16s ease}#container-page-listing-detail .btn-detail-edit:active,#container-page-listing-owner-detail .btn-detail-edit:active{transform:scale(.96);opacity:.85}#container-page-listing-detail .btn-detail-edit>svg,#container-page-listing-owner-detail .btn-detail-edit>svg{width:1.322rem;height:1.322rem}#container-page-listing-detail .listing-channel-header,#container-page-listing-owner-detail .listing-channel-header{display:flex;align-items:center;gap:.92rem;padding:1.109rem;border-radius:var(--border-radius);background:var(--secondary-color);min-width:0}#container-page-listing-detail .listing-channel-header.linkable,#container-page-listing-owner-detail .listing-channel-header.linkable{cursor:pointer;transition:transform .16s ease,opacity .16s ease}#container-page-listing-detail .listing-channel-header.linkable:active,#container-page-listing-owner-detail .listing-channel-header.linkable:active{transform:scale(.99);opacity:.92}#container-page-listing-detail .listing-header-avatar,#container-page-listing-owner-detail .listing-header-avatar{width:3.717rem;height:3.717rem;border-radius:var(--border-radius);overflow:hidden;background:var(--secondary-color);flex-shrink:0}#container-page-listing-detail .listing-header-avatar>img,#container-page-listing-owner-detail .listing-header-avatar>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#container-page-listing-detail .listing-header-avatar .profile-placeholder,#container-page-listing-owner-detail .listing-header-avatar .profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.534rem;font-weight:700}#container-page-listing-detail .listing-header-meta,#container-page-listing-owner-detail .listing-header-meta{min-width:0;display:flex;flex-direction:column;gap:.142rem}#container-page-listing-detail .listing-header-meta>h1,#container-page-listing-owner-detail .listing-header-meta>h1{margin:0;font-size:1.204rem;line-height:1.534rem;font-weight:660;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-listing-detail .listing-channel-address,#container-page-listing-owner-detail .listing-channel-address{margin:0;font-size:.909rem;line-height:1.18rem;font-weight:520;color:rgba(var(--text-color-rgb),.56);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-listing-detail .listing-listed-at,#container-page-listing-owner-detail .listing-listed-at{margin:0;font-size:.826rem;line-height:1.121rem;font-weight:500;color:rgba(var(--text-color-rgb),.48)}#container-page-listing-detail .listing-stats-strip,#container-page-listing-owner-detail .listing-stats-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;border-radius:var(--border-radius);background:var(--secondary-color)}#container-page-listing-detail .listing-stat-chip,#container-page-listing-owner-detail .listing-stat-chip{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.094rem;min-width:0;padding:.779rem .531rem .732rem;text-align:center}#container-page-listing-detail .listing-stat-chip:not(:last-child),#container-page-listing-owner-detail .listing-stat-chip:not(:last-child){border-right:1px solid rgba(var(--text-color-rgb),.09)}#container-page-listing-detail .listing-stat-chip .listing-stat-icon,#container-page-listing-owner-detail .listing-stat-chip .listing-stat-icon{font-size:.991rem;line-height:1.18rem}#container-page-listing-detail .listing-stat-chip .listing-stat-value,#container-page-listing-owner-detail .listing-stat-chip .listing-stat-value{font-size:1.156rem;line-height:1.416rem;font-weight:670;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}#container-page-listing-detail .listing-stat-chip .listing-stat-text,#container-page-listing-owner-detail .listing-stat-chip .listing-stat-text{font-size:.732rem;line-height:.968rem;color:rgba(var(--text-color-rgb),.58);font-weight:560;white-space:nowrap}#container-page-listing-detail .listing-detail-section,#container-page-listing-owner-detail .listing-detail-section{display:flex;flex-direction:column;gap:.425rem}#container-page-listing-detail .listing-owner-status-box,#container-page-listing-owner-detail .listing-owner-status-box{display:flex;flex-direction:column;gap:.732rem}#container-page-listing-detail .listing-owner-status-row,#container-page-listing-owner-detail .listing-owner-status-row{display:flex;align-items:center;justify-content:space-between;gap:.59rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.03);padding:.614rem .684rem}#container-page-listing-detail .listing-owner-status-key,#container-page-listing-owner-detail .listing-owner-status-key{font-size:.85rem;line-height:1.121rem;font-weight:600;color:rgba(var(--text-color-rgb),.58)}#container-page-listing-detail .listing-owner-status-value,#container-page-listing-owner-detail .listing-owner-status-value{display:inline-flex;align-items:center;gap:.307rem;padding:.26rem .59rem;border-radius:var(--border-radius);font-size:.873rem;line-height:1.121rem;font-weight:650;text-transform:capitalize}#container-page-listing-detail .listing-owner-status-value.status-draft,#container-page-listing-owner-detail .listing-owner-status-value.status-draft{color:var(--warning-color);background:rgba(var(--warning-color-rgb),.14);border-color:rgba(var(--warning-color-rgb),.3)}#container-page-listing-detail .listing-owner-status-value.status-published,#container-page-listing-owner-detail .listing-owner-status-value.status-published{color:var(--success-color);background:rgba(var(--success-color-rgb),.14);border-color:rgba(var(--success-color-rgb),.3)}#container-page-listing-detail .listing-owner-status-value.status-paused,#container-page-listing-owner-detail .listing-owner-status-value.status-paused{color:var(--primary-color);background:rgba(var(--primary-color-rgb),.14);border-color:rgba(var(--primary-color-rgb),.3)}#container-page-listing-detail .listing-owner-status-value.status-archived,#container-page-listing-owner-detail .listing-owner-status-value.status-archived{color:rgba(var(--text-color-rgb),.72);background:var(--secondary-color);border-color:rgba(var(--text-color-rgb),.18)}#container-page-listing-detail .listing-owner-status-dot,#container-page-listing-owner-detail .listing-owner-status-dot{width:.425rem;height:.425rem;border-radius:var(--border-radius);flex-shrink:0}#container-page-listing-detail .listing-owner-action-row,#container-page-listing-owner-detail .listing-owner-action-row{display:flex;justify-content:center}#container-page-listing-detail .listing-owner-status-btn,#container-page-listing-owner-detail .listing-owner-status-btn{width:min(100%,13.57rem);border-radius:var(--border-radius);padding:.684rem 1.18rem;font-size:.932rem;line-height:1.18rem;font-weight:700;letter-spacing:.04em;color:var(--white);background:var(--success-color);cursor:pointer;transition:transform .16s ease,opacity .16s ease}#container-page-listing-detail .listing-owner-status-btn.published,#container-page-listing-owner-detail .listing-owner-status-btn.published{background:var(--warning-color)}#container-page-listing-detail .listing-owner-status-btn.paused,#container-page-listing-owner-detail .listing-owner-status-btn.paused{background:var(--primary-color)}#container-page-listing-detail .listing-owner-status-btn.loading,#container-page-listing-owner-detail .listing-owner-status-btn.loading{opacity:.82}#container-page-listing-detail .listing-owner-status-btn.archived,#container-page-listing-owner-detail .listing-owner-status-btn.archived{background:rgba(var(--text-color-rgb),.28);color:rgba(var(--text-color-rgb),.75);cursor:default}#container-page-listing-detail .listing-owner-status-btn:active:not(:disabled),#container-page-listing-owner-detail .listing-owner-status-btn:active:not(:disabled){transform:scale(.98)}#container-page-listing-detail .listing-owner-status-btn:disabled,#container-page-listing-owner-detail .listing-owner-status-btn:disabled{cursor:not-allowed;opacity:.72}#container-page-listing-detail .section-label,#container-page-listing-owner-detail .section-label{font-size:.826rem;line-height:1.121rem;font-weight:600;color:rgba(var(--text-color-rgb),.56);letter-spacing:.01em}#container-page-listing-detail .section-box,#container-page-listing-owner-detail .section-box{border-radius:var(--border-radius);background:var(--secondary-color);padding:.968rem 1.062rem;min-width:0}#container-page-listing-detail .section-title-text,#container-page-listing-owner-detail .section-title-text{margin:0;font-size:1.121rem;line-height:1.487rem;font-weight:640;color:rgba(var(--text-color-rgb),.95);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-listing-detail .description-content,#container-page-listing-owner-detail .description-content{overflow:hidden;max-height:5.192rem;transition:max-height .28s ease;will-change:max-height}#container-page-listing-detail .description-content>p,#container-page-listing-owner-detail .description-content>p{margin:0;font-size:.991rem;line-height:1.676rem;font-weight:500;color:rgba(var(--text-color-rgb),.7);white-space:pre-wrap;word-wrap:break-word}#container-page-listing-detail .description-content.expanded,#container-page-listing-owner-detail .description-content.expanded{max-height:141.6rem}#container-page-listing-detail .btn-description-toggle,#container-page-listing-owner-detail .btn-description-toggle{margin-top:.59rem;background:none;color:var(--primary-color);cursor:pointer;font-size:.932rem;line-height:1.18rem;font-weight:620;display:inline-flex;align-items:center;gap:.165rem;padding:0}#container-page-listing-detail .btn-description-toggle>svg,#container-page-listing-owner-detail .btn-description-toggle>svg{width:1.227rem;height:1.227rem}#container-page-listing-detail .btn-description-toggle:active,#container-page-listing-owner-detail .btn-description-toggle:active{opacity:.72}#container-page-listing-detail .provide-card,#container-page-listing-owner-detail .provide-card{width:min(100%,12.036rem);margin:.142rem auto 0;border-radius:var(--border-radius);background:var(--secondary-color);padding:1.086rem 1.038rem;text-align:center}#container-page-listing-detail .provide-icon,#container-page-listing-owner-detail .provide-icon{display:block;font-size:1.298rem;line-height:1.416rem}#container-page-listing-detail .provide-type,#container-page-listing-owner-detail .provide-type{margin:.401rem 0 0;font-size:1.215rem;line-height:1.475rem;font-weight:660;letter-spacing:-.01em}#container-page-listing-detail .provide-duration,#container-page-listing-owner-detail .provide-duration{margin:.236rem 0 0;font-size:.873rem;line-height:1.109rem;color:rgba(var(--text-color-rgb),.58);font-weight:540}#container-page-listing-detail .provide-price,#container-page-listing-owner-detail .provide-price{margin:.566rem auto 0;width:-moz-fit-content;width:fit-content;padding:.401rem .779rem;border-radius:var(--border-radius);font-size:1.015rem;line-height:1.239rem;font-weight:680;color:var(--white);background:var(--primary-color)}#container-page-listing-detail .listing-detail-cta,#container-page-listing-owner-detail .listing-detail-cta{width:min(100%,23.6rem);min-width:14.16rem;border-radius:var(--border-radius);margin:0;padding:.802rem 1.676rem;font-size:1.015rem;line-height:1.227rem;font-weight:700;letter-spacing:.04em;color:var(--white);cursor:pointer;background:var(--primary-color);transition:transform .16s ease}#container-page-listing-detail .listing-detail-cta:disabled,#container-page-listing-owner-detail .listing-detail-cta:disabled{background:var(--secondary-color);color:rgba(var(--text-color-rgb),.4);opacity:.5;cursor:not-allowed;transform:none}#container-page-listing-detail .listing-detail-spacer,#container-page-listing-owner-detail .listing-detail-spacer{min-height:.649rem}#container-page-listing-detail .listing-detail-cta-dock{width:100%;max-width:49.56rem;margin:auto auto 0;padding:0;display:flex;justify-content:center;padding-top:1.18rem}#container-page-create-listing{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:1rem}#container-page-create-listing .content-wrapper{display:flex;flex-direction:column;align-items:center;flex-grow:1;gap:1.5rem;max-width:40rem;width:100%;margin:0 auto;padding:1.5rem 0;overflow-y:auto}#container-page-create-listing .content-wrapper .lottie-container{width:8rem;height:8rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}#container-page-create-listing .content-wrapper .lottie-container>div{width:100%;height:100%}#container-page-create-listing .content-wrapper .lottie-container>span{font-size:5rem}#container-page-create-listing .content-wrapper .text-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}#container-page-create-listing .content-wrapper .text-container>h1{font-size:1.75rem;line-height:2.25rem;font-weight:600}#container-page-create-listing .content-wrapper .text-container>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;max-width:28rem}#container-page-create-listing .content-wrapper .text-container>p>strong{color:var(--tg-theme-link-color);font-weight:600}#container-page-create-listing .content-wrapper .form-container{width:100%;display:flex;flex-direction:column;gap:1rem}#container-page-create-listing .content-wrapper .form-container .form-group{display:flex;flex-direction:column;gap:.5rem;width:100%}#container-page-create-listing .content-wrapper .form-container .form-group>label{font-size:.875rem;line-height:1.25rem;font-weight:500;opacity:.8;padding-left:.25rem}#container-page-create-listing .content-wrapper .form-container .form-group>label .required{color:var(--danger-color);margin-left:.25rem}#container-page-create-listing .content-wrapper .form-container .form-group input{width:100%;min-height:3rem;padding:.875rem 1rem;background:var(--secondary-color);border-radius:var(--border-radius);color:var(--text-color);font-size:1rem;line-height:1.5rem;transition:all .2s ease;color-scheme:dark;caret-color:var(--primary-color)}#container-page-create-listing .content-wrapper .form-container .form-group input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-create-listing .content-wrapper .form-container .form-group input::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-create-listing .content-wrapper .form-container .form-group input:focus{outline:none;background-color:rgba(var(--text-color-rgb),.12);border-color:var(--primary-color)}#container-page-create-listing .content-wrapper .form-container .form-group input.error{border-color:var(--danger-color)}#container-page-create-listing .content-wrapper .form-container .form-group input:disabled{opacity:.6;cursor:not-allowed}#container-page-create-listing .content-wrapper .form-container .form-group .error-message{font-size:.875rem;line-height:1.25rem;color:var(--danger-color);margin-top:-.25rem}#container-page-create-listing .content-wrapper .form-container .form-group .field-hint{font-size:.8125rem;line-height:1.25rem;opacity:.6;margin-top:-.25rem}#container-page-create-listing .content-wrapper .form-container .form-group .format-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;background-color:var(--secondary-color);border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option:hover:not(:disabled){background:var(--secondary-color)}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option.active{border-color:var(--tg-theme-button-color);background:rgba(var(--tg-theme-button-color-rgb),.1)}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option.disabled{opacity:.4;cursor:not-allowed}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option .format-icon{font-size:2rem;line-height:1}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option .format-name{font-size:.9375rem;line-height:1.5rem;font-weight:600;text-align:center}#container-page-create-listing .content-wrapper .form-container .form-group .format-options .format-option .coming-soon{position:absolute;top:.5rem;right:.5rem;padding:.25rem .5rem;background:rgba(var(--warning-color-rgb),.2);color:var(--warning-color);border-radius:var(--border-radius);font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}#container-page-create-listing .content-wrapper .btn-create{width:100%;min-height:3.5rem;border-radius:var(--border-radius);background-color:var(--primary-color);color:var(--white);font-size:1.125rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;margin-top:.5rem}#container-page-create-listing .content-wrapper .btn-create:active:not(.disabled){transform:scale(.98);opacity:.85}#container-page-create-listing .content-wrapper .btn-create.disabled{opacity:.7;cursor:not-allowed;pointer-events:none}#container-page-create-listing .content-wrapper .btn-create>span{font-size:1.125rem;line-height:1.5rem}#container-page-create-listing .animate__fadeIn{--animate-duration: .5s}#container-page-apply-campaign{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:1rem}#container-page-apply-campaign .content-wrapper{display:flex;flex-direction:column;flex-grow:1;gap:1.5rem;max-width:32rem;width:100%;margin:0 auto;padding:1.5rem 0;overflow-y:auto}#container-page-apply-campaign .content-wrapper .loading-state,#container-page-apply-campaign .content-wrapper .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:1rem;text-align:center;padding:2rem}#container-page-apply-campaign .content-wrapper .loading-state>h2,#container-page-apply-campaign .content-wrapper .empty-state>h2{font-size:1.25rem;line-height:1.75rem;font-weight:600;opacity:.9;margin:0}#container-page-apply-campaign .content-wrapper .loading-state>p,#container-page-apply-campaign .content-wrapper .empty-state>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0;max-width:24rem}#container-page-apply-campaign .content-wrapper .loading-state .btn-create-campaign,#container-page-apply-campaign .content-wrapper .empty-state .btn-create-campaign{margin-top:1rem;padding:.875rem 1.75rem;border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;background-color:var(--primary-color);color:var(--white);transition:all .2s ease}#container-page-apply-campaign .content-wrapper .loading-state .btn-create-campaign:active,#container-page-apply-campaign .content-wrapper .empty-state .btn-create-campaign:active{transform:scale(.98);opacity:.9}#container-page-apply-campaign .content-wrapper .text-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}#container-page-apply-campaign .content-wrapper .text-container>h1{font-size:1.875rem;line-height:2.25rem;font-weight:700;margin:0}#container-page-apply-campaign .content-wrapper .text-container>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0;max-width:28rem}#container-page-apply-campaign .content-wrapper .form-container{display:flex;flex-direction:column;gap:1.5rem;width:100%}#container-page-apply-campaign .content-wrapper .form-container .form-group{display:flex;flex-direction:column;gap:.75rem}#container-page-apply-campaign .content-wrapper .form-container .form-group>label{font-size:.9375rem;line-height:1.5rem;font-weight:600;opacity:.9}#container-page-apply-campaign .content-wrapper .form-container .form-group>label .required{color:var(--danger-color);margin-left:.25rem}#container-page-apply-campaign .content-wrapper .form-container .form-group .error-message{font-size:.875rem;line-height:1.25rem;color:var(--danger-color);font-weight:500;margin-top:-.25rem}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid{display:flex;flex-direction:column;gap:.75rem;max-height:18rem;overflow-y:auto;padding:.5rem;background:var(--secondary-color);border-radius:var(--border-radius)}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid::-webkit-scrollbar{width:.375rem}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid::-webkit-scrollbar-track{background-color:var(--secondary-color);border-radius:var(--border-radius)}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid::-webkit-scrollbar-thumb{background:rgba(var(--text-color-rgb),.2);border-radius:var(--border-radius)}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-color-rgb),.3)}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:var(--border-radius);cursor:pointer;transition:all .2s ease;position:relative}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card:active{transform:scale(.98)}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card.selected{background:var(--bg-color)}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card .campaign-avatar{width:3rem;height:3rem;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.125rem;font-weight:700;flex-shrink:0}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card .campaign-info{display:flex;flex-direction:column;gap:.25rem;flex-grow:1;min-width:0}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card .campaign-info .campaign-title{font-size:1rem;line-height:1.5rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card .campaign-info .campaign-budget{font-size:.875rem;line-height:1.25rem;opacity:.7;margin:0;font-weight:500}#container-page-apply-campaign .content-wrapper .form-container .form-group .campaigns-grid .campaign-card .selected-indicator{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;border-radius:50%;color:var(--info-color);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem 1rem;border-radius:var(--border-radius);background-color:var(--secondary-color);cursor:pointer;transition:all .2s ease;position:relative;min-height:7rem;justify-content:center}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card:hover{background:var(--secondary-color)}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card:active{transform:scale(.98)}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card.selected{background:var(--secondary-color)}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card .format-name{font-size:1rem;line-height:1.5rem;font-weight:600;text-align:center}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card .format-price{font-size:1.125rem;line-height:1.5rem;font-weight:700;color:var(--primary-color)}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card .format-duration{font-size:.875rem;line-height:1.25rem;opacity:.7;font-weight:500}#container-page-apply-campaign .content-wrapper .form-container .form-group .ad-formats-grid .format-card .selected-indicator{position:absolute;top:.5rem;right:.5rem;width:1.5rem;height:1.5rem;border-radius:50%;color:var(--info-color);display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number],#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local]{width:100%;padding:.875rem 1rem;border-radius:var(--border-radius);background-color:var(--secondary-color);font-size:1rem;line-height:1.5rem;font-weight:500;color:var(--text-color);transition:all .2s ease;color-scheme:dark}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number]::-moz-placeholder,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local]::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number]::placeholder,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local]::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number]:focus,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local]:focus{outline:none;border-color:var(--primary-color);background:var(--secondary-color)}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number]:disabled,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local]:disabled{opacity:.6;cursor:not-allowed}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number][type=number]::-webkit-outer-spin-button,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number][type=number]::-webkit-inner-spin-button,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local][type=number]::-webkit-outer-spin-button,#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local][type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=number][type=number],#container-page-apply-campaign .content-wrapper .form-container .form-group input[type=datetime-local][type=number]{-moz-appearance:textfield}#container-page-apply-campaign .content-wrapper .form-container .btn-submit{width:100%;min-height:3.5rem;border-radius:var(--border-radius);font-size:1.125rem;line-height:1.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:var(--white);margin-top:.5rem}#container-page-apply-campaign .content-wrapper .form-container .btn-submit:active:not(:disabled){transform:scale(.98);opacity:.9}#container-page-apply-campaign .content-wrapper .form-container .btn-submit:disabled,#container-page-apply-campaign .content-wrapper .form-container .btn-submit.disabled{opacity:.6;cursor:not-allowed}#container-page-apply-campaign .animate__fadeIn{--animate-duration: .5s}#container-page-requests{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem}#container-page-requests .content-wrapper{display:flex;flex-direction:column;flex-grow:1;gap:1rem;max-width:40rem;width:100%;margin:0 auto;padding:1.5rem 0;overflow-y:auto}#container-page-requests .content-wrapper .page-header{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.5rem}#container-page-requests .content-wrapper .page-header>h1{font-size:1.875rem;line-height:2.25rem;font-weight:700;margin:0}#container-page-requests .content-wrapper .page-header>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0}#container-page-requests .content-wrapper .search-container{display:flex;flex-direction:column;gap:.5rem;width:100%}#container-page-requests .content-wrapper .search-container .search-input-wrapper{position:relative;display:flex;align-items:center;width:100%}#container-page-requests .content-wrapper .search-container .search-input-wrapper .search-icon{position:absolute;left:1rem;width:1.25rem;height:1.25rem;opacity:.5;pointer-events:none;flex-shrink:0}#container-page-requests .content-wrapper .search-container .search-input-wrapper .search-input{width:100%;padding:.875rem 3rem;border-radius:var(--border-radius);background-color:var(--secondary-color);font-size:1rem;line-height:1.5rem;color:var(--text-color);transition:all .2s ease;font-weight:500}#container-page-requests .content-wrapper .search-container .search-input-wrapper .search-input::-moz-placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-requests .content-wrapper .search-container .search-input-wrapper .search-input::placeholder{color:rgba(var(--text-color-rgb),.5)}#container-page-requests .content-wrapper .search-container .search-input-wrapper .search-input:focus{outline:none;border-color:var(--primary-color);background:var(--secondary-color)}#container-page-requests .content-wrapper .search-container .search-input-wrapper .clear-search-button{position:absolute;right:.75rem;background:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;opacity:.5;transition:opacity .2s ease}#container-page-requests .content-wrapper .search-container .search-input-wrapper .clear-search-button:hover{opacity:.8}#container-page-requests .content-wrapper .search-container .search-input-wrapper .clear-search-button:active{opacity:1}#container-page-requests .content-wrapper .search-container .search-input-wrapper .clear-search-button>svg{width:1.25rem;height:1.25rem;color:var(--text-color)}#container-page-requests .content-wrapper .toggle-container{display:flex;gap:.5rem;padding:.25rem;background-color:var(--secondary-color);border-radius:1rem}#container-page-requests .content-wrapper .toggle-container.primary-toggle .toggle-button.active{background:var(--primary-color);color:var(--white)}#container-page-requests .content-wrapper .toggle-container .toggle-button{flex:1;padding:.75rem 1rem;border-radius:var(--border-radius);background:transparent;color:var(--text-color);font-size:.9375rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;opacity:.6}#container-page-requests .content-wrapper .toggle-container .toggle-button.active{opacity:1}#container-page-requests .content-wrapper .toggle-container .toggle-button:active{transform:scale(.98)}#container-page-requests .content-wrapper .section-title{display:flex;flex-direction:column;gap:.25rem;padding:.5rem 0;margin-top:.5rem}#container-page-requests .content-wrapper .section-title>h2{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin:0;opacity:.9}#container-page-requests .content-wrapper .section-title .section-description{font-size:.875rem;line-height:1.25rem;opacity:.6;margin:0;font-weight:500}#container-page-requests .content-wrapper .loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:1rem;padding:3rem 1rem}#container-page-requests .content-wrapper .loading-state .spinner{width:2.5rem;height:2.5rem;border-top-color:var(--primary-color);border-radius:50%;animation:spin .8s linear infinite}#container-page-requests .content-wrapper .loading-state>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0}#container-page-requests .content-wrapper .requests-loading-skeleton{display:flex;flex-direction:column;gap:1rem}#container-page-requests .content-wrapper .request-card-shimmer{border-radius:var(--border-radius);overflow:hidden;background-color:var(--secondary-color)}#container-page-requests .content-wrapper .request-card-shimmer div{height:180px}#container-page-requests .content-wrapper .request-card-shimmer .shimmer-thumbnail{height:200px}#container-page-requests .content-wrapper .requests-list{display:flex;flex-direction:column;gap:1rem;flex-grow:1;min-height:200px}#container-page-requests .content-wrapper .requests-list .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:1rem;padding:3rem 1rem;text-align:center}#container-page-requests .content-wrapper .requests-list .empty-state .empty-icon{font-size:4rem;opacity:.3}#container-page-requests .content-wrapper .requests-list .empty-state>h3{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin:0;opacity:.8}#container-page-requests .content-wrapper .requests-list .empty-state>p{font-size:.9375rem;line-height:1.5rem;opacity:.6;margin:0;max-width:28rem}#container-page-requests .content-wrapper .requests-list .request-card{display:grid;grid-template-columns:1fr auto 1fr;grid-template-rows:auto auto;gap:.75rem;padding:1rem;border-radius:var(--border-radius);background-color:var(--secondary-color);cursor:pointer;transition:all .2s ease;position:relative}#container-page-requests .content-wrapper .requests-list .request-card.is-accepted{opacity:.6}#container-page-requests .content-wrapper .requests-list .request-card.has-overlay{cursor:default;pointer-events:none;background-color:var(--secondary-color);opacity:.6}#container-page-requests .content-wrapper .requests-list .request-card.has-overlay:hover{border-color:var(--secondary-color);transform:none}#container-page-requests .content-wrapper .requests-list .request-card:hover{background:var(--secondary-color);border-color:rgba(var(--text-color-rgb),.15)}#container-page-requests .content-wrapper .requests-list .request-card:active{transform:scale(.99)}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--secondary-color);border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;z-index:10}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay .card-overlay-content{text-align:center;padding:1.5rem}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay .card-overlay-content .overlay-icon{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto .75rem}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay .card-overlay-content .overlay-icon.success{background:rgba(var(--success-color-rgb),.15);color:var(--success-color)}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay .card-overlay-content .overlay-icon.rejected{background:rgba(var(--danger-color-rgb),.15);color:var(--danger-color)}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay .card-overlay-content h4{font-size:1.125rem;line-height:1.75rem;font-weight:700;margin:0 0 .5rem;color:var(--text-color)}#container-page-requests .content-wrapper .requests-list .request-card .card-overlay .card-overlay-content p{font-size:.875rem;line-height:1.25rem;opacity:.7;margin:0;color:var(--text-color)}#container-page-requests .content-wrapper .requests-list .request-card .asset-container{display:flex;align-items:flex-start;gap:.625rem;min-width:0}#container-page-requests .content-wrapper .requests-list .request-card .asset-container.user-asset{grid-column:1;grid-row:1}#container-page-requests .content-wrapper .requests-list .request-card .asset-container.other-asset{grid-column:3;grid-row:1}#container-page-requests .content-wrapper .requests-list .request-card .asset-container .asset-badge{width:2.25rem;height:2.25rem;border-radius:var(--border-radius);background:rgba(var(--primary-color-rgb),.1);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}#container-page-requests .content-wrapper .requests-list .request-card .asset-container .asset-info{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}#container-page-requests .content-wrapper .requests-list .request-card .asset-container .asset-info .asset-label{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.025em;opacity:.5;font-weight:600}#container-page-requests .content-wrapper .requests-list .request-card .asset-container .asset-info .asset-title{font-size:.9375rem;line-height:1.25rem;font-weight:600;opacity:.9;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}#container-page-requests .content-wrapper .requests-list .request-card .asset-container .asset-info .asset-meta{font-size:.8125rem;line-height:1rem;opacity:.6;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-requests .content-wrapper .requests-list .request-card .request-center{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:0 .5rem;min-width:5rem}#container-page-requests .content-wrapper .requests-list .request-card .request-center .arrow-container{display:flex;align-items:center;justify-content:center}#container-page-requests .content-wrapper .requests-list .request-card .request-center .arrow-container .arrow-icon{width:1.75rem;height:1.75rem;opacity:.7}#container-page-requests .content-wrapper .requests-list .request-card .request-center .arrow-container .arrow-icon.sent,#container-page-requests .content-wrapper .requests-list .request-card .request-center .arrow-container .arrow-icon.received{color:var(--success-color)}#container-page-requests .content-wrapper .requests-list .request-card .request-center .status-badge{padding:.375rem .75rem;border-radius:var(--border-radius);font-size:.65rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;max-width:5.25rem;text-wrap:wrap;text-align:center;display:flex}#container-page-requests .content-wrapper .requests-list .request-card .request-center .status-badge.pending{background:rgba(var(--warning-color-rgb),.15);color:var(--warning-color)}#container-page-requests .content-wrapper .requests-list .request-card .request-center .status-badge.approved{background:rgba(var(--success-color-rgb),.15);color:var(--success-color)}#container-page-requests .content-wrapper .requests-list .request-card .request-center .status-badge.rejected{background:rgba(var(--danger-color-rgb),.15);color:var(--danger-color)}#container-page-requests .content-wrapper .requests-list .request-card .request-center .price-info{font-size:.875rem;line-height:1.25rem;font-weight:700;color:var(--text-color);opacity:.9}#container-page-requests .content-wrapper .requests-list .request-card .request-footer{grid-column:1/-1;grid-row:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.5rem;border-top:1px solid rgba(var(--text-color-rgb),.08);margin-top:.125rem}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .footer-left{display:flex;align-items:center;gap:.75rem;flex:1}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .footer-right{display:flex;align-items:center;justify-content:flex-end}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .continue-deal-hint{font-size:.75rem;line-height:1rem;opacity:.7;font-weight:600;color:var(--primary-color);font-style:italic}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .footer-date{font-size:.8125rem;line-height:1.125rem;opacity:.5;font-weight:500}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .footer-scheduled{font-size:.8125rem;line-height:1.125rem;opacity:.6;font-weight:600;color:var(--primary-color)}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .action-buttons{display:flex;gap:.5rem;align-items:center}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .accept-button,#container-page-requests .content-wrapper .requests-list .request-card .request-footer .reject-button{padding:.625rem 1.25rem;border-radius:var(--border-radius);font-size:.875rem;line-height:1.25rem;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .accept-button:hover,#container-page-requests .content-wrapper .requests-list .request-card .request-footer .reject-button:hover{opacity:.9;transform:translateY(-1px)}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .accept-button:active,#container-page-requests .content-wrapper .requests-list .request-card .request-footer .reject-button:active{transform:translateY(0) scale(.98)}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .accept-button:disabled,#container-page-requests .content-wrapper .requests-list .request-card .request-footer .reject-button:disabled{opacity:.5;cursor:not-allowed;transform:none}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .accept-button{background:var(--primary-color);color:var(--white)}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .reject-button{background:rgba(var(--danger-color-rgb),.1);color:var(--danger-color)}#container-page-requests .content-wrapper .requests-list .request-card .request-footer .reject-button:hover{background:rgba(var(--danger-color-rgb),.15)}#container-page-requests .animate__fadeIn{--animate-duration: .5s}.confirmation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease}.confirmation-dialog{background:var(--bg-color);border-radius:var(--border-radius);padding:1.5rem;max-width:28rem;width:100%;animation:slideUp .3s ease}.confirmation-dialog h3{font-size:1.25rem;line-height:1.75rem;font-weight:700;margin:0 0 .75rem;color:var(--text-color)}.confirmation-dialog p{font-size:.9375rem;line-height:1.5rem;opacity:.8;margin:0 0 1.5rem;color:var(--text-color)}.confirmation-buttons{display:flex;gap:.75rem;justify-content:flex-end}.confirmation-buttons button{padding:.75rem 1.5rem;border-radius:var(--border-radius);font-size:.9375rem;line-height:1.5rem;font-weight:600;cursor:pointer;transition:all .2s ease}.confirmation-buttons button:active{transform:scale(.98)}.confirmation-buttons .cancel-button{background:var(--secondary-color);color:var(--text-color)}.confirmation-buttons .cancel-button:hover{background:rgba(var(--text-color-rgb),.15)}.confirmation-buttons .confirm-button{background:var(--danger-color);color:var(--white)}.confirmation-buttons .confirm-button:hover{background:var(--danger-color);opacity:.9}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}#container-page-requests.deals-page .request-card.read-only{cursor:pointer}#container-page-requests.deals-page .request-card.read-only:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}#container-page-requests.deals-page .request-card.read-only:active{transform:scale(.99)}#container-page-requests.deals-page .deal-emoji-container{display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1}#container-page-requests.deals-page .role-badge{padding:.3125rem .625rem;border-radius:var(--border-radius);background:var(--secondary-color);font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;opacity:.7}#container-page-deal-detail{display:flex;flex-direction:column;flex-grow:1;width:100%;max-height:100%;overflow:hidden;position:relative;padding-top:calc(var(--tg-viewport-safe-area-inset-top) + var(--tg-viewport-content-safe-area-inset-top));padding-inline:1rem;padding-bottom:1rem}#container-page-deal-detail .content-wrapper{display:flex;flex-direction:column;flex-grow:1;gap:1rem;max-width:42rem;width:100%;margin:0 auto;padding:1.5rem 0;overflow-y:auto}#container-page-deal-detail .content-wrapper .request-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:auto;gap:.75rem;padding:1rem;border-radius:var(--border-radius);background-color:var(--secondary-color);position:relative}#container-page-deal-detail .content-wrapper .request-card .asset-container{display:flex;flex-direction:column;align-items:center;gap:.55rem;min-width:0;width:100%;text-align:center}#container-page-deal-detail .content-wrapper .request-card .asset-container.user-asset{grid-column:1;grid-row:1}#container-page-deal-detail .content-wrapper .request-card .asset-container.other-asset{grid-column:2;grid-row:1}#container-page-deal-detail .content-wrapper .request-card .asset-container.asset-link{border:1px solid rgba(var(--text-color-rgb),.1);border-radius:var(--border-radius);padding:.72rem;background:rgba(var(--text-color-rgb),.02);color:inherit;cursor:pointer;transition:transform .16s ease,opacity .16s ease}#container-page-deal-detail .content-wrapper .request-card .asset-container.asset-link:active:not(:disabled){transform:scale(.99);opacity:.9}#container-page-deal-detail .content-wrapper .request-card .asset-container.asset-link:disabled{cursor:default}#container-page-deal-detail .content-wrapper .request-card .asset-container .asset-badge{width:2.7rem;height:2.7rem;border-radius:var(--border-radius);background:rgba(var(--primary-color-rgb),.08);display:flex;align-items:center;justify-content:center;font-size:1.35rem;flex-shrink:0}#container-page-deal-detail .content-wrapper .request-card .asset-container .asset-info{display:flex;flex-direction:column;align-items:center;gap:.125rem;min-width:0;width:100%}#container-page-deal-detail .content-wrapper .request-card .asset-container .asset-info .asset-label{font-size:.75rem;line-height:1rem;text-transform:uppercase;letter-spacing:.025em;opacity:.5;font-weight:600}#container-page-deal-detail .content-wrapper .request-card .asset-container .asset-info .asset-title{font-size:.9375rem;line-height:1.25rem;font-weight:600;opacity:.9;width:100%;max-width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;word-wrap:break-word}#container-page-deal-detail .content-wrapper .request-card .asset-container .asset-info .asset-meta{font-size:.8125rem;line-height:1rem;opacity:.6;font-weight:500;width:100%;max-width:100%;min-width:0;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#container-page-deal-detail .content-wrapper .request-card .request-center{grid-column:2;grid-row:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:0 .5rem;min-width:5rem}#container-page-deal-detail .content-wrapper .request-card .request-center .arrow-container{display:flex;align-items:center;justify-content:center}#container-page-deal-detail .content-wrapper .request-card .request-center .arrow-container .arrow-icon{width:1.75rem;height:1.75rem;opacity:.7}#container-page-deal-detail .content-wrapper .request-card .request-center .arrow-container .arrow-icon.sent,#container-page-deal-detail .content-wrapper .request-card .request-center .arrow-container .arrow-icon.received{color:var(--success-color)}#container-page-deal-detail .content-wrapper .request-card .request-center .deal-emoji-container{display:flex;align-items:center;justify-content:center;font-size:1.5rem;line-height:1}#container-page-deal-detail .content-wrapper .request-card .request-center .status-badge{padding:.375rem .75rem;border-radius:var(--border-radius);font-size:.65rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;max-width:5.25rem;text-wrap:wrap;text-align:center;display:flex}#container-page-deal-detail .content-wrapper .request-card .request-center .status-badge.pending{background:rgba(var(--warning-color-rgb),.15);color:var(--warning-color)}#container-page-deal-detail .content-wrapper .request-card .request-center .status-badge.approved{background:rgba(var(--success-color-rgb),.15);color:var(--success-color)}#container-page-deal-detail .content-wrapper .request-card .request-center .status-badge.rejected{background:rgba(var(--danger-color-rgb),.15);color:var(--danger-color)}#container-page-deal-detail .content-wrapper .request-card .request-center .price-info{font-size:.875rem;line-height:1.25rem;font-weight:700;color:var(--text-color);opacity:.9}#container-page-deal-detail .content-wrapper .request-card .request-footer{grid-column:1/-1;grid-row:2;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-top:.5rem;border-top:1px solid rgba(var(--text-color-rgb),.08);margin-top:.125rem}#container-page-deal-detail .content-wrapper .request-card .request-footer .footer-left{display:flex;align-items:center;gap:.75rem;flex:1}#container-page-deal-detail .content-wrapper .request-card .request-footer .footer-date{font-size:.8125rem;line-height:1.125rem;opacity:.5;font-weight:500}#container-page-deal-detail .content-wrapper .request-card .request-footer .footer-scheduled{font-size:.8125rem;line-height:1.125rem;opacity:.6;font-weight:600;color:var(--primary-color)}#container-page-deal-detail .content-wrapper .request-card.static-card{cursor:default}#container-page-deal-detail .content-wrapper .request-card.static-card:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}#container-page-deal-detail .content-wrapper .request-card.static-card:active{transform:none}#container-page-deal-detail .content-wrapper .page-header{display:flex;flex-direction:column;gap:.375rem}#container-page-deal-detail .content-wrapper .page-header>h1{font-size:1.75rem;line-height:2.25rem;font-weight:700;margin:0}#container-page-deal-detail .content-wrapper .page-header>p{font-size:.875rem;line-height:1.25rem;opacity:.65;margin:0}#container-page-deal-detail .content-wrapper .loading-state,#container-page-deal-detail .content-wrapper .error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;flex-grow:1;text-align:center;padding:2rem 1rem}#container-page-deal-detail .content-wrapper .loading-state>svg,#container-page-deal-detail .content-wrapper .error-state>svg{width:2.5rem;height:2.5rem;opacity:.7}#container-page-deal-detail .content-wrapper .loading-state>h2,#container-page-deal-detail .content-wrapper .error-state>h2{font-size:1.25rem;line-height:1.75rem;margin:0}#container-page-deal-detail .content-wrapper .loading-state>p,#container-page-deal-detail .content-wrapper .error-state>p{font-size:.9375rem;line-height:1.5rem;opacity:.7;margin:0;max-width:24rem}#container-page-deal-detail .content-wrapper .status-lifecycle,#container-page-deal-detail .content-wrapper .action-center,#container-page-deal-detail .content-wrapper .detail-card,#container-page-deal-detail .content-wrapper .history-card{border-radius:var(--border-radius);background-color:var(--secondary-color)}#container-page-deal-detail .content-wrapper .status-lifecycle,#container-page-deal-detail .content-wrapper .action-center{padding:1rem}#container-page-deal-detail .content-wrapper .status-lifecycle{display:flex;flex-direction:column;gap:.75rem;box-shadow:0 .375rem 1rem rgba(var(--black-rgb),.06)}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-header>h2{margin:0;font-size:1rem;line-height:1.5rem;font-weight:700}#container-page-deal-detail .content-wrapper .status-lifecycle .status-pill{padding:.375rem .75rem;border-radius:var(--border-radius);font-size:.75rem;line-height:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em}#container-page-deal-detail .content-wrapper .status-lifecycle .status-pill.pending{background:rgba(var(--warning-color-rgb),.15);color:var(--warning-color)}#container-page-deal-detail .content-wrapper .status-lifecycle .status-pill.approved{background:rgba(var(--success-color-rgb),.15);color:var(--success-color)}#container-page-deal-detail .content-wrapper .status-lifecycle .status-pill.rejected{background:rgba(var(--danger-color-rgb),.15);color:var(--danger-color)}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-scroll-shell{position:relative;margin-inline:-.25rem}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-scroll-shell:before,#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-scroll-shell:after{content:"";position:absolute;top:0;bottom:0;width:1rem;pointer-events:none;z-index:2;opacity:.8}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-scroll-shell:before{inset-inline-start:0;background:linear-gradient(to right,var(--secondary-color),transparent)}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-scroll-shell:after{inset-inline-end:0;background:linear-gradient(to left,var(--secondary-color),transparent)}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-scroll{overflow-x:hidden;overflow-y:hidden}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-timeline{position:relative;display:flex;align-items:flex-start;gap:1rem;min-width:-moz-max-content;min-width:max-content;padding-block:.5rem .25rem;padding-inline:calc(50% - 2.875rem)}#container-page-deal-detail .content-wrapper .status-lifecycle .lifecycle-timeline:before{content:"";position:absolute;inset-inline:0;top:.9rem;height:.125rem;background:rgba(var(--text-color-rgb),.16);z-index:0}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node{border:none;background:transparent;width:5.75rem;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:.45rem;text-align:center;position:relative;z-index:1;cursor:pointer;transition:opacity .2s ease,transform .2s ease}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node .node-circle{width:1rem;height:1rem;border-radius:50%;border:.125rem solid rgba(var(--text-color-rgb),.24);background:var(--secondary-color)}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node .node-label{font-size:.75rem;line-height:1rem;font-weight:600;color:var(--muted-color);opacity:.85;text-wrap:balance}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node.current .node-circle{border-color:var(--primary-color);background:var(--primary-color);box-shadow:0 0 0 .2rem rgba(var(--primary-color-rgb),.18)}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node.current .node-label{color:var(--text-color);opacity:1}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node.done .node-circle{border:.125rem solid rgba(var(--text-color-rgb),.24);background:var(--primary-color);color:var(--muted-color);opacity:.5}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node.done .node-label{color:var(--text-color);opacity:.5}#container-page-deal-detail .content-wrapper .status-lifecycle .timeline-node.inactive .node-circle{border-color:rgba(var(--text-color-rgb),.2);background:rgba(var(--text-color-rgb),.08)}#container-page-deal-detail .content-wrapper .status-lifecycle .terminal-banner{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-radius:var(--border-radius);background:rgba(var(--danger-color-rgb),.12);color:var(--danger-color);font-size:.8125rem;line-height:1.125rem;font-weight:700}#container-page-deal-detail .content-wrapper .status-lifecycle .terminal-banner>svg{width:1rem;height:1rem;flex-shrink:0}#container-page-deal-detail .content-wrapper .action-center{display:flex;flex-direction:column;gap:.75rem}#container-page-deal-detail .content-wrapper .action-center>h2{margin:0;font-size:1rem;line-height:1.5rem;font-weight:700}#container-page-deal-detail .content-wrapper .action-center>p{margin:0;font-size:.875rem;line-height:1.25rem;opacity:.75}#container-page-deal-detail .content-wrapper .action-center .action-feedback{display:flex;align-items:center;gap:.5rem;border-radius:var(--border-radius);padding:.625rem .75rem;font-size:.8125rem;line-height:1.125rem;font-weight:600}#container-page-deal-detail .content-wrapper .action-center .action-feedback>svg{width:1rem;height:1rem;flex-shrink:0}#container-page-deal-detail .content-wrapper .action-center .action-feedback.success{background:rgba(var(--success-color-rgb),.12);color:var(--success-color)}#container-page-deal-detail .content-wrapper .action-center .action-feedback.error{background:rgba(var(--danger-color-rgb),.12);color:var(--danger-color)}#container-page-deal-detail .content-wrapper .action-center .action-form,#container-page-deal-detail .content-wrapper .action-center .cancel-block{display:flex;flex-direction:column;gap:.5rem}#container-page-deal-detail .content-wrapper .action-center label{font-size:.8125rem;line-height:1.125rem;font-weight:600;opacity:.75}#container-page-deal-detail .content-wrapper .action-center input,#container-page-deal-detail .content-wrapper .action-center textarea{width:100%;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.04);color:var(--text-color);font-size:.875rem;line-height:1.25rem;padding:.625rem .75rem;transition:border-color .2s ease}#container-page-deal-detail .content-wrapper .action-center input:focus,#container-page-deal-detail .content-wrapper .action-center textarea:focus{outline:none;border-color:rgba(var(--primary-color-rgb),.7)}#container-page-deal-detail .content-wrapper .action-center textarea{min-height:5.5rem;resize:vertical}#container-page-deal-detail .content-wrapper .action-center .creative-preview{display:flex;flex-direction:column;gap:.375rem;padding:.75rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.03)}#container-page-deal-detail .content-wrapper .action-center .creative-preview>span{font-size:.75rem;line-height:1rem;opacity:.65}#container-page-deal-detail .content-wrapper .action-center .creative-preview>strong{font-size:.9375rem;line-height:1.25rem}#container-page-deal-detail .content-wrapper .action-center .creative-preview>p{margin:0;font-size:.8125rem;line-height:1.25rem;opacity:.75}#container-page-deal-detail .content-wrapper .action-center .creative-preview .creative-text-content{white-space:pre-wrap;word-break:break-word}#container-page-deal-detail .content-wrapper .action-center .creative-review-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}#container-page-deal-detail .content-wrapper .action-center .no-action-state{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-radius:var(--border-radius);background:var(--secondary-color);font-size:.8125rem;line-height:1.125rem;opacity:.75}#container-page-deal-detail .content-wrapper .action-center .no-action-state>svg{width:1rem;height:1rem;flex-shrink:0}#container-page-deal-detail .content-wrapper .action-center .creative-handoff-note{padding:.75rem;border-radius:var(--border-radius);background:rgba(var(--primary-color-rgb),.1);color:rgba(var(--text-color-rgb),.86);font-size:.875rem;line-height:1.35rem;font-weight:600}#container-page-deal-detail .content-wrapper .action-center .creative-handoff-note-muted{font-size:.8125rem;line-height:1.125rem;opacity:.82}#container-page-deal-detail .content-wrapper .action-center .primary-action,#container-page-deal-detail .content-wrapper .action-center .danger-action{height:2.875rem;border-radius:var(--border-radius);font-size:.9375rem;line-height:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;transition:opacity .2s ease}#container-page-deal-detail .content-wrapper .action-center .primary-action:disabled,#container-page-deal-detail .content-wrapper .action-center .danger-action:disabled{opacity:.55;cursor:not-allowed}#container-page-deal-detail .content-wrapper .action-center .primary-action{background:var(--primary-color);color:var(--white)}#container-page-deal-detail .content-wrapper .action-center .danger-action{background:rgba(var(--danger-color-rgb),.12);color:var(--danger-color)}#container-page-deal-detail .content-wrapper .detail-grid{display:grid;grid-template-columns:1fr;gap:.75rem}#container-page-deal-detail .content-wrapper .detail-grid .detail-card{padding:1rem;display:flex;flex-direction:column;gap:.625rem}#container-page-deal-detail .content-wrapper .detail-grid .detail-card>h3{margin:0;font-size:1rem;line-height:1.5rem;font-weight:700}#container-page-deal-detail .content-wrapper .detail-grid .detail-card .detail-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}#container-page-deal-detail .content-wrapper .detail-grid .detail-card .detail-row>span{font-size:.8125rem;line-height:1.125rem;opacity:.7}#container-page-deal-detail .content-wrapper .detail-grid .detail-card .detail-row>strong{font-size:.875rem;line-height:1.25rem;text-align:right;font-weight:600;max-width:70%;word-break:break-word}#container-page-deal-detail .content-wrapper .action-center .events-payment-block,#container-page-deal-detail .content-wrapper .history-card .events-payment-block{display:flex;flex-direction:column;gap:.625rem;padding:.875rem;border-radius:var(--border-radius);background:rgba(var(--primary-color-rgb),.1)}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-text,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-text{display:flex;flex-direction:column;gap:.25rem}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-text>strong,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-text>strong{font-size:.9375rem;line-height:1.25rem;font-weight:700}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-text>span,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-text>span{font-size:.8125rem;line-height:1.125rem;opacity:.82}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .pay-now-action,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .pay-now-action{height:2.75rem;border-radius:var(--border-radius);font-size:.95rem;line-height:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:var(--primary-color);color:var(--white);text-decoration:none;transition:opacity .2s ease}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .pay-now-action:disabled,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .pay-now-action:disabled{opacity:.55;cursor:not-allowed}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .pay-now-action.pay-link-action.disabled,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .pay-now-action.pay-link-action.disabled{opacity:.55;cursor:not-allowed;pointer-events:none}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .go-profile-action,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .go-profile-action{height:2.5rem;border-radius:var(--border-radius);font-size:.875rem;line-height:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:rgba(var(--warning-color-rgb),.12);color:var(--warning-color);transition:opacity .2s ease}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .go-profile-action:disabled,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .go-profile-action:disabled{opacity:.55;cursor:not-allowed}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .check-payment-action,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .check-payment-action{height:2.5rem;border-radius:var(--border-radius);font-size:.875rem;line-height:1.125rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;cursor:pointer;background:var(--secondary-color);color:var(--text-color);transition:opacity .2s ease}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .check-payment-action:disabled,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .check-payment-action:disabled{opacity:.55;cursor:not-allowed}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-status,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-status{display:flex;flex-direction:column;gap:.25rem;padding:.625rem .75rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.04)}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-status>span,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-status>span{font-size:.75rem;line-height:1rem;font-weight:600;opacity:.8}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-feedback,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-feedback{display:flex;align-items:center;gap:.5rem;border-radius:var(--border-radius);padding:.625rem .75rem;font-size:.8125rem;line-height:1.125rem;font-weight:600}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-feedback>svg,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-feedback>svg{width:1rem;height:1rem;flex-shrink:0}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-feedback.success,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-feedback.success{background:rgba(var(--success-color-rgb),.12);color:var(--success-color)}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-feedback.error,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-feedback.error{background:rgba(var(--danger-color-rgb),.12);color:var(--danger-color)}#container-page-deal-detail .content-wrapper .action-center .events-payment-block .events-payment-feedback.info,#container-page-deal-detail .content-wrapper .history-card .events-payment-block .events-payment-feedback.info{background:rgba(var(--primary-color-rgb),.12);color:var(--primary-color)}#container-page-deal-detail .content-wrapper .history-sections{display:grid;grid-template-columns:1fr;gap:.75rem}#container-page-deal-detail .content-wrapper .history-sections .history-card{padding:1rem;display:flex;flex-direction:column;gap:.75rem}#container-page-deal-detail .content-wrapper .history-sections .history-card>h3{margin:0;font-size:1rem;line-height:1.5rem;font-weight:700}#container-page-deal-detail .content-wrapper .history-sections .history-card .history-load-action{align-self:flex-start;border-radius:var(--border-radius);padding:.48rem .8rem;font-size:.75rem;line-height:1rem;font-weight:650;background:rgba(var(--primary-color-rgb),.12);color:var(--primary-color);cursor:pointer;transition:opacity .16s ease}#container-page-deal-detail .content-wrapper .history-sections .history-card .history-load-action:active{opacity:.8}#container-page-deal-detail .content-wrapper .history-sections .history-item{display:flex;flex-direction:column;gap:.375rem;padding:.625rem .75rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.04)}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-head>span{font-size:.75rem;line-height:1rem;opacity:.65}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-head .status{opacity:.8;font-weight:700}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-body{display:flex;flex-direction:column;gap:.25rem}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-body>strong{font-size:.875rem;line-height:1.25rem;font-weight:700}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-body>span{font-size:.8125rem;line-height:1.125rem;opacity:.75}#container-page-deal-detail .content-wrapper .history-sections .history-item .history-body>p{margin:0;font-size:.8125rem;line-height:1.25rem;opacity:.75;word-break:break-word}#container-page-deal-detail .content-wrapper .history-sections .empty-history{padding:.75rem;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.03);font-size:.8125rem;line-height:1.125rem;opacity:.65;text-align:center}#container-page-deal-detail .spin{animation:deal-action-spin .85s linear infinite}.confirmation-dialog .confirmation-field{display:flex;flex-direction:column;gap:.5rem;margin:0 0 1rem}.confirmation-dialog .confirmation-label{font-size:.8125rem;line-height:1.125rem;font-weight:600;opacity:.8}.confirmation-dialog .confirmation-input{width:100%;border-radius:var(--border-radius);background:rgba(var(--text-color-rgb),.04);color:var(--text-color);font-size:.875rem;line-height:1.25rem;padding:.625rem .75rem;transition:border-color .2s ease}.confirmation-dialog .confirmation-input:focus{outline:none;border-color:rgba(var(--primary-color-rgb),.7)}.confirmation-dialog .confirmation-input.error{border-color:#ef4444a6}.confirmation-dialog .confirmation-error{font-size:.8125rem;line-height:1.125rem;color:var(--danger-color);font-weight:600}@keyframes deal-action-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
