@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-bg: #F5F7FA;--color-bg-secondary: #FFFFFF;--color-bg-tertiary: #EEF1F5;--color-text: #0F172A;--color-text-secondary: #64748B;--color-text-muted: #94A3B8;--color-border: rgba(15, 23, 42, .08);--color-border-hover: rgba(15, 23, 42, .15);--color-primary: #3B82F6;--color-primary-hover: #2563EB;--color-primary-dark: #1D4ED8;--color-primary-light: rgba(59, 130, 246, .1);--color-success: #10B981;--color-warning: #F59E0B;--color-danger: #EF4444;--color-shadow: rgba(15, 23, 42, .08);--color-shadow-lg: rgba(15, 23, 42, .12);--header-bg: #FFFFFF;--footer-bg: #0F172A;--footer-text: #E2E8F0;--footer-text-muted: #94A3B8}[data-theme=dark]{--color-bg: #0F172A;--color-bg-secondary: #1E293B;--color-bg-tertiary: #334155;--color-text: #F1F5F9;--color-text-secondary: #CBD5E1;--color-text-muted: #64748B;--color-border: rgba(241, 245, 249, .1);--color-border-hover: rgba(241, 245, 249, .2);--color-primary: #60A5FA;--color-primary-hover: #3B82F6;--color-primary-dark: #2563EB;--color-primary-light: rgba(96, 165, 250, .15);--color-success: #34D399;--color-warning: #FBBF24;--color-danger: #F87171;--color-shadow: rgba(0, 0, 0, .3);--color-shadow-lg: rgba(0, 0, 0, .5);--header-bg: #1E293B;--footer-bg: #0F172A;--footer-text: #E2E8F0;--footer-text-muted: #64748B}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg);min-height:100vh;display:flex;flex-direction:column;transition:background-color .25s ease,color .25s ease}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:none;cursor:pointer}input,textarea,select{font:inherit;color:inherit}ul,ol{list-style:none}.container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.container{padding:0 16px}}main{flex:1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;line-height:1;border-radius:12px;transition:all .15s ease;cursor:pointer;white-space:nowrap}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-primary-light)}.btn--primary{background:var(--color-primary);color:#fff}.btn--primary:hover{background:var(--color-primary-hover)}.btn--secondary{background:var(--color-bg-tertiary);color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{background:var(--color-border);border-color:var(--color-border-hover)}.btn--ghost{background:transparent;color:var(--color-text-secondary)}.btn--ghost:hover{background:var(--color-bg-tertiary);color:var(--color-text)}.btn--ghost.btn--danger{color:var(--color-danger)}.btn--ghost.btn--danger:hover{background:#ef44441a}.btn--danger{background:var(--color-danger);color:#fff}.btn--danger:hover{background:#dc2626}.btn--icon{padding:10px}.btn--icon svg{width:20px;height:20px}.btn--sm{padding:8px 16px;font-size:13px}.btn--lg{padding:16px 32px;font-size:16px}.form-input{width:100%;padding:12px 16px;font-size:15px;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}.form-input:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-primary-light)}.form-input:hover{border-color:var(--color-border-hover)}.form-input:focus{border-color:var(--color-primary);background:var(--color-bg-secondary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--color-text-muted);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}::selection{background:var(--color-primary);color:#fff}.header{position:sticky;top:0;z-index:100;height:72px;background:var(--header-bg);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .25s ease}.header__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.header__container{padding:0 16px}}.header__container{display:flex;align-items:center;justify-content:space-between;gap:24px;height:100%}.header__left{display:flex;align-items:center;justify-content:flex-start;gap:32px}.header__logo{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:22px;font-weight:700;color:var(--color-text)}.header__logo img{height:32px;width:auto}.header__logo span{background:linear-gradient(135deg,var(--color-primary),#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:flex;align-items:center;justify-content:flex-start;gap:8px}@media(max-width:991px){.header__nav{display:none}}.header__nav-item{position:relative;padding:10px 16px;font-size:14px;font-weight:500;color:var(--color-text-secondary);border-radius:8px;transition:all .15s ease}.header__nav-item:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.header__nav-item.active{color:var(--color-primary)}.header__nav-item--dropdown{display:flex;align-items:center;justify-content:flex-start;gap:6px}.header__nav-item--dropdown svg{width:16px;height:16px;transition:transform .15s ease}.header__nav-item--dropdown:hover svg,.header__nav-item--dropdown.active svg{transform:rotate(180deg)}.header__right{display:flex;align-items:center;justify-content:flex-start;gap:16px}.header__search{position:relative}@media(max-width:767px){.header__search{display:none}}.header__search-input{width:240px;padding:10px 16px 10px 40px;font-size:14px;background:var(--color-bg-tertiary);border:1px solid transparent;border-radius:100px;transition:all .15s ease}.header__search-input::placeholder{color:var(--color-text-muted)}.header__search-input:hover{border-color:var(--color-border)}.header__search-input:focus{width:300px;background:var(--color-bg-secondary);border-color:var(--color-primary);outline:none}.header__search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.header__search-icon svg{width:18px;height:18px}.header__actions{display:flex;align-items:center;justify-content:flex-start;gap:8px}.header__action-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:0;width:40px;height:40px;border-radius:12px;color:var(--color-text-secondary);transition:all .15s ease}.header__action-btn svg{width:20px;height:20px}.header__action-btn:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.header__action-btn__badge{position:absolute;top:6px;right:6px;min-width:16px;height:16px;padding:0 5px;font-size:10px;font-weight:600;color:#fff;background:var(--color-danger);border-radius:100px;display:flex;align-items:center;justify-content:center;gap:0}.header__notifications{position:relative}.header__notifications-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:380px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 16px 48px var(--color-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease;z-index:100}@media(max-width:575px){.header__notifications-dropdown{position:fixed;top:80px;right:12px;left:12px;width:auto}}.header__notifications-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.header__theme-toggle{display:flex;align-items:center;justify-content:center;gap:0;width:40px;height:40px;border-radius:12px;color:var(--color-text-secondary);transition:all .15s ease}.header__theme-toggle svg{width:20px;height:20px}.header__theme-toggle:hover{color:var(--color-warning);background:var(--color-bg-tertiary)}.header__theme-toggle .icon-sun{display:block}.header__theme-toggle .icon-moon,[data-theme=dark] .header__theme-toggle .icon-sun{display:none}[data-theme=dark] .header__theme-toggle .icon-moon{display:block}.header__user{position:relative}.header__user-trigger{display:flex;align-items:center;justify-content:flex-start;gap:10px;padding:6px 12px 6px 6px;border-radius:100px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);transition:all .15s ease;cursor:pointer}.header__user-trigger:hover{border-color:var(--color-border-hover)}.header__user-avatar{width:32px;height:32px;border-radius:50%;overflow:hidden;background:var(--color-primary)}.header__user-avatar img{width:100%;height:100%;object-fit:cover}.header__user-avatar--placeholder{display:flex;align-items:center;justify-content:center;gap:0;font-size:14px;font-weight:600;color:#fff}.header__user-avatar--blocked{opacity:.5;filter:grayscale(100%)}.header__user-name{font-size:14px;font-weight:500;color:var(--color-text)}@media(max-width:575px){.header__user-name{display:none}}.header__user-name--blocked{color:var(--color-text-muted);text-decoration:line-through}.header__user-arrow{color:var(--color-text-muted);transition:transform .15s ease}.header__user-arrow svg{width:16px;height:16px}.header__user-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:240px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 16px 48px var(--color-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .15s ease}.header__user-dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown-header{padding:16px;border-bottom:1px solid var(--color-border)}.header__dropdown-name{font-size:14px;font-weight:600;color:var(--color-text)}.header__dropdown-email{font-size:13px;color:var(--color-text-muted);margin-top:2px}.header__dropdown-balance{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;margin:12px 12px 0;background:var(--color-bg-tertiary);border-radius:12px}.header__dropdown-balance-info{display:flex;flex-direction:column;gap:2px}.header__dropdown-balance-label{font-size:12px;color:var(--color-text-muted)}.header__dropdown-balance-value{font-size:18px;font-weight:700;color:var(--color-text)}.header__dropdown-balance-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-primary);color:#fff;border-radius:12px;transition:all .15s ease}.header__dropdown-balance-btn svg{width:18px;height:18px}.header__dropdown-balance-btn:hover{background:var(--color-primary-hover);transform:scale(1.05)}.header__dropdown-add{padding:12px;border-bottom:1px solid var(--color-border)}.header__dropdown-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border-radius:12px;transition:all .15s ease}.header__dropdown-add-btn svg{width:18px;height:18px}.header__dropdown-add-btn:hover{box-shadow:0 4px 16px #3b82f659}.header__dropdown-subscription{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px;padding:10px 16px;background:linear-gradient(135deg,var(--subscription-color) 0%,rgba(0,0,0,.1) 100%);background-color:var(--subscription-color);border-radius:12px;color:#fff;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.header__dropdown-subscription-icon{font-size:16px}.header__dropdown-upgrade{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px;padding:10px 16px;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:1px dashed rgba(245,158,11,.5);border-radius:12px;color:#f59e0b;font-size:13px;font-weight:600;transition:all .15s ease}.header__dropdown-upgrade svg{width:16px;height:16px}.header__dropdown-upgrade:hover{background:#f59e0b26;border-style:solid}.header__dropdown-nav{padding:8px}.header__dropdown-item{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;padding:10px 12px;font-size:14px;color:var(--color-text-secondary);border-radius:8px;transition:all .15s ease}.header__dropdown-item svg{width:18px;height:18px}.header__dropdown-item:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.header__dropdown-item--danger{color:var(--color-danger)}.header__dropdown-item--danger:hover{background:#ef44441a}.header__dropdown-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;color:#fff;background:var(--color-primary);border-radius:100px;display:flex;align-items:center;justify-content:center;gap:0}.header__dropdown-divider{height:1px;background:var(--color-border);margin:8px}.header__auth{display:flex;align-items:center;justify-content:flex-start;gap:8px}.header__auth .btn{display:flex;align-items:center;justify-content:center;gap:8px}.header__auth .btn svg{width:18px;height:18px;display:none;flex-shrink:0}@media(max-width:575px){.header__auth .btn{width:40px;height:40px;padding:0;justify-content:center}.header__auth .btn span{display:none}.header__auth .btn svg{display:block}}.header__burger{display:none!important;display:flex;align-items:center;justify-content:center;gap:0;width:40px;height:40px;border-radius:12px;color:var(--color-text)}@media(max-width:991px){.header__burger{display:flex!important}}.header__burger svg{width:24px;height:24px}.header__burger:hover{background:var(--color-bg-tertiary)}.mobile-menu{position:fixed;inset:0;z-index:200;background:var(--color-bg-secondary);transform:translate(-100%);transition:transform .25s ease;overflow-y:auto}.mobile-menu.active{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;gap:0;height:72px;padding:0 20px;border-bottom:1px solid var(--color-border)}.mobile-menu__close{display:flex;align-items:center;justify-content:center;gap:0;width:40px;height:40px;border-radius:12px;color:var(--color-text)}.mobile-menu__close svg{width:24px;height:24px}.mobile-menu__close:hover{background:var(--color-bg-tertiary)}.mobile-menu__content{padding:16px}.mobile-menu__nav{display:flex;flex-direction:column;gap:4px}.mobile-menu__nav-item{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:14px 16px;font-size:15px;font-weight:500;color:var(--color-text);border-radius:12px;transition:all .15s ease}.mobile-menu__nav-item svg{width:20px;height:20px;color:var(--color-text-muted)}.mobile-menu__nav-item:hover{background:var(--color-bg-tertiary)}.mobile-menu__nav-item.active{color:var(--color-primary);background:var(--color-primary-light)}.mobile-menu__nav-item.active svg{color:var(--color-primary)}.mobile-menu__divider{height:1px;background:var(--color-border);margin:16px 0}.mobile-menu__footer{padding:16px;border-top:1px solid var(--color-border);margin-top:auto}.mobile-menu__theme-switch{display:flex;align-items:center;justify-content:space-between;gap:0;padding:12px 16px;background:var(--color-bg-tertiary);border-radius:12px}.mobile-menu__theme-label{font-size:14px;font-weight:500;color:var(--color-text)}.notifications-dropdown__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--color-border)}.notifications-dropdown__view-all{font-size:13px;font-weight:500;color:var(--color-primary);transition:opacity .15s ease}.notifications-dropdown__view-all:hover{opacity:.8}.notifications-dropdown__list{max-height:360px;overflow-y:auto}.notifications-dropdown__loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:var(--color-text-muted);font-size:14px}.notifications-dropdown__loading .spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.notifications-dropdown__empty{flex-direction:column;display:flex;align-items:center;justify-content:center;gap:12px;padding:40px 20px;text-align:center}.notifications-dropdown__empty svg{color:var(--color-text-muted)}.notifications-dropdown__empty p{margin:0;font-size:14px;color:var(--color-text-secondary)}.notifications-dropdown__item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid var(--color-border);transition:background-color .15s ease;cursor:pointer}.notifications-dropdown__item--unread{background:var(--color-primary-light)}.notifications-dropdown__item--unread:hover{background:#3b82f626}.notifications-dropdown__item-icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-bg-tertiary);border-radius:12px;color:var(--color-text-secondary)}.notifications-dropdown__item-icon svg{width:20px;height:20px}.notifications-dropdown__item-icon--info{background:var(--color-primary-light);color:var(--color-primary)}.notifications-dropdown__item-title{font-size:14px;font-weight:500;color:var(--color-text);margin:0 0 4px;line-height:1.4}.notifications-dropdown__item-text{font-size:13px;color:var(--color-text-secondary);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notifications-dropdown__item-time{font-size:12px;color:var(--color-text-muted);margin-top:6px}.notifications-dropdown__footer{padding:12px 20px;border-top:1px solid var(--color-border)}.notifications-dropdown__link{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;font-size:14px;font-weight:500;color:var(--color-primary);background:var(--color-primary-light);border-radius:12px;transition:all .15s ease}.notifications-dropdown__link svg{transition:transform .15s ease}.notifications-dropdown__link:hover{background:#3b82f626}.notifications-dropdown__link:hover svg{transform:translate(4px)}.overlay{position:fixed;inset:0;z-index:150;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .15s ease}.overlay.active{opacity:1;visibility:visible}.profile__notify{position:relative}.notify__trigger{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;padding:8px;border-radius:12px;transition:all .15s ease}.notify__trigger svg{width:24px;height:24px}.notify__trigger svg path{stroke:var(--color-text-secondary);transition:stroke .15s ease}.notify__trigger:hover{background:var(--color-bg-tertiary)}.notify__trigger:hover svg path{stroke:var(--color-text)}.notify__badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;color:#fff;background:var(--color-danger);border-radius:100px;display:none;align-items:center;justify-content:center}.notify__badge.active{display:flex}.notify__dropdown{position:absolute;top:calc(100% + 12px);right:0;width:380px;max-height:500px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;box-shadow:0 20px 60px var(--color-shadow-lg);opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .15s ease;z-index:200;display:flex;flex-direction:column}.notify__dropdown.active{opacity:1;visibility:visible;transform:translateY(0)}@media(max-width:575px){.notify__dropdown{width:calc(100vw - 32px);right:-100px}}.dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.dropdown__title{font-size:16px;font-weight:600;color:var(--color-text)}.dropdown__header-actions{display:flex;align-items:center;gap:12px}.dropdown__sound-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-bg-tertiary);border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.dropdown__sound-toggle svg{width:18px;height:18px}.dropdown__sound-toggle:hover{color:var(--color-text);background:var(--color-bg)}.dropdown__sound-toggle.sound-off{color:var(--color-danger);background:#ef44441a}.dropdown__read-all{font-size:13px;font-weight:500;color:var(--color-primary);background:none;border:none;cursor:pointer;padding:0}.dropdown__list{flex:1;overflow-y:auto;max-height:350px}.dropdown__list::-webkit-scrollbar{width:6px}.dropdown__list::-webkit-scrollbar-track{background:transparent}.dropdown__list::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.notifications-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center;color:var(--color-text-muted)}.notifications-empty svg{opacity:.4;margin-bottom:12px}.notifications-empty span{font-size:14px}.notification-item{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;position:relative;transition:background-color .15s ease}.notification-item:hover{background:var(--color-bg-tertiary)}.notification-item:not(.is-read){background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-bg-secondary) 100%)}.notification-item:not(.is-read):before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-primary)}.notification-item:not(:last-child){border-bottom:1px solid var(--color-border)}.notification-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;background:var(--color-bg-tertiary);border-radius:12px;color:var(--color-text-secondary)}.notification-icon svg{width:20px;height:20px}.notification-content{flex:1;min-width:0}.notification-title{font-size:14px;font-weight:600;color:var(--color-text);margin-bottom:4px}.notification-message{font-size:13px;color:var(--color-text-secondary);line-height:1.4;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:12px;color:var(--color-text-muted)}.notification-actions{display:flex;gap:4px;flex-shrink:0}.notification-action{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.notification-action:hover{color:var(--color-text);background:var(--color-bg)}.notification-action[data-action=delete]:hover{color:var(--color-danger);background:#ef44441a}.notification-action[data-action=read]:hover{color:var(--color-success);background:#10b9811a}.notification-link{position:absolute;inset:0;z-index:1}.notification-actions{position:relative;z-index:2}.dropdown__footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--color-border);background:var(--color-bg-tertiary);border-radius:0 0 24px 24px}.dropdown__view-all{font-size:13px;font-weight:500;color:var(--color-primary)}.dropdown__clear-all{font-size:13px;font-weight:500;color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:0;transition:color .15s ease}.dropdown__clear-all:hover{color:var(--color-danger)}.notifications-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--color-border)}.notifications-dropdown__title{font-size:16px;font-weight:600;color:var(--color-text);margin:0}.notifications-dropdown__header-actions{display:flex;align-items:center;gap:8px}.notifications-dropdown__sound-toggle,.notifications-dropdown__mark-all,.notifications-dropdown__clear-all{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-bg-tertiary);border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.notifications-dropdown__sound-toggle svg,.notifications-dropdown__mark-all svg,.notifications-dropdown__clear-all svg{width:18px;height:18px}.notifications-dropdown__sound-toggle:hover,.notifications-dropdown__mark-all:hover,.notifications-dropdown__clear-all:hover{color:var(--color-text);background:var(--color-bg)}.notifications-dropdown__sound-toggle .sound-icon-off{display:none}.notifications-dropdown__sound-toggle.sound-off{color:var(--color-danger);background:#ef44441a}.notifications-dropdown__sound-toggle.sound-off .sound-icon-on{display:none}.notifications-dropdown__sound-toggle.sound-off .sound-icon-off{display:block}.notifications-dropdown__mark-all:hover{color:var(--color-success);background:#10b9811a}.notifications-dropdown__clear-all:hover{color:var(--color-danger);background:#ef44441a}.notifications-dropdown__list{max-height:400px;overflow-y:auto}.notifications-dropdown__list::-webkit-scrollbar{width:6px}.notifications-dropdown__list::-webkit-scrollbar-track{background:transparent}.notifications-dropdown__list::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.notifications-dropdown__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;color:var(--color-text-muted)}.notifications-dropdown__loading .spinner{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.notifications-dropdown__loading span{font-size:14px}.notifications-dropdown__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:48px 24px;text-align:center;color:var(--color-text-muted)}.notifications-dropdown__empty svg{opacity:.4}.notifications-dropdown__empty p{font-size:14px;margin:0}.notifications-dropdown__item{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;border-bottom:1px solid var(--color-border);transition:background-color .15s ease;cursor:pointer}.notifications-dropdown__item:hover{background:var(--color-bg-tertiary)}.notifications-dropdown__item:last-child{border-bottom:none}.notifications-dropdown__item--unread{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-bg-secondary) 100%);position:relative}.notifications-dropdown__item--unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--color-primary)}.notifications-dropdown__item-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;background:var(--color-bg-tertiary);border-radius:12px;color:var(--color-text-secondary)}.notifications-dropdown__item-icon svg{width:18px;height:18px}.notifications-dropdown__item-icon--success{background:#10b9811a;color:#10b981}.notifications-dropdown__item-icon--error{background:#ef44441a;color:#ef4444}.notifications-dropdown__item-icon--warning{background:#f59e0b1a;color:#f59e0b}.notifications-dropdown__item-icon--info{background:#3b82f61a;color:#3b82f6}.notifications-dropdown__item-content{flex:1;min-width:0}.notifications-dropdown__item-title{font-size:14px;font-weight:600;color:var(--color-text);margin:0 0 4px;line-height:1.3}.notifications-dropdown__item-text{font-size:13px;color:var(--color-text-secondary);margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notifications-dropdown__item-time{font-size:12px;color:var(--color-text-muted)}.notifications-dropdown__item-actions{display:flex;gap:4px;flex-shrink:0;opacity:0;transition:opacity .15s ease}.notifications-dropdown__item:hover .notifications-dropdown__item-actions{opacity:1}.notifications-dropdown__action-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--color-bg-tertiary);border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.notifications-dropdown__action-btn:hover{color:var(--color-success);background:#10b9811a}.notifications-dropdown__action-btn--delete:hover{color:var(--color-danger);background:#ef44441a}.notifications-dropdown__footer{display:flex;align-items:center;justify-content:center;padding:14px 20px;border-top:1px solid var(--color-border);background:var(--color-bg-tertiary);border-radius:0 0 16px 16px}.notifications-dropdown__link{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--color-primary);transition:gap .15s ease}.notifications-dropdown__link:hover{gap:12px}.footer{background:var(--footer-bg);color:var(--footer-text);margin-top:auto}.footer__main{padding:64px 0 48px}@media(max-width:767px){.footer__main{padding:48px 0 32px}}.footer__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.footer__container{padding:0 16px}}.footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px}@media(max-width:991px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:40px}}@media(max-width:575px){.footer__grid{grid-template-columns:1fr;gap:32px}}@media(max-width:991px){.footer__brand{grid-column:span 2}}@media(max-width:575px){.footer__brand{grid-column:span 1}}.footer__logo{display:flex;align-items:center;justify-content:flex-start;gap:10px;font-size:24px;font-weight:700;color:#fff;margin-bottom:16px}.footer__logo img{height:36px;width:auto}.footer__logo span{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer__description{font-size:14px;line-height:1.7;color:var(--footer-text-muted);margin-bottom:24px;max-width:320px}.footer__socials{display:flex;align-items:center;justify-content:flex-start;gap:12px}.footer__social{display:flex;align-items:center;justify-content:center;gap:0;width:40px;height:40px;background:#ffffff1a;border-radius:12px;color:var(--footer-text);transition:all .15s ease}.footer__social svg{width:18px;height:18px}.footer__social:hover{background:var(--color-primary);transform:translateY(-2px)}.footer__column{display:flex;flex-direction:column;gap:16px}.footer__title{font-size:14px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.footer__links{display:flex;flex-direction:column;gap:12px}.footer__link{font-size:14px;color:var(--footer-text-muted);transition:all .15s ease}.footer__link:hover{color:#fff;padding-left:4px}.footer__contact{display:flex;align-items:center;justify-content:flex-start;gap:12px;font-size:14px;color:var(--footer-text-muted)}.footer__contact svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.footer__bottom{padding:24px 0;border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.footer__bottom-container{padding:0 16px}}.footer__bottom-container{display:flex;align-items:center;justify-content:space-between;gap:16px}@media(max-width:767px){.footer__bottom-container{flex-direction:column;text-align:center;gap:16px}}.footer__copyright{font-size:13px;color:var(--footer-text-muted)}.footer__legal{display:flex;align-items:center;justify-content:flex-start;gap:24px}@media(max-width:575px){.footer__legal{flex-direction:column;gap:12px}}.footer__legal-link{font-size:13px;color:var(--footer-text-muted);transition:color .15s ease}.footer__legal-link:hover{color:#fff}.footer__payments{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-top:16px}@media(max-width:767px){.footer__payments{justify-content:center}}.footer__payment{padding:6px 12px;background:#ffffff1a;border-radius:8px;font-size:12px;font-weight:500;color:var(--footer-text-muted)}#toast-container.toast-top-right{top:88px;right:24px}@media(max-width:575px){#toast-container.toast-top-right{top:80px;right:12px;left:12px;width:calc(100% - 24px)}}#toast-container>div{background-image:none!important;background-color:var(--color-bg-secondary)!important;border-radius:16px!important;box-shadow:0 20px 50px var(--color-shadow-lg),0 0 0 1px var(--color-border)!important;padding:0!important;width:400px;max-width:calc(100vw - 48px);opacity:1!important;overflow:hidden}@media(max-width:575px){#toast-container>div{width:100%}}#toast-container .toast{background-image:none!important;padding:20px 52px 20px 76px!important;position:relative;min-height:84px;display:flex;flex-direction:column;justify-content:center}#toast-container .toast:before{content:"";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:12px;background-size:24px 24px;background-repeat:no-repeat;background-position:center}#toast-container .toast-title{font-family:Inter,sans-serif!important;font-size:15px!important;font-weight:600!important;color:var(--color-text)!important;margin-bottom:4px!important;line-height:1.4!important;background-image:none!important;padding-left:0!important}#toast-container .toast-message{font-family:Inter,sans-serif!important;font-size:14px!important;font-weight:400!important;color:var(--color-text-secondary)!important;line-height:1.5!important;background-image:none!important;padding-left:0!important}#toast-container .toast-close-button{position:absolute!important;top:16px!important;right:16px!important;font-size:20px!important;font-weight:300!important;color:var(--color-text-muted)!important;opacity:1!important;text-shadow:none!important;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .15s ease}#toast-container .toast-close-button:hover{color:var(--color-text)!important;background:var(--color-bg-tertiary)}#toast-container .toast-progress{height:3px!important;border-radius:0!important;opacity:1!important;bottom:0!important;left:0!important;position:absolute!important;background:transparent!important}#toast-container .toast-success{border-left:4px solid #10B981!important;background-image:none!important}#toast-container .toast-success:before{background-color:#10b9811f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2310B981' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 11.08V12a10 10 0 1 1-5.93-9.14'/%3E%3Cpolyline points='22 4 12 14.01 9 11.01'/%3E%3C/svg%3E")}#toast-container .toast-success .toast-progress{background:linear-gradient(90deg,#10b981,#059669)!important}#toast-container .toast-error{border-left:4px solid #EF4444!important;background-image:none!important}#toast-container .toast-error:before{background-color:#ef44441f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23EF4444' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m15 9-6 6'/%3E%3Cpath d='m9 9 6 6'/%3E%3C/svg%3E")}#toast-container .toast-error .toast-progress{background:linear-gradient(90deg,#ef4444,#dc2626)!important}#toast-container .toast-warning{border-left:4px solid #F59E0B!important;background-image:none!important}#toast-container .toast-warning:before{background-color:#f59e0b1f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23F59E0B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z'/%3E%3Cpath d='M12 9v4'/%3E%3Cpath d='M12 17h.01'/%3E%3C/svg%3E")}#toast-container .toast-warning .toast-progress{background:linear-gradient(90deg,#f59e0b,#d97706)!important}#toast-container .toast-info{border-left:4px solid #3B82F6!important;background-image:none!important}#toast-container .toast-info:before{background-color:#3b82f61f;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233B82F6' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M12 16v-4'/%3E%3Cpath d='M12 8h.01'/%3E%3C/svg%3E")}#toast-container .toast-info .toast-progress{background:linear-gradient(90deg,#3b82f6,#2563eb)!important}@keyframes toastSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toastSlideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}#toast-container>div{animation:toastSlideIn .3s ease forwards}#toast-container>.toast-hidden{animation:toastSlideOut .3s ease forwards}.payment-modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.payment-modal{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.payment-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}.payment-modal__title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0}.payment-modal__close{background:none;border:none;color:var(--color-text-secondary);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s}.payment-modal__close:hover{background:var(--color-bg-tertiary);color:var(--color-text)}.payment-modal__close svg{display:block}.payment-modal__content{flex:1;overflow-y:auto;padding:24px}.payment-modal__footer{display:flex;gap:12px;padding-top:20px}.payment-form-group{margin-bottom:24px}.payment-form-group>.payment-input{width:100%;padding:14px 16px;background:var(--color-bg-tertiary);border:2px solid var(--color-border);border-radius:12px;font-size:1rem;font-weight:500;color:var(--color-text);transition:all .2s}.payment-form-group>.payment-input:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg)}.payment-form-group>.payment-input--error{border-color:var(--color-danger)}.payment-form-group>.payment-input::placeholder{color:var(--color-text-muted);font-weight:400}.payment-label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text);margin-bottom:8px}.payment-amount-input{position:relative}.payment-amount-input .payment-input{width:100%;padding:14px 50px 14px 16px;background:var(--color-bg-tertiary);border:2px solid var(--color-border);border-radius:12px;font-size:1.125rem;font-weight:600;color:var(--color-text);transition:all .2s}.payment-amount-input .payment-input:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg)}.payment-amount-input .payment-input--error{border-color:var(--color-danger)}.payment-amount-input .payment-input::placeholder{color:var(--color-text-muted);font-weight:400}.payment-amount-input .payment-input{-moz-appearance:textfield}.payment-amount-input .payment-input::-webkit-outer-spin-button,.payment-amount-input .payment-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.payment-amount-input .payment-currency{position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:1.125rem;font-weight:600;color:var(--color-text-secondary)}.payment-error{display:block;color:var(--color-danger);font-size:.8125rem;margin-top:6px}.payment-quick-amounts{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.payment-quick-btn{padding:8px 16px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .2s}.payment-quick-btn:hover{background:var(--color-bg);border-color:var(--color-primary);color:var(--color-primary)}.payment-quick-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.payment-systems{display:flex;flex-direction:column;gap:10px}.payment-system{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--color-bg-tertiary);border:2px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .2s;text-align:left}.payment-system:hover{background:var(--color-bg);border-color:var(--color-text-muted)}.payment-system.active{background:var(--color-primary-light);border-color:var(--color-primary)}.payment-system__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-bg);border-radius:10px;color:var(--color-text-secondary)}.payment-system__icon--card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.payment-system__icon--sbp{background:linear-gradient(135deg,#00c853,#64dd17);color:#fff}.payment-system__icon--qiwi{background:linear-gradient(135deg,#ff8f00,#ff6f00);color:#fff}.payment-system__icon--yoomoney{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff}.payment-system__icon--crypto{background:linear-gradient(135deg,#f7931a,#ff9500);color:#fff}.payment-system__info{flex:1}.payment-system__name{display:block;font-size:.9375rem;font-weight:600;color:var(--color-text);margin-bottom:2px}.payment-system__limits{display:block;font-size:.8125rem;color:var(--color-text-muted)}.payment-system__commission{padding:4px 10px;background:var(--color-bg);border-radius:6px;font-size:.75rem;font-weight:600;color:var(--color-text-secondary)}.payment-system__commission--free{background:#22c55e26;color:var(--color-success)}.payment-summary{background:var(--color-bg-tertiary);border-radius:12px;padding:16px}.payment-summary__row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;font-size:.9375rem;color:var(--color-text-secondary)}.payment-summary__row--commission{border-bottom:1px dashed var(--color-border);color:var(--color-text-muted)}.payment-summary__row--total{padding-top:12px;font-size:1.0625rem;margin-bottom:10px;font-weight:600;color:var(--color-text)}.payment-summary__row--bonus span:first-child{display:flex;align-items:center;gap:8px;color:var(--color-success);font-weight:500}.payment-summary__row--bonus span:first-child svg{flex-shrink:0}.payment-summary__row--receive{padding-top:8px;padding-bottom:12px;font-weight:600;color:var(--color-text)}.payment-summary__divider{height:1px;background:var(--color-border);margin:12px 0}.payment-bonus-value{font-weight:600;color:var(--color-success)}.payment-receive-value{font-size:1.125rem;font-weight:700;color:var(--color-primary)}.payment-bonus-remaining{display:flex;align-items:center;gap:8px;padding:10px 12px;background:var(--color-primary-light);border-radius:8px;font-size:.8125rem;color:var(--color-primary);margin-top:4px}.payment-bonus-remaining svg{flex-shrink:0}.payment-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;text-decoration:none}.payment-btn--cancel{background:var(--color-bg);border:1px solid var(--color-border);color:var(--color-text-secondary)}.payment-btn--cancel:hover{background:var(--color-bg-tertiary);color:var(--color-text)}.payment-btn--submit{flex:1;background:var(--color-primary);color:#fff}.payment-btn--submit:hover:not(:disabled){filter:brightness(1.1)}.payment-btn--submit:disabled{opacity:.5;cursor:not-allowed}.payment-btn--primary{background:var(--color-primary);color:#fff}.payment-btn--primary:hover{filter:brightness(1.1)}.payment-btn--success{background:var(--color-success);color:#fff}.payment-btn--success:hover{filter:brightness(1.1)}.payment-btn--danger{background:var(--color-danger);color:#fff}.payment-btn--danger:hover{filter:brightness(1.1)}.payment-btn--full{width:100%}.payment-info-card{background:var(--color-bg-tertiary);border-radius:12px;padding:16px;margin-bottom:20px}.payment-info-card__row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid var(--color-border)}.payment-info-card__row:last-child{border-bottom:none}.payment-info-card__label{font-size:.875rem;color:var(--color-text-muted)}.payment-info-card__value{font-size:.9375rem;font-weight:600;color:var(--color-text)}.payment-status{padding:4px 10px;border-radius:6px;font-size:.8125rem;font-weight:600}.payment-status--warning{background:#f59e0b26;color:#f59e0b}.payment-status--info{background:#3b82f626;color:#3b82f6}.payment-status--success{background:#22c55e26;color:#22c55e}.payment-status--gray{background:var(--color-bg);color:var(--color-text-muted)}.payment-status--danger{background:#ef444426;color:#ef4444}.payment-action-block{text-align:center;margin-bottom:20px}.payment-action-text{font-size:.9375rem;color:var(--color-text-secondary);margin-bottom:12px}.payment-qr-block{text-align:center;margin-bottom:20px}.payment-qr-text{font-size:.875rem;color:var(--color-text-muted);margin-bottom:12px}.payment-qr-image{width:180px;height:180px;border-radius:12px;background:#fff;padding:10px}.payment-crypto-block{background:var(--color-bg-tertiary);border-radius:12px;padding:16px;margin-bottom:20px}.payment-crypto-info{margin-bottom:12px}.payment-crypto-info:last-child{margin-bottom:0}.payment-crypto-label{display:block;font-size:.8125rem;color:var(--color-text-muted);margin-bottom:4px}.payment-crypto-address{display:block;padding:10px;background:var(--color-bg);border-radius:8px;font-size:.8125rem;font-family:monospace;color:var(--color-text);word-break:break-all}.payment-crypto-amount{font-size:1.25rem;font-weight:700;color:var(--color-primary)}.payment-notice{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#3b82f61a;border-radius:10px;color:#3b82f6;font-size:.875rem;margin-top:20px}.payment-notice svg{flex-shrink:0;margin-top:2px}.payment-debug{margin-top:20px;padding:16px;background:#f59e0b1a;border:1px dashed #f59e0b;border-radius:10px}.payment-debug__title{font-size:.8125rem;font-weight:600;color:#f59e0b;margin-bottom:12px}.payment-debug__actions{display:flex;gap:10px}.payment-result{text-align:center;padding:40px 20px}.payment-result__icon{margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:0px}.payment-result__icon svg{width:80px;height:80px}.payment-result--success .payment-result__icon{color:var(--color-success)}.payment-result--failed .payment-result__icon{color:var(--color-danger)}.payment-result__title{font-size:1.375rem;font-weight:700;color:var(--color-text);margin-bottom:12px}.payment-result__text{font-size:1rem;color:var(--color-text-secondary)}@media(max-width:480px){.payment-modal{max-height:100vh;border-radius:0}.payment-modal__header{padding:16px 20px}.payment-modal__content{padding:20px}.payment-modal__footer{padding:16px 20px;flex-direction:column}.payment-quick-btn{flex:1;min-width:calc(33.333% - 6px)}.payment-btn--cancel{order:1}.payment-btn--submit{order:0}}.user-name-badge{display:inline-flex;align-items:center;gap:6px}.user-name-badge__name{font-weight:inherit;color:inherit}.user-name-badge__name--blocked{color:var(--color-text-muted);text-decoration:line-through}.user-name-badge--highlighted .user-name-badge__name{color:var(--subscription-color, var(--color-primary));font-weight:600}.user-name-badge__badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:4px;flex-shrink:0}.user-name-badge__icon{font-size:10px;line-height:1}.product-card--highlighted{position:relative;border:2px solid var(--subscription-color, var(--color-primary))}.product-card--highlighted:before{content:"";position:absolute;inset:-2px;border-radius:inherit;background:linear-gradient(135deg,var(--subscription-color, var(--color-primary)) 0%,transparent 50%);opacity:.1;pointer-events:none;z-index:0}.product-card--highlighted .product-card__badge{z-index:1}.header__subscription-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,var(--subscription-color, var(--color-primary)) 0%,rgba(var(--subscription-color, var(--color-primary)),.8) 100%);border-radius:100px;font-size:12px;font-weight:600;color:#fff}.header__subscription-badge__icon{font-size:14px}.header__subscription-badge__name{text-transform:uppercase;letter-spacing:.5px}.profile-subscription{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,rgba(var(--subscription-color-rgb, 59, 130, 246),.1),rgba(var(--subscription-color-rgb, 59, 130, 246),.05));border:1px solid rgba(var(--subscription-color-rgb, 59, 130, 246),.2);border-radius:16px;margin-bottom:16px}.profile-subscription__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--subscription-color, var(--color-primary));border-radius:12px;font-size:24px}.profile-subscription__info{flex:1}.profile-subscription__name{font-size:16px;font-weight:700;color:var(--color-text);margin-bottom:4px}.profile-subscription__expires{font-size:13px;color:var(--color-text-secondary)}.pwa-install-btn{display:none;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,var(--color-primary) 0%,#8b5cf6 100%);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}.pwa-install-btn svg{width:18px;height:18px}.pwa-install-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #6366f166}@media(max-width:768px){.pwa-install-btn span{display:none}.pwa-install-btn{padding:10px}}.pwa-install-banner{position:fixed;bottom:24px;left:24px;right:24px;max-width:500px;margin:0 auto;display:none;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 10px 40px #0000004d;z-index:9998;transform:translateY(100px);opacity:0;transition:all .3s ease}.pwa-install-banner--visible{transform:translateY(0);opacity:1}.pwa-install-banner__content{display:flex;align-items:center;gap:16px}.pwa-install-banner__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary) 0%,#8b5cf6 100%);border-radius:12px;color:#fff;flex-shrink:0}.pwa-install-banner__icon svg{width:28px;height:28px}.pwa-install-banner__text{display:flex;flex-direction:column;gap:4px}.pwa-install-banner__text strong{font-size:1rem;font-weight:600;color:var(--color-text)}.pwa-install-banner__text span{font-size:.8125rem;color:var(--color-text-secondary)}.pwa-install-banner__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pwa-install-banner__install{padding:10px 20px;background:var(--color-primary);border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.pwa-install-banner__install:hover{filter:brightness(1.1)}.pwa-install-banner__close{padding:8px;background:none;border:none;color:var(--color-text-muted);cursor:pointer;border-radius:6px;transition:all .2s}.pwa-install-banner__close:hover{background:var(--color-bg-tertiary);color:var(--color-text)}.pwa-install-banner__close svg{display:block}@media(max-width:576px){.pwa-install-banner{flex-direction:column;align-items:stretch;bottom:16px;left:12px;right:12px;padding:14px 16px;gap:12px}.pwa-install-banner__content{flex-direction:row;text-align:left;gap:12px}.pwa-install-banner__icon{width:40px;height:40px;min-width:40px;border-radius:10px}.pwa-install-banner__icon svg{width:22px;height:22px}.pwa-install-banner__text strong{font-size:.9375rem}.pwa-install-banner__text span{font-size:.75rem}.pwa-install-banner__actions{justify-content:stretch;gap:10px}.pwa-install-banner__install{flex:1;padding:12px 16px}.pwa-install-banner__close{padding:10px}}.pwa-ios-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:16px}.pwa-ios-modal__backdrop{position:absolute;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.pwa-ios-modal__content{position:relative;max-width:400px;width:100%;max-height:90vh;overflow-y:auto;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:20px;padding:48px 24px 24px;text-align:center}.pwa-ios-modal__content h3{font-size:1.25rem;font-weight:700;color:var(--color-text);margin-bottom:20px;padding-right:24px}@media(max-width:400px){.pwa-ios-modal__content{padding:44px 16px 16px;border-radius:16px}.pwa-ios-modal__content h3{font-size:1.125rem;margin-bottom:16px}}.pwa-ios-modal__close{position:absolute;top:12px;right:12px;padding:8px;background:var(--color-bg-tertiary);border:none;color:var(--color-text-muted);cursor:pointer;border-radius:8px;transition:all .2s;z-index:1}.pwa-ios-modal__close svg{display:block;width:20px;height:20px}.pwa-ios-modal__close:hover{background:var(--color-bg);color:var(--color-text)}.pwa-ios-modal__steps{display:flex;flex-direction:column;gap:12px}.pwa-ios-modal__step{display:flex;align-items:center;gap:12px;padding:14px;background:var(--color-bg-tertiary);border-radius:12px;text-align:left}.pwa-ios-modal__step-num{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;border-radius:50%;font-size:.8125rem;font-weight:700;flex-shrink:0}.pwa-ios-modal__step span{flex:1;font-size:.875rem;color:var(--color-text);line-height:1.4}.pwa-ios-modal__step svg{width:20px;height:20px;min-width:20px;color:var(--color-primary);flex-shrink:0}@media(max-width:400px){.pwa-ios-modal__step{padding:12px;gap:10px}.pwa-ios-modal__step-num{width:24px;height:24px;min-width:24px;font-size:.75rem}.pwa-ios-modal__step span{font-size:.8125rem}.pwa-ios-modal__step svg{width:18px;height:18px;min-width:18px}}.pwa-update-toast{position:fixed;bottom:24px;right:24px;display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 10px 40px #0000004d;z-index:9999;transform:translateY(100px);opacity:0;transition:all .3s ease}.pwa-update-toast--visible{transform:translateY(0);opacity:1}.pwa-update-toast__content{display:flex;align-items:center;gap:12px}.pwa-update-toast__content svg{width:24px;height:24px;color:var(--color-primary)}.pwa-update-toast__content span{font-size:.9375rem;font-weight:500;color:var(--color-text)}.pwa-update-toast__btn{padding:8px 16px;background:var(--color-primary);border:none;border-radius:6px;color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.pwa-update-toast__btn:hover{filter:brightness(1.1)}@media(max-width:576px){.pwa-update-toast{left:16px;right:16px;bottom:16px}}.pwa-offline-indicator{position:fixed;top:80px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--color-warning);color:#000;border-radius:50px;font-size:.875rem;font-weight:600;z-index:9997;box-shadow:0 4px 20px #0003;animation:slideDown .3s ease}.pwa-offline-indicator svg{width:16px;height:16px}@keyframes slideDown{0%{transform:translate(-50%) translateY(-20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}body.is-offline .header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--color-warning)}.hero{padding:80px 0 100px;background:linear-gradient(180deg,var(--color-bg-secondary) 0%,var(--color-bg) 100%);overflow:hidden}@media(max-width:767px){.hero{padding:48px 0 64px}}.hero__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.hero__container{padding:0 16px}}.hero__container{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media(max-width:991px){.hero__container{grid-template-columns:1fr;gap:48px;text-align:center}}@media(max-width:991px){.hero__content{order:2}}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--color-primary-light);color:var(--color-primary);font-size:13px;font-weight:600;border-radius:100px;margin-bottom:24px}.hero__badge svg{width:16px;height:16px}.hero__title{font-size:56px;font-weight:800;line-height:1.1;color:var(--color-text);margin-bottom:24px}@media(max-width:991px){.hero__title{font-size:42px}}@media(max-width:575px){.hero__title{font-size:32px}}.hero__title span{background:linear-gradient(135deg,var(--color-primary),#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__subtitle{font-size:18px;line-height:1.7;color:var(--color-text-secondary);margin-bottom:40px;max-width:480px}@media(max-width:991px){.hero__subtitle{max-width:none;margin-left:auto;margin-right:auto}}@media(max-width:575px){.hero__subtitle{font-size:16px}}.hero__actions{display:flex;align-items:center;justify-content:flex-start;gap:16px}@media(max-width:991px){.hero__actions{justify-content:center}}@media(max-width:575px){.hero__actions{flex-direction:column;width:100%}.hero__actions .btn{width:100%}}.hero__stats{display:flex;align-items:center;justify-content:flex-start;gap:48px;margin-top:64px;padding-top:32px;border-top:1px solid var(--color-border)}@media(max-width:991px){.hero__stats{justify-content:center}}@media(max-width:575px){.hero__stats{flex-direction:column;gap:24px}}.hero__stat{text-align:left}@media(max-width:991px){.hero__stat{text-align:center}}.hero__stat-value{font-size:32px;font-weight:700;color:var(--color-text);margin-bottom:4px}.hero__stat-label{font-size:14px;color:var(--color-text-muted)}.hero__image{position:relative}@media(max-width:991px){.hero__image{order:1;max-width:400px;margin:0 auto}}.hero__image-wrapper{position:relative;aspect-ratio:1;background:linear-gradient(135deg,var(--color-primary-light),rgba(139,92,246,.1));border-radius:24px;overflow:hidden}.hero__image-wrapper img{width:100%;height:100%;object-fit:cover}.hero__image-wrapper:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,var(--color-primary) 0%,transparent 70%);opacity:.1}.hero__float-card{position:absolute;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:16px;box-shadow:0 16px 48px var(--color-shadow-lg)}.hero__float-card--1{top:10%;left:-10%;display:flex;align-items:center;justify-content:flex-start;gap:12px}@media(max-width:575px){.hero__float-card--1{display:none}}.hero__float-card--2{bottom:15%;right:-10%;display:flex;align-items:center;justify-content:flex-start;gap:12px}@media(max-width:575px){.hero__float-card--2{display:none}}.hero__float-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-primary-light);color:var(--color-primary);border-radius:12px}.hero__float-icon svg{width:20px;height:20px}.hero__float-text{font-size:14px;font-weight:600;color:var(--color-text)}.hero__float-subtext{font-size:12px;color:var(--color-text-muted)}.categories{padding:80px 0}@media(max-width:767px){.categories{padding:48px 0}}.categories__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.categories__container{padding:0 16px}}.categories__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:40px}@media(max-width:575px){.categories__header{flex-direction:column;align-items:flex-start;gap:16px}}.categories__title{font-size:32px;font-weight:700;color:var(--color-text)}@media(max-width:575px){.categories__title{font-size:24px}}.categories__link{display:flex;align-items:center;justify-content:flex-start;gap:6px;font-size:14px;font-weight:600;color:var(--color-primary);transition:gap .15s ease}.categories__link svg{width:16px;height:16px}.categories__link:hover{gap:10px}.categories__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:991px){.categories__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.categories__grid{grid-template-columns:1fr}}.category-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease;padding:24px;display:flex;align-items:center;justify-content:flex-start;gap:16px;cursor:pointer}.category-card:hover{border-color:var(--color-border-hover);box-shadow:0 8px 32px var(--color-shadow)}.category-card:hover .category-card__icon{background:var(--color-primary);color:#fff}.category-card:hover .category-card__arrow{opacity:1;transform:translate(0)}.category-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-primary-light);color:var(--color-primary);border-radius:12px;flex-shrink:0;transition:all .15s ease}.category-card__icon svg{width:28px;height:28px}.category-card__content{flex:1;min-width:0}.category-card__name{font-size:16px;font-weight:600;color:var(--color-text);margin-bottom:4px}.category-card__count{font-size:13px;color:var(--color-text-muted)}.category-card__arrow{color:var(--color-text-muted);opacity:0;transform:translate(-8px);transition:all .15s ease}.category-card__arrow svg{width:20px;height:20px}.products{padding:80px 0;background:var(--color-bg-secondary)}@media(max-width:767px){.products{padding:48px 0}}.products__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.products__container{padding:0 16px}}.products__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:40px}@media(max-width:575px){.products__header{flex-direction:column;align-items:flex-start;gap:16px}}.products__title{font-size:32px;font-weight:700;color:var(--color-text)}@media(max-width:575px){.products__title{font-size:24px}}.products__tabs{display:flex;align-items:center;justify-content:flex-start;gap:8px}.products__tab{padding:10px 20px;font-size:14px;font-weight:500;color:var(--color-text-secondary);background:transparent;border:1px solid transparent;border-radius:100px;transition:all .15s ease}.products__tab:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.products__tab.active{color:var(--color-primary);background:var(--color-primary-light);border-color:transparent}.products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1199px){.products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.products__grid{grid-template-columns:1fr}}.products__footer{text-align:center;margin-top:48px}.product-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease;overflow:hidden;cursor:pointer}.product-card:hover{border-color:var(--color-border-hover);box-shadow:0 12px 40px var(--color-shadow)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__image{position:relative;aspect-ratio:4/3;background:var(--color-bg-tertiary);overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card__badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:11px;font-weight:600;color:#fff;background:var(--color-danger);border-radius:8px}.product-card__favorite{position:absolute;top:12px;right:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-bg-secondary);border-radius:50%;color:var(--color-text-muted);box-shadow:0 4px 12px var(--color-shadow);transition:all .15s ease}.product-card__favorite svg{width:18px;height:18px}.product-card__favorite:hover,.product-card__favorite.active{color:var(--color-danger)}.product-card__favorite.active svg{fill:currentColor}.product-card__subscription-badge{position:absolute;top:12px;left:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;gap:0;border-radius:8px;font-size:14px;box-shadow:0 4px 12px var(--color-shadow)}.product-card--highlighted{border:2px solid var(--subscription-color, var(--color-primary));box-shadow:0 0 20px rgba(var(--subscription-color-rgb, 59, 130, 246),.15)}.product-card--highlighted:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--subscription-color, var(--color-primary));border-radius:24px 24px 0 0}.product-card--highlighted:hover{box-shadow:0 8px 32px rgba(var(--subscription-color-rgb, 59, 130, 246),.25)}.product-card__content{padding:20px}.product-card__category{font-size:12px;font-weight:500;color:var(--color-primary);margin-bottom:8px}.product-card__title{font-size:15px;font-weight:600;color:var(--color-text);margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__seller{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:16px}.product-card__seller-avatar{width:28px;height:28px;border-radius:50%;overflow:hidden;background:var(--color-primary)}.product-card__seller-avatar img{width:100%;height:100%;object-fit:cover}.product-card__seller-avatar--placeholder{display:flex;align-items:center;justify-content:center;gap:0;font-size:14px;font-weight:600;color:#fff}.product-card__seller-info{flex:1;min-width:0}.product-card__seller-name{font-size:13px;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:4px}.product-card__seller-name--blocked{color:var(--color-text-muted);text-decoration:line-through}.product-card__seller-badge{font-size:10px;flex-shrink:0}.product-card__seller-rating{display:flex;align-items:center;justify-content:flex-start;gap:4px;font-size:12px;color:var(--color-text-muted)}.product-card__seller-rating svg{width:12px;height:12px;color:var(--color-warning)}.product-card__status{display:flex;align-items:center;justify-content:center;gap:0;width:8px;height:8px;background:var(--color-success);border-radius:50%;box-shadow:0 0 0 3px #10b98133}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid var(--color-border)}.product-card__price{font-size:18px;font-weight:700;color:var(--color-text)}.product-card__old-price{font-size:14px;font-weight:400;color:var(--color-text-muted);text-decoration:line-through;margin-left:8px}.product-card__buy-btn{padding:10px 16px;font-size:13px;font-weight:600;color:#fff;background:var(--color-primary);border-radius:12px;transition:all .15s ease}.product-card__buy-btn:hover{background:var(--color-primary-hover)}.features{padding:80px 0}@media(max-width:767px){.features{padding:48px 0}}.features__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.features__container{padding:0 16px}}.features__header{text-align:center;margin-bottom:64px}.features__title{font-size:36px;font-weight:700;color:var(--color-text);margin-bottom:16px}@media(max-width:575px){.features__title{font-size:28px}}.features__subtitle{font-size:18px;color:var(--color-text-secondary);max-width:600px;margin:0 auto}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media(max-width:991px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.features__grid{grid-template-columns:1fr}}.feature-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease;padding:32px;text-align:center;transition:transform .15s ease,box-shadow .15s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px var(--color-shadow-lg)}.feature-card__icon{width:72px;height:72px;display:flex;align-items:center;justify-content:center;gap:0;background:var(--color-primary-light);color:var(--color-primary);border-radius:16px;margin:0 auto 24px}.feature-card__icon svg{width:36px;height:36px}.feature-card__title{font-size:18px;font-weight:600;color:var(--color-text);margin-bottom:12px}.feature-card__description{font-size:14px;line-height:1.7;color:var(--color-text-secondary)}.cta{padding:100px 0;background:linear-gradient(135deg,var(--color-primary),#8B5CF6)}@media(max-width:767px){.cta{padding:64px 0}}.cta__container{width:100%;max-width:1480px;margin:0 auto;padding:0 20px}@media(max-width:575px){.cta__container{padding:0 16px}}.cta__container{text-align:center}.cta__title{font-size:42px;font-weight:700;color:#fff;margin-bottom:16px}@media(max-width:575px){.cta__title{font-size:28px}}.cta__subtitle{font-size:18px;color:#fffc;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.cta__actions{display:flex;align-items:center;justify-content:center;gap:16px}@media(max-width:575px){.cta__actions{flex-direction:column}.cta__actions .btn{width:100%}}.cta .btn--white{background:#fff;color:var(--color-primary)}.cta .btn--white:hover{background:#ffffffe6}.cta .btn--outline{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta .btn--outline:hover{background:#ffffff1a;border-color:#ffffff80}.auth-section{min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center;padding:48px 0;background:var(--color-bg)}@media(max-width:767px){.auth-section{padding:24px 0;min-height:auto}}.auth-card{position:relative;width:100%;max-width:480px;margin:0 auto;padding:48px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;box-shadow:0 8px 32px var(--color-shadow)}@media(max-width:575px){.auth-card{padding:32px 24px;border-radius:16px}}.auth-card .form-group .form-label{text-align:center}.auth-card .btn-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}.auth-card .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.auth-card--wide{max-width:640px}.auth-header{text-align:center;margin-bottom:32px}.auth-logo{width:72px;height:72px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary-light) 0%,rgba(139,92,246,.1) 100%);border-radius:20px;font-size:36px}.auth-logo--success{background:#22c55e1a}.auth-title{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 8px}@media(max-width:575px){.auth-title{font-size:24px}}.auth-subtitle{font-size:15px;color:var(--color-text-secondary);margin:0;line-height:1.5}.auth-back{position:absolute;top:24px;left:24px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;color:var(--color-text-secondary);transition:all .15s ease}.auth-back:hover{color:var(--color-text);background:var(--color-bg);border-color:var(--color-border-hover)}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--color-border);text-align:center}.auth-footer p{font-size:14px;color:var(--color-text-secondary);margin:0}.auth-footer p strong{color:var(--color-text)}.auth-link{display:inline-flex;align-items:center;gap:8px;margin-top:24px;font-size:14px;color:var(--color-text-secondary);transition:color .15s ease}.auth-link:hover{color:var(--color-primary)}.two-factor-setup .setup-steps{display:flex;flex-direction:column;gap:32px}.two-factor-setup .setup-step{display:flex;gap:20px}@media(max-width:575px){.two-factor-setup .setup-step{flex-direction:column;gap:12px}}.two-factor-setup .step-number{width:40px;height:40px;min-width:40px;min-height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);color:#fff;font-size:16px;font-weight:700;border-radius:50%;flex-shrink:0}.two-factor-setup .step-content{flex:1;padding-top:4px}.two-factor-setup .step-content h3{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 8px}.two-factor-setup .step-content>p{font-size:14px;color:var(--color-text-secondary);margin:0 0 16px;line-height:1.6}.two-factor-setup .app-links{display:flex;gap:12px;flex-wrap:wrap}.two-factor-setup .app-link{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:500;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}.two-factor-setup .app-link svg{width:20px;height:20px}.two-factor-setup .app-link:hover{border-color:var(--color-primary);color:var(--color-primary);background:var(--color-primary-light)}.two-factor-setup .qr-code-wrapper{display:flex;flex-direction:column;align-items:center;gap:24px}.two-factor-setup .qr-code{padding:20px;background:#fff;border-radius:16px;box-shadow:0 4px 16px var(--color-shadow)}.two-factor-setup .qr-code svg,.two-factor-setup .qr-code img{display:block;width:200px;height:200px}.two-factor-setup .qr-fallback{text-align:center;width:100%}.two-factor-setup .qr-fallback>p{font-size:13px;color:var(--color-text-muted);margin:0 0 12px}.two-factor-setup .secret-code{display:inline-flex;align-items:center;gap:12px;padding:14px 18px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px}.two-factor-setup .secret-code code{font-family:JetBrains Mono,Fira Code,monospace;font-size:15px;font-weight:600;color:var(--color-text);letter-spacing:2px}.two-factor-setup .secret-code .copy-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease}.two-factor-setup .secret-code .copy-btn:hover{color:var(--color-primary);background:var(--color-primary-light);border-color:var(--color-primary)}.two-factor-setup .verify-form{max-width:320px}@media(max-width:575px){.two-factor-setup .verify-form{max-width:100%}}.two-factor-setup .code-input-wrapper{margin-bottom:16px}.two-factor-setup .code-input{width:100%;padding:18px 24px;font-size:28px;font-weight:700;text-align:center;letter-spacing:12px;color:var(--color-text);background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:12px;transition:all .15s ease}.two-factor-setup .code-input::placeholder{color:var(--color-text-muted);letter-spacing:12px;opacity:.5}.two-factor-setup .code-input:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg-secondary);box-shadow:0 0 0 4px var(--color-primary-light)}.two-factor-setup .form-error{display:block;margin-bottom:16px;font-size:13px;color:var(--color-danger);text-align:center}.two-factor-setup .btn-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}.two-factor-setup .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.recovery-codes-section .recovery-warning{display:flex;gap:16px;padding:20px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:16px;margin-bottom:24px}@media(max-width:575px){.recovery-codes-section .recovery-warning{flex-direction:column;gap:12px}}.recovery-codes-section .recovery-warning svg{color:var(--color-warning);flex-shrink:0;width:24px;height:24px}.recovery-codes-section .recovery-warning div{flex:1}.recovery-codes-section .recovery-warning strong{display:block;font-size:14px;color:var(--color-text);margin-bottom:4px}.recovery-codes-section .recovery-warning p{font-size:13px;color:var(--color-text-secondary);margin:0;line-height:1.5}.recovery-codes-section .recovery-codes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:24px}@media(max-width:400px){.recovery-codes-section .recovery-codes-grid{grid-template-columns:1fr}}.recovery-codes-section .recovery-code{padding:14px 18px;font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;font-weight:600;text-align:center;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;letter-spacing:1px}.recovery-codes-section .recovery-actions{display:flex;gap:12px;margin-bottom:24px;flex-wrap:wrap}.recovery-codes-section .recovery-actions .btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 18px;font-size:14px;font-weight:500;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s ease}.recovery-codes-section .recovery-actions .btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.recovery-codes-section .btn-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .15s ease}.recovery-codes-section .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.form-input--code{font-size:24px;font-weight:700;text-align:center;letter-spacing:8px;padding:18px 24px}.code-input-wrapper--large{max-width:300px;margin:0 auto}section.auth-section .form-hint{font-size:13px;color:var(--color-text-muted);margin-top:8px;text-align:center}.auth-page{min-height:100vh;background:var(--color-bg)}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}@media(max-width:991px){.auth{grid-template-columns:1fr}}.auth__form-section{display:flex;align-items:center;justify-content:center;padding:48px 24px;background:var(--color-bg-secondary)}@media(max-width:991px){.auth__form-section{min-height:100vh}}.auth__container{width:100%;max-width:420px}.auth__logo{display:inline-flex;align-items:center;gap:10px;font-size:24px;font-weight:700;margin-bottom:48px}.auth__logo img{height:36px;width:auto}.auth__logo span{background:linear-gradient(135deg,var(--color-primary),#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth__header{margin-bottom:32px}.auth__title{font-size:32px;font-weight:700;color:var(--color-text);margin:0 0 8px;line-height:1.2}@media(max-width:575px){.auth__title{font-size:28px}}.auth__subtitle{font-size:15px;color:var(--color-text-secondary);margin:0;line-height:1.5}.auth__form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:var(--color-text)}.form-label-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.form-label-link{font-size:13px;font-weight:500;color:var(--color-primary);transition:opacity .15s ease}.form-label-link:hover{opacity:.8}.form-input-wrapper{position:relative;display:flex;align-items:center}.form-input-icon{position:absolute;left:16px;color:var(--color-text-muted);pointer-events:none;transition:color .15s ease}.form-input{width:100%;padding:14px 16px 14px 48px;font-size:15px;color:var(--color-text);background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:12px;transition:all .15s ease}.form-input::placeholder{color:var(--color-text-muted)}.form-input:hover{border-color:var(--color-border)}.form-input:focus{outline:none;background:var(--color-bg-secondary);border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-light)}.form-input:focus+.form-input-icon,.form-input:focus~.form-input-icon{color:var(--color-primary)}.form-input--error{border-color:var(--color-danger);background:#ef44440d}.form-input--error:focus{box-shadow:0 0 0 4px #ef44441a}.form-input--no-icon{padding-left:16px}.form-input-toggle{position:absolute;right:16px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease}.form-input-toggle:hover{color:var(--color-text)}.form-error{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-danger)}.form-error svg{flex-shrink:0}.form-hint{font-size:12px;color:var(--color-text-muted)}.form-hint--success{display:flex;align-items:center;gap:6px;color:var(--color-success)}.form-hint--success svg{flex-shrink:0}.form-label-optional{font-weight:400;color:var(--color-text-muted);font-size:13px}.password-strength{display:none;flex-direction:column;gap:8px;margin-top:4px}.password-strength.active{display:flex}.password-strength__bar{width:100%;height:4px;background:var(--color-bg-tertiary);border-radius:2px;overflow:hidden}.password-strength__progress{height:100%;width:0;border-radius:2px;transition:all .3s ease}.password-strength__progress--weak{background:var(--color-danger);width:25%}.password-strength__progress--medium{background:var(--color-warning);width:50%}.password-strength__progress--good{background:#22c55e;width:75%}.password-strength__progress--strong{background:var(--color-primary);width:100%}.password-strength__info{display:flex;align-items:center;justify-content:space-between;gap:8px}.password-strength__label{font-size:12px;color:var(--color-text-muted)}.password-strength__badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.password-strength__badge--weak{background:#ef44441a;color:var(--color-danger)}.password-strength__badge--medium{background:#f59e0b1a;color:var(--color-warning)}.password-strength__badge--good{background:#22c55e1a;color:#22c55e}.password-strength__badge--strong{background:var(--color-primary-light);color:var(--color-primary)}.password-match{display:flex;align-items:center;gap:6px;margin-top:4px}.password-match .password-match__icon{display:none}.password-match--success .password-match__icon--success{display:flex;color:#22c55e}.password-match--success .password-match__text{color:#22c55e}.password-match--error .password-match__icon--error{display:flex;color:var(--color-danger)}.password-match--error .password-match__text{color:var(--color-danger)}.password-match__text{font-size:13px;font-weight:500}.form-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.form-checkbox__input{display:none}.form-checkbox__input:checked+.form-checkbox__mark{background:var(--color-primary);border-color:var(--color-primary)}.form-checkbox__input:checked+.form-checkbox__mark:after{opacity:1;transform:scale(1) rotate(45deg)}.form-checkbox__mark{flex-shrink:0;width:20px;height:20px;background:var(--color-bg-tertiary);border:2px solid var(--color-border);border-radius:6px;position:relative;transition:all .15s ease}.form-checkbox__mark:after{content:"";position:absolute;top:3px;left:6px;width:5px;height:9px;border:solid #FFF;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .15s ease}.form-checkbox__text{font-size:14px;color:var(--color-text-secondary);line-height:1.5}.form-checkbox__link{color:var(--color-primary);font-weight:500}.auth__submit-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;margin-top:8px}.auth__submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.auth__submit-btn:active{transform:translateY(0)}.auth__submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth__footer-text{margin-top:32px;text-align:center;font-size:14px;color:var(--color-text-secondary)}.auth__footer-link{color:var(--color-primary);font-weight:500;transition:opacity .15s ease}.auth__footer-link:hover{opacity:.8}.auth__divider{display:flex;align-items:center;gap:16px;margin:8px 0}.auth__divider:before,.auth__divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.auth__divider span{font-size:13px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px}.auth__social-buttons{display:flex;gap:12px}.auth__social-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;font-size:14px;font-weight:500;color:var(--color-text);cursor:pointer;transition:all .15s ease}.auth__social-btn:hover{background:var(--color-bg-secondary);border-color:var(--color-border-hover)}.auth__social-btn svg{flex-shrink:0}.auth__decor-section{position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);padding:48px;overflow:hidden}@media(max-width:991px){.auth__decor-section{display:none}}.auth__decor-content{position:relative;z-index:2;text-align:center;max-width:400px}.auth__decor-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;background:#ffffff26;border-radius:24px;margin:0 auto 32px;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth__decor-icon svg{width:48px;height:48px}.auth__decor-title{font-size:32px;font-weight:700;color:#fff;margin:0 0 16px}.auth__decor-text{font-size:16px;color:#ffffffd9;line-height:1.6;margin:0 0 40px}.auth__decor-features{display:flex;flex-direction:column;gap:16px}.auth__decor-feature{display:flex;align-items:center;justify-content:center;gap:12px;font-size:15px;color:#fff}.auth__decor-feature svg{flex-shrink:0;color:#ffffffe6}.auth__decor-shapes{position:absolute;inset:0;overflow:hidden;pointer-events:none}.auth__shape{position:absolute;border-radius:50%;background:#ffffff1a}.auth__shape--1{width:300px;height:300px;top:-100px;right:-100px}.auth__shape--2{width:200px;height:200px;bottom:-50px;left:-50px}.auth__shape--3{width:150px;height:150px;bottom:30%;right:10%;background:#ffffff0d}.verify-email{text-align:center}.verify-email__icon{width:80px;height:80px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border-radius:20px;color:#fff}.verify-email__icon svg{width:40px;height:40px}.verify-email__title{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.2}@media(max-width:575px){.verify-email__title{font-size:24px}}.verify-email__text{font-size:15px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 32px}.verify-email__text strong{color:var(--color-primary);font-weight:600}.verify-email__steps{display:flex;flex-direction:column;gap:12px;margin-bottom:32px;text-align:left}.verify-email__step{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--color-bg-tertiary);border-radius:12px;transition:all .15s ease}.verify-email__step:hover{background:var(--color-bg);transform:translate(4px)}.verify-email__step p{margin:0;font-size:14px;color:var(--color-text-secondary);line-height:1.4}.verify-email__step-number{width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);color:#fff;font-size:14px;font-weight:700;border-radius:10px}.verify-email__divider{height:1px;background:var(--color-border);margin:32px 0}.verify-email__note{font-size:13px;color:var(--color-text-muted);margin:0 0 20px;line-height:1.5}.verify-email__resend-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .15s ease}.verify-email__resend-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.verify-email__skip{display:inline-block;margin-top:16px;font-size:14px;color:var(--color-text-muted);transition:color .15s ease}.verify-email__skip:hover{color:var(--color-primary)}.auth__back-link{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--color-text-secondary);margin-bottom:24px;transition:color .15s ease}.auth__back-link svg{width:18px;height:18px}.auth__back-link:hover{color:var(--color-primary)}.auth__success-message{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:12px;margin-bottom:24px}.auth__success-message svg{flex-shrink:0;color:#22c55e}.auth__success-message p{margin:0;font-size:14px;color:var(--color-text);line-height:1.5}.auth__error-message{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;margin-bottom:24px}.auth__error-message svg{flex-shrink:0;color:var(--color-danger)}.auth__error-message p{margin:0;font-size:14px;color:var(--color-text);line-height:1.5}.catalog-header{padding:48px 0 40px;background:linear-gradient(180deg,var(--color-bg-secondary) 0%,var(--color-bg) 100%)}@media(max-width:767px){.catalog-header{padding:32px 0}}.catalog-header__content{max-width:800px}.catalog-header__breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:wrap}.catalog-header__breadcrumbs .breadcrumb{font-size:14px;color:var(--color-text-secondary);transition:color .15s ease}.catalog-header__breadcrumbs .breadcrumb:hover{color:var(--color-primary)}.catalog-header__breadcrumbs .breadcrumb--active{color:var(--color-text);font-weight:500}.catalog-header__breadcrumbs__separator{color:var(--color-text-muted);display:flex;align-items:center}.catalog-header__title{font-size:40px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.2}@media(max-width:767px){.catalog-header__title{font-size:32px}}@media(max-width:575px){.catalog-header__title{font-size:28px}}.catalog-header__subtitle{font-size:18px;color:var(--color-text-secondary);margin:0 0 32px;line-height:1.5}@media(max-width:575px){.catalog-header__subtitle{font-size:16px;margin-bottom:24px}}.catalog-search{position:relative}.catalog-search .search-input-wrapper{position:relative;display:flex;align-items:center}.catalog-search .search-icon{position:absolute;left:20px;color:var(--color-text-muted);pointer-events:none;transition:color .15s ease}.catalog-search .search-input{width:100%;padding:18px 56px;font-size:16px;color:var(--color-text);background:var(--color-bg-secondary);border:2px solid var(--color-border);border-radius:16px;transition:all .15s ease}.catalog-search .search-input::placeholder{color:var(--color-text-muted)}.catalog-search .search-input:hover{border-color:var(--color-border-hover)}.catalog-search .search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-light)}.catalog-search .search-input:focus~.search-icon{color:var(--color-primary)}.catalog-search .search-clear{position:absolute;right:16px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-text-muted);background:var(--color-bg-tertiary);border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}.catalog-search .search-clear:hover{color:var(--color-text);background:var(--color-border)}.catalog-search .search-results{display:flex;align-items:center;margin-top:12px;padding:12px 16px;background:var(--color-primary-light);border-radius:12px}.catalog-search .search-results__header{font-size:14px;color:var(--color-primary);font-weight:500}.catalog-search .search-results__header span{font-weight:700}.catalog-categories{padding:0 0 80px}@media(max-width:767px){.catalog-categories{padding:0 0 48px}}.category-section{margin-bottom:48px}.category-section:last-child{margin-bottom:0}@media(max-width:767px){.category-section{margin-bottom:32px}}.category-header{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--color-border)}@media(max-width:575px){.category-header{flex-direction:column;align-items:flex-start;gap:12px}}.category-header-left{display:flex;align-items:center;gap:16px}.category-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--color-primary-light);color:var(--color-primary);border-radius:12px;flex-shrink:0}.category-icon svg{width:28px;height:28px}@media(max-width:575px){.category-icon{width:48px;height:48px}.category-icon svg{width:24px;height:24px}}.category-info{display:flex;flex-direction:column;gap:4px}.category-title{font-size:22px;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}@media(max-width:575px){.category-title{font-size:18px}}.category-description{font-size:14px;color:var(--color-text-secondary);margin:0;line-height:1.4}.category-count{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--color-bg-tertiary);border-radius:100px;font-size:13px;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}.category-count svg{color:var(--color-text-muted)}.category-items{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1199px){.category-items{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.category-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.category-items{grid-template-columns:1fr}}.category-item{display:flex;align-items:center;gap:16px;padding:20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;text-decoration:none;transition:all .15s ease;cursor:pointer}.category-item:hover{border-color:var(--color-border-hover);box-shadow:0 8px 24px var(--color-shadow);transform:translateY(-2px)}.category-item:hover .item-icon{background:var(--color-primary);color:#fff}.category-item:hover .item-arrow{opacity:1;transform:translate(0);color:var(--color-primary)}.category-item--view-all{background:var(--color-primary-light);border-color:transparent}.category-item--view-all .item-icon{background:var(--color-primary);color:#fff}.category-item--view-all .item-title{color:var(--color-primary)}.category-item--view-all:hover{background:var(--color-primary)}.category-item--view-all:hover .item-icon{background:#fff3}.category-item--view-all:hover .item-title,.category-item--view-all:hover .item-description,.category-item--view-all:hover .item-arrow{color:#fff}.item-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-bg-tertiary);color:var(--color-text-secondary);border-radius:12px;flex-shrink:0;transition:all .15s ease}.item-icon svg{width:24px;height:24px}.item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.item-title{font-size:15px;font-weight:600;color:var(--color-text);margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-description{font-size:13px;color:var(--color-text-muted);margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-arrow{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);opacity:0;transform:translate(-8px);transition:all .15s ease;flex-shrink:0}.category-empty{padding:32px;background:var(--color-bg-tertiary);border-radius:16px;text-align:center}.category-empty p{margin:0 0 16px;font-size:14px;color:var(--color-text-secondary)}.catalog-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border-radius:24px;border:1px solid var(--color-border)}.catalog-empty svg{color:var(--color-text-muted);margin-bottom:24px}.catalog-empty h3{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 12px}.catalog-empty p{font-size:16px;color:var(--color-text-secondary);margin:0 0 24px;max-width:400px}.catalog-empty #search-query-text{color:var(--color-primary);font-weight:600}.breadcrumb__separator{color:var(--color-text-muted);display:flex;align-items:center}section.category-header{padding:48px 0 32px;background:linear-gradient(180deg,var(--color-bg-secondary) 0%,var(--color-bg) 100%)}@media(max-width:767px){section.category-header{padding:32px 0 24px}}.category-header__breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:wrap}.category-header__breadcrumbs .breadcrumb{font-size:14px;color:var(--color-text-secondary);transition:color .15s ease}.category-header__breadcrumbs .breadcrumb:hover{color:var(--color-primary)}.category-header__breadcrumbs .breadcrumb--active{color:var(--color-text);font-weight:500}.category-header__breadcrumbs .breadcrumb__separator{color:var(--color-text-muted);display:flex;align-items:center}.category-header__content{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}@media(max-width:767px){.category-header__content{flex-direction:column}}.category-header__info{display:flex;align-items:flex-start;gap:20px}@media(max-width:575px){.category-header__info{flex-direction:column;align-items:flex-start}}.category-header__icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;background:var(--color-primary-light);color:var(--color-primary);border-radius:16px;flex-shrink:0}.category-header__icon svg{width:36px;height:36px}@media(max-width:575px){.category-header__icon{width:56px;height:56px}.category-header__icon svg{width:28px;height:28px}}.category-header__text{display:flex;flex-direction:column;gap:8px}.category-header__title{font-size:32px;font-weight:700;color:var(--color-text);margin:0;line-height:1.2}@media(max-width:767px){.category-header__title{font-size:28px}}@media(max-width:575px){.category-header__title{font-size:24px}}.category-header__description{font-size:16px;color:var(--color-text-secondary);margin:0;line-height:1.5;max-width:500px}.category-header__stats{display:flex;align-items:center;gap:16px;margin-top:8px}.category-stat{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:var(--color-bg-tertiary);border-radius:100px;font-size:13px;font-weight:500;color:var(--color-text-secondary)}.category-filters{padding:24px 0;background:var(--color-bg);border-bottom:1px solid var(--color-border);position:sticky;top:72px;z-index:50}@media(max-width:767px){.category-filters{top:64px}}.filters-bar{display:flex;align-items:center;gap:16px}@media(max-width:991px){.filters-bar{flex-wrap:wrap}}@media(max-width:575px){.filters-bar{flex-direction:column;align-items:stretch}}.filters-search{flex:1;min-width:200px}@media(max-width:575px){.filters-search{width:100%}}.filters-search .search-input-wrapper{position:relative;display:flex;align-items:center}.filters-search .search-icon{position:absolute;left:14px;color:var(--color-text-muted);pointer-events:none}.filters-search .search-input{width:100%;padding:12px 16px 12px 44px;font-size:14px;color:var(--color-text);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}.filters-search .search-input::placeholder{color:var(--color-text-muted)}.filters-search .search-input:hover{border-color:var(--color-border-hover)}.filters-search .search-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.filters-sort{display:flex;align-items:center;gap:10px}@media(max-width:575px){.filters-sort{width:100%}}.sort-label{font-size:14px;font-weight:500;color:var(--color-text-secondary);white-space:nowrap}@media(max-width:575px){.sort-label{display:none}}.sort-select{padding:12px 40px 12px 16px;font-size:14px;color:var(--color-text);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:all .15s ease}@media(max-width:575px){.sort-select{flex:1}}.sort-select:hover{border-color:var(--color-border-hover)}.sort-select:focus{outline:none;border-color:var(--color-primary)}.filters-view{display:flex;align-items:center;gap:4px;padding:4px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px}.view-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.view-btn:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.view-btn.active{color:var(--color-primary);background:var(--color-primary-light)}.category-products{padding:32px 0 80px}@media(max-width:767px){.category-products{padding:24px 0 48px}}.category-products .products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1199px){.category-products .products__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.category-products .products__grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:575px){.category-products .products__grid{grid-template-columns:1fr}}.category-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}.category-empty__icon{color:var(--color-text-muted);margin-bottom:24px;opacity:.5}.category-empty__title{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 12px}.category-empty__text{font-size:16px;color:var(--color-text-secondary);margin:0 0 24px;max-width:400px;line-height:1.6}.products-table{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}.table-responsive{overflow-x:auto}.products-table__content{width:100%;border-collapse:collapse}.products-table__content th,.products-table__content td{padding:16px 20px;text-align:left;border-bottom:1px solid var(--color-border)}.products-table__content th{font-size:13px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;background:var(--color-bg-tertiary);white-space:nowrap}.products-table__content tr:last-child td{border-bottom:none}.products-table__content tbody tr{transition:background-color .15s ease;cursor:pointer}.products-table__content tbody tr:hover td{background:var(--color-bg-tertiary)}.table-product{min-width:250px}.table-product__content{display:flex;align-items:center;gap:14px;text-decoration:none}.table-product__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-tertiary);border-radius:12px;color:var(--color-text-muted);flex-shrink:0;overflow:hidden}.table-product__icon img{width:100%;height:100%;object-fit:cover}.table-product__info{display:flex;flex-direction:column;gap:4px}.table-product__title{font-size:15px;font-weight:600;color:var(--color-text);margin:0;line-height:1.4}.table-product__category{font-size:13px;color:var(--color-text-muted);margin:0}.table-seller__info{display:flex;flex-direction:column;gap:4px}.table-seller__name{font-size:14px;font-weight:500;color:var(--color-text)}.table-seller__status{font-size:12px;color:var(--color-text-muted)}.table-seller__status--online{color:var(--color-success)}.table-rating .rating-display{display:flex;align-items:center;gap:6px}.table-rating .rating-display svg{flex-shrink:0}.table-rating .rating__value{font-size:14px;font-weight:500;color:var(--color-text)}.table-price .price-display{display:flex;flex-direction:column;gap:2px;font-size:16px;font-weight:700;color:var(--color-text);white-space:nowrap}.table-price .price-old{font-size:13px;font-weight:400;color:var(--color-text-muted);text-decoration:line-through}.no-results{padding:80px 24px;text-align:center}.no-results__content{display:flex;flex-direction:column;align-items:center;gap:16px}.no-results__icon{color:var(--color-text-muted);opacity:.5}.no-results__title{font-size:24px;font-weight:700;color:var(--color-text);margin:0}.no-results__text{font-size:16px;color:var(--color-text-secondary);margin:0;max-width:400px}.pagination-wrapper{margin-top:40px;display:flex;justify-content:center}section.product-header{padding:32px 0 0;background:var(--color-bg)}.breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.breadcrumb-item{font-size:14px;color:var(--color-text-secondary);transition:color .15s ease}.breadcrumb-item:hover{color:var(--color-primary)}.breadcrumb-item.breadcrumb-active{color:var(--color-text);font-weight:500}.breadcrumb-separator{color:var(--color-text-muted);display:flex;align-items:center}section.product-main{padding:32px 0 48px}.product-layout{display:grid;grid-template-columns:1fr 1.2fr 380px;gap:32px;align-items:start}@media(max-width:1199px){.product-layout{grid-template-columns:1fr 1fr}.product-layout .product-purchase{grid-column:1/-1}}@media(max-width:767px){.product-layout{grid-template-columns:1fr;gap:24px}}.product-gallery{position:sticky;top:100px}@media(max-width:767px){.product-gallery{position:static}}.gallery-main{position:relative;aspect-ratio:1;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden;margin-bottom:16px}.gallery-main .gallery-main-image{width:100%;height:100%;object-fit:cover}.gallery-main .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.product-badge{position:absolute;padding:6px 12px;font-size:12px;font-weight:600;border-radius:8px}.product-badge.badge-discount{top:16px;left:16px;background:var(--color-danger);color:#fff}.product-badge.badge-stock{top:16px;right:16px;background:var(--color-success);color:#fff}.gallery-thumbs{display:flex;gap:12px;overflow-x:auto;padding-bottom:4px}.gallery-thumbs::-webkit-scrollbar{height:4px}.gallery-thumb{width:80px;height:80px;flex-shrink:0;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;transition:all .15s ease}.gallery-thumb img{width:100%;height:100%;object-fit:cover}.gallery-thumb:hover{border-color:var(--color-border-hover)}.gallery-thumb.active{border-color:var(--color-primary)}.product-info{display:flex;flex-direction:column;gap:24px}.product-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.product-title{font-size:28px;font-weight:700;color:var(--color-text);margin:0;line-height:1.3}@media(max-width:575px){.product-title{font-size:24px}}.btn-edit{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-tertiary);border-radius:12px;transition:all .15s ease}.btn-edit svg{width:25px!important;height:25px!important}.btn-edit:hover{color:var(--color-primary);background:var(--color-primary-light)}.product-meta{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.product-rating{display:flex;align-items:center;gap:8px}.product-rating .stars{display:flex;gap:2px}.product-rating .star{color:var(--color-text-muted)}.product-rating .star.star-filled{color:var(--color-warning)}.product-rating .rating-value{font-size:15px;font-weight:600;color:var(--color-text)}.product-rating .reviews-link{font-size:14px;color:var(--color-text-secondary);transition:color .15s ease}.product-rating .reviews-link:hover{color:var(--color-primary)}.product-views{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--color-text-secondary)}.product-views svg{color:var(--color-text-muted)}.product-description p{font-size:15px;color:var(--color-text-secondary);line-height:1.7;margin:0}.product-features{display:flex;flex-direction:column;gap:12px}.feature-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--color-text)}.feature-item svg{color:var(--color-success);flex-shrink:0}.seller-card{padding:20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px}.seller-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.seller-avatar{position:relative;width:56px;height:56px;flex-shrink:0}.seller-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.seller-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-primary-light);color:var(--color-primary);font-size:20px;font-weight:600;border-radius:50%}.seller-avatar .online-indicator{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:var(--color-success);border:3px solid var(--color-bg-secondary);border-radius:50%}.seller-info{flex:1}.seller-name{font-size:16px;font-weight:600;color:var(--color-text);display:inline-flex;align-items:center;gap:8px;margin-bottom:4px}.seller-name--blocked{color:var(--color-text-muted);text-decoration:line-through}.seller-subscription-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:4px;font-size:12px;flex-shrink:0}.seller-blocked-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;margin-bottom:8px;font-size:11px;font-weight:600;color:var(--color-danger);background:#ef44441a;border-radius:8px}.seller-blocked-badge svg{flex-shrink:0}.seller-stats{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-secondary)}.seller-stats .seller-rating{display:flex;align-items:center;gap:4px}.seller-stats .seller-rating .star-icon{color:var(--color-warning)}.seller-stats .separator{color:var(--color-text-muted)}.seller-details{display:flex;flex-direction:column;gap:8px;padding-top:16px;border-top:1px solid var(--color-border)}.seller-detail{display:flex;align-items:center;justify-content:space-between;font-size:13px}.seller-detail .detail-label{color:var(--color-text-muted)}.seller-detail .detail-value{color:var(--color-text);font-weight:500}.seller-detail .detail-value.status-online{color:var(--color-success)}.product-purchase{position:sticky;top:100px}@media(max-width:1199px){.product-purchase{position:static}}.product-purchase.disabled .purchase-card{opacity:.7}.product-purchase.disabled .btn-buy{background:var(--color-text-muted);cursor:not-allowed}.product-purchase.disabled .btn-buy:hover{transform:none;box-shadow:none}.purchase-card{padding:24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;display:flex;flex-direction:column;gap:20px}.price-section{display:flex;align-items:baseline;gap:12px}.price-section .price-current{font-size:32px;font-weight:700;color:var(--color-text)}.price-section .price-old{font-size:18px;color:var(--color-text-muted);text-decoration:line-through}.btn-buy{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}.btn-buy:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.btn-chat{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s ease}.btn-chat:hover{background:var(--color-bg);border-color:var(--color-border-hover)}.purchase-guarantees{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--color-border)}.guarantee-item{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-text-secondary)}.guarantee-item svg{color:var(--color-success);flex-shrink:0}section.product-details{padding:48px 0;background:var(--color-bg-secondary)}.details-tabs{display:flex;gap:8px;margin-bottom:32px;border-bottom:1px solid var(--color-border);overflow-x:auto}.details-tabs::-webkit-scrollbar{display:none}.tab-btn{padding:16px 24px;font-size:15px;font-weight:500;color:var(--color-text-secondary);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap;margin-bottom:-1px}.tab-btn:hover{color:var(--color-text)}.tab-btn.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.details-content{background:var(--color-bg);border:1px solid var(--color-border);border-radius:16px;padding:32px}@media(max-width:575px){.details-content{padding:20px}}.tab-pane{display:none}.tab-pane.active{display:block}.description-content{font-size:15px;color:var(--color-text-secondary);line-height:1.8}.description-content p{margin-bottom:16px}.description-content p:last-child{margin-bottom:0}.specifications-table{display:flex;flex-direction:column}.spec-row{display:flex;padding:14px 0;border-bottom:1px solid var(--color-border)}.spec-row:last-child{border-bottom:none}@media(max-width:575px){.spec-row{flex-direction:column;gap:4px}}.spec-label{width:200px;flex-shrink:0;font-size:14px;color:var(--color-text-muted)}@media(max-width:575px){.spec-label{width:auto}}.spec-value{font-size:14px;font-weight:500;color:var(--color-text)}.reviews-section{display:flex;flex-direction:column;gap:32px}.reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}@media(max-width:575px){.reviews-header{flex-direction:column}}.reviews-summary{display:flex;align-items:center;gap:16px}.summary-rating{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px 32px;background:var(--color-bg-secondary);border-radius:16px}.summary-rating .rating-number{font-size:48px;font-weight:700;color:var(--color-text);line-height:1}.summary-rating .rating-stars{display:flex;gap:4px}.summary-rating .rating-stars .star{color:var(--color-text-muted)}.summary-rating .rating-stars .star.star-filled{color:var(--color-warning)}.summary-rating .rating-count{font-size:13px;color:var(--color-text-muted)}.btn-write-review{padding:12px 24px;font-size:14px;font-weight:600;color:var(--color-primary);background:var(--color-primary-light);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}.btn-write-review:hover{background:#3b82f626}.reviews-list p{color:var(--color-text-muted)}section.similar-products{padding:48px 0 80px;background:var(--color-bg)}.section-title{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 32px}.similar-products .products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1199px){.similar-products .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){.similar-products .products-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:575px){.similar-products .products-grid{grid-template-columns:1fr}}.similar-products .product-card{display:flex;flex-direction:column;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;transition:all .15s ease}.similar-products .product-card:hover{border-color:var(--color-border-hover);box-shadow:0 8px 32px var(--color-shadow);transform:translateY(-4px)}.similar-products .product-card-image{position:relative;aspect-ratio:4/3;background:var(--color-bg-tertiary);overflow:hidden}.similar-products .product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.similar-products .product-card-image:hover img{transform:scale(1.05)}.similar-products .product-card-image .image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.similar-products .product-card-content{padding:20px;display:flex;flex-direction:column;gap:8px}.similar-products .product-card-title{font-size:15px;font-weight:600;color:var(--color-text);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.similar-products .product-card-seller{font-size:13px;color:var(--color-text-secondary)}.similar-products .product-card-rating{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-secondary)}.similar-products .product-card-rating .star-icon{color:var(--color-warning)}.similar-products .product-card-rating .reviews-count{color:var(--color-text-muted)}.similar-products .product-card-price{display:flex;align-items:baseline;gap:8px;margin-top:8px}.similar-products .product-card-price .price-current{font-size:18px;font-weight:700;color:var(--color-text)}.similar-products .product-card-price .price-old{font-size:14px;color:var(--color-text-muted);text-decoration:line-through}section.product-details .reviews-section{padding:0}section.product-details .reviews-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}@media(max-width:767px){section.product-details .reviews-header{flex-direction:column}}section.product-details .reviews-summary{display:flex;gap:40px;align-items:flex-start}@media(max-width:991px){section.product-details .reviews-summary{flex-direction:column;gap:24px}}section.product-details .summary-rating{display:flex;flex-direction:column;align-items:center;gap:8px}section.product-details .summary-rating .rating-number{font-size:48px;font-weight:700;color:var(--color-text);line-height:1}section.product-details .summary-rating .rating-stars{display:flex;gap:4px}section.product-details .summary-rating .rating-stars .star{color:var(--color-text-muted)}section.product-details .summary-rating .rating-stars .star.star-filled{color:var(--color-warning)}section.product-details .summary-rating .rating-count{font-size:13px;color:var(--color-text-secondary)}section.product-details .rating-distribution{display:flex;flex-direction:column;gap:8px;min-width:200px}section.product-details .rating-bar{display:flex;align-items:center;gap:8px}section.product-details .rating-bar .rating-bar-label{font-size:13px;font-weight:600;color:var(--color-text);width:12px;text-align:center}section.product-details .rating-bar .star-mini{color:var(--color-warning);flex-shrink:0}section.product-details .rating-bar .rating-bar-track{flex:1;height:8px;background:var(--color-bg-tertiary);border-radius:4px;overflow:hidden}section.product-details .rating-bar .rating-bar-fill{height:100%;background:var(--color-warning);border-radius:4px;transition:width .3s ease}section.product-details .rating-bar .rating-bar-count{font-size:13px;color:var(--color-text-muted);width:24px;text-align:right}section.product-details .reviews-list{display:flex;flex-direction:column;gap:16px}section.product-details .review-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:20px;transition:all .15s ease}section.product-details .review-card:hover{border-color:var(--color-border-hover)}section.product-details .review-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}@media(max-width:575px){section.product-details .review-card__header{flex-direction:column;align-items:flex-start;gap:12px}}section.product-details .review-card__author{display:flex;align-items:center;gap:12px}section.product-details .review-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}section.product-details .review-card__avatar img{width:100%;height:100%;object-fit:cover}section.product-details .review-card__avatar span{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase}section.product-details .review-card__author-info{display:flex;flex-direction:column}section.product-details .review-card__author-name{font-size:15px;font-weight:600;color:var(--color-text);text-decoration:none;transition:color .15s ease}section.product-details .review-card__author-name:hover{color:var(--color-primary)}section.product-details .review-card__date{font-size:13px;color:var(--color-text-muted)}section.product-details .review-card__rating{display:flex;gap:2px}section.product-details .review-card__rating .star--filled{color:var(--color-warning)}section.product-details .review-card__rating .star--empty{color:var(--color-text-muted)}section.product-details .review-card__content p{font-size:15px;color:var(--color-text);line-height:1.6;margin:0}section.product-details .review-card__reply{margin-top:16px;padding:16px;background:var(--color-bg-tertiary);border-radius:12px;border-left:3px solid var(--color-primary)}section.product-details .review-card__reply-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--color-primary)}section.product-details .review-card__reply-header svg{width:16px;height:16px}section.product-details .review-card__reply-date{font-weight:400;color:var(--color-text-muted);margin-left:auto}section.product-details .review-card__reply p{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0}section.product-details .reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}section.product-details .reviews-empty svg{color:var(--color-text-muted);margin-bottom:16px;opacity:.5}section.product-details .reviews-empty p{font-size:16px;color:var(--color-text-secondary);margin:0}section.product-details .reviews-pagination{margin-top:24px;display:flex;justify-content:center}section.page-header{padding:48px 0 32px;background:linear-gradient(180deg,var(--color-bg-secondary) 0%,var(--color-bg) 100%)}@media(max-width:767px){section.page-header{padding:32px 0 24px}}section.page-header .container{max-width:1480px}section.page-header .page-header__title{font-size:32px;font-weight:700;color:var(--color-text);margin:16px 0 8px;line-height:1.2}@media(max-width:575px){section.page-header .page-header__title{font-size:28px}}section.page-header .page-header__subtitle{font-size:16px;color:var(--color-text-secondary);margin:0;line-height:1.5}section.product-create-page,section.product-edit-page{padding:0 0 80px}@media(max-width:767px){section.product-create-page,section.product-edit-page{padding:0 0 48px}}section.product-create-page .container,section.product-edit-page .container{max-width:1000px}section.product-create-page .product-form,section.product-edit-page .product-form{display:flex;flex-direction:column;gap:24px}section.product-create-page .product-form__layout,section.product-edit-page .product-form__layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}@media(max-width:991px){section.product-create-page .product-form__layout,section.product-edit-page .product-form__layout{grid-template-columns:1fr}}section.product-create-page .product-form__main,section.product-edit-page .product-form__main{display:flex;flex-direction:column;gap:24px}section.product-create-page .product-form__sidebar,section.product-edit-page .product-form__sidebar{position:sticky;top:100px;display:flex;flex-direction:column;gap:24px}@media(max-width:991px){section.product-create-page .product-form__sidebar,section.product-edit-page .product-form__sidebar{position:static}}section.product-create-page .form-card,section.product-edit-page .form-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden}section.product-create-page .form-card .form-card__header,section.product-edit-page .form-card .form-card__header{padding:24px 24px 0}@media(max-width:575px){section.product-create-page .form-card .form-card__header,section.product-edit-page .form-card .form-card__header{padding:20px 20px 0}}section.product-create-page .form-card .form-card__title,section.product-edit-page .form-card .form-card__title{font-size:18px;font-weight:600;color:var(--color-text);margin:0 0 4px}section.product-create-page .form-card .form-card__subtitle,section.product-edit-page .form-card .form-card__subtitle{font-size:14px;color:var(--color-text-muted);margin:0}section.product-create-page .form-card .form-card__body,section.product-edit-page .form-card .form-card__body{padding:24px;display:flex;flex-direction:column;gap:20px}@media(max-width:575px){section.product-create-page .form-card .form-card__body,section.product-edit-page .form-card .form-card__body{padding:20px}}section.product-create-page .form-group,section.product-edit-page .form-group{display:flex;flex-direction:column;gap:8px}section.product-create-page .form-label,section.product-edit-page .form-label{font-size:14px;font-weight:500;color:var(--color-text)}section.product-create-page .form-label .required,section.product-edit-page .form-label .required{color:var(--color-danger)}section.product-create-page .form-input,section.product-create-page .form-select,section.product-create-page .form-textarea,section.product-edit-page .form-input,section.product-edit-page .form-select,section.product-edit-page .form-textarea{width:100%;padding:14px 16px;font-size:15px;color:var(--color-text);background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:12px;transition:all .15s ease}section.product-create-page .form-input::placeholder,section.product-create-page .form-select::placeholder,section.product-create-page .form-textarea::placeholder,section.product-edit-page .form-input::placeholder,section.product-edit-page .form-select::placeholder,section.product-edit-page .form-textarea::placeholder{color:var(--color-text-muted)}section.product-create-page .form-input:hover,section.product-create-page .form-select:hover,section.product-create-page .form-textarea:hover,section.product-edit-page .form-input:hover,section.product-edit-page .form-select:hover,section.product-edit-page .form-textarea:hover{border-color:var(--color-border)}section.product-create-page .form-input:focus,section.product-create-page .form-select:focus,section.product-create-page .form-textarea:focus,section.product-edit-page .form-input:focus,section.product-edit-page .form-select:focus,section.product-edit-page .form-textarea:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg-secondary);box-shadow:0 0 0 4px var(--color-primary-light)}section.product-create-page .form-input--error,section.product-create-page .form-select--error,section.product-create-page .form-textarea--error,section.product-edit-page .form-input--error,section.product-edit-page .form-select--error,section.product-edit-page .form-textarea--error{border-color:var(--color-danger);background:#ef44440d}section.product-create-page .form-input--error:focus,section.product-create-page .form-select--error:focus,section.product-create-page .form-textarea--error:focus,section.product-edit-page .form-input--error:focus,section.product-edit-page .form-select--error:focus,section.product-edit-page .form-textarea--error:focus{box-shadow:0 0 0 4px #ef44441a}section.product-create-page .form-select,section.product-edit-page .form-select{appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}section.product-create-page .form-textarea,section.product-edit-page .form-textarea{resize:vertical;min-height:100px}section.product-create-page .form-input-wrapper,section.product-edit-page .form-input-wrapper{position:relative;display:flex;align-items:center}section.product-create-page .form-input-wrapper .form-input,section.product-edit-page .form-input-wrapper .form-input{padding-right:48px}section.product-create-page .form-input-suffix,section.product-edit-page .form-input-suffix{position:absolute;right:16px;font-size:15px;font-weight:500;color:var(--color-text-muted);pointer-events:none}section.product-create-page .form-error,section.product-edit-page .form-error{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-danger)}section.product-create-page .form-hint,section.product-edit-page .form-hint{font-size:12px;color:var(--color-text-muted)}section.product-create-page .form-row,section.product-edit-page .form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:575px){section.product-create-page .form-row,section.product-edit-page .form-row{grid-template-columns:1fr}}section.product-create-page .form-checkbox,section.product-edit-page .form-checkbox{display:flex;align-items:center;gap:12px;cursor:pointer}section.product-create-page .form-checkbox input[type=checkbox],section.product-edit-page .form-checkbox input[type=checkbox]{display:none}section.product-create-page .form-checkbox input[type=checkbox]:checked+.form-checkbox__checkmark,section.product-edit-page .form-checkbox input[type=checkbox]:checked+.form-checkbox__checkmark{background:var(--color-primary);border-color:var(--color-primary)}section.product-create-page .form-checkbox input[type=checkbox]:checked+.form-checkbox__checkmark:after,section.product-edit-page .form-checkbox input[type=checkbox]:checked+.form-checkbox__checkmark:after{opacity:1;transform:scale(1) rotate(45deg)}section.product-create-page .form-checkbox .form-checkbox__checkmark,section.product-edit-page .form-checkbox .form-checkbox__checkmark{width:22px;height:22px;flex-shrink:0;background:var(--color-bg-tertiary);border:2px solid var(--color-border);border-radius:6px;position:relative;transition:all .15s ease}section.product-create-page .form-checkbox .form-checkbox__checkmark:after,section.product-edit-page .form-checkbox .form-checkbox__checkmark:after{content:"";position:absolute;top:3px;left:7px;width:5px;height:10px;border:solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);opacity:0;transition:all .15s ease}section.product-create-page .form-checkbox .form-checkbox__label,section.product-edit-page .form-checkbox .form-checkbox__label{font-size:14px;color:var(--color-text)}section.product-create-page .form-checkbox:hover .form-checkbox__checkmark,section.product-edit-page .form-checkbox:hover .form-checkbox__checkmark{border-color:var(--color-border-hover)}section.product-create-page .spec-add-form .form-row,section.product-edit-page .spec-add-form .form-row{grid-template-columns:1fr 1fr auto;align-items:end}@media(max-width:767px){section.product-create-page .spec-add-form .form-row,section.product-edit-page .spec-add-form .form-row{grid-template-columns:1fr}}section.product-create-page .btn-add-spec,section.product-edit-page .btn-add-spec{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:600;color:var(--color-primary);background:var(--color-primary-light);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}section.product-create-page .btn-add-spec:hover,section.product-edit-page .btn-add-spec:hover{background:#3b82f626}@media(max-width:767px){section.product-create-page .btn-add-spec,section.product-edit-page .btn-add-spec{width:100%}}section.product-create-page .spec-list,section.product-edit-page .spec-list{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}section.product-create-page .spec-item,section.product-edit-page .spec-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:var(--color-bg-tertiary);border-radius:12px}section.product-create-page .spec-item .spec-item__content,section.product-edit-page .spec-item .spec-item__content{display:flex;align-items:center;gap:12px;flex:1;min-width:0}@media(max-width:575px){section.product-create-page .spec-item .spec-item__content,section.product-edit-page .spec-item .spec-item__content{flex-direction:column;align-items:flex-start;gap:4px}}section.product-create-page .spec-item .spec-item__key,section.product-edit-page .spec-item .spec-item__key{font-size:14px;font-weight:500;color:var(--color-text-muted);flex-shrink:0}section.product-create-page .spec-item .spec-item__value,section.product-edit-page .spec-item .spec-item__value{font-size:14px;color:var(--color-text)}section.product-create-page .spec-item .spec-item__remove,section.product-edit-page .spec-item .spec-item__remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease;flex-shrink:0}section.product-create-page .spec-item .spec-item__remove:hover,section.product-edit-page .spec-item .spec-item__remove:hover{color:var(--color-danger);background:#ef44441a}section.product-create-page .images-upload,section.product-edit-page .images-upload{display:flex;flex-direction:column;gap:16px}section.product-create-page .images-grid,section.product-edit-page .images-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}@media(max-width:767px){section.product-create-page .images-grid,section.product-edit-page .images-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:575px){section.product-create-page .images-grid,section.product-edit-page .images-grid{grid-template-columns:repeat(2,1fr)}}section.product-create-page .image-item,section.product-edit-page .image-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--color-bg-tertiary)}section.product-create-page .image-item img,section.product-edit-page .image-item img{width:100%;height:100%;object-fit:cover}section.product-create-page .image-item .image-item__remove,section.product-edit-page .image-item .image-item__remove{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;transition:all .15s ease}section.product-create-page .image-item .image-item__remove:hover,section.product-edit-page .image-item .image-item__remove:hover{background:var(--color-danger)}section.product-create-page .image-item:hover .image-item__remove,section.product-edit-page .image-item:hover .image-item__remove{opacity:1}section.product-create-page .image-upload-btn,section.product-edit-page .image-upload-btn{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--color-bg-tertiary);border:2px dashed var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s ease}section.product-create-page .image-upload-btn svg,section.product-edit-page .image-upload-btn svg{color:var(--color-text-muted)}section.product-create-page .image-upload-btn span,section.product-edit-page .image-upload-btn span{font-size:12px;color:var(--color-text-muted)}section.product-create-page .image-upload-btn:hover,section.product-edit-page .image-upload-btn:hover{border-color:var(--color-primary);background:var(--color-primary-light)}section.product-create-page .image-upload-btn:hover svg,section.product-create-page .image-upload-btn:hover span,section.product-edit-page .image-upload-btn:hover svg,section.product-edit-page .image-upload-btn:hover span{color:var(--color-primary)}section.product-create-page .images-hint,section.product-edit-page .images-hint{font-size:13px;color:var(--color-text-muted);text-align:center}section.product-create-page .images-preview,section.product-edit-page .images-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}@media(max-width:575px){section.product-create-page .images-preview,section.product-edit-page .images-preview{grid-template-columns:repeat(2,1fr)}}section.product-create-page .image-preview-item,section.product-edit-page .image-preview-item{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:var(--color-bg-tertiary)}section.product-create-page .image-preview-item img,section.product-edit-page .image-preview-item img{width:100%;height:100%;object-fit:cover}section.product-create-page .image-preview-item:hover .image-preview-remove,section.product-edit-page .image-preview-item:hover .image-preview-remove{opacity:1}section.product-create-page .image-preview-remove,section.product-edit-page .image-preview-remove{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;opacity:0;transition:all .15s ease}section.product-create-page .image-preview-remove:hover,section.product-edit-page .image-preview-remove:hover{background:var(--color-danger)}section.product-create-page .upload-area,section.product-edit-page .upload-area{position:relative}section.product-create-page .upload-input,section.product-edit-page .upload-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}section.product-create-page .upload-label,section.product-edit-page .upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:32px 24px;background:var(--color-bg-tertiary);border:2px dashed var(--color-border);border-radius:16px;cursor:pointer;transition:all .15s ease;text-align:center}section.product-create-page .upload-label svg,section.product-edit-page .upload-label svg{color:var(--color-text-muted);transition:color .15s ease}section.product-create-page .upload-label:hover,section.product-edit-page .upload-label:hover{border-color:var(--color-primary);background:var(--color-primary-light)}section.product-create-page .upload-label:hover svg,section.product-edit-page .upload-label:hover svg{color:var(--color-primary)}section.product-create-page .upload-label:hover .upload-label__text,section.product-edit-page .upload-label:hover .upload-label__text{color:var(--color-primary)}section.product-create-page .upload-label__text,section.product-edit-page .upload-label__text{font-size:15px;font-weight:500;color:var(--color-text);transition:color .15s ease}section.product-create-page .upload-label__hint,section.product-edit-page .upload-label__hint{font-size:13px;color:var(--color-text-muted)}section.product-create-page .upload-loading,section.product-edit-page .upload-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:20px;background:var(--color-primary-light);border-radius:12px;margin-top:12px}section.product-create-page .upload-loading .spinner,section.product-edit-page .upload-loading .spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}section.product-create-page .upload-loading span,section.product-edit-page .upload-loading span{font-size:14px;color:var(--color-primary);font-weight:500}section.product-create-page .upload-limit-reached,section.product-edit-page .upload-limit-reached{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 20px;background:var(--color-bg-tertiary);border-radius:12px;border:1px solid var(--color-border)}section.product-create-page .upload-limit-reached svg,section.product-edit-page .upload-limit-reached svg{color:var(--color-warning);flex-shrink:0}section.product-create-page .upload-limit-reached span,section.product-edit-page .upload-limit-reached span{font-size:14px;color:var(--color-text-secondary)}section.product-create-page .image-item--loading,section.product-edit-page .image-item--loading{position:relative}section.product-create-page .image-item--loading:after,section.product-edit-page .image-item--loading:after{content:"";position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center}section.product-create-page .image-item--loading .image-loading-spinner,section.product-edit-page .image-item--loading .image-loading-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;z-index:1}section.product-create-page .upload-progress,section.product-edit-page .upload-progress{position:absolute;bottom:0;left:0;right:0;height:4px;background:#0000004d;overflow:hidden}section.product-create-page .upload-progress .upload-progress__bar,section.product-edit-page .upload-progress .upload-progress__bar{height:100%;background:var(--color-primary);transition:width .3s ease}section.product-create-page .images-upload--dragging .upload-label,section.product-create-page .upload-area--dragging .upload-label,section.product-edit-page .images-upload--dragging .upload-label,section.product-edit-page .upload-area--dragging .upload-label{border-color:var(--color-primary);background:var(--color-primary-light);transform:scale(1.02)}section.product-create-page .images-upload--dragging .upload-label svg,section.product-create-page .upload-area--dragging .upload-label svg,section.product-edit-page .images-upload--dragging .upload-label svg,section.product-edit-page .upload-area--dragging .upload-label svg{color:var(--color-primary)}section.product-create-page .images-upload--dragging .upload-label .upload-label__text,section.product-create-page .upload-area--dragging .upload-label .upload-label__text,section.product-edit-page .images-upload--dragging .upload-label .upload-label__text,section.product-edit-page .upload-area--dragging .upload-label .upload-label__text{color:var(--color-primary)}section.product-create-page .form-card--tips,section.product-edit-page .form-card--tips{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-bg-secondary) 100%);border-color:#3b82f633}section.product-create-page .form-card--tips .form-card__title,section.product-edit-page .form-card--tips .form-card__title{font-size:16px}section.product-create-page .tips-list,section.product-edit-page .tips-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}section.product-create-page .tips-list li,section.product-edit-page .tips-list li{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--color-text-secondary);line-height:1.5}section.product-create-page .tips-list li:before,section.product-edit-page .tips-list li:before{content:"✓";color:var(--color-primary);font-weight:600;flex-shrink:0}section.product-create-page .preview-card,section.product-edit-page .preview-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden}section.product-create-page .preview-card .preview-card__header,section.product-edit-page .preview-card .preview-card__header{padding:20px;border-bottom:1px solid var(--color-border)}section.product-create-page .preview-card .preview-card__title,section.product-edit-page .preview-card .preview-card__title{font-size:16px;font-weight:600;color:var(--color-text);margin:0}section.product-create-page .preview-card .preview-card__body,section.product-edit-page .preview-card .preview-card__body{padding:20px}section.product-create-page .preview-product,section.product-edit-page .preview-product{display:flex;flex-direction:column;gap:16px}section.product-create-page .preview-product .preview-product__image,section.product-edit-page .preview-product .preview-product__image{aspect-ratio:4/3;background:var(--color-bg-tertiary);border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}section.product-create-page .preview-product .preview-product__image img,section.product-edit-page .preview-product .preview-product__image img{width:100%;height:100%;object-fit:cover}section.product-create-page .preview-product .preview-product__image svg,section.product-edit-page .preview-product .preview-product__image svg{color:var(--color-text-muted)}section.product-create-page .preview-product .preview-product__title,section.product-edit-page .preview-product .preview-product__title{font-size:16px;font-weight:600;color:var(--color-text);margin:0}section.product-create-page .preview-product .preview-product__price,section.product-edit-page .preview-product .preview-product__price{display:flex;align-items:baseline;gap:8px}section.product-create-page .preview-product .preview-product__price .price-current,section.product-edit-page .preview-product .preview-product__price .price-current{font-size:24px;font-weight:700;color:var(--color-text)}section.product-create-page .preview-product .preview-product__price .price-old,section.product-edit-page .preview-product .preview-product__price .price-old{font-size:16px;color:var(--color-text-muted);text-decoration:line-through}section.product-create-page .preview-product .preview-product__category,section.product-edit-page .preview-product .preview-product__category{display:inline-flex;padding:6px 12px;background:var(--color-bg-tertiary);border-radius:100px;font-size:13px;color:var(--color-text-secondary)}section.product-create-page .actions-card,section.product-edit-page .actions-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:12px}section.product-create-page .btn-submit,section.product-edit-page .btn-submit{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:16px 24px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}section.product-create-page .btn-submit:hover,section.product-edit-page .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}section.product-create-page .btn-submit:disabled,section.product-edit-page .btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}section.product-create-page .btn-submit .spinner,section.product-edit-page .btn-submit .spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}section.product-create-page .btn-draft,section.product-edit-page .btn-draft{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s ease}section.product-create-page .btn-draft:hover,section.product-edit-page .btn-draft:hover{background:var(--color-bg);border-color:var(--color-border-hover)}section.product-create-page .btn-delete,section.product-edit-page .btn-delete{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;color:var(--color-danger);background:transparent;border:1px solid var(--color-danger);border-radius:12px;cursor:pointer;transition:all .15s ease}section.product-create-page .btn-delete:hover,section.product-edit-page .btn-delete:hover{background:#ef44441a}section.product-create-page .btn-cancel,section.product-edit-page .btn-cancel{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-border);border-radius:12px;cursor:pointer;text-decoration:none;transition:all .15s ease}section.product-create-page .btn-cancel:hover,section.product-edit-page .btn-cancel:hover{color:var(--color-text);background:var(--color-bg-tertiary);border-color:var(--color-border-hover)}section.product-create-page .actions-divider,section.product-edit-page .actions-divider{height:1px;background:var(--color-border);margin:4px 0}section.product-create-page .actions-hint,section.product-edit-page .actions-hint{font-size:13px;color:var(--color-text-muted);text-align:center;line-height:1.5}section.product-create-page .status-toggle,section.product-edit-page .status-toggle{display:flex;align-items:center;gap:12px}section.product-create-page .status-toggle .status-toggle__label,section.product-edit-page .status-toggle .status-toggle__label{font-size:14px;color:var(--color-text-secondary)}section.product-create-page .status-toggle .status-toggle__switch,section.product-edit-page .status-toggle .status-toggle__switch{position:relative;width:48px;height:26px;background:var(--color-bg-tertiary);border-radius:100px;cursor:pointer;transition:background-color .15s ease}section.product-create-page .status-toggle .status-toggle__switch:after,section.product-edit-page .status-toggle .status-toggle__switch:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #0003;transition:transform .15s ease}section.product-create-page .status-toggle .status-toggle__switch.active,section.product-edit-page .status-toggle .status-toggle__switch.active{background:var(--color-success)}section.product-create-page .status-toggle .status-toggle__switch.active:after,section.product-edit-page .status-toggle .status-toggle__switch.active:after{transform:translate(22px)}section.product-create-page .status-toggle .status-toggle__text,section.product-edit-page .status-toggle .status-toggle__text{font-size:14px;font-weight:500;color:var(--color-text)}section.product-create-page .status-toggle .status-toggle__text--active,section.product-edit-page .status-toggle .status-toggle__text--active{color:var(--color-success)}.form-loading-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.form-loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 48px;background:var(--color-bg-secondary);border-radius:24px;box-shadow:0 20px 60px var(--color-shadow-lg)}.form-loading-overlay .loading-content .spinner{width:48px;height:48px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.form-loading-overlay .loading-content span{font-size:16px;font-weight:500;color:var(--color-text)}.modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-dialog{width:100%;max-width:440px;animation:modalSlideIn .2s ease-out}.modal-content{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:32px;box-shadow:0 20px 60px var(--color-shadow-lg)}.modal-title{font-size:20px;font-weight:700;color:var(--color-text);margin:0 0 12px}.modal-text{font-size:15px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end}@media(max-width:575px){.modal-actions{flex-direction:column-reverse}}.modal-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;font-size:14px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .15s ease}@media(max-width:575px){.modal-btn{width:100%}}.modal-btn--secondary{color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border)}.modal-btn--secondary:hover{background:var(--color-bg);border-color:var(--color-border-hover)}.modal-btn--primary{color:#fff;background:var(--color-primary);border:none}.modal-btn--primary:hover{background:var(--color-primary-hover)}.modal-btn--danger{color:#fff;background:var(--color-danger);border:none}.modal-btn--danger:hover{background:#dc2626}[x-cloak]{display:none!important}.notifications-page{padding:48px 0 80px;min-height:calc(100vh - 372px)}@media(max-width:767px){.notifications-page{padding:32px 0 48px}}.notifications-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid var(--color-border)}@media(max-width:767px){.notifications-header{flex-direction:column;align-items:flex-start;gap:16px}}.header-left{display:flex;align-items:center;gap:16px}@media(max-width:575px){.header-left{flex-direction:column;align-items:flex-start;gap:8px}}.page-title{font-size:32px;font-weight:700;color:var(--color-text);margin:0;line-height:1.2}@media(max-width:575px){.page-title{font-size:28px}}.notifications-count{display:inline-flex;align-items:center;padding:6px 14px;background:var(--color-bg-tertiary);border-radius:100px;font-size:13px;font-weight:500;color:var(--color-text-secondary)}.header-actions{display:flex;align-items:center;gap:12px}@media(max-width:575px){.header-actions{width:100%}.header-actions .btn{flex:1;justify-content:center}}.notifications-list{display:flex;flex-direction:column;gap:12px}.notification-card{display:flex;align-items:flex-start;gap:16px;padding:20px 24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease}@media(max-width:575px){.notification-card{padding:16px;gap:12px}}.notification-card:hover{border-color:var(--color-border-hover);box-shadow:0 4px 16px var(--color-shadow)}.notification-card.unread{background:linear-gradient(135deg,var(--color-primary-light) 0%,var(--color-bg-secondary) 100%);border-color:#3b82f633}.notification-card.unread:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-primary);border-radius:16px 0 0 16px}.notification-card.unread{position:relative}.notification-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background:var(--color-bg-tertiary);border-radius:12px;color:var(--color-text-secondary)}.notification-card__icon svg{width:24px;height:24px}@media(max-width:575px){.notification-card__icon{width:40px;height:40px}.notification-card__icon svg{width:20px;height:20px}}.notification-card.notification--order .notification-card__icon{background:#3b82f61a;color:#3b82f6}.notification-card.notification--message .notification-card__icon{background:#8b5cf61a;color:#8b5cf6}.notification-card.notification--review .notification-card__icon{background:#f59e0b1a;color:#f59e0b}.notification-card.notification--success .notification-card__icon{background:#10b9811a;color:#10b981}.notification-card.notification--system .notification-card__icon{background:#64748b1a;color:#64748b}.notification-card.notification--warning .notification-card__icon{background:#f59e0b1a;color:#f59e0b}.notification-card.notification--error .notification-card__icon{background:#ef44441a;color:#ef4444}.notification-card__content{flex:1;min-width:0}.notification-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:6px}@media(max-width:575px){.notification-card__header{flex-direction:column;gap:4px}}.notification-card__title{font-size:15px;font-weight:600;color:var(--color-text);margin:0;line-height:1.4}.notification-card__time{font-size:13px;color:var(--color-text-muted);white-space:nowrap;flex-shrink:0}.notification-card__message{font-size:14px;color:var(--color-text-secondary);margin:0 0 12px;line-height:1.5}.notification-card__link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--color-primary);transition:gap .15s ease}.notification-card__link:hover{gap:10px}.notification-card__actions{display:flex;align-items:center;gap:8px;flex-shrink:0}@media(max-width:575px){.notification-card__actions{position:absolute;top:16px;right:16px}}.action-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-bg-tertiary);border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.action-btn:hover{color:var(--color-text);background:var(--color-bg)}.action-btn.mark-read:hover{color:#10b981;background:#10b9811a}.action-btn.delete-notification:hover{color:#ef4444;background:#ef44441a}.pagination-wrapper{margin-top:32px;display:flex;justify-content:center}.notifications-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}.notifications-empty-state svg{color:var(--color-text-muted);margin-bottom:24px;opacity:.5}.notifications-empty-state h2{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 12px}.notifications-empty-state p{font-size:16px;color:var(--color-text-secondary);margin:0;max-width:400px;line-height:1.6}.pagination{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.pagination li{display:flex}.pagination li.disabled span{opacity:.5;cursor:not-allowed}.pagination li.active span{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.pagination a,.pagination span{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;font-size:14px;font-weight:500;color:var(--color-text);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}.pagination a:hover{border-color:var(--color-primary);color:var(--color-primary)}.error-page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;background:var(--color-bg);position:relative;overflow:hidden}.error-page:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,var(--color-primary-light) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(139,92,246,.1) 0%,transparent 50%);animation:errorBgMove 20s ease-in-out infinite;pointer-events:none}@keyframes errorBgMove{0%,to{transform:translate(0)}50%{transform:translate(-5%,-5%)}}.error-container{position:relative;z-index:1;max-width:520px;width:100%;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:64px 48px;text-align:center;box-shadow:0 20px 60px var(--color-shadow-lg)}@media(max-width:575px){.error-container{padding:48px 24px;border-radius:20px}}.error-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;margin:0 auto 32px;background:var(--color-primary-light);border-radius:50%;color:var(--color-primary)}.error-icon svg{width:48px;height:48px}@media(max-width:575px){.error-icon{width:80px;height:80px;margin-bottom:24px}.error-icon svg{width:40px;height:40px}}.error-icon--warning{background:#f59e0b1a;color:#f59e0b}.error-icon--danger{background:#ef44441a;color:#ef4444}.error-code{font-size:96px;font-weight:800;line-height:1;margin:0 0 16px;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:575px){.error-code{font-size:72px}}.error-title{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.3}@media(max-width:575px){.error-title{font-size:24px}}.error-message{font-size:16px;color:var(--color-text-secondary);margin:0 0 32px;line-height:1.6}@media(max-width:575px){.error-message{font-size:15px;margin-bottom:24px}}.error-actions{display:flex;flex-direction:column;gap:12px;align-items:center}.error-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;border-radius:12px;transition:all .2s ease;text-decoration:none;cursor:pointer}.error-btn svg{width:18px;height:18px}.error-btn--primary{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);box-shadow:0 4px 16px #3b82f64d}.error-btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f666}.error-btn--secondary{color:var(--color-text-secondary);background:transparent}.error-btn--secondary:hover{color:var(--color-text)}.error-details{margin-top:32px;padding-top:24px;border-top:1px solid var(--color-border)}.error-details__label{font-size:13px;color:var(--color-text-muted);margin-bottom:8px}.error-details__code{font-family:Monaco,Consolas,monospace;font-size:13px;color:var(--color-text-secondary);background:var(--color-bg-tertiary);padding:12px 16px;border-radius:8px;overflow-x:auto}.error-theme-toggle{position:fixed;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;z-index:10}.error-theme-toggle svg{width:20px;height:20px}.error-theme-toggle:hover{color:var(--color-warning);border-color:var(--color-border-hover)}.error-theme-toggle .icon-sun{display:block}.error-theme-toggle .icon-moon,[data-theme=dark] .error-theme-toggle .icon-sun{display:none}[data-theme=dark] .error-theme-toggle .icon-moon{display:block}.error-logo{position:fixed;top:24px;left:24px;font-size:24px;font-weight:700;z-index:10}.error-logo span{background:linear-gradient(135deg,var(--color-primary),#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.error-section{min-height:calc(100vh - 160px);display:flex;align-items:center;justify-content:center;padding:48px 0}@media(max-width:767px){.error-section{padding:24px 0;min-height:calc(100vh - 120px)}}.error-card{max-width:520px;width:100%;margin:0 auto;padding:48px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;text-align:center;box-shadow:0 8px 32px var(--color-shadow)}@media(max-width:575px){.error-card{padding:32px 24px}}.error-description{font-size:15px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 32px}.error-countdown{padding:24px;background:var(--color-bg-tertiary);border-radius:16px;margin-bottom:32px}.countdown-label{font-size:14px;color:var(--color-text-muted);margin-bottom:12px}.countdown-timer{display:flex;align-items:center;justify-content:center;gap:8px}.countdown-block{display:flex;flex-direction:column;align-items:center;gap:4px}.countdown-value{font-size:48px;font-weight:700;color:var(--color-primary);line-height:1;font-variant-numeric:tabular-nums}@media(max-width:575px){.countdown-value{font-size:36px}}.countdown-unit{font-size:12px;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:1px}.countdown-separator{font-size:36px;font-weight:700;color:var(--color-text-muted);padding-bottom:24px}@media(max-width:575px){.countdown-separator{font-size:28px;padding-bottom:20px}}.error-tips{text-align:left;padding:20px;background:#3b82f60d;border:1px solid rgba(59,130,246,.1);border-radius:12px;margin-bottom:32px}.error-tips h3{font-size:14px;font-weight:600;color:var(--color-text);margin:0 0 12px}.error-tips ul{margin:0;padding:0;list-style:none}.error-tips li{position:relative;padding-left:20px;font-size:14px;color:var(--color-text-secondary);line-height:1.6}.error-tips li:before{content:"•";position:absolute;left:0;color:var(--color-primary)}.error-tips li+li{margin-top:8px}.error-tips li a{color:var(--color-primary);font-weight:500}.error-tips li a:hover{text-decoration:underline}.error-card .error-actions{display:flex;gap:12px;justify-content:center}@media(max-width:575px){.error-card .error-actions{flex-direction:column}}.error-card .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;text-decoration:none;transition:all .15s ease}.error-card .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.error-card .btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;text-decoration:none;transition:all .15s ease}.error-card .btn-secondary:hover{border-color:var(--color-primary);color:var(--color-primary)}.legal-page{padding:48px 0 80px;min-height:calc(100vh - 372px)}@media(max-width:767px){.legal-page{padding:32px 0 48px}}.legal-page__header{margin-bottom:48px}@media(max-width:767px){.legal-page__header{margin-bottom:32px}}.legal-page__breadcrumbs{display:flex;align-items:center;gap:8px;margin-bottom:24px;flex-wrap:wrap}.legal-page__breadcrumbs .breadcrumb{font-size:14px;color:var(--color-text-secondary);transition:color .15s ease}.legal-page__breadcrumbs .breadcrumb:hover{color:var(--color-primary)}.legal-page__breadcrumbs .breadcrumb--active{color:var(--color-text);font-weight:500}.legal-page__breadcrumbs .breadcrumb__separator{color:var(--color-text-muted);display:flex;align-items:center}.legal-page__title{font-size:40px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.2}@media(max-width:767px){.legal-page__title{font-size:32px}}@media(max-width:575px){.legal-page__title{font-size:28px}}.legal-page__meta{font-size:18px;color:var(--color-text-secondary);margin:0;line-height:1.5}@media(max-width:575px){.legal-page__meta{font-size:16px}}.legal-page__content{display:grid;grid-template-columns:280px 1fr;gap:48px;align-items:start}@media(max-width:991px){.legal-page__content{grid-template-columns:1fr;gap:32px}}.legal-page__sidebar{position:sticky;top:100px}@media(max-width:991px){.legal-page__sidebar{position:static}}.legal-nav{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:24px}.legal-nav__title{font-size:14px;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.legal-nav__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}@media(max-width:991px){.legal-nav__list{flex-direction:row;flex-wrap:wrap;gap:8px}}.legal-nav__link{display:block;padding:10px 14px;font-size:14px;font-weight:500;color:var(--color-text-secondary);border-radius:12px;transition:all .15s ease}.legal-nav__link:hover{color:var(--color-text);background:var(--color-bg-tertiary)}@media(max-width:991px){.legal-nav__link{padding:8px 12px;font-size:13px;background:var(--color-bg-tertiary)}}.legal-page__article{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:48px}@media(max-width:767px){.legal-page__article{padding:32px 24px}}@media(max-width:575px){.legal-page__article{padding:24px 20px}}.legal-section{margin-bottom:48px;padding-bottom:48px;border-bottom:1px solid var(--color-border)}.legal-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}@media(max-width:767px){.legal-section{margin-bottom:32px;padding-bottom:32px}}.legal-section__title{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 20px;line-height:1.3}@media(max-width:575px){.legal-section__title{font-size:20px}}.legal-section p{font-size:16px;color:var(--color-text-secondary);line-height:1.7;margin:0 0 16px}.legal-section p:last-child{margin-bottom:0}.legal-section h3{font-size:18px;font-weight:600;color:var(--color-text);margin:24px 0 12px}.legal-section ul,.legal-section ol{margin:0 0 16px;padding-left:24px}.legal-section ul li,.legal-section ol li{font-size:16px;color:var(--color-text-secondary);line-height:1.7;margin-bottom:8px}.legal-section ul li:last-child,.legal-section ol li:last-child{margin-bottom:0}.legal-section ul li strong,.legal-section ol li strong{color:var(--color-text)}.legal-highlight{display:flex;gap:16px;padding:20px 24px;background:var(--color-primary-light);border-radius:16px;margin:20px 0}.legal-highlight__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-primary);color:#fff;border-radius:12px;flex-shrink:0}.legal-highlight__icon svg{width:24px;height:24px}.legal-highlight p{margin:0;font-size:16px;color:var(--color-text);display:flex;align-items:center}.achievements-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:24px}@media(max-width:991px){.achievements-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.achievements-grid{grid-template-columns:1fr}}.achievement-item{padding:24px;background:var(--color-bg-tertiary);border-radius:16px;text-align:center}.achievement-number{font-size:36px;font-weight:800;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px;line-height:1}.achievement-text{font-size:14px;color:var(--color-text-secondary)}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:24px}@media(max-width:767px){.contact-grid{grid-template-columns:1fr}}.contact-item{display:flex;gap:16px;padding:24px;background:var(--color-bg-tertiary);border-radius:16px;transition:all .15s ease}.contact-item:hover{background:var(--color-bg);box-shadow:0 4px 16px var(--color-shadow)}.contact-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:var(--color-primary-light);color:var(--color-primary);border-radius:12px;flex-shrink:0}.contact-icon svg{width:28px;height:28px}.contact-content{flex:1}.contact-content h4{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 8px}.contact-content p{font-size:14px;color:var(--color-text-secondary);margin:0 0 4px;line-height:1.5}.contact-content p:last-child{margin-bottom:0}.contact-form{margin-top:24px}.contact-form form{display:flex;flex-direction:column;gap:20px}.contact-form .form-group{display:flex;flex-direction:column;gap:8px}.contact-form .form-group label{font-size:14px;font-weight:500;color:var(--color-text)}.contact-form .form-group input,.contact-form .form-group select,.contact-form .form-group textarea{width:100%;padding:14px 16px;font-size:15px;color:var(--color-text);background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:12px;transition:all .15s ease}.contact-form .form-group input::placeholder,.contact-form .form-group select::placeholder,.contact-form .form-group textarea::placeholder{color:var(--color-text-muted)}.contact-form .form-group input:hover,.contact-form .form-group select:hover,.contact-form .form-group textarea:hover{border-color:var(--color-border)}.contact-form .form-group input:focus,.contact-form .form-group select:focus,.contact-form .form-group textarea:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg-secondary);box-shadow:0 0 0 4px var(--color-primary-light)}.contact-form .form-group textarea{resize:vertical;min-height:120px}.contact-form .form-group select{appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;cursor:pointer}.contact-form .form-group .form-error{font-size:13px;color:var(--color-danger);display:flex;align-items:center;gap:6px}.contact-form .form-group .form-error:before{content:"⚠"}.contact-form .form-group.has-error input,.contact-form .form-group.has-error select,.contact-form .form-group.has-error textarea{border-color:var(--color-danger)}.contact-form .form-group.has-error input:focus,.contact-form .form-group.has-error select:focus,.contact-form .form-group.has-error textarea:focus{box-shadow:0 0 0 4px #ef44441a}.contact-form .btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;align-self:flex-start}.contact-form .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}.social-links{display:flex;gap:12px;margin-top:16px}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--color-bg-tertiary);border-radius:12px;color:var(--color-text-secondary);transition:all .15s ease}.social-link svg{width:20px;height:20px}.social-link:hover{color:#fff;transform:translateY(-2px)}.social-link:hover.social-link--telegram{background:#08c}.social-link:hover.social-link--vk{background:#4a76a8}.social-link:hover.social-link--youtube{background:red}.terms-notice{display:flex;gap:14px;padding:16px 20px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:12px;margin-bottom:24px}.terms-notice__icon{color:#f59e0b;flex-shrink:0}.terms-notice__text{font-size:14px;color:var(--color-text);line-height:1.5;margin:0}.legal-nav__link.active{color:var(--color-primary);background:var(--color-primary-light)}section.settings-page{padding:32px 0 80px}@media(max-width:767px){section.settings-page{padding:24px 0 48px}}section.settings-page .settings-layout{display:grid;grid-template-columns:280px 1fr;gap:32px;align-items:start}@media(max-width:991px){section.settings-page .settings-layout{grid-template-columns:1fr;gap:24px}}section.settings-page .settings-sidebar{position:sticky;top:100px}@media(max-width:991px){section.settings-page .settings-sidebar{position:static}}section.settings-page .settings-nav{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;padding:16px;display:flex;flex-direction:column;gap:4px}@media(max-width:991px){section.settings-page .settings-nav{flex-direction:row;flex-wrap:wrap;gap:8px;padding:12px}}section.settings-page .settings-nav__item{display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:500;color:var(--color-text-secondary);border-radius:12px;transition:all .15s ease;cursor:pointer}section.settings-page .settings-nav__item svg{width:20px;height:20px;flex-shrink:0}section.settings-page .settings-nav__item:hover{color:var(--color-text);background:var(--color-bg-tertiary)}section.settings-page .settings-nav__item.active{color:var(--color-primary);background:var(--color-primary-light)}section.settings-page .settings-nav__item--danger{color:var(--color-danger)}section.settings-page .settings-nav__item--danger:hover{background:#ef44441a}section.settings-page .settings-nav__item--danger.active{color:var(--color-danger);background:#ef44441a}@media(max-width:991px){section.settings-page .settings-nav__item{padding:10px 14px;font-size:13px;gap:8px}}@media(max-width:575px){section.settings-page .settings-nav__item span{display:none}section.settings-page .settings-nav__item{padding:12px}}section.settings-page .settings-content{display:flex;flex-direction:column;gap:24px}section.settings-page .settings-tab{display:none}section.settings-page .settings-tab.active{display:block}section.settings-page .form-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden}section.settings-page .form-card+.form-card{margin-top:24px}section.settings-page .form-card__header{padding:24px 24px 0}@media(max-width:575px){section.settings-page .form-card__header{padding:20px 20px 0}}section.settings-page .form-card__title{font-size:18px;font-weight:600;color:var(--color-text);margin:0 0 4px}section.settings-page .form-card__subtitle{font-size:14px;color:var(--color-text-muted);margin:0}section.settings-page .form-card__body{padding:24px;display:flex;flex-direction:column;gap:20px}@media(max-width:575px){section.settings-page .form-card__body{padding:20px}}section.settings-page .form-card__body form{display:flex;flex-direction:column;gap:20px}section.settings-page .form-group{display:flex;flex-direction:column;gap:8px}section.settings-page .form-label{font-size:14px;font-weight:500;color:var(--color-text)}section.settings-page .form-input,section.settings-page .form-select,section.settings-page .form-textarea{width:100%;padding:14px 16px;font-size:15px;color:var(--color-text);background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:12px;transition:all .15s ease}section.settings-page .form-input::placeholder,section.settings-page .form-select::placeholder,section.settings-page .form-textarea::placeholder{color:var(--color-text-muted)}section.settings-page .form-input:hover,section.settings-page .form-select:hover,section.settings-page .form-textarea:hover{border-color:var(--color-border)}section.settings-page .form-input:focus,section.settings-page .form-select:focus,section.settings-page .form-textarea:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg-secondary);box-shadow:0 0 0 4px var(--color-primary-light)}section.settings-page .form-input:disabled,section.settings-page .form-select:disabled,section.settings-page .form-textarea:disabled{opacity:.6;cursor:not-allowed}section.settings-page .form-input--error,section.settings-page .form-select--error,section.settings-page .form-textarea--error{border-color:var(--color-danger);background:#ef44440d}section.settings-page .form-error{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-danger)}section.settings-page .avatar-upload{display:flex;align-items:center;gap:20px}@media(max-width:575px){section.settings-page .avatar-upload{flex-direction:column;align-items:flex-start}}section.settings-page .avatar-preview{width:100px;height:100px;border-radius:50%;overflow:hidden;background:var(--color-bg-tertiary);flex-shrink:0}section.settings-page .avatar-preview img{width:100%;height:100%;object-fit:cover}section.settings-page .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}section.settings-page .avatar-upload-controls{display:flex;flex-direction:column;gap:8px}section.settings-page .btn-upload{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s ease}section.settings-page .btn-upload:hover{background:var(--color-bg);border-color:var(--color-border-hover)}section.settings-page .upload-hint{font-size:12px;color:var(--color-text-muted)}section.settings-page .password-input-wrapper{position:relative;display:flex;align-items:center}section.settings-page .password-input-wrapper .form-input{padding-right:48px}section.settings-page .password-toggle{position:absolute;right:14px;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease}section.settings-page .password-toggle:hover{color:var(--color-text)}section.settings-page .password-strength{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}section.settings-page .strength-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:500;color:var(--color-text-muted);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:100px;transition:all .15s ease}section.settings-page .strength-badge svg{width:12px;height:12px;opacity:0;transform:scale(0);transition:all .15s ease}section.settings-page .strength-badge.active{color:var(--color-success);background:#10b9811a;border-color:#10b9814d}section.settings-page .strength-badge.active svg{opacity:1;transform:scale(1)}section.settings-page .btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 28px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;align-self:flex-start}section.settings-page .btn-submit:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}@media(max-width:575px){section.settings-page .btn-submit{width:100%}}section.settings-page .info-message{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:var(--color-primary-light);border:1px solid rgba(59,130,246,.2);border-radius:12px}section.settings-page .info-message svg{color:var(--color-primary);flex-shrink:0;margin-top:2px}section.settings-page .info-message span{font-size:14px;color:var(--color-text);line-height:1.5}section.settings-page .sessions-list{display:flex;flex-direction:column;gap:12px}section.settings-page .session-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:var(--color-bg-tertiary);border-radius:16px;transition:background-color .15s ease}@media(max-width:575px){section.settings-page .session-item{flex-direction:column;gap:12px}}section.settings-page .session-device{font-size:15px;font-weight:600;color:var(--color-text);margin:0 0 4px}section.settings-page .session-details{font-size:13px;color:var(--color-text-muted);line-height:1.5}section.settings-page .session-badge{display:inline-flex;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--color-success);background:#10b9811a;border-radius:100px;margin-top:8px}section.settings-page .btn-revoke{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;color:var(--color-danger);background:transparent;border:1px solid var(--color-danger);border-radius:12px;cursor:pointer;transition:all .15s ease}section.settings-page .btn-revoke:hover{color:#fff;background:var(--color-danger)}@media(max-width:575px){section.settings-page .btn-revoke{width:100%}}section.settings-page .danger-zone{padding:24px;background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:16px}section.settings-page .danger-zone__header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}@media(max-width:575px){section.settings-page .danger-zone__header{flex-direction:column}}section.settings-page .danger-zone__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ef44441a;color:var(--color-danger);border-radius:12px;flex-shrink:0}section.settings-page .danger-zone__icon svg{width:24px;height:24px}section.settings-page .danger-zone__content{flex:1}section.settings-page .danger-zone__title{font-size:16px;font-weight:600;color:var(--color-danger);margin:0 0 4px}section.settings-page .danger-zone__description{font-size:14px;color:var(--color-text-secondary);line-height:1.5;margin:0}section.settings-page .btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;color:#fff;background:var(--color-danger);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}section.settings-page .btn-danger:hover{background:#dc2626}@media(max-width:575px){section.settings-page .btn-danger{width:100%}}section.settings-page .form-card__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}@media(max-width:575px){section.settings-page .form-card__header-top{flex-direction:column;gap:12px}}section.settings-page .balance-card{background:linear-gradient(135deg,var(--color-primary) 0%,#6366F1 100%);border-radius:24px;padding:24px;margin-bottom:24px}section.settings-page .balance-card__main{margin-bottom:20px}section.settings-page .balance-card__label{display:block;font-size:14px;color:#ffffffd9;margin-bottom:8px}section.settings-page .balance-card__value{font-size:36px;font-weight:700;line-height:1.2;color:#fff}@media(max-width:575px){section.settings-page .balance-card__value{font-size:28px}}section.settings-page .balance-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}@media(max-width:767px){section.settings-page .balance-card__stats{grid-template-columns:1fr;gap:12px}}section.settings-page .balance-stat__label{display:block;font-size:12px;color:#ffffffb3;margin-bottom:4px}section.settings-page .balance-stat__value{font-size:16px;font-weight:600;color:#fff}section.settings-page .balance-stat__value--income{color:#86efac}section.settings-page .balance-stat__value--expense{color:#fca5a5}section.settings-page .transactions-section__title{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 16px}section.settings-page .transactions-list{display:flex;flex-direction:column;gap:8px}section.settings-page .transaction-item{display:flex;align-items:center;gap:16px;padding:16px;background:var(--color-bg-tertiary);border-radius:16px;transition:background .15s ease}section.settings-page .transaction-item:hover{background:var(--color-bg-secondary)}@media(max-width:575px){section.settings-page .transaction-item{flex-wrap:wrap}}section.settings-page .transaction-item__icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;flex-shrink:0}section.settings-page .transaction-item__icon svg{width:20px;height:20px}section.settings-page .transaction-item--success section.settings-page .transaction-item__icon{background:#22c55e1a;color:var(--color-success)}section.settings-page .transaction-item--danger section.settings-page .transaction-item__icon{background:#ef44441a;color:var(--color-danger)}section.settings-page .transaction-item--gray section.settings-page .transaction-item__icon{background:var(--color-bg-secondary);color:var(--color-text-secondary)}section.settings-page .transaction-item__info{flex:1;min-width:0}section.settings-page .transaction-item__type{display:block;font-size:14px;font-weight:600;color:var(--color-text);margin-bottom:2px}section.settings-page .transaction-item__description{display:block;font-size:13px;color:var(--color-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}section.settings-page .transaction-item__date{display:block;font-size:12px;color:var(--color-text-tertiary)}section.settings-page .transaction-item__amount{font-size:16px;font-weight:700;white-space:nowrap}section.settings-page .transaction-item__amount.income{color:var(--color-success)}section.settings-page .transaction-item__amount.expense{color:var(--color-danger)}@media(max-width:575px){section.settings-page .transaction-item__amount{width:100%;text-align:right;padding-top:8px;border-top:1px solid var(--color-border)}}section.settings-page .transactions-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;text-align:center}section.settings-page .transactions-empty svg{width:64px;height:64px;color:var(--color-text-tertiary);margin-bottom:16px}section.settings-page .transactions-empty p{font-size:16px;color:var(--color-text-secondary);margin:0 0 20px}section.settings-page .btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}section.settings-page .btn-primary:hover{background:var(--color-primary-dark)}section.settings-page .btn-primary svg{width:18px;height:18px}section.settings-page .btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;transition:all .15s ease}section.settings-page .btn-secondary:hover{background:var(--color-bg-secondary);border-color:var(--color-primary);color:var(--color-primary)}section.settings-page .btn-secondary svg{width:18px;height:18px}section.settings-page .form-card__actions{display:flex;gap:12px}@media(max-width:575px){section.settings-page .form-card__actions{flex-direction:column;width:100%}}.withdrawal-balance{background:var(--color-bg-tertiary);border-radius:16px;padding:20px;text-align:center;margin-bottom:24px}.withdrawal-balance__label{display:block;font-size:14px;color:var(--color-text-secondary);margin-bottom:8px}.withdrawal-balance__value{display:block;font-size:28px;font-weight:700;color:var(--color-primary)}.payment-notice--warning{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#b45309}[data-theme=dark] .payment-notice--warning{color:#fcd34d}section.settings-page .form-card--danger{border-color:#ef44444d}section.settings-page .form-card--danger .form-card__header{border-bottom-color:#ef444433}section.settings-page .form-card--danger .form-card__title{color:var(--color-danger)}section.settings-page .danger-section{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px;background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:16px}@media(max-width:767px){section.settings-page .danger-section{flex-direction:column;align-items:flex-start;gap:16px}}section.settings-page .danger-section__info{flex:1}section.settings-page .danger-section__info h3{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 8px}section.settings-page .danger-section__info p{font-size:14px;color:var(--color-text-secondary);margin:0;line-height:1.5}section.settings-page .btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;color:#fff;background:var(--color-danger);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}section.settings-page .btn-danger svg{width:18px;height:18px}section.settings-page .btn-danger:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444459}section.settings-page .btn-danger:active{transform:translateY(0)}@media(max-width:767px){section.settings-page .btn-danger{width:100%}}.subscription-info-card{background:linear-gradient(135deg,#3b82f61a,#3b82f60d);border:1px solid var(--subscription-color, var(--color-primary));border-radius:16px;padding:20px}.subscription-info-card__header{display:flex;align-items:center;gap:16px;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(59,130,246,.2)}@media(max-width:575px){.subscription-info-card__header{flex-wrap:wrap}}.subscription-info-card__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--subscription-color, var(--color-primary));border-radius:12px;font-size:24px;flex-shrink:0}.subscription-info-card__details{flex:1;min-width:0}.subscription-info-card__name{display:block;font-size:18px;font-weight:700;color:var(--color-text)}.subscription-info-card__expires{font-size:13px;color:var(--color-text-secondary)}.subscription-info-card__badge{padding:6px 12px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:var(--color-success);border-radius:100px;flex-shrink:0}.subscription-info-card__benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.subscription-benefit{display:flex;flex-direction:column;gap:4px;padding:12px;background:var(--color-bg-secondary);border-radius:12px}.subscription-benefit__label{font-size:12px;color:var(--color-text-muted)}.subscription-benefit__value{font-size:18px;font-weight:700;color:var(--color-success)}.subscription-benefit__value--yes{color:var(--color-success)}.no-subscription-card{display:flex;align-items:center;gap:24px;padding:24px;background:linear-gradient(135deg,#f59e0b1a,#f59e0b0d);border:1px dashed rgba(245,158,11,.5);border-radius:16px}@media(max-width:767px){.no-subscription-card{flex-direction:column;text-align:center}}.no-subscription-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:#f59e0b33;border-radius:16px;font-size:32px;flex-shrink:0}.no-subscription-card__content{flex:1}.no-subscription-card__content h4{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 8px}.no-subscription-card__content p{font-size:14px;color:var(--color-text-secondary);margin:0 0 16px}.no-subscription-card__comparison{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:767px){.no-subscription-card__comparison{justify-content:center}}.commission-compare{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text-secondary)}.commission-compare__current{font-weight:600;color:var(--color-text-muted);text-decoration:line-through}.commission-compare__arrow{color:var(--color-text-muted)}.commission-compare__better{font-weight:700;color:var(--color-success)}section.settings-page .form-card--highlight{border:1px dashed rgba(245,158,11,.5)}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;border-radius:100px}.status-badge--success{color:var(--color-success);background:#22c55e1a}.status-badge--warning{color:var(--color-warning);background:#f59e0b1a}.two-factor-enabled .two-factor-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px;align-items:center}.two-factor-enabled .two-factor-actions form{flex:1;flex-direction:row!important;display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap}.two-factor-enabled .two-factor-actions form input{max-width:250px}.two-factor-enabled .form-input--inline{width:auto;padding:10px 14px;font-size:14px}.two-factor-disabled .two-factor-description{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin-bottom:20px}.btn-danger-outline{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:600;color:var(--color-danger);background:transparent;border:1px solid var(--color-danger);border-radius:12px;cursor:pointer;transition:all .15s ease}.btn-danger-outline:hover{color:#fff;background:var(--color-danger)}.info-message--success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2)}.info-message--success svg{color:var(--color-success)}.security-options{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.security-option{display:block;cursor:pointer}.security-option input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.security-option__content{display:flex;align-items:center;gap:16px;padding:16px 20px;background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:16px;transition:all .15s ease}input:checked+.security-option__content{border-color:var(--color-primary);background:var(--color-primary-light)}.security-option__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);border-radius:12px;color:var(--color-text-secondary);flex-shrink:0}input:checked+.security-option__content .security-option__icon{background:var(--color-primary);color:#fff}.security-option__text{flex:1}.security-option__text strong{display:block;font-size:14px;color:var(--color-text);margin-bottom:4px}.security-option__text span{font-size:13px;color:var(--color-text-secondary)}.security-option__badge{padding:4px 10px;font-size:11px;font-weight:600;color:var(--color-success);background:#22c55e1a;border-radius:100px;flex-shrink:0}.login-logs-list{display:flex;flex-direction:column;gap:8px}.login-log-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--color-bg-tertiary);border-radius:12px}.login-log-item--success .login-log__icon{color:var(--color-success);background:#22c55e1a}.login-log-item--failed .login-log__icon{color:var(--color-warning);background:#f59e0b1a}.login-log-item--blocked .login-log__icon{color:var(--color-danger);background:#ef44441a}.login-log__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.login-log__info{flex:1;min-width:0}.login-log__top{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.login-log__ip{font-size:14px;font-weight:600;color:var(--color-text)}.login-log__badge{padding:2px 8px;font-size:10px;font-weight:600;border-radius:100px}.login-log__badge--new{color:var(--color-warning);background:#f59e0b1a}.login-log__status{font-size:12px;font-weight:500}.login-log__status--success{color:var(--color-success)}.login-log__status--failed{color:var(--color-warning)}.login-log__status--blocked{color:var(--color-danger)}.login-log__details{display:flex;gap:12px;font-size:12px;color:var(--color-text-muted)}.sessions-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 24px;color:var(--color-text-muted)}.sessions-loading .spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}.sessions-error{text-align:center;padding:32px}.sessions-error p{color:var(--color-text-secondary);margin-bottom:16px}.sessions-empty{text-align:center;padding:32px;color:var(--color-text-muted)}section.settings-page .session-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:var(--color-bg-tertiary);border-radius:16px;transition:all .15s ease;margin-bottom:12px}section.settings-page .session-item:last-child{margin-bottom:0}section.settings-page .session-item:hover{background:var(--color-bg)}section.settings-page .session-item--current{background:var(--color-primary-light);border:1px solid rgba(59,130,246,.2)}section.settings-page .session-item--current:hover{background:var(--color-primary-light)}@media(max-width:575px){section.settings-page .session-item{flex-wrap:wrap;gap:12px}}section.settings-page .session-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-bg-secondary);border-radius:12px;color:var(--color-text-secondary);flex-shrink:0}section.settings-page .session-icon svg{width:24px;height:24px}section.settings-page .session-info{flex:1;min-width:0}section.settings-page .session-device{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}section.settings-page .session-name{font-size:15px;font-weight:600;color:var(--color-text)}section.settings-page .session-badge{display:inline-flex;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--color-success);background:#10b9811a;border-radius:100px}section.settings-page .session-details{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--color-text-muted);margin-bottom:4px}section.settings-page .session-ip{font-family:JetBrains Mono,monospace}section.settings-page .session-time{font-size:12px;color:var(--color-text-tertiary)}section.settings-page .session-actions{flex-shrink:0}@media(max-width:575px){section.settings-page .session-actions{width:100%}}section.settings-page .btn-revoke{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}section.settings-page .btn-revoke:hover{color:var(--color-danger);border-color:var(--color-danger);background:#ef44441a}@media(max-width:575px){section.settings-page .btn-revoke{width:100%;height:auto;padding:10px;gap:8px}section.settings-page .btn-revoke:after{content:"Завершить";font-size:13px}}.revoke-other-sessions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;background:#ef44440d;border:1px solid rgba(239,68,68,.15);border-radius:16px;margin-top:20px;margin-bottom:20px}@media(max-width:575px){.revoke-other-sessions{flex-direction:column;align-items:flex-start}}.revoke-other-info h4{font-size:15px;font-weight:600;color:var(--color-text);margin:0 0 4px}.revoke-other-info p{font-size:13px;color:var(--color-text-secondary);margin:0}section.settings-page .btn-danger-outline{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;color:var(--color-danger);background:transparent;border:1px solid var(--color-danger);border-radius:12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}section.settings-page .btn-danger-outline:hover{color:#fff;background:var(--color-danger)}@media(max-width:575px){section.settings-page .btn-danger-outline{width:100%;justify-content:center}}section.settings-page .modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}section.settings-page .modal-content{width:100%;max-width:420px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;box-shadow:0 20px 60px #0000004d}section.settings-page .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}section.settings-page .modal-header h3{font-size:18px;font-weight:600;color:var(--color-text);margin:0}section.settings-page .modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:8px;color:var(--color-text-muted);font-size:24px;cursor:pointer;transition:all .15s ease}section.settings-page .modal-close:hover{color:var(--color-text);background:var(--color-bg-tertiary)}section.settings-page .modal-body{padding:24px}section.settings-page .modal-body>p{font-size:14px;color:var(--color-text-secondary);margin:0 0 16px}section.settings-page .modal-body .form-group{margin-bottom:20px}section.settings-page .modal-actions{display:flex;gap:12px;justify-content:flex-end}@media(max-width:575px){section.settings-page .modal-actions{flex-direction:column-reverse}}section.settings-page .modal-actions .btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;color:#fff;background:var(--color-danger);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}section.settings-page .modal-actions .btn-danger:hover{background:#dc2626}section.profile-page{padding:32px 0 80px}@media(max-width:767px){section.profile-page{padding:24px 0 48px}}section.profile-page .profile-header{display:flex;align-items:flex-start;gap:24px;padding:32px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;margin-bottom:32px}@media(max-width:767px){section.profile-page .profile-header{flex-direction:column;align-items:center;text-align:center;padding:24px;gap:20px}}section.profile-page .profile-avatar{position:relative;width:120px;height:120px;flex-shrink:0}section.profile-page .profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid var(--color-bg-tertiary)}section.profile-page .profile-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);color:#fff;font-size:48px;font-weight:700;border-radius:50%;text-transform:uppercase}section.profile-page .profile-avatar .online-indicator{position:absolute;bottom:8px;right:8px;width:20px;height:20px;background:var(--color-success);border:4px solid var(--color-bg-secondary);border-radius:50%;box-shadow:0 0 0 3px #10b9814d}@media(max-width:767px){section.profile-page .profile-avatar{width:100px;height:100px}section.profile-page .profile-avatar .avatar-placeholder{font-size:40px}}section.profile-page .profile-info{flex:1;min-width:0}section.profile-page .profile-name{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 12px;line-height:1.2;display:flex;align-items:center;gap:12px;flex-wrap:wrap}@media(max-width:767px){section.profile-page .profile-name{font-size:24px;justify-content:center}}section.profile-page .profile-name--blocked{color:var(--color-text-muted);text-decoration:line-through}section.profile-page .profile-subscription-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;font-size:18px;flex-shrink:0}section.profile-page .profile-subscription-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-bottom:16px;background:linear-gradient(135deg,var(--subscription-color) 0%,rgba(0,0,0,.2) 100%);background-color:var(--subscription-color);border-radius:100px;color:#fff}@media(max-width:767px){section.profile-page .profile-subscription-badge{margin-left:auto;margin-right:auto}}section.profile-page .profile-subscription-badge__icon{font-size:16px}section.profile-page .profile-subscription-badge__name{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}section.profile-page .profile-blocked-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;margin-bottom:16px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:12px}section.profile-page .profile-blocked-banner svg{flex-shrink:0;color:var(--color-danger)}section.profile-page .profile-blocked-info{display:flex;flex-direction:column;gap:4px}section.profile-page .profile-blocked-title{font-size:14px;font-weight:600;color:var(--color-danger)}section.profile-page .profile-blocked-reason{font-size:13px;color:var(--color-text-secondary)}section.profile-page .profile-blocked-until{font-size:12px;color:var(--color-text-muted)}section.profile-page .profile-meta{display:flex;flex-wrap:wrap;gap:16px}@media(max-width:767px){section.profile-page .profile-meta{justify-content:center}}section.profile-page .meta-item{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--color-text-secondary)}section.profile-page .meta-item svg{color:var(--color-text-muted)}section.profile-page .meta-item.online{color:var(--color-success)}section.profile-page .meta-item.online svg{color:var(--color-success)}section.profile-page .profile-actions{display:flex;gap:12px;flex-shrink:0}@media(max-width:767px){section.profile-page .profile-actions{width:100%;flex-direction:column}}section.profile-page .profile-actions .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;border-radius:12px;transition:all .15s ease;white-space:nowrap}section.profile-page .profile-actions .btn.gray{color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border)}section.profile-page .profile-actions .btn.gray:hover{background:var(--color-bg);border-color:var(--color-border-hover)}section.profile-page .profile-actions .btn.blue{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none}section.profile-page .profile-actions .btn.blue:hover{transform:translateY(-2px);box-shadow:0 4px 16px #3b82f659}section.profile-page .profile-actions .btn-report{color:var(--color-danger);border-color:var(--color-danger);background:transparent}section.profile-page .profile-actions .btn-report:hover{background:#ef44441a}section.profile-page .profile-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}@media(max-width:991px){section.profile-page .profile-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){section.profile-page .profile-stats{grid-template-columns:1fr}}section.profile-page .stat-card{display:flex;align-items:center;gap:16px;padding:20px 24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease}section.profile-page .stat-card:hover{border-color:var(--color-border-hover);box-shadow:0 4px 16px var(--color-shadow)}section.profile-page .stat-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}section.profile-page .stat-icon svg{width:24px;height:24px}section.profile-page .stat-icon--blue{background:var(--color-primary-light);color:var(--color-primary)}section.profile-page .stat-icon--green{background:#10b9811a;color:var(--color-success)}section.profile-page .stat-icon--gray{background:var(--color-bg-tertiary);color:var(--color-text-muted)}section.profile-page .stat-icon--purple{background:#8b5cf61a;color:#8b5cf6}section.profile-page .stat-icon--yellow{background:#fbbf241a;color:#f59e0b}section.profile-page .stat-icon--orange{background:#f973161a;color:#f97316}section.profile-page .stat-info{display:flex;flex-direction:column;gap:2px}section.profile-page .stat-value{font-size:24px;font-weight:700;color:var(--color-text);line-height:1.2}section.profile-page .stat-label{font-size:13px;color:var(--color-text-muted)}section.profile-page .profile-tabs{display:flex;gap:8px;margin-bottom:24px;padding:8px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;overflow-x:auto}section.profile-page .profile-tabs::-webkit-scrollbar{display:none}@media(max-width:575px){section.profile-page .profile-tabs{padding:6px;gap:6px}}section.profile-page .tab-btn{padding:12px 20px;font-size:14px;font-weight:500;color:var(--color-text-secondary);background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}section.profile-page .tab-btn:hover{color:var(--color-text);background:var(--color-bg-tertiary)}section.profile-page .tab-btn.active{color:var(--color-primary);background:var(--color-primary-light)}@media(max-width:575px){section.profile-page .tab-btn{padding:10px 14px;font-size:13px}}section.profile-page .profile-visitor-info{padding:16px 24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;margin-bottom:24px}section.profile-page .profile-visitor-info p{font-size:15px;color:var(--color-text-secondary);margin:0}section.profile-page .products-grid--owner{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}@media(max-width:1199px){section.profile-page .products-grid--owner{grid-template-columns:repeat(3,1fr)}}@media(max-width:991px){section.profile-page .products-grid--owner{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:575px){section.profile-page .products-grid--owner{grid-template-columns:1fr}}section.profile-page .product-card--owner{position:relative;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;transition:all .15s ease}section.profile-page .product-card--owner:hover{border-color:var(--color-border-hover);box-shadow:0 8px 32px var(--color-shadow);transform:translateY(-4px)}section.profile-page .product-card--owner:hover .product-actions{opacity:1}section.profile-page .product-card--owner[data-status=inactive]{opacity:.7}section.profile-page .product-card--owner[data-status=inactive]:hover{opacity:1}section.profile-page .product-badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:100px;z-index:2}section.profile-page .product-badge--inactive{background:var(--color-bg-tertiary);color:var(--color-text-muted)}section.profile-page .product-link{display:block;text-decoration:none}section.profile-page .product-image{aspect-ratio:4/3;background:var(--color-bg-tertiary);overflow:hidden}section.profile-page .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}section.profile-page .product-image:hover img{transform:scale(1.05)}section.profile-page .product-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}section.profile-page .product-info{padding:16px}section.profile-page .product-name{font-size:15px;font-weight:600;color:var(--color-text);margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}section.profile-page .product-description{font-size:13px;color:var(--color-text-muted);margin:0 0 12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}section.profile-page .product-footer{display:flex;align-items:center;justify-content:space-between}section.profile-page .product-price{font-size:18px;font-weight:700;color:var(--color-text)}section.profile-page .product-views{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--color-text-muted)}section.profile-page .product-views svg{opacity:.7}section.profile-page .product-actions{position:absolute;top:12px;right:12px;display:flex;gap:8px;opacity:0;transition:opacity .15s ease}section.profile-page .product-action{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;color:var(--color-text-secondary);transition:all .15s ease}section.profile-page .product-action:hover{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-primary-light)}section.profile-page .profile-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}section.profile-page .profile-empty svg{color:var(--color-text-muted);margin-bottom:24px;opacity:.5}section.profile-page .profile-empty h3{font-size:20px;font-weight:600;color:var(--color-text);margin:0 0 20px}section.profile-page .profile-empty .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border-radius:12px;transition:all .15s ease}section.profile-page .profile-empty .btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}section.profile-page .pagination-wrapper{margin-top:40px;display:flex;justify-content:center}section.profile-page .profile-rating{display:flex;align-items:center;gap:8px;margin-bottom:12px}section.profile-page .profile-rating .rating-stars{display:flex;gap:2px}section.profile-page .profile-rating .star--filled{color:#fbbf24}section.profile-page .profile-rating .star--half{color:#fbbf24}section.profile-page .profile-rating .star--empty{color:var(--color-text-muted)}section.profile-page .profile-rating .rating-value{font-size:18px;font-weight:700;color:var(--color-text)}section.profile-page .profile-rating .rating-count{font-size:14px;color:var(--color-text-secondary)}section.profile-page .profile-reviews{margin-top:48px;padding-top:48px;border-top:1px solid var(--color-border)}section.profile-page .profile-reviews__header{margin-bottom:24px}section.profile-page .profile-reviews__title{font-size:24px;font-weight:700;color:var(--color-text);margin:0;display:flex;align-items:center;gap:8px}section.profile-page .profile-reviews__count{font-size:18px;font-weight:500;color:var(--color-text-secondary)}section.profile-page .reviews-list{display:flex;flex-direction:column;gap:16px}section.profile-page .review-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:20px;transition:all .15s ease}section.profile-page .review-card:hover{border-color:var(--color-border-hover)}section.profile-page .review-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}@media(max-width:575px){section.profile-page .review-card__header{flex-direction:column;align-items:flex-start;gap:12px}}section.profile-page .review-card__author{display:flex;align-items:center;gap:12px}section.profile-page .review-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}section.profile-page .review-card__avatar img{width:100%;height:100%;object-fit:cover}section.profile-page .review-card__avatar span{color:#fff;font-size:18px;font-weight:600;text-transform:uppercase}section.profile-page .review-card__author-info{display:flex;flex-direction:column}section.profile-page .review-card__author-name{font-size:15px;font-weight:600;color:var(--color-text)}section.profile-page .review-card__date{font-size:13px;color:var(--color-text-muted)}section.profile-page .review-card__rating{display:flex;gap:2px}section.profile-page .review-card__rating .star--filled{color:#fbbf24}section.profile-page .review-card__rating .star--empty{color:var(--color-text-muted)}section.profile-page .review-card__product{margin-bottom:12px}section.profile-page .review-card__product a{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:var(--color-primary);background:var(--color-primary-light);padding:4px 10px;border-radius:100px;transition:all .15s ease}section.profile-page .review-card__product a:hover{background:var(--color-primary);color:#fff}section.profile-page .review-card__content p{font-size:15px;color:var(--color-text);line-height:1.6;margin:0}section.profile-page .review-card__reply{margin-top:16px;padding:16px;background:var(--color-bg-tertiary);border-radius:12px;border-left:3px solid var(--color-primary)}section.profile-page .review-card__reply-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:600;color:var(--color-primary)}section.profile-page .review-card__reply-header svg{width:16px;height:16px}section.profile-page .review-card__reply-date{font-weight:400;color:var(--color-text-muted);margin-left:auto}section.profile-page .review-card__reply p{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0}section.profile-page .reviews-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}section.profile-page .reviews-empty svg{color:var(--color-text-muted);margin-bottom:16px;opacity:.5}section.profile-page .reviews-empty p{font-size:16px;color:var(--color-text-secondary);margin:0}.order-page{padding:32px 0 80px;min-height:calc(100vh - 272px)}@media(max-width:767px){.order-page{padding:24px 0 48px}}.order-page .order-layout{display:grid;grid-template-columns:1fr 600px;gap:32px;align-items:start}@media(max-width:1199px){.order-page .order-layout{grid-template-columns:1fr 360px;gap:24px}}@media(max-width:991px){.order-page .order-layout{grid-template-columns:1fr}}.order-page .order-main{display:flex;flex-direction:column;gap:24px}.order-page .order-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.order-page .order-header__left{display:flex;align-items:center;gap:16px}.order-page .back-link{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--color-text-secondary);transition:color .15s ease}.order-page .back-link svg{width:20px;height:20px}.order-page .back-link:hover{color:var(--color-primary)}.order-page .order-number{font-size:28px;font-weight:700;color:var(--color-text);margin:0}@media(max-width:575px){.order-page .order-number{font-size:24px}}.order-page .order-status{display:inline-flex;padding:8px 16px;font-size:13px;font-weight:600;border-radius:100px;text-transform:uppercase;letter-spacing:.5px}.order-page .order-status--yellow{background:#f59e0b1a;color:#f59e0b}.order-page .order-status--blue{background:var(--color-primary-light);color:var(--color-primary)}.order-page .order-status--green{background:#10b9811a;color:var(--color-success)}.order-page .order-status--red{background:#ef44441a;color:var(--color-danger)}.order-page .order-status--gray{background:var(--color-bg-tertiary);color:var(--color-text-muted)}.order-page .order-product{display:flex;gap:20px;padding:24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}@media(max-width:575px){.order-page .order-product{flex-direction:column;padding:20px}}.order-page .product-image{width:120px;height:120px;flex-shrink:0;border-radius:16px;overflow:hidden;background:var(--color-bg-tertiary)}.order-page .product-image img{width:100%;height:100%;object-fit:cover}@media(max-width:575px){.order-page .product-image{width:100%;height:180px}}.order-page .product-no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.order-page .product-info{flex:1;display:flex;flex-direction:column;gap:8px}.order-page .product-title{font-size:18px;font-weight:600;color:var(--color-text);margin:0;line-height:1.4}.order-page .product-meta{display:flex;flex-wrap:wrap;gap:16px}.order-page .product-meta .meta-item{font-size:14px;color:var(--color-text-secondary)}.order-page .product-meta .meta-item strong{color:var(--color-text);font-weight:600}.order-page .product-meta .meta-item small{font-size:12px;color:var(--color-text-muted)}.order-page .product-meta .meta-item--highlight{padding:8px 12px;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px}.order-page .product-meta .meta-item--highlight strong{color:var(--color-success)}.order-page .product-link{font-size:14px;font-weight:500;color:var(--color-primary);margin-top:auto;transition:opacity .15s ease}.order-page .product-link:hover{opacity:.8}.order-page .order-timeline{display:flex;align-items:flex-start;justify-content:space-between;padding:24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;position:relative}@media(max-width:575px){.order-page .order-timeline{flex-direction:column;gap:0}}.order-page .timeline-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;text-align:center;z-index:1}.order-page .timeline-item:not(:last-child):after{content:"";position:absolute;top:12px;left:calc(50% + 18px);width:calc(100% - 36px);height:3px;background:var(--color-border);z-index:0;transition:background-color .15s ease}@media(max-width:575px){.order-page .timeline-item:not(:last-child):after{top:30px;left:12px;width:3px;height:calc(100% - 12px)}}.order-page .timeline-item.completed:not(:last-child):after{background:var(--color-success)}@media(max-width:575px){.order-page .timeline-item{flex-direction:row;text-align:left;padding-bottom:32px}.order-page .timeline-item:last-child{padding-bottom:0}}.order-page .timeline-item .timeline-dot{width:24px;height:24px;border-radius:50%;background:var(--color-bg-secondary);border:3px solid var(--color-border);flex-shrink:0;position:relative;z-index:2;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.timeline-item.active .order-page .timeline-item .timeline-dot{background:var(--color-primary);border-color:var(--color-primary);box-shadow:0 0 0 4px #3b82f640;animation:pulse-dot 2s infinite}.timeline-item.active .order-page .timeline-item .timeline-dot:after{content:"";width:8px;height:8px;background:#fff;border-radius:50%}.timeline-item.completed .order-page .timeline-item .timeline-dot{background:var(--color-success);border-color:var(--color-success)}.timeline-item.completed .order-page .timeline-item .timeline-dot:after{content:"";width:12px;height:12px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/contain no-repeat}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 4px #3b82f640}50%{box-shadow:0 0 0 8px #3b82f61a}}.order-page .timeline-content{display:flex;flex-direction:column;gap:4px}.order-page .timeline-title{font-size:14px;font-weight:600;color:var(--color-text-muted)}.timeline-item.active .order-page .timeline-title,.timeline-item.completed .order-page .timeline-title{color:var(--color-text)}.order-page .timeline-date{font-size:12px;color:var(--color-text-muted)}.order-page .action-card{display:flex;gap:20px;padding:24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}@media(max-width:575px){.order-page .action-card{flex-direction:column;padding:20px}}.order-page .action-card--pay{border-color:var(--color-primary);border-left:4px solid var(--color-primary)}.order-page .action-card--deliver{border-color:#f59e0b4d;border-left:4px solid #F59E0B}.order-page .action-card--confirm,.order-page .action-card--completed{border-color:#10b9814d;border-left:4px solid var(--color-success)}.order-page .action-card--disputed{border-color:#ef44444d;border-left:4px solid var(--color-danger)}.order-page .action-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;flex-shrink:0}.action-card--pay .order-page .action-icon{background:var(--color-primary-light);color:var(--color-primary)}.action-card--deliver .order-page .action-icon{background:#f59e0b26;color:#f59e0b}.action-card--confirm .order-page .action-icon,.action-card--completed .order-page .action-icon{background:#10b98126;color:var(--color-success)}.action-card--disputed .order-page .action-icon{background:#ef444426;color:var(--color-danger)}@media(max-width:575px){.order-page .action-icon{width:56px;height:56px}.order-page .action-icon svg{width:28px;height:28px}}.order-page .action-content{flex:1}.order-page .action-content h3{font-size:18px;font-weight:600;color:var(--color-text);margin:0 0 8px}.order-page .action-content p{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 16px}.order-page .action-content .balance-info{font-size:14px;color:var(--color-text-secondary);margin-bottom:12px}.order-page .action-content .balance-info strong{color:var(--color-text);font-weight:700}.order-page .action-content .balance-warning{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;margin-bottom:16px}.order-page .action-content .balance-warning svg{color:var(--color-danger);flex-shrink:0}.order-page .action-content .balance-warning span{font-size:13px;color:var(--color-text-secondary)}.order-page .action-content .balance-warning span a{color:var(--color-primary);font-weight:500}.order-page .action-content .balance-warning span a:hover{text-decoration:underline}.order-page .action-buttons{display:flex;gap:12px;flex-wrap:wrap}.order-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}.order-page .btn.blue{color:#fff;background:var(--color-primary)}.order-page .btn.blue:hover{background:#2563eb}.order-page .btn.gray{color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border)}.order-page .btn.gray:hover{background:var(--color-bg);border-color:var(--color-border-hover)}.order-page .btn.red{color:#fff;background:var(--color-danger)}.order-page .btn.red:hover{background:#dc2626}.order-page .btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.order-page .delivery-data{margin-bottom:16px;padding:16px;background:var(--color-bg-tertiary);border-radius:12px}.order-page .delivery-data label{display:block;font-size:12px;font-weight:500;color:var(--color-text-muted);margin-bottom:8px}.order-page .delivery-data__content{font-size:14px;color:var(--color-text);font-family:Monaco,Consolas,monospace;white-space:pre-wrap;word-break:break-all}.order-page .order-review{margin-top:16px;padding:16px;background:var(--color-bg-tertiary);border-radius:12px}.order-page .review-rating{display:flex;gap:4px;margin-bottom:8px}.order-page .review-comment{font-size:14px;color:var(--color-text-secondary);margin:0;line-height:1.5}.order-page .dispute-link{text-align:center}.order-page .dispute-link .text-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--color-text-muted);background:none;border:none;cursor:pointer;transition:color .15s ease}.order-page .dispute-link .text-link:hover{color:var(--color-danger)}.order-page .form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.order-page .form-label{font-size:14px;font-weight:500;color:var(--color-text)}.order-page .form-textarea{width:100%;padding:14px 16px;font-size:15px;color:var(--color-text);background:var(--color-bg-tertiary);border:2px solid transparent;border-radius:12px;resize:vertical;min-height:100px;transition:all .15s ease}.order-page .form-textarea::placeholder{color:var(--color-text-muted)}.order-page .form-textarea:focus{outline:none;border-color:var(--color-primary);background:var(--color-bg-secondary);box-shadow:0 0 0 4px var(--color-primary-light)}.order-page .form-error{font-size:13px;color:var(--color-danger)}.order-page .order-chat{display:flex;flex-direction:column;height:700px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden}@media(max-width:991px){.order-page .order-chat{height:550px}}.order-page .chat-header{padding:20px 24px;border-bottom:1px solid var(--color-border);background:var(--color-bg-secondary)}.order-page .chat-user{display:flex;align-items:center;gap:14px}.order-page .chat-user__avatar{position:relative;width:48px;height:48px;flex-shrink:0}.order-page .chat-user__avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.order-page .chat-user__avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-size:18px;font-weight:600;border-radius:50%;text-transform:uppercase}.order-page .chat-user__avatar .online-dot{position:absolute;bottom:2px;right:2px;width:12px;height:12px;background:var(--color-success);border:2px solid var(--color-bg-secondary);border-radius:50%}.order-page .chat-user__info{display:flex;flex-direction:column;gap:2px}.order-page .chat-user__name{font-size:16px;font-weight:600;color:var(--color-text)}.order-page .chat-user__role{font-size:13px;color:var(--color-text-muted)}.order-page .chat-messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px;background:var(--color-bg)}.order-page .chat-messages::-webkit-scrollbar{width:6px}.order-page .chat-messages::-webkit-scrollbar-track{background:transparent}.order-page .chat-messages::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.order-page .chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--color-text-muted);text-align:center}.order-page .chat-empty svg{opacity:.4}.order-page .chat-empty p{font-size:15px;margin:0}.order-page .message{display:flex;gap:12px;max-width:75%}.order-page .message--own{align-self:flex-end;flex-direction:row-reverse}.order-page .message--own .message-bubble{background:var(--color-primary);color:#fff;border-radius:16px 16px 4px}.order-page .message--own .message-time{color:#ffffffb3}.order-page .message--own .message-status svg{color:#ffffffb3}.order-page .message--other{align-self:flex-start}.order-page .message--other .message-bubble{background:var(--color-bg-secondary);border:1px solid var(--color-border);color:var(--color-text);border-radius:16px 16px 16px 4px}.order-page .message--other .message-time{color:var(--color-text-muted)}.order-page .message--admin{align-self:flex-start;max-width:85%}.order-page .message--admin .message-avatar--admin .avatar-placeholder--admin{background:#f59e0b;color:#fff}.order-page .message--admin .message-sender--admin{color:#f59e0b;display:flex;align-items:center;gap:4px}.order-page .message--admin .message-sender--admin svg{color:#f59e0b}.order-page .message--admin .message-bubble--admin{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);color:var(--color-text);border-radius:16px 16px 16px 4px}.order-page .message--admin .message-time{color:var(--color-text-muted)}.order-page .message--system{align-self:center;max-width:90%;text-align:center}.order-page .message--system .message-content{font-size:13px;color:var(--color-text-muted);padding:10px 20px;background:var(--color-bg-tertiary);border-radius:100px}.order-page .message--system .message-time{font-size:11px;color:var(--color-text-muted);margin-top:6px}.order-page .message-avatar{width:36px;height:36px;flex-shrink:0}.order-page .message-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.order-page .message-avatar .avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--color-primary);color:#fff;font-size:14px;font-weight:600;border-radius:50%;text-transform:uppercase}.order-page .message-content-wrapper{display:flex;flex-direction:column;gap:4px;min-width:0}.order-page .message-sender{font-size:12px;font-weight:600;color:var(--color-primary);padding-left:4px}.order-page .message-bubble{padding:12px 16px;max-width:100%;box-shadow:0 2px 8px var(--color-shadow)}.order-page .message-attachment{max-width:250px;max-height:200px;border-radius:12px;margin-bottom:8px;cursor:pointer;transition:opacity .15s ease}.order-page .message-attachment:hover{opacity:.9}.order-page .message-text{font-size:14px;line-height:1.6;word-break:break-word;white-space:pre-wrap}.order-page .message-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:6px}.order-page .message-time{font-size:11px}.order-page .message-status{display:flex;align-items:center}.order-page .message-status svg{width:14px;height:14px}.order-page .chat-input{padding:16px;border-top:1px solid var(--color-border);background:var(--color-bg-tertiary)}.order-page .attachment-preview{position:relative;display:inline-block;margin-bottom:12px}.order-page .attachment-preview img{max-width:120px;max-height:120px;border-radius:12px;object-fit:cover;border:2px solid var(--color-border)}.order-page .attachment-preview .remove-attachment{position:absolute;top:-8px;right:-8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--color-danger);color:#fff;border:2px solid var(--color-bg-tertiary);border-radius:50%;cursor:pointer;transition:all .15s ease}.order-page .attachment-preview .remove-attachment:hover{transform:scale(1.1)}.order-page .chat-form{display:flex;gap:12px}.order-page .chat-input-wrapper{flex:1;display:flex;align-items:center;gap:12px;padding:0 16px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease}.order-page .chat-input-wrapper:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.order-page .attach-btn{display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);cursor:pointer;transition:color .15s ease;flex-shrink:0}.order-page .attach-btn:hover{color:var(--color-primary)}.order-page .chat-input__field{flex:1;padding:14px 0;font-size:14px;color:var(--color-text);background:transparent;border:none;outline:none}.order-page .chat-input__field::placeholder{color:var(--color-text-muted)}.order-page .send-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-primary);color:#fff;border:none;border-radius:16px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.order-page .send-btn:hover:not(:disabled){background:#2563eb}.order-page .send-btn:disabled{opacity:.6;cursor:not-allowed}.order-page .send-btn .spinner{animation:spin 1s linear infinite}.order-page .chat-error{display:block;margin-top:8px;font-size:13px;color:var(--color-danger)}.order-page .modal-overlay{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.order-page .modal{width:100%;max-width:480px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.order-page .modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--color-border)}.order-page .modal-header h3{font-size:18px;font-weight:600;color:var(--color-text);margin:0}.order-page .modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-bg-tertiary);border:none;border-radius:12px;font-size:24px;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.order-page .modal-close:hover{background:var(--color-bg);color:var(--color-text)}.order-page .modal-body{padding:24px}.order-page .modal-description{font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0 0 20px}.order-page .modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px;border-top:1px solid var(--color-border);background:var(--color-bg-tertiary)}.order-page .rating-input{display:flex;gap:8px}.order-page .rating-star{background:none;border:none;padding:0;cursor:pointer;transition:transform .15s ease}.order-page .rating-star:hover{transform:scale(1.1)}.order-page .rating-star.active svg{filter:drop-shadow(0 2px 4px rgba(251,191,36,.4))}.orders-page{padding:32px 0 80px;min-height:calc(100vh - 272px)}@media(max-width:767px){.orders-page{padding:24px 0 48px}}.orders-page .orders-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:32px}@media(max-width:575px){.orders-page .orders-header{flex-direction:column;align-items:flex-start}}.orders-page .orders-title{font-size:28px;font-weight:700;color:var(--color-text);margin:0}@media(max-width:575px){.orders-page .orders-title{font-size:24px}}.orders-page .orders-tabs{display:flex;gap:8px;padding:6px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px}@media(max-width:575px){.orders-page .orders-tabs{width:100%}}.orders-page .orders-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:500;color:var(--color-text-secondary);background:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}@media(max-width:575px){.orders-page .orders-tab{flex:1;justify-content:center;padding:12px 16px}}.orders-page .orders-tab svg{width:18px;height:18px}.orders-page .orders-tab .tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;background:var(--color-bg-tertiary);border-radius:100px}.orders-page .orders-tab:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.orders-page .orders-tab.active{color:var(--color-primary);background:var(--color-primary-light)}.orders-page .orders-tab.active .tab-count{background:var(--color-primary);color:#fff}.orders-page .orders-filters{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}@media(max-width:767px){.orders-page .orders-filters{gap:12px}}.orders-page .orders-search{display:flex;align-items:center;gap:12px;flex:1;min-width:240px;max-width:500px}@media(max-width:575px){.orders-page .orders-search{width:100%;max-width:none}}.orders-page .orders-search__wrapper{position:relative;flex:1}.orders-page .orders-search__input{width:100%;padding:12px 44px;font-size:14px;color:var(--color-text);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}.orders-page .orders-search__input::placeholder{color:var(--color-text-muted)}.orders-page .orders-search__input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.orders-page .orders-search__icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.orders-page .orders-search__icon svg{width:18px;height:18px}.orders-page .orders-search__btn{padding:12px 20px;font-size:14px;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);border:none;border-radius:12px;cursor:pointer;white-space:nowrap;transition:all .15s ease;flex-shrink:0}.orders-page .orders-search__btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f659}.orders-page .orders-search__clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--color-bg-tertiary);border:none;border-radius:50%;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.orders-page .orders-search__clear{transition:all .15s ease}.orders-page .orders-search__clear:hover{color:var(--color-danger);background:#ef44441a}.orders-page .orders-filter-select{padding:12px 40px 12px 16px;font-size:14px;font-weight:500;color:var(--color-text);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:all .15s ease}.orders-page .orders-filter-select:focus{outline:none;border-color:var(--color-primary)}@media(max-width:575px){.orders-page .orders-filter-select{flex:1}}.orders-page .orders-list{display:flex;flex-direction:column;gap:16px}.orders-page .order-card{display:flex;flex-direction:column;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px;overflow:hidden;transition:all .15s ease}.orders-page .order-card:hover{border-color:var(--color-border-hover);box-shadow:0 8px 32px var(--color-shadow)}.orders-page .order-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:var(--color-bg-tertiary);border-bottom:1px solid var(--color-border)}@media(max-width:575px){.orders-page .order-card__header{flex-direction:column;align-items:flex-start;gap:12px}}.orders-page .order-card__info{display:flex;align-items:center;gap:16px}@media(max-width:575px){.orders-page .order-card__info{flex-wrap:wrap;gap:8px 16px}}.orders-page .order-card__number{font-size:15px;font-weight:600;color:var(--color-text)}.orders-page .order-card__number a{color:var(--color-primary);transition:opacity .15s ease}.orders-page .order-card__number a:hover{opacity:.8}.orders-page .order-card__date{font-size:13px;color:var(--color-text-muted)}.orders-page .order-card__status{display:inline-flex;padding:6px 14px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border-radius:100px}.orders-page .order-card__status--pending{background:var(--color-bg-tertiary);color:var(--color-text-muted)}.orders-page .order-card__status--paid{background:#3b82f61a;color:#3b82f6}.orders-page .order-card__status--processing{background:#f59e0b1a;color:#f59e0b}.orders-page .order-card__status--delivered{background:#8b5cf61a;color:#8b5cf6}.orders-page .order-card__status--completed{background:#10b9811a;color:#10b981}.orders-page .order-card__status--disputed{background:#ef44441a;color:#ef4444}.orders-page .order-card__status--cancelled{background:var(--color-bg-tertiary);color:var(--color-text-muted)}.orders-page .order-card__body{display:flex;gap:20px;padding:20px}@media(max-width:767px){.orders-page .order-card__body{flex-direction:column}}.orders-page .order-card__product{display:flex;gap:16px;flex:1}.orders-page .order-card__image{width:80px;height:80px;flex-shrink:0;border-radius:12px;overflow:hidden;background:var(--color-bg-tertiary)}.orders-page .order-card__image img{width:100%;height:100%;object-fit:cover}@media(max-width:575px){.orders-page .order-card__image{width:64px;height:64px}}.orders-page .order-card__image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.orders-page .order-card__image-placeholder svg{width:32px;height:32px;opacity:.5}.orders-page .order-card__details{flex:1;min-width:0}.orders-page .order-card__title{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 8px;line-height:1.4}.orders-page .order-card__title a{color:inherit;transition:color .15s ease}.orders-page .order-card__title a:hover{color:var(--color-primary)}.orders-page .order-card__meta{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:13px;color:var(--color-text-secondary)}.orders-page .order-card__meta .meta-item{display:flex;align-items:center;gap:6px}.orders-page .order-card__meta .meta-item svg{width:14px;height:14px;color:var(--color-text-muted)}.orders-page .order-card__user{display:flex;align-items:center;gap:12px;padding:16px;background:var(--color-bg-tertiary);border-radius:12px;min-width:200px}@media(max-width:767px){.orders-page .order-card__user{min-width:auto}}.orders-page .order-card__user-avatar{width:44px;height:44px;flex-shrink:0;border-radius:50%;overflow:hidden;background:var(--color-primary)}.orders-page .order-card__user-avatar img{width:100%;height:100%;object-fit:cover}.orders-page .order-card__user-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fff;text-transform:uppercase}.orders-page .order-card__user-info{flex:1;min-width:0}.orders-page .order-card__user-role{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:2px}.orders-page .order-card__user-name{font-size:14px;font-weight:600;color:var(--color-text)}.orders-page .order-card__user-name a{color:inherit;transition:color .15s ease}.orders-page .order-card__user-name a:hover{color:var(--color-primary)}.orders-page .order-card__user-status{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:12px;color:var(--color-text-muted)}.orders-page .order-card__user-status .status-dot{width:8px;height:8px;border-radius:50%;background:var(--color-text-muted)}.orders-page .order-card__user-status .status-dot--online{background:var(--color-success)}.orders-page .order-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-top:1px solid var(--color-border)}@media(max-width:575px){.orders-page .order-card__footer{flex-direction:column;align-items:stretch}}.orders-page .order-card__price{display:flex;flex-direction:column;gap:2px}.orders-page .order-card__price-label{font-size:12px;color:var(--color-text-muted)}.orders-page .order-card__price-value{font-size:20px;font-weight:700;color:var(--color-text)}.orders-page .order-card__actions{display:flex;gap:12px}@media(max-width:575px){.orders-page .order-card__actions{flex-direction:column}}.orders-page .order-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}.orders-page .order-card__btn svg{width:18px;height:18px}.orders-page .order-card__btn--primary{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%)}.orders-page .order-card__btn--primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px #3b82f659}.orders-page .order-card__btn--secondary{color:var(--color-text);background:var(--color-bg-tertiary);border:1px solid var(--color-border)}.orders-page .order-card__btn--secondary:hover{background:var(--color-bg);border-color:var(--color-border-hover)}.orders-page .order-card__btn--success{color:#fff;background:var(--color-success)}.orders-page .order-card__btn--success:hover{background:#059669}.orders-page .order-card__btn--danger{color:#fff;background:var(--color-danger)}.orders-page .order-card__btn--danger:hover{background:#dc2626}.orders-page .orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}.orders-page .orders-empty svg{color:var(--color-text-muted);margin-bottom:24px;opacity:.5}.orders-page .orders-empty h3{font-size:20px;font-weight:600;color:var(--color-text);margin:0 0 8px}.orders-page .orders-empty p{font-size:15px;color:var(--color-text-secondary);margin:0 0 24px;max-width:400px}.orders-page .orders-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:32px}@media(max-width:991px){.orders-page .orders-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:575px){.orders-page .orders-stats{grid-template-columns:1fr}}.orders-page .stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease}.orders-page .stat-card:hover{border-color:var(--color-border-hover)}.orders-page .stat-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;flex-shrink:0}.orders-page .stat-card__icon svg{width:24px;height:24px}.orders-page .stat-card__icon--blue{background:var(--color-primary-light);color:var(--color-primary)}.orders-page .stat-card__icon--yellow{background:#f59e0b1a;color:#f59e0b}.orders-page .stat-card__icon--green{background:#10b9811a;color:#10b981}.orders-page .stat-card__icon--purple{background:#8b5cf61a;color:#8b5cf6}.orders-page .stat-card__content{flex:1}.orders-page .stat-card__value{font-size:24px;font-weight:700;color:var(--color-text);line-height:1.2}.orders-page .stat-card__label{font-size:13px;color:var(--color-text-muted);margin-top:2px}.orders-page .orders-pagination{display:flex;justify-content:center;margin-top:32px}section.favorites-page{padding:32px 0 80px}@media(max-width:767px){section.favorites-page{padding:24px 0 48px}}section.favorites-page .favorites-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}@media(max-width:575px){section.favorites-page .favorites-header{flex-direction:column;align-items:flex-start;gap:8px}}section.favorites-page .favorites-title{display:flex;align-items:center;gap:12px;font-size:28px;font-weight:700;color:var(--color-text);margin:0}section.favorites-page .favorites-title svg{color:#ef4444}@media(max-width:767px){section.favorites-page .favorites-title{font-size:24px}section.favorites-page .favorites-title svg{width:28px;height:28px}}section.favorites-page .favorites-count{font-size:16px;color:var(--color-text-secondary);background:var(--color-bg-tertiary);padding:6px 14px;border-radius:100px}section.favorites-page .favorites-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}section.favorites-page .favorites-empty svg{color:var(--color-text-muted);margin-bottom:24px;opacity:.5}section.favorites-page .favorites-empty h2{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 12px}section.favorites-page .favorites-empty p{font-size:16px;color:var(--color-text-secondary);margin:0 0 24px;max-width:400px}section.favorites-page .product-card__favorite.active{background:#ef4444;color:#fff}section.favorites-page .product-card__favorite.active svg{fill:currentColor}section.favorites-page .product-card__favorite.active:hover{background:#dc2626}section.favorites-page .product-card{transition:opacity .3s ease,transform .3s ease}section.favorites-page .pagination-wrapper{margin-top:40px;display:flex;justify-content:center}section.search-page{padding:32px 0 80px}@media(max-width:767px){section.search-page{padding:24px 0 48px}}section.search-page .search-form-wrapper{margin-bottom:32px}section.search-page .search-form{position:relative;max-width:800px;margin:0 auto}section.search-page .search-input-wrapper{display:flex;align-items:center;background:var(--color-bg-secondary);border:2px solid var(--color-border);border-radius:24px;overflow:hidden;transition:all .15s ease}section.search-page .search-input-wrapper:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 4px var(--color-primary-light)}section.search-page .search-icon{width:24px;height:24px;margin-left:20px;color:var(--color-text-muted);flex-shrink:0}section.search-page .search-input{flex:1;padding:18px 16px;font-size:16px;color:var(--color-text);background:transparent;border:none;outline:none}section.search-page .search-input::placeholder{color:var(--color-text-muted)}section.search-page .search-clear{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-text-muted);transition:color .15s ease}section.search-page .search-clear:hover{color:var(--color-text)}section.search-page .search-submit{padding:18px 32px;font-size:15px;font-weight:600;color:#fff;background:var(--color-primary);border:none;cursor:pointer;transition:background .15s ease}section.search-page .search-submit:hover{background:var(--color-primary-dark)}@media(max-width:575px){section.search-page .search-submit{padding:18px 20px}}section.search-page .search-autocomplete{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 16px 48px var(--color-shadow-lg);z-index:100;overflow:hidden}section.search-page .autocomplete-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;font-size:14px;color:var(--color-text-secondary)}section.search-page .autocomplete-loading .spinner{width:20px;height:20px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite}section.search-page .autocomplete-section{padding:8px 0;border-bottom:1px solid var(--color-border)}section.search-page .autocomplete-section:last-child{border-bottom:none}section.search-page .autocomplete-section-title{padding:8px 16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted)}section.search-page .autocomplete-item{display:flex;align-items:center;gap:12px;padding:10px 16px;color:var(--color-text);transition:background .15s ease}section.search-page .autocomplete-item:hover{background:var(--color-bg-tertiary)}section.search-page .autocomplete-item__image{width:40px;height:40px;border-radius:8px;overflow:hidden;background:var(--color-bg-tertiary);display:flex;align-items:center;justify-content:center;flex-shrink:0}section.search-page .autocomplete-item__image img{width:100%;height:100%;object-fit:cover}section.search-page .autocomplete-item__image svg{color:var(--color-text-muted)}section.search-page .autocomplete-item__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}section.search-page .autocomplete-item__avatar img{width:100%;height:100%;object-fit:cover}section.search-page .autocomplete-item__avatar span{color:#fff;font-size:14px;font-weight:600}section.search-page .autocomplete-item__info{flex:1;min-width:0}section.search-page .autocomplete-item__title{display:block;font-size:14px;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}section.search-page .autocomplete-item__price{font-size:13px;color:var(--color-primary);font-weight:600}section.search-page .autocomplete-item__name{font-size:14px;font-weight:500}section.search-page .autocomplete-empty{padding:24px;text-align:center;font-size:14px;color:var(--color-text-muted)}section.search-page .search-results-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}@media(max-width:767px){section.search-page .search-results-header{flex-direction:column}}section.search-page .search-results-title{font-size:28px;font-weight:700;color:var(--color-text);margin:0 0 8px}@media(max-width:767px){section.search-page .search-results-title{font-size:24px}}section.search-page .search-results-query{font-size:15px;color:var(--color-text-secondary);margin:0}section.search-page .search-results-query strong{color:var(--color-text)}section.search-page .search-tabs{display:flex;gap:8px;flex-shrink:0}section.search-page .search-tab{display:flex;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}section.search-page .search-tab svg{width:18px;height:18px}section.search-page .search-tab:hover{border-color:var(--color-border-hover);color:var(--color-text)}section.search-page .search-tab.active{color:var(--color-primary);background:var(--color-primary-light);border-color:var(--color-primary)}section.search-page .search-tab-count{padding:2px 8px;font-size:12px;font-weight:600;background:var(--color-bg-tertiary);border-radius:100px}.active section.search-page .search-tab-count{background:var(--color-primary);color:#fff}section.search-page .search-filters{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:20px;margin-bottom:32px}section.search-page .filters-row{display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}section.search-page .filter-group{display:flex;flex-direction:column;gap:8px}@media(max-width:575px){section.search-page .filter-group{width:100%}}section.search-page .filter-label{font-size:13px;font-weight:500;color:var(--color-text-secondary)}section.search-page .filter-input{padding:10px 14px;font-size:14px;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;transition:all .15s ease}section.search-page .filter-input:focus{outline:none;border-color:var(--color-primary)}section.search-page .filter-input--price{width:100px}@media(max-width:575px){section.search-page .filter-input--price{flex:1}}section.search-page .filter-price-inputs{display:flex;align-items:center;gap:8px}section.search-page .filter-price-separator{color:var(--color-text-muted)}section.search-page .filter-select{padding:10px 36px 10px 14px;font-size:14px;color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:160px}section.search-page .filter-select:focus{outline:none;border-color:var(--color-primary)}@media(max-width:575px){section.search-page .filter-select{width:100%}}section.search-page .filter-apply-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;color:#fff;background:var(--color-primary);border:none;border-radius:12px;cursor:pointer;transition:all .15s ease}section.search-page .filter-apply-btn svg{width:18px;height:18px}section.search-page .filter-apply-btn:hover{background:var(--color-primary-dark)}@media(max-width:575px){section.search-page .filter-apply-btn{width:100%;justify-content:center}}section.search-page .sellers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}section.search-page .seller-card{display:flex;align-items:center;gap:16px;padding:20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;transition:all .15s ease}section.search-page .seller-card:hover{border-color:var(--color-border-hover);box-shadow:0 4px 16px var(--color-shadow)}section.search-page .seller-card__avatar{position:relative;width:60px;height:60px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}section.search-page .seller-card__avatar img{width:100%;height:100%;object-fit:cover}section.search-page .seller-card__avatar span{color:#fff;font-size:24px;font-weight:700;text-transform:uppercase}section.search-page .seller-card__online{position:absolute;bottom:2px;right:2px;width:14px;height:14px;background:var(--color-success);border:3px solid var(--color-bg-secondary);border-radius:50%}section.search-page .seller-card__info{flex:1;min-width:0}section.search-page .seller-card__name{font-size:16px;font-weight:600;color:var(--color-text);margin:0 0 8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}section.search-page .seller-card__name--blocked{color:var(--color-text-muted);text-decoration:line-through}section.search-page .seller-card__blocked-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;color:var(--color-danger);background:#ef44441a;border-radius:100px;text-decoration:none}section.search-page .seller-card__stats{display:flex;align-items:center;gap:12px;margin-bottom:4px}section.search-page .seller-card__rating{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:600;color:var(--color-text)}section.search-page .seller-card__rating svg{width:14px;height:14px;color:var(--color-warning)}section.search-page .seller-card__products{font-size:13px;color:var(--color-text-secondary)}section.search-page .seller-card__joined{font-size:13px;color:var(--color-text-muted);margin:0}section.search-page .seller-card__arrow{color:var(--color-text-muted);transition:all .15s ease}section.search-page .seller-card__arrow svg{width:20px;height:20px}section.search-page .seller-card:hover section.search-page .seller-card__arrow{color:var(--color-primary);transform:translate(4px)}section.search-page .search-empty,section.search-page .search-start{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:24px}section.search-page .search-empty svg,section.search-page .search-start svg{color:var(--color-text-muted);margin-bottom:24px;opacity:.5}section.search-page .search-empty h2,section.search-page .search-start h2{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 12px}section.search-page .search-empty p,section.search-page .search-start p{font-size:16px;color:var(--color-text-secondary);margin:0;max-width:400px}section.search-page .popular-searches{margin-top:32px}section.search-page .popular-searches h4{font-size:14px;font-weight:600;color:var(--color-text-secondary);margin:0 0 16px}section.search-page .popular-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}section.search-page .popular-tag{padding:8px 16px;font-size:14px;font-weight:500;color:var(--color-text);background:var(--color-bg-tertiary);border-radius:100px;transition:all .15s ease}section.search-page .popular-tag:hover{background:var(--color-primary);color:#fff}section.search-page .pagination-wrapper{margin-top:40px;display:flex;justify-content:center}@keyframes spin{to{transform:rotate(360deg)}}section.subscription-page{padding:32px 0 80px}@media(max-width:767px){section.subscription-page{padding:24px 0 48px}}section.subscription-page .subscription-hero{text-align:center;margin-bottom:48px}section.subscription-page .subscription-hero__title{font-size:40px;font-weight:800;color:var(--color-text);margin:0 0 16px;line-height:1.2}@media(max-width:767px){section.subscription-page .subscription-hero__title{font-size:28px}}section.subscription-page .subscription-hero__highlight{background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}section.subscription-page .subscription-hero__subtitle{font-size:18px;color:var(--color-text-secondary);margin:0;max-width:600px;margin-inline:auto}@media(max-width:767px){section.subscription-page .subscription-hero__subtitle{font-size:16px}}section.subscription-page .current-subscription{display:flex;align-items:center;gap:20px;padding:24px;background:var(--color-bg-secondary);border:2px solid var(--color-success);border-radius:24px;margin-bottom:48px}@media(max-width:767px){section.subscription-page .current-subscription{flex-direction:column;text-align:center}}section.subscription-page .current-subscription__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:16px;font-size:32px;flex-shrink:0}section.subscription-page .current-subscription__info{flex:1}section.subscription-page .current-subscription__plan{font-size:20px;font-weight:700;color:var(--color-text);margin:0 0 8px;display:flex;align-items:center;gap:12px}@media(max-width:767px){section.subscription-page .current-subscription__plan{justify-content:center;flex-wrap:wrap}}section.subscription-page .current-subscription__badge{display:inline-flex;padding:4px 10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:var(--color-success);border-radius:100px}section.subscription-page .current-subscription__expires{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--color-text-secondary);margin:0 0 8px}section.subscription-page .current-subscription__expires svg{color:var(--color-warning)}@media(max-width:767px){section.subscription-page .current-subscription__expires{justify-content:center}}section.subscription-page .current-subscription__details{display:flex;gap:16px;font-size:13px;color:var(--color-text-muted)}section.subscription-page .current-subscription__details strong{color:var(--color-success)}@media(max-width:767px){section.subscription-page .current-subscription__details{justify-content:center;flex-wrap:wrap}}section.subscription-page .current-subscription__actions{display:flex;flex-direction:column;align-items:flex-end;gap:8px}@media(max-width:767px){section.subscription-page .current-subscription__actions{align-items:center}}section.subscription-page .current-subscription__cancelled{font-size:12px;color:var(--color-warning)}section.subscription-page .pricing-toggle{display:flex;justify-content:center;gap:4px;margin-bottom:40px;padding:4px;background:var(--color-bg-secondary);border-radius:100px;width:fit-content;margin-inline:auto}section.subscription-page .pricing-toggle__btn{display:flex;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;color:var(--color-text-secondary);background:transparent;border:none;border-radius:100px;cursor:pointer;transition:all .15s ease}section.subscription-page .pricing-toggle__btn:hover{color:var(--color-text)}section.subscription-page .pricing-toggle__btn.active{color:#fff;background:var(--color-primary)}section.subscription-page .pricing-toggle__discount{padding:2px 8px;font-size:11px;font-weight:700;color:#fff;background:var(--color-success);border-radius:100px}section.subscription-page .plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;max-width:900px;margin:0 auto 64px}section.subscription-page .plan-card{position:relative;display:flex;flex-direction:column;background:var(--color-bg-secondary);border:2px solid var(--color-border);border-radius:24px;padding:32px;transition:all .25s ease}section.subscription-page .plan-card:hover{border-color:var(--plan-color, var(--color-border-hover));box-shadow:0 8px 32px var(--color-shadow)}section.subscription-page .plan-card--popular{border-color:var(--plan-color);box-shadow:0 0 0 1px var(--plan-color)}section.subscription-page .plan-card--popular:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(var(--plan-color-rgb, 245, 158, 11),.05) 0%,transparent 50%);pointer-events:none}section.subscription-page .plan-card__popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:6px 16px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;background:var(--plan-color);border-radius:100px}section.subscription-page .plan-card__header{text-align:center;margin-bottom:24px}section.subscription-page .plan-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:36px;background:linear-gradient(135deg,rgba(var(--plan-color-rgb, 59, 130, 246),.1),rgba(var(--plan-color-rgb, 59, 130, 246),.05));border-radius:16px}section.subscription-page .plan-card__name{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 8px}section.subscription-page .plan-card__description{font-size:14px;color:var(--color-text-secondary);margin:0}section.subscription-page .plan-card__pricing{text-align:center;padding:24px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);margin-bottom:24px}section.subscription-page .plan-card__price{display:flex;align-items:baseline;justify-content:center;gap:4px;flex-wrap:wrap}section.subscription-page .plan-card__price-value{font-size:48px;font-weight:800;color:var(--color-text);line-height:1}section.subscription-page .plan-card__price-currency{font-size:24px;font-weight:700;color:var(--color-text)}section.subscription-page .plan-card__price-period{font-size:16px;color:var(--color-text-muted)}section.subscription-page .plan-card__price-total{width:100%;font-size:14px;color:var(--color-text-secondary);margin-top:4px}section.subscription-page .plan-card__features{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;flex:1}section.subscription-page .plan-card__feature{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--color-text-secondary)}section.subscription-page .plan-card__feature strong{color:var(--color-text)}section.subscription-page .plan-card__feature-icon{width:18px;height:18px;color:var(--color-success);flex-shrink:0}section.subscription-page .plan-card__action .btn--full{width:100%}section.subscription-page .plan-card__action .btn--disabled{opacity:.5;cursor:not-allowed}section.subscription-page .comparison-section{margin-bottom:64px}section.subscription-page .comparison-title{font-size:28px;font-weight:700;color:var(--color-text);text-align:center;margin:0 0 32px}section.subscription-page .comparison-table-wrapper{overflow-x:auto}section.subscription-page .comparison-table{width:100%;border-collapse:collapse;background:var(--color-bg-secondary);border-radius:24px;overflow:hidden}section.subscription-page .comparison-table th,section.subscription-page .comparison-table td{padding:16px 20px;text-align:center;border-bottom:1px solid var(--color-border)}section.subscription-page .comparison-table th{font-size:14px;font-weight:600;color:var(--color-text);background:var(--color-bg-tertiary)}section.subscription-page .comparison-table th:first-child{text-align:left}section.subscription-page .comparison-table td{font-size:14px;color:var(--color-text-secondary)}section.subscription-page .comparison-table td:first-child{text-align:left;color:var(--color-text);font-weight:500}section.subscription-page .comparison-table td strong{color:var(--color-text)}section.subscription-page .comparison-table tbody tr:last-child td{border-bottom:none}section.subscription-page .comparison-table tbody tr:hover{background:var(--color-bg-tertiary)}section.subscription-page .comparison-icon{width:20px;height:20px;margin:0 auto}section.subscription-page .comparison-icon--yes{color:var(--color-success)}section.subscription-page .comparison-icon--no{color:var(--color-text-muted)}section.subscription-page .subscription-faq{max-width:700px;margin:0 auto}section.subscription-page .subscription-faq__title{font-size:28px;font-weight:700;color:var(--color-text);text-align:center;margin:0 0 32px}section.subscription-page .faq-list{display:flex;flex-direction:column;gap:12px}section.subscription-page .faq-item{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;overflow:hidden}section.subscription-page .faq-item__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 20px;font-size:15px;font-weight:600;color:var(--color-text);background:transparent;border:none;cursor:pointer;text-align:left}section.subscription-page .faq-item__question svg{width:20px;height:20px;color:var(--color-text-muted);transition:transform .15s ease;flex-shrink:0}section.subscription-page .faq-item__answer{max-height:0;overflow:hidden;transition:max-height .25s ease}section.subscription-page .faq-item__answer p{padding:0 20px 18px;font-size:14px;color:var(--color-text-secondary);line-height:1.6;margin:0}section.subscription-page .faq-item.active .faq-item__question svg{transform:rotate(180deg)}section.subscription-page .faq-item.active .faq-item__answer{max-height:200px}section.subscription-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:15px;font-weight:600;border-radius:12px;cursor:pointer;transition:all .15s ease;border:none;text-decoration:none}section.subscription-page .btn--primary{color:#fff;background:linear-gradient(135deg,var(--color-primary) 0%,#8B5CF6 100%)}section.subscription-page .btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #3b82f659}section.subscription-page .btn--outline{color:var(--color-text);background:transparent;border:2px solid var(--color-border)}section.subscription-page .btn--outline:hover{border-color:var(--color-primary);color:var(--color-primary)}section.subscription-page .btn--outline-danger{color:var(--color-danger);background:transparent;border:2px solid rgba(239,68,68,.3)}section.subscription-page .btn--outline-danger:hover{border-color:var(--color-danger);background:#ef44441a}section.referral-page{padding:40px 0 80px;min-height:calc(100vh - 200px)}section.referral-page .referral-header{text-align:center;margin-bottom:48px}section.referral-page .referral-title{font-size:32px;font-weight:700;margin-bottom:12px;color:var(--color-text)}section.referral-page .referral-subtitle{font-size:16px;color:var(--color-text-secondary)}section.referral-page .referral-inactive{max-width:900px;margin:0 auto}section.referral-page .referral-benefits{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:48px;margin-bottom:32px}section.referral-page .referral-benefits__header{text-align:center;margin-bottom:40px}section.referral-page .referral-benefits__icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));display:flex;align-items:center;justify-content:center;margin:0 auto 20px}section.referral-page .referral-benefits__icon svg{color:#fff}section.referral-page .referral-benefits__title{font-size:24px;font-weight:700;color:var(--color-text);margin-bottom:8px}section.referral-page .referral-benefits__text{font-size:16px;color:var(--color-text-secondary)}section.referral-page .referral-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:768px){section.referral-page .referral-benefits__grid{grid-template-columns:1fr}}section.referral-page .referral-benefit{text-align:center;padding:24px;background:var(--color-bg);border-radius:12px;border:1px solid var(--color-border)}section.referral-page .referral-benefit__icon{width:56px;height:56px;border-radius:12px;background:var(--color-primary-light);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}section.referral-page .referral-benefit__icon svg{color:var(--color-primary)}section.referral-page .referral-benefit__title{font-size:18px;font-weight:600;color:var(--color-text);margin-bottom:8px}section.referral-page .referral-benefit__text{font-size:14px;color:var(--color-text-secondary);line-height:1.5}section.referral-page .referral-activate{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:32px}section.referral-page .referral-activate__title{font-size:20px;font-weight:600;color:var(--color-text);margin-bottom:24px;text-align:center}section.referral-page .referral-activate__form{max-width:600px;margin:0 auto}section.referral-page .referral-activate__input-wrapper{display:flex;gap:12px}@media(max-width:576px){section.referral-page .referral-activate__input-wrapper{flex-direction:column}}section.referral-page .referral-activate__input-wrapper .form-input{flex:1;padding:14px;text-transform:uppercase}section.referral-page .referral-activate__generate-btn{display:flex;align-items:center;gap:8px;padding:0 20px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s;white-space:nowrap}section.referral-page .referral-activate__generate-btn svg{width:20px;height:20px;flex-shrink:0}@media(max-width:400px){section.referral-page .referral-activate__generate-btn span{display:none}}section.referral-page .referral-activate__generate-btn:hover{background:var(--color-bg);color:var(--color-text);border-color:var(--color-primary)}section.referral-page .referral-activate__generate-btn:hover svg{color:var(--color-primary)}@media(max-width:576px){section.referral-page .referral-activate__generate-btn{justify-content:center;padding:12px 20px}}section.referral-page .referral-activate__submit{width:100%;margin-top:24px;padding:14px 24px;font-size:16px}section.referral-page .referral-active{max-width:1000px;margin:0 auto}section.referral-page .referral-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}@media(max-width:768px){section.referral-page .referral-stats{grid-template-columns:1fr}}section.referral-page .referral-stat{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;padding:24px;text-align:center}section.referral-page .referral-stat__value{font-size:32px;font-weight:700;color:var(--color-primary);margin-bottom:8px}section.referral-page .referral-stat__label{font-size:14px;color:var(--color-text-secondary)}section.referral-page .referral-link-card{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:32px;margin-bottom:32px}section.referral-page .referral-link-card__header{margin-bottom:24px}section.referral-page .referral-link-card__title{font-size:20px;font-weight:600;color:var(--color-text);margin-bottom:4px}section.referral-page .referral-link-card__subtitle{font-size:14px;color:var(--color-text-secondary)}section.referral-page .referral-link-input{display:flex;gap:12px;margin-bottom:16px}@media(max-width:576px){section.referral-page .referral-link-input{flex-direction:column}}section.referral-page .referral-link-input input{flex:1;padding:12px 16px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);font-size:14px;font-family:monospace}section.referral-page .referral-link-copy{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--color-primary);border:none;border-radius:8px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}section.referral-page .referral-link-copy:hover{background:var(--color-primary-hover)}section.referral-page .referral-link-copy.copied{background:var(--color-success)}section.referral-page .referral-code-display{display:flex;align-items:center;gap:8px;font-size:14px}section.referral-page .referral-code-display__label{color:var(--color-text-secondary)}section.referral-page .referral-code-display__code{font-family:monospace;font-weight:600;color:var(--color-primary);background:var(--color-primary-light);padding:4px 12px;border-radius:4px}section.referral-page .referral-info-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}@media(max-width:576px){section.referral-page .referral-info-cards{grid-template-columns:1fr}}section.referral-page .referral-info-card{display:flex;align-items:center;gap:20px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:12px;padding:24px}section.referral-page .referral-info-card__icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}section.referral-page .referral-info-card__icon--owner{background:#10b9811a}section.referral-page .referral-info-card__icon--owner svg{color:var(--color-success)}section.referral-page .referral-info-card__icon--friend{background:var(--color-primary-light)}section.referral-page .referral-info-card__icon--friend svg{color:var(--color-primary)}section.referral-page .referral-info-card__title{font-size:14px;color:var(--color-text-secondary);margin-bottom:4px}section.referral-page .referral-info-card__value{font-size:28px;font-weight:700;color:var(--color-text);margin-bottom:4px}section.referral-page .referral-info-card__text{font-size:13px;color:var(--color-text-muted)}section.referral-page .referral-table-wrapper{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:32px}section.referral-page .referral-table-title{font-size:20px;font-weight:600;color:var(--color-text);margin-bottom:24px}section.referral-page .referral-table{overflow-x:auto}section.referral-page .referral-table table{width:100%;border-collapse:collapse}section.referral-page .referral-table th,section.referral-page .referral-table td{padding:16px;text-align:left;border-bottom:1px solid var(--color-border)}section.referral-page .referral-table th{font-size:13px;font-weight:500;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px}section.referral-page .referral-table td{font-size:14px;color:var(--color-text)}section.referral-page .referral-table tbody tr:hover{background:var(--color-bg-tertiary)}section.referral-page .referral-table tbody tr:last-child td{border-bottom:none}section.referral-page .referral-user{display:flex;align-items:center;gap:12px}section.referral-page .referral-user__avatar{width:40px;height:40px;border-radius:50%;background:var(--color-bg-tertiary);display:flex;align-items:center;justify-content:center;overflow:hidden}section.referral-page .referral-user__avatar img{width:100%;height:100%;object-fit:cover}section.referral-page .referral-user__avatar span{font-weight:600;color:var(--color-text-secondary)}section.referral-page .referral-user__name{font-weight:500;color:var(--color-text);text-decoration:none}section.referral-page .referral-user__name:hover{color:var(--color-primary)}section.referral-page .referral-empty{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px;padding:64px 32px;text-align:center}section.referral-page .referral-empty__icon{width:80px;height:80px;border-radius:50%;background:var(--color-bg-tertiary);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}section.referral-page .referral-empty__icon svg{color:var(--color-text-muted)}section.referral-page .referral-empty__title{font-size:20px;font-weight:600;color:var(--color-text);margin-bottom:8px}section.referral-page .referral-empty__text{font-size:14px;color:var(--color-text-secondary)}section.offline-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:60px 0}section.offline-page .offline-content{max-width:500px;text-align:center}section.offline-page .offline-icon{margin-bottom:32px;color:var(--color-text-muted)}section.offline-page .offline-icon svg{width:120px;height:120px;opacity:.6}section.offline-page .offline-title{font-size:2rem;font-weight:700;color:var(--color-text);margin-bottom:16px}@media(max-width:576px){section.offline-page .offline-title{font-size:1.5rem}}section.offline-page .offline-text{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:32px}@media(max-width:576px){section.offline-page .offline-text{font-size:1rem}}section.offline-page .offline-actions{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-bottom:48px}section.offline-page .offline-actions .btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:12px;transition:all .2s}section.offline-page .offline-actions .btn svg{width:20px;height:20px}section.offline-page .offline-actions .btn-primary{background:var(--color-primary);color:#fff;border:none}section.offline-page .offline-actions .btn-primary:hover{filter:brightness(1.1);transform:translateY(-2px)}section.offline-page .offline-actions .btn-secondary{background:var(--color-bg-secondary);color:var(--color-text);border:1px solid var(--color-border);text-decoration:none}section.offline-page .offline-actions .btn-secondary:hover{background:var(--color-bg-tertiary);border-color:var(--color-primary)}section.offline-page .offline-cached{padding:24px;background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:16px}section.offline-page .offline-cached-title{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:8px}section.offline-page .offline-cached-text{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:16px}section.offline-page .offline-cached-links{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}section.offline-page .offline-cached-link{display:inline-flex;align-items:center;padding:10px 20px;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .2s}section.offline-page .offline-cached-link:hover{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}
