body{margin:0;font-family:Inter,system-ui,sans-serif;background:#f7f4ef;color:#1f2937}.app-shell{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#38383d;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.navbar a,.navbar button{color:#fff;text-decoration:none;margin-left:1rem;border:none;background:transparent;cursor:pointer;font-size:.95rem}.brand{font-weight:700;font-size:1.2rem}.page-content{flex:1;padding:2rem;max-width:1000px;width:100%;margin:0 auto}.home-page h1,.auth-page h1,.profile-page h1,.admin-page h1{margin-top:0}.hero-text p,.how-it-works ol{margin:.75rem 0}.auth-page,.profile-page,.admin-page,.chat-page{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #00000014}.auth-form label,.change-password-form label,.admin-control label{display:block;margin-bottom:1rem}.auth-form input,.auth-form select,.change-password-form input,.chat-form textarea,.admin-control textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:10px;font-size:1rem;margin-top:.5rem}.auth-form button,.profile-actions button,.chat-form button,.admin-control button{background:#1f2937;color:#fff;border:none;padding:.85rem 1.3rem;border-radius:10px;cursor:pointer;margin-top:1rem}.profile-details p,.status-message,.error-message,.hint{margin:.5rem 0}.profile-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.partner-chat-creation{margin-bottom:1.5rem;padding:1rem;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.partner-chat-creation label{display:block;margin-bottom:.75rem}.partner-chat-creation input{width:100%;margin-top:.5rem}.chat-section{margin-bottom:1.5rem}.chat-window{min-height:320px;background:#eef2ff;border-radius:18px;padding:1rem;display:flex;flex-direction:column;gap:1rem;margin:1rem 0;overflow:auto}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.chat-header h1{margin:0;font-size:1.6rem}.secondary-button{background:transparent;color:#1f2937;border:1px solid #d1d5db;padding:.75rem 1rem;border-radius:10px}.chat-empty{color:#6b7280;text-align:center;padding:1.5rem;border-radius:16px;background:#ffffffb3}.chat-bubble{max-width:75%;padding:1rem;border-radius:18px;line-height:1.6;word-break:break-word}.chat-bubble.user{background:#1f2937;color:#fff;align-self:flex-end}.chat-bubble.assistant{background:#fff;color:#111827;align-self:flex-start}.chat-bubble.system{background:#f8fafc;color:#334155;border:1px solid #cbd5e1;align-self:center}.chat-form{display:grid;gap:1rem}.chat-form textarea{min-height:120px;resize:vertical}.speech-controls{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.mic-button{padding:.75rem 1rem;border-radius:10px;border:1px solid #d1d5db;background:#f8fafc;color:#111827;cursor:pointer;transition:background .2s ease,border-color .2s ease}.mic-button.active{background:#dcfce7;border-color:#86efac}.mic-button:disabled{opacity:.6;cursor:not-allowed}.speech-controls select{min-width:180px;padding:.75rem .85rem;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827}.speech-help{font-size:.95rem;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;padding:.85rem 1rem;border-radius:12px}.speech-status{font-size:.95rem;color:#475569}.speech-error{color:#b91c1c}.speech-unsupported{color:#6b7280}.toggle-label{display:flex;align-items:center;gap:.75rem}.status-message{margin-top:1rem;color:#0f766e}.error-message{margin-top:1rem;color:#b91c1c}button:disabled{opacity:.6;cursor:not-allowed}.chat-loading{color:#4b5563}.chat-bubble.assistant.streaming .chat-bubble-text:after{content:"▋";display:inline;margin-left:.15rem;animation:stream-caret 1s step-end infinite}@keyframes stream-caret{50%{opacity:0}}.admin-control{margin-bottom:1.5rem}.home-page{max-width:1080px;margin:0 auto}.home-hero{text-align:center;margin-bottom:2.5rem}.hero-copy{display:inline-block;padding:2rem 1.5rem;background:#ffffffd1;border-radius:1.25rem;box-shadow:0 20px 55px #0f172a14}.hero-title{margin:0;font-size:clamp(2.5rem,4vw,3.5rem);line-height:1.05;color:#0d6efd;font-weight:800}.hero-subtitle{margin:1rem 0 0;color:#4b5563;font-size:1.1rem;font-style:italic}.hero-alert{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.65rem;margin:1.75rem auto 0;padding:1rem 1.25rem;max-width:720px;background:#e7f4ff;border:1px solid rgba(13,110,253,.18);border-radius:1rem;color:#0f172a;text-align:center}.hero-alert-lead{margin:0;font-weight:600;line-height:1.5}.hero-alert-note{margin:0;font-weight:500;font-size:.95rem;line-height:1.5;color:#334155}.home-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.home-card{background:#fff;border-radius:1.25rem;box-shadow:0 20px 40px #0f172a14;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.home-card:hover{transform:translateY(-4px)}.card-header{padding:1.25rem 1.5rem}.card-primary{background:linear-gradient(135deg,#0d6efd,#0a58ca);color:#fff}.card-success{background:linear-gradient(135deg,#198754,#146c43);color:#fff}.card-header h4{margin:0;font-size:1.15rem}.card-body{padding:1.5rem}.steps-list{list-style:decimal inside;padding-left:1rem;margin:0}.steps-list li{margin-bottom:.85rem;line-height:1.65;color:#374151}.warning-note{margin-top:.75rem;padding:.9rem 1rem;background:#fff4e5;border:1px solid #fcd9b1;border-radius:.85rem;color:#92400e;font-size:.95rem;line-height:1.5}.principle-lead{margin:0 0 1rem;font-weight:600;line-height:1.65;color:#1f2937}.principle-note{margin:0;line-height:1.65;color:#374151}@media (max-width: 768px){.home-grid{grid-template-columns:1fr}.hero-title{font-size:2.3rem}.hero-copy{padding:1.5rem 1rem}.card-header,.card-body{padding:1.1rem 1rem}}.share-selection-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem;margin-bottom:1rem}.share-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.select-all-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500}.select-all-checkbox{width:18px;height:18px;cursor:pointer}.selected-count{color:#475569;font-size:.95rem;flex:1}.message-with-checkbox{display:flex;align-items:flex-start;gap:.75rem}.message-with-checkbox.with-checkbox{padding:.75rem;background:#fffc;border-radius:12px}.message-checkbox{width:20px;height:20px;margin-top:.5rem;cursor:pointer;flex-shrink:0}.primary-button{background:#0d6efd;color:#fff;border:none;padding:.75rem 1.2rem;border-radius:10px;cursor:pointer;font-weight:500;transition:background .2s ease}.primary-button:hover:not(:disabled){background:#0a58ca}.primary-button:disabled{background:#9ca3af;cursor:not-allowed}.share-success-container{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.share-warning{color:#065f46;font-weight:500;margin-bottom:1rem;padding:.75rem;background:#a7f3d033;border-left:3px solid #10b981;border-radius:4px}.share-link-display{display:flex;gap:.75rem;margin-bottom:1rem}.share-link-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:10px;font-family:monospace;font-size:.9rem;background:#fff;color:#374151}.share-copy-button{background:#10b981;color:#fff;border:none;padding:.75rem 1.2rem;border-radius:10px;cursor:pointer;font-weight:500;transition:background .2s ease}.share-copy-button:hover{background:#059669}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;padding:2rem;max-width:450px;width:90%;box-shadow:0 20px 60px #0000004d}.modal-content h2{margin-top:0;margin-bottom:1.5rem;font-size:1.4rem;color:#1f2937}.modal-content label{display:block;margin-bottom:1rem}.modal-content input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:10px;font-size:1rem;margin-top:.5rem}.modal-buttons{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:flex-end}.modal-buttons button{padding:.75rem 1.2rem;border-radius:10px;border:none;cursor:pointer;font-weight:500}.shared-chat-page{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px #00000014}.shared-chat-notice{background:#fef3c7;border:1px solid #fcd34d;border-radius:12px;padding:1rem;margin-top:1rem;color:#92400e;text-align:center}.loading-message{text-align:center;padding:2rem;color:#6b7280;font-size:1.1rem}.chat-header-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.chat-list-with-actions li{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.chat-list-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.goal-messages-list{display:flex;flex-direction:column;gap:.75rem;max-height:300px;overflow-y:auto;margin:1rem 0}.goal-message-item{background:#f3f4f6;border-radius:10px;padding:.75rem 1rem;white-space:pre-wrap}.granted-label{color:#059669;font-weight:500;font-size:.9rem}.primary-button-link{display:inline-block;background:#2563eb;color:#fff;padding:.75rem 1.2rem;border-radius:10px;text-decoration:none;margin-right:.75rem}.chat-bubble-text p{margin:.5em 0}.chat-bubble-text p:first-child{margin-top:0}.chat-bubble-text p:last-child{margin-bottom:0}.chat-bubble-text ul,.chat-bubble-text ol{padding-left:1.5em;margin:.5em 0}.chat-bubble-text code{background:#00000014;padding:.2em .4em;border-radius:4px;font-size:.9em}.chat-bubble-text pre{background:#1e293b;color:#e2e8f0;padding:.75rem 1rem;border-radius:10px;overflow-x:auto;margin:.5em 0}.chat-bubble-text pre code{background:transparent;padding:0;font-size:.9em;color:inherit}.chat-bubble-text blockquote{border-left:4px solid #94a3b8;padding-left:1rem;margin:.5em 0;color:#475569}.chat-bubble-text a{color:#0d6efd;text-decoration:underline}.chat-bubble-text table{border-collapse:collapse;width:100%;margin:.5em 0}.chat-bubble-text th,.chat-bubble-text td{border:1px solid #cbd5e1;padding:.4rem .75rem;text-align:left}.chat-bubble-text th{background:#f1f5f9}.chat-controls-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--bg-secondary, #ffffff)}.chat-title{text-align:center;padding:8px 16px 16px}.speech-controls{height:48px;display:flex;align-items:end;gap:8px}.speech-controls button,.speech-controls select{height:44px;box-sizing:border-box;line-height:1.2;display:inline-flex;align-items:center}
