body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background:linear-gradient(to bottom right,#242425,#1c1c1d,#0c0c0c);color:#e2e8f0;min-height:100vh;overflow-x:hidden}.app-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;min-height:100vh}.sidebar{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border-right:1px solid #ffffff1a;display:flex;flex-basis:30%;flex-direction:column;max-width:400px;padding:40px;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.sidebar,.sidebar:hover{box-shadow:0 6px 30px #0006}.sidebar-image{border-radius:16px;filter:grayscale(40%) brightness(.9);margin-top:120px;max-width:280px;width:100%}.home-header-buttons{display:flex;gap:10px}.loading-overlay{align-items:center;background-color:#000000b3;color:#fff;display:flex;flex-direction:column;font-size:1.2rem;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.btn-youtube-import{background-color:red;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:10px 18px;transition:all .2s ease-in-out}.btn-youtube-import:hover{background-color:#c40000}.sidebar h2{color:#fff;font-size:2rem;font-size:3rem;font-weight:300;letter-spacing:.5px;line-height:1.1;margin-bottom:.4rem;margin-top:0}.sidebar p{color:#94a3b8;font-size:1rem;line-height:1.6}.main-content{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-basis:70%;height:100vh;overflow-y:auto;padding:40px}.hello{font-weight:400}button{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:600;padding:10px 18px;transition:all .25s ease}button:disabled{cursor:not-allowed;opacity:.6}.btn-create-note{background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:8px;box-shadow:0 4px 10px #2563eb4d;color:#fff;font-size:1rem;font-weight:600;padding:10px 18px}.btn-create-note:hover{background:linear-gradient(135deg,#3b82f6,#1e3a8a);box-shadow:0 6px 20px #2563eb80;transform:translateY(-2px)}.btn-logout{background:#6c757dcc;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;margin-top:auto;padding:10px 16px;transition:all .25s ease;width:100%}.btn-logout:hover{background:#5a6268;transform:translateY(-2px)}.home-header{align-items:center;border-bottom:2px solid #ffffff26;display:flex;justify-content:space-between;margin-bottom:25px;padding-bottom:12px}.home-header h3{color:#f1f5f9;font-size:1.6rem}.search-container{margin-bottom:20px}.search-bar{background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;color:#f8fafc;font-size:1rem;padding:12px;transition:all .25s ease;width:100%}.search-bar::placeholder{color:#94a3b8}.search-bar:focus{background:#ffffff1a;border-color:#3b82f6;box-shadow:0 0 0 3px #2563eb4d;outline:none}.sidebar-welcome{color:#a1a1aa;font-size:.9rem;margin-bottom:20px;margin-top:-10px;word-break:break-word}.app-loading{align-items:center;animation:pulse 2s ease-in-out infinite;color:#cbd5e1;display:flex;font-size:1.6rem;height:100vh;justify-content:center;text-shadow:0 0 20px #2563eb99}.note-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b4d;border:1px solid #47556966;border-radius:12px;box-shadow:0 8px 20px #0006;color:#e2e8f0;display:flex;flex-direction:column;height:230px;justify-content:space-between;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.note-card:hover{box-shadow:0 12px 30px #0009;transform:translateY(-5px)}.card-content{cursor:pointer;flex-grow:1;overflow:hidden;padding:20px}.card-content h4{font-size:1.25rem;font-weight:600;margin-bottom:10px}.card-content h4,.card-content p{color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-content p{font-size:.95rem;line-height:1.6}.card-footer{border-top:1px solid #34353766;display:flex;gap:10px;justify-content:flex-end;padding:10px 20px}.card-footer button{border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;padding:6px 12px;transition:all .3s ease}.btn-edit{background:linear-gradient(to bottom right,#3b82f64d,#2563eb4d);border:1px solid #1469f0;color:#000}.btn-edit:hover{background:linear-gradient(to bottom right,#3b82f6,#2563eb);color:#fff}.btn-delete{background:linear-gradient(to bottom right,#f43f5e4d,#dc26264d);border:1px solid #f43f5e;color:red}.btn-delete:hover{background:linear-gradient(to bottom right,#f43f5e,#dc2626);color:#fff}.note-list-container h3{border-bottom:1px solid #47556966;color:#f8fafc;font-size:1.5rem;margin-bottom:20px;padding-bottom:10px}.note-list-grid p,.note-list-loading{color:#94a3b8;font-size:1.1rem;padding:20px;text-align:center}.note-list-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.empty-notes-placeholder{border-radius:10px;color:#94a3b8;grid-column:1/-1;padding:20px;text-align:center}.empty-notes-placeholder .image{height:auto;margin:0 auto;max-width:250px;opacity:.8;width:100%}.empty-notes-placeholder .name{color:#cbd5e1;font-size:1.1rem;margin-top:10px}.modal-content{animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(to bottom right,#1c1c1d,#0c0c0c);border:1px solid #47556966;border-radius:12px;box-shadow:0 25px 50px #0009;color:#f8fafc;max-height:80vh;max-width:600px;overflow-y:auto;padding:30px 40px;position:relative;width:90%}.modal-content h2{color:#f8fafc;font-size:2rem;margin-bottom:20px;margin-top:10px}.modal-description{color:#cbd5e1;font-size:1.1rem;line-height:1.7}.modal-loading{color:#94a3b8;font-size:1.2rem;padding:20px;text-align:center}.modal-close-btn{padding:4px 8px}.modal-edit-btn{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.2rem;position:absolute;right:60px;top:18px;transition:color .3s ease}.modal-edit-btn:hover{color:#3b82f6}.note-editor-container{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(to bottom right,#1c1c1d,#0c0c0c);border:1px solid #47556966;border-radius:12px;box-shadow:0 8px 25px #0006;color:#f8fafc;font-family:Inter,system-ui,sans-serif;margin-bottom:30px;padding:25px}.note-editor-container h3{color:#f8fafc;font-size:1.5rem;margin-bottom:20px;text-align:center}.note-editor-container input[type=text],.note-editor-container textarea{background:#1e293b4d;border:1px solid #47556980;border-radius:8px;color:#e2e8f0;font-family:inherit;font-size:1rem;margin-bottom:15px;padding:12px;transition:all .3s ease;width:100%}.note-editor-container input:focus,.note-editor-container textarea:focus{background:#1e293b80;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f64d;outline:none}.note-editor-container textarea{min-height:120px;resize:vertical}.original-preview-editor{background:#78141426;border:1px solid #ef444480;border-radius:8px;margin-bottom:15px;padding:10px 15px;text-align:left}.original-preview-editor strong{color:#f87171}.original-preview-editor p{color:#f87171;font-size:.9rem;margin:5px 0 0;text-decoration:line-through}.editor-buttons{display:flex;gap:10px;margin-bottom:20px}.editor-buttons button,.main-actions button{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:10px 16px;transition:all .3s ease}.btn-start-listen{background:linear-gradient(to bottom right,#16a34a,#22c55e);color:#fff}.btn-stop-listen{background:linear-gradient(to bottom right,#dc2626,#ef4444);color:#fff}.btn-check-grammar{background:linear-gradient(to bottom right,#f59e0b,#fbbf24);color:#1e1e1e}.main-actions{display:flex;gap:10px;justify-content:flex-end}.btn-save-note{background:linear-gradient(to bottom right,#2563eb,#3b82f6);color:#fff}.btn-cancel-edit{background:#47556966;color:#e2e8f0}.btn-cancel-edit:hover{background:#64748b99}.modal-backdrop{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#0c0c0ccc;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.editor-modal-content{animation:slideIn .3s ease-out;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:linear-gradient(to bottom right,#1c1c1d,#1c1c1d);border:1px solid #47556966;border-radius:1rem;color:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;max-height:90vh;max-width:800px;overflow-y:auto;padding:2rem 2.5rem;position:relative;width:90%}.modal-close-btn{background:#ffffff0d;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;font-size:2rem;line-height:1;padding:6px 10px;position:absolute;right:15px;top:15px;transition:all .3s ease}.modal-close-btn:hover{background:#ffffff1a;color:#fff}.editor-modal-content::-webkit-scrollbar{width:8px}.editor-modal-content::-webkit-scrollbar-thumb{background:#475569;border-radius:4px}.editor-modal-content::-webkit-scrollbar-thumb:hover{background:#64748b}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.landing-container,.main-content{height:100%;margin:0;overflow:hidden;padding:0}*{box-sizing:border-box;margin:0;padding:0}.landing-container{background:linear-gradient(to bottom right,#242425,#1c1c1d,#0c0c0c);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;overflow-x:hidden}.navigation{opacity:0;padding:1.5rem}.navigation.visible{opacity:1;transform:translateY(0)}.nav-content{justify-content:space-between;margin:0 auto;max-width:1280px}.logo-section,.nav-content{align-items:center;display:flex}.logo-section{gap:.5rem}.logo-icon{align-items:center;background:linear-gradient(to bottom right,#f97316,#f43f5e);border-radius:8px;color:#fff;display:flex;font-size:1.125rem;font-weight:700;height:32px;justify-content:center;width:32px}.logo-text{color:#fff;font-size:1.5rem;font-weight:600;font-weight:400;line-height:1.1}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-link{background:none;border:none;color:#cbd5e1;cursor:pointer;font-size:.875rem;transition:color .3s}.nav-link:hover{color:#fff}.nav-button-primary{background:#fff;border:none;border-radius:8px;color:#0f172a;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1.5rem;transition:background .3s}.nav-button-primary:hover{background:#f1f5f9}.visual-video{border-radius:1.5rem;height:100%;object-fit:cover;width:100%}.main-content{margin:0 auto;max-width:1280px;padding:3rem 1.5rem}.hero-grid{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr;margin-left:30px;min-height:80vh}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.content-section{opacity:0;transform:translateX(-32px);transition:all 1s ease .2s}.content-section.visible{opacity:1;transform:translateY(0)}.hero-title{font-size:3rem;font-weight:300;line-height:1.1;margin-bottom:2rem}.hero-title-bold{font-weight:400}@media (min-width:768px){.hero-title{font-size:3.7rem}}.hero-subtitle{color:#94a3b8;font-size:1rem;line-height:1.6;margin-bottom:3rem;max-width:36rem}.signin-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:rgba(0,0,0,.205);border:1px solid #47556900;border-radius:1rem;max-width:28rem;padding:2rem}.google-signin-btn{align-items:center;background:#334155;border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:.75rem;justify-content:center;padding:.75rem 1.5rem;transition:all .3s;width:100%}.google-signin-btn:hover{background:#475569}.google-icon{height:20px;width:20px}.divider-container{margin-bottom:2rem;position:relative}.divider-line{background:#475569;height:1px;left:0;position:absolute;right:0;top:50%}.divider-text{background:#1e293b80;color:#94a3b8;display:block;font-size:.875rem;margin:0 auto;padding:0 1rem;position:relative;text-align:center;width:-webkit-fit-content;width:fit-content}.email-input{background:#0f172a80;border:1px solid #444547;border-radius:12px;color:#fff;font-size:1rem;margin-bottom:1rem;outline:none;padding:.75rem 1rem;transition:border-color .3s;width:100%}.email-input::placeholder{color:#64748b}.email-input:focus{border-color:#64748b}.email-signin-btn{background:#fff;border:none;border-radius:12px;color:#0f172a;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background .3s;width:100%}.email-signin-btn:hover{background:#f1f5f9}.visual-section{opacity:0;transform:translateX(32px);transition:all 1s ease .5s;width:90%}.visual-section.visible{opacity:1;transform:translateX(0)}.visual-wrapper{position:relative}.visual-glow{border-radius:1.5rem;filter:blur(48px);inset:0;position:absolute}.visual-card{background:linear-gradient(to bottom right,#000,#f43f5d00);border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000080;overflow:hidden;position:relative}.visual-content{align-items:flex-end;aspect-ratio:4/5;display:flex;justify-content:center;padding:2rem;position:relative}.float-element{border-radius:9999px;position:absolute}.float-1{animation:pulse 2s infinite;background:#4ade80;height:.25rem;left:2.5rem;top:2.5rem;transform:rotate(-45deg);width:8rem}.float-2{animation:bounce 2s infinite;animation-delay:.5s;border:2px solid #60a5fa;height:1.5rem;right:4rem;top:5rem;width:1.5rem}.float-3{animation:pulse 2s infinite;animation-delay:1s;border:2px solid #facc15;bottom:10rem;height:2rem;left:3rem;width:2rem}.float-4{animation:pulse 2s infinite;animation-delay:1.5s;background:#a78bfa;height:.25rem;right:2.5rem;top:33%;transform:rotate(45deg);width:6rem}.character-area{align-items:flex-end;display:flex;height:100%;justify-content:center;width:100%}.character-area,.character-wrapper{position:relative}.step{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1.5rem 1.5rem 0 0}.step-1{background:linear-gradient(180deg,#9a341299,#7c2d1299);height:8rem;margin-bottom:0;width:16rem}.step-2{background:linear-gradient(180deg,#7c2d12b3,#571845b3);border-radius:1rem 1rem 0 0;height:6rem;width:20rem}.character-silhouette{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(180deg,#16a34a66,#0f172a99);border-radius:9999px;bottom:5rem;height:12rem;left:50%;position:absolute;transform:translateX(-50%);width:8rem}.symbol{font-size:2rem;opacity:.6;position:absolute}.symbol-1{animation:bounce 2s infinite;animation-delay:2s;bottom:33%;color:#60a5fa;right:4rem}.symbol-2{animation:pulse 2s infinite;animation-delay:2.5s;color:#f87171;font-size:1.875rem;left:2rem;top:50%}.symbol-3{animation:bounce 2s infinite;animation-delay:3s;bottom:50%;color:#4ade80;font-size:1.5rem;right:3rem}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:6rem;opacity:0;transform:translateY(32px);transition:all 1s ease .7s}.features-grid.visible{opacity:1;transform:translateY(0)}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);background:#1e293b4d;border:1px solid #47556980;border-radius:12px;padding:1.5rem}.feature-icon{align-items:center;border-radius:8px;display:flex;height:2.5rem;justify-content:center;margin-bottom:1rem;width:2.5rem}.feature-icon svg{color:#fff;height:1.25rem;width:1.25rem}.feature-icon-blue{background:linear-gradient(to bottom right,#3b82f6,#2563eb)}.feature-icon-purple{background:linear-gradient(to bottom right,#a855f7,#9333ea)}.feature-icon-orange{background:linear-gradient(to bottom right,#f97316,#ea580c)}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-description{color:#94a3b8;font-size:.875rem;line-height:1.5}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.nav-links{display:none}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}}
/*# sourceMappingURL=main.8936b9af.css.map*/