.shell{flex-direction:column;min-height:100vh;display:flex}.shell__nav{z-index:10;background:var(--color-surface);border-top:1px solid var(--color-border);height:64px;position:fixed;inset:auto 0 0}.shell__brand{align-items:center;gap:var(--space-3);color:inherit;text-decoration:none;display:none}.shell__links{grid-template-columns:repeat(3,1fr);height:100%;display:grid}.shell__link{justify-content:center;align-items:center;gap:var(--space-1);color:var(--color-text-secondary);flex-direction:column;font-size:12px;line-height:16px;text-decoration:none;display:flex}.shell__link.active{color:var(--color-accent-active);font-weight:600}.shell__main{padding:var(--space-4);padding-bottom:calc(64px + var(--space-6));flex:1}.shell__content{max-width:var(--content-max);margin:0 auto}@media (width>=1024px){.shell{flex-direction:row}.shell__nav{flex:0 0 var(--sidebar-width);border-top:none;border-right:1px solid var(--color-border);gap:var(--space-8);height:auto;padding:var(--space-6) var(--space-4);flex-direction:column;display:flex;position:static}.shell__brand{padding:0 var(--space-2);display:flex}.shell__links{gap:var(--space-1);flex-direction:column;height:auto;display:flex}.shell__link{justify-content:flex-start;gap:var(--space-3);height:var(--control-height);padding:0 var(--space-3);border-radius:var(--radius-md);color:var(--color-text);flex-direction:row;font-size:16px;line-height:24px}.shell__link:hover{background:var(--color-secondary-hover-bg)}.shell__link.active{background:var(--color-accent-soft);color:var(--color-accent-strong)}.shell__link--cta{margin-top:var(--space-6);background:var(--color-accent);color:var(--color-text);justify-content:center;font-weight:600}.shell__link--cta .shell__icon,.shell__link--cta svg{display:none}.shell__link svg{color:var(--color-text-secondary)}.shell__link.active svg{color:currentColor}.shell__link--cta:hover,.shell__link--cta.active{background:var(--color-accent-hover);color:#fff}.shell__main{padding:var(--space-12)}.shell__content{margin:0}}.btn{height:var(--control-height);min-width:var(--control-height);padding:0 var(--space-6);border-radius:var(--radius-md);cursor:pointer;justify-content:center;align-items:center;gap:var(--space-2);border:1px solid #0000;font-family:inherit;font-size:16px;line-height:24px;display:inline-flex}.btn:disabled{opacity:.4;cursor:not-allowed}.btn--primary{background:var(--color-accent);color:var(--color-text);font-weight:600}.btn--primary:hover:not(:disabled){background:var(--color-accent-hover);color:#fff}.btn--primary:active:not(:disabled){background:var(--color-accent-active);color:#fff}.btn--secondary{background:var(--color-surface);border-color:var(--color-border);color:var(--color-text);font-weight:500}.btn--secondary:hover:not(:disabled){background:var(--color-secondary-hover-bg);border-color:var(--color-secondary-hover-border)}.btn--secondary:active:not(:disabled){background:var(--color-secondary-active-bg);border-color:var(--color-secondary-hover-border)}.btn--danger{background:var(--color-surface);border-color:var(--color-danger);color:var(--color-danger);font-weight:500}.btn--danger:hover:not(:disabled){background:var(--color-danger);color:#fff}.btn--success{background:var(--color-surface);border-color:var(--color-success);color:var(--color-success);font-weight:600}.btn--success:hover:not(:disabled){background:var(--color-success);color:#fff}.field{gap:var(--space-1);flex-direction:column;display:flex}.field__label{font-weight:500}.field__hint{color:var(--color-text-secondary);font-weight:400}.field__error{color:var(--color-danger);margin:0}.field input,.field textarea{color:var(--color-text);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-3);width:100%;font-family:inherit;font-size:16px;line-height:24px}.field input{height:var(--control-height);padding:0 var(--space-3)}.field textarea{resize:vertical}.field input::placeholder,.field textarea::placeholder{color:var(--color-placeholder)}.field input:focus,.field textarea:focus{border-color:var(--color-accent)}.field--error input,.field--error textarea{border-color:var(--color-danger)}.create-card{gap:var(--space-6);flex-direction:column;display:flex}.create-card__title{margin:0}.create-card__banner{padding:var(--space-3) var(--space-4);border:1px solid var(--color-danger);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-danger);margin:0}.create-card__actions{gap:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--color-border);display:flex}.create-card__actions .btn--primary{flex:1}.create-card__status{padding:var(--space-3) var(--space-4);border:1px solid var(--color-accent);border-radius:var(--radius-md);background:var(--color-accent-soft);color:var(--color-accent-strong);margin:0}@media (width>=1024px){.create-card__actions .btn--primary{flex:none;min-width:160px}}.review-card{width:100%;min-height:320px;padding:var(--space-8) var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);gap:var(--space-4);font:inherit;color:inherit;text-align:left;cursor:pointer;flex-direction:column;display:flex}.review-card p{margin:0}.review-card:not(.review-card--flipped){text-align:center;justify-content:center;align-items:center}.review-card__prompt,.review-card__answer{font-size:16px;line-height:24px}.review-card__question,.review-card__hint{color:var(--color-text-secondary)}.review-card__divider{border:none;border-top:1px solid var(--color-border);margin:0}.swipeable{border-radius:var(--radius-xl);transition:background-color .12s ease-out;position:relative}.swipeable.swipeable--remembered{background:#f0fdf4}.swipeable.swipeable--forgotten{background:#fef2f2}.swipeable__layer{touch-action:none;will-change:transform;position:relative}.swipeable__stamp{top:var(--space-4);left:var(--space-4);z-index:1;padding:var(--space-1) var(--space-3);border-radius:var(--radius-sm);letter-spacing:.08em;text-transform:uppercase;border:2px solid;font-size:14px;font-weight:700;position:absolute;transform:rotate(-8deg)}.swipeable__stamp--remembered{color:var(--color-success)}.swipeable__stamp--forgotten{color:var(--color-danger)}.review{gap:var(--space-4);flex-direction:column;display:flex}.review__bar{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.review__counter{color:var(--color-text-secondary);white-space:nowrap}.review__progress{background:var(--color-border);border-radius:2px;height:4px;overflow:hidden}.review__progress .review__progress-fill{background:var(--color-accent);height:100%;transition:width .15s ease-out}.review__actions{gap:var(--space-3);display:flex}.review__actions .btn{flex:1}.review__error{padding:var(--space-3) var(--space-4);border:1px solid var(--color-danger);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-danger);margin:0}.review__retry{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.review__hint{color:var(--color-text-secondary);text-align:center;margin:0}@media (width<=1023px){.review__hint{display:none}}.review-skeleton{border-radius:var(--radius-xl);background:var(--color-border);opacity:.5;min-height:320px}.review-message{align-items:center;gap:var(--space-4);padding:var(--space-16) var(--space-4);text-align:center;flex-direction:column;display:flex}.review-message p{margin:0}.review-message__note{color:var(--color-text-secondary)}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2)format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2)format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2)format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2)format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2)format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2)format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2)format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2)format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2)format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2)format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2)format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2)format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2)format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2)format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2)format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-BjwYoWNd.woff2)format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-LO58E6JB.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-CjBOestx.woff2)format("woff2"),url(/assets/inter-cyrillic-700-normal-DrXBdSj3.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-qfdV9bQt.woff2)format("woff2"),url(/assets/inter-greek-ext-700-normal-BoQ6DsYi.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-C3JjAnD8.woff2)format("woff2"),url(/assets/inter-greek-700-normal-BUv2fZ6O.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-DlLaEgI2.woff2)format("woff2"),url(/assets/inter-vietnamese-700-normal-BZaoP0fm.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-Ca8adRJv.woff2)format("woff2"),url(/assets/inter-latin-ext-700-normal-TidjK2hL.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-bg:#fafaf8;--color-surface:#fff;--color-text:#1a1d23;--color-text-secondary:#6b7280;--color-placeholder:#9ca3af;--color-border:#e5e7eb;--color-accent:#f59e0b;--color-accent-hover:#d97706;--color-accent-active:#b45309;--color-accent-soft:#fef3c7;--color-accent-strong:#92400e;--color-danger:#dc2626;--color-success:#16a34a;--color-secondary-hover-bg:#f9fafb;--color-secondary-hover-border:#d1d5db;--color-secondary-active-bg:#f3f4f6;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-12:48px;--space-16:64px;--sidebar-width:240px;--content-max:720px;--control-height:44px;color:var(--color-text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:24px}*,:before,:after{box-sizing:border-box}body{background:var(--color-bg);margin:0}:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.text-display{letter-spacing:-.02em;font-size:36px;font-weight:700;line-height:44px}.text-h1{letter-spacing:-.01em;font-size:24px;font-weight:600;line-height:32px}.text-h2{font-size:18px;font-weight:600;line-height:26px}.text-small{font-size:14px;line-height:20px}.text-caption{font-size:12px;line-height:16px}
