*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f4efc9;color:#292d30;font-family:Roboto,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--blue:#69c;--yellow:#f4efc9;--black:#292d30;--white:#f2f2f0;--off-white:#f2f2f0}h1,h2,h3,h4,h5,h6{color:#69c;color:var(--blue);font-weight:500}p{color:#292d30;color:var(--black);font-size:14px;font-weight:400;line-height:1.6}button{text-transform:uppercase}a,button{color:#f2f2f0;color:var(--off-white);font-family:Roboto,sans-serif;font-size:18px;font-weight:500}a{text-decoration:none}@media (max-width:768px){body{font-size:14px}a,button{font-size:16px}}.sidebar{background-color:var(--blue);box-shadow:2px 0 10px #0000001a;display:flex;flex-direction:column;max-width:600px;min-height:100vh;min-width:200px;overflow:hidden;padding:2rem 1rem;position:relative;-webkit-user-select:none;user-select:none}.sidebar.resizing,.sidebar.resizing *{pointer-events:none;-webkit-user-select:none;user-select:none}.sidebar-header{margin-bottom:3rem;text-align:center}.logo{height:auto;max-width:225px}.sidebar-nav{display:flex;flex-direction:column;gap:1rem}.nav-item{align-items:center;border-radius:10px;color:var(--off-white);display:flex;font-size:18px;font-weight:500;gap:1rem;padding:1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.nav-item:hover{background-color:#ffffff1a;transform:translateX(5px)}.nav-item.active{background-color:#fff3;border-left:4px solid var(--off-white)}.nav-icon{filter:brightness(0) invert(1);height:24px;width:24px}.logout-button{background:none;border:none;cursor:pointer;margin-top:auto;text-align:left;width:100%}.nav-separator{background-color:#ffffff4d;height:1px;margin:1rem 0;width:100%}.save-chat-button{align-items:center;background-color:var(--off-white);border:2px solid var(--black);border-radius:10px;box-shadow:0 2px 4px #0000001a;color:var(--black);cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:.75rem;justify-content:center;margin:.5rem auto;max-width:180px;min-width:140px;padding:.75rem 1.5rem;text-align:center;text-transform:uppercase;transition:all .3s ease;width:auto}.save-chat-button:hover{background-color:#f2f2f0cc;border-color:var(--black);box-shadow:0 4px 8px #0003;transform:translateY(-2px)}.save-chat-button:active{box-shadow:0 2px 4px #0003;transform:translateY(0)}.saved-chats-section{background-color:var(--blue);display:flex;flex:1 1;flex-direction:column;gap:.5rem;margin-top:.5rem;min-height:0}.saved-chats-header{background-color:var(--blue);border-bottom:1px solid #fff3;color:var(--off-white);font-size:16px;font-weight:600;padding:.5rem 1rem;text-transform:uppercase}.saved-chats-list{background-color:var(--blue);display:flex;flex:1 1;flex-direction:column;gap:.25rem;min-height:220px;overflow-y:auto;scrollbar-color:#ffffff80 var(--blue);scrollbar-width:thin}.saved-chats-list::-webkit-scrollbar{width:8px}.saved-chats-list::-webkit-scrollbar-track{background:var(--blue)}.saved-chats-list::-webkit-scrollbar-thumb{background:#ffffff80;border-radius:4px}.saved-chats-empty,.saved-chats-loading{color:#fff9;font-size:14px;font-style:italic;padding:.75rem 1rem;text-align:center}.saved-chat-item{align-items:center;border-radius:8px;display:flex;padding:.5rem 1rem;transition:background-color .2s ease}.saved-chat-item:hover{background-color:#ffffff1a}.saved-chat-name{color:var(--off-white);cursor:pointer;flex:1 1;font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.saved-chat-name:hover{text-decoration:underline}.saved-chat-delete{background:none;border:none;border-radius:4px;cursor:pointer;flex-shrink:0;margin-left:.5rem;padding:.25rem;transition:background-color .2s ease}.saved-chat-delete:hover{background-color:#fff3}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-dialog{background-color:var(--off-white);border-radius:10px;box-shadow:0 10px 30px #0000004d;max-width:500px;min-width:400px;padding:0}.modal-header{background-color:var(--blue);border-bottom:1px solid #ddd;border-radius:10px 10px 0 0;color:var(--off-white);padding:1.5rem}.modal-header h3{font-size:18px;font-weight:600;margin:0}.modal-body{padding:1.5rem}.modal-footer{border-radius:0 0 10px 10px;border-top:1px solid #ddd;display:flex;gap:1rem;justify-content:flex-end;padding:1rem 1.5rem}.chat-name-input{border:2px solid #ddd;border-radius:6px;font-size:16px;padding:.75rem;transition:border-color .2s ease;width:100%}.chat-name-input:focus{border-color:var(--blue);outline:none}.chat-name-input.error{border-color:#dc3545}.error-message{color:#dc3545;margin-top:.5rem}.btn-cancel,.btn-ok,.btn-save{border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;padding:.5rem 1.5rem;transition:background-color .2s ease}.btn-cancel{background-color:#6c757d;color:#fff}.btn-cancel:hover{background-color:#545b62}.btn-ok,.btn-save{background-color:var(--blue);color:#fff}.btn-ok:hover,.btn-save:hover{background-color:#58b}.sidebar-resize-handle{background-color:initial;cursor:col-resize;height:100%;position:absolute;right:0;top:0;transition:background-color .2s ease;width:4px;z-index:10}.sidebar-resize-handle:hover{background-color:#ffffff4d}.sidebar-resize-handle:active,.sidebar.resizing .sidebar-resize-handle{background-color:#ffffff80}.saved-chats-wrapper{background-color:var(--blue);bottom:0;display:flex;flex-direction:column;left:0;padding:0 .5rem .5rem;position:absolute;right:0;z-index:5}.saved-chats-wrapper.dragging,.saved-chats-wrapper.dragging *{cursor:ns-resize!important;-webkit-user-select:none;user-select:none}.saved-chats-separator{align-items:center;background-color:var(--blue);cursor:ns-resize;display:flex;height:10px;justify-content:center}.separator-grip{background:#fffc;border-radius:4px;height:4px;width:48px}.save-chat-button,.saved-chats-section{border-radius:8px}@media (max-width:768px){.sidebar{max-width:none;min-height:auto;min-width:auto;padding:1rem;width:100%!important}.sidebar-resize-handle{display:none}.nav-item{font-size:16px;padding:.75rem}.nav-icon{height:20px;width:20px}.save-chat-button{font-size:16px}.saved-chats-header{font-size:14px}.saved-chat-name{font-size:13px}.modal-dialog{margin:1rem;max-width:90vw;min-width:300px}.modal-header h3{font-size:16px}.chat-name-input{font-size:14px}.btn-cancel,.btn-ok,.btn-save{font-size:14px;padding:.5rem 1rem}}.home-page{display:flex;flex-direction:column;height:100%}.home-content{display:flex;flex:1 1;flex-direction:column;gap:3rem}.hero-section{align-items:center;display:flex;gap:3rem;margin-bottom:2rem}.character-container{flex:0 0 auto}.character-image{max-width:300px}.welcome-text{flex:1 1}.welcome-title{color:var(--blue);font-size:2.5rem;font-weight:300;line-height:1.2;margin-bottom:1.5rem}.welcome-description{color:var(--black);font-size:16px;line-height:1.8;max-width:600px}.service-section{margin-top:2rem}.service-content{align-items:center;background-color:#ffffff4d;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;gap:2rem;padding:2rem}.service-title{color:var(--blue);font-size:2rem;font-weight:300;margin:0}.service-description{color:var(--black);font-size:16px;line-height:1.6;margin:.5rem 0 0}.service-icon-container{flex:0 0 auto}.service-icon{height:150px;object-fit:contain;width:150px}@media (max-width:1024px){.hero-section{flex-direction:column;gap:2rem;text-align:center}.character-image{max-width:250px}.welcome-title{font-size:2rem}}@media (max-width:768px){.home-content{gap:2rem}.hero-section{gap:1.5rem}.character-image{max-width:200px}.welcome-title{font-size:1.5rem}.service-content{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.service-icon{height:120px;width:120px}}.login-page{height:100%;justify-content:center;padding:2rem}.login-container,.login-page{align-items:center;display:flex}.login-container{gap:4rem;max-width:1200px;width:100%}.login-illustration{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2rem}.login-character{border-radius:20px;height:auto;max-width:300px}.greeting-text{text-align:center}.greeting-title{color:var(--blue);font-size:2.5rem;font-weight:500;margin-bottom:1rem}.greeting-subtitle{color:var(--black);font-size:18px;font-weight:400}.login-form-container{display:flex;flex:1 1;justify-content:center}.login-card{background-color:var(--white);border:2px solid var(--blue);border-radius:20px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:3rem;width:100%}.login-card-header{margin-bottom:2rem;text-align:center}.login-logo{height:auto;margin-bottom:1rem;max-width:200px}.login-subtitle{color:var(--black);font-size:14px;font-weight:400;opacity:.8}.login-form{gap:1.5rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{color:var(--black);font-size:14px;font-weight:500;opacity:.8}.form-input{border:1px solid #ddd;border-radius:10px;box-sizing:border-box;font-family:Roboto,sans-serif;font-size:16px;padding:1rem;transition:border-color .3s ease;width:100%}.form-input:focus{border-color:var(--blue);outline:none}.password-input-container{position:relative}.password-toggle{background:none;border:none;cursor:pointer;padding:0;position:absolute;right:1rem;top:50%;transform:translateY(-50%);z-index:10}.password-icon{height:auto;opacity:.6;width:30px}.login-button{background-color:var(--blue);border:none;border-radius:10px;color:var(--off-white);cursor:pointer;font-size:18px;font-weight:500;margin-top:1rem;padding:1rem 2rem;text-transform:uppercase;transition:background-color .3s ease}.login-button:hover:not(:disabled){background-color:#5a8bb8}.login-button:disabled{cursor:not-allowed;opacity:.6}.error-message{border-radius:5px;color:#d32f2f;font-size:14px;padding:.5rem;text-align:center}@media (max-width:1024px){.login-container{flex-direction:column;gap:2rem}.login-illustration{order:2}.login-form-container{order:1}}@media (max-width:768px){.login-page{padding:1rem}.login-container{gap:1.5rem}.login-character{max-width:200px}.greeting-title{font-size:2rem}.login-card{padding:2rem}.login-logo{max-width:150px}}.chatbot-page{background-color:#f4efc9;display:flex;flex-direction:column;height:100vh;overflow:hidden;padding:0 2rem 1.75rem}.chat-header{align-self:stretch;background-color:#69c;border-radius:20px;box-shadow:0 4px 20px #0000001a;flex-shrink:0;margin-bottom:1rem;margin-top:0;padding:1.5rem 2rem}.chat-header-content{align-items:center;display:flex;gap:1rem}.chat-avatar{border:3px solid #f2f2f0;border-radius:50%;height:50px;width:50px}.chat-title{color:#f2f2f0;font-family:Roboto,sans-serif;font-size:25px;font-weight:300;margin:0}.junior-text{color:#f2f2f0;font-style:italic;font-weight:700}.chat-container{border-radius:20px;box-shadow:0 4px 20px #0000001a;overflow:hidden}.chat-container,.messages-container{background-color:#f2f2f0;display:flex;flex:1 1;flex-direction:column;min-height:0}.messages-container{gap:1rem;overflow-y:auto;padding:1.5rem;scroll-behavior:auto;scrollbar-color:#69c #f2f2f0;scrollbar-width:thin}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#f2f2f0}.messages-container::-webkit-scrollbar-thumb{background:#69c;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#5a8bb8}.welcome-message{color:#292d30;font-family:Roboto,sans-serif;font-size:14px;font-style:italic;opacity:.7;text-align:center}.message{display:flex;flex-direction:column;gap:.5rem;max-width:80%}.user-message{align-self:flex-end}.bot-message{align-self:flex-start}.message-content{border-radius:20px;font-family:Roboto,sans-serif;font-size:14px;line-height:1.5;padding:1rem 1.5rem}.user-message .message-content{background-color:#69c;border-bottom-right-radius:5px;color:#f2f2f0}.bot-message .message-content{background-color:#f2f2f0;border:1px solid #ddd;border-bottom-left-radius:5px;color:#292d30}.message-timestamp{color:#292d30;font-family:Roboto,sans-serif;font-size:12px;opacity:.6;text-align:right}.user-message .message-timestamp{text-align:right}.bot-message .message-timestamp{text-align:left}.typing-indicator{display:flex;gap:.3rem;padding:.5rem}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background-color:#292d30;border-radius:50%;height:8px;opacity:.6;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chat-input-container{background-color:#f2f2f0;border-top:1px solid #ddd;flex-shrink:0;padding:.25rem 1.5rem;position:relative}.input-wrapper{align-items:center;display:flex;gap:1rem}.chat-input{background-color:#f2f2f0;border:1px solid #ddd;border-radius:25px;color:#292d30;flex:1 1;font-family:Roboto,sans-serif;font-size:16px;outline:none;padding:1rem 1.5rem;transition:border-color .3s ease}.chat-input:focus{border-color:#69c}.chat-input:disabled{cursor:not-allowed;opacity:.6}.chat-input::placeholder{color:#292d30;opacity:.6}.send-button{align-items:center;background-color:#69c;border:none;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;transition:background-color .3s ease;width:50px}.send-button:hover:not(:disabled){background-color:#5a8bb8}.send-button:disabled{cursor:not-allowed;opacity:.6}.send-icon{filter:brightness(0) invert(1);height:20px;width:20px}.chat-actions{align-items:center;background-color:#f2f2f0;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:.25rem 1.5rem;position:relative}.clear-chat-button{align-items:center;background:none;border:none;border-radius:8px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .3s ease}.clear-chat-button:hover{background-color:#6699cc1a}.clear-chat-icon{border-radius:10px;cursor:pointer;height:auto;margin:0;padding:0;transition:transform .2s ease;width:160px}.clear-chat-icon:hover{transform:scale(1.1)}.chat-actions-left-group{flex:1 1;gap:1rem;justify-content:center}.chat-actions-left-group,.chat-actions-section,.chat-options-section{align-items:center;display:flex}.chat-options-section{justify-content:flex-start}.section-separator{background-color:#ddd;flex-shrink:0;height:100%;margin:0 .5rem;width:1px}.debug-section{align-items:center;display:flex;flex-shrink:0;justify-content:flex-end;width:50px}.debug-system-button{background-color:#69c;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:12px;padding:5px 10px;transition:background-color .3s ease}.debug-system-button:hover{background-color:#5a8bb8}.subject-display{align-items:center;display:flex;gap:.5rem}.subject-label{color:#292d30;font-family:Roboto,sans-serif;font-size:14px;font-weight:600}.subject-value{background-color:#f2f2f0;border:1px solid #ddd;border-radius:12px;color:#69c;padding:.25rem .75rem}.enable-subject-tracking-label,.subject-value{font-family:Roboto,sans-serif;font-size:14px;font-weight:500}.enable-subject-tracking-label{align-items:center;color:#292d30;cursor:pointer;display:flex;gap:.5rem;margin-left:1rem;-webkit-user-select:none;user-select:none}.enable-subject-tracking-checkbox{accent-color:#69c;cursor:pointer;height:16px;width:16px}.lock-subject-label{align-items:center;color:#292d30;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;gap:.5rem;margin-left:.75rem;-webkit-user-select:none;user-select:none}.lock-subject-checkbox{accent-color:#69c;cursor:pointer;height:16px;width:16px}.lock-subject-checkbox:disabled,.lock-subject-label:has(.lock-subject-checkbox:disabled){cursor:not-allowed;opacity:.5}.lock-subject-label:has(.lock-subject-checkbox:disabled){color:#999}.reset-subject-button{background:#0000;border:none;border-radius:4px;color:#69c;cursor:pointer;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;margin-left:.75rem;padding:.25rem .5rem;transition:background-color .2s ease,color .2s ease;-webkit-user-select:none;user-select:none}.reset-subject-button:hover:not(:disabled){background-color:#6699cc1a;color:#5a8bb8}.reset-subject-button:disabled{color:#999;cursor:not-allowed;opacity:.5}@media (max-width:768px){.chat-header{padding:1rem}.chat-header-content{gap:.5rem}.chat-avatar{height:40px;width:40px}.chat-title{font-size:20px}.chat-container{margin:0 1rem 1rem}.messages-container{padding:1rem}.message{max-width:90%}.chat-input-container{padding:1rem}.chat-actions{gap:.5rem;padding:1rem}.chat-actions-left-group{gap:.5rem}.section-separator{margin:0 .25rem}.clear-chat-button{font-size:14px;padding:.5rem 1rem}.subject-label,.subject-value{font-size:12px}.enable-subject-tracking-label,.lock-subject-label,.reset-subject-button{font-size:12px;margin-left:.5rem}.reset-subject-button{padding:.2rem .4rem}.debug-system-button{font-size:11px;padding:4px 8px}}.bot-message .message-content{word-wrap:break-word;overflow-wrap:break-word}.bot-message .message-content strong{color:#292d30;font-weight:700}.bot-message .message-content em{color:#292d30;font-style:italic}.bot-message .message-content code{background-color:#f0f0f0;border-radius:4px;color:#333;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.bot-message .message-content pre{background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;margin:.5rem 0;overflow-x:auto;padding:1rem}.bot-message .message-content pre code{background:none;border-radius:0;color:#333;padding:0}.bot-message .message-content br{margin-bottom:.5rem}.about-page{display:flex;flex-direction:column;height:100%}.about-content{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:2rem 0}.about-section{align-items:flex-start;display:flex;gap:3rem;margin-bottom:2rem}.about-section:nth-of-type(2) .video-container,.about-section:nth-of-type(4) .video-container,.about-section:nth-of-type(5) .video-container,.about-section:nth-of-type(6) .video-container,.about-section:nth-of-type(7) .video-container{margin-top:3rem}.about-text{flex:1 1}.about-title{font-size:2.5rem;font-weight:300;line-height:1.2}.about-title,.section-title{color:var(--blue);margin-bottom:1.5rem}.section-title{font-size:1.8rem;font-weight:500;line-height:1.3;margin-top:0}.about-description{color:var(--black);font-size:16px;line-height:1.8;margin-bottom:1rem;max-width:600px}.about-description:last-child{margin-bottom:0}.about-list{color:var(--black);font-size:16px;line-height:1.8;margin:1rem 0;padding-left:1.5rem}.about-list li{margin-bottom:.5rem}.left-column{align-items:flex-start;display:flex;flex:0 0 auto;flex-direction:column;gap:2rem}.character-image{border-radius:20px;height:auto;max-width:200px}.left-column .video-container,.video-container{flex:0 0 400px;max-width:400px}.left-column .video-container{width:400px}.loom-video,.video-placeholder{border-radius:8px;box-shadow:0 4px 12px #00000026;height:225px;width:100%}.video-placeholder{align-items:center;background:linear-gradient(135deg,var(--blue),#5a8bb8);cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.video-placeholder:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.play-icon{color:#fff;font-size:3rem;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.video-label{color:#fff;font-size:1rem;font-weight:500;line-height:1.3;max-width:90%;text-align:center;text-shadow:0 1px 2px #0000004d}.about-section:nth-of-type(2){margin-top:-1rem}.character-designs-section{display:flex;justify-content:center;margin-top:-1rem}.character-designs-section .about-text{flex:none;max-width:none;width:100%}.character-designs{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:2rem 0}.design-group{flex:0 0 auto;text-align:center}.design-images{display:flex;gap:1rem;justify-content:center;margin-bottom:.5rem}.design-image{border-radius:8px;box-shadow:0 2px 8px #0000001a;height:auto;max-width:220px}.design-caption{color:var(--black);font-size:14px;font-style:italic;margin:0;text-align:center}@media (max-width:1200px){.video-container{flex:0 0 350px;max-width:350px}.loom-video,.video-placeholder{height:197px}}@media (max-width:1024px){.about-section{gap:2rem}.about-section,.character-designs-section{flex-direction:column}.left-column{align-items:center}.character-image{max-width:180px}.video-container{flex:none;max-width:100%;width:100%}.loom-video,.video-placeholder{height:250px}.about-title{font-size:2rem;text-align:center}.section-title{font-size:1.5rem;text-align:center}.about-description{max-width:none;text-align:center}.about-list{text-align:left}.character-designs{gap:1.5rem}.character-designs,.design-images{align-items:center;flex-direction:column}.design-image{max-width:250px}}@media (max-width:768px){.about-content{gap:3rem;padding:1rem 0}.about-section{gap:1.5rem}.loom-video,.video-placeholder{height:200px}.about-title{font-size:1.8rem}.section-title{font-size:1.3rem}.about-description{font-size:15px}.design-image{max-width:200px}.character-image{max-width:140px}.character-designs{gap:1rem}}@media (max-width:480px){.about-content{gap:2rem}.loom-video,.video-placeholder{height:180px}.about-title{font-size:1.5rem}.section-title{font-size:1.2rem}.design-image{max-width:150px}}.profile-page{display:flex;flex-direction:column;height:100%}.profile-content{display:flex;flex:1 1;flex-direction:column;gap:1.5rem;padding-top:2rem}.profile-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:-1.5rem}.profile-icon-container{flex:0 0 auto}.profile-icon{border-radius:50%;height:80px;width:80px}.profile-section{margin-bottom:2rem}.profile-text{width:100%}.profile-title{color:var(--blue);font-size:2.5rem;font-weight:300;line-height:1.2;margin-bottom:1.5rem}.error-message{background-color:#ffebee;border-left:4px solid #c62828;color:#c62828}.error-message,.success-message{border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;padding:1rem}.success-message{background-color:#e8f5e8;border-left:4px solid #2e7d32;color:#2e7d32}.instructional-text{color:var(--black);font-size:1rem;font-weight:400;line-height:1.5;margin-bottom:1.5rem;margin-top:-2rem;text-align:left}.profile-subsection{background-color:#ffffffb3;border:1px solid #69c3;border-radius:12px;margin-bottom:2.5rem;padding:1.5rem}.subsection-title{border-bottom:2px solid var(--blue);color:var(--blue);font-size:1.5rem;font-weight:500;margin-bottom:1rem;padding-bottom:.5rem}.subsection-description{color:var(--black);font-size:.95rem;line-height:1.4;margin-bottom:1.5rem}.disabled-section{background-color:#ffffff4d;opacity:.6}.disabled-section .subsection-description.disabled,.disabled-section .subsection-title.disabled{color:#999}.form-group{margin-bottom:1.5rem}.forms-row{display:flex;flex-wrap:wrap;gap:1rem}.forms-row .form-group.compact{flex:1 1;margin-bottom:1rem;min-width:200px}.forms-row .form-group.compact label{font-size:.9rem;margin-bottom:.4rem}.forms-row .form-group.compact .form-input,.forms-row .form-group.compact .form-select{font-size:.9rem;padding:.6rem}.form-group label{color:var(--black);display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-input,.form-select{background-color:#fff;border:2px solid #ddd;border-radius:8px;color:var(--black);font-size:.95rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-input:focus,.form-select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #6699cc1a;outline:none}.form-input::placeholder{color:#999}.add-fact-container{align-items:flex-end;display:flex;gap:1rem;margin-bottom:1.5rem}.add-fact-container .form-input{flex:1 1}.personal-facts-list{display:flex;flex-direction:column;gap:1rem}.personal-fact-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;transition:box-shadow .3s ease}.personal-fact-item:hover{box-shadow:0 2px 8px #0000001a}.fact-content{align-items:center;display:flex;gap:1rem;justify-content:space-between}.fact-text{color:var(--black);flex:1 1;font-size:.95rem;line-height:1.4}.fact-actions{display:flex;gap:.5rem}.edit-fact-container{align-items:center;display:flex;gap:.75rem}.edit-fact-container .form-input{flex:1 1;margin-bottom:0}.add-button,.cancel-button,.delete-button,.edit-button,.save-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.add-button{background-color:var(--blue);color:#fff}.add-button:hover:not(:disabled){background-color:#5a8bb8}.add-button:disabled{background-color:#ccc;cursor:not-allowed}.save-button{background-color:#4caf50;color:#fff}.save-button:hover{background-color:#45a049}.edit-button{background-color:#ff9800;color:#fff}.edit-button:hover{background-color:#f57c00}.delete-button{background-color:#f44336;color:#fff}.delete-button:hover{background-color:#da190b}.cancel-button{background-color:#9e9e9e;color:#fff}.cancel-button:hover{background-color:#757575}.action-buttons{border-top:1px solid #e0e0e0;display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem}.action-buttons .save-button.primary{background-color:var(--blue);font-size:1rem;padding:.75rem 2rem}.action-buttons .save-button.primary:hover:not(:disabled){background-color:#5a8bb8}.action-buttons .save-button.primary:disabled{background-color:#ccc;cursor:not-allowed}.action-buttons .undo-button{background-color:#9e9e9e;color:#fff;font-size:1rem;padding:.75rem 2rem}.action-buttons .undo-button:hover:not(:disabled){background-color:#757575}.action-buttons .undo-button:disabled{background-color:#ccc;cursor:not-allowed}.no-facts-message{background-color:#ffffff80;border:2px dashed #ddd;border-radius:8px;color:#666;font-style:italic;padding:2rem;text-align:center}@media (max-width:1024px){.profile-header{flex-direction:column;gap:1rem;text-align:center}.profile-icon{height:60px;width:60px}.profile-title{font-size:2rem}.forms-row{flex-direction:column}.forms-row .form-group.compact{flex:none;min-width:0;min-width:auto}.add-fact-container,.fact-content{align-items:stretch;flex-direction:column}.fact-content{gap:.75rem}.fact-actions{justify-content:center}.action-buttons{flex-direction:column}}@media (max-width:768px){.profile-content{gap:2rem}.profile-icon{height:50px;width:50px}.profile-title{font-size:1.5rem}.profile-subsection{margin-bottom:1.5rem;padding:1rem}.subsection-title{font-size:1.25rem}.edit-fact-container{align-items:stretch}.edit-fact-container,.fact-actions{flex-direction:column}.add-button,.cancel-button,.delete-button,.edit-button,.save-button{font-size:.95rem;padding:.75rem}}.App{display:flex;font-family:Roboto,sans-serif;min-height:100vh}.main-content{background-color:var(--yellow);flex:1 1;overflow-y:auto;padding:2rem}@media (max-width:768px){.App{flex-direction:column}.main-content{padding:1rem}}
/*# sourceMappingURL=main.5aa04c03.css.map*/