*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:20px}h1{margin-bottom:20px;color:#2c3e50}h2{margin-bottom:15px;color:#34495e;font-size:1.5em}h3{margin-bottom:10px;color:#34495e;font-size:1.2em}button{background-color:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;transition:background-color .2s}button:hover{background-color:#2980b9}button:disabled{background-color:#bdc3c7;cursor:not-allowed}input,textarea,select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:14px;font-family:inherit}textarea{resize:vertical;min-height:80px}label{display:block;margin-bottom:5px;font-weight:500;color:#555}.form-group{margin-bottom:15px}.error{color:#e74c3c;margin-top:5px;font-size:14px}.success{color:#27ae60;margin-top:5px;font-size:14px}table{width:100%;border-collapse:collapse;background:#fff;border-radius:4px;overflow:hidden;box-shadow:0 2px 4px #0000001a}th,td{padding:12px;text-align:left;border-bottom:1px solid #eee}th{background-color:#34495e;color:#fff;font-weight:600}tr:hover{background-color:#f8f9fa}.card{background:#fff;border-radius:4px;padding:20px;margin-bottom:20px;box-shadow:0 2px 4px #0000001a}.warning{background-color:#fff3cd;border-left:4px solid #ffc107;padding:12px;margin-bottom:10px;border-radius:4px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-bottom:20px}.stat-card{background:#fff;padding:15px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.stat-label{font-size:12px;color:#7f8c8d;text-transform:uppercase;margin-bottom:5px}.stat-value{font-size:24px;font-weight:700;color:#2c3e50}.stat-details{font-size:12px;color:#7f8c8d;margin-top:5px}.loading{text-align:center;padding:20px;color:#7f8c8d}.goals-section{margin-bottom:40px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:15px}.new-goal-btn{background-color:#27ae60}.new-goal-btn:hover{background-color:#229954}.goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.goal-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;border:2px solid transparent}.goal-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.goal-card.inactive{border-color:#e74c3c;background-color:#fff5f5}.goal-header{margin-bottom:12px}.goal-header h3{margin:0;color:#2c3e50}.goal-description{color:#555;margin-bottom:15px;line-height:1.5;font-size:14px}.goal-stats{display:flex;gap:15px;margin-bottom:15px;padding:12px;background:#f8f9fa;border-radius:4px}.goal-stats .stat{display:flex;flex-direction:column;flex:1}.goal-stats .stat label{font-size:11px;color:#7f8c8d;text-transform:uppercase;margin-bottom:4px}.goal-stats .stat span{font-size:16px;font-weight:600;color:#2c3e50}.posterior-value{color:#3498db!important;font-size:18px!important}.inaction-warning{background-color:#ffe5e5;border-left:4px solid #e74c3c;padding:10px;margin-top:10px;border-radius:4px;color:#c0392b;font-weight:600;font-size:14px}.last-action{margin-top:10px;padding-top:10px;border-top:1px solid #eee;font-size:12px;color:#7f8c8d}.posterior-chart{margin-top:15px;margin-bottom:15px;padding:10px;background:#f8f9fa;border-radius:4px}.action-ledger-section{margin-bottom:40px}.new-action-btn{background-color:#27ae60}.new-action-btn:hover{background-color:#229954}.action-goal-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:12px;background:#f8f9fa;border-radius:4px}.goal-label{font-weight:500;color:#2c3e50;margin:0;flex:1}.impact-buttons{display:flex;gap:8px}.impact-btn{padding:8px 16px;border:2px solid #ddd;background:#fff;color:#333;border-radius:4px;cursor:pointer;font-weight:600;transition:all .2s}.impact-btn:hover{border-color:#3498db}.impact-btn.active.positive{background-color:#27ae60;border-color:#27ae60;color:#fff}.impact-btn.active.negative{background-color:#e74c3c;border-color:#e74c3c;color:#fff}.impact-btn.active.neutral{background-color:#95a5a6;border-color:#95a5a6;color:#fff}.form-actions{display:flex;gap:10px;margin-top:20px}.cancel-btn{background-color:#95a5a6}.cancel-btn:hover{background-color:#7f8c8d}.action-history-section{margin-bottom:40px}.action-history-section h2{margin-bottom:20px}.action-history-cards{display:flex;flex-direction:column;gap:16px}.action-history-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;border-left:4px solid #3498db}.action-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:16px}.action-card-title{margin:0;color:#2c3e50;font-size:1.2em;font-weight:600;flex:1}.action-card-timestamp{color:#7f8c8d;font-size:.9em;white-space:nowrap;flex-shrink:0}.action-card-description{color:#555;margin:0 0 16px;line-height:1.6}.action-card-impacts{margin-top:16px;padding-top:16px;border-top:1px solid #eee}.action-card-impacts-label{display:block;font-size:.85em;color:#7f8c8d;text-transform:uppercase;margin-bottom:10px;font-weight:600}.action-impact-item{display:flex;align-items:center;gap:12px;padding:8px 12px;margin-bottom:6px;background:#f8f9fa;border-radius:4px}.action-impact-goal{font-weight:500;color:#2c3e50}.action-impact-value{font-weight:600;font-size:1.1em}.impact-positive{color:#27ae60;font-weight:600}.impact-negative{color:#e74c3c;font-weight:600}.impact-neutral{color:#95a5a6}@media (max-width: 768px){.action-card-header{flex-direction:column;align-items:flex-start}.action-card-timestamp{font-size:.85em}}input[type=range]{width:100%;height:6px;border-radius:3px;background:#ddd;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3498db;cursor:pointer}input[type=range]::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3498db;cursor:pointer;border:none}small{display:block;margin-top:4px;color:#7f8c8d;font-size:12px}.splash-container{min-height:100vh;background:#fff;color:#1a1a1a}.splash-header{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;max-width:1200px;margin:0 auto;border-bottom:1px solid #e5e7eb}.splash-logo{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.splash-auth-button{background:#1a1a1a;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.splash-auth-button:hover{background:#333}.splash-content{max-width:1200px;margin:0 auto;padding:80px 40px}.splash-hero{text-align:center;margin-bottom:100px;max-width:800px;margin-left:auto;margin-right:auto}.splash-hero-title{font-size:4rem;font-weight:700;margin-bottom:16px;line-height:1.1;color:#1a1a1a;letter-spacing:-.03em}.splash-hero-subtitle{font-size:1.5rem;font-weight:500;margin-bottom:32px;line-height:1.4;color:#4b5563}.splash-hero-description{font-size:1.125rem;line-height:1.7;color:#4b5563;margin-bottom:16px;max-width:700px;margin-left:auto;margin-right:auto}.splash-hero-question{font-size:1.25rem;line-height:1.6;color:#1a1a1a;margin-top:40px;padding:24px 32px;background:#f9fafb;border-left:4px solid #1a1a1a;border-radius:4px;text-align:left;max-width:700px;margin-left:auto;margin-right:auto}.splash-hero-question strong{font-weight:600;color:#1a1a1a}.splash-divider{border:none;border-top:1px solid #e5e7eb;margin:80px 0}.splash-section{margin-bottom:100px}.splash-section-alt{background:#f9fafb;padding:60px 40px;margin-left:-40px;margin-right:-40px;border-radius:8px}.splash-section-title{font-size:2.25rem;font-weight:700;margin-bottom:24px;color:#1a1a1a;text-align:center;letter-spacing:-.02em}.splash-section-text{font-size:1.125rem;line-height:1.7;color:#4b5563;text-align:center;max-width:700px;margin:0 auto 24px}.splash-how-it-works{margin-bottom:100px}.how-it-works-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-top:48px;max-width:900px;margin-left:auto;margin-right:auto}.how-it-works-step{display:flex;gap:20px;align-items:flex-start}.step-number{flex-shrink:0;width:48px;height:48px;border-radius:50%;background:#1a1a1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700}.step-content{flex:1}.step-title{font-size:1.25rem;font-weight:600;margin-bottom:8px;color:#1a1a1a;letter-spacing:-.01em}.step-description{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:48px}.use-case-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:32px;transition:all .2s}.use-case-card:hover{box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.use-case-title{font-size:1.5rem;font-weight:600;margin-bottom:24px;color:#1a1a1a;letter-spacing:-.01em}.use-case-content{display:flex;flex-direction:column;gap:20px}.use-case-item{display:flex;flex-direction:column;gap:8px}.use-case-label{font-weight:600;color:#1a1a1a;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.use-case-text{color:#4b5563;line-height:1.6;margin:0;font-size:.9375rem}.use-case-footer{margin-top:8px;padding-top:20px;border-top:1px solid #e5e7eb;color:#4b5563;font-size:.9375rem;line-height:1.6;font-style:italic}.splash-principles-list{list-style:none;padding:0;margin:32px auto;max-width:600px;text-align:left}.splash-principles-list li{color:#1a1a1a;line-height:1.8;font-size:1.125rem;padding:12px 0 12px 40px;position:relative}.splash-principles-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#1a1a1a}.splash-not-list{list-style:none;padding:0;margin:32px auto;max-width:500px;text-align:left}.splash-not-list li{color:#4b5563;line-height:1.8;font-size:1.125rem;padding:12px 0 12px 40px;position:relative}.splash-not-list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:#9ca3af}.splash-cta-section{text-align:center;margin-bottom:0;padding:80px 40px;background:#1a1a1a;color:#fff;border-radius:8px;margin-left:-40px;margin-right:-40px}.splash-cta-section .splash-section-title{color:#fff}.splash-cta-text{font-size:1.25rem;line-height:1.7;color:#e5e7eb;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.splash-cta-text strong{font-weight:600;color:#fff}.splash-cta-button{background:#fff;color:#1a1a1a;border:none;padding:16px 40px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.splash-cta-button:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.auth-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.auth-modal{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 10px 40px #0003;position:relative}.auth-modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:28px;color:#7f8c8d;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s;padding:0;line-height:1}.auth-modal-close:hover{background:#f0f0f0;color:#2c3e50}.auth-modal h2{text-align:center;margin-bottom:30px;color:#2c3e50;font-size:1.8em;font-weight:600}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:400px;box-shadow:0 10px 40px #0000001a}.auth-card h1{text-align:center;margin-bottom:10px;color:#2c3e50;font-size:2em}.auth-card h2{text-align:center;margin-bottom:30px;color:#7f8c8d;font-size:1.2em;font-weight:400}.auth-button{width:100%;padding:12px;margin-top:10px;background-color:#3498db;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.auth-button:hover:not(:disabled){background-color:#2980b9}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-button.google-button{background-color:#fff;color:#333;border:1px solid #ddd;margin-top:20px}.auth-button.google-button:hover:not(:disabled){background-color:#f8f9fa;border-color:#ccc}.auth-divider{text-align:center;margin:20px 0;position:relative}.auth-divider:before,.auth-divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#ddd}.auth-divider:before{left:0}.auth-divider:after{right:0}.auth-divider span{background:#fff;padding:0 15px;color:#7f8c8d;font-size:14px}.auth-switch{text-align:center;margin-top:20px;color:#7f8c8d;font-size:14px}.link-button{background:none;border:none;color:#3498db;cursor:pointer;text-decoration:underline;padding:0;font-size:inherit;font-family:inherit}.link-button:hover{color:#2980b9}@media (max-width: 968px){.splash-header{padding:20px 24px}.splash-content{padding:60px 24px}.splash-hero{margin-bottom:60px}.splash-hero-title{font-size:2.5rem}.splash-hero-subtitle{font-size:1.25rem}.splash-hero-description{font-size:1rem}.splash-hero-question{font-size:1.125rem;padding:20px}.splash-section{margin-bottom:60px}.splash-section-alt{padding:40px 24px;margin-left:-24px;margin-right:-24px}.splash-section-title{font-size:1.75rem}.splash-section-text{font-size:1rem}.how-it-works-steps{grid-template-columns:1fr;gap:24px}.how-it-works-step{gap:16px}.step-number{width:40px;height:40px;font-size:1.125rem}.step-title{font-size:1.125rem}.step-description{font-size:.9375rem}.use-cases-grid{grid-template-columns:1fr;gap:24px}.use-case-card{padding:24px}.splash-principles-list,.splash-not-list{max-width:100%}.splash-cta-section{padding:60px 24px;margin-left:-24px;margin-right:-24px}.splash-cta-text{font-size:1.125rem}}
