.subscription-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:flex-start;justify-content:flex-end;padding:80px 16px 16px}.subscription-modal{background:#fff;color:#333;width:320px;max-width:calc(100vw - 32px);border-radius:16px;box-shadow:0 10px 30px #0003;padding:16px;border:1px solid rgba(255,255,255,.2);animation:slideInFromRight .3s ease-out;max-height:70vh;overflow-y:auto}.subscription-modal__header{display:flex;align-items:center;justify-content:space-between;padding:0 0 12px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.subscription-modal__header h2{margin:0;font-size:1.1rem;font-weight:700;color:#1f2937}.subscription-modal__close{background:none;border:none;font-size:1.4rem;color:#6b7280;cursor:pointer;padding:10px;min-width:44px;min-height:44px;line-height:1;border-radius:999px;transition:all .2s ease}.subscription-modal__close:hover{background:#f3f4f6;color:#374151}.subscription-status{padding:12px;background:#f8fafc;margin-bottom:16px;border-radius:12px;border:1px solid #e2e8f0}.subscription-status__current h3{margin:0 0 8px;font-size:.9rem;font-weight:600;color:#1f2937}.subscription-status__plan{display:flex;align-items:center;gap:8px;margin-bottom:8px}.subscription-status__plan-name{font-size:1rem;font-weight:700;padding:4px 8px;border-radius:8px;background:var(--plan-color, #3B82F6);color:#fff}.subscription-status__plan-name.active{background:#10b981}.subscription-status__plan-name.expired{background:#ef4444}.subscription-status__plan-name.cancelled{background:#f59e0b}.subscription-status__status{padding:2px 6px;border-radius:6px;font-size:.75rem;font-weight:500}.subscription-status__status--active{background:#d1fae5;color:#065f46}.subscription-status__status--expired{background:#fee2e2;color:#991b1b}.subscription-status__status--cancelled{background:#fef3c7;color:#92400e}.subscription-status__expiry,.subscription-status__auto-renew{display:flex;align-items:center;gap:4px;margin-bottom:4px}.subscription-status__label{font-size:.75rem;color:#6b7280;font-weight:500}.subscription-status__time{font-size:.75rem;font-weight:600;color:#1f2937}.subscription-status__status-text{font-size:.75rem;font-weight:600;color:#10b981}.subscription-status__cancel-btn{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;margin-top:8px;width:100%}.subscription-status__cancel-btn:hover{background:#dc2626;transform:translateY(-1px)}.subscription-plans{margin-bottom:16px}.subscription-plans h3{margin:0 0 12px;font-size:.9rem;font-weight:600;color:#1f2937;text-align:center}.subscription-plans__grid{display:grid;grid-template-columns:1fr;gap:8px}.subscription-plan{position:relative;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:12px;transition:all .3s ease;cursor:pointer}.subscription-plan:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}.subscription-plan--popular{border-color:var(--plan-color, #3B82F6);box-shadow:0 0 0 1px var(--plan-color, #3B82F6)}.subscription-plan--current{border-color:#10b981;background:#10b9810d}.subscription-plan__badge{position:absolute;top:-6px;right:8px;background:var(--plan-color, #3B82F6);color:#fff;padding:2px 6px;border-radius:8px;font-size:.65rem;font-weight:600}.subscription-plan__header{text-align:center;margin-bottom:12px}.subscription-plan__name{margin:0 0 4px;font-size:1rem;font-weight:700;color:#1f2937}.subscription-plan__price{display:flex;align-items:baseline;justify-content:center;gap:2px}.subscription-plan__amount{font-size:1.4rem;font-weight:800;color:var(--plan-color, #3B82F6)}.subscription-plan__period{font-size:.8rem;color:#6b7280;font-weight:500}.subscription-plan__features{list-style:none;padding:0;margin:0 0 12px}.subscription-plan__feature{display:flex;align-items:center;gap:6px;margin-bottom:6px;font-size:.8rem;color:#1f2937}.subscription-plan__feature-icon{color:#10b981;font-weight:700;font-size:.9rem}.subscription-plan__button{width:100%;padding:8px 12px;border:none;border-radius:8px;font-weight:600;font-size:.8rem;cursor:pointer;transition:all .2s ease;background:var(--plan-color, #3B82F6);color:#fff}.subscription-plan__button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #0003}.subscription-plan__button--current{background:#10b981;cursor:default}.subscription-plan__button:disabled{opacity:.6;cursor:not-allowed}.subscription-cancel-section{margin:16px 0;padding:12px 0;border-top:1px solid #e2e8f0;text-align:center}.subscription-cancel-btn{width:100%;padding:10px 16px;background:#ef4444;color:#fff;border:none;border-radius:10px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #ef44444d}.subscription-cancel-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.subscription-cancel-btn:active{transform:translateY(0);box-shadow:0 2px 8px #ef44444d}.subscription-cancel-btn:disabled{background:#9ca3af;color:#6b7280;cursor:not-allowed;transform:none;box-shadow:none}.subscription-cancel-btn:disabled:hover{background:#9ca3af;transform:none;box-shadow:none}.subscription-modal__payment-info{margin:0 0 8px;font-size:.75rem;color:#6b7280;text-align:center}.subscription-modal__payment-methods{display:flex;justify-content:center;gap:8px}.subscription-modal__payment-method{font-size:1.2rem;opacity:.7}:root.theme-dark .subscription-modal{background:#1f2937;color:#e6e8ee;border:1px solid rgba(255,255,255,.1)}:root.theme-dark .subscription-modal__header h2{color:#f9fafb}:root.theme-dark .subscription-modal__close{color:#9ca3af}:root.theme-dark .subscription-modal__close:hover{background:#374151;color:#f3f4f6}:root.theme-dark .subscription-status{background:#374151;border-color:#4b5563}:root.theme-dark .subscription-status__current h3{color:#f9fafb}:root.theme-dark .subscription-status__label{color:#9ca3af}:root.theme-dark .subscription-status__time{color:#e5e7eb}:root.theme-dark .subscription-status__status-text{color:#10b981}:root.theme-dark .subscription-plans h3{color:#f9fafb}:root.theme-dark .subscription-plan{background:#1f2937;border-color:#4b5563}:root.theme-dark .subscription-plan--current{background:#10b9811a}:root.theme-dark .subscription-plan__name{color:#f9fafb}:root.theme-dark .subscription-plan__period{color:#9ca3af}:root.theme-dark .subscription-plan__feature{color:#e5e7eb}:root.theme-dark .subscription-plan__feature-icon{color:#10b981}:root.theme-dark .subscription-plan__button{color:#fff}:root.theme-dark .subscription-plan__button:disabled{color:#6b7280}:root.theme-dark .subscription-cancel-section{border-top-color:#4b5563}:root.theme-dark .subscription-cancel-btn{background:#ef4444;color:#fff;border:none}:root.theme-dark .subscription-cancel-btn:hover{background:#dc2626;color:#fff}:root.theme-dark .subscription-cancel-btn:disabled{background:#374151;color:#6b7280;border:1px solid #4B5563}:root.theme-dark .subscription-cancel-btn:disabled:hover{background:#374151;color:#6b7280}:root.theme-dark .subscription-modal__payment-info{color:#9ca3af}:root.theme-dark .subscription-plan__badge{background:#3b82f6;color:#fff}:root.theme-dark .subscription-plan__amount{color:#f9fafb}:root.theme-dark .subscription-status__plan-name{color:#f9fafb}:root.theme-dark .subscription-status__status{color:#10b981}:root.theme-dark .subscription-status__status--active{color:#10b981}:root.theme-dark .subscription-status__status--expired{color:#ef4444}:root.theme-dark .subscription-status__status--cancelled{color:#f59e0b}:root.theme-dark .subscription-status__status--none{color:#6b7280}@media (max-width: 768px){.subscription-modal-overlay{padding:60px 12px 12px}.subscription-modal{width:100%;max-width:none;border-radius:12px;padding:14px;max-height:80vh}.subscription-plan{padding:10px}.subscription-plan__amount{font-size:1.2rem}.subscription-plan__feature{font-size:.75rem}.subscription-cancel-btn{font-size:.8rem;padding:8px 12px}}.header{background:#ffffffd9;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.3);color:var(--text-primary);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:0 4px 30px #0000001a;position:sticky;top:0;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.header:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);background-size:200% 100%;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.header__back{background:#fff3;border:none;color:#fff;padding:.5rem;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:background .3s ease}.header__back:hover{background:#ffffff4d}.header__logo-container{display:flex;align-items:center;gap:.5rem;cursor:pointer;flex:1;transition:transform .2s ease}.header__logo-container:hover{transform:translateY(-1px)}.header__title-text{margin:0;font-size:1.35rem;font-weight:700;color:var(--text-primary);letter-spacing:.08em}.header__settings{background:#ffffffe6;border:2px solid rgba(102,126,234,.3);color:#667eea;width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #667eea33}.header__settings:hover{background:#667eea1a;border-color:#667eea;transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.header__settings:active{transform:translateY(0);box-shadow:0 2px 8px #667eea4d}.settings-menu{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:flex-start;justify-content:flex-end;padding:80px 16px 16px;animation:fadeIn .2s ease-out}:root.theme-dark .settings-menu{background:#00000059}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.settings-menu__panel{background:#fff;color:#333;width:280px;max-width:calc(100vw - 32px);border-radius:16px;box-shadow:0 10px 30px #0003;padding:16px;border:1px solid rgba(255,255,255,.2);animation:slideInFromRight .3s ease-out;max-height:70vh;overflow-y:auto;cursor:default}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.settings-menu__section{margin-bottom:16px}.settings-menu__section:last-child{margin-bottom:0}.settings-menu__label{font-weight:700;margin-bottom:10px;font-size:.9rem;color:#1f2937}.settings-menu__submenu{width:100%;display:flex;align-items:center;justify-content:space-between;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:10px 12px;margin-bottom:10px;cursor:pointer;transition:all .2s ease}.settings-menu__submenu:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.settings-menu__globe{margin-right:8px}.settings-menu__current{margin-left:auto;margin-right:8px;color:#475569;font-size:.9rem}.settings-menu__chevron{transition:transform .2s ease}.settings-menu__chevron.is-open{transform:rotate(180deg)}.settings-menu__langs{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent;padding:4px}.settings-menu__langs::-webkit-scrollbar{width:4px}.settings-menu__langs::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.settings-menu__langs::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.settings-menu__chip{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:2px solid #e2e8f0;background:#f8fafc;min-width:120px;justify-content:flex-start;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.settings-menu__chip:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.settings-menu__chip.is-active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.settings-menu__chip.is-active .settings-menu__chip-text{color:#fff}.settings-menu__flag{font-size:1.1rem;flex-shrink:0}.settings-menu__chip-text{font-size:.85rem;color:#1f2937;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-menu__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.settings-menu__btn{height:40px;border-radius:10px;border:2px solid #e2e8f0;background:#f8fafc;color:#1f2937;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.settings-menu__btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#cbd5e1}.settings-menu__btn.is-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent;box-shadow:0 4px 16px #667eea66}.settings-menu__btn.is-primary:hover{box-shadow:0 6px 20px #667eea80}.settings-menu__subscription{width:100%;height:40px;border-radius:10px;border:2px solid #FFD700;background:linear-gradient(135deg,gold,orange);color:#000;font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 12px #ffd7004d}.settings-menu__subscription:hover{transform:translateY(-2px);box-shadow:0 5px 18px #ffd70066;background:linear-gradient(135deg,#ffe55c,#ffb84d)}.settings-menu__subscription:active{transform:translateY(-1px);box-shadow:0 3px 12px #ffd7004d}.settings-menu__subscription-icon{font-size:1.1rem}.settings-menu__subscription-text{font-weight:700}:root.theme-dark .header{background:#0f1115d9;border-bottom-color:#ffffff0f}:root.theme-dark .bottom-nav{background:#0f1115d9;border-top-color:#ffffff0f}:root.theme-dark .matches-page__match,:root.theme-dark .profile-detail__section,:root.theme-dark .profile-page__section{background:#131720;color:#e3e6ee}:root.theme-dark .messages-page__input,:root.theme-dark .messages-page__languages,:root.theme-dark .messages-page__actions-row{background:#131720;border-top-color:#ffffff0f}:root.theme-dark .settings-menu__panel{background:#1f2937;color:#e6e8ee;box-shadow:0 20px 40px #0009;border:1px solid rgba(255,255,255,.1)}:root.theme-dark .settings-menu__label{color:#f9fafb}:root.theme-dark .header__settings{background:#1f2937e6;border-color:#667eea80;color:#667eea}:root.theme-dark .header__settings:hover{background:#667eea33;border-color:#667eea}:root.theme-dark .settings-menu__submenu{background:#232833;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .settings-menu__langs{scrollbar-color:#555 transparent}:root.theme-dark .settings-menu__chip{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .settings-menu__btn{background:#232833;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .settings-menu__chip-text{color:#e6e8ee}:root.theme-dark .settings-menu__current{color:#e6e8ee}:root.theme-dark .settings-menu__subscription{background:linear-gradient(135deg,gold,orange);border-color:gold;color:#000;box-shadow:0 4px 15px #ffd70066}:root.theme-dark .settings-menu__subscription:hover{background:linear-gradient(135deg,#ffe55c,#ffb84d);box-shadow:0 6px 20px #ffd70080}.header__actions{display:inline-flex;align-items:center;gap:8px;margin-right:8px}.header__navbtn{border:none;background:#fff3;width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.header__navbtn:hover{background:#ffffff4d}@media (max-width: 768px){.settings-menu{padding:60px 12px 12px}.settings-menu__panel{width:100%;max-width:none;border-radius:12px;padding:14px;max-height:80vh}.header__settings{width:40px;height:40px;font-size:18px}.settings-menu__subscription,.settings-menu__btn{height:36px;font-size:.8rem}.settings-menu__section{margin-bottom:14px}}.bottom-nav{position:sticky;bottom:0;max-width:480px;width:100%;margin:0 auto;background:linear-gradient(180deg,#f8fafffa,#f0f4fffa);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-top:2px solid rgba(129,140,248,.2);display:flex;padding:.75rem 0 calc(.75rem + env(safe-area-inset-bottom));box-shadow:0 -4px 30px #667eea1f;z-index:100;transition:all .3s cubic-bezier(.4,0,.2,1)}.bottom-nav:after{content:"";position:absolute;top:0;left:0;right:0;height:12px;background:linear-gradient(180deg,#ffffffa6,#fff0);pointer-events:none}.bottom-nav:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(102,126,234,.3) 50%,transparent 100%)}.bottom-nav__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem;gap:.25rem;border:none;background:linear-gradient(135deg,#fffc,#f8faffcc);border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#6366f1;position:relative;pointer-events:auto;min-height:44px;font-weight:600;border:1px solid transparent}.bottom-nav__item:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:50%;background:#818cf833;transition:all .4s cubic-bezier(.4,0,.2,1)}.bottom-nav__item:hover{background:linear-gradient(135deg,#f0f4ffe6,#e0e7ffe6);border-color:#818cf84d;transform:translateY(-2px)}.bottom-nav__item:hover:before{width:60px;height:60px}.bottom-nav__item--active{color:#4f46e5;background:linear-gradient(135deg,#c7d2fee6,#ddd6fee6);border-color:#818cf866;box-shadow:0 4px 12px #667eea33}.bottom-nav__item--active:before{width:60px;height:60px;background:#818cf840}.bottom-nav__item--active .bottom-nav__icon{transform:translateY(-2px)}.bottom-nav__item--active .bottom-nav__icon svg{stroke-width:2.5;filter:drop-shadow(0 2px 8px rgba(99,102,241,.4))}.bottom-nav__item--active:after{content:"";position:absolute;bottom:6px;width:28px;height:3px;border-radius:999px;background:linear-gradient(90deg,#6366f1,#818cf8);box-shadow:0 2px 8px #6366f166}.bottom-nav__icon{display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:1}.bottom-nav__icon svg{transition:all .2s ease;-webkit-tap-highlight-color:transparent}.bottom-nav__item:active .bottom-nav__icon svg{transform:scale(.96)}.bottom-nav__item:hover .bottom-nav__icon{transform:translateY(-2px)}.bottom-nav__label{font-size:11px;font-weight:600;letter-spacing:.02em;position:relative;z-index:1;transition:all .3s ease}:root.theme-dark .bottom-nav__item--active{color:#a5b4fc}:root.theme-dark .bottom-nav__item--active:before{background:#a5b4fc26}:root.theme-dark .bottom-nav__item--active:after{background:linear-gradient(90deg,#818cf8,#a5b4fc);box-shadow:0 2px 8px #818cf866}.bottom-nav__item--active .bottom-nav__label{font-weight:700}:root.theme-dark .bottom-nav{background:linear-gradient(180deg,#0f1115f2,#14161cf2);border-top-color:#818cf826}:root.theme-dark .bottom-nav__item{color:#a5b4fc;background:linear-gradient(135deg,#1e2028b3,#23252db3)}:root.theme-dark .bottom-nav__item:hover{background:linear-gradient(135deg,#282a32cc,#2d2f37cc);border-color:#818cf84d}:root.theme-dark .bottom-nav__item--active{color:#818cf8;background:linear-gradient(135deg,#374151cc,#475569cc);border-color:#818cf866;box-shadow:0 4px 12px #818cf840}:root.theme-dark .bottom-nav__item:before{background:#818cf81f}:root.theme-dark .bottom-nav__item--active:before{background:#818cf833}.animated-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;cursor:pointer;transition:all .3s ease;position:relative}.animated-card:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .3s ease;z-index:1}.animated-card:hover:before{opacity:1}.animated-card>*{position:relative;z-index:2}.animated-card--glass{background:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.18)}.animated-card--gradient{position:relative;background:#fff}.animated-card--gradient:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:16px;padding:2px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb,#f5576c);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor}.animated-button{border:none;border-radius:12px;font-weight:600;cursor:pointer;position:relative;overflow:hidden;transition:all .25s ease;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;-webkit-tap-highlight-color:transparent}.animated-button:disabled{cursor:not-allowed;opacity:.6}.animated-button__content{display:flex;align-items:center;gap:.5rem;position:relative;z-index:2}.animated-button--primary{background:#0a84ff;color:#fff;box-shadow:0 8px 20px #0a84ff40}.animated-button--secondary{background:#8e8e93;color:#fff;box-shadow:0 6px 18px #8e8e9340}.animated-button--success{background:#34c759;color:#fff;box-shadow:0 8px 20px #34c75938}.animated-button--danger{background:#ff3b30;color:#fff;box-shadow:0 8px 20px #ff3b3038}.animated-button--sm{padding:8px 14px;font-size:14px;min-height:34px;border-radius:10px}.animated-button--md{padding:10px 16px;font-size:16px;min-height:40px;border-radius:12px}.animated-button--lg{padding:12px 18px;font-size:17px;min-height:44px;border-radius:14px}.animated-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff40;transform:translate(-50%,-50%);transition:width .5s,height .5s;z-index:1}.animated-button:active:before{width:300px;height:300px}.animated-button:hover:not(:disabled){transform:translateY(-1px)}.animated-button:active:not(:disabled){transform:translateY(0)}.animated-text{display:inline-block;overflow:hidden}.animated-text__word{display:inline-block;margin-right:.25em}.animated-text--typewriter{border-right:2px solid;white-space:nowrap;overflow:hidden;animation:blink 1s infinite}@keyframes blink{0%,50%{border-color:transparent}51%,to{border-color:currentColor}}.animated-text--gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.animated-text--glow{text-shadow:0 0 10px rgba(102,126,234,.5)}.animated-text--shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.loading-spinner{border:3px solid transparent;border-top:3px solid;border-radius:50%;animation:spin 1s linear infinite}.loading-spinner--sm{width:20px;height:20px;border-width:2px}.loading-spinner--md{width:40px;height:40px;border-width:3px}.loading-spinner--lg{width:60px;height:60px;border-width:4px}.loading-spinner--primary{border-top-color:#667eea}.loading-spinner--secondary{border-top-color:#f093fb}.loading-spinner--white{border-top-color:#fff}.loading-spinner__text{color:#666;font-size:.875rem;margin:0;text-align:center}.loading-spinner--pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.matching-page{padding:1rem 1rem calc(80px + env(safe-area-inset-bottom));max-width:480px;margin:0 auto;min-height:calc(100vh + -0px);display:flex;flex-direction:column;justify-content:center}.matching-page__filter-info{margin-bottom:.75rem;padding:.5rem .75rem;background:#667eea1a;border-radius:12px;border:1px solid rgba(102,126,234,.2);text-align:center}.matching-page__filter-text{font-size:.875rem;color:#667eea;font-weight:500}:root.theme-dark .matching-page__filter-info{background:#667eea26;border-color:#667eea4d}:root.theme-dark .matching-page__filter-text{color:#8fa4f3}.matching-page__card{background:#fff;border-radius:20px;padding:1.25rem 1.25rem 1rem;box-shadow:0 10px 30px #0000001a;margin-bottom:1rem;text-align:center}:root.theme-dark .matching-page__card{background:#232833;box-shadow:0 10px 30px #0006}:root.theme-dark .matching-page__name{color:#e6e8ee}:root.theme-dark .matching-page__title{color:#aeb6c5}:root.theme-dark .matching-page__company{color:#9aa3b2}:root.theme-dark .matching-page__bio{color:#c9ceda}.matching-page__question{display:block;margin-bottom:1rem;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:14px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}:root.theme-dark .matching-page__question{border-color:#ffffff0f}.matching-page__question-label{display:none}.matching-page__question-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;width:100%}.matching-page__countries-title{font-weight:700;margin-bottom:8px;text-align:center;color:#333}.matching-page__countries-scroll{max-height:400px;overflow-y:auto;border-radius:12px;background:#fff;box-shadow:0 2px 8px #0000001a}.matching-page__countries-scroll::-webkit-scrollbar{width:6px}.matching-page__countries-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.matching-page__countries-scroll::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.matching-page__countries-scroll::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.matching-page__countries{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;box-sizing:border-box;padding:12px}.matching-page__country{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e0e0e0;border-radius:12px;background:#fff;color:#333;cursor:pointer;height:44px;width:100%;justify-content:center;box-sizing:border-box;min-width:0}.matching-page__country.is-active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.matching-page__country-flag{font-size:1.2rem}.matching-page__country-name{font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:inherit}.matching-page__country--all{grid-column:1 / -1;position:sticky;bottom:0;z-index:1;background:#e3f2fd;border-color:#2196f3;color:#1976d2}.matching-page__country--all.is-active{background:linear-gradient(135deg,#2196f3,#1976d2);color:#fff}:root.theme-dark .matching-page__countries-scroll{background:#232833;box-shadow:0 2px 8px #0000004d}:root.theme-dark .matching-page__countries-scroll::-webkit-scrollbar-track{background:#2a303a}:root.theme-dark .matching-page__countries-scroll::-webkit-scrollbar-thumb{background:#4a5568}:root.theme-dark .matching-page__countries-scroll::-webkit-scrollbar-thumb:hover{background:#5a6578}:root.theme-dark .matching-page__country{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .matching-page__countries-title{color:#e6e8ee}:root.theme-dark .matching-page__country--all{background:#1e3a8a;border-color:#3b82f6;color:#93c5fd}.matching-page__country-search{width:100%;height:40px;padding:0 12px;border-radius:10px;border:1px solid #e0e0e0;outline:none;background:#fff;color:#333;font-size:.95rem;transition:all .2s ease}.matching-page__country-search::placeholder{color:#999}.matching-page__country-search:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}:root.theme-dark .matching-page__country-search{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .matching-page__country-search::placeholder{color:#8b95a6}:root.theme-dark .matching-page__country-search:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33}:root .matching-page__question{background:var(--bg-secondary)}.matching-page__compose{position:absolute;left:16px;right:16px;bottom:92px;background:#fff;border:1px solid #e0e0e0;border-radius:14px;box-shadow:0 10px 30px #0000002e;z-index:5}.matching-page__compose-header{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border-bottom:1px solid #f0f0f0}.matching-page__compose-title{font-weight:700}.matching-page__compose-close{border:none;background:transparent;font-size:18px;cursor:pointer;color:#666}.matching-page__compose-body{padding:12px 14px 14px}.matching-page__compose-input{width:100%;min-height:90px;resize:vertical;padding:10px 12px;border:1px solid #e0e0e0;border-radius:12px;font-size:.95rem}.matching-page__compose-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.matching-page__btn{width:100%;height:44px;padding:10px 14px;border-radius:10px;border:1px solid #e0e0e0;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.matching-page__btn--secondary{background:#f5f5f7}.matching-page__btn--primary{background:#0a84ff;border-color:transparent;color:#fff;box-shadow:0 6px 18px #0a84ff38}.matching-page__btn--translate{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:transparent;color:#fff;box-shadow:0 4px 15px #3b82f64d;font-weight:700;letter-spacing:.5px}.matching-page__btn--translate:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.matching-page__btn:disabled{opacity:.5;cursor:not-allowed}.matching-page__languages{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;background:#fff;border-radius:0}.matching-page__languages-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;font-weight:600}.matching-page__close-lang{border:none;background:transparent;cursor:pointer;color:#666}.matching-page__languages-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:8px 12px 12px;max-height:240px;overflow-y:auto}.matching-page__lang{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid #e0e0e0;background:#fff}.matching-page__lang-flag{font-size:1.1rem}.matching-page__lang-text{font-size:.95rem}:root.theme-dark .matching-page__compose{background:#232833;border-color:#2b3140}:root.theme-dark .matching-page__compose-header{border-bottom-color:#ffffff0f}:root.theme-dark .matching-page__compose-title{color:var(--text-primary)}:root.theme-dark .matching-page__compose-close{color:var(--text-secondary)}:root.theme-dark .matching-page__compose-input{background:#1b2029;border-color:#2b3140;color:var(--text-primary)}:root.theme-dark .matching-page__btn--secondary{background:#2a303a;border-color:#3a4250;color:var(--text-primary)}:root.theme-dark .matching-page__btn--primary{background:linear-gradient(135deg,#4a55a5,#5a4b8a)}:root.theme-dark .matching-page__btn--translate{background:linear-gradient(135deg,#60a5fa,#3b82f6);box-shadow:0 4px 15px #60a5fa66}:root.theme-dark .matching-page__btn--translate:hover{box-shadow:0 6px 20px #60a5fa80}:root.theme-dark .matching-page__languages{background:#232833;border-top-color:#ffffff0f;border-bottom-color:#ffffff0f}:root.theme-dark .matching-page__languages-header{color:var(--text-primary)}:root.theme-dark .matching-page__lang{background:#2a303a;border-color:#3a4250;color:var(--text-primary)}:root.theme-dark .matching-page__question{background:var(--bg-secondary);border-color:var(--glass-border)}.matching-page__question-btn{padding:.5rem .75rem;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#333;cursor:pointer;width:100%;text-align:center}.matching-page__question-actions--vertical{grid-template-columns:1fr;gap:16px}.search-page__button{width:100%;min-height:56px;font-size:18px;font-weight:700;letter-spacing:.5px;text-transform:none;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border-radius:16px;box-shadow:0 6px 20px #00000026;transition:all .3s ease}.search-page__button.animated-button--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 6px 20px #667eea4d}.search-page__button.animated-button--primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 8px 25px #667eea66}.search-page__button.animated-button--success{background:linear-gradient(135deg,#34c759,#28a745);color:#fff;box-shadow:0 6px 20px #34c7594d}.search-page__button.animated-button--success:hover{background:linear-gradient(135deg,#2fb344,#218838);box-shadow:0 8px 25px #34c75966}.search-page__button.animated-button--danger{background:linear-gradient(135deg,#ff3b30,#dc2626);color:#fff;box-shadow:0 6px 20px #ff3b304d}.search-page__button.animated-button--danger:hover{background:linear-gradient(135deg,#e6352a,#b91c1c);box-shadow:0 8px 25px #ff3b3066}.matching-page__question-btn.is-active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.matching-page__image{font-size:4rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.matching-page__slider{position:relative;width:100%;height:220px;overflow:hidden;border-radius:14px}.matching-page__slider-img{width:100%;height:100%;object-fit:cover;display:block}.matching-page__image-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:14px;color:#64748b}.matching-page__fallback-icon{font-size:3rem;margin-bottom:.5rem;opacity:.7}.matching-page__fallback-text{font-size:.9rem;font-weight:500;text-align:center;padding:0 1rem}.matching-page__slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000059;color:#fff;width:32px;height:32px;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.matching-page__slider-nav--prev{left:8px}.matching-page__slider-nav--next{right:8px}.matching-page__slider-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px}.matching-page__dot{width:6px;height:6px;border-radius:50%;background:#fff9;cursor:pointer}.matching-page__dot.is-active{background:#0a84ff}.matching-page__info h2{color:#111827;margin-bottom:0;font-size:1.5rem}.matching-page__info{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.matching-page__info>*{width:100%;padding-bottom:8px}.matching-page__country-top{color:#6b7280;font-weight:600}.matching-page__title{color:#4f46e5;font-weight:600;margin:0;letter-spacing:.01em}.matching-page__company{color:#374151;margin:0}.matching-page__bio{color:#374151;line-height:1.6;font-size:1rem;text-align:center}.matching-page__industries{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:6px}.matching-page__chip{padding:8px 12px;border-radius:999px;background:#dbeafecc;border:1px solid rgba(147,197,253,.5);color:#1e40af;font-size:.85rem;font-weight:600;letter-spacing:.01em}:root.theme-dark .matching-page__chip{background:#1e3a8a66;border-color:#3b82f699;color:#93c5fd}.matching-page__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;justify-content:center;align-items:stretch;margin-bottom:.5rem}.matching-page__pass,.matching-page__like,.matching-page__write{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem}.matching-page__like{position:relative}.matching-page__pass svg,.matching-page__like svg,.matching-page__write svg{flex-shrink:0}@media (max-width: 420px){.matching-page__actions{grid-template-columns:1fr}}@media (min-width: 421px) and (max-width: 640px){.matching-page__actions{grid-template-columns:repeat(2,1fr)}}.matching-page__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.matching-page__name{font-size:1.7rem;font-weight:700;margin:0;color:#111827;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.005em}:root.theme-dark .matching-page__info>*:not(:last-child){border-bottom-color:#ffffff1f}.matching-page__stats{text-align:center;color:#666;font-size:.9rem}.matching-page__stats p{margin:.25rem 0}.matching-page__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;gap:1rem;padding:3rem;color:#666}.matching-page__empty h2{color:#333;margin-bottom:1rem}.matching-page__section{margin:16px 0;padding:16px;background:#dbeafe99;border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #3b82f61a}.matching-page__section-title{font-weight:700;font-size:.9rem;color:#374151;margin-bottom:8px;display:flex;align-items:center;gap:6px}.matching-page__commission-value{font-weight:600;color:#059669;font-size:1rem}.matching-page__experience-value{font-weight:600;color:#7c3aed;font-size:1rem}.matching-page__stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.matching-page__stat-item{padding:8px 12px;background:#ffffffb3;border-radius:8px;font-size:.9rem;font-weight:500;text-align:center}.matching-page__location-grid{display:flex;flex-direction:column;gap:12px}.matching-page__location-group{display:flex;flex-direction:column;gap:6px}.matching-page__location-label{font-weight:600;font-size:.85rem;color:#6b7280}.matching-page__description,.matching-page__documents-list,.matching-page__portfolio-list,.matching-page__achievements-list{margin:0;padding-left:16px;color:#4b5563;line-height:1.5}.matching-page__link{color:#1d4ed8;text-decoration:none;font-weight:600;transition:color .2s ease}.matching-page__link:hover{color:#1e40af;text-decoration:underline}:root.theme-dark .matching-page__section{background:#1e3a8a4d;border-color:#3b82f666;box-shadow:0 2px 8px #3b82f626}:root.theme-dark .matching-page__section-title{color:#e6e8ee}:root.theme-dark .matching-page__stat-item{background:#3a425099;color:#e6e8ee}:root.theme-dark .matching-page__location-label{color:#aeb6c5}:root.theme-dark .matching-page__description,:root.theme-dark .matching-page__documents-list,:root.theme-dark .matching-page__portfolio-list,:root.theme-dark .matching-page__achievements-list{color:#c9ceda}:root.theme-dark .matching-page__link{color:#93c5fd}:root.theme-dark .matching-page__link:hover{color:#dbeafe}:root.theme-dark .matching-page__image-fallback{background:linear-gradient(135deg,#1e293b,#334155);color:#94a3b8}:root.theme-dark .matching-page__fallback-icon{opacity:.8}:root.theme-dark .search-page__button.animated-button--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 6px 20px #3b82f666}:root.theme-dark .search-page__button.animated-button--primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 25px #3b82f680}:root.theme-dark .search-page__button.animated-button--success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 20px #10b98166}:root.theme-dark .search-page__button.animated-button--success:hover{background:linear-gradient(135deg,#0d9488,#047857);box-shadow:0 8px 25px #10b98180}:root.theme-dark .search-page__button.animated-button--danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 20px #ef444466}:root.theme-dark .search-page__button.animated-button--danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 8px 25px #ef444480}.search-page{padding:1rem 1rem calc(80px + env(safe-area-inset-bottom));max-width:480px;margin:0 auto;min-height:calc(100vh + -0px);display:flex;flex-direction:column;justify-content:center}.search-page__question{display:block;margin-bottom:1rem;padding:.75rem 1rem;border:1px solid var(--glass-border);border-radius:14px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.search-page__question-actions{display:grid;grid-template-columns:1fr;gap:16px;width:100%}.search-page__button{width:100%;min-height:56px;font-size:18px;font-weight:700;letter-spacing:.5px;text-transform:none;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;border-radius:16px;box-shadow:0 6px 20px #00000026;transition:all .3s ease;color:#fff!important;text-align:center}.search-page__button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0003}.search-page__button:active{transform:translateY(-1px)}.search-page__button.animated-button--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;box-shadow:0 6px 20px #667eea4d}.search-page__button.animated-button--primary:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 8px 25px #667eea66;color:#fff!important}.search-page__button.animated-button--success{background:linear-gradient(135deg,#34c759,#28a745);color:#fff!important;box-shadow:0 6px 20px #34c7594d}.search-page__button.animated-button--success:hover{background:linear-gradient(135deg,#2fb344,#218838);box-shadow:0 8px 25px #34c75966;color:#fff!important}.search-page__button.animated-button--danger{background:linear-gradient(135deg,#ff3b30,#dc2626);color:#fff!important;box-shadow:0 6px 20px #ff3b304d}.search-page__button.animated-button--danger:hover{background:linear-gradient(135deg,#e6352a,#b91c1c);box-shadow:0 8px 25px #ff3b3066;color:#fff!important}:root.theme-dark .search-page__question{background:var(--bg-secondary);border-color:var(--glass-border)}:root.theme-dark .search-page__button{color:#fff!important}:root.theme-dark .search-page__button.animated-button--primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 6px 20px #3b82f666;color:#fff!important}:root.theme-dark .search-page__button.animated-button--primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 25px #3b82f680;color:#fff!important}:root.theme-dark .search-page__button.animated-button--success{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 6px 20px #10b98166;color:#fff!important}:root.theme-dark .search-page__button.animated-button--success:hover{background:linear-gradient(135deg,#0d9488,#047857);box-shadow:0 8px 25px #10b98180;color:#fff!important}:root.theme-dark .search-page__button.animated-button--danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 20px #ef444466;color:#fff!important}:root.theme-dark .search-page__button.animated-button--danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 8px 25px #ef444480;color:#fff!important}.matches-page{padding:2rem;max-width:600px;margin:0 auto;padding-bottom:80px}.matches-page__header{text-align:center;margin-bottom:2rem}.matches-page__header h2{color:#333;margin-bottom:.5rem;font-size:2rem;display:flex;align-items:center;gap:.5rem}.matches-page__header p{color:#666;font-size:1.1rem}.matches-page__list{display:flex;flex-direction:column;gap:1rem}.matches-page__match{background:#fff;border-radius:15px;padding:1.5rem;box-shadow:0 5px 15px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .3s ease}.matches-page__match:hover{transform:translateY(-2px)}.matches-page__avatar{font-size:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#f8f9fa;border-radius:50%;border:2px solid #e9ecef;overflow:hidden;line-height:1}.matches-page__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.matches-page__avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.matches-page__avatar-fallback.hidden{display:none}.matches-page__info{flex:1}.matches-page__name{color:#333;margin-bottom:.25rem;font-size:1rem;font-weight:600}.matches-page__info h3{color:#333;margin-bottom:.25rem;font-size:1.2rem}.matches-page__title{color:#667eea;font-weight:600;margin-bottom:.25rem;font-size:.9rem}.matches-page__company{color:#666;margin-bottom:.5rem;font-size:.9rem}.matches-page__account-type{margin-bottom:.5rem}.matches-page__type-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;box-shadow:0 2px 6px #764ba24d}.matches-page__score{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.matches-page__score-label{color:#666;font-size:.8rem}.matches-page__score-value{color:#4caf50;font-weight:700;font-size:.9rem}.matches-page__message{color:#555;font-size:.9rem;margin-bottom:.25rem;font-style:italic}.matches-page__timestamp{color:#999;font-size:.8rem}.matches-page__chat{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:14px;min-width:56px;height:40px;padding:0 12px;font-size:1.2rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;box-shadow:0 6px 16px #764ba259}.matches-page__chat:hover{transform:translateY(-1px)}.matches-page__chat:active{transform:translateY(0)}.matches-page__chat:disabled{opacity:.6;cursor:not-allowed}.matches-page__empty{text-align:center;padding:3rem;color:#666}.matches-page__empty h3{color:#333;margin-bottom:1rem}:root.theme-dark .matches-page__header h2{color:#e6e8ee}:root.theme-dark .matches-page__header p{color:#aeb6c5}:root.theme-dark .matches-page__match{background:#232833;box-shadow:0 5px 15px #00000059}:root.theme-dark .matches-page__avatar{background:#2a303a;border-color:#3a4250}:root.theme-dark .matches-page__name{color:#e6e8ee}:root.theme-dark .matches-page__info h3{color:#e6e8ee}:root.theme-dark .matches-page__title{color:#8fa4f3}:root.theme-dark .matches-page__company{color:#aeb6c5}:root.theme-dark .matches-page__score-label{color:#9aa3b2}:root.theme-dark .matches-page__score-value{color:#4ade80}:root.theme-dark .matches-page__message{color:#c9ceda}:root.theme-dark .matches-page__timestamp{color:#8b95a6}:root.theme-dark .matches-page__empty{color:#9aa3b2}:root.theme-dark .matches-page__empty h3{color:#e6e8ee}.messages-page{min-height:calc(100vh - 140px);height:auto;display:flex;flex-direction:column;max-width:600px;margin:0 auto;position:relative;z-index:1}.messages-page__header{background:#fff;padding:1rem 2rem;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;gap:1rem;pointer-events:auto;position:relative}.messages-page__header-actions{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:8px}:root.theme-dark .messages-page__header{background:#232833;border-bottom-color:#ffffff0f}.messages-page__back{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;background:#0a84ff;color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:16px;box-shadow:0 2px 8px #0a84ff59}.messages-page__back:hover{filter:brightness(1.05)}.messages-page__contact{display:flex;align-items:center;gap:1rem}.messages-page__contact-avatar{font-size:2rem;width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px solid #e9ecef}.messages-page__contact-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.messages-page__contact-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.messages-page__contact-avatar-fallback.hidden{display:none}.messages-page__contact h3{margin:0;color:#333;font-size:1.1rem}:root.theme-dark .messages-page__contact h3{color:#e6e8ee}.messages-page__contact p{margin:0;color:#666;font-size:.9rem}:root.theme-dark .messages-page__contact p{color:#aeb6c5}.messages-page__list{flex:1;overflow-y:auto;padding:1rem 2rem;pointer-events:auto;min-height:240px}.messages-page__conversation{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:10px;cursor:pointer;transition:background .3s ease;margin-bottom:.5rem}.messages-page__conversation:hover{background:#f5f5f5}.messages-page__avatar{font-size:2.5rem;flex-shrink:0;width:50px;height:50px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8f9fa;border:2px solid #e9ecef}.messages-page__avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.messages-page__avatar-fallback.hidden{display:none}.messages-page__avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.messages-page__info{flex:1}.messages-page__name-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.messages-page__name-row h3{margin:0;color:#333;font-size:1.1rem}.messages-page__unread{background:#667eea;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700}.messages-page__company{color:#666;font-size:.9rem;margin:0 0 .25rem}.messages-page__last-message{color:#555;font-size:.9rem;margin:0 0 .25rem;font-style:italic}.messages-page__timestamp{color:#999;font-size:.8rem;margin:0}.messages-page__chat{flex:1;padding:1rem;overflow-y:auto;background:#f9f9f9}.messages-page__message{margin-bottom:1rem;max-width:70%}.messages-page__message--sent{margin-left:auto;text-align:right}.messages-page__message--received{margin-right:auto}.messages-page__message p{background:#fff;padding:.75rem 1rem;border-radius:15px;margin:0 0 .25rem;box-shadow:0 2px 5px #0000001a}.messages-page__message--sent p{background:#667eea;color:#fff}.messages-page__time{font-size:.8rem;color:#999}.messages-page__translate-btn{background:#f8f9fa;border:1px solid #e0e0e0;color:#333;border-radius:12px;padding:6px 10px;font-size:.85rem;cursor:pointer;transition:all .2s ease}.messages-page__translate-btn:hover{background:#eef2ff;border-color:#cdd2f6}.messages-page__translated{background:#fce4ec;border:1px solid #f8bbd9;color:#5c1a3a;border-radius:12px;padding:8px 10px;margin:6px 0}.messages-page__translated-label{font-size:.75rem;font-weight:700;opacity:.75;display:inline-block;margin-bottom:4px}.messages-page__input{display:flex;padding:1rem;background:#fff;border-top:1px solid #e0e0e0;gap:1rem}.messages-page__input-field{flex:1;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:25px;font-size:1rem}.messages-page__send{background:#667eea;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:700}.messages-page__languages{background:#fff;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000001a}.messages-page__languages-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px 8px;font-weight:600;font-size:.9rem;color:#333;border-bottom:1px solid #f0f0f0}.messages-page__close-lang{background:none;border:none;font-size:1.2rem;color:#666;cursor:pointer;padding:4px;border-radius:50%;transition:background .2s ease}.messages-page__close-lang:hover{background:#f0f0f0}.messages-page__languages-carousel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px 16px 16px;max-height:240px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ccc transparent;-webkit-overflow-scrolling:touch}.messages-page__languages-carousel.horizontal{display:flex;grid-template-columns:none;gap:12px;overflow-x:auto;overflow-y:hidden;max-height:none}.messages-page__languages-carousel::-webkit-scrollbar{height:4px}.messages-page__languages-carousel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.messages-page__languages-carousel::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.messages-page__languages-carousel::-webkit-scrollbar-thumb:hover{background:#999}.messages-page__lang{display:flex;align-items:center;gap:8px;height:44px;padding:0 12px;border:2px solid #e0e0e0;border-radius:12px;background:#f9f9f9;cursor:pointer;transition:all .2s ease;min-width:0}.messages-page__lang:hover{background:#f0f0f0;border-color:#d0d0d0;transform:translateY(-1px)}.messages-page__lang.is-active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff;box-shadow:0 4px 12px #667eea4d}.messages-page__lang.is-active .messages-page__lang-text{color:#fff}.messages-page__lang-flag{font-size:1.2rem}.messages-page__lang-text{font-size:.9rem;color:#334155;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root.theme-dark .messages-page__lang{color:#e6e8ee}:root.theme-dark .messages-page__lang-text{color:#e6e8ee}.messages-page__scroll-hint{text-align:center;font-size:.8rem;color:#999;padding:8px 16px 4px;font-style:italic}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.messages-page__lang{animation:slideInFromLeft .3s ease forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.messages-page__languages{animation:fadeInUp .3s ease}.messages-page__actions-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:12px 16px;background:#fff;border-top:1px solid #e0e0e0}.messages-page__btn{height:48px;border-radius:12px;border:2px solid #e0e0e0;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.messages-page__btn:disabled{opacity:.5;cursor:not-allowed}.messages-page__btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 2px 8px #667eea4d}.messages-page__btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}.messages-page__btn--secondary{background:#f8f9fa;color:#333;border-color:#e0e0e0}.messages-page__btn--secondary:hover:not(:disabled){background:#e9ecef;border-color:#d0d0d0;transform:translateY(-1px)}.translate-sheet{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:flex-end;z-index:1200}.translate-sheet__inner{width:100%;background:#fff;border-top-left-radius:16px;border-top-right-radius:16px;padding:12px;box-shadow:0 -10px 30px #00000026}.translate-sheet__title{font-weight:700;margin-bottom:8px}.translate-sheet__carousel{display:flex;overflow-x:auto;gap:8px;padding-bottom:8px}.translate-sheet__chip{flex:0 0 auto;padding:8px 12px;border-radius:999px;border:1px solid #e0e0e0;background:#f9f9f9}.translate-sheet__close{position:absolute;top:8px;right:12px;background:transparent;border:none;font-size:20px}:root.theme-dark .messages-page__chat{background:#1f242c}:root.theme-dark .messages-page__message p{background:#2a303a;color:#e6e8ee;box-shadow:0 2px 5px #00000059}:root.theme-dark .messages-page__message--sent p{background:#394055;color:#f2f4f8}:root.theme-dark .messages-page__input,:root.theme-dark .messages-page__languages,:root.theme-dark .messages-page__actions-row{background:#232833;border-color:#ffffff0f}:root.theme-dark .messages-page__input-field{background:#1b2029;border-color:#2b3140;color:#e6e8ee}:root.theme-dark .messages-page__lang{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .messages-page__translate-btn{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .messages-page__translated{background:#4a1a2a;border-color:#6a2a3a;color:#f8bbd9}.messages-page__empty{text-align:center;padding:3rem;color:#666}.messages-page__empty h3{color:#333;margin-bottom:1rem}.profile-page{padding:2rem;max-width:600px;margin:0 auto}.profile-page__header{text-align:center;margin-bottom:2rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 5px 15px #0000001a}.profile-page__avatar{font-size:4rem;margin-bottom:1rem;width:96px;height:96px;border-radius:50%;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;background:#f4f4f4}.profile-page__avatar-img{width:100%;height:100%;object-fit:cover}.profile-page__header h2{color:#333;margin-bottom:.5rem;font-size:1.8rem}.profile-page__header p{color:#666;font-size:1.1rem}.profile-page__content{display:flex;flex-direction:column;gap:2rem}.profile-page__section{background:#fff;padding:1.5rem;border-radius:15px;box-shadow:0 5px 15px #0000001a}.profile-page__file-input{display:none}.profile-page__upload-section{display:flex;flex-direction:column;gap:16px;align-items:center;padding:24px;border:3px dashed #e0e0e0;border-radius:16px;background:#fafafa;transition:all .3s ease;position:relative;overflow:hidden}.profile-page__upload-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .5s ease}.profile-page__upload-section:hover:before{left:100%}.profile-page__upload-section:hover{border-color:#667eea;background:#f5f7ff;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.profile-page__upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff!important;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #667eea4d;min-width:240px;min-height:56px;text-align:center;letter-spacing:.5px}.profile-page__upload-btn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6a4190);color:#fff!important}.profile-page__upload-btn:active{transform:translateY(-1px);box-shadow:0 4px 15px #667eea4d;color:#fff!important}.profile-page__upload-info{color:#666;font-size:1rem;text-align:center;font-weight:500;padding:8px 16px;background:#667eea1a;border-radius:12px;border:1px solid rgba(102,126,234,.2);min-width:200px}.profile-page__gallery{margin-top:1rem}.profile-page__slider{position:relative;width:100%;height:300px;overflow:hidden;border-radius:14px;background:#f7f7f7;box-shadow:0 2px 8px #0000000f}.profile-page__slider-img{width:100%;height:100%;object-fit:cover;display:block}.profile-page__slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.profile-page__slider-nav:hover{background:#000000b3}.profile-page__slider-nav--prev{left:10px}.profile-page__slider-nav--next{right:10px}.profile-page__slider-dots{position:absolute;bottom:60px;left:50%;transform:translate(-50%);display:flex;gap:8px}.profile-page__dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s ease}.profile-page__dot.is-active{background:#fff}.profile-page__slider-actions{position:absolute;bottom:0;left:0;right:0;display:flex;gap:8px;padding:12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.profile-page__slider-btn{flex:1;padding:10px 14px;font-size:.85rem;border:1px solid #e0e0e0;border-radius:10px;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:#f8f9fa;color:#333;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.profile-page__slider-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026;background:#e9ecef}.profile-page__slider-btn.is-active{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 2px 4px #007bff4d}.profile-page__slider-btn.is-active:hover{box-shadow:0 4px 8px #007bff66;background:#0056b3}.profile-page__slider-btn--remove{background:#dc3545;color:#fff;border-color:#dc3545;box-shadow:0 2px 4px #dc35454d}.profile-page__slider-btn--remove:hover{box-shadow:0 4px 8px #dc354566;background:#c82333}.profile-page__gallery-empty{color:#666;text-align:center;grid-column:1 / -1}.profile-page__docs{display:flex;flex-direction:column;gap:10px;margin-top:8px}.profile-page__doc{display:flex;flex-direction:column;padding:12px;background:#f9f9f9;border-radius:10px;box-shadow:0 2px 8px #0000000f;margin-bottom:10px}.profile-page__doc-info{display:flex;align-items:center;gap:10px;margin-bottom:10px}.profile-page__doc-icon{font-size:1.2rem}.profile-page__doc-name{color:#334155;text-decoration:none;flex:1}.profile-page__doc-name:hover{text-decoration:underline}.profile-page__doc-actions{display:flex;gap:8px;justify-content:center}.profile-page__doc-primary,.profile-page__doc-remove{flex:1;max-width:120px;padding:10px 14px;font-size:.85rem;border:1px solid #e0e0e0;border-radius:10px;cursor:pointer;font-weight:600;display:inline-flex;align-items:center;justify-content:center;min-height:44px;background:#f8f9fa;color:#333;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.profile-page__doc-primary:hover,.profile-page__doc-remove:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026;background:#e9ecef}.profile-page__doc-primary.is-active{background:#007bff;color:#fff;border-color:#007bff;box-shadow:0 2px 4px #007bff4d}.profile-page__doc-primary.is-active:hover{box-shadow:0 4px 8px #007bff66;background:#0056b3}.profile-page__doc-remove{background:#dc3545;color:#fff;border-color:#dc3545;box-shadow:0 2px 4px #dc35454d}.profile-page__doc-remove:hover{box-shadow:0 4px 8px #dc354566;background:#c82333}.profile-page__section h3{color:#333;margin-bottom:1rem;font-size:1.3rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}:root.theme-dark .profile-page__section h3{color:#e6e8ee;border-bottom-color:#ffffff1a}.profile-page__field{margin-bottom:1rem}.profile-page__field label{display:block;color:#666;font-weight:600;margin-bottom:.5rem;font-size:.9rem}.profile-page__chips-input-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px}.profile-page__btn-add{padding:.75rem 1rem;border:none;border-radius:8px;background:#667eea;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease}.profile-page__btn-add:hover{background:#5a6fd8;transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.profile-page__chips{display:flex;flex-wrap:wrap;gap:8px}.profile-page__chip{display:inline-flex;align-items:center;gap:6px;background:#f5f7ff;color:#334155;border:1px solid #e0e7ff;border-radius:999px;padding:6px 10px;font-size:.9rem}:root.theme-dark .profile-page__chip{background:#2a303a;color:#d7dcf0;border-color:#3a4250}.profile-page__chip--custom{background:linear-gradient(135deg,#fff5e6,#ffe6cc);color:#c60;border-color:#fc9}:root.theme-dark .profile-page__chip--custom{background:linear-gradient(135deg,#3a2816,#4a3520);color:#fc9;border-color:#6a5a40}.profile-page__chip-remove{border:none;background:transparent;color:#64748b;font-weight:700;cursor:pointer;transition:color .2s ease}.profile-page__chip-remove:hover{color:#dc2626}:root.theme-dark .profile-page__chip-remove{color:#9aa3b2}:root.theme-dark .profile-page__chip-remove:hover{color:#ef4444}.profile-page__socials-edit{display:flex;flex-direction:column;gap:10px}.profile-page__socials-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-page__socials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-page__social{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;background:#f9f9f9;color:#333;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.profile-page__social:hover{transform:translateY(-2px);box-shadow:0 5px 15px #00000014}:root.theme-dark .profile-page__social{background:#2a303a;color:#e6e8ee}:root.theme-dark .profile-page__social:hover{box-shadow:0 5px 15px #0000004d}.profile-page__social-icon{font-size:1.2rem}.profile-page__field p{color:#333;margin:0;padding:.75rem;background:#f9f9f9;border-radius:8px;font-size:1rem}.profile-page__input,.profile-page__textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:#fff;color:#333}.profile-page__input:focus,.profile-page__textarea:focus{outline:none;border-color:#667eea}.profile-page__input::placeholder,.profile-page__textarea::placeholder{color:#999}.profile-page__textarea{resize:vertical;min-height:80px}.profile-page__field input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:#667eea;margin:0;flex-shrink:0;align-self:center;vertical-align:middle;border-radius:6px;border:2px solid #d1d5db;background:#f9fafb;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}.profile-page__field input[type=checkbox]:hover{border-color:#667eea;box-shadow:0 4px 8px #667eea33;transform:translateY(-1px)}.profile-page__field input[type=checkbox]:checked{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.profile-page__field input[type=checkbox]:checked:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.profile-page__field input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #667eea33}.profile-page__escrow-field{display:flex;align-items:center;gap:12px;padding:12px 16px;background:linear-gradient(135deg,#f8faff,#f0f4ff);border:2px solid #e0e7ff;border-radius:12px;transition:all .3s ease;margin-bottom:1rem}.profile-page__escrow-field:hover{background:linear-gradient(135deg,#f0f4ff,#e0e7ff);border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #667eea26}.profile-page__escrow-field label{margin:0;font-weight:600;color:#4f46e5;font-size:1rem;cursor:pointer;flex:1}.profile-page__stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.profile-page__stat{text-align:center;padding:1rem;background:#f9f9f9;border-radius:10px}:root.theme-dark .profile-page__header{background:#232833;box-shadow:0 5px 15px #00000059}:root.theme-dark .profile-page__section{background:#232833;box-shadow:0 5px 15px #00000059}:root.theme-dark .profile-page__avatar{background:#2a303a}:root.theme-dark .profile-page__header h2{color:#e6e8ee}:root.theme-dark .profile-page__header p{color:#aeb6c5}:root.theme-dark .profile-page__thumb{background:#2a303a;box-shadow:0 2px 8px #00000059}:root.theme-dark .profile-page__slider{background:#2a303a;box-shadow:0 2px 8px #00000059}:root.theme-dark .profile-page__slider-actions{background:#232833f2}:root.theme-dark .profile-page__slider-btn{background:#2a303a;border-color:#3a4250;color:#e6e8ee;box-shadow:0 2px 4px #0000004d}:root.theme-dark .profile-page__slider-btn:hover{background:#3a4250;box-shadow:0 4px 8px #0006}:root.theme-dark .profile-page__slider-btn.is-active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f666}:root.theme-dark .profile-page__slider-btn--remove{background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 2px 4px #dc262666}:root.theme-dark .profile-page__doc{background:#2a303a;box-shadow:0 2px 8px #00000059}:root.theme-dark .profile-page__doc-name{color:#d7dcf0}:root.theme-dark .profile-page__doc-primary,:root.theme-dark .profile-page__doc-remove{background:#2a303a;border-color:#3a4250;color:#e6e8ee;box-shadow:0 2px 4px #0000004d}:root.theme-dark .profile-page__doc-primary:hover,:root.theme-dark .profile-page__doc-remove:hover{background:#3a4250;box-shadow:0 4px 8px #0006}:root.theme-dark .profile-page__doc-primary.is-active{background:#3b82f6;color:#fff;border-color:#3b82f6;box-shadow:0 2px 4px #3b82f666}:root.theme-dark .profile-page__doc-remove{background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 2px 4px #dc262666}:root.theme-dark .profile-page__field label{color:#9aa3b2}:root.theme-dark .profile-page__field p{background:#2a303a;color:#e6e8ee}:root.theme-dark .profile-page__input,:root.theme-dark .profile-page__textarea{background:#1b2029;border-color:#2b3140;color:#e6e8ee}:root.theme-dark .profile-page__input::placeholder,:root.theme-dark .profile-page__textarea::placeholder{color:#8b95a6}.profile-page__input[type=select],select.profile-page__input{background:#fff;color:#333;cursor:pointer}select.profile-page__input option{background:#fff;color:#333}:root.theme-dark .profile-page__input[type=select],:root.theme-dark select.profile-page__input{background:#1b2029;color:#e6e8ee}:root.theme-dark select.profile-page__input option{background:#1b2029;color:#e6e8ee}:root.theme-dark .profile-page__stats-grid .profile-page__stat{background:#2a303a}:root.theme-dark .profile-page__upload-section{border-color:#3a4250;background:#2a303a}:root.theme-dark .profile-page__upload-section:hover{border-color:#3b82f6;background:#1e293b;box-shadow:0 8px 25px #3b82f633}:root.theme-dark .profile-page__upload-section:before{background:linear-gradient(90deg,transparent,rgba(59,130,246,.15),transparent)}:root.theme-dark .profile-page__upload-btn{color:#fff!important}:root.theme-dark .profile-page__upload-btn:hover{color:#fff!important}:root.theme-dark .profile-page__upload-btn:active{color:#fff!important}:root.theme-dark .profile-page__upload-info{color:#9aa3b2;background:#3b82f626;border-color:#3b82f64d}:root.theme-dark .profile-page__field input[type=checkbox]{background:#2a303a;border-color:#3a4250;box-shadow:0 2px 4px #0000004d}:root.theme-dark .profile-page__field input[type=checkbox]:hover{border-color:#3b82f6;box-shadow:0 4px 8px #3b82f64d}:root.theme-dark .profile-page__field input[type=checkbox]:checked{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f666}:root.theme-dark .profile-page__field input[type=checkbox]:checked:hover{box-shadow:0 6px 16px #3b82f680}:root.theme-dark .profile-page__field input[type=checkbox]:focus{box-shadow:0 0 0 3px #3b82f64d}:root.theme-dark .profile-page__escrow-field{background:linear-gradient(135deg,#2a303a,#232833);border-color:#3a4250}:root.theme-dark .profile-page__escrow-field:hover{background:linear-gradient(135deg,#232833,#1e293b);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633}:root.theme-dark .profile-page__escrow-field label{color:#8fa4f3}.profile-page__stat-number{display:block;font-size:2rem;font-weight:700;color:#667eea;margin-bottom:.5rem}:root.theme-dark .profile-page__stat-number{color:#8fa4f3}.profile-page__stat-label{color:#666;font-size:.9rem}:root.theme-dark .profile-page__stat-label{color:#9aa3b2}.profile-page__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.profile-page__edit,.profile-page__save,.profile-page__logout,.profile-page__subscription{padding:1rem 2rem;border:none;border-radius:12px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;justify-content:center;min-width:140px}.profile-page__subscription{background:linear-gradient(135deg,gold,orange);color:#000;box-shadow:0 4px 15px #ffd7004d}.profile-page__subscription:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffd70066}border: none; border-radius: 10px; font-size: 1rem; font-weight: bold; cursor: pointer; transition: all .3s ease; min-width: 150px; } .profile-page__edit,.profile-page__save{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;box-shadow:0 4px 12px #667eea4d}.profile-page__edit:hover,.profile-page__save:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea66;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.profile-page__logout{background:#f5f5f5;color:#666;border:2px solid #e0e0e0}.profile-page__logout:hover{background:#e0e0e0;transform:translateY(-2px)}:root.theme-dark .profile-page__edit,:root.theme-dark .profile-page__save{background:#3b82f6;border-color:#3b82f6;color:#fff}:root.theme-dark .profile-page__edit:hover,:root.theme-dark .profile-page__save:hover{background:#2563eb;border-color:#2563eb;color:#fff}:root.theme-dark .profile-page__logout{background:#2a303a;color:#aeb6c5;border-color:#3a4250}:root.theme-dark .profile-page__logout:hover{background:#3a4250}@media (max-width: 600px){.profile-page{padding:1rem}.profile-page__stats-grid{grid-template-columns:1fr}.profile-page__actions{flex-direction:column}.profile-page__field input[type=checkbox]{width:22px;height:22px}.profile-page__escrow-field{padding:10px 14px;gap:10px}.profile-page__escrow-field label{font-size:.95rem}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999}.lightbox__inner{position:relative;max-width:min(100vw,980px);max-height:90vh;width:100%;padding:12px;box-sizing:border-box}.lightbox__image{width:100%;max-height:70vh;object-fit:contain;border-radius:10px;background:#111}.lightbox__close{position:absolute;top:8px;right:12px;background:#ffffff1a;color:#fff;border:none;border-radius:8px;padding:6px 10px;cursor:pointer}.lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;color:#fff;border:none;border-radius:8px;padding:8px 12px;cursor:pointer;font-size:24px}.lightbox__nav--prev{left:8px}.lightbox__nav--next{right:8px}.lightbox__counter{position:absolute;bottom:8px;right:12px;color:#ddd;font-size:12px}.lightbox__thumbs{display:flex;gap:6px;margin-top:8px;overflow-x:auto}.lightbox__thumb{width:72px;height:56px;object-fit:cover;border-radius:6px;opacity:.7;cursor:pointer;border:2px solid transparent}.lightbox__thumb.is-active{opacity:1;border-color:#667eea}.industry-selector{display:flex;flex-direction:column;gap:16px;width:100%;max-height:600px;overflow:hidden}.industry-selector__search{position:relative;width:100%}.industry-selector__search-input{width:100%;padding:12px 40px 12px 16px;font-size:14px;border:2px solid #e8f2ff;border-radius:8px;outline:none;transition:all .2s ease;background:linear-gradient(135deg,#fff,#f8fbff);color:#4a90e2;font-weight:500;box-shadow:0 2px 4px #4a90e214}.industry-selector__search-input::placeholder{color:#b8d4ff}.industry-selector__search-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e226,0 4px 8px #4a90e21f;background:linear-gradient(135deg,#fff,#f0f8ff)}.industry-selector__search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#f0f8ff,#e8f2ff);border:1px solid #b8d4ff;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#4a90e2;box-shadow:0 2px 4px #4a90e21a}.industry-selector__search-clear:hover{background:linear-gradient(135deg,#e8f2ff,#d4e8ff);border-color:#4a90e2;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 8px #4a90e233;color:#2c5aa0}.industry-selector__actions{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;position:relative;z-index:2}.industry-selector__action-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:600;border:2px solid #e8f2ff;border-radius:10px;background:linear-gradient(135deg,#fff,#f8fbff);color:#4a90e2;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:48px;box-shadow:0 2px 6px #4a90e214}.industry-selector__action-btn span:first-child{font-size:18px;line-height:1;transition:transform .3s ease}.industry-selector__action-btn:hover span:first-child{transform:scale(1.2)}.industry-selector__action-btn:hover{border-color:#4a90e2;background:linear-gradient(135deg,#f0f8ff,#e8f2ff);transform:translateY(-2px);box-shadow:0 6px 12px #4a90e226;color:#2c5aa0}.industry-selector__action-btn:active{transform:translateY(0);box-shadow:0 2px 4px #4a90e21a}.industry-selector__action-btn--primary{border-color:#4a90e2;background:linear-gradient(135deg,#4a90e2,#6bb6ff);color:#fff}.industry-selector__action-btn--primary:hover{border-color:#2c5aa0;background:linear-gradient(135deg,#2c5aa0,#4a90e2);box-shadow:0 6px 16px #4a90e259}.industry-selector__action-btn--danger{border-color:#ffb3b3;background:linear-gradient(135deg,#ff6b6b,#ffa726);color:#fff}.industry-selector__action-btn--danger:hover{border-color:#ff8a8a;background:linear-gradient(135deg,#e53e3e,#ff9800);box-shadow:0 6px 16px #ff6b6b59}.industry-selector__counter{padding:12px 16px;background:linear-gradient(135deg,#f0f8ff,#e8f2ff);color:#4a90e2;border:2px solid #b8d4ff;border-radius:8px;font-size:14px;text-align:center;font-weight:500;box-shadow:0 2px 4px #4a90e214}.industry-selector__counter strong{font-size:18px;font-weight:700;color:#2c5aa0}.industry-selector__counter-custom{font-size:13px;color:#c60;font-weight:600}:root.theme-dark .industry-selector__counter-custom{color:#fc9}.industry-selector__tree{flex:1;overflow-y:auto;padding:12px;border:2px solid #e8f2ff;border-radius:12px;background:#fff;box-shadow:0 2px 8px #4a90e214}.industry-selector__tree::-webkit-scrollbar{width:8px}.industry-selector__tree::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.industry-selector__tree::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.industry-selector__tree::-webkit-scrollbar-thumb:hover{background:#94a3b8}.industry-selector__category{margin-bottom:8px;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e8f2ff;box-shadow:0 2px 8px #4a90e214}.industry-selector__category-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:linear-gradient(135deg,#f8fbff,#f0f8ff);border-bottom:1px solid #e8f2ff}.industry-selector__category-toggle{display:flex;align-items:center;gap:8px;flex:1;background:none;border:none;cursor:pointer;font-size:15px;font-weight:600;color:#2c5aa0;text-align:left;transition:color .2s ease,background .2s ease;padding:4px 8px;border-radius:8px}.industry-selector__category-toggle:hover{color:#2c5aa0;background:#4a90e214}.industry-selector__category-icon{font-size:12px;color:#667eea;min-width:16px}.industry-selector__category-name{flex:1;color:#2c5aa0}.industry-selector__category-count{color:#6fa3e6;font-weight:400;font-size:13px}.industry-selector__category-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;font-weight:500;color:#2c5aa0;padding:6px 12px;border-radius:8px;transition:all .2s ease;min-height:36px;background:#f8fbff;border:1px solid #e8f2ff}.industry-selector__category-checkbox:hover{background:#e8f2ff;border-color:#b8d4ff;transform:translateY(-1px)}.industry-selector__category-checkbox input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:#6366f1;margin:0;flex-shrink:0;align-self:center;vertical-align:middle;background:#f9fafb;border:2px solid #d1d5db;border-radius:6px;transition:all .2s ease}.industry-selector__checkbox-label{color:#2c5aa0;font-weight:500;-webkit-user-select:none;user-select:none}.industry-selector__industries{padding:12px;display:flex;flex-wrap:wrap;gap:6px;max-height:300px;overflow-y:auto;background:transparent;position:relative;z-index:1}.industry-selector__industries::-webkit-scrollbar{width:6px}.industry-selector__industries::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.industry-selector__industries::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.industry-selector__industries::-webkit-scrollbar-thumb:hover{background:#94a3b8}.industry-selector__industry{display:inline-flex;align-items:center;gap:6px;background:#f8fbff;color:#4a90e2;border:1px solid #e8f2ff;border-radius:999px;padding:6px 10px;font-size:.9rem;cursor:pointer;transition:all .2s ease;margin:2px;max-width:100%;overflow:hidden;white-space:nowrap}.industry-selector__industry:hover{background:#e8f2ff;border-color:#4a90e2;transform:translateY(-1px);box-shadow:0 2px 8px #4a90e226}.industry-selector__industry--selected{background:linear-gradient(135deg,#4a90e2,#6bb6ff);color:#fff;border-color:transparent;font-weight:600;box-shadow:0 4px 12px #4a90e24d}.industry-selector__industry--selected .industry-selector__industry-name{color:#fff}.industry-selector__industry input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#4a90e2;margin:0;flex-shrink:0;align-self:center;vertical-align:middle;border-radius:50%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f9fafb;border:2px solid #d1d5db;position:relative;transition:all .2s ease}.industry-selector__industry input[type=checkbox]:checked{background:#4a90e2;border-color:#4a90e2}.industry-selector__industry input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:700}.industry-selector__industry--selected input[type=checkbox]{background:#fff;border-color:#fff}.industry-selector__industry--selected input[type=checkbox]:checked{background:#fff;border-color:#fff}.industry-selector__industry--selected input[type=checkbox]:checked:after{color:#4a90e2}.industry-selector__industry-icon{font-size:16px;min-width:20px;text-align:center;display:flex;align-items:center;justify-content:center;line-height:1}.industry-selector__industry-name{flex:1;font-size:.9rem;color:#2c5aa0;font-weight:600;line-height:1.2;display:flex;align-items:center;margin:0;padding:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.industry-selector__custom{display:flex;flex-direction:column;gap:12px}.industry-selector__custom-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.industry-selector__custom-input{width:100%;padding:10px 14px;font-size:14px;border:2px solid #e8f2ff;border-radius:8px;outline:none;transition:all .2s ease;background:linear-gradient(135deg,#fff,#f8fbff);color:#4a90e2;font-weight:500;box-shadow:0 2px 4px #4a90e214}.industry-selector__custom-input::placeholder{color:#b8d4ff}.industry-selector__custom-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e226,0 4px 8px #4a90e21f;background:linear-gradient(135deg,#fff,#f0f8ff)}.industry-selector__custom-add-btn{padding:10px 16px;border:none;border-radius:8px;background:linear-gradient(135deg,#4a90e2,#6bb6ff);color:#fff;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-height:44px;box-shadow:0 2px 6px #4a90e233}.industry-selector__custom-add-btn:hover:not(:disabled){background:linear-gradient(135deg,#2c5aa0,#4a90e2);box-shadow:0 4px 12px #4a90e24d;transform:translateY(-1px)}.industry-selector__custom-add-btn:active:not(:disabled){transform:translateY(0)}.industry-selector__custom-add-btn:disabled{opacity:.5;cursor:not-allowed}.industry-selector__custom-list{display:flex;flex-direction:column;gap:8px}.industry-selector__custom-label{font-size:13px;font-weight:600;color:#2c5aa0;margin-bottom:4px}.industry-selector__custom-chips{display:flex;flex-wrap:wrap;gap:6px}.industry-selector__custom-chip{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,#fff5e6,#ffe6cc);color:#c60;border:1px solid #ffcc99;border-radius:999px;padding:6px 10px;font-size:.9rem;font-weight:600}.industry-selector__custom-chip-remove{border:none;background:transparent;color:#c60;font-weight:700;font-size:16px;cursor:pointer;padding:0;margin:0;line-height:1;transition:color .2s ease;display:flex;align-items:center;justify-content:center;width:18px;height:18px}.industry-selector__custom-chip-remove:hover{color:#f60;transform:scale(1.1)}:root.theme-dark .industry-selector__custom-input{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .industry-selector__custom-input::placeholder{color:#8b95a6}:root.theme-dark .industry-selector__custom-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;background:#1b2029}:root.theme-dark .industry-selector__custom-label{color:#8fa4f3}:root.theme-dark .industry-selector__custom-chip{background:linear-gradient(135deg,#3a2816,#4a3520);color:#fc9;border-color:#6a5a40}:root.theme-dark .industry-selector__custom-chip-remove{color:#fc9}:root.theme-dark .industry-selector__custom-chip-remove:hover{color:#fa6}.industry-selector__empty{padding:40px 20px;text-align:center;color:#888}.industry-selector__empty p{font-size:14px;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.industry-selector__industries{animation:fadeIn .3s ease}:root.theme-dark .industry-selector__search-input{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .industry-selector__search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26,0 4px 8px #667eea1f;background:#1b2029}:root.theme-dark .industry-selector__search-input::placeholder{color:#8b95a6}:root.theme-dark .industry-selector__search-clear{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .industry-selector__search-clear:hover{background:#3a4250;border-color:#667eea}:root.theme-dark .industry-selector__action-btn{background:#2a303a;border-color:#3a4250;color:#e6e8ee;box-shadow:0 2px 4px #0000004d}:root.theme-dark .industry-selector__action-btn:hover{background:#3a4250;border-color:#667eea;box-shadow:0 4px 8px #667eea4d}:root.theme-dark .industry-selector__action-btn--primary{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}:root.theme-dark .industry-selector__action-btn--primary:hover{border-color:#764ba2;background:linear-gradient(135deg,#764ba2,#667eea)}:root.theme-dark .industry-selector__action-btn--danger{border-color:#dc2626;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}:root.theme-dark .industry-selector__action-btn--danger:hover{border-color:#ef4444;background:linear-gradient(135deg,#dc2626,#ef4444)}:root.theme-dark .industry-selector__counter{background:#2a303a;border-color:#3a4250;color:#8fa4f3}:root.theme-dark .industry-selector__counter strong{color:#8fa4f3}:root.theme-dark .industry-selector__tree{background:#232833;border-color:#3a4250;box-shadow:0 2px 8px #00000059}:root.theme-dark .industry-selector__tree::-webkit-scrollbar-track{background:#2a303a}:root.theme-dark .industry-selector__tree::-webkit-scrollbar-thumb{background:#4a5568}:root.theme-dark .industry-selector__tree::-webkit-scrollbar-thumb:hover{background:#5a6578}:root.theme-dark .industry-selector__category{background:#2a303a;border-color:#3a4250}:root.theme-dark .industry-selector__category-header{background:linear-gradient(135deg,#2a303a,#232833);border-color:#3a4250}:root.theme-dark .industry-selector__category-toggle{color:#e6e8ee}:root.theme-dark .industry-selector__category-toggle:hover{background:#667eea26}:root.theme-dark .industry-selector__category-name{color:#8fa4f3}:root.theme-dark .industry-selector__category-count{color:#9aa3b2}:root.theme-dark .industry-selector__category-checkbox{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .industry-selector__category-checkbox:hover{background:#3a4250;border-color:#667eea}:root.theme-dark .industry-selector__category-checkbox input[type=checkbox]{background:#2a303a;border-color:#3a4250}:root.theme-dark .industry-selector__category-checkbox input[type=checkbox]:checked{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-color:#3b82f6}:root.theme-dark .industry-selector__checkbox-label{color:#e6e8ee}:root.theme-dark .industry-selector__industries::-webkit-scrollbar-track{background:#2a303a}:root.theme-dark .industry-selector__industries::-webkit-scrollbar-thumb{background:#4a5568}:root.theme-dark .industry-selector__industries::-webkit-scrollbar-thumb:hover{background:#5a6578}:root.theme-dark .industry-selector__industry{background:#2a303a;border-color:#3a4250;color:#e6e8ee}:root.theme-dark .industry-selector__industry:hover{background:#3a4250;border-color:#667eea}:root.theme-dark .industry-selector__industry-name{color:#8fa4f3}:root.theme-dark .industry-selector__industry--selected{background:linear-gradient(135deg,#4a90e2,#6bb6ff);color:#fff;border-color:transparent}:root.theme-dark .industry-selector__industry input[type=checkbox]{background:#2a303a;border-color:#3a4250}:root.theme-dark .industry-selector__industry input[type=checkbox]:checked{background:#4a90e2;border-color:#4a90e2}:root.theme-dark .industry-selector__industry--selected input[type=checkbox]{background:#fff;border-color:#fff}:root.theme-dark .industry-selector__industry--selected input[type=checkbox]:checked{background:#fff;border-color:#fff}:root.theme-dark .industry-selector__industry--selected input[type=checkbox]:checked:after{color:#4a90e2}:root.theme-dark .industry-selector__empty{color:#9aa3b2}:root.theme-dark .industry-selector__empty p{color:#9aa3b2}@media (max-width: 768px){.industry-selector{max-height:500px;z-index:100}.industry-selector__actions{grid-template-columns:repeat(2,1fr);gap:8px}.industry-selector__action-btn{padding:10px 16px;font-size:13px;min-height:44px}.industry-selector__category-header{padding:10px}.industry-selector__industry{padding:5px 8px;font-size:.85rem;gap:4px}.industry-selector__industry-icon{font-size:14px;min-width:16px}.industry-selector__industry-name{font-size:.85rem}.industry-selector__industry input[type=checkbox]{width:14px;height:14px;align-self:center;vertical-align:middle;border-radius:50%}.industry-selector__industry input[type=checkbox]:checked:after{font-size:8px}.industry-selector__category-checkbox input[type=checkbox]{width:22px;height:22px;align-self:center;vertical-align:middle}}@media (max-width: 480px){.industry-selector__actions{grid-template-columns:1fr;gap:8px}.industry-selector__action-btn{width:100%;padding:12px 16px;font-size:14px}}@media (prefers-color-scheme: dark){:root:not(.theme-dark) .industry-selector__search-input{background:linear-gradient(135deg,#fff,#f8fbff)!important;border-color:#e8f2ff!important;color:#4a90e2!important}:root:not(.theme-dark) .industry-selector__search-clear{background:linear-gradient(135deg,#f0f8ff,#e8f2ff)!important;border-color:#b8d4ff!important;color:#4a90e2!important}:root:not(.theme-dark) .industry-selector__action-btn{background:linear-gradient(135deg,#fff,#f8fbff)!important;border-color:#e8f2ff!important;color:#4a90e2!important;box-shadow:0 2px 6px #4a90e214!important}:root:not(.theme-dark) .industry-selector__tree{background:#fff!important;border-color:#e8f2ff!important;box-shadow:0 2px 8px #4a90e214!important}:root:not(.theme-dark) .industry-selector__category{background:#fff!important;border-color:#e8f2ff!important;box-shadow:0 2px 8px #4a90e214!important}:root:not(.theme-dark) .industry-selector__category-header{background:linear-gradient(135deg,#f8fbff,#f0f8ff)!important;border-bottom-color:#e8f2ff!important}:root:not(.theme-dark) .industry-selector__industry{background:#f8fbff!important;border-color:#e8f2ff!important;color:#4a90e2!important}:root:not(.theme-dark) .industry-selector__industry-name{color:#4a90e2!important}:root:not(.theme-dark) .industry-selector__industry input[type=checkbox]{background:#f9fafb!important;border-color:#d1d5db!important}}.user-profile-view{padding:1rem 1rem calc(80px + env(safe-area-inset-bottom));max-width:480px;margin:0 auto;min-height:calc(100vh + -0px);display:flex;flex-direction:column;justify-content:center}.user-profile-view__card{background:#fff;border-radius:20px;padding:1.25rem 1.25rem 1rem;box-shadow:0 10px 30px #0000001a;margin-bottom:1rem;text-align:center}:root.theme-dark .user-profile-view__card{background:#232833;box-shadow:0 10px 30px #0006}:root.theme-dark .user-profile-view__name{color:#e6e8ee}:root.theme-dark .user-profile-view__title{color:#aeb6c5}:root.theme-dark .user-profile-view__company{color:#9aa3b2}:root.theme-dark .user-profile-view__bio{color:#c9ceda}.user-profile-view__image{font-size:4rem;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.user-profile-view__slider{position:relative;width:100%;height:220px;overflow:hidden;border-radius:14px}.user-profile-view__slider-img{width:100%;height:100%;object-fit:cover;display:block}.user-profile-view__image-fallback{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:14px;color:#64748b}.user-profile-view__fallback-icon{font-size:3rem;margin-bottom:.5rem;opacity:.7}.user-profile-view__fallback-text{font-size:.9rem;font-weight:500;text-align:center;padding:0 1rem}.user-profile-view__slider-nav{position:absolute;top:50%;transform:translateY(-50%);background:#00000059;color:#fff;width:32px;height:32px;border:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.user-profile-view__slider-nav--prev{left:8px}.user-profile-view__slider-nav--next{right:8px}.user-profile-view__slider-dots{position:absolute;bottom:8px;left:50%;transform:translate(-50%);display:flex;gap:6px}.user-profile-view__dot{width:6px;height:6px;border-radius:50%;background:#fff9;cursor:pointer}.user-profile-view__dot.is-active{background:#0a84ff}.user-profile-view__info h2{color:#111827;margin-bottom:0;font-size:1.5rem}.user-profile-view__info{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.user-profile-view__info>*{width:100%;padding-bottom:8px}.user-profile-view__country-top{color:#6b7280;font-weight:600}.user-profile-view__title{color:#4f46e5;font-weight:600;margin:0;letter-spacing:.01em}.user-profile-view__company{color:#374151;margin:0}.user-profile-view__bio{color:#374151;line-height:1.6;font-size:1rem;text-align:center}.user-profile-view__industries{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:6px}.user-profile-view__chip{padding:8px 12px;border-radius:999px;background:#dbeafecc;border:1px solid rgba(147,197,253,.5);color:#1e40af;font-size:.85rem;font-weight:600;letter-spacing:.01em}:root.theme-dark .user-profile-view__chip{background:#1e3a8a66;border-color:#3b82f699;color:#93c5fd}.user-profile-view__actions{display:flex;gap:1rem;justify-content:center;align-items:stretch;margin-bottom:.5rem}.user-profile-view__back-btn,.user-profile-view__message{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.user-profile-view__back-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.user-profile-view__back-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.user-profile-view__message{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d}.user-profile-view__message:hover{transform:translateY(-3px);box-shadow:0 6px 20px #667eea66}.user-profile-view__back-btn svg,.user-profile-view__message svg{flex-shrink:0}.user-profile-view__name{font-size:1.7rem;font-weight:700;margin:0;color:#111827;font-family:SF Pro Display,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.005em}.user-profile-view__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;gap:1rem;padding:3rem;color:#666}.user-profile-view__empty h2{color:#333;margin-bottom:1rem}.user-profile-view__section{margin:16px 0;padding:16px;background:#dbeafe99;border-radius:20px;border:1px solid rgba(147,197,253,.3);box-shadow:0 2px 8px #3b82f61a}.user-profile-view__section-title{font-weight:700;font-size:.9rem;color:#374151;margin-bottom:8px;display:flex;align-items:center;gap:6px}.user-profile-view__commission-value{font-weight:600;color:#059669;font-size:1rem}.user-profile-view__experience-value{font-weight:600;color:#7c3aed;font-size:1rem}.user-profile-view__stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.user-profile-view__stat-item{padding:8px 12px;background:#ffffffb3;border-radius:8px;font-size:.9rem;font-weight:500;text-align:center}.user-profile-view__location-grid{display:flex;flex-direction:column;gap:12px}.user-profile-view__location-group{display:flex;flex-direction:column;gap:6px}.user-profile-view__location-label{font-weight:600;font-size:.85rem;color:#6b7280}.user-profile-view__description,.user-profile-view__documents-list,.user-profile-view__portfolio-list,.user-profile-view__achievements-list{margin:0;padding-left:16px;color:#4b5563;line-height:1.5}.user-profile-view__link{color:#1d4ed8;text-decoration:none;font-weight:600;transition:color .2s ease}.user-profile-view__link:hover{color:#1e40af;text-decoration:underline}:root.theme-dark .user-profile-view__section{background:#1e3a8a4d;border-color:#3b82f666;box-shadow:0 2px 8px #3b82f626}:root.theme-dark .user-profile-view__section-title{color:#e6e8ee}:root.theme-dark .user-profile-view__stat-item{background:#3a425099;color:#e6e8ee}:root.theme-dark .user-profile-view__location-label{color:#aeb6c5}:root.theme-dark .user-profile-view__description,:root.theme-dark .user-profile-view__documents-list,:root.theme-dark .user-profile-view__portfolio-list,:root.theme-dark .user-profile-view__achievements-list{color:#c9ceda}:root.theme-dark .user-profile-view__link{color:#93c5fd}:root.theme-dark .user-profile-view__link:hover{color:#dbeafe}:root.theme-dark .user-profile-view__image-fallback{background:linear-gradient(135deg,#1e293b,#334155);color:#94a3b8}:root.theme-dark .user-profile-view__fallback-icon{opacity:.8}:root.theme-dark .user-profile-view__info>*:not(:last-child){border-bottom-color:#ffffff1f}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-page__content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 20px 40px #0000001a;text-align:center;max-width:500px;width:100%}.auth-page__header h1{font-size:2.5rem;margin-bottom:.5rem;color:#333}.auth-page__header p{color:#666;font-size:1.2rem;margin-bottom:2rem}.auth-page__features{margin:2rem 0}.auth-page__features h2{color:#333;margin-bottom:1rem}.auth-page__features ul{list-style:none;padding:0}.auth-page__features li{padding:.5rem 0;color:#666;font-size:1.1rem}.auth-page__hero{display:flex;align-items:center;justify-content:center;gap:18px}.auth-page__hero-globe{display:flex;align-items:center;justify-content:center}.auth-page__hero-text{text-align:left}@media (max-width: 520px){.auth-page__hero{text-align:center}}.auth-page__button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:transform .3s ease;margin:2rem 0}.auth-page__button:hover{transform:translateY(-2px)}.auth-page__footer{color:#999;font-size:.9rem}:root.theme-dark .auth-page{background:linear-gradient(135deg,#0f1621,#1a2230)}:root.theme-dark .auth-page__content{background:#2a303a;border:1px solid #3a4250;box-shadow:0 20px 40px #00000059}:root.theme-dark .auth-page__header h1{color:#e6e8ee}:root.theme-dark .auth-page__header p{color:#aeb6c5}:root.theme-dark .auth-page__features h2{color:#e6e8ee}:root.theme-dark .auth-page__features li{color:#c9ceda}:root.theme-dark .auth-page__footer{color:#8b95a6}:root.theme-dark .auth-page__button{background:linear-gradient(135deg,#47506b,#5a6685);color:#f2f4f8;box-shadow:0 6px 16px #47506b40}:root.theme-dark .auth-page__button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #47506b59}:root.theme-dark .auth-page__header,:root.theme-dark .auth-page__features{background:#2a303a;border:1px solid #3a4250;border-radius:14px;padding:16px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-secondary);color:var(--text-primary);line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column;position:relative}.app-main{flex:1;padding-top:env(safe-area-inset-top);position:relative;z-index:1}button{cursor:pointer;transition:all .3s ease}button:disabled{opacity:.6;cursor:not-allowed}.loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:var(--text-secondary)}.spinner{width:32px;height:32px;border:3px solid transparent;border-top:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #6e84d8;border-left:3px solid #8b7ad1;border-radius:50%;animation:spin 1s cubic-bezier(.68,-.55,.265,1.55) infinite;margin-right:1rem;box-shadow:0 0 16px #6e84d838}:root.theme-dark .spinner{border-bottom-color:#6b7da8;border-left-color:#7b6fa6;box-shadow:0 0 12px #6b7da82e}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:24px;padding:1.5rem;box-shadow:var(--shadow-lg);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}@media (max-width: 768px){.app-main{padding:1rem}}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;--bg-secondary: #f5f5f5;--text-primary: #333;--text-secondary: #666;--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(0, 0, 0, .1);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .15);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background:#f5f5f5;color:#333}#root{width:100%;margin:0 auto;text-align:left}:root.theme-dark{color:#e3e6ee;background-color:#0e1117;--bg-secondary: linear-gradient(135deg, #0e1117 0%, #151a22 100%);--text-primary: #e6e8ee;--text-secondary: #aeb6c5;--glass-bg: rgba(35, 40, 51, .85);--glass-border: rgba(255, 255, 255, .06);--shadow-lg: 0 10px 30px rgba(0, 0, 0, .4);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .6)}:root.theme-dark body{background:linear-gradient(135deg,#0e1117,#151a22);color:#e3e6ee}@media (prefers-reduced-motion: no-preference){[data-i18n-fallback]:before{content:"⚠️";margin-right:2px;font-size:.8em;opacity:.7}}[data-i18n-fallback]{border-bottom:1px dashed rgba(255,165,0,.3)}
