:root{--md-sys-color-primary: rgb(39 39 39);--md-sys-color-surface-tint: rgb(98 94 80);--md-sys-color-on-primary: rgb(255 255 255);--md-sys-color-primary-container: rgb(255 248 229);--md-sys-color-on-primary-container: rgb(118 114 98);--md-sys-color-secondary: rgb(0 100 148);--md-sys-color-on-secondary: rgb(255 255 255);--md-sys-color-secondary-container: rgb(73 173 238);--md-sys-color-on-secondary-container: rgb(0 62 94);--md-sys-color-tertiary: rgb(155 61 99);--md-sys-color-on-tertiary: rgb(255 255 255);--md-sys-color-tertiary-container: rgb(219 112 151);--md-sys-color-on-tertiary-container: rgb(89 5 47);--md-sys-color-error: rgb(186 26 26);--md-sys-color-on-error: rgb(255 255 255);--md-sys-color-error-container: rgb(255 218 214);--md-sys-color-on-error-container: rgb(147 0 10);--md-sys-color-background: rgb(253 248 246);--md-sys-color-on-background: rgb(28 27 26);--md-sys-color-surface: rgb(253 248 246);--md-sys-color-on-surface: rgb(28 27 26);--md-sys-color-surface-variant: rgb(231 226 215);--md-sys-color-on-surface-variant: rgb(73 71 62);--md-sys-color-outline: rgb(122 119 109);--md-sys-color-outline-variant: rgb(203 198 187);--md-sys-color-shadow: rgb(0 0 0);--md-sys-color-scrim: rgb(0 0 0);--md-sys-color-inverse-surface: rgb(49 48 47);--md-sys-color-inverse-on-surface: rgb(244 240 237);--md-sys-color-inverse-primary: rgb(204 198 180);--md-sys-color-primary-fixed: rgb(233 226 208);--md-sys-color-on-primary-fixed: rgb(30 28 16);--md-sys-color-primary-fixed-dim: rgb(204 198 180);--md-sys-color-on-primary-fixed-variant: rgb(74 71 57);--md-sys-color-secondary-fixed: rgb(202 230 255);--md-sys-color-on-secondary-fixed: rgb(0 30 48);--md-sys-color-secondary-fixed-dim: rgb(142 205 255);--md-sys-color-on-secondary-fixed-variant: rgb(0 75 112);--md-sys-color-tertiary-fixed: rgb(255 217 227);--md-sys-color-on-tertiary-fixed: rgb(62 0 30);--md-sys-color-tertiary-fixed-dim: rgb(255 176 201);--md-sys-color-on-tertiary-fixed-variant: rgb(126 37 75);--md-sys-color-surface-dim: rgb(221 217 215);--md-sys-color-surface-bright: rgb(253 248 246);--md-sys-color-surface-container-lowest: rgb(255 255 255);--md-sys-color-surface-container-low: rgb(247 243 240);--md-sys-color-surface-container: rgb(241 237 234);--md-sys-color-surface-container-high: rgb(236 231 229);--md-sys-color-surface-container-highest: rgb(230 226 223)}body{font-family:Roboto,sans-serif;margin:0;padding:0;background:linear-gradient(270deg,#ff8fa3,#f582e5,#c084fc,#5eead4,#86efac,#fef08a);background-size:600% 600%;animation:rainbowFlow 15s ease infinite;color:var(--md-sys-color-on-background)}@keyframes rainbowFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{max-width:1200px;margin:0 auto;padding:16px}.card{background-color:#fdf8f661;border-radius:12px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;margin:16px 0;padding:24px;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.app-bar{background-color:var(--md-sys-color-surface);padding:16px;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100}.app-bar-content{display:flex;align-items:center;justify-content:space-between;max-width:1200px;margin:0 auto}.app-bar-section{display:flex;align-items:center;gap:16px}.headline{font-size:1.375rem;font-weight:400;margin:0;color:var(--md-sys-color-on-surface)}.back-button{display:flex;align-items:center;gap:8px;color:var(--md-sys-color-primary)!important;text-decoration:none;padding:8px 12px;border-radius:20px;transition:background-color .2s ease}.back-button:hover{background-color:var(--md-sys-color-surface-variant)}.back-button .material-symbols-outlined{font-size:20px}.header-card{text-align:center;margin-bottom:32px}.header-card h1{font-size:2rem;font-weight:600;margin-bottom:16px;color:var(--md-sys-color-primary)}.header-card img{width:100%;height:auto;max-height:200px;border-radius:8px;margin-bottom:16px}.guide-section{margin-bottom:32px;scroll-margin-top:100px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid rgb(39 39 39 / 25%)}.section-header h2{margin:0;font-size:1.5rem;font-weight:600;color:var(--md-sys-color-primary)}.section-icon{font-size:2rem;color:var(--md-sys-color-primary)}.sub-card{background-color:#f7f3f052;border-radius:12px;padding:20px;margin:16px 0;border-left:4px solid #555555}.sub-card--primary-accent{border-left:4px solid var(--md-sys-color-primary);background-color:#f7f3f0a3}.sub-card--secondary-accent{border-left:4px solid var(--md-sys-color-secondary)}.sub-card--tertiary-accent{border-left:4px solid var(--md-sys-color-tertiary)}.sub-card--error-accent{border-left:4px solid var(--md-sys-color-error)}.sub-card--warning{background-color:var(--md-sys-color-error-container);border-left-color:var(--md-sys-color-error)}.sub-card--info{background-color:#ffffff7f;border-left-color:var(--md-sys-color-secondary)}.sub-card--highlight{background-color:var(--md-sys-color-primary-container);border-left-color:var(--md-sys-color-primary)}.sub-card h3{margin-top:0;margin-bottom:12px;color:var(--md-sys-color-primary)}.sub-card p{margin:12px 0}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:20px 0}md-outlined-text-field,md-outlined-select{width:100%}.button-group{display:flex;flex-direction:column;gap:16px;margin:24px 0}md-filled-button{width:100%;padding:12px 24px}md-icon-button{--md-icon-button-icon-color: var(--md-sys-color-on-surface-variant)}md-icon-button:hover{--md-icon-button-icon-color: var(--md-sys-color-primary)}.body-text{font-size:1rem;line-height:1.5;margin:0 0 16px;color:var(--md-sys-color-on-surface)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none}.footer{margin-top:40px;padding:20px 0}.footer hr{display:block;height:1px;border:0;border-top:3px solid #0000002b;padding:0;border-radius:10px;margin:1em 2%}.footer p{text-align:center;margin-top:0;font-size:.9rem;line-height:1.6}a{color:var(--md-sys-color-primary);text-decoration:underline}a:visited{color:var(--md-sys-color-tertiary)}a:hover{color:var(--md-sys-color-secondary)}@media (max-width: 768px){.container{padding:8px}.card{padding:16px}.form-grid{grid-template-columns:1fr}.app-bar{padding:12px 16px}.headline{font-size:1.2rem}.header-card h1{font-size:1.5rem}.section-header h2{font-size:1.3rem}}@media (max-width: 480px){.section-header{flex-direction:column;align-items:flex-start;gap:8px}.button-group{gap:12px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}md-outlined-field.field{height:3.5em}md-outlined-text-field{height:fit-content}.bg-img{position:fixed;top:0;left:0;width:100vw;height:100vh;background-image:url(/bg.webp);opacity:.05}.loader{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .2s ease-out,visibility .2s ease-out;background:linear-gradient(90deg,#ff8fa3,#f582e5,#c084fc,#5eead4,#86efac,#fef08a);background-size:600% 600%;pointer-events:none}body:not(.loading) .loader{opacity:0}
