@media(prefers-reduced-motion:reduce){.tema-modal__panel,.tema-toast,.tema-drawer__panel,.tema-notify-bar,.tema-consent-bar{transition:none!important}.tema-spinner{animation:none!important}}.tema-modal{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.tema-modal.is-open{opacity:1;visibility:visible}.tema-modal__backdrop{position:absolute;inset:0;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.tema-modal__panel{position:relative;width:100%;max-width:28rem;max-height:min(90vh,640px);overflow-y:auto;background:#fff;border-radius:1rem;border:1px solid rgb(226 232 240 / .9);box-shadow:0 25px 50px -12px #0f172a40;transform:translateY(12px) scale(.98);transition:transform .2s ease}.tema-modal.is-open .tema-modal__panel{transform:translateY(0) scale(1)}.tema-modal__panel--lg{max-width:40rem}.tema-toast-host{position:fixed;bottom:1rem;right:1rem;left:1rem;z-index:110;display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;pointer-events:none}@media(min-width:640px){.tema-toast-host{left:auto;max-width:24rem}}.tema-toast{pointer-events:auto;display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff;box-shadow:0 10px 40px -10px #0f172a33;font-size:.875rem;line-height:1.45;color:#334155;animation:tema-toast-in .28s ease}.tema-toast.is-out{animation:tema-toast-out .22s ease forwards}@keyframes tema-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes tema-toast-out{to{opacity:0;transform:translateY(6px)}}.tema-toast--success{border-color:#a7f3d0;background:#f0fdf4}.tema-toast--error{border-color:#fca5a5;background:#fef2f2}.tema-toast--info{border-color:#bae6fd;background:#f8fafc}.tema-notify-bar{position:relative;z-index:60;display:none;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap;padding:.625rem 1rem;font-size:.8125rem;line-height:1.4;background:linear-gradient(90deg,rgb(var(--renk-600)),rgb(var(--renk-900)));color:rgb(var(--renk-ust-yazi))}.tema-notify-bar.is-visible{display:flex}.tema-notify-bar a{color:rgb(var(--renk-ust-yazi));text-decoration:underline;text-underline-offset:2px}.tema-notify-bar a:hover{text-decoration:none}.tema-drawer{position:fixed;inset:0;z-index:95;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.tema-drawer.is-open{opacity:1;visibility:visible}.tema-drawer__backdrop{position:absolute;inset:0;background:#0f172a73}.tema-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(100%,22rem);background:#fff;border-left:1px solid rgb(226 232 240);box-shadow:-12px 0 40px #0f172a1f;transform:translate(100%);transition:transform .25s ease;display:flex;flex-direction:column}.tema-drawer.is-open .tema-drawer__panel{transform:translate(0)}#sepetOffcanvas .tema-drawer__panel{width:min(100%,26rem);background:var(--color-background, #fff);color:var(--color-on-background, #0f172a);border-left:1px solid color-mix(in oklab,var(--color-on-surface, #64748b) 12%,transparent)}.tema-alert{border-radius:.75rem;padding:.875rem 1rem;font-size:.875rem;line-height:1.5;border:1px solid rgb(226 232 240);background:#f8fafc;color:#334155}.tema-alert--info{border-color:#bae6fd;background:#f8fafc;color:#0f172a}.tema-alert--warning{border-color:#fde68a;background:#fefce8;color:#713f12}.tema-alert--error{border-color:#fca5a5;background:#fef2f2;color:#7f1d1d}.tema-alert--success{border-color:#a7f3d0;background:#f0fdf4;color:#14532d}.tema-consent-bar{position:fixed;bottom:0;left:0;right:0;z-index:105;display:none;padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));background:#0f172a;color:#cbd5e1;font-size:.8125rem;line-height:1.5;box-shadow:0 -8px 30px #0003}.tema-consent-bar.is-visible{display:block}.tema-slider{position:relative;overflow:hidden;border-radius:.75rem}.tema-slider__track{display:flex;transition:transform .4s ease;will-change:transform}.tema-slider__slide{position:relative;flex:0 0 100%;min-width:0;overflow:hidden}.tema-slider__slide img{display:block;width:100%;height:100%;object-fit:cover}.tema-slider__overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;background:linear-gradient(to top,rgb(15 23 42 / .7) 0%,transparent 60%);color:#fff}.tema-slider__overlay h3{font-size:1.25rem;font-weight:700;line-height:1.3;color:#fff;margin-bottom:.35rem}.tema-slider__overlay p{font-size:.875rem;color:#e2e8f0;line-height:1.5}@media(min-width:768px){.tema-slider__overlay{padding:2.5rem 3rem}.tema-slider__overlay h3{font-size:1.75rem}}.tema-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgb(255 255 255 / .3);background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:background .15s ease,border-color .15s ease}.tema-slider__arrow:hover{background:#ffffff4d;border-color:#ffffff80}.tema-slider__arrow--prev{left:.75rem}.tema-slider__arrow--next{right:.75rem}.tema-slider__dots{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:.375rem}.tema-slider__dot{width:.5rem;height:.5rem;border-radius:50%;border:none;background:#fff6;cursor:pointer;padding:0;transition:background .15s ease,transform .15s ease}.tema-slider__dot.is-active{background:#fff;transform:scale(1.25)}.tema-carousel{position:relative}.tema-carousel__viewport{overflow:hidden;border-radius:.75rem}.tema-carousel__track{display:flex;gap:1rem;transition:transform .35s ease;will-change:transform}.tema-carousel__item{flex:0 0 calc(100% + -0rem);min-width:0}@media(min-width:640px){.tema-carousel__item{flex:0 0 calc(50% - .5rem)}}@media(min-width:1024px){.tema-carousel__item{flex:0 0 calc(33.333% - .667rem)}}.tema-carousel__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:1px solid rgb(226 232 240);background:#fff;color:#334155;cursor:pointer;box-shadow:0 2px 8px #0f172a1a;transition:border-color .15s ease,box-shadow .15s ease}.tema-carousel__arrow:hover{border-color:#94a3b8;box-shadow:0 4px 12px #0f172a24}.tema-carousel__arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.tema-carousel__arrow--prev{left:-.75rem}.tema-carousel__arrow--next{right:-.75rem}@media(max-width:639px){.tema-carousel__arrow--prev{left:.25rem}.tema-carousel__arrow--next{right:.25rem}}.tema-carousel__counter{display:flex;justify-content:center;gap:.375rem;margin-top:1rem}.tema-carousel__pip{width:.375rem;height:.375rem;border-radius:50%;border:none;padding:0;background:#cbd5e1;cursor:pointer;transition:background .15s ease}.tema-carousel__pip.is-active{background:#1e293b}.tema-gallery{display:flex;flex-direction:column;gap:.5rem}.tema-gallery__main{position:relative;overflow:hidden;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#f8fafc;aspect-ratio:4 / 3}.tema-gallery__main img{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.tema-gallery__main img.is-loading{opacity:0}.tema-gallery__main-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:1px solid rgb(226 232 240);background:#ffffffe6;color:#334155;cursor:pointer;transition:background .15s ease}.tema-gallery__main-arrow:hover{background:#fff}.tema-gallery__main-arrow--prev{left:.5rem}.tema-gallery__main-arrow--next{right:.5rem}.tema-gallery__thumbs{display:flex;gap:.375rem;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.tema-gallery__thumbs::-webkit-scrollbar{display:none}.tema-gallery__thumb{flex:0 0 4rem;height:3rem;overflow:hidden;border-radius:.375rem;border:2px solid transparent;cursor:pointer;opacity:.6;transition:opacity .15s ease,border-color .15s ease}.tema-gallery__thumb:hover{opacity:.85}.tema-gallery__thumb.is-active{border-color:#1e293b;opacity:1}.tema-gallery__thumb img{display:block;width:100%;height:100%;object-fit:cover}.tema-gallery__count{position:absolute;bottom:.5rem;right:.5rem;z-index:4;padding:.2rem .5rem;border-radius:.25rem;background:#0f172a99;color:#fff;font-size:.7rem;font-weight:600;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(prefers-reduced-motion:reduce){.tema-slider__track,.tema-carousel__track,.tema-gallery__main img{transition:none!important}}.tema-tabs__nav{display:flex;gap:0;border-bottom:1px solid rgb(226 232 240);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.tema-tabs__nav::-webkit-scrollbar{display:none}.tema-tabs__tab{position:relative;flex-shrink:0;padding:.625rem 1rem;font-size:.875rem;font-weight:500;color:#64748b;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .15s ease,border-color .15s ease}.tema-tabs__tab:hover{color:#1e293b}.tema-tabs__tab.is-active{color:#0f172a;border-bottom-color:#0f172a;font-weight:600}.tema-tabs__tab:focus-visible{outline:2px solid rgb(100 116 139);outline-offset:-2px}.tema-tabs__panel{display:none;padding:1.25rem 0}.tema-tabs__panel.is-active{display:block}.tema-tabs--pill .tema-tabs__nav{border-bottom:none;gap:.25rem;background:#f1f5f9;border-radius:.5rem;padding:.25rem}.tema-tabs--pill .tema-tabs__tab{border-bottom:none;border-radius:.375rem;padding:.5rem .875rem;font-size:.8125rem}.tema-tabs--pill .tema-tabs__tab.is-active{background:#fff;box-shadow:0 1px 3px #0f172a14;color:#0f172a}.tema-accordion{border:1px solid rgb(226 232 240);border-radius:.75rem;overflow:hidden}.tema-accordion__item{border-top:1px solid rgb(226 232 240)}.tema-accordion__item:first-child{border-top:none}.tema-accordion__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;color:#0f172a;text-align:left;background:#fff;border:none;cursor:pointer;transition:background .12s ease}.tema-accordion__trigger:hover{background:#f8fafc}.tema-accordion__trigger:focus-visible{outline:2px solid rgb(100 116 139);outline-offset:-2px}.tema-accordion__icon{flex-shrink:0;width:1.25rem;height:1.25rem;color:#94a3b8;transition:transform .2s ease}.tema-accordion__item.is-open .tema-accordion__icon{transform:rotate(180deg);color:#0f172a}.tema-accordion__body{max-height:0;overflow:hidden;transition:max-height .25s ease}.tema-accordion__content{padding:0 1rem 1rem;font-size:.875rem;line-height:1.6;color:#475569}.tema-tooltip{position:relative;display:inline-flex}.tema-tooltip__bubble{position:absolute;z-index:80;padding:.375rem .625rem;font-size:.75rem;font-weight:500;line-height:1.35;color:#fff;background:#0f172a;border-radius:.375rem;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease}.tema-tooltip__bubble:after{content:"";position:absolute;border:4px solid transparent}.tema-tooltip__bubble--top,.tema-tooltip__bubble:not([class*=--]){bottom:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(4px)}.tema-tooltip__bubble--top:after,.tema-tooltip__bubble:not([class*=--]):after{top:100%;left:50%;transform:translate(-50%);border-top-color:#0f172a}.tema-tooltip__bubble--bottom{top:calc(100% + 6px);left:50%;transform:translate(-50%) translateY(-4px)}.tema-tooltip__bubble--bottom:after{bottom:100%;left:50%;transform:translate(-50%);border-bottom-color:#0f172a}.tema-tooltip__bubble--left{right:calc(100% + 6px);top:50%;transform:translateY(-50%) translate(4px)}.tema-tooltip__bubble--left:after{left:100%;top:50%;transform:translateY(-50%);border-left-color:#0f172a}.tema-tooltip__bubble--right{left:calc(100% + 6px);top:50%;transform:translateY(-50%) translate(-4px)}.tema-tooltip__bubble--right:after{right:100%;top:50%;transform:translateY(-50%);border-right-color:#0f172a}.tema-tooltip:hover .tema-tooltip__bubble,.tema-tooltip:focus-within .tema-tooltip__bubble,.tema-tooltip__bubble.is-visible{opacity:1}.tema-tooltip:hover .tema-tooltip__bubble--top,.tema-tooltip:focus-within .tema-tooltip__bubble--top,.tema-tooltip:hover .tema-tooltip__bubble:not([class*=--]),.tema-tooltip:focus-within .tema-tooltip__bubble:not([class*=--]){transform:translate(-50%) translateY(0)}.tema-tooltip:hover .tema-tooltip__bubble--bottom,.tema-tooltip:focus-within .tema-tooltip__bubble--bottom{transform:translate(-50%) translateY(0)}.tema-tooltip:hover .tema-tooltip__bubble--left,.tema-tooltip:focus-within .tema-tooltip__bubble--left{transform:translateY(-50%) translate(0)}.tema-tooltip:hover .tema-tooltip__bubble--right,.tema-tooltip:focus-within .tema-tooltip__bubble--right{transform:translateY(-50%) translate(0)}.tema-dropdown{position:relative;display:inline-flex}.tema-dropdown__menu{position:absolute;top:calc(100% + 4px);right:0;z-index:90;min-width:10rem;padding:.25rem;background:#fff;border:1px solid rgb(226 232 240);border-radius:.75rem;box-shadow:0 10px 40px -10px #0f172a2e;opacity:0;visibility:hidden;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.tema-dropdown__menu--left{right:auto;left:0}.tema-dropdown.is-open .tema-dropdown__menu{opacity:1;visibility:visible;transform:translateY(0)}.tema-dropdown__item{display:flex;width:100%;align-items:center;gap:.5rem;padding:.5rem .65rem;font-size:.8125rem;color:#374151;text-align:left;text-decoration:none;background:none;border:none;border-radius:.5rem;cursor:pointer;transition:background .12s ease,color .12s ease}.tema-dropdown__item:hover,.tema-dropdown__item:focus{outline:none;background:#f8fafc;color:#0f172a}.tema-dropdown__item--danger{color:#b91c1c}.tema-dropdown__item--danger:hover{background:#fef2f2;color:#7f1d1d}.tema-dropdown__divider{height:1px;margin:.25rem 0;background:#f1f5f9}.tema-progress{width:100%;height:.5rem;background:#f1f5f9;border-radius:9999px;overflow:hidden}.tema-progress--sm{height:.25rem}.tema-progress--lg{height:.75rem}.tema-progress__bar{height:100%;border-radius:9999px;background:#0f172a;transition:width .4s ease}.tema-progress__bar--success{background:#16a34a}.tema-progress__bar--warning{background:#eab308}.tema-progress__bar--error{background:#dc2626}.tema-steps{display:flex;align-items:flex-start;gap:0;counter-reset:step}.tema-steps__item{flex:1;display:flex;flex-direction:column;align-items:center;position:relative;text-align:center}.tema-steps__item:not(:last-child):after{content:"";position:absolute;top:1rem;left:calc(50% + 1rem);right:calc(-50% + 1rem);height:2px;background:#e2e8f0}.tema-steps__item.is-complete:not(:last-child):after{background:#0f172a}.tema-steps__circle{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;border:2px solid rgb(226 232 240);background:#fff;font-size:.75rem;font-weight:700;color:#94a3b8;counter-increment:step}.tema-steps__circle:before{content:counter(step)}.tema-steps__item.is-active .tema-steps__circle,.tema-steps__item.is-complete .tema-steps__circle{border-color:#0f172a;background:#0f172a;color:#fff}.tema-steps__item.is-complete .tema-steps__circle:before{content:""}.tema-steps__check{display:none}.tema-steps__item.is-complete .tema-steps__check{display:block}.tema-steps__label{margin-top:.5rem;font-size:.75rem;font-weight:500;color:#94a3b8}.tema-steps__item.is-active .tema-steps__label,.tema-steps__item.is-complete .tema-steps__label{color:#0f172a;font-weight:600}.tema-skeleton{background:#f1f5f9;border-radius:.375rem;position:relative;overflow:hidden}.tema-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgb(255 255 255 / .5),transparent);animation:tema-skeleton-shimmer 1.5s infinite}@keyframes tema-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tema-skeleton--circle{border-radius:50%}.tema-skeleton--text{height:.875rem;border-radius:.25rem}.tema-skeleton--heading{height:1.25rem;border-radius:.25rem;width:60%}.tema-skeleton--avatar{width:2.5rem;height:2.5rem;border-radius:50%}.tema-skeleton--thumb{aspect-ratio:16 / 10;border-radius:.5rem}.tema-skeleton--btn{height:2.5rem;width:7rem;border-radius:.5rem}.tema-lightbox{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#000000e0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.tema-lightbox.is-open{opacity:1;visibility:visible}.tema-lightbox__img{max-width:min(90vw,1200px);max-height:85vh;object-fit:contain;border-radius:.375rem;transform:scale(.96);transition:transform .25s ease}.tema-lightbox.is-open .tema-lightbox__img{transform:scale(1)}.tema-lightbox__close{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgb(255 255 255 / .2);background:#ffffff1a;color:#fff;cursor:pointer;transition:background .15s ease}.tema-lightbox__close:hover{background:#fff3}.tema-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid rgb(255 255 255 / .2);background:#ffffff1a;color:#fff;cursor:pointer;transition:background .15s ease}.tema-lightbox__nav:hover{background:#ffffff40}.tema-lightbox__nav--prev{left:1rem}.tema-lightbox__nav--next{right:1rem}.tema-lightbox__counter{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);font-size:.8125rem;font-weight:500;color:#ffffffb3}.tema-upload-fileview{position:fixed;inset:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.tema-upload-fileview.is-open{opacity:1;visibility:visible}.tema-upload-fileview__backdrop{position:absolute;inset:0;background:#0f172ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.tema-upload-fileview__sheet{position:relative;z-index:1;display:flex;flex-direction:column;max-width:min(96vw,960px);max-height:min(92vh,900px);width:100%;border-radius:1rem;background:#0f172a;color:#f8fafc;box-shadow:0 25px 50px -12px #00000073;overflow:hidden}.tema-upload-fileview__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid rgb(51 65 85);flex-shrink:0}.tema-upload-fileview__titles{min-width:0}.tema-upload-fileview__name{margin:0;font-size:.9375rem;font-weight:600;line-height:1.35;word-break:break-word}.tema-upload-fileview__meta{margin:.25rem 0 0;font-size:.75rem;color:#94a3b8}.tema-upload-fileview__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid rgb(71 85 105);background:#1e293b;color:#e2e8f0;cursor:pointer;transition:background .15s ease,color .15s ease}.tema-upload-fileview__close:hover{background:#334155;color:#fff}.tema-upload-fileview__body{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;padding:1rem;background:#020617}.tema-upload-fileview__img{max-width:100%;max-height:min(75vh,720px);width:auto;height:auto;object-fit:contain;border-radius:.375rem}.tema-upload-fileview__video{max-width:100%;max-height:min(75vh,720px);border-radius:.375rem;background:#000}.tema-upload-fileview__iframe{width:100%;min-height:min(70vh,640px);max-height:min(75vh,720px);border:0;border-radius:.375rem;background:#1e293b}.tema-upload-fileview__fallback{margin:0 0 .75rem;font-size:.875rem;color:#94a3b8;text-align:center}.tema-upload-fileview__download{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;color:#0f172a;background:#e2e8f0;text-decoration:none;transition:background .15s ease}.tema-upload-fileview__download:hover{background:#fff}.tema-upload-fileview__download--below{margin-top:1rem;align-self:flex-start}.tema-upload-fileview__body--scroll{align-items:flex-start;justify-content:flex-start;overflow:auto}.tema-upload-fileview__loading{margin:0;font-size:.875rem;color:#94a3b8;text-align:center}.tema-upload-fileview__excel{width:100%;max-height:min(72vh,680px);overflow:auto;border-radius:.5rem;border:1px solid rgb(51 65 85);background:#0f172a;padding:.5rem}.tema-upload-fileview__excel-cap{margin:0 0 .5rem;font-size:.75rem;color:#94a3b8}.tema-upload-fileview__excel-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.6875rem;line-height:1.35;color:#e2e8f0;font-variant-numeric:tabular-nums}.tema-upload-fileview__excel-table td{border:1px solid rgb(51 65 85);padding:.2rem .4rem;vertical-align:top;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tema-toggle{position:relative;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.tema-toggle__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.tema-toggle__track{position:relative;width:2.75rem;height:1.5rem;background:#cbd5e1;border-radius:9999px;transition:background .2s ease}.tema-toggle__thumb{position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;background:#fff;border-radius:50%;box-shadow:0 1px 3px #00000026;transition:transform .2s ease}.tema-toggle__input:checked~.tema-toggle__track{background:#0f172a}.tema-toggle__input:checked~.tema-toggle__track .tema-toggle__thumb{transform:translate(1.25rem)}.tema-toggle__input:focus-visible~.tema-toggle__track{box-shadow:0 0 0 2px #fff,0 0 0 4px #64748b}.tema-toggle__input:disabled~.tema-toggle__track{opacity:.4;cursor:not-allowed}.tema-toggle__label{font-size:.875rem;font-weight:500;color:#334155;-webkit-user-select:none;user-select:none}.tema-toggle--sm .tema-toggle__track{width:2.25rem;height:1.25rem}.tema-toggle--sm .tema-toggle__thumb{width:1rem;height:1rem}.tema-toggle--sm .tema-toggle__input:checked~.tema-toggle__track .tema-toggle__thumb{transform:translate(1rem)}.tema-toggle--lg .tema-toggle__track{width:3.5rem;height:1.875rem}.tema-toggle--lg .tema-toggle__thumb{width:1.625rem;height:1.625rem}.tema-toggle--lg .tema-toggle__input:checked~.tema-toggle__track .tema-toggle__thumb{transform:translate(1.625rem)}.tema-rating{display:inline-flex;align-items:center;gap:.125rem}.tema-rating__star{width:1.5rem;height:1.5rem;color:#cbd5e1;cursor:pointer;transition:color .12s ease,transform .12s ease}.tema-rating__star:hover{transform:scale(1.15)}.tema-rating__star.is-active{color:#facc15}.tema-rating__star.is-hover{color:#fde047}.tema-rating--readonly .tema-rating__star{cursor:default;pointer-events:none}.tema-rating--sm .tema-rating__star{width:1.125rem;height:1.125rem}.tema-rating--lg .tema-rating__star{width:2rem;height:2rem}.tema-rating__value{margin-left:.375rem;font-size:.8125rem;font-weight:600;color:#334155}.tema-copy{position:relative;display:inline-flex;align-items:center;gap:.5rem}.tema-copy__source{display:inline-block;padding:.5rem .75rem;font-size:.8125rem;font-family:SF Mono,Fira Code,monospace;color:#1e293b;background:#f1f5f9;border:1px solid rgb(226 232 240);border-radius:.5rem;word-break:break-all}.tema-copy__btn{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgb(226 232 240);border-radius:.5rem;background:#fff;color:#64748b;cursor:pointer;transition:border-color .15s ease,color .15s ease}.tema-copy__btn:hover{border-color:#94a3b8;color:#1e293b}.tema-copy__btn.is-copied{border-color:#a7f3d0;color:#16a34a;background:#f0fdf4}.tema-copy__btn:focus-visible{outline:2px solid rgb(100 116 139);outline-offset:2px}.tema-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0;font-size:.8125rem}.tema-breadcrumb__item{display:inline-flex;align-items:center}.tema-breadcrumb__item:not(:last-child):after{content:"";display:inline-block;width:1rem;height:1rem;margin:0 .375rem;background:currentColor;opacity:.3;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z' clip-rule='evenodd'/%3E%3C/svg%3E");mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath fill-rule='evenodd' d='M7.21 14.77a.75.75 0 01.02-1.06L11.168 10 7.23 6.29a.75.75 0 111.04-1.08l4.5 4.25a.75.75 0 010 1.08l-4.5 4.25a.75.75 0 01-1.06-.02z' clip-rule='evenodd'/%3E%3C/svg%3E");-webkit-mask-size:contain}.tema-breadcrumb__link{color:#64748b;text-decoration:none;transition:color .15s ease}.tema-breadcrumb__link:hover{color:#0f172a}.tema-breadcrumb__item:last-child .tema-breadcrumb__link{color:#0f172a;font-weight:600;pointer-events:none}.tema-pagination{display:flex;align-items:center;gap:.25rem}.tema-pagination__item{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;padding:0 .5rem;font-size:.8125rem;font-weight:500;color:#475569;text-decoration:none;background:#fff;border:1px solid rgb(226 232 240);border-radius:.5rem;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.tema-pagination__item:hover{background:#f8fafc;border-color:#cbd5e1;color:#0f172a}.tema-pagination__item.is-active{background:#0f172a;border-color:#0f172a;color:#fff;font-weight:600}.tema-pagination__item:disabled,.tema-pagination__item.is-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.tema-pagination__item:focus-visible{outline:2px solid rgb(100 116 139);outline-offset:2px}.tema-pagination__dots{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;height:2.25rem;font-size:.8125rem;color:#94a3b8;letter-spacing:1px}.tema-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:600;line-height:1.45;border-radius:9999px;white-space:nowrap;background:#f1f5f9;color:#334155;border:1px solid rgb(226 232 240)}.tema-badge--success{background:#f0fdf4;color:#14532d;border-color:#bbf7d0}.tema-badge--warning{background:#fefce8;color:#713f12;border-color:#fde68a}.tema-badge--error{background:#fef2f2;color:#7f1d1d;border-color:#fca5a5}.tema-badge--info{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.tema-badge--dark{background:#0f172a;color:#fff;border-color:#0f172a}.tema-badge--square{border-radius:.375rem}.tema-badge--lg{padding:.25rem .625rem;font-size:.75rem}.tema-badge__dot{width:.375rem;height:.375rem;border-radius:50%;background:currentColor}.tema-badge__close{display:inline-flex;align-items:center;justify-content:center;width:.875rem;height:.875rem;margin-left:.125rem;margin-right:-.125rem;border:none;background:none;color:currentColor;opacity:.5;cursor:pointer;border-radius:50%;padding:0;transition:opacity .12s ease}.tema-badge__close:hover{opacity:1}.tema-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:#e2e8f0;color:#475569;font-size:.875rem;font-weight:600;overflow:hidden;flex-shrink:0}.tema-avatar img{width:100%;height:100%;object-fit:cover}.tema-avatar--xs{width:1.5rem;height:1.5rem;font-size:.625rem}.tema-avatar--sm{width:2rem;height:2rem;font-size:.75rem}.tema-avatar--lg{width:3.5rem;height:3.5rem;font-size:1.125rem}.tema-avatar--xl{width:5rem;height:5rem;font-size:1.5rem}.tema-avatar--square{border-radius:.5rem}.tema-avatar__status{position:absolute;bottom:0;right:0;width:.625rem;height:.625rem;border-radius:50%;border:2px solid #fff;background:#cbd5e1}.tema-avatar__status--online{background:#22c55e}.tema-avatar__status--offline{background:#cbd5e1}.tema-avatar__status--busy{background:#ef4444}.tema-avatar__status--away{background:#facc15}.tema-avatar-group{display:inline-flex;flex-direction:row-reverse}.tema-avatar-group .tema-avatar{border:2px solid #fff;margin-left:-.5rem}.tema-avatar-group .tema-avatar:last-child{margin-left:0}.tema-timeline{position:relative;padding-left:1.75rem}.tema-timeline:before{content:"";position:absolute;top:0;bottom:0;left:.4375rem;width:2px;background:#e2e8f0}.tema-timeline__item{position:relative;padding-bottom:1.5rem}.tema-timeline__item:last-child{padding-bottom:0}.tema-timeline__dot{position:absolute;left:-1.75rem;top:.25rem;width:.875rem;height:.875rem;border-radius:50%;background:#fff;border:2px solid rgb(203 213 225);z-index:1}.tema-timeline__item.is-active .tema-timeline__dot{border-color:#0f172a;background:#0f172a}.tema-timeline__item.is-success .tema-timeline__dot{border-color:#16a34a;background:#16a34a}.tema-timeline__item.is-error .tema-timeline__dot{border-color:#dc2626;background:#dc2626}.tema-timeline__time{font-size:.6875rem;font-weight:500;color:#94a3b8;margin-bottom:.125rem}.tema-timeline__title{font-size:.875rem;font-weight:600;color:#0f172a;line-height:1.4}.tema-timeline__desc{font-size:.8125rem;color:#64748b;line-height:1.5;margin-top:.25rem}.tema-table-wrap{overflow-x:auto;border:1px solid rgb(226 232 240);border-radius:.75rem;background:#fff}.tema-table{width:100%;border-collapse:collapse;font-size:.8125rem}.tema-table th{padding:.75rem 1rem;text-align:left;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:#f8fafc;border-bottom:1px solid rgb(226 232 240);white-space:nowrap}.tema-table td{padding:.75rem 1rem;color:#334155;border-bottom:1px solid rgb(241 245 249);vertical-align:middle}.tema-table tbody tr:last-child td{border-bottom:none}.tema-table tbody tr:hover{background:#f8fafc}.tema-table--striped tbody tr:nth-child(2n){background:#f8fafc}.tema-table--compact th,.tema-table--compact td{padding:.5rem .75rem}.tema-counter{display:inline-flex;flex-direction:column;align-items:center;text-align:center}.tema-counter__value{font-size:2.5rem;font-weight:800;line-height:1;color:#0f172a;font-variant-numeric:tabular-nums}.tema-counter__value--sm{font-size:1.5rem}.tema-counter__value--lg{font-size:3.5rem}.tema-counter__label{margin-top:.375rem;font-size:.8125rem;font-weight:500;color:#64748b}.tema-counter__suffix,.tema-counter__prefix{font-size:.6em;font-weight:600;color:#64748b}.tema-marquee{overflow:hidden;position:relative;width:100%}.tema-marquee__track{display:flex;align-items:center;width:max-content;animation:tema-marquee-scroll 30s linear infinite}.tema-marquee--fast .tema-marquee__track{animation-duration:15s}.tema-marquee--slow .tema-marquee__track{animation-duration:50s}.tema-marquee:hover .tema-marquee__track{animation-play-state:paused}.tema-marquee__group{display:flex;align-items:center;gap:2.5rem;padding:0 1.25rem;flex-shrink:0}.tema-marquee__item{flex-shrink:0;display:flex;align-items:center;justify-content:center}.tema-marquee__item img{height:2rem;width:auto;object-fit:contain;filter:grayscale(1);opacity:.5;transition:filter .2s ease,opacity .2s ease}.tema-marquee:hover .tema-marquee__item img{filter:grayscale(0);opacity:1}@keyframes tema-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tema-marquee--fade:before,.tema-marquee--fade:after{content:"";position:absolute;top:0;bottom:0;width:4rem;z-index:2;pointer-events:none}.tema-marquee--fade:before{left:0;background:linear-gradient(90deg,rgb(248 250 252),transparent)}.tema-marquee--fade:after{right:0;background:linear-gradient(270deg,rgb(248 250 252),transparent)}.tema-compare{position:relative;overflow:hidden;border-radius:.75rem;border:1px solid rgb(226 232 240);cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:pan-y;--compare-pos: 50%}.tema-compare__after{display:block;width:100%}.tema-compare__before{position:absolute;inset:0;clip-path:inset(0 calc(100% - var(--compare-pos)) 0 0);z-index:2}.tema-compare__before img,.tema-compare__after img{display:block;width:100%;height:100%;object-fit:cover;pointer-events:none;draggable:false}.tema-compare__handle{position:absolute;top:0;bottom:0;left:var(--compare-pos);z-index:3;width:2px;background:#fff;box-shadow:0 0 0 1px #0f172a1f,0 2px 8px #0f172a33;transform:translate(-50%);transition:left 0s}.tema-compare__handle:focus{outline:none}.tema-compare__handle:focus-visible .tema-compare__handle-circle{box-shadow:0 0 0 3px #fff,0 0 0 5px rgb(var(--renk-600)),0 2px 8px #0003}.tema-compare__handle-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.75rem;height:2.75rem;border-radius:50%;background:#fff;box-shadow:0 2px 10px #00000038;display:flex;align-items:center;justify-content:center;color:#334155;transition:box-shadow .15s ease,transform .15s ease}.tema-compare:active .tema-compare__handle-circle{transform:translate(-50%,-50%) scale(1.08)}.tema-compare__label{position:absolute;top:.75rem;z-index:4;padding:.2rem .55rem;font-size:.6875rem;font-weight:600;letter-spacing:.02em;color:#fff;background:#0f172a8c;border-radius:.3rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);pointer-events:none}.tema-compare__label--before{left:.75rem}.tema-compare__label--after{right:.75rem}.tema-popover{position:relative;display:inline-flex}.tema-popover__content{position:absolute;z-index:85;width:18rem;padding:.875rem 1rem;background:#fff;border:1px solid rgb(226 232 240);border-radius:.75rem;box-shadow:0 10px 40px -10px #0f172a2e;font-size:.8125rem;line-height:1.5;color:#334155;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.tema-popover.is-open .tema-popover__content{opacity:1;visibility:visible;transform:translateY(0)}.tema-popover__content--top{bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px)}.tema-popover.is-open .tema-popover__content--top{transform:translate(-50%) translateY(0)}.tema-popover__content--bottom,.tema-popover__content:not([class*=--]){top:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(-4px)}.tema-popover.is-open .tema-popover__content--bottom,.tema-popover.is-open .tema-popover__content:not([class*=--]){transform:translate(-50%) translateY(0)}.tema-popover__title{font-size:.8125rem;font-weight:700;color:#0f172a;margin-bottom:.25rem}.tema-popover__close{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:none;color:#94a3b8;cursor:pointer;border-radius:.25rem;transition:color .12s ease,background .12s ease}.tema-popover__close:hover{color:#334155;background:#f1f5f9}.tema-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;text-align:center;padding:2rem 1rem;border:1px dashed rgb(203 213 225);border-radius:1rem;background:linear-gradient(180deg,#fff,#f8fafc)}.tema-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:999px;border:1px solid rgb(226 232 240);color:#64748b;background:#fff}.tema-empty__title{margin:0;font-size:1rem;font-weight:700;color:#0f172a}.tema-empty__desc{margin:0;max-width:34rem;font-size:.875rem;line-height:1.55;color:#64748b}.tema-empty__actions{margin-top:.25rem;display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem}.tema-stat-grid{display:grid;gap:.75rem;grid-template-columns:repeat(1,minmax(0,1fr))}@media(min-width:640px){.tema-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.tema-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.tema-stat{border:1px solid rgb(226 232 240);border-radius:.9rem;background:#fff;padding:.95rem 1rem}.tema-stat__label{margin:0;font-size:.75rem;font-weight:600;letter-spacing:.02em;color:#64748b}.tema-stat__value{margin:.45rem 0 0;font-size:1.45rem;line-height:1.1;font-weight:800;color:#0f172a}.tema-stat__meta{margin-top:.5rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem}.tema-stat__delta{display:inline-flex;align-items:center;gap:.25rem;font-weight:700}.tema-stat__delta--up{color:#16a34a}.tema-stat__delta--down{color:#dc2626}.tema-stat__delta--neutral{color:#64748b}.tema-stat__period{color:#94a3b8}.tema-upload{position:relative;width:100%}.tema-upload__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.tema-upload__title{margin:0;font-size:.8125rem;font-weight:600;color:#0f172a}.tema-upload__clear{flex-shrink:0;padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:.375rem;cursor:pointer;transition:color .12s ease,background .12s ease}.tema-upload__clear:hover{color:#b91c1c;background:#fef2f2}.tema-upload__error{margin:0 0 .5rem;font-size:.75rem;line-height:1.45;color:#b91c1c}.tema-upload__error[hidden]{display:none!important}.tema-upload--error .tema-upload__drop{border-color:#fca5a5;background:#fef2f2}.tema-upload__input{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;clip-path:inset(50%)!important;border:0!important}.tema-upload__drop{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;min-height:8.5rem;border-radius:1rem;border:1.5px dashed rgb(203 213 225);background:#f8fafc;color:#475569;padding:1.1rem;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.tema-upload__drop:hover{border-color:#94a3b8;background:#f1f5f9}.tema-upload.is-drag .tema-upload__drop{border-color:#475569;background:#e2e8f0;color:#0f172a}.tema-upload__drop-icon{width:2rem;height:2rem;color:#64748b}.tema-upload__drop-title{font-size:.875rem;font-weight:700;color:#1e293b}.tema-upload__drop-hint{font-size:.75rem;color:#64748b}.tema-upload__list{margin:.75rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.4rem}.tema-upload__file{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid rgb(226 232 240);border-radius:.75rem;background:#fff;padding:.5rem .65rem;font-size:.8125rem;color:#334155}.tema-upload__file-main{display:flex;align-items:center;gap:.5rem;min-width:0;flex:1}.tema-upload__preview{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.5rem;overflow:hidden;border:1px solid rgb(226 232 240);background:#f1f5f9;display:flex;align-items:center;justify-content:center}.tema-upload__preview--clickable{cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease}.tema-upload__preview--clickable:hover{border-color:#94a3b8;box-shadow:0 0 0 2px #94a3b840}.tema-upload__preview--clickable:focus-visible{outline:none;box-shadow:0 0 0 2px #3b82f673}.tema-upload__preview .tema-upload__file-icon{width:100%;height:100%;border:none;border-radius:.375rem;font-size:.625rem}.tema-upload__thumb{width:100%;height:100%;object-fit:cover;display:block}.tema-upload__thumb--video{object-fit:cover;pointer-events:none}.tema-upload__thumb--pdf{border:0;width:100%;height:100%;pointer-events:none}.tema-upload__thumb--excel{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#15803d;background:#f0fdf4;pointer-events:none}.tema-upload__thumb--excel svg{width:1.25rem;height:1.25rem}.tema-upload__file-icon{flex-shrink:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:#f1f5f9;color:#475569;font-size:.5625rem;font-weight:800}.tema-upload__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tema-upload__file-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.tema-upload__file-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:none;border-radius:.375rem;background:transparent;color:#94a3b8;cursor:pointer;transition:color .12s ease,background .12s ease}.tema-upload__file-remove:hover{color:#b91c1c;background:#fef2f2}.tema-upload__file-remove svg{width:1rem;height:1rem}.tema-upload__file-size{color:#64748b;font-variant-numeric:tabular-nums}.tema-upload__empty{margin:0;font-size:.75rem;color:#94a3b8}.tema-stepper{display:inline-flex;align-items:center;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff;overflow:hidden}.tema-stepper__btn{width:2.25rem;height:2.25rem;border:none;background:#f8fafc;color:#334155;font-size:1rem;font-weight:700;line-height:1;cursor:pointer;transition:background .12s ease,color .12s ease}.tema-stepper__btn:hover{background:#f1f5f9}.tema-stepper__btn:disabled{cursor:not-allowed;opacity:.45}.tema-stepper__input{width:3rem;border:none;background:transparent;text-align:center;color:#0f172a;font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums;outline:none;appearance:textfield}.tema-stepper__input::-webkit-outer-spin-button,.tema-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.tema-otp{display:flex;align-items:center;gap:.5rem}.tema-otp__digit{width:2.5rem;height:2.75rem;border-radius:.75rem;border:1px solid rgb(203 213 225);background:#fff;text-align:center;font-size:1.05rem;line-height:1;font-weight:700;color:#0f172a;caret-color:#0f172a;font-variant-numeric:tabular-nums;transition:border-color .12s ease,box-shadow .12s ease}.tema-otp__digit:focus{outline:none}.tema-otp__digit:focus-visible{border-color:#64748b;box-shadow:0 0 0 3px #94a3b833}.tema-otp--lg .tema-otp__digit{width:2.9rem;height:3.1rem;font-size:1.2rem}.tema-cmd{position:fixed;inset:0;z-index:115;opacity:0;visibility:hidden;transition:opacity .18s ease,visibility .18s ease}.tema-cmd.is-open{opacity:1;visibility:visible}.tema-cmd__backdrop{position:absolute;inset:0;background:#0f172a80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.tema-cmd__panel{position:relative;margin:8vh auto 0;width:min(92vw,42rem);border-radius:1rem;border:1px solid rgb(226 232 240);background:#fff;box-shadow:0 25px 60px -16px #0f172a59;overflow:hidden;transform:translateY(12px);transition:transform .2s ease}.tema-cmd.is-open .tema-cmd__panel{transform:translateY(0)}.tema-cmd__search{padding:.8rem;border-bottom:1px solid rgb(241 245 249)}.tema-cmd__input{width:100%;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#f8fafc;color:#0f172a;font-size:.875rem;padding:.65rem .85rem}.tema-cmd__input:focus{outline:none}.tema-cmd__input:focus-visible{border-color:#64748b;background:#fff}.tema-cmd__list{margin:0;padding:.5rem;max-height:20rem;overflow-y:auto;list-style:none}.tema-cmd__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.65rem .75rem;border-radius:.65rem;text-decoration:none;color:#1e293b;font-size:.875rem;transition:background .12s ease,color .12s ease}.tema-cmd__item:hover,.tema-cmd__item.is-active{background:#f1f5f9;color:#0f172a}.tema-cmd__item kbd{border:1px solid rgb(203 213 225);border-bottom-width:2px;border-radius:.45rem;padding:.1rem .35rem;font-size:.6875rem;color:#475569;background:#fff}.tema-cmd__empty{margin:0;padding:.8rem 1rem 1rem;color:#64748b;font-size:.8125rem}.tema-cmd__empty[hidden]{display:none!important}.tema-card{border:1px solid rgb(226 232 240);border-radius:.75rem;background:#fff;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.tema-card:hover{box-shadow:0 4px 16px #0f172a14;border-color:#cbd5e1}.tema-card__img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.tema-card__body{padding:1rem 1.125rem}.tema-card__title{margin:0;font-size:.9375rem;font-weight:700;color:#0f172a;line-height:1.4}.tema-card__desc{margin:.375rem 0 0;font-size:.8125rem;line-height:1.55;color:#64748b}.tema-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.75rem 1.125rem;border-top:1px solid rgb(241 245 249)}.tema-card--horizontal{display:flex}.tema-card--horizontal .tema-card__img{flex:0 0 40%;aspect-ratio:auto;height:auto}.tema-card--horizontal .tema-card__body{flex:1;display:flex;flex-direction:column;justify-content:center}.tema-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:#334155;background:#fff;border:1px solid rgb(226 232 240);border-radius:9999px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.tema-chip:hover{background:#f8fafc;border-color:#cbd5e1}.tema-chip.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.tema-chip__icon{width:1rem;height:1rem;flex-shrink:0}.tema-chip__close{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border:none;background:none;color:currentColor;opacity:.5;cursor:pointer;padding:0;border-radius:50%;transition:opacity .12s ease}.tema-chip__close:hover{opacity:1}.tema-divider{display:flex;align-items:center;gap:.75rem;color:#94a3b8;font-size:.75rem;font-weight:500}.tema-divider:before,.tema-divider:after{content:"";flex:1;height:1px;background:#e2e8f0}.tema-divider--dashed:before,.tema-divider--dashed:after{border-top:1px dashed rgb(203 213 225);background:none;height:0}.tema-divider:empty:after{display:none}.tema-divider:empty:before{flex:1}.tema-kbd{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .4rem;font-size:.6875rem;font-weight:600;font-family:SF Mono,Fira Code,monospace;color:#475569;background:#f8fafc;border:1px solid rgb(203 213 225);border-bottom-width:2px;border-radius:.375rem;white-space:nowrap;line-height:1.5}.tema-kbd--lg{padding:.25rem .5rem;font-size:.75rem}.tema-pricing{border:1px solid rgb(226 232 240);border-radius:1rem;background:#fff;padding:1.5rem;text-align:center;transition:box-shadow .2s ease,border-color .2s ease}.tema-pricing:hover{box-shadow:0 8px 24px #0f172a14}.tema-pricing--featured{border-color:#0f172a;box-shadow:0 4px 16px #0f172a1a;position:relative}.tema-pricing__badge{position:absolute;top:-.625rem;left:50%;transform:translate(-50%);padding:.125rem .75rem;font-size:.6875rem;font-weight:700;color:#fff;background:#0f172a;border-radius:9999px;white-space:nowrap}.tema-pricing__name{margin:0;font-size:.875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.tema-pricing__price{margin:.75rem 0 .25rem;font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1}.tema-pricing__price small{font-size:.875rem;font-weight:500;color:#64748b}.tema-pricing__desc{margin:0 0 1rem;font-size:.8125rem;color:#64748b}.tema-pricing__features{list-style:none;margin:0 0 1.25rem;padding:0;text-align:left;display:flex;flex-direction:column;gap:.5rem}.tema-pricing__feature{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#334155}.tema-pricing__feature svg{flex-shrink:0;width:1.125rem;height:1.125rem;color:#16a34a}.tema-pricing__feature--disabled{color:#94a3b8;text-decoration:line-through}.tema-pricing__feature--disabled svg{color:#cbd5e1}.tema-testimonial{border:1px solid rgb(226 232 240);border-radius:.75rem;background:#fff;padding:1.25rem}.tema-testimonial__quote{margin:0;font-size:.875rem;line-height:1.65;color:#334155;font-style:italic}.tema-testimonial__author{display:flex;align-items:center;gap:.75rem;margin-top:1rem;padding-top:.875rem;border-top:1px solid rgb(241 245 249)}.tema-testimonial__avatar{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;background:#e2e8f0}.tema-testimonial__name{font-size:.8125rem;font-weight:700;color:#0f172a;line-height:1.3}.tema-testimonial__role{font-size:.75rem;color:#64748b}.tema-feature{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.tema-feature:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0f172a0f}.tema-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.625rem;background:#f1f5f9;color:#334155}.tema-feature__icon svg{width:1.25rem;height:1.25rem}.tema-feature__title{margin:0;font-size:.9375rem;font-weight:700;color:#0f172a}.tema-feature__desc{margin:0;font-size:.8125rem;line-height:1.55;color:#64748b}.tema-feature--center{align-items:center;text-align:center}.tema-countdown{display:inline-flex;align-items:center;gap:.5rem}.tema-countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:3.5rem;padding:.625rem .5rem;border-radius:.625rem;border:1px solid rgb(226 232 240);background:#fff}.tema-countdown__value{font-size:1.5rem;font-weight:800;color:#0f172a;line-height:1;font-variant-numeric:tabular-nums}.tema-countdown__label{margin-top:.25rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.tema-countdown__sep{font-size:1.25rem;font-weight:700;color:#cbd5e1;line-height:1}.tema-countdown--dark .tema-countdown__unit{background:#0f172a;border-color:#1e293b}.tema-countdown--dark .tema-countdown__value{color:#fff}.tema-countdown--dark .tema-countdown__label{color:#94a3b8}.tema-back-to-top{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:1px solid rgb(226 232 240);background:#fff;color:#334155;cursor:pointer;box-shadow:0 4px 12px #0f172a1a;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background .15s ease}.tema-back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.tema-back-to-top:hover{background:#0f172a;border-color:#0f172a;color:#fff}.tema-back-to-top svg{width:1.25rem;height:1.25rem}.tema-search{position:relative;width:100%}.tema-search__icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.125rem;height:1.125rem;color:#94a3b8;pointer-events:none}.tema-search__input{width:100%;padding:.625rem .75rem .625rem 2.5rem;font-size:.875rem;color:#0f172a;background:#fff;border:1px solid rgb(226 232 240);border-radius:.75rem;transition:border-color .15s ease,box-shadow .15s ease}.tema-search__input::placeholder{color:#94a3b8}.tema-search__input:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 3px #94a3b826}.tema-search__clear{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:none;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:#f1f5f9;border-radius:50%;color:#64748b;cursor:pointer;transition:background .12s ease}.tema-search__clear:hover{background:#e2e8f0}.tema-search__input:not(:placeholder-shown)~.tema-search__clear{display:inline-flex}.tema-search--lg .tema-search__input{padding:.875rem .875rem .875rem 2.75rem;font-size:1rem;border-radius:1rem}.tema-search--lg .tema-search__icon{left:.875rem;width:1.25rem;height:1.25rem}.tema-newsletter{border:1px solid rgb(226 232 240);border-radius:1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:1.5rem;text-align:center}.tema-newsletter__title{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}.tema-newsletter__desc{margin:.375rem 0 1rem;font-size:.8125rem;color:#64748b}.tema-newsletter__form{display:flex;gap:.5rem;max-width:24rem;margin:0 auto}.tema-newsletter__input{flex:1;padding:.625rem .875rem;font-size:.875rem;border:1px solid rgb(226 232 240);border-radius:.625rem;background:#fff;color:#0f172a}.tema-newsletter__input:focus{outline:none;border-color:#64748b}.tema-newsletter__btn{padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff;background:#0f172a;border:none;border-radius:.625rem;cursor:pointer;white-space:nowrap;transition:background .15s ease}.tema-newsletter__btn:hover{background:#1e293b}@media(max-width:480px){.tema-newsletter__form{flex-direction:column}}.tema-social{display:inline-flex;align-items:center;gap:.375rem}.tema-social__link{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;border:1px solid rgb(226 232 240);background:#fff;color:#64748b;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.tema-social__link:hover{background:#0f172a;border-color:#0f172a;color:#fff}.tema-social__link svg{width:1rem;height:1rem}.tema-social--circle .tema-social__link{border-radius:50%}.tema-social--lg .tema-social__link{width:2.75rem;height:2.75rem}.tema-social--lg .tema-social__link svg{width:1.25rem;height:1.25rem}.tema-video{position:relative;overflow:hidden;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#0f172a;aspect-ratio:16 / 9}.tema-video__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.tema-video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;border:2px solid rgb(255 255 255 / .4);background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;cursor:pointer;transition:background .15s ease,transform .15s ease}.tema-video__play:hover{background:#ffffff4d;transform:translate(-50%,-50%) scale(1.08)}.tema-video__play svg{width:1.5rem;height:1.5rem;margin-left:2px}.tema-video.is-playing .tema-video__poster,.tema-video.is-playing .tema-video__play{opacity:0;pointer-events:none}.tema-video iframe,.tema-video video,.tema-video .tema-video__frame{position:absolute;inset:0;z-index:1;width:100%;height:100%;border:0}.tema-video video.tema-video__frame{background:#000;object-fit:contain}.tema-tag-cloud{display:flex;flex-wrap:wrap;gap:.375rem}.tema-tag-cloud__item{display:inline-flex;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;color:#475569;background:#f8fafc;border:1px solid rgb(226 232 240);border-radius:.375rem;text-decoration:none;transition:background .12s ease,color .12s ease,border-color .12s ease}.tema-tag-cloud__item:hover{background:#0f172a;border-color:#0f172a;color:#fff}.tema-tag-cloud__count{margin-left:.25rem;font-size:.625rem;color:#94a3b8}.tema-tag-cloud__item:hover .tema-tag-cloud__count{color:#cbd5e1}.tema-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-radius:.75rem;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff}.tema-banner__content{flex:1}.tema-banner__title{margin:0;font-size:1rem;font-weight:700}.tema-banner__desc{margin:.25rem 0 0;font-size:.8125rem;color:#cbd5e1}.tema-banner__action{flex-shrink:0}.tema-banner--light{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#0f172a;border:1px solid rgb(226 232 240)}.tema-banner--light .tema-banner__desc{color:#64748b}.tema-blockquote{position:relative;padding:1rem 1.25rem;border-left:3px solid rgb(15 23 42);background:#f8fafc;border-radius:0 .5rem .5rem 0}.tema-blockquote__text{margin:0;font-size:.9375rem;line-height:1.65;color:#1e293b;font-style:italic}.tema-blockquote__cite{display:block;margin-top:.625rem;font-size:.8125rem;font-weight:600;color:#64748b;font-style:normal}.tema-blockquote--accent{border-left-color:rgb(var(--renk-600));background:#ecfeff80}.tema-team{text-align:center;padding:1.5rem 1rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff;transition:box-shadow .2s ease}.tema-team:hover{box-shadow:0 4px 16px #0f172a0f}.tema-team__avatar{width:4.5rem;height:4.5rem;border-radius:50%;object-fit:cover;margin:0 auto;display:block;background:#e2e8f0}.tema-team__name{margin:.75rem 0 0;font-size:.9375rem;font-weight:700;color:#0f172a}.tema-team__role{margin:.125rem 0 0;font-size:.75rem;color:#64748b}.tema-team__links{display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:.75rem}.tema-team__link{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:50%;color:#64748b;text-decoration:none;transition:color .15s ease,background .15s ease}.tema-team__link:hover{color:#0f172a;background:#f1f5f9}.tema-team__link svg{width:.875rem;height:.875rem}.tema-faq{display:flex;flex-direction:column;gap:.5rem}.tema-faq__item{border:1px solid rgb(226 232 240);border-radius:.75rem;background:#fff;overflow:hidden}.tema-faq__question{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;font-size:.875rem;font-weight:600;color:#0f172a;text-align:left;background:none;border:none;cursor:pointer;transition:background .12s ease}.tema-faq__question:hover{background:#f8fafc}.tema-faq__chevron{flex-shrink:0;width:1.25rem;height:1.25rem;color:#94a3b8;transition:transform .2s ease}.tema-faq__item.is-open .tema-faq__chevron{transform:rotate(180deg);color:#0f172a}.tema-faq__answer{max-height:0;overflow:hidden;transition:max-height .25s ease}.tema-faq__answer-content{padding:0 1rem 1rem;font-size:.8125rem;line-height:1.6;color:#475569}.tema-scroll-progress{position:fixed;top:0;left:0;right:0;z-index:999;height:3px;background:transparent}.tema-scroll-progress__bar{height:100%;width:0;background:#0f172a;transition:width .05s linear}.tema-scroll-progress--accent .tema-scroll-progress__bar{background:linear-gradient(90deg,rgb(var(--renk-600)),rgb(var(--renk-300)))}.tema-swatch{position:relative;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;max-width:100%}.tema-swatch--scroll{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding:.375rem .125rem .5rem;margin:-.125rem 0;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgb(203 213 225 / .8) transparent}.tema-swatch--scroll::-webkit-scrollbar{height:4px}.tema-swatch--scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.tema-swatch--scroll .tema-swatch__color{flex-shrink:0}.tema-swatch__color{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:9999px;cursor:pointer;overflow:hidden;background-clip:padding-box;transition:transform .18s cubic-bezier(.34,1.2,.64,1),box-shadow .18s ease;box-shadow:0 1px 3px #0f172a14,0 0 0 1.5px #0f172a1a inset,0 0 0 1px #ffffff4d inset}.tema-swatch__color:hover:not(:disabled):not([aria-disabled=true]){transform:translateY(-2px) scale(1.08);box-shadow:0 8px 18px -6px #0f172a33,0 0 0 1.5px #0f172a1f inset,0 0 0 1px #fff6 inset}.tema-swatch__color:focus{outline:none}.tema-swatch__color:focus-visible{outline:none;box-shadow:0 0 0 2px #fff,0 0 0 4px rgb(var(--renk-600)),0 4px 12px -4px #0f172a26}.tema-swatch__color:disabled,.tema-swatch__color[aria-disabled=true]{opacity:.5;cursor:not-allowed;transform:none!important;filter:grayscale(.4) saturate(.7);box-shadow:0 0 0 1.5px #94a3b866 inset}.tema-swatch__color:disabled:before,.tema-swatch__color[aria-disabled=true]:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom right,transparent calc(50% - .75px),rgb(255 255 255 / .85) calc(50% - .75px) calc(50% + .75px),transparent calc(50% + .75px));border-radius:inherit;pointer-events:none;z-index:2}.tema-swatch__color.is-active{transform:translateY(-1px);z-index:1;box-shadow:0 0 0 2px #fff,0 0 0 3.5px rgb(var(--renk-600)),0 8px 20px -8px #0f172a38}.tema-swatch__color--light.is-active{box-shadow:0 0 0 2px #fff,0 0 0 3.5px rgb(var(--renk-600)),0 8px 20px -8px #0f172a29}.tema-swatch__color--check{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;border-radius:inherit;background:#0000003d;color:#fff;opacity:0;transition:opacity .14s ease;pointer-events:none;z-index:1}.tema-swatch__color--check svg{width:13px;height:13px;display:block;flex-shrink:0}.tema-swatch__color.is-active .tema-swatch__color--check{opacity:1}.tema-swatch__color--light .tema-swatch__color--check{background:#ffffff8c;color:#0f172a}.tema-swatch--sm .tema-swatch__color{width:1.5rem;height:1.5rem}.tema-swatch--sm .tema-swatch__color--check svg{width:10px;height:10px}.tema-swatch--lg .tema-swatch__color{width:2.5rem;height:2.5rem}.tema-swatch--lg .tema-swatch__color--check svg{width:16px;height:16px}.tema-swatch__label{display:inline-flex;align-items:center;margin-left:.25rem;font-size:.8125rem;font-weight:500;letter-spacing:-.01em;color:#334155;min-width:3.5rem;transition:opacity .12s ease}.tema-swatch__label[aria-live]{padding-left:.125rem}@media(hover:none)and (pointer:coarse){.tema-swatch__color{width:2.25rem;height:2.25rem}.tema-swatch--sm .tema-swatch__color{width:1.875rem;height:1.875rem}}.tema-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;line-height:1.25;border-radius:.625rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease,opacity .15s ease;white-space:nowrap}.tema-btn:disabled,.tema-btn[aria-disabled=true]{opacity:.5;cursor:not-allowed;pointer-events:none}.tema-btn--primary{background:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi));border-color:rgb(var(--renk-600))}.tema-btn--primary:hover:not(:disabled){background:rgb(var(--renk-700));border-color:rgb(var(--renk-700));color:rgb(var(--renk-ust-yazi-hover))}.tema-btn--secondary{background:#fff;color:#0f172a;border-color:#e2e8f0;box-shadow:0 1px 2px #0f172a0a}.tema-btn--secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.tema-btn--ghost{background:transparent;color:#334155;border-color:transparent}.tema-btn--ghost:hover:not(:disabled){background:#f1f5f9;color:#0f172a}.tema-btn--danger{background:#dc2626;color:#fff;border-color:#dc2626}.tema-btn--danger:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.tema-btn--link{background:transparent;color:rgb(var(--renk-600));border-color:transparent;padding:.25rem .375rem;font-weight:600}.tema-btn--link:hover:not(:disabled){color:rgb(var(--renk-700));text-decoration:underline;text-underline-offset:3px}.tema-btn--sm{padding:.375rem .75rem;font-size:.8125rem;border-radius:.5rem}.tema-btn--lg{padding:.75rem 1.25rem;font-size:.9375rem;border-radius:.75rem}.tema-btn--icon{padding:.625rem;aspect-ratio:1}.tema-btn--icon.tema-btn--sm{padding:.375rem}.tema-btn--icon.tema-btn--lg{padding:.75rem}.tema-btn--block{width:100%}.tema-btn.is-loading,.tema-btn[aria-busy=true]{position:relative;pointer-events:none;color:transparent!important}.tema-btn.is-loading .tema-spinner,.tema-btn[aria-busy=true] .tema-spinner{position:absolute}.tema-btn--primary.is-loading .tema-spinner,.tema-btn--primary[aria-busy=true] .tema-spinner,.tema-btn--danger.is-loading .tema-spinner,.tema-btn--danger[aria-busy=true] .tema-spinner{border-color:#ffffff59;border-top-color:#fff}.tema-spinner{display:inline-block;width:1.125rem;height:1.125rem;border:2px solid rgb(226 232 240);border-top-color:#0f172a;border-radius:50%;animation:tema-spin .65s linear infinite;flex-shrink:0;vertical-align:middle}.tema-spinner--sm{width:.875rem;height:.875rem;border-width:2px}.tema-spinner--lg{width:1.5rem;height:1.5rem;border-width:3px}.tema-spinner--inverse{border-color:#ffffff59;border-top-color:#fff}.tema-spinner--muted{border-color:#e2e8f0;border-top-color:#64748b}@keyframes tema-spin{to{transform:rotate(360deg)}}.tema-field{display:flex;flex-direction:column;gap:.375rem;max-width:28rem}.tema-field__label{font-size:.8125rem;font-weight:600;color:#0f172a}.tema-field__optional{font-weight:400;color:#94a3b8}.tema-field__input,.tema-field__textarea{width:100%;padding:.625rem .875rem;font-size:.875rem;line-height:1.45;color:#0f172a;background:#fff;border:1px solid rgb(226 232 240);border-radius:.625rem;transition:border-color .15s ease,box-shadow .15s ease}.tema-field__textarea{min-height:6rem;resize:vertical}.tema-field__input:hover:not(:disabled),.tema-field__textarea:hover:not(:disabled){border-color:#cbd5e1}.tema-field__input:focus,.tema-field__textarea:focus{outline:none;border-color:#64748b;box-shadow:0 0 0 3px #94a3b840}.tema-field__input:disabled,.tema-field__textarea:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.tema-field__hint{font-size:.75rem;line-height:1.4;color:#64748b}.tema-field__error{font-size:.75rem;line-height:1.4;color:#dc2626;display:none}.tema-field--invalid .tema-field__input,.tema-field--invalid .tema-field__textarea{border-color:#fca5a5}.tema-field--invalid .tema-field__input:focus,.tema-field--invalid .tema-field__textarea:focus{border-color:#f87171;box-shadow:0 0 0 3px #fecaca80}.tema-field--invalid .tema-field__error{display:block}.tema-product-card{position:relative;display:flex;flex-direction:column;border-radius:.875rem;border:1px solid rgb(226 232 240);background:#fff;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.tema-product-card:hover{border-color:#cbd5e1;box-shadow:0 12px 40px -12px #0f172a1f}.tema-product-card__media{position:relative;aspect-ratio:4 / 3;background:#f8fafc;overflow:hidden}.tema-product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.tema-product-card:hover .tema-product-card__img{transform:scale(1.04)}.tema-product-card__badges{position:absolute;top:.5rem;left:.5rem;display:flex;flex-wrap:wrap;gap:.25rem;z-index:1}.tema-product-card__actions{position:absolute;top:.5rem;right:.5rem;display:flex;flex-direction:column;gap:.25rem;z-index:1}.tema-product-card__fav{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:50%;border:none;background:#fff;color:#64748b;box-shadow:0 2px 8px #0f172a14;cursor:pointer;transition:color .15s ease,transform .15s ease}.tema-product-card__fav:hover,.tema-product-card__fav[aria-pressed=true]{color:#e11d48}.tema-product-card__body{display:flex;flex-direction:column;gap:.375rem;padding:.875rem 1rem 1rem;flex:1}.tema-product-card__vendor{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.tema-product-card__title{margin:0;font-size:.9375rem;font-weight:600;line-height:1.35;color:#0f172a}.tema-product-card__title a{color:inherit;text-decoration:none}.tema-product-card__title a:hover{text-decoration:underline;text-underline-offset:3px}.tema-product-card__meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-top:.125rem}.tema-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.75rem;margin-top:auto;padding-top:.5rem}.tema-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem .5rem}.tema-price__current{font-size:1rem;font-weight:700;color:#0f172a}.tema-price__old{font-size:.8125rem;color:#94a3b8;text-decoration:line-through}.tema-price__discount{font-size:.6875rem;font-weight:700;padding:.125rem .375rem;border-radius:.25rem;background:#fee2e2;color:#b91c1c}.tema-logo-cloud{padding:1.25rem 1rem;border-radius:.875rem;border:1px solid rgb(226 232 240);background:#f8fafc}.tema-logo-cloud__label{text-align:center;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 1rem}.tema-logo-cloud__grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2rem}.tema-logo-cloud__item{display:flex;align-items:center;justify-content:center;opacity:.55;filter:grayscale(1);transition:opacity .2s ease,filter .2s ease}.tema-logo-cloud__item:hover{opacity:1;filter:grayscale(0)}.tema-logo-cloud__item img{max-height:1.75rem;width:auto;max-width:6.5rem;object-fit:contain}.tema-cta-band{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;border-radius:.875rem;background:linear-gradient(120deg,#0f172a,#1e293b);color:#fff}@media(min-width:640px){.tema-cta-band{flex-direction:row;align-items:center;justify-content:space-between}}.tema-cta-band__text{flex:1;min-width:0}.tema-cta-band__title{margin:0;font-size:1.0625rem;font-weight:700;letter-spacing:-.02em}.tema-cta-band__desc{margin:.25rem 0 0;font-size:.8125rem;line-height:1.5;color:#cbd5e1}.tema-cta-band__actions{display:flex;flex-wrap:wrap;gap:.5rem;flex-shrink:0}.tema-cta-band--soft{background:#f1f5f9;color:#0f172a;border:1px solid rgb(226 232 240)}.tema-cta-band--soft .tema-cta-band__desc{color:#64748b}.tema-trust-bar{display:grid;grid-template-columns:1fr;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff}@media(min-width:640px){.tema-trust-bar{grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem 1.25rem}}.tema-trust-bar__item{display:flex;align-items:flex-start;gap:.625rem}.tema-trust-bar__icon{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#f0fdfa;color:#0d9488}.tema-trust-bar__icon svg{width:1.125rem;height:1.125rem}.tema-trust-bar__title{margin:0;font-size:.8125rem;font-weight:700;color:#0f172a}.tema-trust-bar__desc{margin:.125rem 0 0;font-size:.75rem;line-height:1.45;color:#64748b}.tema-skip-link{position:absolute;top:0;left:0;z-index:9999;padding:.75rem 1rem;font-size:.875rem;font-weight:600;color:#fff;background:#0f172a;border-radius:0 0 .5rem;text-decoration:none;transform:translateY(-120%);transition:transform .2s ease}.tema-skip-link:focus{transform:translateY(0);outline:2px solid #fff;outline-offset:2px}.tema-check{display:inline-flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;line-height:1.45;color:#334155}.tema-check__input{position:absolute;opacity:0;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.tema-check__box{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem;border-radius:.25rem;border:2px solid rgb(203 213 225);background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:border-color .15s ease,background .15s ease}.tema-check__box svg{width:.625rem;height:.625rem;color:rgb(var(--renk-ust-ifade));opacity:0;transform:scale(.85);transition:opacity .12s ease,transform .12s ease}.tema-check__input:checked+.tema-check__box{border-color:rgb(var(--renk-ifade-koyu));background:rgb(var(--renk-ifade-koyu))}.tema-check__input:checked+.tema-check__box svg{opacity:1;transform:scale(1)}.tema-check__input:focus-visible+.tema-check__box{outline:2px solid rgb(var(--renk-600));outline-offset:2px}.tema-check__input:disabled+.tema-check__box{opacity:.45;cursor:not-allowed}.tema-check--error .tema-check__box{border-color:#fca5a5}.tema-radio-group{display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0;border:none;min-width:0}.tema-radio-group__legend{font-size:.8125rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.tema-radio{display:inline-flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.875rem;color:#334155}.tema-radio__input{position:absolute;opacity:0;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.tema-radio__dot{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem;border-radius:50%;border:2px solid rgb(203 213 225);background:#fff;display:flex;align-items:center;justify-content:center;transition:border-color .15s ease}.tema-radio__dot:after{content:"";width:.375rem;height:.375rem;border-radius:50%;background:transparent;transition:background .12s ease}.tema-radio__input:checked+.tema-radio__dot{border-color:rgb(var(--renk-ifade-koyu))}.tema-radio__input:checked+.tema-radio__dot:after{background:rgb(var(--renk-ifade-koyu))}.tema-radio__input:focus-visible+.tema-radio__dot{outline:2px solid rgb(var(--renk-600));outline-offset:2px}.tema-range{width:100%;max-width:22rem}.tema-range__meta{display:flex;justify-content:space-between;align-items:baseline;font-size:.75rem;color:#64748b;margin-bottom:.375rem}.tema-range__input{width:100%;height:6px;border-radius:999px;background:#e2e8f0;-webkit-appearance:none;appearance:none}.tema-range__input::-webkit-slider-thumb{-webkit-appearance:none;width:1.125rem;height:1.125rem;border-radius:50%;background:#0f172a;border:2px solid #fff;box-shadow:0 1px 4px #0f172a33;cursor:pointer}.tema-range__input::-moz-range-thumb{width:1.125rem;height:1.125rem;border-radius:50%;background:#0f172a;border:2px solid #fff;cursor:pointer}.tema-sizes{display:flex;flex-wrap:wrap;gap:.375rem}.tema-sizes__item{position:relative;cursor:pointer}.tema-sizes__radio{position:absolute;opacity:0;width:0;height:0}.tema-sizes__face{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.4rem .65rem;font-size:.8125rem;font-weight:600;border:1px solid rgb(226 232 240);border-radius:.375rem;background:#fff;color:#334155;transition:border-color .12s ease,background .12s ease,color .12s ease}.tema-sizes__item:hover .tema-sizes__face{border-color:#94a3b8}.tema-sizes__radio:checked+.tema-sizes__face{border-color:#0f172a;background:#0f172a;color:#fff}.tema-sizes__radio:focus-visible+.tema-sizes__face{outline:2px solid rgb(var(--renk-600));outline-offset:2px}.tema-sizes__radio:disabled+.tema-sizes__face{opacity:.45;cursor:not-allowed;text-decoration:line-through}.tema-pay-icons{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.tema-pay-icons__item{display:inline-flex;align-items:center;justify-content:center;min-width:2.75rem;padding:.35rem .5rem;font-size:.5625rem;font-weight:800;letter-spacing:.04em;color:#475569;background:#f8fafc;border:1px solid rgb(226 232 240);border-radius:.35rem}.tema-lang{display:inline-flex;border-radius:9999px;border:1px solid rgb(226 232 240);background:#fff;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.tema-lang__btn{padding:.35rem .85rem;font-size:.75rem;font-weight:600;border:none;background:transparent;color:#64748b;cursor:pointer;transition:background .12s ease,color .12s ease}.tema-lang__btn:hover{color:#0f172a;background:#f8fafc}.tema-lang__btn.is-active{background:#0f172a;color:#fff}.tema-spec-dl{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.5rem 1rem;margin:0;font-size:.8125rem}.tema-spec-dl dt{margin:0;color:#64748b;font-weight:500}.tema-spec-dl dd{margin:0;font-weight:600;color:#0f172a;text-align:right}.tema-media{display:flex;gap:1rem;align-items:flex-start}.tema-media__img{width:4rem;height:4rem;flex-shrink:0;border-radius:.5rem;object-fit:cover;border:1px solid rgb(226 232 240)}.tema-media__body{min-width:0;flex:1}.tema-media__title{margin:0;font-size:.9375rem;font-weight:600;color:#0f172a}.tema-media__desc{margin:.25rem 0 0;font-size:.8125rem;line-height:1.5;color:#64748b}.tema-toc{padding:1rem 1.125rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#f8fafc}.tema-toc__title{margin:0 0 .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8}.tema-toc__list{list-style:none;margin:0;padding:0}.tema-toc__item{margin:0}.tema-toc__link{display:block;padding:.3rem 0 .3rem .625rem;font-size:.8125rem;color:#475569;text-decoration:none;border-left:2px solid transparent;transition:color .12s ease,border-color .12s ease}.tema-toc__link:hover{color:#0f172a}.tema-toc__link.is-active{border-left-color:rgb(var(--renk-700));color:#0f172a;font-weight:600}.tema-fcmp{width:100%;border-collapse:collapse;font-size:.8125rem;border-radius:.75rem;overflow:hidden;border:1px solid rgb(226 232 240)}.tema-fcmp th,.tema-fcmp td{padding:.625rem .875rem;text-align:left;border-bottom:1px solid rgb(241 245 249);background:#fff}.tema-fcmp thead th{background:#f8fafc;font-weight:600;color:#0f172a}.tema-fcmp__tick{text-align:center;color:#16a34a;font-weight:700}.tema-fcmp__cross{text-align:center;color:#cbd5e1;font-weight:600}.tema-contact-row{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:center}.tema-contact-row__item{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#334155;text-decoration:none}.tema-contact-row__item:hover{color:rgb(var(--renk-600))}.tema-contact-row__icon{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:.5rem;background:#f0f9ff;color:#0369a1}.tema-contact-row__icon svg{width:1rem;height:1rem}.tema-nav-pills{display:flex;flex-wrap:wrap;gap:.375rem}.tema-nav-pills__link{display:inline-flex;align-items:center;padding:.4rem .9rem;font-size:.8125rem;font-weight:500;color:#475569;text-decoration:none;border-radius:9999px;border:1px solid rgb(226 232 240);background:#fff;transition:background .12s ease,color .12s ease,border-color .12s ease}.tema-nav-pills__link:hover{border-color:#cbd5e1;color:#0f172a}.tema-nav-pills__link.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.tema-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.625rem 1rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff;box-shadow:0 1px 2px #0f172a0a}.tema-toolbar__left,.tema-toolbar__right{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.tema-toolbar__label{font-size:.75rem;font-weight:600;color:#64748b}.tema-address{padding:1rem 1rem 1rem 1.125rem;border-radius:.75rem;border:1px solid rgb(226 232 240);border-left:4px solid rgb(var(--renk-600));background:#fff}.tema-address__badge{display:inline-block;margin-bottom:.5rem;padding:.125rem .4rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#047857;background:#ecfdf5;border-radius:.25rem}.tema-address__line{margin:0;font-size:.875rem;line-height:1.5;color:#334155}.tema-order-sum{border-radius:.75rem;border:1px solid rgb(226 232 240);overflow:hidden;background:#fff}.tema-order-sum__title{margin:0;padding:.75rem 1rem;font-size:.875rem;font-weight:700;color:#0f172a;border-bottom:1px solid rgb(241 245 249);background:#f8fafc}.tema-order-sum__row{display:flex;justify-content:space-between;gap:1rem;padding:.5rem 1rem;font-size:.8125rem;color:#475569;border-bottom:1px solid rgb(248 250 252)}.tema-order-sum__row--muted{color:#94a3b8}.tema-order-sum__foot{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.9375rem;font-weight:700;color:#0f172a;background:#f8fafc}.tema-link-card{display:flex;align-items:flex-start;gap:.875rem;padding:1rem;border-radius:.75rem;border:1px solid rgb(226 232 240);background:#fff;text-decoration:none;color:inherit;transition:border-color .15s ease,box-shadow .15s ease}.tema-link-card:hover{border-color:#cbd5e1;box-shadow:0 8px 24px -8px #0f172a1a}.tema-link-card__icon{flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#f1f5f9;color:#334155}.tema-link-card__body{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1}.tema-link-card__title{margin:0;font-size:.9375rem;font-weight:600;color:#0f172a}.tema-link-card__meta{margin:.25rem 0 0;font-size:.75rem;color:#64748b}.tema-link-card__arrow{margin-left:auto;flex-shrink:0;color:#94a3b8;font-size:1.125rem;line-height:1}.tema-proof{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;font-size:.8125rem;color:#475569}.tema-proof__avatars{display:flex;align-items:center;padding-right:.25rem}.tema-proof__avatars .tema-avatar{margin-left:-.5rem;border:2px solid #fff;box-shadow:0 0 0 1px #e2e8f0}.tema-proof__avatars .tema-avatar:first-child{margin-left:0}.tema-install{display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .75rem;border-radius:.5rem;font-size:.75rem;font-weight:600;color:#155e75;background:linear-gradient(105deg,#e0f2fe,#ecfeff);border:1px solid rgb(186 230 253)}.tema-readtime{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:500;color:#64748b}.tema-readtime svg{width:.875rem;height:.875rem;flex-shrink:0;opacity:.85}.tema-byline{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.tema-byline__text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.tema-byline__name{font-size:.875rem;font-weight:600;color:rgb(var(--renk-900))}.tema-byline__meta{font-size:.75rem;color:#64748b}.tema-pagination__item:hover{color:rgb(var(--renk-800))}.tema-pagination__item.is-active{background:rgb(var(--renk-600));border-color:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-steps__item.is-complete:not(:last-child):after{background:rgb(var(--renk-600))}.tema-steps__item.is-active .tema-steps__circle,.tema-steps__item.is-complete .tema-steps__circle{border-color:rgb(var(--renk-600));background:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-steps__item.is-active .tema-steps__label,.tema-steps__item.is-complete .tema-steps__label,.tema-tabs__tab:hover{color:rgb(var(--renk-800))}.tema-tabs__tab.is-active{color:rgb(var(--renk-800));border-bottom-color:rgb(var(--renk-600))}.tema-tabs--pill .tema-tabs__tab.is-active,.tema-accordion__trigger{color:rgb(var(--renk-900))}.tema-accordion__item.is-open .tema-accordion__icon{color:rgb(var(--renk-600))}.tema-breadcrumb__link:hover{color:rgb(var(--renk-700))}.tema-breadcrumb__item:last-child .tema-breadcrumb__link{color:rgb(var(--renk-900))}.tema-toggle__input:checked~.tema-toggle__track{background:rgb(var(--renk-600))}.tema-toggle__input:focus-visible~.tema-toggle__track{box-shadow:0 0 0 2px #fff,0 0 0 4px rgb(var(--renk-400))}.tema-carousel__pip.is-active{background:rgb(var(--renk-600))}.tema-gallery__thumb.is-active{border-color:rgb(var(--renk-600))}.tema-timeline__item.is-active .tema-timeline__dot{border-color:rgb(var(--renk-600));background:rgb(var(--renk-600))}.tema-timeline__title{color:rgb(var(--renk-900))}.tema-chip.is-active{background:rgb(var(--renk-600));border-color:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-nav-pills__link:hover{color:rgb(var(--renk-800))}.tema-nav-pills__link.is-active,.tema-back-to-top:hover{background:rgb(var(--renk-600));border-color:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-countdown--dark .tema-countdown__unit{background:rgb(var(--renk-900));border-color:rgb(var(--renk-800))}.tema-countdown--dark .tema-countdown__value{color:rgb(var(--renk-ust-yazi))}.tema-newsletter__btn{background:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-newsletter__btn:hover{background:rgb(var(--renk-700));color:rgb(var(--renk-ust-yazi-hover))}.tema-social__link:hover,.tema-tag-cloud__item:hover{background:rgb(var(--renk-600));border-color:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-banner{background:linear-gradient(135deg,rgb(var(--renk-900)),rgb(var(--renk-700)));color:rgb(var(--renk-ust-yazi))}.tema-banner--light{color:rgb(var(--renk-900))}.tema-blockquote{border-left-color:rgb(var(--renk-800))}.tema-blockquote--accent{background:rgb(var(--renk-50) / .55)}.tema-pricing--featured{border-color:rgb(var(--renk-600))}.tema-pricing__badge{background:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-video{background:rgb(var(--renk-950))}.tema-video__play{color:rgb(var(--renk-ust-yazi))}.tema-range__input::-webkit-slider-thumb{background:rgb(var(--renk-600));border:2px solid rgb(var(--renk-ust-yazi));box-shadow:0 1px 4px #0003}.tema-range__input::-moz-range-thumb{background:rgb(var(--renk-600));border:2px solid rgb(var(--renk-ust-yazi))}.tema-sizes__radio:checked+.tema-sizes__face{border-color:rgb(var(--renk-600));background:rgb(var(--renk-600));color:rgb(var(--renk-ust-yazi))}.tema-swatch__color--check{color:rgb(var(--renk-ust-yazi))}.tema-btn--primary.is-loading .tema-spinner,.tema-btn--primary[aria-busy=true] .tema-spinner,.tema-btn--danger.is-loading .tema-spinner,.tema-btn--danger[aria-busy=true] .tema-spinner{border-color:rgb(var(--renk-ust-yazi) / .35);border-top-color:rgb(var(--renk-ust-yazi))}.tema-spinner{border-top-color:rgb(var(--renk-600))}.tema-stepper__input{color:rgb(var(--renk-900))}.tema-otp__digit{color:rgb(var(--renk-900));caret-color:rgb(var(--renk-600))}.tema-otp__digit:focus-visible{border-color:rgb(var(--renk-500));box-shadow:0 0 0 3px rgb(var(--renk-200) / .65)}.tema-field__label,.tema-field__input,.tema-field__textarea{color:rgb(var(--renk-900))}.tema-field__input:focus,.tema-field__textarea:focus{border-color:rgb(var(--renk-500));box-shadow:0 0 0 3px rgb(var(--renk-200) / .55)}.tema-search__input{color:rgb(var(--renk-900))}.tema-search__input:focus{border-color:rgb(var(--renk-500));box-shadow:0 0 0 3px rgb(var(--renk-200) / .45)}.tema-newsletter__input{color:rgb(var(--renk-900))}.tema-newsletter__input:focus{border-color:rgb(var(--renk-500))}.tema-countdown__value{color:rgb(var(--renk-900))}.tema-cmd__item:hover,.tema-cmd__item.is-active{color:rgb(var(--renk-800))}.tema-alert--info{color:rgb(var(--renk-900))}.tema-consent-bar{background:rgb(var(--renk-950));color:rgb(var(--renk-100))}.tema-pricing__price{color:rgb(var(--renk-900))}@media(prefers-reduced-motion:reduce){.tema-skeleton:after{animation:none!important}.tema-lightbox,.tema-lightbox__img,.tema-dropdown__menu,.tema-accordion__body,.tema-toggle__track,.tema-toggle__thumb,.tema-marquee__track,.tema-popover__content,.tema-cmd,.tema-cmd__panel{transition:none!important}.tema-marquee__track{animation:none!important}.tema-countdown__value,.tema-back-to-top,.tema-scroll-progress__bar,.tema-faq__answer{transition:none!important}.tema-spinner{animation:none!important}.tema-product-card:hover .tema-product-card__img,.tema-swatch__color:hover,.tema-swatch__color.is-active{transform:none!important}.tema-swatch__color--check{transition:none!important}}
