.custom-checkbox{display:inline-flex;align-items:center;gap:12px;cursor:pointer;width:-moz-fit-content;width:fit-content}.brand-creators-pool-card__body,.custom-checkbox{position:relative}.select-all-creators{display:flex;align-items:center;justify-content:space-between;width:100%}.select-all-creators__checkbox-content{display:flex;align-items:center;gap:12px}.select-all .custom-checkbox--disabled{cursor:not-allowed}.custom-checkbox--disabled~.custom-checkbox__control,.custom-checkbox--disabled~.custom-checkbox__control .custom-checkbox__svg-checkmark{opacity:.5}.custom-checkbox__input{position:absolute;opacity:0;pointer-events:none}.custom-checkbox__control{position:relative;width:16px;height:16px;border-radius:var(--radius-base);border:1px solid var(--border-default,#d4d4d8);background:var(--surface-main,#fff);flex-shrink:0;transition:background-color .15s ease-in-out,border-color .15s ease-in-out}.custom-checkbox__input:checked+.custom-checkbox__control{border:none}.custom-checkbox__input:focus-visible+.custom-checkbox__control{outline:2px solid var(--focus-ring,#94a3b8);outline-offset:4px}.custom-checkbox__text{display:flex;flex-direction:column;gap:2px}.custom-checkbox__label{font-weight:500;color:var(--text-default,#18181b)}.custom-checkbox__description{font-size:13px;color:var(--text-subtle,#71717a)}.custom-checkbox__svg-checkmark{position:absolute;left:0;top:0;width:16px;height:16px;display:none}.custom-checkbox__input:checked~.custom-checkbox__control .custom-checkbox__svg-checkmark{display:block}.cursor-svg-container{position:absolute;top:45%;left:24px;z-index:1}.cursor-svg{position:absolute;top:0;left:0;width:24px;height:31px}.input__field{display:flex;flex-direction:column}.input{padding:14px 16px;border:1px solid #e1e1e3;border-radius:8px;font-size:15px;transition:all .3s ease;background:#fafafa;font-family:inherit}.input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.input:disabled{cursor:not-allowed;opacity:.6}.input--search{padding-left:40px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px;background-size:16px}.input--small{padding:10px 12px;font-size:14px}.input--large{padding:18px 20px;font-size:16px}.input--auth.input--code{text-align:center;font-size:16px;font-weight:600;letter-spacing:1.5px;font-family:monospace}@media (max-width:640px){.input{font-size:1rem;padding:.875rem 1rem}.input--small{padding:.75rem .875rem}.input--large{padding:1rem 1.25rem}}.progress-bar-container{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%}.progress-bar{flex:1 1;background-color:#f0f0f0;box-shadow:inset 0 1px 3px rgba(0,0,0,.1)}.progress-bar,.progress-bar__fill{border-radius:9999px;overflow:hidden;position:relative}.progress-bar__fill{height:100%;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);transition:width .4s cubic-bezier(.4,0,.2,1)}.progress-bar__fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.progress-bar__percentage{font-size:var(--font-size-sm);font-weight:600;color:var(--text-secondary);min-width:3rem;text-align:right}.progress-bar--success .progress-bar__fill{background-color:#10b981}.progress-bar--warning .progress-bar__fill{background-color:#f59e0b}.progress-bar--small{height:.5rem}.progress-bar--medium{height:.625rem}.progress-bar--large{height:.875rem}.main-graphic{width:100%;height:100%;max-width:100%;max-height:100%;position:relative;pointer-events:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:pan-y;-webkit-touch-callout:none;transform:translateZ(0)}.main-graphic *{-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}.main-graphic canvas{outline:none;display:block;position:absolute;inset:0;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;z-index:1;pointer-events:none;touch-action:pan-y}.main-graphic__html-portal{position:absolute;inset:0;pointer-events:none;overflow:visible;z-index:2}.main-graphic__html-portal,.mg-central-label{-moz-user-select:none;user-select:none;-webkit-user-select:none}.mg-central-label{width:380px;height:380px;display:flex;align-items:center;justify-content:center}.mg-central-label__text{font-family:var(--font-family-primary);font-size:45px;font-weight:700;color:#ffffff;text-align:center;line-height:1.1;transform:rotate(-45deg);white-space:pre-line;-moz-user-select:none;user-select:none;-webkit-user-select:none;position:relative;z-index:1000;text-shadow:0 2px 8px rgba(0,0,0,.5);transition:color .3s ease,text-shadow .3s ease}.mg-central-label__text--glowing{animation:mg-gold-pulse .8s ease-out forwards}@keyframes mg-gold-pulse{0%{color:#ffffff;text-shadow:0 2px 8px rgba(0,0,0,.5)}50%{color:#ffed4e;text-shadow:0 0 25px rgba(255,215,0,1),0 0 40px rgba(255,215,0,.7),0 2px 8px rgba(0,0,0,.5)}to{color:#ffffff;text-shadow:0 2px 8px rgba(0,0,0,.5)}}.mg-toggle-label{border:3px solid #ff6b35;padding:12px 30px;border-radius:12px;color:#ff6b35;font-weight:700;font-size:24px;background:white;white-space:nowrap;box-shadow:0 6px 16px rgba(0,0,0,.12);display:flex;flex-direction:column;align-items:center;gap:8px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.mg-toggle-label__progress{width:180px;height:8px;background:#ffe9e0;border-radius:4px;overflow:hidden}.mg-toggle-label__progress-bar{height:100%;background:#ff6b35;border-radius:4px;width:50%;animation:mg-progress 3s ease-in-out infinite paused}.main-graphic[data-animating=true] .mg-toggle-label__progress-bar{animation-play-state:running;width:auto}@keyframes mg-progress{0%{width:0}50%,to{width:100%}}.mg-heart-counter{font-family:var(--font-family-primary);font-size:42px;font-weight:1000;color:#1a1a1a;-webkit-text-stroke:.5px #1a1a1a;text-align:center;line-height:1;white-space:nowrap}.mg-card,.mg-heart-counter{-moz-user-select:none;user-select:none;-webkit-user-select:none}.mg-card{background:white;border-radius:12px;padding:12px;width:160px;box-shadow:0 4px 16px rgba(0,0,0,.08);border:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:8px}.mg-card-header{font-family:var(--font-family-primary);font-size:12px;font-weight:600;color:#333;-moz-user-select:none;user-select:none;-webkit-user-select:none}.mg-card-content{display:flex;flex-direction:column;gap:6px}.mg-skeleton-line{height:6px;background:#f0f0f0;border-radius:3px}.mg-skeleton-line.short{width:60%}.mg-card-image-placeholder{height:80px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center}.mg-card-icon-placeholder{width:32px;height:32px;background:#e0e0e0;border-radius:50%}.main-graphic-placeholder{width:100%;height:100%;position:relative;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:radial-gradient(ellipse 60% 60% at 50% 50%,rgba(234,234,234,.35) 0,transparent 70%);animation:mg-placeholder-pulse 2s ease-in-out infinite}@keyframes mg-placeholder-pulse{0%,to{opacity:.4}50%{opacity:.7}}@media (prefers-reduced-motion:reduce){.mg-toggle-label__progress-bar{animation:none;width:100%}.main-graphic-placeholder{animation:none;opacity:.5}}.user-type-tabs{width:100%}.user-type-tabs__header{display:flex;border-bottom:1px solid var(--color-border-light);background:var(--color-background);border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.user-type-tabs__tab{flex:1 1;padding:var(--space-4) var(--space-6);background:var(--color-background-secondary);border:none;border-right:1px solid var(--color-border-light);color:var(--color-text-secondary);font-size:var(--text-base);font-weight:var(--font-weight-medium);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);position:relative}.user-type-tabs__tab:last-child{border-right:none}.user-type-tabs__tab:hover:not(:disabled){background:var(--color-background);color:var(--color-text-primary)}.user-type-tabs__tab:focus{outline:2px solid var(--color-brand-primary);outline-offset:-2px;z-index:1}.user-type-tabs__tab--active{background:var(--color-background);color:var(--color-brand-primary);font-weight:var(--font-weight-semibold)}.user-type-tabs__tab--active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-brand-primary)}.user-type-tabs__tab:disabled{opacity:.5;cursor:not-allowed}.user-type-tabs__content{padding:var(--space-6);background:var(--color-background);border-radius:0 0 var(--radius-lg) var(--radius-lg);border:1px solid var(--color-border-light);border-top:none;min-height:200px}@media (max-width:768px){.user-type-tabs__tab{padding:var(--space-3) var(--space-4);font-size:var(--text-sm)}.user-type-tabs__content{padding:var(--space-4)}}.user-type-tabs__content{animation:fadeIn var(--duration-normal) var(--ease-out)}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.list-tab{width:100%;height:100%}.list-tab__container{display:grid;grid-template-columns:380px 1fr;grid-gap:var(--space-6);gap:var(--space-6);min-height:600px}.list-tab__list{background:var(--surface-primary);border-radius:var(--border-radius-lg);border:1px solid #d1d5db;box-shadow:var(--shadow-md);overflow:hidden;display:flex;flex-direction:column;max-height:800px}.list-tab__items{overflow-y:auto;flex:1 1;padding:0}.list-tab__item{padding:var(--space-4);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);background:transparent;margin-bottom:0;border-radius:0;box-shadow:none;border:none;border-bottom:1px solid #e5e7eb;border-left:3px solid transparent}.list-tab__item:last-child{margin-bottom:0;border-bottom:none}.list-tab__item:hover:not(.list-tab__item--selected){background:#F8F9FA;border-left-color:#E5E7EB}.list-tab__item--selected{background:#F1F5F9;border-left:3px solid var(--brand-primary);padding-left:var(--space-4);box-shadow:none}.list-tab__item--selected:hover{background:#E2E8F0}.list-tab__detail{background:var(--surface-primary);border-radius:var(--border-radius-lg);border:1px solid #d1d5db;box-shadow:var(--shadow-md);overflow-y:auto;overflow-x:hidden;padding:var(--space-6);max-height:800px}.list-tab__empty-detail,.list-tab__empty-list{display:flex;align-items:center;justify-content:center;padding:var(--space-8);height:100%;min-height:300px}.list-tab__empty-content{text-align:center;max-width:400px}.list-tab__empty-icon{width:80px;height:80px;color:var(--text-tertiary);margin:0 auto var(--space-4)}.list-tab__empty-text{font-size:var(--text-base);color:var(--text-secondary);margin:0;line-height:var(--leading-relaxed)}@media (max-width:1024px){.list-tab__container{grid-template-columns:320px 1fr;gap:var(--space-4)}}@media (max-width:768px){.list-tab__container{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:var(--space-4);min-height:auto}.list-tab__list{max-height:400px}.list-tab__detail{min-height:400px}.list-tab__item--selected{background:#F1F5F9;border-left:none;border-top:3px solid var(--brand-primary);padding-left:var(--space-4);padding-top:var(--space-4)}.list-tab__item:hover:not(.list-tab__item--selected){background:#F8F9FA;border-left-color:transparent;border-top:3px solid #e5e7eb;padding-top:var(--space-4)}}@media (max-width:480px){.list-tab__list{max-height:300px}.list-tab__detail{padding:var(--space-4);min-height:300px}.list-tab__empty-icon{width:64px;height:64px}.list-tab__empty-text{font-size:var(--text-sm)}}.video-duration-picker{width:100%}.video-duration-picker__label{display:block;font-size:var(--text-sm);font-weight:500;color:var(--color-gray-700,#374151);margin-bottom:.75rem}.video-duration-picker__options{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-2)}.video-duration-picker__button{padding:var(--space-2) var(--space-3);font-size:var(--text-base);font-weight:var(--font-weight-medium);font-family:inherit;color:var(--color-gray-700,#374151);background:var(--color-white,#ffffff);border:2px solid var(--color-gray-300,#d1d5db);border-radius:var(--radius-lg);cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;text-align:center;width:100%}.video-duration-picker__button:hover{background:var(--color-gray-50,#f9fafb);border-color:var(--color-brand-primary,#667eea)}.video-duration-picker__button:focus{outline:none;box-shadow:var(--shadow-sm);border-color:var(--color-brand-primary,#667eea)}.video-duration-picker__button.video-duration-picker__button--selected{color:var(--color-white,#ffffff)}.video-duration-picker__button.video-duration-picker__button--selected,.video-duration-picker__button.video-duration-picker__button--selected:hover{background:var(--color-brand-primary,#667eea);border-color:var(--color-brand-primary,#667eea)}.video-duration-picker__button--disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.video-duration-picker__button:active{transform:scale(.98)}@media (max-width:768px){.video-duration-picker__options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.625rem;gap:.625rem}.video-duration-picker__button{padding:.75rem 1.25rem;font-size:.9375rem}}@media (max-width:480px){.video-duration-picker__options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem}.video-duration-picker__button{padding:.625rem 1rem;font-size:.875rem}}.content-outline-step__scene-item{padding:var(--space-4);background:var(--color-gray-50,#f9fafb);border:1px solid var(--color-gray-200,#e5e7eb);border-radius:var(--radius-lg);display:flex;flex-direction:column;gap:1rem}.scene-builder-item{position:relative}.scene-builder-item--dragging{opacity:.5}.scene-builder-item__drag-indicator{height:2px;background-color:var(--color-brand-primary,#ff5722);margin:calc((var(--space-4) - 2px) / 2) 0;border-radius:1px;pointer-events:none}.scene-builder-item__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:44px;min-height:44px;border-radius:999px;border:1px solid var(--color-gray-200,#e5e7eb);background:var(--color-white,#ffffff);color:var(--color-gray-500,#6b7280);cursor:-webkit-grab;cursor:grab}.scene-builder-item__drag-handle:disabled{cursor:not-allowed;opacity:.6}.scene-builder-item__header{gap:var(--space-3)}.scene-builder-item__header,.scene-builder-item__title-group{display:flex;align-items:center;justify-content:space-between}.scene-builder-item__title-group{flex:1 1;gap:var(--space-4)}.content-outline-step__scene-number{font-size:.875rem;font-weight:600;color:var(--color-gray-700,#374151);min-width:0;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:375px){.scene-builder-item__scene-number-text{display:none}}.scene-builder-item__role-toggle{display:inline-flex;align-items:center;gap:.75rem;padding:.25rem;border-radius:999px}.scene-builder-item__role-tooltip-wrapper{position:relative;display:inline-flex;align-items:center}.scene-builder-item__role-tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:var(--color-gray-400,#9ca3af);cursor:pointer;transition:color .2s ease;padding:0}.scene-builder-item__role-tooltip-trigger:focus,.scene-builder-item__role-tooltip-trigger:hover{color:var(--color-gray-600,#4b5563);outline:none}.scene-builder-item__role-tooltip{position:absolute;top:calc(100% + 8px);right:0;z-index:100;min-width:280px;max-width:320px;padding:.875rem;background:var(--color-white,#ffffff);border:1px solid var(--color-gray-200,#e5e7eb);border-radius:var(--radius-lg,.5rem);box-shadow:0 4px 12px rgba(0,0,0,.15);animation:tooltipFadeIn .15s ease-out}.scene-builder-item__role-tooltip:before{content:"";position:absolute;top:-6px;right:12px;width:10px;height:10px;background:var(--color-white,#ffffff);border-left:1px solid var(--color-gray-200,#e5e7eb);border-top:1px solid var(--color-gray-200,#e5e7eb);transform:rotate(45deg)}.scene-builder-item__role-tooltip-title{font-size:.8125rem;font-weight:600;color:var(--color-gray-900,#111827);margin-bottom:.625rem;padding-bottom:.5rem;border-bottom:1px solid var(--color-gray-100,#f3f4f6)}.scene-builder-item__role-tooltip-content{display:flex;flex-direction:column;gap:.5rem}.scene-builder-item__role-tooltip-content p{margin:0;font-size:.75rem;line-height:1.5;color:var(--color-gray-600,#4b5563)}.scene-builder-item__role-tooltip-content p strong{color:var(--color-gray-800,#1f2937)}.scene-builder-item__role-tooltip-disclaimer{margin-top:.375rem!important;padding-top:.5rem;border-top:1px solid var(--color-gray-100,#f3f4f6);font-style:italic;color:var(--color-gray-500,#6b7280)!important}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.scene-builder-item__role-tooltip{min-width:240px;max-width:280px;right:-8px}}.scene-builder-item__role-option{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:var(--color-gray-700,#374151)}.scene-builder-item__role-option input{accent-color:var(--color-brand-primary,#ff5722)}.scene-builder-item__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2)}@media (max-width:430px){.scene-builder-item__footer{flex-direction:column;align-items:flex-start;gap:var(--space-4)}}.scene-builder-item__narration-buttons{display:flex;align-items:center;gap:var(--space-2)}@media (max-width:430px){.scene-builder-item__narration-buttons{gap:var(--space-2);justify-content:space-between;width:100%;padding-bottom:var(--space-4);border-bottom:1px solid var(--color-gray-200)}.scene-builder-item__narration-button{background-color:var(--color-gray-200)!important;width:100%!important;padding:var(--space-2) var(--space-4)!important}.scene-builder-item__narration-button:active,.scene-builder-item__narration-button:hover{color:var(--input-text-color)!important}.scene-builder-item__narration-button .scene-builder-item__narration-icon{display:none}.scene-builder-item__delete-narration{width:-moz-fit-content!important;width:fit-content!important}.scene-builder-item__voiceover-icon{flex-shrink:0}}.content-outline-step__scene-remove,.scene-builder-item__footer button{width:-moz-fit-content;width:fit-content}@media (max-width:768px){.content-outline-step__scene-remove{background:var(--color-white,#ffffff)!important;border:1px solid var(--color-red-400,#f87171)!important;color:var(--color-red-500,#ef4444)!important}}@media (max-width:430px){.content-outline-step__scene-remove{width:100%!important;padding:var(--space-2) var(--space-4)!important}}.content-outline-step__scene-remove:hover{background:var(--color-red-50,#fef2f2)!important;border-color:var(--color-red-500,#ef4444)!important;color:var(--color-red-600,#dc2626)!important}.content-outline-step__scene-remove:disabled{opacity:.5;cursor:not-allowed}.scene-builder-item__narration-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--color-gray-700,#374151);background:var(--color-white,#ffffff);border:1px solid var(--color-gray-300,#d1d5db);border-radius:999px;cursor:pointer;transition:all .2s ease}.scene-builder-item__narration-button:hover{border-color:var(--color-brand-primary,#ff5722);color:var(--color-brand-primary,#ff5722)}.scene-builder-item__narration-button:disabled{opacity:.5;cursor:not-allowed}.scene-builder-item__voiceover-preview{width:100%;height:100%;background:var(--color-white,#ffffff);border:1px solid var(--color-gray-200,#e5e7eb);border-radius:var(--radius-lg);padding:var(--space-2) var(--space-4);display:flex;align-items:center;justify-content:space-between}.scene-builder-item__voiceover-preview-left{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-2);min-width:0}.scene-builder-item__voiceover-preview-right{display:flex;align-items:center;justify-content:flex-end}.scene-builder-item__voiceover-name{font-size:var(--text-sm);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:max-content;min-width:0}.scene-builder-item__voiceover-upload-inline{margin-top:.5rem;display:flex;align-items:center;gap:.5rem}.scene-builder-item__upload-status{margin-top:1rem;padding:.5rem 0;display:flex;flex-direction:column;gap:.5rem}.scene-builder-item__upload-status-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.scene-builder-item__upload-filename{font-size:.875rem;font-weight:500;color:var(--color-gray-900,#111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scene-builder-item__upload-status-text{font-size:.75rem;color:var(--color-gray-500,#6b7280)}.scene-builder-item__upload-progress-row{display:flex;align-items:center;gap:.75rem}.scene-builder-item__upload-progress-bar{position:relative;flex:1 1;height:6px;border-radius:999px;background-color:var(--color-gray-200,#e5e7eb);overflow:hidden}.scene-builder-item__upload-progress-bar-fill{position:absolute;left:0;top:0;bottom:0;width:0;border-radius:inherit;transition:width .2s ease-out}.scene-builder-item__upload-progress-bar-fill,.scene-builder-item__upload-progress-bar-fill--uploading{background-color:var(--color-green-500,#22c55e)}.scene-builder-item__upload-progress-bar-fill--success{background-color:var(--color-green-600,#16a34a)}.scene-builder-item__upload-progress-bar-fill--error{background-color:var(--color-red-500,#ef4444)}.scene-builder-item__upload-progress-percent{font-size:.75rem;color:var(--color-gray-700,#374151);min-width:2.5rem;text-align:right}.scene-builder-item__auto-resize-textarea{resize:none!important;overflow-y:hidden!important;min-height:auto!important;transition:height .1s ease-out!important}.create-project-steps__custom-input{width:100%;padding:var(--input-padding-y) var(--input-padding-x)!important;border:1px solid var(--input-border-color)!important;border-radius:var(--input-border-radius)!important;font-size:var(--input-font-size)!important;font-family:var(--input-font-family)!important;background:var(--input-background)!important;color:var(--input-text-color)!important;transition:var(--input-transition)!important;outline:none!important;box-sizing:border-box!important}.create-project-steps__custom-input:focus{border-color:var(--input-border-color-focus)!important;box-shadow:var(--input-shadow-focus)!important}.create-project-steps__custom-input:disabled{background-color:var(--input-background-disabled)!important;cursor:not-allowed;opacity:.6}.create-project-steps__custom-file-upload{width:100%;aspect-ratio:auto;height:179px;border:1px solid var(--input-border-color)!important;border-radius:var(--input-border-radius)!important;background:var(--input-background)!important;color:var(--input-text-color)!important;transition:var(--input-transition)!important;outline:none!important;box-sizing:border-box!important}.scene-builder-item__confirm-actions{display:flex;gap:var(--space-3);margin-top:var(--space-6)}@media (max-width:768px){.content-outline-step__scene-item{padding:1.25rem}.scene-builder-item__drag-handle{width:44px;height:44px}}@media (max-width:480px){.content-outline-step__scene-item{padding:1rem}.content-outline-step__scene-remove{width:100%}}.custom-form-item{width:100%}.custom-form-item,.custom-form-item__body{display:flex;flex-direction:column;gap:var(--space-1)}.custom-form-item__label-row{display:flex;align-items:center;gap:var(--space-2)}.custom-form-item__helper{color:var(--color-text-secondary)}.custom-form-item__error,.custom-form-item__helper{font-size:var(--text-xs);line-height:var(--leading-normal)}.custom-form-item__error{color:#e53e3e}.custom-form-item--error .custom-form-item__body .custom-input{border-color:#e53e3e!important;box-shadow:0 0 0 1px rgba(229,62,62,.35)}@keyframes fieldHighlightPulse{0%{box-shadow:0 0 0 0 rgba(229,62,62,0)}15%{box-shadow:0 0 0 3px rgba(229,62,62,.35)}30%{box-shadow:0 0 0 3px rgba(229,62,62,.2)}50%{box-shadow:0 0 0 3px rgba(229,62,62,.35)}to{box-shadow:0 0 0 0 rgba(229,62,62,0)}}.custom-form-item--highlight .custom-input,.custom-form-item--highlight .custom-multi-select__trigger,.custom-form-item--highlight .custom-select,.custom-form-item--highlight .custom-textarea,.custom-form-item--highlight .hashtag-selector,.custom-form-item--highlight .project-type-selector,.custom-form-item--highlight .video-duration-picker{border-color:#e53e3e!important;animation:fieldHighlightPulse 2s var(--ease-in-out) forwards;border-radius:var(--radius-md)}@media (prefers-reduced-motion:reduce){.custom-form-item--highlight .custom-input,.custom-form-item--highlight .custom-multi-select__trigger,.custom-form-item--highlight .custom-select,.custom-form-item--highlight .custom-textarea,.custom-form-item--highlight .hashtag-selector,.custom-form-item--highlight .project-type-selector,.custom-form-item--highlight .video-duration-picker{animation:none;box-shadow:0 0 0 3px rgba(229,62,62,.35)}}.custom-label{display:inline-flex;align-items:center;gap:var(--space-1);font-family:var(--font-family-primary);font-size:var(--text-sm);font-weight:var(--font-weight-medium);color:var(--color-text-primary)}.custom-label__text{line-height:var(--leading-normal)}.custom-label__required{color:#e53e3e}.tooltip{position:relative}.tooltip,.tooltip__trigger{display:inline-flex;align-items:center}.tooltip__trigger{cursor:pointer;color:var(--color-text-muted)}.tooltip__content{position:absolute;z-index:var(--z-tooltip);padding:var(--space-2) var(--space-3);background:var(--color-gray-800);color:var(--color-text-inverse);font-size:var(--text-xs);line-height:var(--leading-normal);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);white-space:normal;min-width:120px;max-width:260px;pointer-events:auto}.tooltip__content--top{bottom:calc(100% + var(--space-2));left:50%;transform:translateX(-50%)}.tooltip__content--bottom{top:calc(100% + var(--space-2));left:50%;transform:translateX(-50%)}.tooltip__content--left{right:calc(100% + var(--space-2));top:50%;transform:translateY(-50%)}.tooltip__content--right{left:calc(100% + var(--space-2));top:50%;transform:translateY(-50%)}.tag-input{flex-direction:column;width:100%}.tag-input,.tag-input__form{display:flex;gap:var(--space-2)}.tag-input__form{align-items:center}.tag-input__input{flex:1 1;font-family:var(--input-font-family);font-size:var(--input-font-size);line-height:var(--input-line-height);padding:var(--input-padding-y) var(--input-padding-x);border:var(--input-border-width) solid var(--input-border-color);border-radius:var(--input-border-radius);background:var(--input-background);color:var(--input-text-color);transition:var(--input-transition);outline:none}.tag-input__input:hover:not(:disabled){border-color:var(--input-border-color-hover)}.tag-input__input:focus{border-color:var(--input-border-color-focus);box-shadow:var(--input-shadow-focus)}.tag-input__input:disabled{background:var(--input-background-disabled);color:var(--input-text-color-disabled);cursor:not-allowed}.tag-input__input::placeholder{color:var(--input-placeholder-color)}.tag-input__list{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none;margin:0;padding:0}.tag-input__item{display:inline-flex;align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);background:var(--color-gray-100);border-radius:var(--radius-full);font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-primary)}.tag-input__item-text{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tag-input__item-remove{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;background:transparent;color:var(--color-text-muted);font-size:var(--text-base);line-height:1;cursor:pointer;border-radius:var(--radius-full);transition:color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out)}.tag-input__item-remove:hover:not(:disabled){color:var(--color-text-primary);background:var(--color-gray-200)}.tag-input__item-remove:disabled{cursor:not-allowed;opacity:.5}.tag-input__helper{font-size:var(--text-xs);line-height:var(--leading-normal);color:var(--color-text-secondary)}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-full);overflow:hidden;background:var(--color-gray-100);flex-shrink:0}.avatar--xs{width:24px;height:24px}.avatar--sm{width:28px;height:28px}.avatar--md{width:36px;height:36px}.avatar--lg{width:48px;height:48px}.avatar__img{width:100%;height:100%;object-fit:cover}.avatar__fallback{width:100%;height:100%;color:var(--color-text-muted)}.avatar__fallback,.badge{display:inline-flex;align-items:center;justify-content:center}.badge{font-weight:var(--font-weight-medium);border-radius:var(--radius-full);white-space:nowrap}.badge--neutral{background:var(--color-gray-100);color:var(--color-text-primary)}.badge--xs{font-size:var(--text-xs)}.badge--sm,.badge--xs{padding:var(--space-1) var(--space-2)}.badge--md,.badge--sm{font-size:var(--text-sm)}.badge--md{padding:var(--space-1) var(--space-3)}.badge--lg{padding:var(--space-2) var(--space-3);font-size:var(--text-base)}.radio-card-group{display:flex;gap:var(--space-3)}.radio-card-group--horizontal{flex-direction:row;flex-wrap:wrap}.radio-card-group--vertical{flex-direction:column}.radio-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border:2px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-white);cursor:pointer;transition:all var(--duration-normal) var(--ease-out);text-align:left;font-family:inherit;font-size:var(--text-sm);color:var(--color-text-primary)}.radio-card:hover:not(:disabled){border-color:var(--color-brand-primary);box-shadow:var(--shadow-sm)}.radio-card:focus{outline:2px solid var(--color-brand-primary);outline-offset:2px}.radio-card--selected{border-color:var(--color-brand-primary);background:rgba(102,126,234,.05);box-shadow:var(--shadow-sm)}.radio-card--disabled{opacity:.5;cursor:not-allowed}.radio-card__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-text-muted)}.radio-card--selected .radio-card__icon{color:var(--color-brand-primary)}.radio-card__text{display:flex;flex-direction:column;gap:var(--space-1)}.radio-card__label{font-weight:var(--font-weight-medium);line-height:var(--leading-tight)}.radio-card__desc{font-size:var(--text-xs);color:var(--color-text-muted);line-height:var(--leading-normal)}.image-project-upload{display:flex;flex-direction:column;gap:var(--space-6,1.5rem);width:100%;max-width:100%;overflow:hidden}.image-project-upload__header{text-align:center;padding:0 var(--space-2,.5rem)}.image-project-upload__title{font-size:1.125rem;font-weight:600;color:var(--color-gray-900,#111827);margin:0 0 var(--space-2,.5rem) 0}.image-project-upload__description{font-size:.875rem;color:var(--color-gray-600,#4b5563);margin:0;line-height:1.5}@media (max-width:480px){.image-project-upload{gap:var(--space-4,1rem)}.image-project-upload__title{font-size:1rem}.image-project-upload__description{font-size:.8125rem}}.image-project-upload__file-upload{width:100%;height:240px!important;min-height:240px!important;border-radius:var(--radius-lg,.5rem)!important;border:2px solid var(--color-brand-primary,#ff5722)!important;background:var(--color-white,#ffffff)!important}@media (max-width:600px){.image-project-upload__file-upload{height:200px!important;min-height:200px!important}}@media (max-width:480px){.image-project-upload__file-upload{height:180px!important;min-height:180px!important}}@media (max-width:380px){.image-project-upload__file-upload{height:160px!important;min-height:160px!important}}.image-in-image-upload{display:flex;flex-direction:column;gap:var(--space-6,1.5rem)}.image-in-image-upload__grid{display:flex;align-items:flex-end;justify-content:flex-start;gap:var(--space-4,1rem);flex-wrap:nowrap;max-width:600px;margin:0 auto;width:100%}.image-in-image-upload__item{display:flex;flex-direction:column;gap:var(--space-2,.5rem);flex-shrink:0}.image-in-image-upload__item--upload{flex:1 1;min-width:0}.image-in-image-upload__item--placeholder{flex:0.7 1;min-width:0}@media (max-width:600px){.image-in-image-upload__grid{gap:var(--space-2,.5rem)}}@media (max-width:480px){.image-in-image-upload__grid{flex-direction:column;align-items:stretch;gap:var(--space-3,.75rem);max-width:600px;margin:0 auto;width:100%}.image-in-image-upload__item--upload{width:100%}.image-in-image-upload__item--placeholder,.image-in-image-upload__plus{display:none!important}}.image-in-image-upload__label{font-size:.75rem;font-weight:600;color:var(--color-gray-700,#374151);text-transform:uppercase;letter-spacing:.05em;text-align:center}.image-in-image-upload__plus{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-gray-400,#9ca3af);flex-shrink:0;margin-bottom:var(--space-8,2rem)}@media (max-width:600px){.image-in-image-upload__plus{width:32px;height:32px;margin-bottom:var(--space-6,1.5rem)}.image-in-image-upload__plus svg{width:24px;height:24px}}.image-in-image-upload__placeholder{position:relative;width:100%;height:175px;border-radius:var(--radius-lg,.5rem);overflow:hidden;border:2px dashed var(--color-gray-300,#d1d5db);background:var(--color-white,#ffffff);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2,.5rem);padding:var(--space-2,.5rem)}@media (max-width:600px){.image-in-image-upload__placeholder{height:140px}}@media (max-width:480px){.image-in-image-upload__placeholder{height:160px}}.image-in-image-upload__placeholder-icon{color:var(--color-gray-400,#9ca3af);width:32px;height:32px;flex-shrink:0}.image-in-image-upload__placeholder-text{font-size:.625rem;font-weight:500;color:var(--color-gray-500,#6b7280);text-align:center;line-height:1.3}@media (max-width:600px){.image-in-image-upload__placeholder-icon{width:28px;height:28px}.image-in-image-upload__placeholder-text{font-size:.5625rem}}@media (max-width:480px){.image-in-image-upload__placeholder-icon{width:36px;height:36px}.image-in-image-upload__placeholder-text{font-size:.6875rem}}.image-in-image-upload__description-section{max-width:600px;margin:0 auto;width:100%}@media (max-width:480px){.image-in-image-upload__description-section{padding:0}}.carousel-post-upload{display:flex;flex-direction:column;gap:var(--space-4,1rem)}.carousel-post-upload__stack{display:flex;align-items:center;justify-content:center;position:relative;padding:var(--space-8,2rem) var(--space-4,1rem);min-height:320px;overflow:hidden;-webkit-overflow-scrolling:touch}.carousel-post-upload__card{position:absolute;transition:transform .3s ease,opacity .3s ease,z-index 0s}.carousel-post-upload__placeholder{width:140px;height:175px;border-radius:var(--radius-lg,.5rem);border:2px dashed var(--color-gray-300,#d1d5db);background:var(--color-white,#ffffff);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.1)}.carousel-post-upload__placeholder-icon{color:var(--color-gray-400,#9ca3af);width:40px;height:40px}.carousel-post-upload__card--left-outer{z-index:1;transform:translateX(-160px) rotate(-12deg);opacity:.5}.carousel-post-upload__card--left-inner{z-index:2;transform:translateX(-90px) rotate(-6deg);opacity:.75}.carousel-post-upload__card--center{z-index:4;position:relative;transform:none}.carousel-post-upload__card--right-inner{z-index:2;transform:translateX(90px) rotate(6deg);opacity:.75}.carousel-post-upload__card--right-outer{z-index:1;transform:translateX(160px) rotate(12deg);opacity:.5}.carousel-post-upload__upload-wrapper{display:flex;flex-direction:column;gap:var(--space-2,.5rem);width:200px}.carousel-post-upload__label{font-size:.75rem;font-weight:600;color:var(--color-gray-700,#374151);text-transform:uppercase;letter-spacing:.05em;text-align:center;white-space:nowrap}@media (max-width:600px){.carousel-post-upload__stack{min-height:280px;padding:var(--space-6,1.5rem) var(--space-2,.5rem)}.carousel-post-upload__placeholder{width:100px;height:125px}.carousel-post-upload__placeholder-icon{width:32px;height:32px}.carousel-post-upload__card--left-outer{transform:translateX(-110px) rotate(-12deg)}.carousel-post-upload__card--left-inner{transform:translateX(-60px) rotate(-6deg)}.carousel-post-upload__card--right-inner{transform:translateX(60px) rotate(6deg)}.carousel-post-upload__card--right-outer{transform:translateX(110px) rotate(12deg)}.carousel-post-upload__upload-wrapper{width:160px}}@media (max-width:480px){.carousel-post-upload__stack{min-height:260px}.carousel-post-upload__placeholder{width:80px;height:100px}.carousel-post-upload__placeholder-icon{width:28px;height:28px}.carousel-post-upload__card--left-outer{transform:translateX(-85px) rotate(-12deg);opacity:.4}.carousel-post-upload__card--left-inner{transform:translateX(-48px) rotate(-6deg)}.carousel-post-upload__card--right-inner{transform:translateX(48px) rotate(6deg)}.carousel-post-upload__card--right-outer{transform:translateX(85px) rotate(12deg);opacity:.4}.carousel-post-upload__upload-wrapper{width:140px}}@media (max-width:380px){.carousel-post-upload__stack{min-height:240px}.carousel-post-upload__placeholder{width:60px;height:75px}.carousel-post-upload__placeholder-icon{width:24px;height:24px}.carousel-post-upload__card--left-outer{transform:translateX(-65px) rotate(-12deg);opacity:.3}.carousel-post-upload__card--left-inner{transform:translateX(-38px) rotate(-6deg);opacity:.6}.carousel-post-upload__card--right-inner{transform:translateX(38px) rotate(6deg);opacity:.6}.carousel-post-upload__card--right-outer{transform:translateX(65px) rotate(12deg);opacity:.3}.carousel-post-upload__upload-wrapper{width:120px}}.carousel-post-upload__description-section{max-width:600px;margin:0 auto;width:100%}@media (max-width:480px){.carousel-post-upload__description-section{padding:0}}.chatbox{--chatbox-edge-padding:var(--space-4);--chatbox-heading-size:var(--text-3xl);--chatbox-subtitle-size:var(--text-base);--chatbox-input-text-size:var(--text-base);--chatbox-input-max-height:200px;--chatbox-input-radius:var(--radius-3xl);position:relative;display:flex;flex-direction:column;width:100%;font-family:var(--font-family-primary);color:var(--color-text-primary);background:var(--color-background)}.chatbox--full{flex:1 1;min-height:0;overflow:hidden}.chatbox--compact{--chatbox-heading-size:var(--text-xl);--chatbox-subtitle-size:var(--text-sm);--chatbox-input-text-size:var(--text-sm);--chatbox-input-max-height:120px;--chatbox-input-radius:var(--radius-2xl);flex:1 1;min-height:0}.chatbox--embedded{--chatbox-heading-size:var(--text-xl);--chatbox-subtitle-size:var(--text-sm);--chatbox-input-text-size:var(--text-sm);--chatbox-input-max-height:150px;--chatbox-input-radius:var(--radius-2xl);height:100%;overflow:hidden}.chatbox__greeting-region{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 var(--chatbox-edge-padding);text-align:center;min-height:0;overflow:hidden;transition:opacity var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out)}.chatbox__greeting-region--hidden{opacity:0;transform:translateY(-12px);pointer-events:none;flex:0 1;min-height:0;max-height:0;overflow:hidden;padding:0;transition:opacity var(--duration-slow) var(--ease-out),transform var(--duration-slow) var(--ease-out),max-height var(--duration-slow) var(--ease-out),flex var(--duration-slow) var(--ease-out),padding var(--duration-slow) var(--ease-out)}.chatbox__greeting-heading{font-size:var(--chatbox-heading-size);font-weight:var(--font-weight-bold);line-height:var(--leading-tight);letter-spacing:var(--tracking-tight);color:var(--color-text-primary);margin:0 0 var(--space-3) 0}.chatbox__greeting-subtitle{font-size:var(--chatbox-subtitle-size);font-weight:var(--font-weight-normal);line-height:var(--leading-normal);color:var(--color-text-muted);margin:0;max-width:480px}.chatbox__bottom{padding:0 var(--chatbox-edge-padding) var(--space-12)}.chatbox__bottom,.chatbox__bottom-inner{display:flex;flex-direction:column;width:100%}.chatbox__input-container{position:relative;display:flex;flex-direction:column;background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--chatbox-input-radius);transition:border-color var(--duration-normal) var(--ease-out),box-shadow var(--duration-normal) var(--ease-out);overflow:hidden}.chatbox__input-container--focused{border-color:var(--color-brand-primary);box-shadow:var(--input-shadow-focus)}.chatbox__drag-overlay{display:none;position:absolute;inset:0;z-index:var(--z-dropdown);background:rgba(102,126,234,.06);border:2px dashed var(--color-brand-primary);border-radius:var(--chatbox-input-radius);align-items:center;justify-content:center;pointer-events:none}.chatbox__input-container--dragging .chatbox__drag-overlay{display:flex}.chatbox__drag-overlay-text{font-size:var(--text-sm);font-weight:var(--font-weight-semibold);color:var(--color-brand-primary)}.chatbox__file-previews{display:flex;flex-wrap:wrap;gap:var(--space-2);padding:var(--space-3) var(--space-4) 0}.chatbox__file-chip{position:relative;display:flex;align-items:center;gap:var(--space-2);padding:var(--space-1-5) var(--space-2-5);background:var(--color-gray-50);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);max-width:200px;overflow:hidden}.chatbox__file-chip-thumb{object-fit:cover}.chatbox__file-chip-thumb,.chatbox__file-chip-video-thumb{width:32px;height:32px;border-radius:var(--radius-md);flex-shrink:0}.chatbox__file-chip-video-thumb{display:flex;align-items:center;justify-content:center;background:var(--color-gray-200);color:var(--color-text-muted)}.chatbox__file-chip-name{font-size:var(--text-xs);color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1 1;min-width:0}.chatbox__file-chip-remove{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:var(--color-gray-200);border-radius:var(--radius-full);cursor:pointer;padding:0;flex-shrink:0;color:var(--color-text-muted);transition:all var(--duration-fast) var(--ease-out)}.chatbox__file-chip-remove:hover{background:var(--color-gray-300);color:var(--color-text-primary)}.chatbox__file-chip-remove:focus-visible{outline:none;box-shadow:var(--input-shadow-focus)}.chatbox__file-chip-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.75);border-radius:var(--radius-lg)}.chatbox__file-chip-spinner-icon{width:20px;height:20px;border:2px solid var(--color-gray-200);border-top-color:var(--color-brand-primary);border-radius:var(--radius-full);animation:chatbox-spin .6s linear infinite}@keyframes chatbox-spin{to{transform:rotate(1turn)}}.chatbox__file-error{padding:var(--space-2) var(--space-4) 0;font-size:var(--text-xs);color:var(--input-border-color-error);white-space:pre-line}.chatbox__input-row{display:flex;align-items:flex-end;gap:var(--space-1);padding:var(--space-4) var(--space-3)}.chatbox__attach-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;border-radius:var(--radius-full);cursor:pointer;color:var(--color-text-muted);transition:all var(--duration-fast) var(--ease-out);flex-shrink:0;padding:0}.chatbox__attach-btn:hover{background:var(--color-gray-100);color:var(--color-text-secondary)}.chatbox__attach-btn:focus-visible{outline:none;box-shadow:var(--input-shadow-focus)}.chatbox__textarea{flex:1 1;resize:none;border:none;outline:none;background:transparent;font-family:var(--font-family-primary);font-size:var(--chatbox-input-text-size);line-height:var(--leading-normal);color:var(--color-text-primary);padding:var(--space-1-5) var(--space-1);min-height:24px;max-height:var(--chatbox-input-max-height);overflow-y:auto}.chatbox__textarea::placeholder{color:var(--color-text-muted)}.chatbox__textarea::-webkit-scrollbar{width:4px}.chatbox__textarea::-webkit-scrollbar-track{background:transparent}.chatbox__textarea::-webkit-scrollbar-thumb{background:var(--color-gray-200);border-radius:var(--radius-full)}.chatbox__send-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:var(--radius-full);cursor:pointer;flex-shrink:0;padding:0;transition:all var(--duration-fast) var(--ease-out)}.chatbox__send-btn--disabled{background:var(--color-gray-200);color:var(--color-gray-400);cursor:default}.chatbox__send-btn--active{background:var(--color-brand-primary);color:var(--color-white);cursor:pointer}.chatbox__send-btn--active:hover{opacity:.9}.chatbox__send-btn--active:active{transform:scale(.95)}.chatbox__send-btn--active:focus-visible{outline:none;box-shadow:var(--input-shadow-focus)}.chatbox__ack{text-align:center;padding:var(--space-4) 0;font-size:var(--text-sm);color:var(--color-text-muted);animation:chatbox-ack-in var(--duration-slow) var(--ease-out)}@keyframes chatbox-ack-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbox__file-input{display:none}@media (max-width:480px){.chatbox{--chatbox-edge-padding:var(--space-3);--chatbox-heading-size:var(--text-2xl);--chatbox-input-max-height:150px;--chatbox-input-radius:var(--radius-xl)}.chatbox__input-row{padding:var(--space-2)}}@media (min-width:768px){.chatbox{--chatbox-edge-padding:var(--hero-inset-right)}}@media (max-width:1024px){.chatbox{--chatbox-heading-size:var(--text-2xl)}}@media (prefers-reduced-motion:reduce){.chatbox__ack,.chatbox__attach-btn,.chatbox__file-chip-remove,.chatbox__greeting-region,.chatbox__greeting-region--hidden,.chatbox__input-container,.chatbox__send-btn,.chatbox__send-btn--active{transition-duration:.01ms!important;animation-duration:.01ms!important}.chatbox__file-chip-spinner-icon{animation:none}}