body{--color-primary: #685bde;--color-secondary: #7c6ce8;--accent: #8288fa;--grey: #e0e0e0;--text-black: #1a1a1a;--text-white: #ffffff;--text-gray: #666666;--background: #fafbfc;--success: #4caf50;--error: #e53935;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fafbfc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#999}*:focus-visible{outline:2px solid #685bde;outline-offset:2px}@media only screen and (max-width: 768px){body{font-size:14px;overflow-x:hidden;max-height:100vh}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{font-size:16px!important}button,.cta,a{min-height:44px;min-width:44px}}@media only screen and (max-width: 480px){body{font-size:13px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){body{-webkit-font-smoothing:subpixel-antialiased}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.cta{font-family:system-ui,-apple-system,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;outline:none}.cta:focus-visible{outline:2px solid #685bde;outline-offset:2px}.cta--size-small{padding:8px 16px;font-size:14px;gap:6px}.cta--size-medium{padding:12px 20px;font-size:15px;gap:8px}.cta--size-large{padding:14px 24px;font-size:16px;gap:10px}.cta--border-none{border:none!important}.cta--border-solid{border-style:solid;border-width:1px}.cta--border-dashed{border-style:dashed;border-width:1px}.cta--radius-none{border-radius:0}.cta--radius-small{border-radius:4px}.cta--radius-default{border-radius:8px}.cta--radius-large{border-radius:12px}.cta--radius-full{border-radius:9999px}.cta .cta__icon{display:inline-flex;align-items:center;font-size:1.1em}.cta--variant-base{background-color:#f8f9fa;color:#1a1a1a;border:1px solid #e0e0e0}.cta--variant-base:hover:not(:disabled){background-color:#e9ecef;border-color:#ced4da;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.cta--variant-base:active:not(:disabled){transform:translateY(0)}.cta--variant-base-ghost{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.3)}.cta--variant-base-ghost:hover:not(:disabled){background-color:#ffffff1a;border-color:#ffffff80}.cta--variant-success{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;box-shadow:0 2px 8px #4caf504d}.cta--variant-success:hover:not(:disabled){background:linear-gradient(135deg,#45a049,#5cb85c);transform:translateY(-1px);box-shadow:0 4px 12px #4caf5066}.cta--variant-success:active:not(:disabled){transform:translateY(0)}.cta--variant-danger{background:linear-gradient(135deg,#e53935,#ef5350);color:#fff;border:none;box-shadow:0 2px 8px #e539354d}.cta--variant-danger:hover:not(:disabled){background:linear-gradient(135deg,#d32f2f,#e57373);transform:translateY(-1px);box-shadow:0 4px 12px #e5393566}.cta--variant-danger:active:not(:disabled){transform:translateY(0)}.cta--variant-plain{background-color:#fff;color:#1a1a1a;border:1px solid #e0e0e0;box-shadow:0 2px 4px #00000014}.cta--variant-plain:hover:not(:disabled){box-shadow:0 4px 12px #0000001f;border-color:#685bde;transform:translateY(-1px)}.cta--variant-plain:active:not(:disabled){transform:translateY(0)}.cta--variant-success-ghost{background-color:transparent;color:#4caf50;border:1px solid #4caf50}.cta--variant-success-ghost:hover:not(:disabled){background-color:#4caf5014;border-color:#45a049}.cta--variant-danger-ghost{background-color:transparent;color:#e53935;border:1px solid #e53935}.cta--variant-danger-ghost:hover:not(:disabled){background-color:#e5393514;border-color:#d32f2f}.cta--variant-ai-generation{padding:14px 24px;border:none;font-size:15px;font-weight:600;cursor:pointer;position:relative;background:linear-gradient(135deg,#5bfcc4,#f593e4,#71a4f0);border-radius:12px;color:#fff;transition:all .3s ease;box-shadow:inset 0 0 5px #fff9,inset 0 15px 35px #0003,0 4px 16px #0000004d;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.cta--variant-ai-generation:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;filter:blur(0);z-index:-1;background:conic-gradient(transparent 80deg,#40baf7,#f34ad7,#5bfcc4,transparent 280deg);transition:all .3s ease}.cta--variant-ai-generation:hover:not(:disabled){transform:translateY(-2px)}.cta--variant-ai-generation:hover:not(:disabled):before{filter:blur(8px)}.cta--variant-ai-generation:active:not(:disabled){transform:translateY(1px);box-shadow:inset 0 0 5px #fff9,inset 0 25px 30px #0000004d}.cta--link{background:none;border:none;padding:0;color:#685bde;text-decoration:underline;font-weight:500}.cta--link:hover:not(:disabled){color:#5a4dd4;text-decoration-thickness:2px}.cta--success-link{background:none;border:none;padding:0;color:#4caf50;text-decoration:underline;font-weight:500}.cta--success-link:hover:not(:disabled){color:#45a049;text-decoration-thickness:2px}.cta--danger-link{background:none;border:none;padding:0;color:#e53935;text-decoration:underline;font-weight:500}.cta--danger-link:hover:not(:disabled){color:#d32f2f;text-decoration-thickness:2px}.cta--ghost-link{background:none;border:none;padding:0;color:#4caf50;text-decoration:none;font-weight:500}.cta--ghost-link:hover:not(:disabled){text-decoration:underline;text-decoration-thickness:2px}.cta:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media only screen and (max-width: 768px){.cta--size-small{padding:8px 14px;font-size:13px}.cta--size-medium{padding:10px 18px;font-size:14px}.cta--size-large{padding:12px 20px;font-size:15px}.cta:hover:not(:disabled){transform:none!important}.cta:active:not(:disabled){transform:scale(.98)}}@media only screen and (max-width: 480px){.cta--size-small{padding:6px 12px;font-size:12px}.cta--size-medium{padding:8px 16px;font-size:13px}.cta--size-large{padding:10px 18px;font-size:14px}}.navbar{display:flex;flex-direction:column;justify-content:space-between;background-color:#685bde;width:280px;min-width:280px;padding:20px;border-radius:12px;box-shadow:0 4px 12px #685bde26}.navbar__logo-container{display:flex;align-items:center;justify-content:center;gap:12px;height:48px;margin-bottom:32px}.navbar__logo-text{color:var(--text-white);font-size:24px;font-weight:700;letter-spacing:-.5px}.navbar__menu{height:100%;display:flex;flex-direction:column;gap:8px}.navbar .main-menu{display:flex;flex-direction:column;gap:4px;flex:1}.navbar .menu-item{display:flex;align-items:center;gap:12px;padding:12px 16px;color:#ffffffe6;font-size:15px;font-weight:500;background:none;border-radius:8px;border:0;cursor:pointer;transition:all .2s ease;text-align:left}.navbar .menu-item svg{width:20px;height:20px;opacity:.8}.navbar .menu-item:hover{background-color:#ffffff26;color:#fff}.navbar .menu-item:hover svg{opacity:1}.navbar .menu-item:active{transform:translateY(1px)}.navbar__divider{height:1px;margin:16px 0;background-color:#fff3}.profile{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;border-radius:8px;background-color:#ffffff1a}.profile__avatar{width:32px;height:32px;color:#ffffffe6}.profile__name{color:var(--text-white);font-size:14px;font-weight:600;margin:0;line-height:1.2}@media only screen and (max-width: 768px){.navbar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;min-width:auto;height:70px;padding:0 16px;border-radius:0;box-shadow:0 2px 8px #685bde33}.navbar__logo-container{margin-bottom:0;height:auto}.navbar__logo-text{font-size:20px}.navbar__menu{flex-direction:row;height:auto;gap:8px;align-items:center}.navbar .main-menu{flex-direction:row;gap:8px;flex:none}.navbar .menu-item{padding:8px 12px;font-size:14px;min-width:auto}.navbar .menu-item span{display:none}.navbar .menu-item svg{width:18px;height:18px}.navbar__divider{display:none}.navbar .profile{padding:8px;gap:8px}.navbar .profile__avatar{width:24px;height:24px}.navbar .profile__name{font-size:12px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media only screen and (min-width: 769px) and (max-width: 1024px){.navbar{width:240px;min-width:240px;padding:16px}.navbar__logo-text{font-size:22px}.navbar .menu-item{font-size:14px;padding:10px 14px}}.not-found{display:grid;min-height:100vh;place-items:center;padding:6rem 1.5rem}.not-found__container{text-align:center}.not-found__error-code{font-size:1rem;font-weight:600;color:#4f46e5}.not-found__title{margin-top:1rem;font-size:3rem;font-weight:600;letter-spacing:-.025em;text-wrap:balance;color:#111827}@media (min-width: 640px){.not-found__title{font-size:4.5rem}}.not-found__message{margin-top:1.5rem;font-size:1.125rem;font-weight:500;text-wrap:pretty;color:#6b7280}@media (min-width: 640px){.not-found__message{font-size:1.25rem;line-height:2rem}}.not-found__actions{margin-top:2.5rem;display:flex;justify-content:center;align-items:center;gap:1.5rem}.not-found__home-link{border-radius:.375rem;background-color:#4f46e5;padding:.875rem;font-size:.875rem;font-weight:600;color:#fff;box-shadow:0 1px 2px #0000000d}.not-found__home-link:hover{background-color:#6366f1}.not-found__home-link:focus-visible{outline-width:2px;outline-offset:2px;outline-color:#4f46e5}.not-found__support-link{font-size:.875rem;font-weight:600;color:#111827}.hero{display:flex;justify-content:space-between;align-items:center;padding:60px 8%;gap:60px;max-width:1200px;margin:0 auto;width:100%}.hero-content{flex:1;max-width:600px}.hero-title{font-size:clamp(32px,5vw,48px);color:#1a1a1a;margin-bottom:24px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.hero-description{font-size:18px;color:#666;margin-bottom:32px;line-height:1.6;max-width:540px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.hero-image{flex:1;max-width:500px;min-width:300px}.hero-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000001a}.download-icon{width:20px;height:20px}@media only screen and (max-width: 768px){.hero{flex-direction:column;padding:32px 20px;gap:32px;text-align:center}.hero-content{max-width:100%}.hero-title{font-size:28px;margin-bottom:20px}.hero-description{font-size:16px;margin-bottom:28px;max-width:100%}.hero-buttons{justify-content:center;gap:12px}.hero-image{max-width:100%;min-width:auto}}@media only screen and (max-width: 480px){.hero{padding:24px 16px;gap:24px}.hero-title{font-size:24px}.hero-description{font-size:15px}.hero-buttons{flex-direction:column;align-items:center}}@media only screen and (min-width: 769px) and (max-width: 1024px){.hero{padding:48px 6%;gap:48px}.hero-title{font-size:40px}}.loader,.loader:before,.loader:after{background:#3e2867;-webkit-animation:load1 1s infinite ease-in-out;animation:load1 1s infinite ease-in-out;width:1em;height:4em}.loader{justify-self:center;color:#3e2867;text-indent:-9999em;margin:88px auto;position:relative;font-size:11px;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.loader:before,.loader:after{position:absolute;top:0;content:""}.loader:before{left:-1.5em;-webkit-animation-delay:-.32s;animation-delay:-.32s}.loader:after{left:1.5em}@-webkit-keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}@keyframes load1{0%,80%,to{box-shadow:0 0;height:4em}40%{box-shadow:0 -2em;height:5em}}.container{box-shadow:0 2px 8px #0000000a,0 4px 16px #00000014,0 1px 2px #0000001f;border-radius:12px;background-color:#fff;border:1px solid #f0f0f0;padding:20px;transition:all .2s ease}.container__divider{width:100%;height:1px;background-color:#e0e0e0;margin:16px 0}.container__content{display:flex;flex-direction:column;gap:16px}@media only screen and (max-width: 768px){.container{padding:16px;border-radius:8px;box-shadow:0 1px 4px #0000000a,0 2px 8px #0000000f,0 1px 2px #00000014}.container__divider{margin:12px 0}.container__content{gap:12px}}@media only screen and (max-width: 480px){.container{padding:12px;border-radius:6px}}.dashboard{display:flex;width:100%;height:100%;max-width:1200px;margin:0 auto}.dashboard__entries{display:flex;flex-direction:column;width:100%;padding:0 40px}.dashboard__entries-container{display:flex;flex-direction:column;gap:20px;min-height:90%;padding:20px 0;overflow-y:auto;max-height:calc(100vh - 200px);scrollbar-width:thin;scrollbar-color:var(--text-gray) transparent}.dashboard__entries-container::-webkit-scrollbar{width:6px}.dashboard__entries-container::-webkit-scrollbar-track{background:transparent}.dashboard__entries-container::-webkit-scrollbar-thumb{background:var(--text-gray);border-radius:3px}.dashboard__title{font-size:28px;font-weight:700;color:#1a1a1a;padding:24px 0;margin:0;letter-spacing:-.5px}.dashboard__empty{display:flex;justify-content:space-between;align-items:center;padding:60px 8%;width:100%;gap:60px;max-width:1200px;margin:0 auto}.dashboard__empty-content{flex:1;max-width:500px}.dashboard__empty-title{font-size:clamp(32px,5vw,48px);color:#1a1a1a;margin-bottom:24px;line-height:1.2;font-weight:700;letter-spacing:-.5px}.dashboard__empty-description{font-size:18px;color:#666;margin-bottom:32px;line-height:1.6}.dashboard__empty-cta{padding:14px 28px;border-radius:8px;border:1px solid #e0e0e0;color:#1a1a1a;background:#fff;font-weight:500;transition:all .2s ease;box-shadow:0 2px 8px #00000014}.dashboard__empty-cta:hover{background:#f8f9fa;border-color:#685bde;color:#685bde;transform:translateY(-1px);box-shadow:0 4px 12px #0000001f}.dashboard__empty-image{flex:1;max-width:500px}.dashboard__empty-image img{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 32px #0000001a}.divider{width:100%;height:1px;background-color:#e0e0e0;margin:16px 0}.card{transition:all .2s ease;border:1px solid #e0e0e0}.card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f;border-color:#685bde}.card .card-content{font-size:15px;line-height:1.6;color:#333;margin-bottom:8px}.card__footer{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.card__date p{margin:0;font-size:13px;color:#666;font-weight:500}.card-actions{display:flex;gap:8px;flex-wrap:wrap}@media only screen and (max-width: 768px){.dashboard__entries{padding:0 16px}.dashboard__entries-container{padding:16px 0;max-height:calc(100vh - 150px);gap:16px}.dashboard__title{font-size:24px;padding:20px 0 16px}.dashboard__empty{flex-direction:column;padding:32px 20px;gap:32px;text-align:center}.dashboard__empty-content{max-width:100%}.dashboard__empty-title{font-size:28px;margin-bottom:20px}.dashboard__empty-description{font-size:16px;margin-bottom:28px}.dashboard__empty-image{max-width:100%;order:-1}.card__footer{flex-direction:column;align-items:flex-start;gap:12px}.card__date{order:2}.card-actions{order:1;width:100%;justify-content:flex-end}}@media only screen and (max-width: 480px){.dashboard__entries{padding:0 12px}.dashboard__empty{padding:24px 16px}.dashboard__empty-title{font-size:24px}.dashboard__empty-description{font-size:15px}.card-actions{flex-direction:column;gap:8px}}@media only screen and (min-width: 769px) and (max-width: 1024px){.dashboard__entries{padding:0 24px}.dashboard__empty{padding:48px 6%;gap:48px}.dashboard__empty-title{font-size:40px}}.voice-controls{display:flex;align-items:center;gap:12px;padding:8px}.voice-animation-container{display:flex;justify-content:center;align-items:center;width:100%;height:50px;background:linear-gradient(135deg,#685bde14,#7c6ce814);border-radius:24px;padding:0 20px;border:1px solid rgba(104,91,222,.2)}.voice-input-container{width:100%;margin-bottom:12px}.voice-toggle{display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;background-color:#f8f9fa;border:1px solid #e0e0e0;cursor:pointer;transition:all .2s ease;color:#666}.voice-toggle:hover{background-color:#e9ecef;border-color:#685bde;color:#685bde;transform:scale(1.05)}.voice-toggle--active{background:linear-gradient(135deg,#685bde,#7c6ce8);color:#fff;border-color:#685bde;box-shadow:0 2px 8px #685bde4d}.voice-toggle--active:hover{background:linear-gradient(135deg,#5a4dd4,#6d5de0);transform:scale(1.05)}.voice-icon{width:20px;height:20px}.voice-status{display:flex;align-items:center;font-size:14px;color:#666;font-weight:500}.listening-indicator,.speaking-indicator{display:flex;align-items:center;gap:12px}.status-text{font-weight:600;color:#685bde}.listening-wave{display:flex;align-items:center;height:24px;gap:2px}.listening-wave span{display:inline-block;width:3px;height:6px;background:linear-gradient(135deg,#685bde,#7c6ce8);border-radius:2px;animation:listening-wave 1.2s infinite ease-in-out}.listening-wave span:nth-child(2){animation-delay:.1s}.listening-wave span:nth-child(3){animation-delay:.2s}.listening-wave span:nth-child(4){animation-delay:.3s}.listening-wave span:nth-child(5){animation-delay:.4s}@keyframes listening-wave{0%,40%,to{transform:scaleY(1);opacity:.7}20%{transform:scaleY(2.5);opacity:1}}.speaking-wave{display:flex;align-items:center;height:24px;gap:3px}.speaking-wave span{display:inline-block;width:4px;height:12px;background:linear-gradient(135deg,#4caf50,#66bb6a);border-radius:2px;animation:speaking-wave 1s infinite ease-in-out}.speaking-wave span:nth-child(2){animation-delay:.15s}.speaking-wave span:nth-child(3){animation-delay:.3s}@keyframes speaking-wave{0%,to{transform:scaleY(1);opacity:.7}50%{transform:scaleY(1.8);opacity:1}}.voice-controls--unsupported{padding:12px 16px;background-color:#fff3cd;border-radius:8px;border:1px solid #ffeaa7}.voice-controls__message{margin:0;font-size:13px;color:#856404;font-weight:500}@media only screen and (max-width: 768px){.voice-toggle{width:36px;height:36px}.voice-toggle:hover,.voice-toggle--active:hover{transform:none}.voice-icon{width:18px;height:18px}.status-text{font-size:13px}.voice-animation-container{height:44px;padding:0 16px}.listening-wave{height:20px}.listening-wave span{width:2px;height:5px}.speaking-wave{height:20px}.speaking-wave span{width:3px;height:10px}}@media only screen and (max-width: 480px){.voice-controls{gap:8px;padding:6px}.voice-toggle{width:32px;height:32px}.voice-icon{width:16px;height:16px}.voice-animation-container{height:40px;padding:0 12px}}.chat-interface{display:flex;flex-direction:column;width:100%;max-width:800px;height:calc(100vh - 40px);border:1px solid #e0e0e0;border-radius:12px;background:#fff;box-shadow:0 4px 12px #00000014;margin:0 auto}.chat-header{padding:20px 24px;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;background:#fafbfc;border-radius:12px 12px 0 0}.chat-header h2{margin:0;font-size:20px;font-weight:700;color:#1a1a1a;letter-spacing:-.3px}.chat-messages{display:flex;flex-direction:column;flex:1;padding:24px;overflow-y:auto;gap:16px;scrollbar-width:thin;scrollbar-color:#ccc transparent}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.message-bubble{max-width:75%;padding:12px 16px;border-radius:16px;position:relative;animation:fade-in .3s ease;word-wrap:break-word;line-height:1.5}@keyframes fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.user-message{align-self:flex-end;background:linear-gradient(135deg,#685bde,#7c6ce8);color:#fff;border-bottom-right-radius:6px;box-shadow:0 2px 8px #685bde4d}.ai-message{align-self:flex-start;background:#f8f9fa;color:#333;border-bottom-left-radius:6px;border:1px solid #e9ecef}.message-content p{margin:0;line-height:1.5}.typing-indicator{display:flex;align-items:center;padding:8px 0}.typing-indicator span{height:8px;width:8px;background-color:#0000004d;border-radius:50%;display:inline-block;margin:0 2px;animation:typing 1.5s infinite ease-in-out}.ai-message .typing-indicator span{background-color:#0006}.user-message .typing-indicator span{background-color:#fffc}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:scale(1);opacity:.6}30%{transform:scale(1.3);opacity:1}}.chat-input-area{padding:20px 24px;border-top:1px solid #e0e0e0;display:flex;flex-direction:column;gap:12px;background:#fafbfc;border-radius:0 0 12px 12px}.input-container{display:flex;position:relative}.input-field{flex:1;border:1px solid #e0e0e0;border-radius:24px;padding:12px 52px 12px 20px;font-size:15px;transition:all .2s ease;background:#fff}.input-field:focus{outline:none;border-color:#685bde;box-shadow:0 0 0 3px #685bde1a}.input-field.voice-active{background-color:#f3f8ff;border-color:#685bde;color:#666}.input-field::placeholder{color:#999}.send-button{position:absolute;right:6px;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#685bde,#7c6ce8);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.send-button:hover:not(:disabled){transform:translateY(-50%) scale(1.05);box-shadow:0 4px 12px #685bde66}.send-button:disabled{background:#e0e0e0;cursor:not-allowed;transform:translateY(-50%) scale(1);box-shadow:none}.send-button svg{width:18px;height:18px}.generate-button{width:100%;padding:14px 20px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #4caf504d}.generate-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #4caf5066}.generate-button:disabled{background:#e0e0e0;cursor:not-allowed;transform:none;box-shadow:none;color:#999}@media (max-width: 768px){.chat-interface{height:calc(100vh - 90px);border-radius:0;border:none;box-shadow:none}.chat-header{padding:16px 20px;border-radius:0}.chat-header h2{font-size:18px}.chat-messages{padding:16px 20px;gap:12px}.message-bubble{max-width:85%;padding:10px 14px;font-size:15px}.chat-input-area{padding:16px 20px;border-radius:0}.input-field{font-size:16px;padding:12px 48px 12px 18px}.send-button{width:32px;height:32px;right:8px}.send-button svg{width:16px;height:16px}.generate-button{font-size:14px;padding:12px 18px}}@media (max-width: 480px){.chat-header,.chat-messages,.chat-input-area{padding:12px 16px}.message-bubble{max-width:90%;padding:8px 12px;font-size:14px}}@media (min-width: 769px) and (max-width: 1024px){.chat-interface{max-width:700px;height:calc(100vh - 60px)}}.form{display:flex;flex-direction:column;gap:16px;max-width:400px;width:100%}.form label{display:flex;flex-direction:column;gap:6px;font-size:14px;font-weight:600;color:#333}.form__input{width:100%;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;font-size:15px;transition:all .2s ease;background:#fff}.form__input:focus{outline:none;border-color:#685bde;box-shadow:0 0 0 3px #685bde1a}.form__input::placeholder{color:#999}.form__input[type=checkbox]{width:auto;margin-right:8px;transform:scale(1.1)}.form textarea{width:100%;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;font-size:15px;transition:all .2s ease;background:#fff;min-height:120px;resize:vertical;font-family:inherit;line-height:1.5}.form textarea:focus{outline:none;border-color:#685bde;box-shadow:0 0 0 3px #685bde1a}.form textarea::placeholder{color:#999}.form label:has(input[type=checkbox]){flex-direction:row;align-items:center;gap:8px;font-weight:500;cursor:pointer}.form a{color:#685bde;text-decoration:none;font-weight:500;margin-left:4px}.form a:hover{text-decoration:underline}.form p{margin:8px 0 0;font-size:14px;color:#666;text-align:center}.form h2{margin:0 0 24px;font-size:28px;font-weight:700;color:#1a1a1a;text-align:center;letter-spacing:-.5px}@media only screen and (max-width: 768px){.form{gap:14px;max-width:100%}.form__input{padding:12px 14px;font-size:16px}.form textarea{padding:12px 14px;font-size:16px;min-height:100px}.form h2{font-size:24px;margin-bottom:20px}.form label,.form p{font-size:13px}}@media only screen and (max-width: 480px){.form{gap:12px}.form__input{padding:10px 12px}.form textarea{padding:10px 12px;min-height:80px}.form h2{font-size:22px;margin-bottom:16px}}.login{display:flex;width:100%;min-height:100vh;justify-content:center;align-items:center;padding:40px 20px}.login__container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;width:100%;align-items:center}.login__container .carousel{width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.login__container .carousel img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0000001a}@media only screen and (max-width: 768px){.login{padding:20px 16px;min-height:calc(100vh - 70px)}.login__container{grid-template-columns:1fr;gap:0;max-width:400px}.login .carousel{display:none}}@media only screen and (max-width: 480px){.login{padding:16px 12px}.login__container{max-width:100%}}@media only screen and (min-width: 769px) and (max-width: 1024px){.login{padding:32px 24px}.login__container{gap:32px;max-width:800px}}.register{display:flex;width:100%;min-height:100vh;justify-content:center;align-items:center;padding:40px 20px}.register__container{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:1000px;width:100%;align-items:center}.register__container .carousel{width:100%;height:100%;min-height:400px;display:flex;align-items:center;justify-content:center}.register__container .carousel img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 8px 32px #0000001a}.register__name{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.register .password-validation{padding:12px;background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-top:8px}.register .password-validation p{margin:4px 0;font-size:13px;color:#856404;line-height:1.4}@media only screen and (max-width: 768px){.register{padding:20px 16px;min-height:calc(100vh - 70px)}.register__container{grid-template-columns:1fr;gap:0;max-width:400px}.register__name{grid-template-columns:1fr;gap:12px}.register .carousel{display:none}.register .password-validation{padding:10px}.register .password-validation p{font-size:12px}}@media only screen and (max-width: 480px){.register{padding:16px 12px}.register__container{max-width:100%}.register__name{gap:10px}}@media only screen and (min-width: 769px) and (max-width: 1024px){.register{padding:32px 24px}.register__container{gap:32px;max-width:800px}.register__name{grid-template-columns:1fr 1fr;gap:12px}.register__name label:last-child{grid-column:1/-1}}.check-email{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;max-width:500px;margin:0 auto}.check-email__title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1rem}.check-email__message{font-size:1rem;color:#6b7280;margin-bottom:1.5rem;line-height:1.5}.check-email__login-link{display:inline-block;padding:.5rem 1rem;background-color:#4f46e5;color:#fff;border-radius:.375rem;font-size:.875rem;font-weight:500;text-decoration:none}.check-email__login-link:hover{background-color:#4338ca}.verify-email{display:flex;justify-content:center;align-items:center;min-height:50vh;padding:2rem}.verify-email__loader{display:inline-block;width:40px;height:40px;border:3px solid rgba(79,70,229,.2);border-radius:50%;border-top-color:#4f46e5;animation:spin 1s ease-in-out infinite;margin-right:1rem}.verify-email__text{font-size:1.125rem;color:#6b7280}@keyframes spin{to{transform:rotate(360deg)}}.two-factor{display:flex;flex-direction:column;align-items:center;padding:2rem}.two-factor__title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.two-factor__subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.two-factor__form{display:flex;flex-direction:column;width:100%;max-width:300px}.two-factor__input{padding:.75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;margin-bottom:1rem;text-align:center;letter-spacing:.25rem}.two-factor__input:disabled{background-color:#f3f4f6;cursor:not-allowed}.two-factor__resend{font-size:.875rem;color:#6b7280}.two-factor__resend a{color:#4f46e5;font-weight:500;text-decoration:none}.two-factor__resend a:hover{text-decoration:underline}.edit-entry-form{display:flex;flex-direction:column;gap:20px;width:100%;max-width:600px;margin:0 auto;padding:24px}.edit-entry-form hr{border:none;height:1px;background-color:#e0e0e0;margin:16px 0}.edit-entry-form h2{margin:0 0 20px;font-size:24px;font-weight:700;color:#1a1a1a;text-align:center}@media only screen and (max-width: 768px){.edit-entry-form{padding:16px;gap:16px;max-width:100%}.edit-entry-form h2{font-size:20px;margin-bottom:16px}.edit-entry-form hr{margin:12px 0}}@media only screen and (max-width: 480px){.edit-entry-form{padding:12px;gap:12px}.edit-entry-form h2{font-size:18px;margin-bottom:12px}}.app{display:flex;gap:20px;height:100vh;padding:10px;overflow:hidden}.main-container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;flex:1;border-radius:10px;overflow-y:auto;max-height:100%;scrollbar-width:thin;scrollbar-color:#666 #fff}@media only screen and (max-width: 768px){.app{display:grid;grid-template-columns:1fr;grid-template-rows:70px 1fr;background:0;padding:0;gap:0;background-color:var(--background)}.app .navbar{grid-row:1;grid-column:1;width:100%;background:#685bde;border-radius:0;margin:0}.app .main-container{grid-row:2;grid-column:1;padding:16px;margin:0}}@media only screen and (min-width: 769px) and (max-width: 1024px){.app{padding:8px;gap:12px}.main-container{padding:12px}}
