.navbar{position:fixed;top:0;left:0;right:0;height:60px;background-color:#f3f6fb;display:flex;justify-content:space-between;align-items:center;padding:0 40px;box-shadow:0 2px 8px #00000014;z-index:1000}.navbar__logo .logo-link{font-size:24px;font-weight:700;color:#2c3e50;text-decoration:none}.navbar__links{list-style:none;display:flex;gap:25px;margin:0;padding:0}.navbar__links li a{text-decoration:none;color:#34495e;font-size:16px;font-weight:500;transition:color .3s ease}.navbar__links li a:hover{color:#007bff;text-decoration:underline}.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer}.bar{width:25px;height:3px;background-color:#34495e;transition:.3s ease}@media screen and (max-width: 768px){.hamburger{display:flex}.navbar__links{position:absolute;top:60px;right:0;background-color:#f3f6fb;flex-direction:column;width:100%;display:none}.navbar__links.active{display:flex}.navbar__links li{padding:15px 20px;border-top:1px solid #ddd}.navbar__links li a{font-size:18px}}.login-page{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#f7fafd;font-family:Segoe UI,sans-serif}.login-box{background-color:#fff;padding:2.5rem 2rem;border-radius:12px;box-shadow:0 8px 20px #0000001a;width:100%;max-width:400px;text-align:center}.login-box h2{color:#2b4f81;margin-bottom:.5rem}.subtitle{font-size:.9rem;color:#666;margin-bottom:1.5rem}.login-box input{display:block;width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #cbd5e1;border-radius:6px;font-size:1rem}.login-box button{width:100%;padding:.75rem;background-color:#2b4f81;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background-color .3s}.login-box button:hover{background-color:#1d3557}.register-link{margin-top:1rem;font-size:.9rem}.register-link a{color:#2b4f81;text-decoration:none}.register-link a:hover{text-decoration:underline}:root{--bg-light: #f9f9fb;--shadow: 0 2px 6px rgba(0, 0, 0, .05);--primary: #6a5acd;--accent: #fcd34d;--font: "Poppins", sans-serif}.dashboard-container{max-width:900px;margin:100px auto 40px;padding:20px;background-color:var(--bg-light);border-radius:16px;box-shadow:var(--shadow);font-family:var(--font);width:100%;box-sizing:border-box}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:2rem;flex-wrap:wrap}.avatar-section{display:flex;gap:16px}.avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid #ddd;background-color:#fff}.welcome-section h2{margin:0;font-size:26px;color:#2c3e50}.level-coins{display:flex;gap:16px;font-size:16px;color:#555;font-weight:500;margin-bottom:8px}.xp-bar-tooltip-wrapper{position:relative;display:inline-block;width:100%;max-width:240px}.xp-bar{position:relative;height:14px;background-color:#e0e0e0;border-radius:10px;overflow:hidden;width:100%;box-shadow:inset 0 1px 2px #0000001a}.xp-fill{height:100%;background:linear-gradient(to right,#6a5acd,#00bcd4);border-radius:10px;transition:width .4s ease-in-out}.xp-text{font-size:14px;font-weight:500;color:#555;margin-top:4px}.xp-tooltip{visibility:hidden;opacity:0;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:6px 10px;position:absolute;bottom:125%;left:50%;transform:translate(-50%);transition:opacity .3s ease;font-size:.75rem;white-space:nowrap;pointer-events:none;z-index:2}.xp-bar-tooltip-wrapper:hover .xp-tooltip{visibility:visible;opacity:1}.streak-tooltip-wrapper{position:relative;display:inline-block}.streak-badge{display:inline-block;background:var(--accent);color:#000;padding:6px 12px;border-radius:999px;font-weight:700;font-size:14px;margin-top:16px;box-shadow:0 2px 6px #00000014;position:relative;top:15px}.streak-tooltip{visibility:hidden;opacity:0;width:max-content;background-color:#333;color:#fff;text-align:center;border-radius:6px;padding:6px 10px;position:absolute;bottom:125%;left:50%;transform:translate(-50%);transition:opacity .3s ease;font-size:.75rem;white-space:nowrap;pointer-events:none}.streak-tooltip-wrapper:hover .streak-tooltip{visibility:visible;opacity:1}.pet-display{text-align:center}.pet-in-card{width:80px;height:80px;object-fit:contain;margin-bottom:6px;border-radius:12px;background-color:#fff;box-shadow:var(--shadow);padding:4px;transition:transform .3s ease}.pet-in-card:hover{transform:scale(1.1);cursor:pointer}.section{margin-top:32px}.section h3{font-size:20px;color:var(--primary);margin-bottom:12px}.quick-links{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.card{background-color:#fff;border-radius:12px;padding:16px;text-align:center;font-weight:500;color:#34495e;text-decoration:none;box-shadow:var(--shadow);transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;color:#007bff}.daily-quests{list-style:none;padding:0;margin:0}.daily-quests li{display:flex;align-items:center;gap:10px;padding:10px 16px;margin-bottom:10px;background:#fff;border-radius:12px;box-shadow:var(--shadow);font-size:16px;font-weight:500;color:#333;transition:background .3s ease;cursor:pointer}.daily-quests li.completed{background:var(--accent);text-decoration:line-through;color:#444}.stats-hud{display:flex;justify-content:flex-end;gap:16px;font-size:16px;font-weight:600;color:var(--primary);margin-bottom:8px;padding-right:8px}.stats-hud span{background:#fff;padding:6px 12px;border-radius:999px;box-shadow:var(--shadow)}.register-container{display:flex;justify-content:center;align-items:center;height:100vh;padding-top:4rem;box-sizing:border-box}.register-card{background-color:#fff;padding:2rem 2.5rem;border-radius:12px;box-shadow:0 8px 16px #00000014;width:100%;max-width:400px;text-align:center}.register-card h2{margin-bottom:.5rem;font-size:1.6rem;color:#2b4f81}.register-card p{margin-bottom:1.5rem;color:#666}.register-card input{width:100%;padding:10px;margin-bottom:1rem;border:1px solid #ddd;border-radius:6px;font-size:1rem}.register-card button{width:100%;margin-top:.5rem}:root{--primary: #6C63FF;--accent: #FFD166;--bg-light: #F7F9FB;--bg-dark: #1F2937;--text-dark: #2D2D2D;--text-light: #f3f4f6;--success: #7AE582;--danger: #FF6B6B;--font: "Poppins", sans-serif;--radius: 16px;--shadow: 0 4px 12px rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}body{padding-top:50px;font-family:var(--font);background-color:var(--bg-light);color:var(--text-dark)}button{background-color:#2563eb;color:#fff;font-weight:600;padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background-color .3s ease;box-shadow:0 2px 4px #0000001a}button:hover{background-color:#1e40af}@media (max-width: 768px){.dashboard-container{margin:60px 16px 32px;padding:16px}.dashboard-header{flex-direction:column;align-items:center;text-align:center}.avatar-section{flex-direction:column;align-items:center}.avatar{width:80px;height:80px}.welcome-section h2{font-size:22px}.level-coins{justify-content:center;flex-wrap:wrap;font-size:14px}.xp-bar-tooltip-wrapper{max-width:100%}.streak-badge{margin-top:12px}.stats-hud{justify-content:center;font-size:14px;flex-wrap:wrap}.quick-links{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width: 480px){.dashboard-container{margin:40px 12px 24px;padding:12px}.avatar{width:64px;height:64px}.welcome-section h2{font-size:20px}.level-coins,.xp-text{font-size:13px}.streak-badge{font-size:13px;padding:4px 10px}.section h3{font-size:18px}.daily-quests li{font-size:14px;padding:8px 12px}.card{padding:12px;font-size:14px}.pet-in-card{width:64px;height:64px}.stats-hud span{padding:4px 10px;font-size:13px}}.journal-entry-page{position:relative;max-width:640px;margin:80px auto;padding:2rem 2.5rem;background-color:#fff;border-radius:20px;box-shadow:0 10px 30px #00000012;font-family:Segoe UI,sans-serif;color:#1f2937}.journal-entry-page h2{font-size:1.75rem;display:flex;align-items:center;gap:.6rem;margin-bottom:.4rem}.journal-entry-page .quote{font-size:.95rem;font-style:italic;color:#6b7280;margin-bottom:2rem}.journal-form label{display:block;margin-bottom:.4rem;font-weight:600;font-size:1rem;color:#374151}.mood-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.75rem}.mood-btn{padding:6px 14px;border-radius:999px;background-color:#f3f4f6;font-size:.95rem;border:2px solid transparent;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:6px}.mood-btn:hover{background-color:#e0f2fe}.mood-btn.selected{background-color:#e0f2fe;border-color:#60a5fa;font-weight:600}.habits-options{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.5rem}.habit-chip{padding:6px 14px;border-radius:20px;font-size:.9rem;border:none;background-color:#e0f7fa;color:#047857;cursor:pointer;transition:background .3s ease}.habit-chip.active{background-color:#c7d2fe;font-weight:600}textarea{width:100%;padding:1rem;border:1px solid #d1d5db;border-radius:12px;font-size:1rem;resize:vertical;background-color:#f9fafb;margin-bottom:.5rem;line-height:1.6}.word-count{text-align:right;font-size:.85rem;color:#6b7280;margin-bottom:2rem}button[type=submit]{width:100%;background-color:#2563eb;color:#fff;padding:.9rem;font-size:1.05rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem;transition:background .3s ease;box-shadow:0 4px 12px #2563eb33}button[type=submit]:hover{background-color:#1e40af}.streak-badge{margin-top:-10px;font-weight:700;font-size:1rem}.coin-badge-animation{position:absolute;top:20px;left:50%;transform:translate(-50%);background-color:gold;color:#333;padding:.5rem 1.2rem;font-weight:700;border-radius:20px;font-size:1.1rem;box-shadow:0 4px 12px #0003;animation:floatUpFade 2s ease-out forwards;z-index:1000}@keyframes floatUpFade{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-60px)}}@media (max-width: 480px){.journal-entry-page{padding:1.5rem 1rem;margin:60px 1rem;border-radius:12px}.journal-entry-page h2{font-size:1.4rem;gap:.4rem}.mood-btn,.habit-chip{font-size:.85rem;padding:6px 10px}textarea{font-size:.95rem;padding:.75rem}.word-count{font-size:.8rem}button[type=submit]{font-size:1rem;padding:.8rem}.coin-badge-animation{font-size:1rem;padding:.4rem 1rem}}.toast-container{position:fixed;top:80px;right:20px;display:flex;flex-direction:column;gap:12px;z-index:1000}.toast{position:relative;padding:12px 20px;border-radius:8px;color:#fff;font-weight:500;min-width:250px;box-shadow:0 4px 12px #00000026;animation:slide-in .3s ease;display:flex;align-items:center;justify-content:space-between;overflow:hidden}.toast-info{background-color:#3498db}.toast-success{background-color:#2ecc71}.toast-error{background-color:#e74c3c}.toast-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer}.toast-progress{position:absolute;bottom:0;left:0;height:4px;background:#ffffffb3;width:100%;animation:progress-bar 3s linear forwards}@keyframes slide-in{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes progress-bar{0%{width:100%}to{width:0%}}.challenges-container{padding:2rem;text-align:center}.challenge-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.challenge-card{background-color:#f4f8fc;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 8px #0000001a;transition:transform .2s ease}.challenge-card:hover{transform:scale(1.02)}.challenge-card h3{color:#3b82f6}.challenge-card button{margin-top:1rem;padding:.6rem 1.2rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.challenge-card button:hover{background-color:#2563eb}.create-challenge-container{display:flex;justify-content:center;align-items:center;min-height:75vh;background-color:#f7faff}.create-card{background-color:#fff;padding:2rem 3rem;border-radius:1rem;box-shadow:0 10px 30px #00000014;text-align:center}.create-card h2{margin-bottom:1.5rem;color:#1d4ed8}.challenge-form{display:flex;flex-direction:column;gap:1rem}.challenge-form input[type=text]{padding:.75rem;font-size:1rem;border:1px solid #d0d7e2;border-radius:.5rem}.checkbox-container{display:flex;align-items:center;gap:.5rem;font-size:.95rem}.challenge-form button{background-color:#2563eb;color:#fff;border:none;padding:.75rem;border-radius:.5rem;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.challenge-form button:hover{background-color:#1e40af}.challenge-room{max-width:800px;margin:2rem auto;background-color:#f4f7fc;padding:2rem;border-radius:1rem;box-shadow:0 6px 12px #00000014}.challenge-room h2{color:#2563eb;margin-bottom:.5rem}.challenge-room p{font-size:1rem;color:#333;margin-bottom:.8rem}.challenge-room form{margin-top:2rem;display:flex;flex-direction:column;gap:1rem}.challenge-room textarea{resize:none;border:1px solid #d1d5db;border-radius:.75rem;padding:1rem;font-size:1rem;min-height:120px;font-family:Segoe UI,sans-serif;transition:border-color .2s ease}.challenge-room textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.challenge-room button[type=submit]{align-self:flex-start;background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:.6rem;cursor:pointer;transition:background-color .2s ease}.challenge-room button[type=submit]:hover{background-color:#1d4ed8}.submissions-section{margin-top:2rem;border-top:1px solid #e5e7eb;padding-top:1.5rem}.submissions-section h3{color:#111827;font-size:1.25rem;margin-bottom:1rem}.submissions-section ul{list-style:none;padding:0}.submissions-section li{background-color:#fff;border:1px solid #e0e7ff;border-left:4px solid #2563eb;padding:1rem;border-radius:.5rem;margin-bottom:1rem}.submissions-section p{margin:.25rem 0}.submitted-at{font-size:.8rem;color:#6b7280}.xp-popup{margin-top:1rem;font-size:1.2rem;font-weight:700;color:#22c55e;animation:pop 1s ease;text-align:center}@keyframes pop{0%{transform:translateY(0);opacity:0}30%{transform:translateY(-10px);opacity:1}to{transform:translateY(-30px);opacity:0}}.my-challenges-container{padding:2rem;text-align:center}.my-challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.my-challenge-card{background-color:#f3f6fd;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 8px #00000014;transition:transform .2s ease}.my-challenge-card:hover{transform:scale(1.02)}.my-challenge-card h3{color:#2563eb;margin-bottom:.3rem}.badge{display:inline-block;padding:.25rem .6rem;border-radius:12px;font-size:.75rem;margin-bottom:.5rem;font-weight:600}.public{background-color:#e0f2fe;color:#0284c7}.private{background-color:#fde68a;color:#b45309}.my-challenge-card button{margin-top:1rem;background-color:#2563eb;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.my-challenge-card button:hover{background-color:#1d4ed8}.leaderboard-container{max-width:800px;margin:2rem auto;padding:2rem;background:#f9fbff;border-radius:12px;box-shadow:0 2px 8px #0000000d;overflow-x:auto}.leaderboard-container h2{text-align:center;margin-bottom:1.5rem;color:#1f3f6b}.leaderboard-table{width:100%;border-collapse:collapse;font-family:Segoe UI,sans-serif}.leaderboard-table th,.leaderboard-table td{padding:12px 16px;text-align:center;border-bottom:1px solid #e0e0e0}.leaderboard-table th{background-color:#eef2fb;font-weight:700;color:#1d3557}.leaderboard-table tr:nth-child(2n){background-color:#f5f9ff}@media (max-width: 600px){.leaderboard-table{border:0}.leaderboard-table thead{display:none}.leaderboard-table tr{display:block;margin-bottom:1.5rem;border:1px solid #e0e0e0;border-radius:10px;background-color:#fff;box-shadow:0 2px 6px #0000000a}.leaderboard-table td{display:flex;justify-content:space-between;padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:.95rem}.leaderboard-table td:last-child{border-bottom:none}.leaderboard-table td:before{content:attr(data-label);font-weight:700;color:#1d3557;flex-basis:50%;max-width:50%}}.friends-page{max-width:700px;margin:2rem auto;padding:2rem;background:#f8fbff;border-radius:12px;box-shadow:0 4px 10px #0000000a}.friends-page h2{text-align:center;color:#3b3f58;margin-bottom:2rem}.section{margin-bottom:2rem}.section h3{color:#1f4d7a;margin-bottom:1rem}.card-list{display:flex;flex-direction:column;gap:10px}.friend-card{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fff;border-radius:8px;border:1px solid #ddd}.friend-card span{font-size:1rem;color:#333}.friend-card button{background-color:#2563eb;color:#fff;border:none;padding:6px 12px;border-radius:6px;cursor:pointer;transition:background .2s}.friend-card button:hover{background-color:#1e40af}.find-friends-button{display:flex;justify-content:center;margin-top:1.5rem}.find-friends-button button{background-color:#10b981;color:#fff;padding:10px 16px;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .2s}.find-friends-button button:hover{background-color:#059669}#enigma_spacing button{margin:2px}.search-page{max-width:600px;margin:2rem auto;padding:2rem;background-color:#f6faff;border-radius:12px;box-shadow:0 4px 12px #0000000d}.search-page h2{text-align:center;margin-bottom:1rem;color:#1f4d7a}.search-bar{display:flex;gap:10px;margin-bottom:1rem}.search-bar input{flex:1;padding:.5rem;border:1px solid #ccc;border-radius:6px}.search-bar button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer}.search-results{list-style:none;padding:0}.search-results li{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px;margin-bottom:8px;border-radius:6px;border:1px solid #e1e1e1}.search-results button{padding:6px 12px;background:#4caf50;color:#fff;border:none;border-radius:4px;cursor:pointer}.achievements-page{text-align:center;padding:2rem}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.5rem;margin-top:2rem}.achievement-card{position:relative;background:#f8f8f8;border:2px solid #ccc;padding:1.2rem;border-radius:12px;transition:all .3s ease}.achievement-card.unlocked{border-color:#4caf50;background:#eaffea}.achievement-card.locked{opacity:.5;filter:grayscale(80%)}.achievement-card .criteria{font-size:.8rem;color:#555;margin-top:.5rem}.locked-overlay{position:absolute;top:8px;right:12px;font-size:1.3rem}.store{text-align:center;padding:2rem;font-family:Segoe UI,sans-serif}.store h2{font-size:2rem;margin-bottom:.5rem}.store p{font-size:1rem;color:#444}.store-section-heading{font-size:1.5rem;margin-top:2.5rem;color:#2c3e50;border-bottom:2px solid #eee;display:inline-block;padding-bottom:6px;margin-bottom:1rem}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}@media (max-width: 960px){.store-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.store-grid{grid-template-columns:1fr}}.store-item{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease}.store-item:hover{transform:scale(1.03)}.store-item img{width:100%;height:120px;object-fit:contain}.store-item h4{margin:.5rem 0}.owned{color:green;font-weight:700}.entries-page{max-width:800px;margin:40px auto;padding:20px;font-family:Segoe UI,sans-serif;color:#333}.entries-page h2{text-align:center;margin-bottom:30px;font-size:1.8rem;font-weight:600}.entries-list{display:flex;flex-direction:column;gap:20px}.entry-card{background:#f5f7ff;border-left:5px solid #4f46e5;padding:18px 20px;border-radius:12px;box-shadow:0 4px 8px #0000000d;transition:all .2s ease-in-out}.entry-card:hover{transform:scale(1.01);box-shadow:0 6px 14px #00000014}.entry-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.entry-date{font-weight:600;font-size:1rem}.entry-mood{font-size:.95rem;background:#e0e7ff;color:#3b82f6;padding:4px 10px;border-radius:12px;font-weight:600}.entry-habits{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 12px}.habit-chip{background:#e0f7ef;color:#065f46;padding:5px 12px;border-radius:16px;font-size:.85rem}.entry-text{margin-top:6px;font-size:.95rem;line-height:1.4}.delete-btn{background:#ef4444;color:#fff;border:none;padding:7px 16px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;margin-top:12px;transition:background .2s ease}.delete-btn:hover{background:#dc2626}.today-entry-page{max-width:650px;margin:60px auto;padding:2rem;background:#fdfdfd;border-radius:16px;box-shadow:0 8px 20px #00000014;font-family:Segoe UI,sans-serif;color:#333;transition:all .3s ease}.today-entry-page h2{text-align:center;margin-bottom:1.5rem;color:#222;font-weight:600}.entry-card{background:#f4f7ff;border-radius:12px;padding:1.5rem;border:2px solid #3e64ff20;box-shadow:inset 0 0 0 3px #3e64ff15;transition:box-shadow .2s ease}.entry-card p{margin-bottom:1rem;font-size:1rem}.entry-card ul{margin-top:.8rem;padding-left:1.4rem}.entry-card li{margin-bottom:.4rem;font-size:.95rem}.empty-msg{color:#888;font-style:italic;text-align:center;margin-top:1.5rem;font-size:.95rem}.react-calendar-heatmap text{font-size:10px;fill:#aaa}.react-calendar-heatmap .react-calendar-heatmap-small-text{font-size:5px}.react-calendar-heatmap rect:hover{stroke:#555;stroke-width:1px}.react-calendar-heatmap .color-empty{fill:#eee}.react-calendar-heatmap .color-filled{fill:#8cc665}.react-calendar-heatmap .color-github-0{fill:#eee}.react-calendar-heatmap .color-github-1{fill:#d6e685}.react-calendar-heatmap .color-github-2{fill:#8cc665}.react-calendar-heatmap .color-github-3{fill:#44a340}.react-calendar-heatmap .color-github-4{fill:#1e6823}.react-calendar-heatmap .color-gitlab-0{fill:#ededed}.react-calendar-heatmap .color-gitlab-1{fill:#acd5f2}.react-calendar-heatmap .color-gitlab-2{fill:#7fa8d1}.react-calendar-heatmap .color-gitlab-3{fill:#49729b}.react-calendar-heatmap .color-gitlab-4{fill:#254e77}.journal-stats-page{max-width:900px;margin:40px auto;padding:24px;font-family:Segoe UI,sans-serif}.trend-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:32px;color:#2b4f81}.chart-section{background:#fff;padding:24px;margin-bottom:32px;border-radius:16px;box-shadow:0 6px 18px #00000014}.chart-section h3{margin-bottom:16px;font-size:1.25rem;color:#333}.react-calendar-heatmap{margin-top:12px;width:100%;max-width:800px;margin-left:auto;margin-right:auto;overflow-x:auto}.react-calendar-heatmap text{font-size:10px;fill:#555}.react-calendar-heatmap rect{rx:4px;ry:4px;transition:fill .3s ease;cursor:pointer}.react-calendar-heatmap .color-empty{fill:#e0e0e0}.react-calendar-heatmap .color-gitlab-1{fill:#d6e685}.react-calendar-heatmap .color-gitlab-2{fill:#8cc665}.react-calendar-heatmap .color-gitlab-3{fill:#44a340}.react-calendar-heatmap .color-gitlab-4{fill:#1e6823}.react-calendar-heatmap rect:hover{stroke:#333;stroke-width:1}@media (max-width: 600px){.journal-stats-page{padding:16px;margin:20px 12px}.trend-title{font-size:1.5rem;margin-bottom:24px}.chart-section{padding:16px;margin-bottom:24px;border-radius:12px}.chart-section h3{font-size:1.1rem}.react-calendar-heatmap{max-width:100%;overflow-x:auto;padding-bottom:8px}.react-calendar-heatmap text{font-size:8px}}.profile-container{padding:2rem;display:flex;justify-content:center;font-family:Segoe UI,sans-serif}.profile-card{background:#fff;padding:2rem;border-radius:1rem;max-width:400px;width:100%;box-shadow:0 4px 20px #0000000d;text-align:center}.avatar{width:100px;height:100px;border-radius:50%;object-fit:cover;margin-bottom:1rem}.username{font-size:1.5rem;font-weight:600;margin:.2rem 0}.level{color:#6b7280;font-size:.95rem;margin-bottom:.5rem}.xp-bar{width:80%;height:6px;background-color:#e0e0e0;border-radius:3px;margin:8px auto;overflow:hidden}.xp-fill{height:100%;background-color:#3b82f6;transition:width .3s ease-in-out}.section-title{font-weight:500;font-size:1.1rem;margin:1rem 0 .5rem}.pet-list{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:0;list-style:none}.pet-badge{background:#f3f4f6;padding:.4rem .75rem;border-radius:9999px;font-size:.85rem}.no-pets{color:#9ca3af;font-size:.9rem}.pet-image{margin-top:12px;width:80px;height:80px;transition:transform .3s ease}.pet-image:hover{transform:scale(1.1)}.hero{display:flex;align-items:center;justify-content:space-between;padding:60px 80px;background-color:#f0f4fa;flex-wrap:wrap}.hero-content{flex:1;max-width:600px}.hero-content h1{font-size:3rem;margin-bottom:20px;color:#333}.hero-content p{font-size:1.2rem;margin-bottom:30px;color:#555}.cta-button{padding:12px 24px;background-color:#7f5af0;color:#fff;border-radius:8px;text-decoration:none;font-weight:700;transition:background .3s ease}.cta-button:hover{background-color:#6241db}.hero-image{flex:1;text-align:right}.hero-image img{width:80%;max-width:500px;height:auto}.features-section{background:#fff;padding:60px 80px;text-align:center}.features-section h2{font-size:2.4rem;margin-bottom:40px;color:#222}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px}.feature-card{background:#f8f9fc;padding:20px;border-radius:12px;box-shadow:0 0 6px #0000000f;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{font-size:2rem;margin-bottom:15px}.how-it-works-section{background-color:#f5f7fb;padding:60px 40px;text-align:center}.how-it-works-section h2{font-size:2.3rem;margin-bottom:40px;color:#333}.steps{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;margin-bottom:50px}.step{max-width:280px;background:#fff;padding:20px 16px;border-radius:10px;box-shadow:0 0 8px #0000000d}.step-number{display:inline-block;font-size:1.4rem;background:#4f46e5;color:#fff;border-radius:50%;width:36px;height:36px;line-height:36px;margin-bottom:10px}.cta-box{margin-top:40px}.cta-box h3{font-size:1.6rem;margin-bottom:16px;color:#222}.cta-button{background:#4f46e5;color:#fff;padding:12px 28px;font-size:1rem;text-decoration:none;border-radius:6px;transition:background .3s ease}.cta-button:hover{background:#3730a3}.footer{background:#1f2937;color:#f3f4f6;padding:40px 20px;text-align:center;font-family:sans-serif}.footer h3{font-size:1.8rem;margin-bottom:10px}.footer p{font-size:.95rem;margin:6px 0;color:#d1d5db}.footer-links{margin:16px 0}.footer-links a{color:#9ca3af;margin:0 12px;text-decoration:none;font-size:.95rem;transition:color .3s}.footer-links a:hover{color:#fff}.footer-copy{margin-top:12px;font-size:.8rem;color:#6b7280}.pet-grid{display:flex;flex-wrap:wrap;gap:16px}.pet-card{padding:12px;border-radius:12px;background:#f3f3f3;width:160px;text-align:center}.pet-card img{width:100px}.tranquil-zone{max-width:1000px;margin:40px auto;padding:24px;font-family:Segoe UI,sans-serif;color:#2b4f81}.zone-title{font-size:2.5rem;text-align:center;margin-bottom:10px}.zone-description{text-align:center;font-size:1.1rem;margin-bottom:32px;color:#5e779a}.cards-container{display:flex;flex-direction:column;gap:32px;align-items:center}.card{background:#fff;border-radius:16px;box-shadow:0 4px 12px #00000014;padding:20px;width:100%;max-width:600px;transition:transform .3s ease}.card:hover{transform:translateY(-4px)}.card-title{font-size:1.5rem;margin-bottom:16px;color:#1f3b63;text-align:center}.media-grid{display:flex;flex-direction:column;gap:16px}.media-card{display:flex;gap:16px;text-decoration:none;color:inherit;background:#f9fbff;border-radius:12px;padding:12px;transition:background .3s ease;align-items:center}.media-card:hover{background:#eef3fc}.media-image{width:80px;height:100px;object-fit:cover;border-radius:8px}.media-info{display:flex;flex-direction:column;justify-content:center}.author{font-size:.95rem;color:#607d9f}@media (max-width: 768px){.cards-container{padding:0 16px}.media-image{width:60px;height:80px}.media-card{flex-direction:row}}.mental-health-test{max-width:600px;margin:3rem auto 0;padding:2rem;background-color:#f5faff;border-radius:1.5rem;box-shadow:0 8px 20px #0000001a;font-family:Segoe UI,sans-serif}.mental-health-test h2{text-align:center;color:#2b6cb0;font-size:1.8rem;margin-bottom:1rem}.progress{text-align:center;font-weight:500;color:#4a5568;margin-bottom:1rem}.question-block{background:#fff;padding:1.5rem;border-radius:1rem;box-shadow:0 4px 14px #0000000f;margin-bottom:1.5rem}.question-block p{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#2d3748}.options{display:flex;flex-direction:column;gap:.75rem}.option-btn{padding:.75rem 1rem;border-radius:.75rem;border:2px solid #cbd5e0;background-color:#edf2f7;cursor:pointer;font-size:1rem;font-weight:500;color:#2d3748;transition:all .2s ease}.option-btn:hover{background-color:#e2e8f0}.option-btn.selected{background-color:#3182ce;color:#fff;border-color:#3182ce}.submit-btn{width:100%;margin-top:1rem;padding:.9rem;border:none;border-radius:.8rem;background-color:#38a169;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.submit-btn:hover{background-color:#2f855a}.result{text-align:center;padding:1rem;background-color:#e6fffa;border:2px dashed #38b2ac;border-radius:1rem;margin-top:2rem}.result h3{font-size:1.6rem;color:#2c7a7b;margin-bottom:.5rem}.result p{font-size:1rem;color:#285e61;margin:.3rem 0}.pet-message{font-weight:600;font-size:1.1rem;color:#2c5282;margin-top:1rem}.error{color:red;font-weight:500;text-align:center;margin-top:.8rem}
