*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.55;color:#1a1f2e;background:#fff;min-height:100vh}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:none}a{color:inherit;text-decoration:none}ol,ul{list-style:none}h1,h2,h3,h4,h5,h6{line-height:1.25;font-weight:700}.smart-container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.smart-container{padding:0 24px}}.smart-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.smart-scrollbar-hide{scrollbar-width:none;-ms-overflow-style:none}.smart-scrollbar-hide::-webkit-scrollbar{display:none}.smart-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-clamp-2{-webkit-line-clamp:2}.smart-clamp-2,.smart-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.smart-clamp-3{-webkit-line-clamp:3}html{scroll-behavior:smooth}.smart-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 20px;border-radius:10px;font-size:13px;font-weight:700;transition:.18s ease;white-space:nowrap}.smart-btn:disabled{opacity:.5;cursor:not-allowed}.smart-btn--primary{background:#07e;color:#fff}.smart-btn--primary:hover:not(:disabled){background:#06c}.smart-btn--secondary{background:#e8ebf0;color:#2f3542}.smart-btn--secondary:hover:not(:disabled){background:#d6dae3}.smart-btn--success{background:#15a863;color:#fff}.smart-btn--success:hover:not(:disabled){background:#129156}.smart-btn--danger{background:#df3a4d;color:#fff}.smart-btn--danger:hover:not(:disabled){background:#db2439}.smart-btn--ghost{background:transparent;color:#4a5168}.smart-btn--ghost:hover:not(:disabled){background:#f4f6fa}.smart-btn--outline{background:transparent;border:1px solid #d6dae3;color:#2f3542}.smart-btn--outline:hover:not(:disabled){border-color:#07e;color:#07e}.smart-btn--sm{height:32px;padding:0 12px;font-size:12px}.smart-btn--lg{height:48px;padding:0 24px;font-size:16px}.smart-btn--block{width:100%}.smart-card{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);overflow:hidden}.smart-card--hoverable{transition:.18s ease}.smart-card--hoverable:hover{box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-2px)}.smart-card__body{padding:24px}.smart-card__header{padding:20px 24px;border-bottom:1px solid #e8ebf0;display:flex;align-items:center;justify-content:space-between}.smart-card__title{font-size:16px;font-weight:700}.smart-card__footer{padding:16px 24px;border-top:1px solid #e8ebf0}.smart-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600}.smart-badge--primary{background:#e6f1fd;color:#07e}.smart-badge--success{background:#e8f6ef;color:#15a863}.smart-badge--danger{background:#fef0f0;color:#df3a4d}.smart-badge--warning{background:rgba(245,162,0,.15);color:#c28000}.smart-badge--neutral{background:#e8ebf0;color:#4a5168}.smart-badge--exclusive{background:#fef0f0;color:#df3a4d;text-transform:lowercase}.smart-field{display:block;margin-bottom:16px}.smart-field__label{display:block;font-size:13px;font-weight:600;color:#2f3542;margin-bottom:6px}.smart-field__label .smart-field__required{color:#df3a4d}.smart-field__hint{font-size:12px;color:#8e95a8;margin-top:4px}.smart-field__error{font-size:12px;color:#df3a4d;margin-top:4px}.smart-input,.smart-select,.smart-textarea{display:block;width:100%;padding:0 12px;border:1px solid #d6dae3;border-radius:10px;background:#fff;font-size:13px;transition:.18s ease}.smart-input:focus,.smart-select:focus,.smart-textarea:focus{outline:none;border-color:#07e;box-shadow:0 0 0 3px rgba(0,119,238,.15)}.smart-input:disabled,.smart-select:disabled,.smart-textarea:disabled{background:#f4f6fa;cursor:not-allowed}.smart-input,.smart-select{height:40px}.smart-textarea{padding:12px;min-height:120px;resize:vertical;font-family:Manrope,-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.smart-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:32px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%236B7389'%3E%3Cpath d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.smart-checkbox{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:13px}.smart-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#07e;cursor:pointer}.smart-alert{padding:12px 16px;border-radius:10px;font-size:13px;margin-bottom:16px}.smart-alert--danger{background:#fef0f0;color:#df3a4d}.smart-alert--success{background:#e8f6ef;color:#15a863}.smart-alert--warning{background:rgba(245,162,0,.12);color:#a96f00}.smart-alert--info{background:#e6f1fd;color:#07e}.smart-dropdown{position:relative}.smart-dropdown__menu{position:absolute;right:0;top:calc(100% + 8px);min-width:220px;background:#fff;border-radius:10px;box-shadow:0 12px 32px rgba(15,23,42,.12);border:1px solid #e8ebf0;z-index:100;overflow:hidden}.smart-dropdown__item{display:block;padding:8px 16px;font-size:13px;color:#2f3542;transition:background .18s ease;text-align:left;width:100%}.smart-dropdown__item:hover{background:#f4f6fa}.smart-dropdown__item--danger{color:#df3a4d}.smart-dropdown__item--danger:hover{background:#fef0f0}.smart-dropdown__head{padding:12px 16px;border-bottom:1px solid #e8ebf0}.smart-dropdown__head-name{font-weight:700;color:#1a1f2e;font-size:13px}.smart-dropdown__head-email{font-size:12px;color:#6b7389;margin-top:2px}.smart-dropdown__head-role{display:inline-block;margin-top:4px;font-size:10px;font-weight:700;text-transform:uppercase;padding:2px 6px;border-radius:6px;background:#e6f1fd;color:#07e}.smart-h1{font-size:36px;font-weight:800;letter-spacing:-.02em;color:#1a1f2e;margin-bottom:16px;line-height:1.15}@media(min-width:768px){.smart-h1{font-size:44px}}.smart-h2{font-size:28px;letter-spacing:-.01em;margin-bottom:16px}.smart-h2,.smart-h3{font-weight:700;color:#1a1f2e}.smart-h3{font-size:22px;margin-bottom:12px}.smart-prose{font-size:15px;line-height:1.75;color:#2f3542}.smart-prose p{margin-bottom:16px}.smart-prose h2{margin:32px 0 16px;font-size:22px}.smart-prose h3{margin:24px 0 12px;font-size:18px}.smart-prose ol,.smart-prose ul{padding-left:24px;margin-bottom:16px}.smart-prose li{margin-bottom:6px}.smart-prose a{color:#07e}.smart-prose code{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;background:#f4f6fa;padding:2px 6px;border-radius:4px;font-size:.9em}.smart-prose blockquote{border-left:3px solid #07e;padding-left:16px;font-style:italic;color:#4a5168;margin:16px 0}.smart-header{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:hsla(0,0%,100%,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e8ebf0}.smart-header__bar{display:flex;align-items:center;gap:24px;height:64px}.smart-header__right{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.smart-logo{display:inline-flex;align-items:baseline;gap:4px;font-size:22px;font-weight:800;letter-spacing:-.02em}.smart-logo__first{color:#1a1f2e}.smart-logo__second{color:#07e}.smart-header__login{display:inline-flex;align-items:center;height:36px;padding:0 16px;border-radius:10px;background:#e6f1fd;color:#07e;font-weight:700;font-size:13px;transition:.18s ease}.smart-header__login:hover{background:#d8e9fc}.smart-header__user{display:inline-flex;align-items:center;gap:8px;padding:4px 12px 4px 4px;border-radius:999px;background:#f4f6fa;transition:.18s ease;position:relative}.smart-header__user:hover{background:#e8ebf0}.smart-header__avatar{width:32px;height:32px;border-radius:50%;background:#07e;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.smart-nav{flex:1 1;min-width:0}@media(max-width:767px){.smart-nav{display:none}}.smart-nav__list{display:flex;align-items:center;gap:4px;list-style:none;margin:0;padding:0}.smart-nav__link{display:block;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600;color:#4a5168;white-space:nowrap;transition:color .15s,background .15s}.smart-nav__link:hover{color:#07e;background:#e6f1fd}.smart-nav__link.is-active{color:#07e;font-weight:700}.smart-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;border:none;background:none;cursor:pointer;padding:4px;border-radius:8px;transition:background .15s;flex-shrink:0}@media(max-width:767px){.smart-burger{display:flex}}.smart-burger span{display:block;height:2px;border-radius:2px;background:#2f3542;transition:transform .25s,opacity .2s,width .2s}.smart-burger span:first-child{width:22px}.smart-burger span:nth-child(2){width:18px}.smart-burger span:nth-child(3){width:22px}.smart-burger.is-open span:first-child{transform:translateY(7px) rotate(45deg);width:22px}.smart-burger.is-open span:nth-child(2){opacity:0}.smart-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);width:22px}.smart-burger:hover{background:#f4f6fa}.smart-mobile-overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.smart-mobile-overlay.is-open{opacity:1;visibility:visible}.smart-mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;background:#fff;z-index:9999;box-shadow:4px 0 32px rgba(0,0,0,.15);transform:translateX(-100%);transition:transform .28s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.smart-mobile-drawer.is-open{transform:translateX(0)}.smart-mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #ebebf4;height:64px;flex-shrink:0}.smart-mobile-drawer__close{background:none;border:none;cursor:pointer;color:#6b7389;padding:4px;border-radius:8px;display:flex;align-items:center;transition:color .15s,background .15s}.smart-mobile-drawer__close:hover{color:#1a1f2e;background:#f4f6fa}.smart-mobile-drawer__nav{display:flex;flex-direction:column;padding:12px;gap:2px;overflow-y:auto;flex:1 1}.smart-mobile-drawer__link{display:block;padding:12px 16px;border-radius:10px;font-size:16px;font-weight:600;color:#2f3542;text-decoration:none;transition:color .15s,background .15s}.smart-mobile-drawer__link:hover{background:#f4f6fa;color:#07e}.smart-mobile-drawer__link.is-active{background:#e6f1fd;color:#07e;font-weight:700}.smart-breadcrumbs{padding:16px 0 8px}.smart-breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#6b7389}.smart-breadcrumbs__separator{color:#b8bdcc}.smart-breadcrumbs__link{transition:color .18s ease}.smart-breadcrumbs__link:hover{color:#07e}.smart-breadcrumbs__current{color:#1a1f2e;font-weight:500}.smart-footer{margin-top:64px;background:#fff;box-shadow:0 -2px 8px rgba(0,0,0,.03)}.smart-footer__inner{padding:40px 0}.smart-footer__stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;padding:24px 0;border-top:1px solid #e8ebf0;border-bottom:1px solid #e8ebf0}@media(min-width:768px){.smart-footer__stats{grid-template-columns:repeat(5,1fr)}}.smart-footer__stat-value{font-size:16px;font-weight:700;color:#1a1f2e}.smart-footer__stat-label{font-size:12px;color:#6b7389;margin-top:4px}.smart-footer__links{display:flex;flex-wrap:wrap;gap:8px 24px;padding:20px 0 8px}.smart-footer__links a{font-size:12px;color:#07e}.smart-footer__links a:hover{text-decoration:underline}.smart-footer__copy{font-size:12px;color:#8e95a8;padding-top:8px}.smart-login-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:48px 16px}.smart-login-box{width:100%;max-width:420px;background:#fff;border-radius:14px;box-shadow:0 12px 32px rgba(15,23,42,.12);padding:32px}.smart-login-box__logo{display:flex;justify-content:center;margin-bottom:24px}.smart-login-box__title{font-size:22px;font-weight:700;text-align:center;margin-bottom:8px}.smart-login-box__subtitle{font-size:13px;color:#6b7389;text-align:center;margin-bottom:24px}.smart-login-box__hint{margin-top:20px;padding:12px 16px;background:#f4f6fa;border-radius:10px;font-size:12px;color:#4a5168}.smart-login-box__hint strong{display:block;margin-bottom:4px}.smart-login-box__hint code{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:11px}.smart-not-found{max-width:520px;margin:0 auto;padding:64px 16px;text-align:center}.smart-not-found__code{font-size:96px;font-weight:800;color:#07e;line-height:1;margin-bottom:16px}.smart-not-found__title{font-size:22px;margin-bottom:12px}.smart-not-found__text{color:#6b7389;margin-bottom:24px}.smart-cookie{position:fixed;bottom:24px;right:24px;z-index:9999;width:400px;background:#1a1a2e;border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:20px;box-shadow:0 8px 32px rgba(0,0,0,.35);animation:cookieSlideIn .35s ease}@keyframes cookieSlideIn{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:420px){.smart-cookie{left:12px;right:12px;bottom:12px;width:auto}}.smart-cookie__inner{display:flex;flex-direction:column;gap:14px}.smart-cookie__text{font-size:13px;line-height:1.6;color:#c8c8e0;margin:0}.smart-cookie__link{color:#07e;text-decoration:none;transition:color .15s}.smart-cookie__link:hover{color:#3395f5}.smart-cookie__btn{width:100%;background:#07e;color:#fff;border:none;border-radius:10px;padding:11px 20px;font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.smart-cookie__btn:hover{background:#005fcc}@media(max-width:767px){.smart-dropdown,.smart-header__login{display:none!important}}.smart-hero{background:#fff!important;padding:48px 0;margin-bottom:32px}.smart-hero__title{font-size:36px;font-weight:800;letter-spacing:-.02em;color:#1a1f2e;max-width:720px;line-height:1.1;margin-bottom:16px}@media(min-width:768px){.smart-hero__title{font-size:52px}}.smart-hero__lead{font-size:18px;color:#4a5168;max-width:620px;margin-bottom:24px}.smart-hero__actions{display:flex;flex-wrap:wrap;gap:12px}.smart-sections-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;margin-bottom:40px}@media(min-width:768px){.smart-sections-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.smart-sections-grid{grid-template-columns:repeat(3,1fr)}}.smart-section-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 2px 4px rgba(15,23,42,.06);transition:.18s ease;display:flex;flex-direction:column;gap:12px}.smart-section-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-3px)}.smart-section-card__title{font-size:18px;font-weight:700;color:#1a1f2e}.smart-section-card__description{font-size:13px;color:#6b7389;line-height:1.55}.smart-section-card__meta{display:flex;align-items:center;gap:12px;font-size:12px;color:#8e95a8;margin-top:auto}.smart-section-header{padding:32px 0 24px}.smart-section-header__title{font-size:36px;font-weight:800;letter-spacing:-.02em;color:#1a1f2e;margin-bottom:12px}.smart-section-header__description{font-size:16px;color:#6b7389;max-width:760px}.smart-list{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media(min-width:768px){.smart-list{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.smart-list{grid-template-columns:repeat(3,1fr)}}.smart-list--single{grid-template-columns:1fr!important}.smart-list-item{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);overflow:hidden;transition:.18s ease;display:flex;flex-direction:column}.smart-list-item:hover{box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-2px)}.smart-list-item__image{height:180px;background:linear-gradient(135deg,#4a5168,#1a1f2e);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.3);font-size:48px;position:relative}.smart-list-item__body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1 1}.smart-list-item__title{font-size:16px;font-weight:700;color:#1a1f2e;line-height:1.35}.smart-list-item__excerpt{font-size:13px;color:#6b7389;line-height:1.55}.smart-list-item__meta{display:flex;gap:8px;align-items:center;font-size:12px;color:#8e95a8;margin-top:auto;padding-top:8px}.smart-detail{max-width:820px;margin:0 auto;padding:16px 0 48px}.smart-detail__hero{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);padding:32px;margin-bottom:24px}.smart-detail__category{display:inline-block;padding:4px 12px;background:#e6f1fd;color:#07e;font-size:12px;font-weight:600;border-radius:6px;margin-bottom:16px}.smart-detail__title{font-size:36px;font-weight:800;letter-spacing:-.01em;line-height:1.2;margin-bottom:16px}.smart-detail__meta{display:flex;gap:12px;font-size:13px;color:#6b7389;margin-bottom:16px;flex-wrap:wrap}.smart-detail__excerpt{font-size:18px;color:#4a5168;line-height:1.6;border-left:3px solid #07e;padding-left:16px;margin:24px 0}.smart-detail__content{margin-top:24px}.smart-cta-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f2f8ff;border:1px solid #e6f1fd;border-radius:10px;transition:.18s ease;color:#1a1f2e}.smart-cta-card:hover{background:#e6f1fd;transform:translateX(3px)}.smart-cta-card__label{font-weight:600}.smart-cta-card__arrow{color:#07e}.smart-bookmaker-hero{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);padding:24px;display:flex;flex-wrap:wrap;gap:24px;align-items:center;margin-bottom:24px}.smart-bookmaker-hero__logo{width:72px;height:72px;border-radius:10px;background:#f4f6fa;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#2f3542;flex-shrink:0}.smart-bookmaker-hero__info{flex:1 1;min-width:200px}.smart-bookmaker-hero__title{font-size:28px;font-weight:800;color:#1a1f2e}.smart-bookmaker-hero__stats{display:flex;flex-wrap:wrap;gap:12px;font-size:13px;color:#6b7389;margin-top:8px}.smart-bookmaker-hero__actions{display:flex;gap:12px}.smart-bookmaker-specs{background:#fff;border-radius:14px;padding:24px;margin-bottom:24px;box-shadow:0 2px 4px rgba(15,23,42,.06)}.smart-bookmaker-specs__title{font-size:18px;font-weight:700;margin-bottom:16px}.smart-bookmaker-specs__grid{display:grid;grid-template-columns:1fr;grid-gap:12px;gap:12px}@media(min-width:640px){.smart-bookmaker-specs__grid{grid-template-columns:repeat(2,1fr)}}.smart-bookmaker-specs__row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e8ebf0;font-size:13px}.smart-bookmaker-specs__row:last-child{border-bottom:none}.smart-bookmaker-specs__key{color:#6b7389}.smart-bookmaker-specs__value{font-weight:600;color:#1a1f2e}.smart-bonus-hero{background:linear-gradient(135deg,#f5a200,#5c3d00);color:#fff;padding:40px 24px;border-radius:14px;text-align:center;margin-bottom:24px}.smart-bonus-hero--exclusive{background:linear-gradient(135deg,#df3a4d,#841522)}.smart-bonus-hero__type{font-size:12px;text-transform:uppercase;letter-spacing:.1em;opacity:.85;margin-bottom:8px}.smart-bonus-hero__amount{font-size:56px;font-weight:800;letter-spacing:-.02em;line-height:1}@media(min-width:768px){.smart-bonus-hero__amount{font-size:72px}}.smart-bonus-hero__label{font-size:13px;opacity:.9;margin-top:8px}.smart-bonus-promo{display:flex;gap:12px;padding:16px;background:#f4f6fa;border-radius:10px;align-items:center;margin-top:16px}.smart-bonus-promo__code{flex:1 1;font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:18px;font-weight:700;padding:12px;background:#fff;border:2px dashed #07e;border-radius:10px;text-align:center;letter-spacing:2px}.smart-prediction-bet{background:linear-gradient(135deg,#07e,#0051a2);color:#fff;border-radius:14px;padding:24px;margin-bottom:24px}.smart-prediction-bet__label{font-size:12px;opacity:.85;margin-bottom:4px}.smart-prediction-bet__row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.smart-prediction-bet__type{font-size:22px;font-weight:700}.smart-prediction-bet__odds-label{font-size:12px;opacity:.85;text-align:right}.smart-prediction-bet__odds-value{font-size:36px;font-weight:800}.smart-prediction-bet__bookie{margin-top:12px;font-size:12px;opacity:.85}.smart-bk-table{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);overflow:hidden}.smart-home-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;padding:24px 0 40px}@media(min-width:1024px){.smart-home-grid{grid-template-columns:1fr 320px}}.smart-home-main{min-width:0;display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.smart-home-aside{position:-webkit-sticky;position:sticky;top:140px;align-self:start}}.smart-block__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}.smart-block__title{font-size:22px;font-weight:800;letter-spacing:-.01em;color:#1a1f2e}.smart-block__more{font-size:13px;color:#07e;font-weight:600}.smart-block__more:hover{text-decoration:underline}.smart-pred-tabs{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px}@media(max-width:767px){.smart-pred-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:2px}.smart-pred-tabs::-webkit-scrollbar{display:none}}.smart-pred-tab{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border-radius:999px;border:1.5px solid #e8ebf0;background:#fff;font-size:12px;font-weight:600;color:#6b7389;cursor:pointer;white-space:nowrap;flex-shrink:0;scroll-snap-align:start;transition:border-color .15s,color .15s,background .15s}.smart-pred-tab:hover{border-color:#07e;color:#07e}.smart-pred-tab.is-active{background:#07e;border-color:#07e;color:#fff}.smart-pred-count{font-size:16px;font-weight:500;color:#b8bdcc;margin-left:6px}.smart-pred-empty{padding:24px;text-align:center;color:#8e95a8;font-size:13px}.smart-prediction-card,.smart-predictions-list{display:flex;flex-direction:column;gap:10px}.smart-prediction-card{background:#fff;border-radius:14px;padding:18px 20px;box-shadow:0 2px 4px rgba(15,23,42,.06);border:1px solid #e8ebf0;text-decoration:none;transition:box-shadow .15s,transform .15s}.smart-prediction-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-1px)}.smart-prediction-card__expert-row{display:flex;align-items:center;gap:10px}.smart-prediction-card__avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#07e,#06c);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;letter-spacing:.5px}.smart-prediction-card__expert-info{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.smart-prediction-card__name{font-size:13px;font-weight:700;color:#1a1f2e}.smart-prediction-card__badge{font-size:10px;font-weight:700;letter-spacing:.5px;color:#07e;background:#e6f1fd;padding:2px 7px;border-radius:6px;text-transform:uppercase}.smart-prediction-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.smart-prediction-card__title{font-size:15px;font-weight:700;color:#1a1f2e;line-height:1.4;flex:1 1}.smart-prediction-card__date{font-size:12px;color:#b8bdcc;white-space:nowrap;flex-shrink:0;padding-top:3px}.smart-prediction-card__excerpt{font-size:13px;color:#4a5168;line-height:1.65}.smart-prediction-card__toggle{background:none;border:none;padding:0;cursor:pointer;color:#07e;font-size:12px;font-weight:600}.smart-prediction-card__toggle:hover{text-decoration:underline}.smart-prediction-card__footer{display:flex;align-items:center;gap:10px;padding-top:10px;border-top:1px solid #f4f6fa;flex-wrap:wrap}.smart-prediction-card__bk{display:flex;align-items:center;flex-shrink:0}.smart-prediction-card__bk-logo{height:22px;max-width:80px;object-fit:contain;object-position:left center}.smart-prediction-card__bk-name{font-size:12px;font-weight:700;color:#fff;background:#07e;padding:2px 8px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.smart-prediction-card__match{font-size:12px;color:#6b7389;flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-prediction-card__match-name{font-weight:600;color:#4a5168}.smart-prediction-card__bet-type{color:#8e95a8}.smart-prediction-card__odds{font-size:18px;font-weight:800;color:#07e;flex-shrink:0}.smart-prediction-card__full-content{font-size:13px;color:#4a5168;line-height:1.7}.smart-prediction-card__full-content p{margin:0 0 10px}.smart-prediction-card__full-content p:last-of-type{margin-bottom:0}.smart-prediction-card__full-content h2,.smart-prediction-card__full-content h3{font-size:15px;font-weight:700;margin:14px 0 6px}.smart-prediction-card__full-content ol,.smart-prediction-card__full-content ul{margin:0 0 10px 18px}.smart-prediction-card__full-content li{margin-bottom:4px}.smart-bonuses-grid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px}@media(min-width:640px){.smart-bonuses-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.smart-bonuses-grid{grid-template-columns:repeat(3,1fr)}}.smart-bonus-card{background:#1e1e30;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s;box-shadow:0 4px 24px rgba(0,0,0,.18)}.smart-bonus-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(0,0,0,.28)}.smart-bonus-card--exclusive .smart-bonus-card__cta{background:linear-gradient(135deg,#f97316,#c2410c)}.smart-bonus-card__banner{width:100%;aspect-ratio:16/9;background:linear-gradient(135deg,#2d2d4e,#1a1a2e);flex-shrink:0}.smart-bonus-card__body{padding:16px 18px 20px;display:flex;flex-direction:column;gap:10px;flex:1 1}.smart-bonus-card__meta{display:flex;align-items:center;gap:10px}.smart-bonus-card__bk-icon{width:32px;height:32px;border-radius:7px;object-fit:cover;background:#2d2d4e;flex-shrink:0}.smart-bonus-card__bk-icon--letter{display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700;color:#fff;background:#4f46e5}.smart-bonus-card__bk-name{font-size:14px;font-weight:700;color:#d0d0e8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.smart-bonus-card__title{font-size:14px;font-weight:600;color:#e8e8f5;line-height:1.5;flex:1 1}.smart-bonus-card__no-promo{display:flex;align-items:center;background:#2a2a42;border:1.5px solid #3d3d5c;border-radius:10px;padding:10px 14px}.smart-bonus-card__no-promo span{font-size:13px;font-weight:600;color:#6b6b8a;font-style:italic}.smart-bonus-card__promo-row{position:relative;display:flex;align-items:center;justify-content:space-between;background:#2a2a42;border:1.5px solid #3d3d5c;border-radius:10px;padding:10px 14px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .15s}.smart-bonus-card__promo-row:hover{border-color:#6366f1}.smart-bonus-card__promo-code{font-size:16px;font-weight:800;letter-spacing:1.5px;color:#fff;text-transform:uppercase}.smart-bonus-card__copy-btn{background:none;border:none;padding:4px;cursor:pointer;color:#88a;display:flex;align-items:center;border-radius:6px;transition:color .15s,background .15s}.smart-bonus-card__copy-btn:hover{color:#fff;background:hsla(0,0%,100%,.08)}.smart-bonus-card__copy-btn.is-copied{color:#22c55e}.smart-bonus-card__copy-toast{position:absolute;top:-42px;left:50%;transform:translateX(-50%);background:#22c55e;color:#fff;font-size:12px;font-weight:700;padding:5px 12px;border-radius:8px;white-space:nowrap;display:flex;align-items:center;gap:5px;pointer-events:none;animation:bonusToastIn .2s ease}.smart-bonus-card__copy-toast:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#22c55e}.smart-bonus-card__amount-box{display:flex;align-items:center;background:#2a2a42;border:1.5px solid #3d3d5c;border-radius:10px;padding:10px 14px}.smart-bonus-card__amount-text{font-size:17px;font-weight:800;letter-spacing:.5px;color:#fff}.smart-bonus-card__cta{display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:10px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;font-size:14px;font-weight:700;text-align:center;transition:opacity .15s}.smart-bonus-card__cta:hover{opacity:.88}@keyframes bonusToastIn{0%{opacity:0;transform:translateX(-50%) translateY(4px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.smart-news-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media(min-width:768px){.smart-news-grid{grid-template-columns:1.3fr 1fr}}.smart-news-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 4px rgba(15,23,42,.06);transition:.18s ease;display:flex;flex-direction:column}.smart-news-card:hover{box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-2px)}.smart-news-card__image{height:220px;background:linear-gradient(135deg,#4a5168,#1a1f2e);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.3);font-size:48px}.smart-news-card__body{padding:20px;display:flex;flex-direction:column;gap:8px}.smart-news-card__title{font-size:16px;font-weight:700;color:#1a1f2e;line-height:1.35}.smart-news-card__excerpt{font-size:13px;color:#6b7389;line-height:1.55}.smart-news-card__meta{font-size:12px;color:#8e95a8;margin-top:auto}.smart-news-card--featured .smart-news-card__title{font-size:18px}.smart-news-sublist{display:flex;flex-direction:column;gap:12px}.smart-news-mini{display:block;background:#fff;border-radius:10px;padding:12px 16px;box-shadow:0 1px 2px rgba(15,23,42,.05);transition:.18s ease}.smart-news-mini:hover{box-shadow:0 2px 4px rgba(15,23,42,.06);background:#f2f8ff}.smart-news-mini__title{font-size:13px;font-weight:600;color:#1a1f2e;line-height:1.4;margin-bottom:4px}.smart-news-mini__meta{font-size:11px;color:#8e95a8}.smart-sidebar-card{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);overflow:hidden}.smart-sidebar-card__head{padding:20px 20px 12px;border-bottom:1px solid #e8ebf0}.smart-sidebar-card__title{font-size:16px;font-weight:700;color:#1a1f2e}.smart-sidebar-card__footer{display:block;text-align:center;padding:12px;font-size:12px;font-weight:600;color:#07e;background:#f2f8ff;border-top:1px solid #e8ebf0;transition:.18s ease}.smart-sidebar-card__footer:hover{background:#e6f1fd}.smart-sidebar-rank{list-style:none;padding:8px;margin:0}.smart-sidebar-rank__item a{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;transition:background .18s ease}.smart-sidebar-rank__item a:hover{background:#f4f6fa}.smart-sidebar-rank__num{width:24px;height:24px;border-radius:50%;background:#f4f6fa;color:#4a5168;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smart-sidebar-rank__info{flex:1 1;min-width:0;display:flex;justify-content:space-between;align-items:center;gap:8px}.smart-sidebar-rank__name{font-size:13px;font-weight:600;color:#1a1f2e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-sidebar-rank__bonus{font-size:12px;color:#15a863;font-weight:600;flex-shrink:0}.smart-sidebar-rank__item:first-child .smart-sidebar-rank__num{background:linear-gradient(135deg,#f5a200,#d68800);color:#fff}.smart-sidebar-rank__item:nth-child(2) .smart-sidebar-rank__num{background:linear-gradient(135deg,#a8b3c5,#7d8aa0);color:#fff}.smart-sidebar-rank__item:nth-child(3) .smart-sidebar-rank__num{background:linear-gradient(135deg,#c28342,#94662e);color:#fff}.smart-bookmaker-hero__logo img{width:100%;height:100%;object-fit:contain;padding:8px;border-radius:10px}.smart-page-grid{display:grid;grid-template-columns:1fr;grid-gap:24px;gap:24px;padding-bottom:40px}@media(min-width:1024px){.smart-page-grid{grid-template-columns:1fr 320px}}.smart-page-main{min-width:0}@media(min-width:1024px){.smart-page-aside{position:-webkit-sticky;position:sticky;top:140px;align-self:start;max-height:calc(100vh - 160px);overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.smart-page-aside::-webkit-scrollbar{width:0;height:0;display:none}}.smart-news-feed{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);overflow:hidden;margin-top:16px}.smart-news-feed__head{padding:16px 20px 12px;border-bottom:1px solid #e8ebf0}.smart-news-feed__title{font-size:16px;font-weight:800;letter-spacing:-.01em;color:#1a1f2e;display:flex;align-items:center;gap:8px}.smart-news-feed__dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#df3a4d;animation:smart-pulse 1.6s ease-in-out infinite}.smart-news-feed__list{list-style:none;padding:0;margin:0}.smart-news-feed__item{border-bottom:1px solid #e8ebf0}.smart-news-feed__item:last-child{border-bottom:none}.smart-news-feed__link{display:block;padding:12px 20px;transition:background .18s ease;color:inherit;text-decoration:none}.smart-news-feed__link:hover{background:#f2f8ff}.smart-news-feed__link:hover .smart-news-feed__headline{color:#07e}.smart-news-feed__meta{display:flex;align-items:center;gap:6px;font-size:11px;color:#8e95a8;margin-bottom:6px;flex-wrap:wrap}.smart-news-feed__type{color:#6b7389;font-weight:600}.smart-news-feed__sep{color:#d6dae3}.smart-news-feed__category{color:#07e}.smart-news-feed__badge{background:#8b5cf6;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:3px;margin-left:auto;text-transform:lowercase}.smart-news-feed__headline{font-size:13px;font-weight:600;color:#1a1f2e;line-height:1.35;margin-bottom:6px;transition:color .18s ease;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.smart-news-feed__date{font-size:11px;color:#8e95a8}.smart-news-feed__more{display:block;text-align:center;padding:12px;font-size:12px;font-weight:700;color:#07e;background:#f2f8ff;border-top:1px solid #e8ebf0;transition:.18s ease}.smart-news-feed__more:hover{background:#e6f1fd}@keyframes smart-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(1.2)}}.smart-sport-tabs{display:flex;gap:8px;margin:0 0 20px;flex-wrap:wrap}@media(max-width:767px){.smart-sport-tabs{flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;padding-bottom:2px}.smart-sport-tabs::-webkit-scrollbar{display:none}}.smart-sport-tab{gap:8px;padding:8px 12px;background:#fff;border:1px solid #e8ebf0;border-radius:999px;font-size:13px;font-weight:600;color:#4a5168;transition:.18s ease;text-decoration:none;line-height:1;white-space:nowrap;scroll-snap-align:start}.smart-sport-tab,.smart-sport-tab__icon{display:inline-flex;align-items:center;flex-shrink:0}.smart-sport-tab__icon{width:20px;height:20px;justify-content:center;color:#8e95a8}.smart-sport-tab__icon svg{color:inherit;fill:currentColor}.smart-sport-tab:hover{border-color:#07e;color:#07e}.smart-sport-tab:hover .smart-sport-tab__icon{color:#07e}.smart-sport-tab.is-active{background:#07e;border-color:#07e;color:#fff}.smart-sport-tab.is-active .smart-sport-tab__icon{color:#fff}.smart-badge--with-icon{gap:4px}.smart-badge--with-icon svg{color:currentColor;fill:currentColor}.smart-bonuses-by-bk{display:flex;flex-direction:column;gap:32px}.smart-bonuses-by-bk__group{background:#fff;border-radius:14px;box-shadow:0 2px 4px rgba(15,23,42,.06);padding:20px}.smart-bonuses-by-bk__head{margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e8ebf0}.smart-bonuses-by-bk__bk{display:inline-flex;align-items:center;gap:12px;font-size:18px;font-weight:800;color:#1a1f2e;text-decoration:none;letter-spacing:-.01em}.smart-bonuses-by-bk__bk:hover{color:#07e}.smart-bonuses-by-bk__logo{width:44px;height:44px;border-radius:6px;background:#f4f6fa;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:16px;font-weight:700;color:#2f3542}.smart-bonuses-by-bk__logo img{width:100%;height:100%;object-fit:contain;padding:4px}.smart-bonuses-by-bk__title{line-height:1.2}.smart-bonuses-by-bk__count{font-size:12px;font-weight:600;color:#8e95a8;margin-left:auto;background:#f4f6fa;padding:4px 10px;border-radius:999px}.smart-detail__cover{margin:20px 0 24px;border-radius:12px;overflow:hidden;background:#f5f5f7}.smart-detail__cover img{display:block;width:100%;height:auto;max-height:480px;object-fit:cover}.smart-prose img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.smart-prose p{margin:0 0 1em;line-height:1.7}.smart-prose h1,.smart-prose h2,.smart-prose h3{margin:1.4em 0 .6em;line-height:1.3}.smart-prose ol,.smart-prose ul{margin:0 0 1em 1.4em}.smart-prose li{margin:.3em 0}.smart-prose blockquote{border-left:4px solid #4f46e5;padding:8px 16px;margin:1em 0;color:#4a5266;background:#f8f8fc}.smart-prose hr{border:none;border-top:1px solid #e5e5ec;margin:24px 0}.smart-prose a{color:#4f46e5;text-decoration:underline}.smart-expert{display:inline-flex;align-items:center;gap:12px;margin:16px 0;padding:10px 16px 10px 10px;background:#f8f8fc;border:1px solid #e9e9f0;border-radius:999px}.smart-expert__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;font-weight:700;background:#4f46e5;color:#fff;font-size:18px}.smart-expert__avatar--initial{padding:0}.smart-expert__meta{line-height:1.2}.smart-expert__label{font-size:11px;color:#6b7389;text-transform:uppercase;letter-spacing:.5px}.smart-expert__name{font-weight:700;font-size:15px;color:#1a1a2e}.smart-bk-row{display:grid;grid-template-columns:36px 98px 1fr 56px 110px 170px;align-items:center;grid-gap:12px;gap:12px;padding:14px 16px;border-bottom:1px solid #ebebf4;text-decoration:none;background:#fff;transition:background .15s}.smart-bk-row:last-child{border-bottom:none}.smart-bk-row:hover{background:#f8f8fc}.smart-bk-row__rank{grid-column:1;font-size:16px;font-weight:700;color:#6b7389;text-align:center}.smart-bk-row__logo{grid-column:2;width:98px;height:40px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;flex-shrink:0}.smart-bk-row__logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.smart-bk-row__logo span{font-size:14px;font-weight:700;color:#4f46e5}.smart-bk-row__name{grid-column:3;font-size:15px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.smart-bk-row__name,.smart-bk-row__name--link{color:#1a1a2e;text-decoration:none}.smart-bk-row__name--link:hover{color:#4f46e5;text-decoration:underline}.smart-bk-row .smart-bk-score{grid-column:4}.smart-bk-row__review-btn{grid-column:5;display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;border-radius:8px;border:1.5px solid #d1d1e0;font-size:12px;font-weight:700;color:#4a5266;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:border-color .15s,color .15s,background .15s}.smart-bk-row__review-btn:hover{border-color:#4f46e5;color:#4f46e5;background:#f0f0ff}.smart-bk-row__review-btn svg{flex-shrink:0}.smart-bk-row__bonus-btn{grid-column:6;display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:9px 10px;border-radius:10px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;box-sizing:border-box;transition:opacity .15s}.smart-bk-row__bonus-btn:hover{opacity:.9}.smart-bk-row__bonus-btn svg:first-child{width:18px;height:18px;flex-shrink:0}.smart-bk-row__bonus-btn--exclusive{background:linear-gradient(135deg,#f97316,#c2410c)}.smart-bk-row__bonus-btn--empty{background:linear-gradient(135deg,#6b7389,#4a5266)}.smart-bk-row__exclusive-tag{font-size:9px;font-weight:800;letter-spacing:.5px;background:hsla(0,0%,100%,.25);padding:2px 5px;border-radius:4px}.smart-bk-score{display:flex;flex-direction:column;align-items:center;gap:2px}.smart-bk-score__label{font-size:10px;color:#6b7389;font-weight:600;letter-spacing:.3px}.smart-reviews-section{margin-top:32px}.smart-reviews-section h2{font-size:20px;font-weight:800;margin-bottom:20px}.smart-review-list{display:flex;flex-direction:column;gap:16px;margin-bottom:28px}.smart-review-item{background:#f8f8fc;border:1px solid #ebebf4;border-radius:12px;padding:16px 20px}.smart-review-item__head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.smart-review-item__author{font-weight:700;font-size:14px;color:#1a1a2e}.smart-review-item__date{font-size:12px;color:#9ca3af;margin-left:auto}.smart-review-item__stars{display:flex;gap:2px}.smart-review-item__stars span{font-size:13px}.smart-review-item__stars .is-active{color:#f59e0b}.smart-review-item__stars .is-empty{color:#e5e7eb}.smart-review-item__score{font-size:13px;font-weight:700;color:#4f46e5;margin-left:4px}.smart-review-item__text{font-size:14px;color:#4a5266;line-height:1.6}.smart-review-form{background:#f8f8fc;border:1px solid #ebebf4;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.smart-review-form__stars{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.smart-review-form__star{background:none;border:none;font-size:22px;cursor:pointer;color:#d1d5db;padding:0;line-height:1;transition:color .1s,transform .1s}.smart-review-form__star:hover{transform:scale(1.2)}.smart-review-form__star.is-active{color:#f59e0b}.smart-review-form__rating-label{font-size:13px;font-weight:700;color:#4f46e5;margin-left:8px}.smart-review-form__fields{display:flex;flex-direction:column;gap:10px}.smart-review-thanks{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:28px;text-align:center}.smart-review-thanks__icon{width:48px;height:48px;background:#22c55e;color:#fff;border-radius:50%;font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.smart-review-thanks__title{font-size:18px;font-weight:800;color:#166534;margin-bottom:6px}.smart-review-thanks__text{font-size:14px;color:#4ade80}@media(max-width:900px){.smart-bk-row{grid-template-columns:30px 80px 1fr 94px 140px;gap:8px;padding:12px 14px}.smart-bk-row .smart-bk-score{display:none}.smart-bk-row__review-btn{grid-column:4}.smart-bk-row__bonus-btn{grid-column:5}}@media(max-width:600px){.smart-bk-table{border-radius:12px}.smart-bk-row{display:grid!important;grid-template-columns:26px 60px auto 1fr!important;grid-template-rows:auto auto!important;grid-gap:8px 8px!important;gap:8px 8px!important;padding:12px 14px!important}.smart-bk-row__rank{grid-column:1;grid-row:1;align-self:center}.smart-bk-row__logo{grid-column:2;grid-row:1;width:60px!important;height:28px!important}.smart-bk-row .smart-bk-score{grid-column:3;grid-row:1;display:flex!important;flex-direction:row!important;align-items:center;gap:4px}.smart-bk-row .smart-bk-score svg{width:36px!important;height:36px!important}.smart-bk-row .smart-bk-score__label{font-size:10px;color:#6b7389}.smart-bk-row__name{grid-column:4;grid-row:1;align-self:center;font-size:14px}.smart-bk-row__name--link{font-size:14px}.smart-bk-row__bonus-btn{grid-column:1/4!important;grid-row:2!important;justify-self:stretch!important;justify-content:center!important;padding:10px 14px!important;font-size:13px!important;width:auto!important}.smart-bk-row__review-btn{grid-column:4!important;grid-row:2!important;justify-self:stretch;justify-content:center;padding:8px 10px;font-size:11px}}.smart-about-hero{text-align:center;padding:24px 0 48px;max-width:700px;margin:0 auto}.smart-about-hero__badge{display:inline-block;background:#eef2ff;color:#4f46e5;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:20px}.smart-about-hero__title{font-size:36px;font-weight:800;color:#1a1a2e;line-height:1.2;margin-bottom:18px;letter-spacing:-.02em}@media(max-width:600px){.smart-about-hero__title{font-size:26px}}.smart-about-hero__lead{font-size:17px;color:#4a5266;line-height:1.65;margin:0}@media(max-width:600px){.smart-about-hero__lead{font-size:15px}}.smart-about-stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:56px}@media(max-width:700px){.smart-about-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.smart-about-stats{grid-template-columns:1fr 1fr}}.smart-about-stats__item{background:#fff;border:1px solid #ebebf4;border-radius:14px;padding:20px 16px;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,.04)}.smart-about-stats__value{font-size:32px;font-weight:800;color:#07e;line-height:1;margin-bottom:6px;letter-spacing:-.02em}@media(max-width:600px){.smart-about-stats__value{font-size:24px}}.smart-about-stats__label{font-size:12px;color:#6b7389;font-weight:600;line-height:1.3}.smart-about-section{margin-bottom:48px}.smart-about-section__title{font-size:24px;font-weight:800;color:#1a1a2e;margin-bottom:16px}.smart-about-section__text{font-size:16px;color:#4a5266;line-height:1.7;max-width:720px}.smart-about-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin-bottom:56px}@media(max-width:900px){.smart-about-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.smart-about-cards{grid-template-columns:1fr}}.smart-about-card{background:#fff;border:1px solid #ebebf4;border-radius:14px;padding:24px 20px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.smart-about-card__icon{width:52px;height:52px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.smart-about-card__title{font-size:16px;font-weight:800;color:#1a1a2e;margin-bottom:10px}.smart-about-card__text{font-size:14px;color:#4a5266;line-height:1.6;margin:0}.smart-about-principles{display:flex;flex-direction:column;gap:24px}.smart-about-principle{display:flex;gap:20px;align-items:flex-start}.smart-about-principle__num{flex-shrink:0;width:44px;height:44px;border-radius:12px;background:#eef2ff;color:#4f46e5;font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center}.smart-about-principle strong{display:block;font-size:16px;font-weight:700;color:#1a1a2e;margin-bottom:6px}.smart-about-principle p{font-size:14px;color:#4a5266;line-height:1.65;margin:0}.smart-contacts-wrap{max-width:680px;margin:0 auto}.smart-contacts-header{text-align:center;padding-bottom:40px}.smart-contacts-header__title{font-size:36px;font-weight:800;color:#1a1a2e;margin:16px 0 12px;letter-spacing:-.02em}@media(max-width:600px){.smart-contacts-header__title{font-size:26px}}.smart-contacts-header__sub{font-size:16px;color:#4a5266;line-height:1.6;margin:0}.smart-contacts-email{display:flex;align-items:center;gap:20px;background:#fff;border:1.5px solid #07e;border-radius:16px;padding:24px 28px;margin-bottom:40px;box-shadow:0 4px 16px rgba(0,119,238,.08)}.smart-contacts-email__icon{width:56px;height:56px;border-radius:14px;background:#eef6ff;color:#07e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smart-contacts-email__label{font-size:12px;font-weight:600;color:#6b7389;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.smart-contacts-email__addr{font-size:20px;font-weight:800;color:#07e;text-decoration:none;letter-spacing:-.01em;transition:color .15s}.smart-contacts-email__addr:hover{color:#005fcc}@media(max-width:480px){.smart-contacts-email__addr{font-size:16px}}.smart-contacts-topics__title{font-size:20px;font-weight:800;color:#1a1a2e;margin-bottom:16px}.smart-contacts-topics{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;margin-bottom:32px}@media(max-width:540px){.smart-contacts-topics{grid-template-columns:1fr}}.smart-contacts-topic{display:flex;gap:14px;align-items:flex-start;background:#f8f8fc;border:1px solid #ebebf4;border-radius:12px;padding:16px 18px}.smart-contacts-topic__icon{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.smart-contacts-topic__name{font-size:14px;font-weight:700;color:#1a1a2e;margin-bottom:4px}.smart-contacts-topic__text{font-size:13px;color:#6b7389;line-height:1.5}.smart-contacts-note{display:flex;align-items:center;gap:10px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;padding:14px 18px;font-size:14px;color:#166534;font-weight:600}.smart-contacts-note svg{color:#22c55e;flex-shrink:0}.smart-news-cards-row{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px;margin-top:16px}@media(max-width:700px){.smart-news-cards-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:440px){.smart-news-cards-row{grid-template-columns:1fr}}.smart-news-photo-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;transition:transform .15s,box-shadow .15s;border:1px solid #ebebf4}.smart-news-photo-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.smart-news-photo-card__img{width:100%;aspect-ratio:16/9;background:#e9e9f0;flex-shrink:0}.smart-news-photo-card__body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px;flex:1 1}.smart-news-photo-card__title{font-size:14px;font-weight:700;color:#1a1a2e;line-height:1.45;flex:1 1}.smart-news-photo-card__date{font-size:12px;color:#9ca3af;font-weight:500}.smart-admin{min-height:100vh;background:#f0f0f1;color:#1d2327;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;line-height:1.5}.smart-admin a{color:#2271b1;text-decoration:none}.smart-admin a:hover{color:#135e96}.smart-admin__sidebar a{color:#f0f0f1;text-decoration:none}.smart-admin__sidebar a:hover{color:#fff}.smart-admin__sidebar{width:200px;background:#1d2327;color:#f0f0f1;display:flex;flex-direction:column;position:-webkit-sticky;position:sticky;top:0;height:100vh;flex-shrink:0;overflow-y:auto;font-size:14px}.smart-admin__logo{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid hsla(0,0%,100%,.06)}.smart-admin__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#2271b1;color:#fff;flex-shrink:0}.smart-admin__logo-text{display:flex;flex-direction:column;line-height:1.1;min-width:0}.smart-admin__logo-title{display:inline-flex;align-items:baseline;gap:3px;font-size:15px;font-weight:700;letter-spacing:-.01em}.smart-admin__logo-title-first{color:#fff}.smart-admin__logo-title-second{color:#72aee6}.smart-admin__logo-label{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.5);margin-top:4px}.smart-admin__nav{flex:1 1;padding:6px 0 12px}.smart-admin__nav-item{display:flex;align-items:center;gap:10px;padding:10px 16px;font-size:14px;font-weight:400;color:#fff;border-left:3px solid transparent;background:transparent;text-decoration:none;line-height:1.2;transition:background 80ms ease,color 80ms ease,border-color 80ms ease}.smart-admin__nav-item__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.8);flex-shrink:0;transition:color 80ms ease}.smart-admin__nav-item__icon svg{display:block}.smart-admin__nav-item:hover{background:hsla(0,0%,100%,.12);color:#fff;border-left-color:hsla(0,0%,100%,.6)}.smart-admin__nav-item:hover .smart-admin__nav-item__icon{color:#fff}.smart-admin__nav-item.is-active{background:#2271b1;color:#fff;border-left-color:#fff}.smart-admin__nav-item.is-active .smart-admin__nav-item__icon{color:#fff}.smart-admin__nav-group{padding:14px 16px 6px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:hsla(0,0%,100%,.45);font-weight:600}.smart-admin__footer{padding:12px 16px;border-top:1px solid hsla(0,0%,100%,.06);font-size:12px}.smart-admin__footer-link{display:inline-flex;align-items:center;gap:6px;color:hsla(0,0%,100%,.6)}.smart-admin__footer-link:hover{color:#fff}.smart-admin__footer-link svg{flex-shrink:0}.smart-admin__main{flex:1 1;min-width:0;display:flex;flex-direction:column}.smart-admin__topbar{height:48px;background:#fff;border-bottom:1px solid #c3c4c7;justify-content:space-between;padding:0 20px;position:-webkit-sticky;position:sticky;top:0;z-index:200;font-size:13px}.smart-admin__topbar,.smart-admin__topbar-left{display:flex;align-items:center}.smart-admin__topbar-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#50575e;text-decoration:none}.smart-admin__topbar-link:hover{color:#2271b1}.smart-admin__topbar-right{display:flex;align-items:center;gap:14px;font-size:13px}.smart-admin__topbar-greeting{color:#50575e}.smart-admin__topbar-greeting strong{color:#1d2327;font-weight:600}.smart-admin__topbar-avatar{width:32px;height:32px;border-radius:50%;background:#2271b1;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;letter-spacing:.02em}.smart-admin__topbar-logout{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1px solid #c3c4c7;color:#50575e;font-size:13px;font-family:inherit;padding:4px 12px;height:30px;border-radius:3px;cursor:pointer;transition:background 80ms ease,color 80ms ease,border-color 80ms ease}.smart-admin__topbar-logout:hover{background:#f0f0f1;color:#2271b1;border-color:#2271b1}.smart-admin__content{flex:1 1;padding:20px}@media(min-width:768px){.smart-admin__content{padding:24px 28px}}.smart-admin-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:0 0 20px;padding-bottom:0}.smart-admin-page-header__title{font-size:23px;font-weight:400;color:#1d2327;line-height:1.3;letter-spacing:-.005em}.smart-admin-page-header__subtitle{font-size:13px;color:#50575e;margin-top:2px}.smart-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;margin-bottom:24px}@media(min-width:768px){.smart-stat-grid{grid-template-columns:repeat(4,1fr)}}.smart-stat-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1px solid #dcdcde;border-radius:4px;text-decoration:none;color:inherit;transition:border-color 80ms ease,box-shadow 80ms ease}.smart-stat-card:hover{border-color:#2271b1;box-shadow:inset 0 0 0 1px #2271b1}.smart-stat-card__icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(34,113,177,.1);color:#2271b1;flex-shrink:0}.smart-stat-card__icon svg{display:block}.smart-stat-card__value{font-size:24px;font-weight:700;line-height:1.1;color:#1d2327}.smart-stat-card__label{font-size:13px;color:#50575e;margin-top:2px}.smart-stat-card--primary .smart-stat-card__icon{background:rgba(34,113,177,.12);color:#2271b1}.smart-stat-card--success .smart-stat-card__icon{background:rgba(0,163,42,.12);color:#00a32a}.smart-stat-card--danger .smart-stat-card__icon{background:rgba(179,45,46,.12);color:#b32d2e}.smart-stat-card--warning .smart-stat-card__icon{background:rgba(219,166,23,.15);color:#996800}.smart-table-wrap{background:#fff;border:1px solid #c3c4c7;border-radius:0;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.04)}.smart-table{width:100%;border-collapse:collapse}.smart-table,.smart-table th{font-size:13px;background:#fff}.smart-table th{text-align:left;padding:8px 12px;border-bottom:1px solid #c3c4c7;font-weight:600;color:#1d2327;text-transform:none;letter-spacing:0}.smart-table td{padding:10px 12px;border-bottom:1px solid #dcdcde;vertical-align:middle;color:#1d2327}.smart-table tr:nth-child(2n) td{background:#f6f7f7}.smart-table tr:last-child td{border-bottom:none}.smart-table tr:hover td{background:#f0f6fc}.smart-table__empty{text-align:center;padding:36px 16px;color:#50575e}.smart-table__actions{display:flex;gap:12px;justify-content:flex-end}.smart-table__actions a,.smart-table__actions button{font-size:13px;padding:0;background:transparent;border:none;cursor:pointer;color:#2271b1}.smart-table__actions a:hover,.smart-table__actions button:hover{color:#135e96;text-decoration:underline}.smart-table__actions a.is-edit,.smart-table__actions button.is-edit{color:#2271b1}.smart-table__actions a.is-delete,.smart-table__actions a.is-delete:hover,.smart-table__actions button.is-delete,.smart-table__actions button.is-delete:hover{color:#b32d2e}.smart-form{max-width:820px}.smart-form__section{background:#fff;border:1px solid #dcdcde;border-radius:4px;padding:18px 20px;margin-bottom:16px;box-shadow:0 1px 1px rgba(0,0,0,.04)}.smart-form__section-title{font-size:14px;font-weight:600;margin:0 0 12px;padding-bottom:10px;color:#1d2327;border-bottom:1px solid #dcdcde}.smart-form__row{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}@media(min-width:640px){.smart-form__row{grid-template-columns:repeat(2,1fr)}}.smart-form__actions{display:flex;gap:10px;margin-top:20px}.smart-tree{background:#fff;border:1px solid #dcdcde;border-radius:4px;padding:8px}.smart-tree__item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;border-radius:3px;transition:background 80ms ease}.smart-tree__item:hover{background:#f0f0f1}.smart-tree__label{display:flex;align-items:center;gap:10px;font-size:13px;color:#1d2327;flex:1 1;min-width:0}.smart-tree__slug{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:12px;color:#50575e}.smart-tree__badge{margin-left:8px;font-size:10px;padding:2px 6px;border-radius:3px;background:#f0f0f1;color:#50575e;font-weight:600}.smart-tree__children{margin-left:22px;border-left:1px dashed #c3c4c7;padding-left:10px;margin-top:2px}.smart-tree__actions{display:flex;gap:8px;align-items:center;font-size:12px}.smart-tree__actions a,.smart-tree__actions button{color:#50575e}.smart-tree__actions a:hover,.smart-tree__actions button:hover{color:#2271b1}.smart-tree__actions .is-delete:hover{color:#b32d2e}.smart-tree__pages{margin-left:22px;padding-left:10px;border-left:1px dotted #b4b9be;margin-top:2px}.smart-tree__pages-item{display:flex;align-items:center;justify-content:space-between;padding:4px 8px;font-size:12px;color:#1d2327;border-radius:3px}.smart-tree__pages-item:hover{background:#f0f6fc}.smart-admin-guide{background:#fff;border:1px solid #dcdcde;border-left:4px solid #2271b1;padding:12px 16px;margin-bottom:20px;font-size:13px;color:#1d2327;border-radius:0 4px 4px 0;box-shadow:0 1px 1px rgba(0,0,0,.04)}.smart-admin-guide strong{color:#2271b1;font-weight:600}.smart-admin-guide code{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;background:#f0f0f1;padding:1px 6px;border-radius:2px;font-size:12px;color:#1d2327}.smart-structure-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px;flex-wrap:wrap;background:#fff;padding:10px 12px;border-radius:3px;border:1px solid #dcdcde}.smart-structure-toolbar__search{flex:1 1;min-width:220px;max-width:400px}.smart-structure-toolbar__stats{display:flex;gap:14px;font-size:13px;color:#50575e}.smart-structure-toolbar__stats strong{color:#1d2327}.smart-structure-section-title{margin:22px 0 10px;font-size:14px;font-weight:600;color:#1d2327;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.smart-structure-section-title__hint{font-size:12px;color:#50575e;font-weight:400}.smart-structure-section-title__hint code{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;background:#f0f0f1;padding:1px 6px;border-radius:2px}.smart-tree-compact{background:#fff;border:1px solid #dcdcde;border-radius:3px;overflow:hidden;box-shadow:0 1px 1px rgba(0,0,0,.04)}.smart-tree-compact__row{display:flex;align-items:center;gap:8px;padding:6px 12px;border-bottom:1px solid #dcdcde;font-size:13px;transition:background 80ms ease;min-height:36px}.smart-tree-compact__row:last-child{border-bottom:none}.smart-tree-compact__row:hover{background:#f0f6fc}.smart-tree-compact__row--page{background:#fafbff}.smart-tree-compact__chevron{width:22px;height:22px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#50575e;font-size:12px;border-radius:3px;background:transparent;border:none;cursor:pointer;padding:0}.smart-tree-compact__chevron svg{display:block}.smart-tree-compact__chevron:hover{background:#f0f0f1;color:#2271b1}.smart-tree-compact__spacer{width:22px;flex-shrink:0}.smart-tree-compact__icon{flex-shrink:0;width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;color:#50575e}.smart-tree-compact__icon svg{display:block}.smart-tree-compact__title{color:#2271b1;font-weight:600;min-width:0;max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none}.smart-tree-compact__title:hover{color:#135e96;text-decoration:underline}.smart-tree-compact__slug{font-family:JetBrains Mono,Fira Code,Consolas,Monaco,monospace;font-size:11px;color:#50575e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1}.smart-tree-compact__count{font-size:11px;color:#50575e;background:#f0f0f1;padding:1px 6px;border-radius:3px;flex-shrink:0;display:inline-flex;align-items:center;gap:4px}.smart-tree-compact__count svg{color:inherit}.smart-tree-compact__badge{font-size:10px;padding:1px 6px;border-radius:3px;font-weight:600;flex-shrink:0}.smart-tree-compact__badge--draft{background:#fcf0f1;color:#b32d2e}.smart-tree-compact__actions{display:flex;gap:10px;flex-shrink:0;margin-left:auto;padding-left:10px}.smart-tree-compact__actions a,.smart-tree-compact__actions button{font-size:12px;padding:0;background:transparent;border:none;color:#2271b1;cursor:pointer}.smart-tree-compact__actions a:hover,.smart-tree-compact__actions button:hover{color:#135e96;text-decoration:underline}.smart-tree-compact__actions .is-delete,.smart-tree-compact__actions .is-delete:hover{color:#b32d2e}.smart-image-preview{margin-top:8px;padding:8px;border:1px solid #dcdcde;border-radius:3px;background:#fafafa}.smart-image-preview img{max-width:200px;max-height:120px;border-radius:3px;object-fit:cover;display:block}.smart-media-dropzone{border:2px dashed #c3c4c7;border-radius:4px;padding:36px 20px;background:#fff;text-align:center;transition:80ms ease;margin-bottom:16px}.smart-media-dropzone.is-uploading,.smart-media-dropzone:hover{border-color:#2271b1;background:#f0f6fc}.smart-media-dropzone__icon{font-size:40px;margin-bottom:10px;opacity:.6;color:#50575e}.smart-media-dropzone__title{font-size:16px;font-weight:600;color:#1d2327;margin-bottom:6px}.smart-media-dropzone__hint{font-size:13px;color:#50575e;margin-bottom:14px}.smart-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;flex-wrap:wrap}.smart-media-toolbar__filters{display:flex;gap:8px;flex-wrap:wrap}.smart-media-toolbar__search{min-width:220px;max-width:320px}.smart-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:14px;gap:14px}.smart-media-card{background:#fff;border:1px solid #dcdcde;border-radius:3px;overflow:hidden;display:flex;flex-direction:column;transition:border-color 80ms ease,box-shadow 80ms ease}.smart-media-card:hover{border-color:#2271b1;box-shadow:inset 0 0 0 1px #2271b1}.smart-media-card__preview{height:160px;background:#f0f0f1;display:flex;align-items:center;justify-content:center;overflow:hidden}.smart-media-card__preview img,.smart-media-card__preview video{width:100%;height:100%;object-fit:cover}.smart-media-card__placeholder{font-size:40px;opacity:.4;color:#50575e}.smart-media-card__body{padding:10px 12px;display:flex;flex-direction:column;gap:6px;flex:1 1}.smart-media-card__name{font-size:13px;font-weight:600;color:#1d2327;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smart-media-card__meta{font-size:12px;color:#50575e}.smart-media-card__actions{display:flex;gap:8px;margin-top:auto;padding-top:6px}.smart-input--sm{height:30px;font-size:12px;padding:0 8px}.smart-media-picker__controls{display:flex;gap:8px;align-items:stretch}.smart-media-picker__controls input[type=url]{flex:1 1;min-width:0}.smart-admin .smart-input,.smart-admin .smart-select,.smart-admin .smart-textarea{border:1px solid #8c8f94;border-radius:4px;background:#fff;box-shadow:0 0 0 transparent;color:#1d2327;font-size:14px;padding:0 8px;transition:border-color 80ms ease,box-shadow 80ms ease}.smart-admin .smart-input:focus,.smart-admin .smart-select:focus,.smart-admin .smart-textarea:focus{outline:none;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1}.smart-admin .smart-input,.smart-admin .smart-select{height:30px}.smart-admin .smart-textarea{padding:6px 8px;min-height:110px;line-height:1.5}.smart-admin .smart-btn{height:32px;padding:0 14px;font-size:13px;font-weight:400;border-radius:4px;box-shadow:0 1px 0 rgba(0,0,0,.04);border:1px solid transparent;line-height:30px;text-decoration:none;cursor:pointer;transition:background 80ms ease,color 80ms ease,border-color 80ms ease,box-shadow 80ms ease;display:inline-flex;align-items:center;gap:6px}.smart-admin .smart-btn--primary{background:#2271b1;border-color:#2271b1;color:#fff}.smart-admin .smart-btn--primary:hover:not(:disabled){background:#135e96;border-color:#135e96}.smart-admin .smart-btn--secondary{background:#f6f7f7;border-color:#2271b1;color:#2271b1}.smart-admin .smart-btn--secondary:hover:not(:disabled){background:#f0f0f1;color:#135e96;border-color:#135e96}.smart-admin .smart-btn--success{background:#00a32a;border-color:#00a32a;color:#fff}.smart-admin .smart-btn--success:hover:not(:disabled){background:#007a1f;border-color:#007a1f}.smart-admin .smart-btn--danger{background:#b32d2e;border-color:#b32d2e;color:#fff}.smart-admin .smart-btn--danger:hover:not(:disabled){background:#9a2425;border-color:#9a2425}.smart-admin .smart-btn--ghost{background:transparent;color:#50575e;border-color:transparent;box-shadow:none}.smart-admin .smart-btn--ghost:hover:not(:disabled){color:#2271b1;background:#f0f0f1}.smart-admin .smart-btn--outline{background:#fff;color:#2271b1;border-color:#2271b1}.smart-admin .smart-btn--outline:hover:not(:disabled){background:#f0f6fc;color:#135e96;border-color:#135e96}.smart-admin .smart-btn--sm{height:28px;padding:0 10px;font-size:12px;line-height:26px}.smart-admin .smart-btn--lg{height:38px;padding:0 18px;font-size:14px;line-height:36px}.rich-editor{border:1px solid #d0d5dd;border-radius:8px;overflow:hidden;background:#fff}.rich-editor__toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:8px 10px;border-bottom:1px solid #d0d5dd;background:#f8f9fb;align-items:center}.rich-editor__toolbar-group{display:flex;gap:2px;align-items:center;padding-right:8px;margin-right:4px;border-right:1px solid #d0d5dd}.rich-editor__toolbar-group:last-child{border-right:none;padding-right:0;margin-right:0}.rich-editor__btn{min-width:30px;height:30px;padding:0 6px;border:1px solid transparent;border-radius:5px;background:transparent;cursor:pointer;font-size:14px;color:#344054;display:inline-flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s}.rich-editor__btn:hover{background:#e9ecf0;border-color:#d0d5dd}.rich-editor__btn--active{background:#dce7fd;border-color:#b3c7fb;color:#1d4ed8}.rich-editor__select{height:30px;padding:0 8px;border:1px solid #d0d5dd;border-radius:5px;background:#fff;font-size:13px;color:#344054;cursor:pointer}.rich-editor__select:focus{outline:none;border-color:#667085}.rich-editor__content{padding:16px 18px;min-height:320px;font-size:15px;line-height:1.7;color:#1a1a1a;outline:none}.rich-editor__content h1{font-size:2em;font-weight:700;margin:.6em 0 .3em}.rich-editor__content h2{font-size:1.5em;font-weight:700;margin:.6em 0 .3em}.rich-editor__content h3{font-size:1.2em;font-weight:700;margin:.6em 0 .3em}.rich-editor__content p{margin:.4em 0}.rich-editor__content ol,.rich-editor__content ul{padding-left:1.5em;margin:.4em 0}.rich-editor__content li{margin:.2em 0}.rich-editor__content blockquote{border-left:4px solid #667085;padding:6px 14px;margin:.6em 0;color:#667085;background:#f8f9fb;border-radius:0 6px 6px 0}.rich-editor__content hr{border:none;border-top:2px solid #e4e7ec;margin:1em 0}.rich-editor__content a{color:#1d4ed8;text-decoration:underline}.rich-editor__content img{max-width:100%;border-radius:6px;margin:.5em 0}.rich-editor__content .is-editor-empty:first-child:before{content:attr(data-placeholder);color:#adb5bd;float:left;height:0;pointer-events:none}.rich-editor .ProseMirror{outline:none}.rich-editor__error{color:#c33;background:#fee;border:1px solid #fcc;padding:8px 12px;border-radius:4px;margin:8px 0;font-size:13px}.smart-avatar-editor{display:flex;flex-direction:column;gap:12px}.smart-avatar-editor__preview{position:relative;width:100px;height:100px;border-radius:50%;overflow:hidden;cursor:pointer;background:linear-gradient(135deg,#2271b1,#005bbb);flex-shrink:0;border:3px solid #dcdcde;transition:border-color .15s}.smart-avatar-editor__preview:hover{border-color:#2271b1}.smart-avatar-editor__preview:hover .smart-avatar-editor__overlay{opacity:1}.smart-avatar-editor__img{width:100%;height:100%;object-fit:cover;display:block}.smart-avatar-editor__initials{font-size:32px;font-weight:700;color:#fff;letter-spacing:1px;line-height:1}.smart-avatar-editor__initials,.smart-avatar-editor__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.smart-avatar-editor__overlay{background:rgba(0,0,0,.48);opacity:0;transition:opacity .18s}.smart-avatar-editor__overlay-text{color:#fff;font-size:12px;font-weight:600;text-align:center;padding:0 6px;line-height:1.3}.smart-avatar-editor__actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}