@import "./app.legacy.css";
body{background:linear-gradient(180deg,#f8fafc 0%,#fff 40%,#f1f5f9 100%);color:#0f172a;font-family:'Inter','Segoe UI',system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;}a{color:#0284c7;transition:color .2s ease;}a:hover{color:#0369a1;}.wrapper{min-height:100vh;background:linear-gradient(180deg,#f8fafc 0%,#fff 40%,#f1f5f9 100%);}.main{display:flex;flex-direction:column;min-height:100vh;}.header{position:sticky;top:0;z-index:40;border-bottom:1px solid #e2e8f0;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);}.contr{width:100%;max-width:1100px;margin:0 auto;padding:0 1rem;}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;gap:.75rem;}.header__logo{font-size:1.1rem;font-weight:600;color:#0f172a;letter-spacing:-.01em;text-decoration:none;}.header__nav{display:flex;align-items:center;gap:.5rem;}.header__lang select{border:1px solid #e2e8f0;background:#fff;padding:.35rem .75rem;border-radius:.65rem;font-size:.9rem;color:#334155;box-shadow:0 1px 2px rgba(15,23,42,.05);}.nav-item a{font-size:.95rem;font-weight:600;color:#334155;}.nav-item a:hover{color:#0284c7;}.skiplink{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden;}.skiplink:focus{position:fixed;left:1rem;top:1rem;width:auto;height:auto;padding:.5rem .75rem;background:#fff;border-radius:.65rem;box-shadow:0 6px 20px rgba(15,23,42,.15);z-index:50;}.breadcrumbs{background:#fff;border-bottom:1px solid #e2e8f0;}.breadcrumbs__inner{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#64748b;padding:.85rem 0;}.breadcrumbs__inner .last{color:#0f172a;font-weight:600;}.help-search{display:flex;flex-direction:column;gap:1rem;background:#fff;box-shadow:0 18px 48px rgba(15,23,42,.08);border-radius:1.25rem;padding:1.5rem 1.75rem;}.search__title{font-size:1.7rem;font-weight:700;color:#0f172a;margin:0;}.search__form{margin-top:.25rem;display:flex;flex-direction:column;gap:.75rem;}.search__form .form-group{display:flex;flex-direction:column;gap:.75rem;}@media (min-width:640px){.search__form .form-group{flex-direction:row;align-items:stretch;}}.form-control{flex:1;border:1px solid #e2e8f0;background:#fff;padding:.85rem 1rem;border-radius:.9rem;font-size:1rem;color:#0f172a;box-shadow:0 1px 2px rgba(15,23,42,.05);outline:none;}.form-control:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.15);}.search__submit{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.9rem;background:#e0f2fe;color:#0284c7;border:none;box-shadow:0 1px 2px rgba(15,23,42,.05);}#search-button.btn-full{padding:.85rem 1rem;}.kb-suggestions.boxed{margin-top:.5rem;border:1px dashed #cbd5e1;background:rgba(248,250,252,.8);padding:1rem;border-radius:.9rem;display:none;}.type--list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem;}.suggest-preview{display:flex;gap:.75rem;padding:.75rem;border-radius:.9rem;border:1px solid transparent;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);text-decoration:none;color:inherit;}.suggest-preview:hover{border-color:#bfdbfe;box-shadow:0 10px 25px rgba(14,116,144,.1);}.suggest-preview__title{font-weight:700;margin:0;color:#0f172a;}.suggest-preview p{margin:.25rem 0 0;font-size:.9rem;color:#475569;}.icon-in-circle{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:9999px;background:#e0f2fe;color:#0284c7;}.nav{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.2rem;}@media (min-width:640px){.nav{grid-template-columns:repeat(2,minmax(0,1fr));}}.navlink{display:flex;align-items:center;gap:1rem;padding:1.25rem;border-radius:1.1rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 20px 50px rgba(15,23,42,.08);text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;}.navlink:hover{transform:translateY(-2px);box-shadow:0 25px 60px rgba(14,165,233,.15);border-color:#bae6fd;}.navlink__title{font-size:1.05rem;margin:0;font-weight:700;color:#0f172a;}.navlink__descr{margin:.25rem 0 0;font-size:.95rem;color:#475569;}.article{margin-top:1.5rem;border-radius:1.25rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 48px rgba(15,23,42,.08);padding:1.5rem 1.75rem;}.article__heading a{display:flex;align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;color:#0f172a;text-decoration:none;}.tabbed__head_tabs{display:flex;gap:.5rem;margin-top:1rem;border-bottom:1px solid #e2e8f0;padding-bottom:.35rem;}.tabbed__head_tabs li{list-style:none;cursor:pointer;border-radius:.9rem;padding:.45rem .9rem;font-size:.95rem;font-weight:600;color:#475569;}.tabbed__head_tabs li.current{background:#e0f2fe;color:#0369a1;}.tabbed__tabs{margin-top:1rem;}.tabbed__tabs_tab{display:none;grid-template-columns:1fr;gap:1rem;}@media (min-width:768px){.tabbed__tabs_tab{grid-template-columns:repeat(2,minmax(0,1fr));}}.tabbed__tabs_tab.is-visible{display:grid;}.preview{display:flex;gap:.75rem;border-radius:1rem;border:1px solid #e2e8f0;padding:1rem;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.06);text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease;}.preview:hover{border-color:#bae6fd;box-shadow:0 25px 60px rgba(14,165,233,.12);}.preview__title{margin:0;font-size:1rem;font-weight:700;color:#0f172a;}.preview__text p{margin:.25rem 0 0;font-size:.92rem;color:#475569;}.rate{display:flex;align-items:center;gap:1rem;font-size:.9rem;color:#64748b;}.notice-flash .notification{border-radius:1rem;border:1px solid #e2e8f0;padding:1rem;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.08);}.notification.green{border-color:#a7f3d0;background:#ecfdf3;color:#065f46;}.notification.blue{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8;}.notification.orange{border-color:#fed7aa;background:#fff7ed;color:#c2410c;}.notification.red{border-color:#fecdd3;background:#fff1f2;color:#be123c;}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:.9rem;padding:.65rem 1rem;font-size:.95rem;font-weight:700;color:#fff;background:#0284c7;border:none;box-shadow:0 10px 25px rgba(14,165,233,.3);}.btn:hover{background:#0369a1;}.btn.btn--blue-border{color:#0369a1;background:#fff;border:1px solid #bae6fd;box-shadow:none;}.btn.btn--blue-border:hover{border-color:#0284c7;color:#075985;}.btn.btn-full{width:100%;}.icon{width:1.25rem;height:1.25rem;}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{border:1px solid #e2e8f0;background:#fff;padding:.8rem 1rem;border-radius:.9rem;font-size:.95rem;color:#0f172a;box-shadow:0 1px 2px rgba(15,23,42,.05);outline:none;}input:focus,textarea:focus,select:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.15);}label{font-size:.95rem;font-weight:600;color:#334155;}.boxed{border-radius:1rem;border:1px solid #e2e8f0;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.05);}.footer{margin-top:2rem;border-top:1px solid #e2e8f0;background:#fff;}.footer p{padding:1.25rem 0;text-align:center;font-size:.9rem;color:#64748b;margin:0;}.profile__item{position:relative;display:flex;align-items:center;gap:.75rem;}.user__ava{width:2.5rem;height:2.5rem;border-radius:9999px;background:linear-gradient(135deg,#0ea5e9,#6366f1);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;}.user__name{font-size:.95rem;font-weight:700;color:#0f172a;cursor:pointer;}.profile__menu{position:absolute;right:0;top:3rem;width:13rem;background:#fff;border:1px solid #e2e8f0;box-shadow:0 18px 48px rgba(15,23,42,.12);border-radius:1rem;padding:.75rem;display:none;}.profile__item:hover .profile__menu{display:block;}.profile--view a{display:inline-flex;width:100%;justify-content:center;font-size:.95rem;font-weight:700;color:#334155;padding:.55rem .75rem;border-radius:.75rem;text-decoration:none;}.profile--view a:hover{background:#f1f5f9;}.profile--logout a{display:flex;align-items:center;gap:.4rem;font-size:.95rem;color:#e11d48;text-decoration:none;}.profile--logout a:hover{color:#be123c;}
