.try{padding-block-end:var(--lp-section)}.try__in{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(28px,5vw,72px);align-items:start;padding:clamp(24px,4vw,48px);border-radius:32px;background:var(--color-smart-bg);border:1px solid var(--color-smart-border)}.try__copy .h2{margin-block-end:16px}.try__copy .lead{margin-block-end:26px}.try__card{display:grid;justify-items:center}.feed{border-radius:18px;border:1px solid var(--color-smart-border);background:color-mix(in srgb,var(--color-smart-card) 70%,transparent);padding:14px 16px}.feed__title{font-size:13px;font-weight:700;color:var(--color-smart-purple-soft);margin-block-end:8px}.feed__list{display:grid;gap:8px;font-size:13px}.feed__empty{color:var(--color-smart-muted)}.feed__list li:not(.feed__empty){display:flex;gap:8px;align-items:flex-start;padding:8px 10px;border-radius:12px;background:var(--color-smart-field);animation:jilingo-rise .4s var(--ease-out) both}.feed__list li .ic{margin-top:.2em;width:1.1em;height:1.1em}.feed__list li.is-good .ic{color:var(--color-success)}.feed__list li.is-bad .ic{color:var(--color-smart-error)}.feed__list li b{color:var(--color-text)}.feed__list li span{color:var(--color-smart-muted)}.smart{width:min(100%,420px);display:grid;gap:14px}.smart__progress{display:flex;gap:8px;justify-content:center}.smart__progress i{width:40px;height:4px;border-radius:2px;background:var(--color-smart-field)}.smart__progress i.done{background:var(--color-success)}.smart__progress i.now{background:var(--color-smart-purple)}.smart__card{position:relative;overflow:hidden;border-radius:30px;border:1px solid var(--color-smart-border);background:var(--color-smart-card);padding:18px 26px 24px;transition:border-color var(--duration-enter) var(--ease-out),box-shadow var(--duration-enter) var(--ease-out);animation:jilingo-rise .4s var(--ease-out) both}.smart__card:focus-within{border-color:color-mix(in srgb,var(--color-smart-purple) 90%,transparent);box-shadow:0 0 28px #7c00ff57}.smart__card:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(66deg,var(--color-smart-stripe) 0 1px,transparent 1px 34px);opacity:.42;pointer-events:none}.smart__card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 48% 55%,rgb(124 0 255 / .06),transparent 70%);pointer-events:none}.smart__card>*{position:relative}.smart__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.smart__brain{width:25px;height:25px;border-radius:50%;border:1px solid var(--color-smart-purple-soft);color:var(--color-smart-purple-soft);display:grid;place-items:center}.smart__brain .ic{width:15px;height:15px}.smart__badge{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:999px;border:1px solid var(--color-smart-purple);background:var(--color-smart-badge);color:#fff;font-size:11px;font-weight:700}.smart__badge .ic{width:15px;height:15px}.smart__chip{justify-self:center;margin-inline:auto;margin-block-start:14px;display:inline-flex;width:fit-content;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-smart-border) 55%,transparent);background:var(--color-smart-field);font-size:12px;font-weight:700}.smart__chip .ic{color:var(--color-smart-purple-soft);width:15px;height:15px}.smart__title{margin-block-start:22px;text-align:center;font-size:23px;line-height:1.25;font-weight:600}.smart__title.en{font-weight:500}.smart__title.is-small{font-size:17px;line-height:1.5}.smart__body{margin-block-start:26px;display:grid;gap:10px}.row{--accent: var(--color-smart-border);display:flex;align-items:center;gap:14px;height:44px;width:100%;padding-inline:10px;border-radius:14px;border:1px solid var(--accent);background:var(--color-smart-field);text-align:start;font-size:14px;transition:background-color var(--duration-quick),border-color var(--duration-quick),box-shadow var(--duration-quick),transform var(--duration-quick),opacity var(--duration-quick)}.row__rail{width:9px;height:18px;border-radius:999px;border:1px solid var(--accent);flex:none;transition:height var(--duration-quick)}.row__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row .ic{flex:none}.row:not(.is-idle){border-width:1.35px;box-shadow:0 0 12px color-mix(in srgb,var(--accent) 20%,transparent)}.row:not(.is-idle) .row__rail{height:24px;background:var(--accent)}.row.is-selected{--accent: var(--color-smart-purple);background:color-mix(in srgb,var(--color-smart-purple) 22%,transparent);transform:scale(1.012)}.row.is-correct{--accent: var(--color-success);background:color-mix(in srgb,var(--color-success) 13%,transparent)}.row.is-correct .ic{color:var(--color-success)}.row.is-incorrect{--accent: var(--color-smart-error);background:color-mix(in srgb,var(--color-smart-error) 58%,transparent);color:#fff}.row.is-dim{opacity:.42}.row:disabled{cursor:default}.tray{min-height:64px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:8px;padding:12px;border-radius:14px;border:1px solid var(--color-smart-border);background:color-mix(in srgb,var(--color-smart-field) 78%,transparent);transition:border-color var(--duration-quick)}.tray.is-correct{border-color:var(--color-success)}.tray.is-incorrect{border-color:var(--color-smart-error)}.tray__hint{font-size:12px;color:var(--color-smart-muted)}.pile{display:flex;flex-wrap:wrap;gap:8px;min-height:34px}.tok{padding:6px 10px;border-radius:10px;border:1px solid var(--color-smart-border);background:var(--color-smart-field);color:var(--color-text);font-size:13px;transition:transform var(--duration-quick),background-color var(--duration-quick)}.tok:hover:not(:disabled){transform:translateY(-1px)}.tok.is-placed{border-color:var(--color-smart-purple);background:color-mix(in srgb,var(--color-smart-purple) 22%,transparent)}.fill{--accent: var(--color-smart-border);width:100%;padding:14px 16px;border-radius:14px;border:1px solid var(--accent);background:color-mix(in srgb,var(--color-smart-field) 78%,transparent);color:var(--color-text);font-size:15px;outline:none;transition:border-color var(--duration-quick),box-shadow var(--duration-quick)}.fill::placeholder{color:var(--color-smart-muted)}.fill:focus{--accent: var(--color-smart-purple)}.fill.is-correct{--accent: var(--color-success);box-shadow:0 0 13px color-mix(in srgb,var(--accent) 18%,transparent);background:color-mix(in srgb,var(--color-success) 9%,transparent)}.fill.is-incorrect{--accent: var(--color-smart-error);box-shadow:0 0 13px color-mix(in srgb,var(--accent) 18%,transparent);background:color-mix(in srgb,var(--color-smart-error) 12%,transparent)}.fill__hint{font-size:11px;color:var(--color-smart-muted);margin-block-end:6px}.smart__btn{margin-block-start:20px;height:46px;width:100%;border-radius:13px;font-size:13px;font-weight:800;color:var(--color-smart-icon);background:var(--color-smart-purple);box-shadow:0 5px 15px #7c00ff4d;transition:transform var(--duration-quick),background-color var(--duration-quick),box-shadow var(--duration-quick)}.smart__btn:active:not(:disabled){transform:scale(.975)}.smart__btn:disabled{background:color-mix(in srgb,var(--color-smart-purple) 28%,transparent);color:color-mix(in srgb,var(--color-smart-icon) 46%,transparent);box-shadow:none;cursor:not-allowed}.smart__verdict{margin-block-start:12px;display:flex;gap:8px;align-items:flex-start;font-size:13px;line-height:1.6;animation:jilingo-rise .3s var(--ease-out) both}.smart__verdict .ic{margin-top:.2em}.smart__verdict b{display:block}.smart__verdict.is-correct b,.smart__verdict.is-correct .ic{color:var(--color-success)}.smart__verdict.is-incorrect b,.smart__verdict.is-incorrect .ic{color:var(--color-smart-error)}.smart__verdict span{color:var(--color-smart-muted)}.smart__score{text-align:center;padding-block:10px}.smart__score b{display:block;font-size:56px;line-height:1.1;font-weight:800;color:transparent;background:linear-gradient(to left in srgb,var(--color-smart-purple-soft),var(--color-dash-cyan));-webkit-background-clip:text;background-clip:text}.smart__score span{color:var(--color-smart-muted);font-size:14px}.smart__skills{display:grid;gap:8px;margin-block-start:18px}.smart__skills li{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:9px 12px;border-radius:12px;background:var(--color-smart-field);font-size:13px}.smart__skills li i.ic{width:1.1em;height:1.1em}.smart__skills li.is-good i.ic{color:var(--color-success)}.smart__skills li.is-bad i.ic{color:var(--color-smart-error)}.smart__actions{display:grid;gap:10px;margin-block-start:20px}.smart__again{height:44px;border-radius:13px;font-size:13px;font-weight:700;color:var(--color-smart-purple-soft);border:1px solid var(--color-smart-border)}.smart__cta{height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:13px;font-size:13px;font-weight:800;color:var(--color-smart-icon);background:var(--color-smart-purple);box-shadow:0 5px 15px #7c00ff4d}
