*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0f0f;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.home-container{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;transition:background-color .3s ease}.home-container.dark-mode{background-color:#0f0f0f}.home-container.dark-mode .text-content a,.home-container.dark-mode .text-content h1,.home-container.dark-mode .text-content p{color:#e8e8e8}.home-container.dark-mode .text-content a:hover{opacity:.7}.home-container.dark-mode .animation-placeholder{border-color:#ffffff1a}.home-container.dark-mode .contact-button{box-shadow:0 2px 12px #ff43064d}.content-wrapper{align-items:center;display:flex;flex:1 1;justify-content:center;padding:60px 40px}@media(max-width:700px){.content-wrapper{padding:40px 24px}}.content-wrapper>div{align-items:flex-start;display:flex;gap:40px;max-width:800px;width:100%}@media(max-width:700px){.content-wrapper>div{flex-direction:column;gap:32px}}.animation-placeholder{align-items:center;border-radius:12px;display:flex;flex-shrink:0;justify-content:center;overflow:visible}@media(min-width:701px){.animation-placeholder{aspect-ratio:1/1;width:50%}}@media(max-width:700px){.animation-placeholder{aspect-ratio:1/1;width:100%}}.animation-placeholder{position:relative}.figurine-image{display:block;height:100%;left:0;object-fit:cover;opacity:0;position:absolute;top:0;transition:opacity .6s ease-in-out;width:100%}.figurine-image.active{opacity:1}.figurine-image:first-child{position:relative}.figurine-image.initial-fade.active{animation:fadeInInitial 1s ease-out .2s forwards;opacity:0}@keyframes fadeInInitial{0%{opacity:0}to{opacity:1}}.text-content{display:flex;flex:1 1;flex-direction:column;gap:20px}@media(max-width:700px){.text-content{width:100%}}.text-content h1{color:#000;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:28px;font-weight:700;line-height:1.4;margin:-10px 0;padding:10px 0}@media(max-width:700px){.text-content h1{font-size:24px}}.text-content p{color:#000;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.6;margin:-10px 0;padding:10px 0}@media(max-width:700px){.text-content p{font-size:16px}}.text-content a{color:#000;text-decoration:underline;transition:opacity .2s ease}.text-content a:hover{cursor:pointer;opacity:.7}.debug-mode .text-content h1[data-section],.debug-mode .text-content p[data-section]{background:#ff43060d;outline:2px dashed #ff430680}.debug-mode .text-content h1[data-section]:hover,.debug-mode .text-content p[data-section]:hover{background:#ff430626}.contact-button{align-self:flex-start;background-color:#ff4306;border:none;border-radius:8px;box-shadow:0 2px 8px #ff430633;color:#fff!important;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:16px;font-weight:500;margin-top:8px;outline:none;padding:14px 32px;text-align:center;text-decoration:none!important;transition:all .2s ease}@media(max-width:700px){.contact-button{align-self:stretch;width:100%}}.contact-button:hover{background-color:#e03a05;color:#fff!important;text-decoration:none!important}.contact-button:active{transform:translateY(1px)}.contact-button:focus{outline:none}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{animation:slideUp .3s ease-out;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0006;max-width:400px;padding:40px 32px;position:relative;text-align:center;width:100%}@media(max-width:700px){.modal-content{max-width:340px;padding:36px 24px}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close{background:none;border:none;color:#ffffff80;cursor:pointer;font-size:32px;line-height:1;padding:4px 8px;position:absolute;right:12px;top:12px;transition:color .2s ease}.modal-close:hover{color:#ffffffe6}.modal-text{color:#ffffffb3;font-size:16px;margin:0 0 16px}.modal-email,.modal-text{font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif}.modal-email{background:#ff43061a;border:1px solid #ff4306;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:18px;font-weight:500;min-width:260px;padding:14px 24px;transition:all .3s ease,width .3s ease,background .3s ease;white-space:nowrap}@media(max-width:700px){.modal-email{font-size:16px;min-width:240px;padding:12px 20px}}.modal-email:hover{background:#ff430633;transform:translateY(-1px)}.modal-email:active{transform:translateY(0)}.modal-hint{color:#fff6;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:13px;margin:12px 0 0}.footer{padding:48px 24px 32px;width:100%}@media(max-width:700px){.footer{padding:40px 24px 24px}}.footer-content{flex-direction:column;gap:16px;margin:0 auto;max-width:800px}.footer-content,.social-links{align-items:center;display:flex}.social-links{gap:24px}@media(max-width:700px){.social-links{gap:32px}}.social-link{align-items:center;color:#000;display:flex;justify-content:center;text-decoration:none;transition:all .2s ease}.social-link svg{height:24px;width:24px}@media(max-width:700px){.social-link svg{height:28px;width:28px}}.social-link:hover{opacity:.6;transform:translateY(-2px)}.footer-text{color:#666;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:14px;margin:0}@media(max-width:700px){.footer-text{font-size:13px}}.home-container.dark-mode .social-link{color:#e8e8e8}.home-container.dark-mode .footer-text{color:#a8a8a8}.App{margin:0;padding:0}
/*# sourceMappingURL=main.07201257.css.map*/