.home.svelte-1nw653x{width:1024px;margin:auto;font-weight:400;font-size:16px;display:flex;flex-direction:column}@media (max-width: 1024px){.home.svelte-1nw653x{width:95%}}.chart-container.svelte-1nw653x{max-width:500px;width:100%;margin:auto;margin-bottom:2rem;padding:2rem;background:#ebddcd;border:2px solid var(--border);border-radius:.3rem;box-shadow:6px 6px 0 var(--shadow),0 0 20px #39d2ff1a;position:relative;transition:all .3s ease}.chart-container.svelte-1nw653x:hover{transform:translateY(-2px);box-shadow:8px 8px 0 var(--shadow),0 0 30px #39d2ff33}.chart-container.svelte-1nw653x:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;background:linear-gradient(135deg,rgba(255,210,90,.1),transparent 30%,transparent 70%,rgba(57,210,255,.1));pointer-events:none;border-radius:.3rem;z-index:-1}.historique.svelte-1nw653x{display:flex;flex-direction:column}.historique-row.svelte-1nw653x{display:grid;grid-template-columns:120px 1fr;align-items:stretch}.historique-ligne.svelte-1nw653x{background:#ebddcd;border-radius:.3rem;border:1px solid #a48875;padding:1rem;margin:.5rem 0;display:flex;gap:2rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:3px 3px #1f120a4d;position:relative;overflow:hidden}.historique-ligne.svelte-1nw653x:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.historique-ligne.svelte-1nw653x:hover{transform:translateY(-3px);box-shadow:5px 5px #1f120a66,0 0 20px #39d2ff4d;background:#f0e3d5}.historique-ligne.svelte-1nw653x:hover:before{left:100%}@media (max-width: 680px){.historique-img.svelte-1nw653x{display:none}.rating.svelte-1nw653x{margin-top:1rem;margin-bottom:1rem}.historique--title.svelte-1nw653x{height:auto!important}.date-mobile.svelte-1nw653x{display:inline}}@media (min-width: 680px){.date-mobile.svelte-1nw653x{display:none}}.historique-ligne.svelte-1nw653x img:where(.svelte-1nw653x){transition:opacity .2s}.historique-ligne.svelte-1nw653x:hover img:where(.svelte-1nw653x){opacity:.9}.historique-ligne.svelte-1nw653x:active img:where(.svelte-1nw653x){opacity:.7}.historique--title.svelte-1nw653x{font-weight:700;font-size:1.3rem;height:20px;color:#25170e}.timeline.svelte-1nw653x{position:relative;display:flex;align-items:center;justify-content:center}.historique-row.svelte-1nw653x:not(:first-of-type) .timeline:where(.svelte-1nw653x):before{content:"";position:absolute;left:50%;transform:translate(-50%);top:0;bottom:50%;width:2px;background:#a48875}.timeline.svelte-1nw653x:after{content:"";position:absolute;left:50%;transform:translate(-50%);top:50%;bottom:0;width:2px;background:#a48875}.historique-row.svelte-1nw653x:last-child .timeline:where(.svelte-1nw653x):after{display:none}.tl-date.svelte-1nw653x{display:flex;flex-direction:column;align-items:center;justify-content:center;width:70px;height:70px;background:#fff7ec;border:1px solid #a48875;border-radius:.3rem;color:#3f291b;font-weight:700;z-index:1;transition:all .3s ease;box-shadow:3px 3px #1f120a33}.historique-row.svelte-1nw653x:hover .tl-date:where(.svelte-1nw653x){transform:scale(1.1) rotate(-5deg);box-shadow:4px 4px #1f120a4d,0 0 15px #ffd25a80;background:#fffdf5}.tl-daymonth.svelte-1nw653x{font-size:1rem;line-height:1.2rem}.tl-year.svelte-1nw653x{font-size:.9rem;color:#6b4c3b;font-weight:600}@media (max-width: 680px){.historique-row.svelte-1nw653x{grid-template-columns:1fr}.timeline.svelte-1nw653x{display:none}}h2.svelte-1nw653x{font-weight:800;font-size:1.6rem;color:#4f381c;margin:0 0 1rem;border-bottom:1px solid #deb685;display:flex;align-items:center;gap:.5rem;text-shadow:2px 2px 0 rgba(222,182,133,.3);animation:svelte-1nw653x-title-pulse 3s ease-in-out infinite}@keyframes svelte-1nw653x-title-pulse{0%,to{text-shadow:2px 2px 0 rgba(222,182,133,.3)}50%{text-shadow:3px 3px 0 rgba(222,182,133,.5),0 0 10px rgba(255,210,90,.2)}}@keyframes svelte-1nw653x-icon-float{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.button.svelte-1nw653x,.historique--title.svelte-1nw653x{display:inline-flex;align-items:center;gap:.25rem}a.svelte-1nw653x{text-decoration:none;color:inherit}.button.svelte-1nw653x{background:#ebddcd;border:1px solid #b79278;border-radius:.3rem;font-size:.7rem;font-family:"Press Start 2P",monospace;font-weight:400;padding:.8rem 1rem!important;color:#3f291b;width:auto;margin:auto 0 auto auto;text-align:center;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:4px 4px #1f120a33;position:relative;overflow:hidden;letter-spacing:.02em;text-transform:uppercase}.button.svelte-1nw653x:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#ffffff4d;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s}.button.svelte-1nw653x:not(:disabled):hover{background:#d5c1ac;cursor:pointer;transform:translate(-2px,-2px);box-shadow:6px 6px #1f120a4d,0 0 20px #39d2ff66}.button.svelte-1nw653x:not(:disabled):hover:before{width:300px;height:300px}.button.svelte-1nw653x:not(:disabled):active{background:#bba18c;cursor:pointer;transform:translate(1px,1px);box-shadow:2px 2px #1f120a33}.button.svelte-1nw653x:disabled{display:none}.historique--playtime.svelte-1nw653x{display:inline-flex;align-items:center;gap:.25rem}
