*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll}html::-webkit-scrollbar{width:15px}html::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:20px;border:4px solid transparent;background-clip:content-box}html{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}.app{max-width:calc(100% - 40px);margin:0 auto;padding:0 20px}#root{width:100%;min-height:100vh;background-color:#f3f4f6}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#f3f4f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-color:#f3f4f6}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#f3f4f6}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #5E17EB;--secondary-color: #8E2DE2;--text-color: #333333;--background-color: #F5F5F7;--box-background: #FFFFFF;--box-shadow: rgba(0, 0, 0, .1);--transition-speed: .3s;--newsletter-background: #F0F0F5;--input-background: #FFFFFF;--button-text: #FFFFFF;--content-width: min(1200px, 90vw);--content-padding: max(2rem, calc((100vw - var(--content-width)) / 2));--tertiary-background: #F8F8FA;--footer-background: #F5F9FF;--footer-text: #333333;--footer-text-muted: rgba(51, 51, 51, .8);--footer-link-hover: var(--primary-color);--footer-border: rgba(0, 0, 0, .1);--scrollbar-track: #FFFFFF;--scrollbar-thumb: #E5E5EA;--scrollbar-thumb-hover: #D1D1D6}:root.dark-mode{--primary-color: #8E2DE2;--secondary-color: #5E17EB;--text-color: #FFFFFF;--background-color: #1A1A1A;--box-background: #2A2A2A;--box-shadow: rgba(0, 0, 0, .3);--newsletter-background: #2A2A2A;--input-background: #333333;--button-text: #FFFFFF;--tertiary-background: #252525;--footer-background: #1F1A2C;--footer-text: #FFFFFF;--footer-text-muted: rgba(255, 255, 255, .8);--footer-link-hover: var(--primary-color);--footer-border: rgba(255, 255, 255, .1);--scrollbar-track: #1A1A1A;--scrollbar-thumb: #3A3A3A;--scrollbar-thumb-hover: #4A4A4A}*{margin:0;padding:0;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--background-color);color:var(--text-color);line-height:1.5;transition:background-color var(--transition-speed) ease}.app{width:100%;margin:0 auto;padding:2rem var(--content-padding) 0}.hero{text-align:center;margin:4rem 0;position:relative}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#ff3eff,#9d6fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradientShift 8s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.subtitle{font-size:1.5rem;color:var(--text-color);opacity:.8;max-width:400px;margin:0 auto}.subtitle a{color:inherit;text-decoration:none;transition:all .2s ease;position:relative}.subtitle a:after{content:"";position:absolute;width:100%;height:2px;bottom:-2px;left:0;background:linear-gradient(135deg,#ff3eff,#9d6fff);opacity:.7}.subtitle a:hover{opacity:1}.subtitle a:hover:after{opacity:1}.bento-grid{display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto;max-width:var(--content-width);width:100%}.bento-row{display:flex;flex-wrap:wrap;gap:1.5rem;width:100%;min-height:280px}.bento-box{background:var(--box-background);border-radius:24px;padding:2rem;transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px var(--box-shadow);display:flex;flex-direction:column;justify-content:flex-start;text-decoration:none;color:var(--text-color);isolation:isolate}.bento-box.large{flex:1 1 calc(66.666% - 1rem);min-height:380px}.bento-box.medium{flex:1 1 calc(33.333% - 1rem);min-height:280px}.bento-box.large:hover{transform:translateY(-5px);box-shadow:0 8px 16px var(--box-shadow),0 0 0 1px #ffffff1a inset,0 0 30px -10px var(--primary-color)}.bento-box.large .bento-content{padding:2rem;height:100%;text-decoration:none;color:var(--text-color);display:flex;flex-direction:column;gap:1.5rem;transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);position:relative;z-index:2}.bento-box.large .bento-content:hover .bento-image{transform:scale(1.05)}.bento-box.large .bento-content:hover .bento-arrow{opacity:1;transform:translate(0)}.bento-box.large h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:600;position:relative;z-index:1}.bento-box.large p{font-size:1rem;color:var(--text-color);opacity:.8;line-height:1.6;position:relative;z-index:1}.bento-box.large .bento-image-container{flex:1;position:relative;overflow:hidden;border-radius:16px;min-height:200px;z-index:1;box-shadow:0 4px 12px #0000001a}.bento-box.large .bento-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed) ease}.bento-box.large .bento-arrow{position:absolute;bottom:1.5rem;right:1.5rem;font-size:1.2rem;opacity:0;transform:translate(-10px);transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);z-index:2}.bento-box:not(.large):hover{transform:translateY(-5px);box-shadow:0 8px 16px var(--box-shadow),0 0 0 1px #ffffff1a inset,0 0 30px -10px var(--primary-color)}.bento-box:not(.large):after{content:"";position:absolute;width:100%;height:4px;bottom:0;left:0;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transform:scaleX(0);transform-origin:right;transition:transform .4s cubic-bezier(.4,0,.2,1)}.bento-box:not(.large):hover:after{transform:scaleX(1);transform-origin:left}.shiny-effect{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--transition-speed) ease;z-index:-1;pointer-events:none}.bento-box:hover .shiny-effect{opacity:1}.shiny-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(100% 50% at calc(50% - var(--mx, 50%)) 0%,rgba(255,255,255,.04) 0%,transparent 80%),radial-gradient(100% 50% at calc(var(--mx, 50%) + 50%) 100%,rgba(255,255,255,.04) 0%,transparent 80%)}.shiny-lines{position:absolute;top:0;right:0;bottom:0;left:0;mix-blend-mode:screen;background-image:repeating-linear-gradient(125deg,transparent 0%,transparent 15%,rgba(255,255,255,.04) 25%,transparent 35%,transparent 50%);background-size:200%;background-position:calc(var(--mx, 50%) + 20%) var(--my, 50%)}.bento-box.large,.bento-box.medium{justify-content:center}.bento-box.medium .bento-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:100%;padding:2rem}.bento-box.medium .bento-icon{font-size:2.5rem;margin-bottom:16px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.bento-box.medium .text-content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.bento-box.medium h3{font-size:1.3rem;font-weight:600;margin:0}.bento-box.medium p{font-size:1rem;line-height:1.5;opacity:.8;margin:0;max-width:28ch}:root.dark-mode .bento-box.medium{background:linear-gradient(135deg,color-mix(in srgb,var(--box-background) 90%,#ffffff) 0%,var(--box-background) 100%)}.bento-box.small{height:calc(50% - .75rem);padding:1.5rem;flex:1;display:flex;align-items:center;background:var(--tertiary-background)}.bento-box.small .bento-content{display:flex;align-items:center;gap:1rem;width:100%}.bento-box.small .bento-icon{font-size:2rem;margin-bottom:0;flex-shrink:0;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.bento-box.small .text-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.bento-box.small h3{font-size:1.1rem;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bento-box.small p{font-size:.9rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bento-box.small .bento-arrow{bottom:1rem;right:1rem}.bento-content{flex:1;position:relative;z-index:1}.bento-arrow{position:absolute;bottom:1.5rem;right:1.5rem;font-size:1.2rem;opacity:0;transform:translate(-10px);transition:all var(--transition-speed) cubic-bezier(.4,0,.2,1);z-index:1}.bento-box:hover .bento-arrow{opacity:1;transform:translate(0)}.bento-box.highlight{grid-column:span 4}.bento-box.highlight:before{background:linear-gradient(135deg,#5e17eb14,#8e2de214);opacity:1}.bento-box.highlight:hover:before{background:linear-gradient(135deg,#5e17eb1f,#8e2de21f)}.bento-icon{font-size:2.5rem;margin-bottom:1rem;display:block;transition:transform var(--transition-speed) ease}.bento-box:hover .bento-icon{transform:none}.bento-box h3{font-size:1.5rem;margin-bottom:.5rem;font-weight:600}.bento-box p{font-size:1rem;color:var(--text-color);opacity:.8;line-height:1.6}.newsletter{background:var(--newsletter-background);padding:4rem 2rem;border-radius:24px;text-align:center;margin:4rem auto;max-width:var(--content-width)}.newsletter h2{font-size:2rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.newsletter p{max-width:600px;margin:0 auto 2rem;color:var(--text-color);opacity:.8}.newsletter form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter input{flex:1;padding:1rem;border:none;border-radius:12px;background:var(--input-background);color:var(--text-color);font-size:1rem}.newsletter button{padding:1rem 2rem;border:none;border-radius:12px;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:var(--button-text);font-weight:600;cursor:pointer;transition:transform var(--transition-speed) ease}.newsletter button:hover{transform:scale(1.05)}footer{margin-top:4rem;padding:4rem 0 2rem;color:var(--footer-text);background:var(--footer-background);border-top:1px solid var(--footer-border);width:100%}.footer-content{width:calc(100% - 80px);max-width:1200px;margin:0 auto}@media (min-width: 1200px){.footer-content{width:1200px}}.footer-main{display:flex;gap:4rem;margin-bottom:3rem;align-items:flex-start}.footer-logo{flex-shrink:0}.footer-logo img{width:120px;height:120px;object-fit:contain}.footer-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem;flex-grow:1}.footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:.75rem}.footer-column a{color:var(--footer-text);text-decoration:none;opacity:.8;transition:opacity .2s ease,color .2s ease}.footer-column a:hover{opacity:1;background:linear-gradient(135deg,#ff3eff,#9d6fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.social-links{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.social-links a{color:var(--footer-text);opacity:.8;transition:opacity .2s ease,color .2s ease}.social-links a:hover{opacity:1;color:var(--footer-link-hover)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid var(--footer-border)}.footer-bottom-content{display:flex;justify-content:center;align-items:center;gap:2rem;position:relative}.footer-bottom p{opacity:.8;font-size:.9rem;color:var(--footer-text);text-align:center;margin:0;padding:0}.footer-bottom .social-links{display:flex;gap:1rem;margin-bottom:0;position:absolute;right:0}.footer-bottom a{color:transparent;background:linear-gradient(90deg,#0cf1fa,#0368fe);-webkit-background-clip:text;background-clip:text;text-decoration:none;transition:opacity .2s ease}.footer-bottom .social-links a{color:var(--footer-text);background:none;-webkit-background-clip:unset;background-clip:unset;opacity:.8;transition:opacity .2s ease,color .2s ease}.footer-bottom .social-links a:hover{opacity:1;background:linear-gradient(135deg,#ff3eff,#9d6fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 768px){.footer-main{flex-direction:column;gap:2rem;align-items:center}.footer-logo{text-align:center}.footer-columns{grid-template-columns:1fr;gap:2rem;width:100%}footer{padding:3rem 0 2rem}.footer-column h4{margin-bottom:1rem}.social-links{margin-bottom:2rem}.footer-bottom-content{flex-direction:column;gap:1rem}.footer-bottom p{margin-bottom:1rem}.footer-bottom .social-links{position:static;justify-content:center}}.bento-image-container{flex:1;position:relative;overflow:hidden;border-radius:16px;min-height:200px}.bento-image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed) ease}.bento-box.large:hover .bento-image{transform:scale(1.05)}.bento-box.has-image:before{background:linear-gradient(135deg,#5e17eb14,#8e2de214);opacity:1}@media (max-width: 1200px){.bento-row{gap:1.5rem}.bento-box.large{flex:1 1 100%;min-height:340px}.bento-box.medium{flex:1 1 calc(50% - .75rem)}.bento-stack{flex:1 1 calc(50% - .75rem);gap:1.5rem}}@media (max-width: 900px){.bento-row{min-height:240px}.bento-box.large{flex:1 1 100%;min-height:340px}.bento-box.medium{flex:1 1 calc(50% - .75rem);min-height:240px}.bento-stack{flex:1 1 calc(50% - .75rem);gap:1.5rem}.bento-box.small{height:120px;padding:1.25rem}.bento-box.small .bento-content{gap:.75rem}.bento-box.small .bento-icon{font-size:1.4rem;width:1.8rem;height:1.8rem}.bento-box.medium .bento-icon{font-size:2rem;width:2rem;height:2rem}.bento-box.medium h3{font-size:1.2rem}.bento-box.medium p{font-size:.95rem}.hero h1{font-size:2.5rem}.subtitle{font-size:1.25rem}.newsletter form{flex-direction:column}}@media (max-width: 600px){.bento-row{min-height:200px;flex-direction:column}.bento-box.large,.bento-box.medium,.bento-stack{width:100%;flex:1 1 100%;grid-column:unset}.bento-box.large{height:300px}.bento-box.medium{width:100%;min-height:200px;flex:1 1 100%}.bento-stack{gap:1.5rem}.bento-box.small{height:auto;min-height:120px;padding:1.25rem}.bento-box.small .bento-content{gap:.75rem}.bento-box.small .text-content{gap:.25rem}.bento-box.small .text-content p{font-size:.85rem;line-height:1.3}.hero h1{font-size:2rem}.hero{margin:2rem 0}.app{padding:1rem}}.bento-stack{flex:1 1 calc(33.333% - 1rem);display:flex;flex-direction:column;gap:1.5rem}.modal-content-wrapper{display:flex;flex-direction:column;gap:2rem;height:100%}.modal-image-container{width:100%;max-height:50vh;overflow:hidden;border-radius:16px;box-shadow:0 4px 12px #0000001a}.modal-image{width:100%;height:100%;object-fit:cover}.modal-icon{font-size:3rem;margin-bottom:1rem;display:block;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.modal-description{font-size:1.1rem;line-height:1.6;color:var(--text-color)}.modal-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;text-decoration:none;border-radius:12px;font-weight:600;transition:transform .2s ease}.modal-link:hover{transform:translateY(-2px)}@media (max-width: 768px){.modal-content-wrapper{gap:1.5rem}.modal-image-container{max-height:40vh}.modal-icon{font-size:2.5rem;margin-bottom:.75rem}.modal-description{font-size:1rem}.modal-link{margin-top:1.5rem;padding:.875rem 1.75rem}}.bento-box:hover h3{background:linear-gradient(135deg,#ff3eff,#9d6fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all var(--transition-speed) ease}.bento-box.medium:hover h3,.bento-box.small:hover h3{background:linear-gradient(135deg,#ff3eff,#9d6fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}html{--scrollbar-track: #FFFFFF;--scrollbar-thumb: #E5E5EA;--scrollbar-thumb-hover: #D1D1D6;scrollbar-width:thin!important;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)!important}html.dark-mode{--scrollbar-track: #1A1A1A;--scrollbar-thumb: #3A3A3A;--scrollbar-thumb-hover: #4A4A4A}html::-webkit-scrollbar{width:12px!important}html::-webkit-scrollbar-track{background:var(--scrollbar-track)!important}html::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)!important;border-radius:6px!important;border:3px solid var(--scrollbar-track)!important}html::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)!important}.theme-toggle-background{display:none}.theme-toggle-button{position:relative;background:transparent!important;border:2px solid rgba(255,255,255,.2);cursor:pointer;padding:4px 4px 0;border-radius:60px;transition:all var(--transition-speed) ease;display:flex;align-items:center;justify-content:center;z-index:100;width:87px;height:40px;overflow:hidden;outline:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.theme-toggle-button:focus{outline:none}.theme-toggle-button:focus-visible{outline:none}.theme-toggle-button svg{width:100%;height:100%;transform:scale(1);pointer-events:visible}:root.dark-mode .theme-toggle-button{border-color:#fff3}:root:not(.dark-mode) .theme-toggle-button{border-color:#0003}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;animation:fadeIn .3s cubic-bezier(.4,0,.2,1) forwards}.modal-overlay.closing{animation:fadeOut .3s cubic-bezier(.4,0,.2,1) forwards}.modal-container{width:calc(100vw - 80px);height:calc(100vh - 80px);max-width:calc(100vw - 80px);max-height:calc(100vh - 80px);margin:40px;position:relative;opacity:0;transform:scale(.95);animation:modalEnter .3s cubic-bezier(.4,0,.2,1) forwards}.modal-container.closing{animation:modalExit .3s cubic-bezier(.4,0,.2,1) forwards}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes modalEnter{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modalExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.modal-content{background-color:var(--box-background);border-radius:24px;box-shadow:0 8px 32px #0000001a;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(0,0,0,.1);background:var(--box-background);position:sticky;top:0;z-index:10}:root[class~=dark-mode] .modal-header{border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h2{font-size:1.5rem;font-weight:600;color:var(--text-color);margin:0;display:flex;align-items:center;gap:.75rem}.modal-header .modal-icon{font-size:1.75rem;line-height:1}.modal-close{background:none;border:none;font-size:2rem;line-height:1;padding:.5rem;cursor:pointer;color:var(--text-color);opacity:.6;transition:opacity .2s ease;border-radius:8px}.modal-close:hover{opacity:1;background:#0000000d}:root[class~=dark-mode] .modal-close:hover{background:#ffffff1a}.modal-body{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:#0000004d}:root[class~=dark-mode] .modal-body::-webkit-scrollbar-thumb{background:#fff3}:root[class~=dark-mode] .modal-body::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.modal-section{padding:2rem;border-bottom:1px solid rgba(0,0,0,.05)}:root[class~=dark-mode] .modal-section{border-bottom:1px solid rgba(255,255,255,.05)}.modal-section:last-child{border-bottom:none}.modal-section h3{font-size:1.25rem;font-weight:600;color:var(--text-color);margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}.modal-section p{color:var(--text-secondary);line-height:1.6;margin:0 0 1.5rem}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1rem}.resource-card{background:#ffffff80;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:1.5rem;transition:all .2s ease;text-decoration:none;color:inherit;display:block}:root[class~=dark-mode] .resource-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.resource-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026;border-color:var(--accent-color, #007AFF)}.resource-card h4{font-size:1.1rem;font-weight:600;color:var(--text-color);margin:0 0 .5rem}.resource-card p{font-size:.9rem;color:var(--text-secondary);margin:0 0 1rem}.resource-card .resource-meta{display:flex;align-items:center;gap:1rem;font-size:.85rem;color:var(--text-secondary)}.resource-badge{background:var(--accent-color, #007AFF);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500}@media (max-width: 768px){.modal-container{width:100%;height:calc(100vh - 40px);max-width:100%;margin:40px 0 0}.modal-content{border-radius:24px 24px 0 0}.modal-header{padding:1rem 1.5rem}.modal-section{padding:1.5rem}.resource-grid{grid-template-columns:1fr;gap:1rem}.resource-card{padding:1.25rem}}.sticky-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:80px;min-height:80px;max-height:80px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffff05;box-shadow:0 0 20px #0000000d;border:1px solid rgba(255,255,255,.08);transform:translateY(-100%);transition:all .3s ease;pointer-events:none;overflow:visible;display:flex;align-items:center;justify-content:center}:root.dark-mode .sticky-header{background:#11192805;border-color:#ffffff0a;box-shadow:0 0 20px #00000026}.sticky-header.visible{transform:translateY(0);pointer-events:auto}.sticky-header-content{width:100%;max-width:var(--content-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;overflow:visible;padding:0 25px;position:relative}.sticky-header h2{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#ff3eff,#9d6fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0}.sticky-header .theme-toggle-button{position:absolute;right:25px;top:50%;transform:scale(.8) translateY(-50%);transition:transform .3s ease}.header-annotation{position:absolute;right:116px;top:50%;transform:translateY(-50%);font-family:Permanent Marker,Comic Sans MS,cursive;font-size:8pt;color:var(--text-color);max-width:250px;line-height:1.2;display:flex;align-items:center;gap:8px;opacity:.8;text-align:right}.header-annotation .arrow{font-family:Permanent Marker,Comic Sans MS,cursive;font-size:12pt;transform:rotate(-15deg);display:inline-block;margin-left:4px}@media (max-width: 768px){.sticky-header{height:70px;min-height:70px;max-height:70px}.sticky-header h2{font-size:1.2rem}.sticky-header-content{padding:0 15px}.sticky-header .theme-toggle-button{right:15px}.header-annotation{display:none}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.button-1{color:#fff}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.w-full{width:100%}.w-32{width:8rem}.max-w-md{max-width:28rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.ml-1{margin-left:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-[64px]{padding-bottom:64px}.pt-8{padding-top:2rem}.pl-5{padding-left:1.25rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-lg{font-size:1.125rem}.text-2xl{font-size:1.5rem}.font-semibold{font-weight:600}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-gray-600{background-color:#4b5563}.bg-cyan-50{background-color:#ecfeff}.border{border-width:1px;border-style:solid}.border-gray-300{border-color:#d1d5db}.border-gray-400{border-color:#9ca3af}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-b{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:inherit}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.outline-none{outline:none}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.italic{font-style:italic}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-fade-in{animation:fadeIn .3s ease-in-out}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.h-0\.5{height:.125rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5\/6{width:83.333333%}.w-6{width:1.5rem}.w-20{width:5rem}.w-4\/5{width:80%}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.relative{position:relative}.space-y-6>*+*{margin-top:1.5rem}
