.page-module__xgPmsG__main{z-index:1;flex-direction:column;min-height:100vh;display:flex;position:relative}.page-module__xgPmsG__container{max-width:900px;margin:0 auto;padding:0 1.25rem}.page-module__xgPmsG__header{border-bottom:3px solid var(--ink-dark);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;background:#fafdfcf2;position:sticky;top:0}.page-module__xgPmsG__nav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.page-module__xgPmsG__logo{font-family:var(--font-caveat);color:var(--ink-dark);border:3px solid var(--ink-dark);border-radius:4px 6px 3px 5px;padding:.35rem 1rem;font-size:2rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative}.page-module__xgPmsG__logo:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0 5 Q25 0, 50 5 T100 5' stroke='%23b8e6e6' stroke-width='2' fill='none'/%3E%3C/svg%3E") 0 0/50px 10px repeat-x;width:80%;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.page-module__xgPmsG__logo:hover{background:var(--ink-dark);color:var(--paper);transform:rotate(-1deg)}.page-module__xgPmsG__navLinks{gap:2rem;list-style:none;display:flex}.page-module__xgPmsG__navLinks a{font-family:var(--font-caveat);color:var(--ink-dark);padding:.35rem 0;font-size:1.3rem;font-weight:400;text-decoration:none;position:relative}.page-module__xgPmsG__navLinks a:before{content:"";background:var(--cyan-medium);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.page-module__xgPmsG__navLinks a:hover{color:var(--cyan-deep)}.page-module__xgPmsG__navLinks a:hover:before{width:100%}.page-module__xgPmsG__navLinks a.page-module__xgPmsG__active{color:var(--cyan-deep)}.page-module__xgPmsG__navLinks a.page-module__xgPmsG__active:before{width:100%}.page-module__xgPmsG__content{flex:1;padding:3rem 0}.page-module__xgPmsG__box{border:3px solid var(--ink-dark);background:var(--paper);border-radius:6px 4px 7px 5px;padding:3rem;transition:all .3s;position:relative;box-shadow:4px 4px #0000001a}.page-module__xgPmsG__box:hover{transform:translateY(-5px)rotate(-.5deg);box-shadow:8px 8px #5ab3b34d}.page-module__xgPmsG__box:before{content:"";background:linear-gradient(90deg,transparent,var(--cyan-medium),transparent);height:2px;position:absolute;top:-6px;left:20px;right:20px}.page-module__xgPmsG__title{font-family:var(--font-caveat);color:var(--ink-dark);margin-bottom:.5rem;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700}.page-module__xgPmsG__subtitle{font-family:var(--font-patrick-hand);color:var(--ink-medium);margin-bottom:2rem;font-size:1.15rem}.page-module__xgPmsG__divider{background:linear-gradient(90deg,var(--cyan-deep),var(--cyan-medium),var(--cyan-deep));border-radius:2px;height:3px;margin:2rem 0}.page-module__xgPmsG__text{font-family:var(--font-patrick-hand);color:var(--ink-dark);margin-bottom:1.5rem;font-size:1.3rem;line-height:1.8}.page-module__xgPmsG__highlight{color:var(--cyan-deep);font-weight:600;position:relative}.page-module__xgPmsG__highlight:after{content:"";background:var(--cyan-light);opacity:.6;z-index:-1;width:100%;height:3px;position:absolute;bottom:2px;left:0}.page-module__xgPmsG__text a{color:var(--cyan-deep);-webkit-text-decoration:underline wavy;text-decoration:underline wavy;text-decoration-thickness:2px;transition:color .3s}.page-module__xgPmsG__text a:hover{color:var(--cyan-dark)}.page-module__xgPmsG__footer{border-top:3px solid var(--ink-dark);margin-top:auto;padding:2rem 0;position:relative}.page-module__xgPmsG__footer:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10'%3E%3Cpath d='M0 5 Q25 0, 50 5 T100 5' stroke='%23b8e6e6' stroke-width='3' fill='none'/%3E%3C/svg%3E") 0 0/80px 10px repeat-x;height:3px;position:absolute;top:-3px;left:0;right:0}.page-module__xgPmsG__footerBox{border:2px dashed var(--cyan-medium);background:var(--paper-warm);border-radius:6px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.page-module__xgPmsG__footerBox p{font-family:var(--font-caveat);color:var(--ink-medium);font-size:1.2rem}.page-module__xgPmsG__socialLinks{gap:1.5rem;display:flex}.page-module__xgPmsG__socialLinks a{font-family:var(--font-caveat);color:var(--ink-dark);font-size:1.2rem;text-decoration:none;position:relative}.page-module__xgPmsG__socialLinks a:before{content:"";background:var(--cyan-medium);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.page-module__xgPmsG__socialLinks a:hover{color:var(--cyan-deep)}.page-module__xgPmsG__socialLinks a:hover:before{width:100%}@media (max-width:600px){.page-module__xgPmsG__container{padding:0 1rem}.page-module__xgPmsG__logo{padding:.25rem .75rem;font-size:1.6rem}.page-module__xgPmsG__navLinks{gap:1rem}.page-module__xgPmsG__navLinks a{font-size:1.1rem}.page-module__xgPmsG__content{padding:3rem 0}.page-module__xgPmsG__box{padding:2rem 1.5rem}.page-module__xgPmsG__title{font-size:2rem}.page-module__xgPmsG__text{font-size:1.1rem}.page-module__xgPmsG__footerBox{flex-direction:column;align-items:flex-start}}
