*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.loader-page{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff}.loader-spinner{width:40px;height:40px;border:3px solid #e5e5e5;border-top:3px solid #000;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:12px}.loader-text{font-size:14px;color:#777}@keyframes spin{to{transform:rotate(360deg)}}.auth{min-height:100vh;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:20px;background-image:var(--bg-url);background-size:cover;background-position:center}.auth__back-btn{position:absolute;width:24px;height:24px;top:83px;left:65px;background:none;border:none;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#000;z-index:5}.auth__back-btn:hover{background:#f5f5f5;transform:translate(-2px)}.auth__back-btn svg{width:24px;height:24px;flex-shrink:0}.auth__back:hover{text-decoration:underline}.auth__card{width:100%;max-width:1020px;background:#fff;border-radius:5px;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000014;min-height:700px;position:relative;z-index:1}.auth__form{flex:1;max-width:800px;padding:40px 40px 60px 80px;display:flex;flex-direction:column}.auth__image{padding:40px;width:550px;position:relative;margin-left:auto;border-radius:5px}.auth__image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:5px}.auth__logo{margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:32px;font-weight:600;margin-bottom:30px;user-select:none;text-decoration:none;color:inherit;-webkit-user-select:none;-moz-user-select:none}.auth__logo img{width:44px;height:44px}.auth__title{font-size:32px;font-weight:500;margin:0 0 8px;color:#000;text-align:center}.auth__subtitle{font-size:15px;color:#848484;margin:0 0 45px;text-align:center}.auth__fields{display:flex;flex-direction:column;gap:20px}.auth__field{display:flex;flex-direction:column;gap:8px}.auth__field label{font-size:14px;font-weight:600;color:#000}.auth__input{height:40px;padding:0 16px;border-radius:5px;border:1px solid #737373;font-size:16px;outline:none;transition:border-color .2s;font-family:inherit}.auth__input:focus{border-color:#000}.auth__input::placeholder{color:#a0a0a0}.auth__password-header{display:flex;justify-content:space-between;align-items:center}.auth__forgot{font-size:14px;color:#000;text-decoration:underline;cursor:pointer;background:none;border:none;font-weight:600;font-family:inherit}.auth__forgot:hover{color:#000}.auth__checkbox{display:flex;align-items:center;gap:10px;margin-top:4px}.auth__checkbox input{width:18px;height:18px;cursor:pointer;accent-color:#000;margin:2px 0 0;flex-shrink:0;align-self:flex-start}.auth__checkbox label{font-size:12px;color:#333;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:600}.auth__checkbox a{color:#000;font-weight:600;text-decoration:underline;cursor:pointer}.auth__checkbox a:hover{color:#333}.auth__button{height:39px;width:100%;border-radius:5px;border:none;background:#000;color:#fff;font-size:17px;font-weight:500;cursor:pointer;margin-top:35px;transition:background .3s;letter-spacing:.05em}.auth__button:hover:not(:disabled){background:#333}.auth__button:disabled{opacity:.6;cursor:not-allowed}.auth__error{color:#d00;font-size:13px;text-align:center;margin-top:8px}.auth__footer{margin-top:24px;text-align:center;font-size:14px;color:#848484}.auth__footer a{color:#000;font-weight:600;text-decoration:underline;margin-left:4px;cursor:pointer}.confirm-card{flex-direction:column;align-items:center;padding:60px 40px;max-width:520px;min-height:auto;text-align:center}.confirm-icon{width:120px;height:120px;object-fit:contain;margin-bottom:24px;animation:evFadeIn .5s ease-out}.confirm-btn{max-width:260px;margin-top:24px!important}.confirm-link{margin-top:16px;font-size:14px;color:#555;text-decoration:underline;cursor:pointer;display:inline-block}.confirm-link:hover{color:#000}@media(max-width:600px){.confirm-card{padding:40px 24px}.confirm-icon{width:100px;height:100px}.auth__title{font-size:26px!important}.auth__subtitle{font-size:14px!important}}@media(max-width:1600px){.auth__card{max-width:880px;min-height:620px}.auth__form{padding:35px 35px 55px 65px}.auth__image{width:420px;padding:30px}.auth__title{font-size:30px}.auth__subtitle{font-size:14px;margin-bottom:35px}.auth__logo{font-size:28px;gap:6px;margin-bottom:24px}.auth__logo img{width:38px;height:38px}.auth__input{height:38px;font-size:15px}.auth__button{height:38px;font-size:16px;margin-top:55px}.auth__fields{gap:16px}.auth__field{gap:6px}.auth__field label,.auth__back{font-size:13px}}@media(max-width:1024px){.auth__card{max-width:750px;min-height:auto}.auth__image{width:320px;padding:25px}.auth__title{font-size:26px}.auth__subtitle{font-size:13px;margin-bottom:30px}.auth__logo{font-size:24px}.auth__logo img{width:34px;height:34px}}@media(max-width:900px){.auth__image{display:none}.auth__card{max-width:520px;min-height:auto}.auth__form{padding:40px 35px}.auth__title{font-size:28px}.auth__subtitle{font-size:14px;margin-bottom:40px}.auth__logo{font-size:28px;margin-bottom:28px}.auth__logo img{width:40px;height:40px}.auth__input{height:40px;font-size:16px}.auth__button{height:40px;font-size:16px;margin-top:60px}.auth__fields{gap:18px}}@media(max-width:480px){.auth{padding:16px}.auth__card{border-radius:6px}.auth__form{padding:30px 20px}.auth__title{font-size:24px}.auth__subtitle{font-size:13px;margin-bottom:30px}.auth__logo{font-size:22px;gap:6px;margin-bottom:20px}.auth__logo img{width:30px;height:30px}.auth__input{height:38px;font-size:14px;padding:0 12px}.auth__button{height:42px;font-size:15px;margin-top:40px}.auth__back{top:16px;left:16px;font-size:13px}.auth__fields{gap:14px}.auth__field{gap:5px}.auth__field label{font-size:12px}.auth__checkbox{gap:8px}.auth__checkbox label{font-size:11px}.auth__back-btn{top:16px;left:16px;padding:6px}.auth__back-btn svg{width:18px;height:18px}}.loader-overlay{position:fixed;inset:0;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease,visibility .5s ease}.loader-content{display:flex;flex-direction:column;align-items:center;gap:24px}.loader-spinner{position:relative;width:60px;height:60px}.spinner-ring{position:absolute;border:3px solid transparent;border-top-color:#000;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-ring:nth-child(1){width:100%;height:100%;animation-delay:-.45s}.spinner-ring:nth-child(2){width:70%;height:70%;top:15%;left:15%;border-top-color:#666;animation-delay:-.3s}.spinner-ring:nth-child(3){width:40%;height:40%;top:30%;left:30%;border-top-color:#999;animation-delay:-.15s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{font-size:16px;font-weight:500;color:#333;font-family:Inter,sans-serif}.loader-progress{width:200px;height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}.progress-bar{height:100%;background:#000;transition:width .3s ease;border-radius:2px}.loader-overlay.fade-out{opacity:0;visibility:hidden;pointer-events:none}.sidebar{width:280px;height:100vh;border-right:1px solid rgba(115,115,115,.1);display:flex;flex-direction:column;padding:16px 32px;box-sizing:border-box;transition:transform .3s ease,opacity .3s ease;background:#fff;position:fixed;left:0;top:0;z-index:100;overflow-y:auto}.sidebar--closed{transform:translate(-100%);opacity:0;pointer-events:none}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:transparent;border-radius:20px;transition:all .2s ease}.sidebar:hover::-webkit-scrollbar-thumb{background:#0000001a}.sidebar::-webkit-scrollbar-thumb:hover{background:#0000004d!important;width:8px}.sidebar{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .2s ease}.sidebar:hover{scrollbar-color:rgba(0,0,0,.1) transparent}.sidebar{scrollbar-width:thin}.sidebar__open-btn{position:fixed;left:20px;top:20px;background:#fff;border:1px solid #ddd;border-radius:8px;padding:8px;cursor:pointer;z-index:101;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.sidebar__open-btn:hover{background:#f5f5f5;transform:scale(1.05)}.sidebar__open-btn img{width:20px;height:20px}.sidebar__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sidebar__top-action{background:none;border:none;padding:6px;cursor:pointer;border-radius:8px}.sidebar__top-action img{width:20px;height:20px}.sidebar__logo{width:32px;height:32px}.sidebar__actions{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.sidebar__action{display:flex;align-items:center;gap:10px;border-radius:5px;margin-bottom:4px;background:none;border:none;cursor:pointer;font-size:14px}.sidebar__top-action:hover,.sidebar__action:hover{background:#f5f5f5;transition:background .2s ease}.sidebar__section{flex:1;overflow-y:auto;padding-right:6px;position:relative}.sidebar__section::-webkit-scrollbar{width:4px}.sidebar__section::-webkit-scrollbar-track{background:transparent}.sidebar__section::-webkit-scrollbar-thumb{background:transparent;border-radius:20px;transition:all .2s ease}.sidebar__section:hover::-webkit-scrollbar-thumb{background:#0000001f}.sidebar__section::-webkit-scrollbar-thumb:hover{background:#0000004d!important;width:8px}.sidebar__section:hover::-webkit-scrollbar{width:4px}.sidebar__section::-webkit-scrollbar-thumb:hover{width:8px!important}.sidebar__section{scrollbar-width:thin;scrollbar-color:transparent transparent;transition:scrollbar-color .2s ease}.sidebar__section:hover{scrollbar-color:rgba(0,0,0,.12) transparent}.sidebar__section:after{content:"";position:sticky;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,#fff0,#fff 75%);pointer-events:none;opacity:0;transition:opacity .3s ease;z-index:2;display:block}.sidebar__section--scrollable:after{opacity:1}.sidebar__section-title{font-size:13px;color:#888;margin-bottom:8px}.sidebar__chats{display:flex;flex-direction:column;gap:8px}.chat-item{padding:10px 12px;cursor:pointer;border-radius:8px;transition:background .2s ease;border:1px solid #000000}.chat-item:hover{background:#f3f3f3}.chat-item--active{background:#e9e9ff}.chat-item__title{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item__date{font-size:12px;color:#999}.sidebar__user{display:flex;align-items:center;gap:10px;padding:12px;margin:0 -12px;border-radius:10px;transition:background .2s ease;position:relative}.sidebar__user:hover{background:#f5f5f5}.sidebar__menu:hover~.sidebar__user,.sidebar__user:has(.sidebar__menu:hover){background:transparent}.sidebar__user:has(.sidebar__menu){background:transparent}.sidebar__avatar{width:36px;height:36px;background:#545454;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;text-transform:uppercase}.sidebar__user-info{flex:1}.sidebar__username{font-size:14px}.sidebar__plan{font-size:12px;color:#888}.sidebar__menu{position:absolute;bottom:calc(100% + 8px);left:0;right:0;width:100%;background:#fff;border:1px solid #e5e5e5;border-radius:10px;box-shadow:0 8px 20px #00000014;padding:6px;z-index:10;min-width:unset;box-sizing:border-box;animation:menuFadeIn .2s ease}@keyframes menuFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sidebar__menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;border-radius:8px;font-size:14px;transition:background .2s ease;box-sizing:border-box}.sidebar__menu-item img{width:16px;height:16px}.sidebar__menu-item:hover{background:#f5f5f5}.sidebar{will-change:transform,opacity;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.sidebar__open-btn{transition:all .6s cubic-bezier(.4,0,.2,1);opacity:1;transform:scale(1)}.sidebar__open-btn--hidden{opacity:0;transform:scale(.7);pointer-events:none}.plus-button{display:flex;align-items:center;gap:8px;background:#000;color:#fff;border:none;border-radius:5px;padding:10px 16px;font-size:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.plus-button:hover{opacity:.85;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.plus-button img{width:16px;height:16px}.empty-state{flex:1;height:70vh;position:relative}.empty-state__top{position:absolute;top:20px;left:50%;transform:translate(-50%)}.empty-state__center{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:150px}.empty-state__title{font-size:32px;font-weight:500}.empty-state__input{flex:1;height:56px;padding:0 50px 0 16px;border-radius:5px;border:1px solid #000;font-size:16px;width:100%;box-sizing:border-box}.empty-state__input::placeholder{color:#999}.empty-state__send{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:36px;height:36px;border:none;border-radius:50%;background:#000;display:flex;place-items:center;cursor:pointer}.empty-state__send img{width:100%;height:100%}.empty-state__plus:hover,.empty-state__send:hover{opacity:.85}.empty-state__input-wrapper{position:relative;width:100%;max-width:640px}.empty-state__input-row{display:flex;align-items:center;position:relative}html{scroll-behavior:smooth}.chat-layout{display:flex;height:100vh;width:100vw;overflow:hidden;position:relative}.main{flex:1;display:flex;flex-direction:column;height:100vh;overflow:hidden;max-width:calc(100% - 280px);transition:max-width .3s ease,margin-left .3s ease;margin-left:280px}.main--expanded{max-width:100%;margin-left:0}.main__content{display:flex;flex-direction:column;height:100%;overflow:hidden;max-width:1080px;width:100%;margin:0 auto}.chat-messages{flex:1;padding:40px;overflow-y:auto;display:flex;flex-direction:column;gap:24px;min-height:0;width:100%}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:20px;transition:background .2s ease}.chat-messages::-webkit-scrollbar-thumb:hover{background:#bdbdbd}.chat-messages{scrollbar-width:thin;scrollbar-color:#e0e0e0 transparent}.message{display:flex;flex-direction:column;max-width:100%;position:relative}.message__copy-btn{position:absolute;bottom:-30px;left:0;background:#fff;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;opacity:1;padding:1px 10px}.message__copy-btn:hover{background:snow;transform:scale(1.05)}.message__copy-btn img{width:16px;height:16px}.message--user .message__copy-btn{right:auto;left:0}.message--user{align-self:flex-end;max-width:70%}.message--bot{align-self:flex-start;max-width:100%}.message__author{font-size:12px;color:#777;margin-bottom:6px}.message__bubble{border:1px solid #000;border-radius:5px;padding:1px 10px;background:#fff;word-wrap:break-word;width:100%;max-width:100%}.message--bot .message__bubble{width:100%;display:block;border:none}.message--bot .message__author{display:none}.chat-input{padding:20px 0;display:flex;gap:12px;background:#fff;flex-shrink:0;width:100%;max-width:1024px;margin:0 auto;align-items:center}.chat-input input{flex:1;height:52px;border-radius:5px;border:1px solid #000;padding:0 16px;font-size:16px;min-width:0;line-height:1}.chat-input input:focus{outline:none}.chat-input button{width:44px;height:44px;border-radius:50%;background:#000;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.chat-input button:hover{opacity:.85}.chat-input button:disabled{opacity:.5;cursor:not-allowed}.chat-input button img{width:35px;height:35px}.chat-input__switch{display:flex;align-items:center;gap:8px;font-size:14px;color:#333;-webkit-user-select:none;user-select:none}.chat-input__switch input[type=checkbox]{appearance:none;-webkit-appearance:none;width:36px;height:20px;background:#eee;border-radius:10px;position:relative;cursor:pointer;transition:background .3s}.chat-input__switch input[type=checkbox]:before{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 1px 3px #0003}.chat-input__switch input[type=checkbox]:checked{background:#000}.chat-input__switch input[type=checkbox]:checked:before{transform:translate(16px)}.chat-input__switch span{pointer-events:none}.chat-area__top{position:sticky;top:20px;display:flex;justify-content:center;z-index:10;margin-bottom:20px}.chat-area__top .plus-button{display:flex;align-items:center;gap:8px;background:#000;color:#fff;border:none;border-radius:5px;padding:10px 16px;font-size:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000026}.chat-area__top .plus-button:hover{opacity:.85;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.chat-area__top .plus-button img{width:16px;height:16px}.loader{display:inline-flex;gap:8px;align-items:center;padding:8px 0}.loader-dot{width:8px;height:8px;background:#000;border-radius:50%;animation:bounce 1.4s infinite ease-in-out}.loader-dot:nth-child(1){animation-delay:0s}.loader-dot:nth-child(2){animation-delay:.2s}.loader-dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0);opacity:.3}30%{transform:translateY(-12px);opacity:1}}.formatted-header{margin:6px 0;line-height:1.4}.formatted-header--level-2{margin-top:14px;font-weight:600}.formatted-header--level-3{margin-left:10px;font-weight:500}.formatted-notes{margin-top:14px;white-space:pre-line}.chat-layout{display:flex;height:100vh}.chat-input{padding:16px;display:flex;gap:12px;background:#fff}.typing-dots{display:inline-flex;gap:8px;align-items:center;padding:8px 0}.typing-dots span{width:8px;height:8px;background:#000;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dots span:nth-child(1){animation-delay:0s}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.3}30%{transform:translateY(-8px);opacity:1}}.message-json{background:#f6f6f6;border-radius:6px;padding:12px 14px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;overflow-x:auto;line-height:1.5;white-space:pre;border:1px solid #e5e5e5}.message-text{white-space:pre-wrap;margin:8px 0}.json-block{background:#f6f6f6;border:1px solid #e5e5e5;border-radius:8px;margin:10px 0;overflow:hidden}.json-header{display:flex;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;padding:8px 12px;border-bottom:1px solid #e5e5e5;color:#555}.json-content{padding:12px;margin:0;overflow-x:auto;font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.5}.json-copy-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:background .15s ease}.json-copy-btn:hover{background:#0000000d}.json-copy-btn img{width:16px;height:16px;opacity:.7}.json-copy-btn:hover img{opacity:1}.json-copy-btn.copied{background:#00000014}.md-block{border:1px solid #ddd;border-radius:6px;margin:8px 0}.md-content{padding:12px;font-size:14px}html,body{margin:0;padding:0;width:100%;height:100%}.landing{height:auto;min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Inter,sans-serif;color:#000;width:100%;position:relative}.landing .header{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;box-sizing:border-box;position:sticky;top:0;z-index:1000}.landing .header-container{display:flex;align-items:center;justify-content:flex-start;max-width:2000px;margin:0 auto;padding:clamp(15px,2vh,20px) clamp(25px,3vw,40px);box-sizing:border-box;width:100%}.landing .logo{display:flex;align-items:center;gap:1px;font-size:clamp(20px,2vw,26px);font-weight:500;-webkit-user-select:none;user-select:none}.landing .logo img{width:clamp(36px,4vh,50px);height:clamp(37px,4.1vh,51px)}.landing .nav{display:flex;gap:clamp(25px,3vw,40px);color:#000;font-size:clamp(16px,1.5vw,20px);margin-left:clamp(30px,4vw,60px);margin-right:auto}.landing .nav a{cursor:pointer;transition:all .3s ease}.landing .nav a:hover{color:#848484;font-weight:500}.landing .actions{display:flex;align-items:center;gap:clamp(12px,1.5vw,16px);margin-left:clamp(25px,3vw,40px)}.landing .login{background:none;border:none;color:#000;cursor:pointer;font-size:clamp(16px,1.5vw,20px);transition:color .3s ease;margin-right:clamp(10px,1.5vw,20px)}.landing .login:hover{color:#848484}.landing .signup{background:#000;color:#fff;border:1px solid #000;padding:clamp(12px,1.5vh,15px) clamp(18px,2vw,24px);border-radius:7px;font-weight:700;font-size:clamp(16px,1.5vw,20px);cursor:pointer;transition:all .3s ease}.landing .signup:hover{background:#fff;color:#000}.landing .landing-main{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:clamp(20px,3vh,40px);box-sizing:border-box;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:clamp(-75px,-5vw,-95px);background-image:var(--bg-url)}.landing .hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;text-align:left;max-width:clamp(800px,80vw,1000px);width:100%}.landing .hero-title{font-size:clamp(60px,8vw,120px);font-weight:600;color:#000;line-height:1;margin:0;margin-left:clamp(40px,5vw,80px)}.landing .hero-title-row{display:flex;align-items:flex-end;gap:clamp(15px,2vw,26px);flex-wrap:nowrap;width:100%}.landing .hero-title-word{font-size:clamp(60px,8vw,120px);font-weight:600;color:#000;line-height:1;flex-shrink:0}.landing .hero-subtitle{max-width:clamp(280px,25vw,380px);line-height:1.3;font-size:clamp(14px,1.2vw,16px);color:#000;letter-spacing:-.019em;text-align:left;font-weight:500;flex-shrink:0;white-space:normal}.landing .hero-title-data{font-size:clamp(60px,8vw,120px);font-weight:600;color:#000;line-height:1;align-self:flex-end}.landing .hero-cta{display:inline-flex;align-items:center;justify-content:center;gap:clamp(8px,1vw,10px);background:#000;color:#fff;border:none;padding:clamp(18px,2.5vh,24px) clamp(30px,3vw,40px);border-radius:clamp(8px,1vw,12px);font-size:clamp(22px,2.5vw,34px);font-weight:500;cursor:pointer;transition:all .25s ease;margin-top:clamp(50px,6vh,85px);align-self:center;letter-spacing:.019em}.landing .hero-cta:hover{background:#222;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.landing .hero-cta .arrow-icon{margin-left:clamp(12px,1.5vw,20px);transition:transform .25s ease}.landing .hero-cta:hover .arrow-icon{transform:translate(4px)}.section-anchor{scroll-margin-top:90px}.burger{display:none;width:24px;height:16px;position:relative;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;z-index:1001}.burger-line{display:block;position:absolute;left:0;width:100%;height:2px;background:#000;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.burger-line:nth-child(1){top:0}.burger-line:nth-child(2){top:50%;transform:translateY(-50%)}.burger-line:nth-child(3){bottom:0}.burger.active .burger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.burger.active .burger-line:nth-child(2){opacity:0;transform:translate(-12px)}.burger.active .burger-line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:flex;flex-direction:column;justify-content:end;align-items:flex-start;gap:40px;padding-left:clamp(25px,6vw,50px);padding-right:clamp(25px,6vw,50px);background:#ffffffd9;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-menu__links{display:flex;flex-direction:column;gap:28px;font-size:32px;font-weight:600;text-align:left;width:100%}.mobile-menu__links a{cursor:pointer;transition:color .2s;opacity:0;transform:translateY(10px)}.mobile-menu:not(.open) .mobile-menu__links a{opacity:0;transform:translateY(10px);transition:opacity .25s ease,transform .25s ease}.mobile-menu__links a:hover{color:#666}.mobile-menu__links a{cursor:pointer;opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease,color .2s ease}.mobile-menu.open .mobile-menu__links a{opacity:1;transform:translateY(0)}.mobile-menu.open .mobile-menu__links a:nth-child(1){transition-delay:.1s}.mobile-menu.open .mobile-menu__links a:nth-child(2){transition-delay:.2s}.mobile-menu.open .mobile-menu__links a:nth-child(3){transition-delay:.3s}.mobile-menu__actions{align-self:center;width:100%;display:flex;flex-direction:column;gap:12px;margin-top:24px;margin-bottom:80px}.mobile-menu__actions button{width:100%;padding:14px 10px;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;border:2px solid #000;transition:background .2s ease,border-color .2s ease,transform .2s ease;letter-spacing:.019rem;opacity:0;transform:translateY(15px)}.mobile-menu:not(.open) .mobile-menu__actions button{opacity:0;transform:translateY(15px);transition:opacity .25s ease,transform .25s ease}.mobile-menu__actions button:hover{transform:scale(1.02)}.mobile-menu__actions button{opacity:0;transform:translateY(15px);transition:opacity .35s ease,transform .35s ease,background .2s ease,border-color .2s ease}.mobile-menu.open .mobile-menu__actions button{opacity:1;transform:translateY(0)}.mobile-menu.open .mobile-menu__actions button:nth-child(1){transition-delay:.2s}.mobile-menu.open .mobile-menu__actions button:nth-child(2){transition-delay:.35s}.menu-btn-signup{background:#000;color:#fff}.menu-btn-signup:hover{background:#333;border-color:#333}.menu-btn-login{background:#fff;color:#000}.menu-btn-login:hover{background:#0000000f}@media(max-width:768px){.landing .hero-title-row{flex-direction:column;align-items:flex-start;text-align:left;gap:10px}.landing .hero-subtitle{text-align:left;max-width:90%}.landing .hero-title-data{align-self:center}.landing .hero-cta{margin-top:130px;align-self:center}.landing .nav{display:none}}@media(max-width:480px){.landing .hero-title-row{flex-wrap:wrap}.landing .hero-subtitle{max-width:100%;font-size:14px}.landing .hero-cta{font-size:22px;padding:16px 28px}.landing .signup,.landing .login{display:none}.landing .hero-title{margin:0}.landing .nav,.landing .actions{display:none}.burger{display:block}.landing .landing-main{margin-top:clamp(-72px,-5vw,-95px)}.mobile-menu__links{font-size:28px;gap:30px}}.landing .faq-section{padding:clamp(15px,2vh,20px) clamp(25px,3vw,40px);background:#fff;width:100%}.landing .faq-container{margin:0 auto;max-width:1920px}.landing .faq-title{font-size:clamp(32px,5vw,48px);font-weight:500;color:#000;margin-bottom:clamp(1px,1vh,50px);line-height:1.2}.landing .faq-list{display:flex;flex-direction:column;gap:0}.landing .faq-item{border-bottom:1px solid #e0e0e0;transition:all .3s ease}.landing .faq-item:last-child{border-bottom:1px solid #e0e0e0}.landing .faq-question{display:flex;align-items:center;justify-content:space-between;padding:clamp(20px,3vh,28px) 0;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none}.landing .faq-question:hover{color:#666}.landing .faq-question-text{font-size:clamp(18px,2vw,20px);font-weight:400;color:#000;line-height:1.4;padding-right:20px;transition:all .3s ease}.landing .faq-icon{flex-shrink:0;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center}.landing .faq-icon img{width:100%;height:100%;object-fit:contain;transition:transform .4s cubic-bezier(.4,0,.2,1)}.landing .faq-item.active .faq-icon{transform:rotate(45deg)}.landing .faq-item.active .faq-question-text{font-weight:500}.landing .faq-answer{margin-right:100px;max-width:800px;margin-left:auto;display:none}.landing .faq-answer-content{padding-bottom:clamp(20px,3vh,28px);font-size:clamp(14px,1.8vw,16px);line-height:1.4;color:#000}.landing .faq-item.active .faq-answer{display:block;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.partners-section{padding:clamp(15px,2vh,20px) clamp(25px,3vw,40px);background:#fff;width:100%}.partners-container{margin:0 auto;max-width:1920px}.partners-title{font-size:clamp(32px,5vw,48px);font-weight:500;color:#000;margin-bottom:clamp(40px,5vh,60px);line-height:1.2}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:clamp(30px,4vw,50px);justify-items:center}.partner-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:clamp(30px,5vw,50px);display:flex;align-items:center;justify-content:center;min-height:250px;min-width:unset;width:100%;max-width:380px;transition:all .3s cubic-bezier(.4,0,.2,1)}.partner-card:hover{border-color:#000;box-shadow:0 8px 24px #00000014;transform:translateY(-4px)}.partner-logo{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);transition:all .3s ease;-webkit-user-select:none;user-select:none}.partner-card:hover .partner-logo{filter:grayscale(0%);opacity:1}@media(max-width:768px){.partners-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:25px}.partner-card{min-height:140px;padding:25px}.partner-logo{max-height:80px}}@media(max-width:480px){.partners-section{padding:40px 20px}.partners-title{margin-bottom:30px}.partners-grid{grid-template-columns:repeat(2,1fr);gap:15px}.partner-card{min-height:120px;max-width:200px;min-width:120px;padding:20px}.partner-logo{max-height:60px}}.pricing-section{padding:clamp(60px,8vh,100px) clamp(25px,3vw,40px);background:#fff;width:100%}.pricing-container{margin:0 auto;max-width:1920px}.pricing-header{margin-bottom:clamp(40px,5vh,60px);text-align:left}.pricing-title{font-size:clamp(36px,5vw,52px);font-weight:500;color:#000;line-height:1.1;margin:0 0 12px}.pricing-subtitle{font-size:clamp(14px,1.5vw,16px);color:#888;margin:0;line-height:1.4}.pricing-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:0;margin:0 auto}.pricing-card{padding:clamp(24px,3vw,36px);display:flex;flex-direction:column;justify-content:space-between;min-height:380px;transition:all .2s ease;border:1px solid #e0e0e0;border-right:none}.pricing-card:first-child{border-left:1px solid #e0e0e0}.pricing-card:last-child{border-right:1px solid #e0e0e0}.pricing-card:hover{background:#fafafa}.pricing-card--highlighted{background:#000;color:#fff}.pricing-card--highlighted:hover{background:#111}.pricing-card--highlighted .pricing-card__name,.pricing-card--highlighted .pricing-card__amount{color:#fff}.pricing-card--highlighted .pricing-card__period{color:#888}.pricing-card__header{margin-bottom:24px}.pricing-card__name{display:block;font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#000;margin-bottom:12px}.pricing-card__price{display:flex;align-items:baseline;gap:4px;margin-bottom:24px}.pricing-card__amount{font-size:clamp(28px,3vw,36px);font-weight:500;color:#000}.pricing-card__period{font-size:14px;color:#999}.pricing-card__features{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:8px;flex:1}.pricing-card__features li{font-size:13px;color:#555;line-height:1.5;position:relative;padding-left:17px}.pricing-card__features li:before{content:"+";position:absolute;left:0;top:0;color:#000;font-weight:700}.pricing-card--highlighted .pricing-card__features li{color:#ccc}.pricing-card--highlighted .pricing-card__features li:before{color:#fff}.pricing-card__cta{width:100%;padding:12px 20px;border-radius:3px;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:all .2s ease;border:1px solid #000;background:#fff;color:#000}.pricing-card__cta:hover{background:#000;color:#fff}.pricing-card__cta--dark{background:#fff;color:#000;border-color:#fff}.pricing-card__cta--dark:hover{background:#000;color:#fff;border-color:#fff}@media(max-width:1200px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:16px}.pricing-card{border-right:1px solid #e0e0e0}.pricing-card:nth-child(2n){border-right:1px solid #e0e0e0}}@media(max-width:768px){.pricing-grid{grid-template-columns:1fr;gap:12px}.pricing-card{border:1px solid #e0e0e0;min-height:auto}.pricing-card:last-child{border:1px solid #e0e0e0}}@media(max-width:480px){.pricing-section{padding:40px 16px}.pricing-card{padding:24px 20px}}.footer{background:#fff;padding:clamp(40px,6vh,60px) clamp(25px,3vw,40px);padding-bottom:20px;width:100%;font-family:Inter,sans-serif}.footer-container{max-width:1920px;margin:0 auto}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:24px;border-top:1px solid #f0f0f0;flex-wrap:wrap;gap:16px}.footer-bottom p{font-size:13px;color:#888;margin:0}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:13px;color:#888;text-decoration:none;transition:color .2s ease}.footer-legal a:hover{color:#000}@media(max-width:768px){.footer-bottom{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:480px){.footer-legal{flex-direction:column;gap:8px}}.api-layout{display:flex;min-height:100vh;background:#fff}.api-content{flex:1;padding:50px 270px;max-width:1400px;margin:0 auto;width:100%}.api-title{font-size:40px;font-weight:500;margin-bottom:20px}.api-description{color:#000;font-size:15px;line-height:1.6;margin-bottom:40px}.api-table{border:1px solid #737373;border-radius:6px;overflow:hidden}.api-table-header{display:grid;grid-template-columns:1fr 1fr 160px 220px;padding:14px 18px;font-size:14px;color:#555;border-bottom:1px solid #737373}.api-table-row{display:grid;grid-template-columns:1fr 1fr 160px 220px;padding:16px 18px;font-size:16px;align-items:center}.api-key{letter-spacing:2px}.api-btn{margin-top:24px;padding:7px 24px;background:#000;color:#fff;border:1px solid #000;border-radius:5px;font-size:15px;cursor:pointer;transition:all .2s ease}.api-btn:hover{background:#fff;color:#000}.sidebar-api{width:260px;height:100vh;border-right:1px solid rgba(115,115,115,.4);padding:20px 18px;display:flex;flex-direction:column;font-family:Inter,sans-serif;background:#fff}.sidebar-api-logo{display:flex;align-items:center;gap:6px;font-size:28px;font-weight:500;margin-bottom:48px;justify-content:center;border-bottom:1px solid rgba(115,115,115,.4);padding-bottom:16px}.logo-badge{background:#000;color:#fff;font-size:11px;padding:4px 12px;border-radius:4px}.sidebar-api-menu{display:flex;flex-direction:column;gap:6px}.menu-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:5px;cursor:pointer;color:#000;font-size:16px;transition:all .2s ease}.menu-item:hover{background:#f5f5f5}.menu-item.active{border:1px solid #737373;background:none;font-weight:500}.sidebar-api-bottom{margin-top:auto;display:flex;flex-direction:column;gap:6px}.bottom-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:5px;cursor:pointer;color:#000;font-size:16px;transition:all .2s ease}.bottom-item:hover{background:#f5f5f5;color:#000}.sidebar-api-back{margin-top:40px;font-size:16px;display:flex;align-items:center;gap:10px;padding:10px;color:#000;cursor:pointer;transition:all .2s ease;border-radius:5px}.arrow{font-size:24px;display:inline-block}.menu-item,.bottom-item,.sidebar-api-back{margin-left:5px;margin-right:5px}.email-verified{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(45deg,#737373,#fff)}.ev-container{width:100%;max-width:900px;position:relative}.ev-back{position:absolute;top:-40px;left:0;background:none;border:none;font-size:14px;cursor:pointer;color:#555;font-family:inherit;padding:0;transition:color .2s}.ev-back:hover{color:#000}.ev-card{background:#fff;border-radius:8px;padding:60px 40px;box-shadow:0 20px 60px #0000000f;text-align:center;display:flex;flex-direction:column;align-items:center;gap:24px}.ev-logo{display:flex;align-items:center;gap:10px;font-size:28px;font-weight:600;color:#000;-webkit-user-select:none;user-select:none}.ev-logo img{width:36px;height:36px}.ev-image{margin:10px 0 0}.ev-image img{-webkit-user-select:none;user-select:none;width:280px;height:280px;object-fit:contain;animation:evFadeIn .6s ease-out}@keyframes evFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.ev-title{font-size:32px;font-weight:600;color:#000;margin:0;line-height:1.2}.ev-subtitle{font-size:16px;color:#848484;margin:0;line-height:1.5;max-width:700px}.ev-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:300px;margin-top:10px}.ev-button{height:44px;border-radius:5px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit;letter-spacing:.02em}.ev-button--primary{background:#000;color:#fff;border:2px solid #000}.ev-button--primary:hover{background:#333;border-color:#333}.ev-button--secondary{background:transparent;color:#000;border:2px solid #000}.ev-button--secondary:hover{border-color:#000;background:#fafafa}@media(max-width:600px){.ev-card{padding:40px 24px}.ev-title{font-size:26px}.ev-subtitle{font-size:15px}.ev-image img{width:150px;height:150px}.ev-back{top:-35px}}.scheduler-page{padding:40px;min-height:100vh;background:#f9f9f9;color:#000;box-sizing:border-box;position:relative}.scheduler-container{max-width:1000px;margin:0 auto;box-sizing:border-box;width:100%}.scheduler-toolbar{display:flex;gap:16px;margin-bottom:32px;background:#fff;padding:24px;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #00000005;align-items:flex-end}.scheduler-input{flex:1;height:44px;padding:0 16px;border:1px solid #000;border-radius:5px;font-size:15px;background:#fff;transition:all .2s}.scheduler-input--small{width:80px}.scheduler-input:focus{outline:none;background:#fdfdfd}.scheduler-btn{height:44px;padding:0 24px;border:none;border-radius:5px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.scheduler-btn--add{background:#000;color:#fff}.scheduler-btn--add:hover{background:#333;transform:translateY(-1px)}.scheduler-btn--add img{width:18px;height:18px;filter:invert(1)}.scheduler-table-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 10px #00000005;overflow:hidden}.scheduler-table{width:100%;border-collapse:collapse;text-align:left}.scheduler-table th{padding:16px 20px;background:#fafafa;border-bottom:1px solid #e0e0e0;font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em}.scheduler-table td{padding:16px 20px;border-bottom:1px solid #f0f0f0;font-size:14px;vertical-align:middle}.scheduler-table tr:last-child td{border-bottom:none}.scheduler-table tr:hover td{background:#fcfcfc}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.status-badge{display:inline-block;padding:4px 10px;border-radius:20px;font-size:12px;font-weight:600}.status-success{background:#e6f7ee;color:#0d7a42}.status-waiting{background:#f0f0f0;color:#666}.status-error{background:#fff0f0;color:#c53030}.action-btn{background:none;border:none;cursor:pointer;font-size:13px;color:#000;text-decoration:underline;padding:0;transition:opacity .2s}.action-btn:hover{opacity:.7}.action-btn--danger{color:#d00;margin-left:20px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;overflow:hidden;padding:0;margin:0}.modal-content{width:100%;height:100%;max-width:100%;max-height:100%;background:#f9f9f9;border-radius:0;box-shadow:none;display:flex;flex-direction:column;overflow:hidden;position:relative}.modal-header{padding:16px 24px;background:#fff;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;z-index:10}.modal-header h3{margin:0;font-size:18px;font-weight:600}.modal-close{position:absolute;top:24px;right:24px;z-index:20;background:#fffffff2;border:1px solid #e0e0e0;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:28px;line-height:1;color:#888;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000000d}.modal-close:hover{background:#fff;color:#333;border-color:#ccc;transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.modal-body{flex:1;overflow:hidden;padding:24px;background:#f9f9f9;display:flex;flex-direction:column;gap:16px}.modal-section{flex-shrink:0;margin-bottom:16px}.modal-section:last-child{flex:1;display:flex;flex-direction:column;min-height:0;margin-bottom:0}.modal-section label{display:block;font-size:12px;font-weight:600;color:#888;text-transform:uppercase;margin-bottom:8px;letter-spacing:.05em}.modal-text-box{padding:12px;background:#f9f9f9;border:1px solid #eee;border-radius:6px;font-size:14px;line-height:1.5;color:#333;word-break:break-word}.modal-meta{font-size:14px;color:#555;padding:8px 12px;background:#f9f9f9;border-radius:6px;border:1px solid #eee}.modal-error-box{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:12px;border-radius:6px;font-size:13px;white-space:pre-wrap}.modal-section:last-child .product-table-wrapper{flex:1;max-height:none;height:100%;overflow:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-height:0;border:1px solid #e0e0e0;background:#fff}.modal-section:last-child .product-table th{background:#f5f7fa}.scheduler-page::-webkit-scrollbar,.modal-body::-webkit-scrollbar,.product-table-wrapper::-webkit-scrollbar{width:6px;height:6px}.scheduler-page::-webkit-scrollbar-track,.modal-body::-webkit-scrollbar-track,.product-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.scheduler-page::-webkit-scrollbar-thumb,.modal-body::-webkit-scrollbar-thumb,.product-table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.scheduler-page::-webkit-scrollbar-thumb:hover,.modal-body::-webkit-scrollbar-thumb:hover,.product-table-wrapper::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.scheduler-error{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}.scheduler-loading,.scheduler-empty{text-align:center;padding:40px;color:#888;font-size:15px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.scheduler-page{padding:20px}.scheduler-toolbar{flex-direction:column;align-items:stretch}.scheduler-table-wrapper{overflow-x:auto}.scheduler-table{min-width:700px}.modal-content{width:100%;height:100%}.modal-header,.modal-body{padding:16px}}.product-table-wrapper{overflow:auto;border-radius:5px;border:1px solid #e0e0e0;min-height:0}.product-table{width:100%;border-collapse:collapse;font-size:14px;min-width:900px}.product-table th{background:#f5f7fa;padding:12px 10px;text-align:left;font-weight:600;color:#333}.header-row th{position:sticky;top:47px;z-index:10;background:#f5f7fa}.filter-row th{position:sticky;top:90px;z-index:5;background:#fff;padding:8px 6px;vertical-align:middle}.product-table td{padding:10px;border-bottom:1px solid #eee;vertical-align:middle}.product-table tr:hover{background:#f9fafb}.product-table .col-num{width:40px;text-align:center;color:#888;font-weight:500}.col-название_товара{min-width:280px;max-width:350px}.col-цена_товара{min-width:90px;text-align:right}.col-ссылка{min-width:180px;max-width:250px}.col-контактный_телефон{min-width:130px}.col-контактная_почта{min-width:160px}.product-table th:not([class^=col-название_товара]):not([class^=col-цена_товара]):not([class^=col-ссылка]):not([class^=col-контактный_телефон]):not([class^=col-контактная_почта]),.product-table td:not([class^=col-название_товара]):not([class^=col-цена_товара]):not([class^=col-ссылка]):not([class^=col-контактный_телефон]):not([class^=col-контактная_почта]){min-width:120px;max-width:200px}.product-name{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-price{font-weight:600;color:#2e7d32;white-space:nowrap}.product-link{display:inline-flex;align-items:center;gap:4px;color:#1976d2;text-decoration:none;font-weight:500;padding:4px 10px;background:#f0f7ff;border-radius:4px;transition:background .2s;white-space:nowrap}.product-link:hover{background:#e0f0ff;text-decoration:none}.product-phone{color:#1976d2;text-decoration:none;white-space:nowrap}.product-phone:hover{text-decoration:underline}.cell-empty{color:#bbb;font-style:italic}.filter-cell{position:relative;padding:4px 2px!important}.price-filter-cell{text-align:center;vertical-align:middle;padding:4px 2px!important;position:relative;white-space:nowrap}.sort-btn{background:none;border:1px solid #ddd;border-radius:4px;padding:0;cursor:pointer;font-size:14px;color:#888;transition:all .2s;line-height:1;display:inline-block;width:28px;height:28px;margin:0 2px;text-align:center}.sort-btn:hover{background:#f0f0f0;color:#333}.sort-btn.active{background:#1976d2;color:#fff;border-color:#1976d2}.price-filter-cell .clear-input-btn{display:inline-block;margin-left:4px;padding:0;width:28px;height:28px;border:1px solid #ddd;border-radius:4px;font-size:14px;line-height:28px;background:#fafafa;cursor:pointer;text-align:center;vertical-align:middle}.price-filter-cell .clear-input-btn:hover{background:#f0f0f0;color:#333}.filter-cell:not(.price-filter-cell) .clear-input-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#999;font-size:13px;padding:2px;line-height:1;transition:color .2s}.filter-cell:not(.price-filter-cell) .clear-input-btn:hover{color:#333}.filter-row th.empty-cell{padding:0;background:#f5f7fa}.filter-cell input{width:100%;padding:6px 24px 6px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px;outline:none;box-sizing:border-box;transition:border-color .2s;background:#fafafa}.filter-cell input:focus{border-color:#1976d2;background:#fff}.filter-actions-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#f0f4ff}.clear-filters-btn{background:#1976d2;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .2s}.clear-filters-btn:hover{background:#1565c0}.filter-count{font-size:12px;color:#555;font-weight:500}.modal-empty{text-align:center;color:#888;padding:20px;font-style:italic}.product-table-wrapper::-webkit-scrollbar{width:6px;height:6px}.product-table-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.product-table-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.product-table-wrapper::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.col-action{min-width:80px;text-align:center;padding:10px!important}.generate-btn{background:#1976d2;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background .2s;white-space:nowrap}.generate-btn:hover{background:#1565c0}.generate-btn:disabled{background:#ccc;cursor:not-allowed}.proposal-modal-overlay{position:fixed;inset:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.proposal-modal-content{background:#fff;width:90%;max-width:700px;max-height:80vh;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;position:relative;z-index:10000}.proposal-modal-header{padding:16px 20px;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.proposal-modal-header h3{margin:0;font-size:16px;font-weight:600}.proposal-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#888;padding:0;line-height:1}.proposal-modal-close:hover{color:#333}.proposal-modal-body{padding:20px;overflow-y:auto;flex:1;font-size:14px;line-height:1.6;color:#333;background:#fff}.markdown-content p{margin:8px 0}.markdown-content .md-heading{margin:16px 0 8px;font-weight:600;color:#222}.markdown-content .md-list-item{margin:4px 0 4px 16px;color:#444}.proposal-error{background:#fff5f5;border:1px solid #fed7d7;color:#c53030;padding:12px;border-radius:6px;font-size:13px}.proposal-loading{text-align:center;color:#888;padding:20px}.proposal-modal-footer{padding:12px 20px;border-top:1px solid #eee;background:#f8f9fa;display:flex;justify-content:flex-end}.proposal-copy-btn{background:#4caf50;color:#fff;border:none;padding:8px 16px;border-radius:4px;font-size:13px;cursor:pointer;transition:background .2s}.proposal-copy-btn:hover{background:#43a047}.proposal-copy-btn:disabled{background:#ccc;cursor:not-allowed}.col-характеристики .cell-text{font-size:12px;color:#666}.supplier-row{background:#fff;font-weight:500}.supplier-row:hover{background:#f9fafb}.supplier-badge{display:inline-flex;align-items:center;gap:6px}.others-count{background:#e0e7ff;color:#3730a3;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;white-space:nowrap}.col-expand{width:40px;min-width:40px;padding:10px 4px!important;text-align:center;vertical-align:middle}.expand-btn{background:none;border:1px solid #ddd;border-radius:4px;width:28px;height:28px;font-size:16px;cursor:pointer;color:#666;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.expand-btn:hover{background:#f0f0f0;color:#333;transform:scale(1.05)}.expand-btn.expanded{background:#1976d2;color:#fff;border-color:#1976d2}.supplier-subrow{background:#fcfcfd;font-size:13px}.supplier-subrow td{padding:8px 10px;border-bottom-color:#f0f0f0}.supplier-subrow .col-num{color:#aaa;font-weight:400}.supplier-subrow .product-name{font-weight:400;color:#444}.supplier-subrow .col-название_товара{padding-left:24px;position:relative}.supplier-subrow .col-название_товара:before{content:"└─";position:absolute;left:8px;color:#ccc;font-weight:300}.supplier-subrow{animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.others-count{display:none}.supplier-badge:after{content:attr(data-count);font-size:10px;color:#888;margin-left:4px}}.table-empty-row{text-align:center;padding:24px;color:#888;font-style:italic}.actions-row{position:sticky;top:0;z-index:15;background:#f5f7fa}.actions-cell{padding:8px 16px!important;text-align:right;background:inherit}.export-btn{background-color:#217346;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:6px}.export-btn:hover{background-color:#1e6940;transform:translateY(-1px);box-shadow:0 2px 8px #2173464d}@media(max-width:768px){.table-actions{padding:8px 12px}.export-btn{padding:6px 12px;font-size:12px}}.terms-page{min-height:100vh;background:#050505;color:#fff;font-family:Inter,sans-serif}.terms-header{background:#050505b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;box-sizing:border-box;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.05)}.terms-header-container{display:flex;align-items:center;justify-content:flex-start;max-width:2000px;margin:0 auto;padding:clamp(15px,2vh,20px) clamp(25px,3vw,40px);box-sizing:border-box;width:100%}.terms-logo{display:flex;align-items:center;gap:1px;font-size:clamp(20px,2vw,26px);font-weight:500;-webkit-user-select:none;user-select:none;color:#fff}.terms-logo span{color:#fff}.terms-logo img{width:clamp(36px,4vh,50px);height:clamp(37px,4.1vh,51px)}.terms-nav{display:flex;gap:clamp(25px,3vw,40px);color:#fff;font-size:clamp(16px,1.5vw,20px);margin-left:clamp(30px,4vw,60px);margin-right:auto}.terms-nav a{cursor:pointer;transition:all .3s ease}.terms-nav a:hover{color:#8d8d8d}.terms-actions{display:flex;align-items:center;gap:clamp(12px,1.5vw,16px);margin-left:auto}.terms-login{background:#fff;color:#000;border:1px solid #fff;padding:clamp(6px,1.5vh,7px) clamp(12px,2vw,18px);border-radius:5px;font-weight:500;font-size:clamp(16px,1.5vw,20px);cursor:pointer;transition:all .3s ease}.terms-login:hover{background:transparent;color:#fff}.terms-main{width:100%;display:flex;justify-content:center;padding:clamp(40px,6vh,80px) 20px 100px}.terms-wrapper{width:100%;max-width:760px}.terms-title{font-size:clamp(18px,3vw,29px);font-weight:500;margin:0 0 42px}.terms-card{background:#0c0c0cf5;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:clamp(24px,4vw,44px);box-shadow:0 0 0 1px #ffffff05,0 20px 80px #00000073}.terms-updated{color:#919191;font-size:14px;margin-bottom:36px}.terms-card section{margin-bottom:34px}.terms-card section:last-child{margin-bottom:0}.terms-card h2{font-size:18px;font-weight:700;margin-bottom:16px;color:#fff}.terms-card p,.terms-card li{color:#b7b7b7;font-size:15px;line-height:1.9;letter-spacing:.01em}.terms-card p{margin:0 0 18px}.terms-card ul{margin:0;padding-left:20px}.terms-card li{margin-bottom:10px}.terms-burger{display:none;width:24px;height:16px;position:relative;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;z-index:1001}.terms-burger-line{display:block;position:absolute;left:0;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.terms-burger-line:nth-child(1){top:0}.terms-burger-line:nth-child(2){top:50%;transform:translateY(-50%)}.terms-burger-line:nth-child(3){bottom:0}.terms-burger.active .terms-burger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.terms-burger.active .terms-burger-line:nth-child(2){opacity:0;transform:translate(-12px)}.terms-burger.active .terms-burger-line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.terms-mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:flex;flex-direction:column;justify-content:end;align-items:flex-start;gap:40px;padding-left:clamp(25px,6vw,50px);padding-right:clamp(25px,6vw,50px);background:#050505eb;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.terms-mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.terms-mobile-menu__actions{align-self:center;width:100%;display:flex;flex-direction:column;gap:12px;margin-top:24px;margin-bottom:80px}.terms-mobile-menu__actions button{width:100%;padding:14px 10px;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;border:2px solid #fff}.terms-menu-btn-signup{background:#fff;color:#000}.terms-menu-btn-login{background:transparent;color:#fff}@media(max-width:480px){.terms-actions{display:none}.terms-burger{display:block}.terms-title{margin-bottom:28px}.terms-card{padding:22px}}.terms-page{scrollbar-color:#2a2a2a #050505;scrollbar-width:thin;overflow-y:auto;height:100vh}.terms-page::-webkit-scrollbar{width:8px}.terms-page::-webkit-scrollbar-track{background:#050505}.terms-page::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:999px}.terms-page::-webkit-scrollbar-thumb:hover{background:#353535}.privacy-page{min-height:100vh;background:#050505;color:#fff;font-family:Inter,sans-serif}.privacy-header{background:#050505b8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;box-sizing:border-box;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(255,255,255,.05)}.privacy-header-container{display:flex;align-items:center;justify-content:flex-start;max-width:2000px;margin:0 auto;padding:clamp(15px,2vh,20px) clamp(25px,3vw,40px);box-sizing:border-box;width:100%}.privacy-logo{display:flex;align-items:center;gap:1px;font-size:clamp(20px,2vw,26px);font-weight:500;-webkit-user-select:none;user-select:none;color:#fff}.privacy-logo span{color:#fff}.privacy-logo img{width:clamp(36px,4vh,50px);height:clamp(37px,4.1vh,51px)}.privacy-nav{display:flex;gap:clamp(25px,3vw,40px);color:#fff;font-size:clamp(16px,1.5vw,20px);margin-left:clamp(30px,4vw,60px);margin-right:auto}.privacy-nav a{cursor:pointer;transition:all .3s ease}.privacy-nav a:hover{color:#8d8d8d}.privacy-actions{display:flex;align-items:center;gap:clamp(12px,1.5vw,16px);margin-left:auto}.privacy-login{background:#fff;color:#000;border:1px solid #fff;padding:clamp(6px,1.5vh,7px) clamp(12px,2vw,18px);border-radius:5px;font-weight:500;font-size:clamp(16px,1.5vw,20px);cursor:pointer;transition:all .3s ease}.privacy-login:hover{background:transparent;color:#fff}.privacy-main{width:100%;display:flex;justify-content:center;padding:clamp(40px,6vh,80px) 20px 100px}.privacy-wrapper{width:100%;max-width:760px}.privacy-title{font-size:clamp(18px,3vw,29px);font-weight:500;margin:0 0 42px}.privacy-card{background:#0c0c0cf5;border:1px solid rgba(255,255,255,.08);border-radius:5px;padding:clamp(24px,4vw,44px);box-shadow:0 0 0 1px #ffffff05,0 20px 80px #00000073}.privacy-updated{color:#919191;font-size:14px;margin-bottom:36px}.privacy-card section{margin-bottom:34px}.privacy-card section:last-child{margin-bottom:0}.privacy-card h2{font-size:18px;font-weight:700;margin-bottom:16px;color:#fff}.privacy-card p,.privacy-card li{color:#b7b7b7;font-size:15px;line-height:1.9;letter-spacing:.01em}.privacy-card p{margin:0 0 18px}.privacy-card ul{margin:0;padding-left:20px}.privacy-card li{margin-bottom:10px}.privacy-table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px;background:#ffffff05;border-radius:8px;overflow:hidden}.privacy-table th,.privacy-table td{border:1px solid rgba(255,255,255,.1);padding:10px 12px;text-align:left;vertical-align:top;color:#b7b7b7}.privacy-table th{background:#ffffff0d;font-weight:600;color:#fff}.privacy-burger{display:none;width:24px;height:16px;position:relative;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;z-index:1001}.privacy-burger-line{display:block;position:absolute;left:0;width:100%;height:2px;background:#fff;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.privacy-burger-line:nth-child(1){top:0}.privacy-burger-line:nth-child(2){top:50%;transform:translateY(-50%)}.privacy-burger-line:nth-child(3){bottom:0}.privacy-burger.active .privacy-burger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.privacy-burger.active .privacy-burger-line:nth-child(2){opacity:0;transform:translate(-12px)}.privacy-burger.active .privacy-burger-line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.privacy-mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:flex;flex-direction:column;justify-content:end;align-items:flex-start;gap:40px;padding-left:clamp(25px,6vw,50px);padding-right:clamp(25px,6vw,50px);background:#050505eb;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.privacy-mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.privacy-mobile-menu__actions{align-self:center;width:100%;display:flex;flex-direction:column;gap:12px;margin-top:24px;margin-bottom:80px}.privacy-mobile-menu__actions button{width:100%;padding:14px 10px;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;border:2px solid #fff}.privacy-menu-btn-signup{background:#fff;color:#000}.privacy-menu-btn-login{background:transparent;color:#fff}@media(max-width:480px){.privacy-actions{display:none}.privacy-burger{display:block}.privacy-title{margin-bottom:28px}.privacy-card{padding:22px}}.privacy-page{scrollbar-color:#2a2a2a #050505;scrollbar-width:thin;overflow-y:auto;height:100vh}.privacy-page::-webkit-scrollbar{width:8px}.privacy-page::-webkit-scrollbar-track{background:#050505}.privacy-page::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:999px}.privacy-page::-webkit-scrollbar-thumb:hover{background:#353535}html,body{margin:0;padding:0;width:100%;min-height:100%}.docs-page{min-height:100vh;background:#fff;color:#000;font-family:Inter,sans-serif}.docs-header{background:#ffffffb8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);width:100%;box-sizing:border-box;position:sticky;top:0;z-index:1000}.docs-header-container{display:flex;align-items:center;justify-content:flex-start;max-width:2000px;margin:0 auto;padding:clamp(15px,2vh,20px) clamp(25px,3vw,40px);box-sizing:border-box;width:100%}.docs-logo{display:flex;align-items:center;gap:1px;font-size:clamp(20px,2vw,26px);font-weight:500;-webkit-user-select:none;user-select:none;color:#000}.docs-logo span{color:#000}.docs-logo img{width:clamp(36px,4vh,50px);height:clamp(37px,4.1vh,51px)}.docs-nav{display:flex;gap:clamp(25px,3vw,40px);color:#000;font-size:clamp(16px,1.5vw,20px);margin-left:clamp(30px,4vw,60px);margin-right:auto}.docs-nav a{cursor:pointer;transition:all .3s ease}.docs-nav a:hover{color:#8d8d8d}.docs-actions{display:flex;align-items:center;gap:clamp(12px,1.5vw,16px);margin-left:auto}.docs-login{background:#000;color:#fff;border:1px solid #000;padding:clamp(6px,1.5vh,7px) clamp(12px,2vw,18px);border-radius:5px;font-weight:500;font-size:clamp(16px,1.5vw,20px);cursor:pointer;transition:all .3s ease;letter-spacing:.019em}.docs-login:hover{background:transparent;color:#000}.logo-icon{font-size:28px}.docs-container{display:flex;align-items:flex-start;max-width:1400px;margin:0 auto;min-height:calc(100vh - 73px);position:relative}.docs-sidebar{width:280px;background:#fff;border-right:1px solid #e5e5e5;padding:48px 0;position:sticky;top:79px;height:calc(100vh - 79px);overflow-y:auto;flex-shrink:0}.docs-sidebar.closed{width:0;padding:32px 0;overflow:hidden;border-right:none}.docs-nav{padding:0 24px}.nav-section{margin-bottom:32px;max-width:230px}.nav-section-title{font-size:11px;font-weight:600;text-transform:uppercase;color:#666;margin-bottom:16px;letter-spacing:.1em}.nav-item{display:block;width:100%;padding:10px 16px;margin-bottom:4px;border:none;background:none;border-radius:5px;font-size:14px;color:#333;cursor:pointer;text-align:left;font-weight:500}.nav-item:hover{background:#f5f5f5;color:#000}.nav-item.active{border:1px solid #000}.docs-content{flex:1;min-width:0;position:relative}.docs-article{padding:48px 64px;max-width:900px}.docs-article.hidden{display:none;visibility:hidden;opacity:0}.docs-article.active{display:block;visibility:visible;opacity:1}.docs-article h1{font-size:42px;font-weight:500;margin-bottom:32px;line-height:1.2;letter-spacing:-.02em;color:#000;padding:0;margin-top:0}.docs-article h2{font-size:28px;font-weight:500;margin-top:48px;margin-bottom:20px;padding-bottom:12px;border-bottom:2px solid #e5e5e5;color:#000}.docs-article h3{font-size:18px;font-weight:500;margin-top:32px;margin-bottom:16px;color:#333}.docs-article p{font-size:16px;line-height:1.7;color:#444;margin-bottom:20px}.docs-article p.description{font-size:18px;line-height:1.6;color:#333;background:#fff;padding:20px 24px;border:1px solid #000;border-left:4px solid #000;border-radius:5px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;margin:40px 0}.feature-card{background:#fff;border:1px solid #e5e5e5;border-radius:5px;padding:24px;transition:all .2s ease}.feature-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.feature-icon{font-size:32px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;width:42px;height:42px}.feature-icon img{width:100%;height:100%;object-fit:contain}.feature-icon svg{width:40px;height:40px}.feature-card:hover .feature-icon img,.feature-card:hover .feature-icon svg{transform:scale(1.05);transition:transform .2s ease}.feature-card h3{font-size:18px;font-weight:500;margin:12px 0;color:#000}.feature-card p{font-size:14px;color:#666;margin:0;line-height:1.6}.code-block{background:#1a1a2e;border-radius:5px;padding:24px;margin:20px 0;overflow-x:auto;position:relative}.code-block:before{content:"";position:absolute;top:12px;right:12px;display:flex;gap:6px}.code-block:before span{width:12px;height:12px;border-radius:50%;background:#ff5f56}.code-block:before span:nth-child(2){background:#ffbd2e}.code-block:before span:nth-child(3){background:#27ca40}.code-block pre{margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.6;color:#e5e5e5;white-space:pre-wrap;word-wrap:break-word}.code-block code{background:#2d2d44;padding:2px 8px;border-radius:5px;font-family:Monaco,Menlo,monospace;font-size:13px}.docs-article code{background:#f0f0f0;padding:3px 8px;border-radius:5px;font-family:Monaco,Menlo,monospace;font-size:14px;color:#000;font-weight:500}.example-block{margin:32px 0}.example-block h3{margin-bottom:12px;color:#000}.note{background:#fff;border:1px solid #000;border-left:4px solid #000;padding:20px 24px;margin:32px 0;border-radius:5px;color:#000;font-size:18px;line-height:1.6}.note strong{color:#000;display:block;margin-bottom:8px}.note-icon{width:18px;height:18px;margin-right:8px;vertical-align:middle}.note-icon-inline{width:18px;height:18px;margin-right:6px;vertical-align:middle;display:inline-block}.note-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.note-header strong{margin:0;color:#000}.note-header .note-icon{margin:0}.note p{margin:0;color:#000}.api-section{background:#fff;border:1px solid #e5e5e5;border-radius:5px;padding:32px;margin:32px 0}.api-section h2{margin-top:0;padding-bottom:16px;border-bottom:2px solid #000;color:#000}.intro-section{background:#fff;border:1px solid #e5e5e5;border-radius:5px;padding:32px;margin:32px 0}.intro-section h2{margin-top:0;color:#000}@media(max-width:1024px){.docs-sidebar{position:fixed;left:0;top:73px;z-index:90;background:#fff;box-shadow:2px 0 12px #0000001a}.docs-sidebar.closed{transform:translate(-100%)}.docs-article{padding:32px}}@media(max-width:768px){.docs-search{display:none}.docs-article{padding:24px 20px}.docs-article h1{font-size:32px}.docs-article h2{font-size:24px}.features-grid{grid-template-columns:1fr}.code-block{padding:16px}}.docs-sidebar::-webkit-scrollbar,.docs-article::-webkit-scrollbar{width:6px}.docs-sidebar::-webkit-scrollbar-track,.docs-article::-webkit-scrollbar-track{background:#f5f5f5}.docs-sidebar::-webkit-scrollbar-thumb,.docs-article::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px}.docs-sidebar::-webkit-scrollbar-thumb:hover,.docs-article::-webkit-scrollbar-thumb:hover{background:#999}.docs-burger{display:none;width:24px;height:16px;position:relative;background:none;border:none;cursor:pointer;padding:0;margin-left:auto;z-index:1001}.docs-burger-line{display:block;position:absolute;left:0;width:100%;height:2px;background:#000;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.docs-burger-line:nth-child(1){top:0}.docs-burger-line:nth-child(2){top:50%;transform:translateY(-50%)}.docs-burger-line:nth-child(3){bottom:0}.docs-burger.active .docs-burger-line:nth-child(1){top:50%;transform:translateY(-50%) rotate(45deg)}.docs-burger.active .docs-burger-line:nth-child(2){opacity:0;transform:translate(-12px)}.docs-burger.active .docs-burger-line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.docs-mobile-menu{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:999;display:flex;flex-direction:column;justify-content:end;align-items:flex-start;gap:40px;padding-left:clamp(25px,6vw,50px);padding-right:clamp(25px,6vw,50px);background:#ffffffd9;backdrop-filter:blur(7px);-webkit-backdrop-filter:blur(7px);opacity:0;pointer-events:none;transform:translateY(-20px);transition:opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1)}.docs-mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.docs-mobile-menu__links{display:flex;flex-direction:column;gap:28px;font-size:32px;font-weight:600;text-align:left;width:100%}.docs-mobile-menu__links a{cursor:pointer;transition:color .2s}.docs-mobile-menu__links a:hover{color:#666}.docs-mobile-menu__actions{align-self:center;width:100%;display:flex;flex-direction:column;gap:12px;margin-top:24px;margin-bottom:80px}.docs-mobile-menu__actions button{width:100%;padding:14px 10px;border-radius:5px;font-size:16px;font-weight:600;cursor:pointer;border:2px solid #000;transition:background .2s ease,border-color .2s ease,transform .2s ease;letter-spacing:.019rem}.docs-mobile-menu__actions button:hover{transform:scale(1.02)}.docs-menu-btn-login{background:#fff;color:#000}.docs-menu-btn-login:hover{background:#0000000f}@media(max-width:1024px){.docs-nav{display:none}.docs-sidebar{position:fixed;left:0;top:73px;z-index:90;background:#fff;box-shadow:2px 0 12px #0000001a;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.docs-article{padding:32px}}@media(max-width:768px){.docs-article{padding:24px 20px}.docs-article h1{font-size:32px}.docs-article h2{font-size:24px}.features-grid{grid-template-columns:1fr}.code-block{padding:16px}}@media(max-width:480px){.docs-actions{display:none}.docs-burger{display:block}.docs-mobile-menu__links{font-size:28px;gap:30px}.docs-article h1{font-size:28px}.feature-card{padding:20px}}@media(min-width:1025px){.docs-nav{display:none}}
