*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;font-family:Segoe UI,system-ui,sans-serif;min-height:100vh}.screen,body{background:#eef}.screen{display:flex;flex-direction:column;height:100dvh;margin:0 auto;max-width:480px;overflow:hidden}.center{justify-content:center;min-height:100vh}.center,.top-bar{align-items:center;display:flex}.top-bar{background:#fff;border-bottom:1px solid #0000000f;box-shadow:0 1px 8px #0000000f;justify-content:space-between;padding:14px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.top-bar h1{font-size:20px;font-weight:700}.top-bar h2{flex:1 1;font-size:17px;font-weight:600;text-align:center}.deck-name-editable{border-radius:6px;cursor:text;padding:2px 6px;transition:background .15s}.deck-name-editable:hover{background:#f0efff}.deck-name-input{background:#0000;border:none;border-bottom:2px solid #4f46e5;color:#1a1a1a;flex:1 1;font-family:inherit;font-size:17px;font-weight:600;outline:none;padding:2px 6px;text-align:center}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:10px;box-shadow:0 2px 8px #4f46e559;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:9px 18px;transition:transform .1s,box-shadow .1s}.btn-primary:hover{box-shadow:0 4px 14px #4f46e566;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{background:#9ca3af;box-shadow:none;cursor:default;transform:none}.btn-primary.full{border-radius:12px;font-size:15px;padding:14px;width:100%}.icon-btn{background:none;border:none;border-radius:8px;color:#4f46e5;cursor:pointer;font-size:14px;font-weight:500;padding:6px 10px;transition:background .15s}.icon-btn:hover{background:#4f46e514}.icon-btn.danger{color:#ef4444}.icon-btn.danger:hover{background:#ef444414}.login-screen{align-items:stretch;background:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:480px;min-height:100vh}.login-hero{background:linear-gradient(145deg,#4f46e5,#7c3aed 60%,#a78bfa);padding:72px 32px 56px;text-align:center}.app-logo{filter:drop-shadow(0 4px 12px rgba(0,0,0,.2));font-size:64px;margin-bottom:16px}.login-hero h1{color:#fff;font-size:32px;font-weight:800;margin-bottom:8px}.login-hero p{color:#ffffffbf;font-size:15px;line-height:1.5}.login-body{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:40px 32px}.login-body h2{color:#1a1a1a;font-size:18px;font-weight:700;margin-bottom:4px}.btn-google{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 8px #0000000f;color:#1a1a1a;cursor:pointer;display:flex;font-size:15px;font-weight:600;gap:12px;justify-content:center;padding:14px;transition:all .15s;width:100%}.btn-google:hover{border-color:#4f46e5;box-shadow:0 4px 14px #4f46e526}.auth-error{color:#dc2626;font-size:13px;margin-top:12px;text-align:center}.daily-greeting{color:#6b7280;font-size:14px;font-style:italic;padding:14px 20px 2px}.deck-list{flex:1 1;flex-direction:column;gap:10px;overflow-y:auto}.deck-list,.deck-row{display:flex;padding:16px}.deck-row{align-items:center;background:#fff;border:1.5px solid #0000;border-radius:16px;box-shadow:0 2px 10px #0000000f;cursor:pointer;gap:14px;transition:transform .15s,box-shadow .15s,border-color .15s}.deck-row:hover{border-color:#4f46e5;border-color:var(--deck-color,#4f46e5);box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.deck-color-dot{background:#4f46e5;background:var(--deck-color,#4f46e5);border-radius:50%;box-shadow:0 2px 6px color-mix(in srgb,#4f46e5 50%,#0000);box-shadow:0 2px 6px color-mix(in srgb,var(--deck-color,#4f46e5) 50%,#0000);flex-shrink:0;height:16px;width:16px}.deck-info{display:flex;flex:1 1;flex-direction:column;gap:3px}.deck-name{font-size:16px;font-weight:600}.deck-count{color:#9ca3af;font-size:12px}.deck-last-added{color:#c0bfbb;font-size:11px;margin-top:2px}.empty-hint{color:#9ca3af;font-size:14px;line-height:1.6;margin-top:40px;text-align:center}.add-deck-form{background:#fff;border-top:1px solid #0000000f;display:flex;gap:8px;padding:16px}.add-deck-form input{background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;flex:1 1;font-size:15px;padding:11px 14px;transition:border-color .15s}.add-deck-form input:focus{background:#fff;border-color:#4f46e5;outline:none}.card-list{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:12px 16px}.card-row{align-items:center;background:#fff;border:1.5px solid #f0efff;border-radius:12px;cursor:pointer;display:flex;gap:10px;padding:14px;transition:all .15s}.card-row:hover{border-color:#a5b4fc;box-shadow:0 4px 12px #4f46e51a;transform:translateY(-1px)}.card-texts{display:flex;flex:1 1;flex-direction:column;gap:4px}.card-front-text{font-size:14px;font-weight:600}.card-back-text{color:#6b7280;font-size:13px}.card-date-text{color:#d1d5db;font-size:11px;margin-top:2px}.add-card-form{background:#fff;border-top:1px solid #0000000f;display:none;flex-direction:column;gap:10px;max-height:70dvh;overflow-y:auto;padding:16px}.add-card-form--open{display:flex}.add-card-form-header{align-items:center;display:flex;justify-content:space-between}.add-card-form h3{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.add-card-form textarea{background:#fafafa;border:2px solid #e5e7eb;border-radius:10px;font-family:inherit;font-size:14px;padding:11px 13px;resize:none;transition:border-color .15s}.add-card-form textarea:focus{background:#fff;border-color:#4f46e5;outline:none}.fab{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 16px #4f46e573;color:#fff;cursor:pointer;display:flex;font-size:28px;height:56px;justify-content:center;line-height:1;position:absolute;right:24px;transition:transform .15s,box-shadow .15s;width:56px;z-index:20}.fab:hover{box-shadow:0 6px 20px #4f46e58c;transform:scale(1.08)}.import-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.btn-import{background:none;border:1.5px dashed #c7d2fe;border-radius:8px;color:#4f46e5;cursor:pointer;font-size:13px;font-weight:500;padding:8px 14px;transition:all .15s;white-space:nowrap}.btn-import:hover{background:#eff0ff;border-color:#4f46e5}.import-status{color:#6b7280;font-size:13px}.study-screen{background:linear-gradient(160deg,#3730a3,#6d28d9 55%,#7c3aed);display:flex;flex-direction:column;margin:0 auto;max-width:480px;min-height:100vh}.study-top-bar{background:#0000;border-bottom:none;box-shadow:none}.study-top-bar .icon-btn{color:#ffffffd9}.study-top-bar .icon-btn:hover{background:#ffffff26;color:#fff}.progress-text{color:#ffffffb3;font-size:14px;font-weight:600}.study-progress-bar{background:#fff3;border-radius:2px;height:4px;margin:0 16px;overflow:hidden}.study-progress-fill{background:#ffffffd9;border-radius:2px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1)}.study-area{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:22px;justify-content:center;padding:28px 16px}.flashcard{cursor:pointer;max-width:380px;perspective:1200px}.card-inner,.flashcard{min-height:230px;width:100%}.card-inner{position:relative;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.4,0,.2,1)}.flashcard.flipped .card-inner{transform:rotateY(180deg)}.card-back,.card-front{align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:22px;display:flex;flex-direction:column;inset:0;justify-content:center;min-height:230px;padding:30px;position:absolute}.card-front{background:#fff}.card-back,.card-front{box-shadow:0 16px 48px #0003}.card-back{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border:2px solid #c4b5fd;transform:rotateY(180deg)}.card-label{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:14px;text-transform:uppercase}.card-back .card-label{color:#7c3aed}.card-back p,.card-front p{font-size:22px;font-weight:600;line-height:1.45;text-align:center}.card-back p{color:#3730a3}.tap-hint{color:#ffffff8c;font-size:13px;font-weight:500;letter-spacing:.02em}.rating-row{display:flex;gap:14px;max-width:380px;width:100%}.rate-btn{border:none;border-radius:16px;cursor:pointer;flex:1 1;font-size:15px;font-weight:700;line-height:1.5;padding:18px 8px;text-align:center;transition:transform .15s,box-shadow .15s}.rate-btn:hover{transform:translateY(-3px)}.rate-btn:active{transform:translateY(0)}.rate-0{background:#fee2e2;box-shadow:0 4px 14px #dc262633;color:#dc2626}.rate-0:hover{box-shadow:0 8px 20px #dc26264d}.rate-5{background:#d1fae5;box-shadow:0 4px 14px #05966933;color:#059669}.rate-5:hover{box-shadow:0 8px 20px #0596694d}.study-examples{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;border-radius:16px;max-width:380px;padding:18px;width:100%}.study-examples .card-label{color:#ffffffa6;margin-bottom:8px}.study-examples p{color:#ffffffe6;font-size:14px;line-height:1.65;white-space:pre-wrap}.card-detail{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.card-detail-section{background:#fff;border:1.5px solid #f0efff;border-radius:14px;box-shadow:0 2px 8px #0000000a;padding:18px}.card-detail-label{color:#9ca3af;display:block;font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:10px;text-transform:uppercase}.card-detail-text{font-size:17px;font-weight:500;line-height:1.5}.card-detail-text.answer{color:#3730a3}.card-detail-text.examples{color:#4b5563;font-size:15px;font-weight:400;line-height:1.65;white-space:pre-wrap}.card-detail-text.synonyms{color:#059669;font-size:15px;font-weight:500}.card-added-date{color:#d1d5db;font-size:12px;padding:2px 0 8px;text-align:center}.card-edit-input{background:#0000;border:none;border-bottom:2px solid #e5e7eb;font-family:inherit;font-size:15px;line-height:1.5;outline:none;padding:8px 0;resize:none;transition:border-color .15s;width:100%}.card-edit-input:focus{border-bottom-color:#4f46e5}.edit-layout{display:flex;flex:1 1;flex-direction:column;overflow:hidden;position:relative}@media (min-width:640px){.screen--wide{max-width:960px}.screen--wide .deck-list{grid-gap:14px;align-content:start;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));padding:20px}.screen--wide .deck-row{align-items:stretch;flex-direction:column;gap:0;overflow:hidden;padding:0;position:relative}.screen--wide .deck-color-dot{display:none}.screen--wide .deck-row{border-top:4px solid #4f46e5;border-top:4px solid var(--deck-color,#4f46e5)}.screen--wide .deck-info{padding:16px}.screen--wide .deck-name{font-size:15px}.screen--wide .deck-row>.icon-btn.danger{position:absolute;right:10px;top:10px}.screen--wide .add-deck-form{padding:16px 20px}.screen--wide{height:auto;min-height:100vh;overflow:visible}.fab{display:none}.add-card-form{display:flex!important;max-height:none;overflow-y:visible}.add-card-form-header .icon-btn{display:none}.edit-layout{align-items:flex-start;flex:1 1;flex-direction:row;overflow:hidden}.edit-layout .card-list{grid-gap:10px;align-content:start;display:grid;flex:1 1;gap:10px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));height:100%;overflow-y:auto;padding:20px}.edit-layout .card-row{align-items:flex-start;flex-direction:column;gap:6px;min-height:90px;padding:14px;position:relative}.edit-layout .card-row .icon-btn.danger{padding:2px 6px;position:absolute;right:8px;top:8px}.edit-layout .card-date-text{display:none}.edit-layout .add-card-form{border-left:1px solid #0000000f;border-top:none;flex-shrink:0;height:calc(100vh - 57px);overflow-y:auto;padding:20px;position:-webkit-sticky;position:sticky;top:0;width:280px}.screen--wide .card-detail{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;padding:20px}.screen--wide .card-added-date,.screen--wide .card-detail-section:nth-child(n+3){grid-column:1/-1}.study-screen{max-width:960px}.study-area{max-width:100%}.flashcard{max-width:520px}.card-back,.card-front,.card-inner,.flashcard{min-height:260px}.rating-row,.study-examples{max-width:520px}}.spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#4f46e5;height:36px;width:36px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.27f7e339.css.map*/