*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#faf7f2;color:#1a1a1a;font-size:16px;line-height:1.5}.wordmark{font-size:1.75rem;font-weight:700;color:#7a3b3b;letter-spacing:-.5px}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{background:#fff;border:1px solid #e8e3dc;border-radius:10px;padding:2.5rem 2rem;width:100%;max-width:400px;display:flex;flex-direction:column;gap:1.25rem}.auth-card h2{font-size:1.25rem;font-weight:600;color:#1a1a1a}.auth-card p{color:#555}form{display:flex;flex-direction:column;gap:1rem}label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;color:#333}.checkbox-label{flex-direction:row;align-items:flex-start;gap:.5rem;font-weight:400;cursor:pointer}input{padding:.6rem .75rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;background:#fff;color:#1a1a1a;transition:border-color .15s}input:focus{outline:none;border-color:#7a3b3b}button[type=submit],button.logout-btn{padding:.65rem 1.25rem;border:none;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:600;transition:background-color .15s,opacity .15s}button[type=submit]{background-color:#7a3b3b;color:#fff;width:100%}button[type=submit]:hover:not(:disabled){background-color:#5f2d2d}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.error{color:#c0392b;font-size:.875rem}.auth-link{font-size:.875rem;color:#888;text-align:center}.auth-link a{color:#7a3b3b;text-decoration:none;font-weight:500}.auth-link a:hover{text-decoration:underline}.hub-page{flex:1;display:flex;flex-direction:column}.hub-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e8e3dc}button.logout-btn{background:transparent;border:1px solid #7A3B3B;color:#7a3b3b;font-size:.875rem}button.logout-btn:hover{background:#7a3b3b;color:#fff}.hub-main{padding:2.5rem 2rem;max-width:960px;width:100%;margin:0 auto}.hub-heading{font-size:1.1rem;font-weight:600;color:#888;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.5rem}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.module-tile{background:#fff;border:1px solid #e8e3dc;border-radius:10px;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .15s,border-color .15s}.module-tile h3{font-size:1rem;font-weight:600}.module-tile p{font-size:.875rem;color:#888}.module-tile--active{cursor:pointer;border-color:#c9b8a8}.module-tile--active:hover{box-shadow:0 4px 12px #7a3b3b1f;border-color:#7a3b3b}.module-tile--disabled{opacity:.55;cursor:default}.coming-soon-badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#f0ebe4;color:#888;border-radius:4px;padding:.2rem .45rem;margin-top:.25rem;width:fit-content}.placeholder-page{padding:3rem 2rem;max-width:960px;margin:0 auto}.placeholder-page h1{color:#7a3b3b;margin-bottom:.75rem}
