:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;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}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:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@font-face{font-family:CC Goth Chic;src:url(/assets/CCGothChic%20Black-CoKuHSJH.ttf) format("truetype");font-weight:900;font-style:normal}*,*:before,*:after{box-sizing:border-box}body,html,#root{margin:0;padding:0;height:100%;width:100%;font-family:CC Goth Chic,sans-serif;color:#fff;background-color:#000;animation:fadeToWhite 30s ease-in-out infinite;overflow-x:hidden;--border-10: rgba(255, 255, 255, .1);--border-20: rgba(255, 255, 255, .2);--border-30: rgba(255, 255, 255, .3);--border-50: rgba(255, 255, 255, .5);--bg-03: rgba(255, 255, 255, .03);--bg-05: rgba(255, 255, 255, .05);--bg-08: rgba(255, 255, 255, .08)}html[data-theme=dark],body[data-theme=dark]{animation:none!important;background-color:#000!important;color:#fff!important;--border-10: rgba(255, 255, 255, .1);--border-20: rgba(255, 255, 255, .2);--border-30: rgba(255, 255, 255, .3);--border-50: rgba(255, 255, 255, .5);--bg-03: rgba(255, 255, 255, .03);--bg-05: rgba(255, 255, 255, .05);--bg-08: rgba(255, 255, 255, .08)}html[data-theme=light],body[data-theme=light]{animation:none!important;background-color:#fff!important;color:#000!important;--border-10: rgba(0, 0, 0, .1);--border-20: rgba(0, 0, 0, .2);--border-30: rgba(0, 0, 0, .3);--border-50: rgba(0, 0, 0, .5);--bg-03: rgba(0, 0, 0, .03);--bg-05: rgba(0, 0, 0, .05);--bg-08: rgba(0, 0, 0, .08)}#root[data-theme=dark]{animation:none!important;background-color:#000!important;color:#fff!important}#root[data-theme=light]{animation:none!important;background-color:#fff!important;color:#000!important}.theme-control{position:fixed;top:1rem;left:1rem;z-index:100;display:flex;gap:0;background:#0000008c;border:1px solid rgba(255,255,255,.25);border-radius:8px;padding:.25rem;box-shadow:0 2px 12px #0003;color:#fff}body[data-theme=light] .theme-control{background:#ffffffe6;border-color:#0003;color:#111;box-shadow:0 2px 12px #0000001a}.theme-btn{padding:.4rem .75rem;font-family:inherit;font-size:.8rem;font-weight:500;color:inherit;background:transparent;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.theme-control .theme-btn:hover{background:#ffffff26}body[data-theme=light] .theme-control .theme-btn:hover{background:#00000014}.theme-btn.active{background:#ffffff40;color:inherit}body[data-theme=light] .theme-btn.active{background:#00000026}.page{display:flex;flex-direction:column;align-items:center;padding:2rem;width:100%;max-width:100vw}h1{font-size:3rem;margin-bottom:2rem;text-align:center}.video-wrapper{width:100%;max-width:960px;aspect-ratio:16 / 9;position:relative}.video-wrapper iframe{position:absolute;width:100%;height:100%;border:none;border-radius:10px;box-shadow:0 0 20px #ffffff1a}.questionnaire-section{width:100%;max-width:960px;margin-left:auto;margin-right:auto;margin-top:3rem;padding:2rem;border-radius:10px;background:var(--bg-05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.questionnaire-section h2{font-size:2rem;margin-bottom:.5rem;text-align:left}.questionnaire-intro{color:currentColor;opacity:.7;margin-bottom:2rem;font-size:1rem}.response-form{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.5rem}.form-label{display:flex;flex-direction:column;gap:.5rem;font-size:1rem}.form-label .comment-input{margin:0}.responses-list h3{font-size:1.5rem;margin-bottom:1.25rem}.response-card{padding:1.5rem;border-radius:8px;background:var(--bg-03);border:1px solid var(--border-10);margin-bottom:1.5rem;transition:background .3s}.response-card:hover{background:var(--bg-05)}.response-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border-10)}.response-username{font-weight:600;font-size:1rem}.response-time{font-size:.85rem;color:currentColor;opacity:.6}.response-answers{display:flex;flex-direction:column;gap:1.25rem}.response-answer{display:flex;flex-direction:column;gap:.35rem}.response-question{font-size:.9rem;color:currentColor;opacity:.7;font-weight:500}.response-text{margin:0;line-height:1.6;white-space:pre-wrap;word-wrap:break-word}.comments-section{width:100%;max-width:960px;margin-left:auto;margin-right:auto;margin-top:3rem;padding:2rem;border-radius:10px;background:var(--bg-05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.comments-section h2{font-size:2rem;margin-bottom:1.5rem;text-align:left}.comment-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.comment-input{width:100%;padding:1rem;border:1px solid var(--border-20);border-radius:8px;background:var(--bg-05);color:inherit;font-family:inherit;font-size:1rem;resize:vertical;transition:border-color .3s,background .3s}.comment-input:focus{outline:none;border-color:var(--border-50);background:var(--bg-08)}.comment-input::placeholder{color:currentColor;opacity:.5}.submit-button{align-self:flex-start;padding:.75rem 2rem;background:var(--bg-05);border:1px solid var(--border-30);border-radius:8px;color:inherit;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.submit-button:hover{background:var(--bg-08);border-color:var(--border-50);transform:translateY(-1px)}.submit-button:active{transform:translateY(0)}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.submit-button:disabled:hover{background:var(--bg-05);border-color:var(--border-30)}.comments-list{display:flex;flex-direction:column;gap:1.5rem}.no-comments{text-align:center;padding:2rem;color:currentColor;opacity:.5;font-style:italic}.comment{padding:1.5rem;border-radius:8px;background:var(--bg-03);border:1px solid var(--border-10);transition:background .3s}.comment:hover{background:var(--bg-05)}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.comment-author{font-weight:600;font-size:.95rem}.comment-time{font-size:.85rem;color:currentColor;opacity:.6}.comment-text{line-height:1.6;white-space:pre-wrap;word-wrap:break-word}@media (max-width: 768px){.page{padding-left:1rem;padding-right:1rem}.questionnaire-section,.comments-section{padding-left:1.25rem;padding-right:1.25rem;width:100%}.video-wrapper{width:100%}}@keyframes gradientShift{0%{background:linear-gradient(180deg,#000,#111);color:#fff}50%{background:linear-gradient(180deg,#fff,#ddd);color:#000}to{background:linear-gradient(180deg,#000,#111);color:#fff}}@keyframes fadeToWhite{0%{background-color:#000;color:#fff;--border-10: rgba(255, 255, 255, .1);--border-20: rgba(255, 255, 255, .2);--border-30: rgba(255, 255, 255, .3);--border-50: rgba(255, 255, 255, .5);--bg-03: rgba(255, 255, 255, .03);--bg-05: rgba(255, 255, 255, .05);--bg-08: rgba(255, 255, 255, .08)}50%{background-color:#fff;color:#000;--border-10: rgba(0, 0, 0, .1);--border-20: rgba(0, 0, 0, .2);--border-30: rgba(0, 0, 0, .3);--border-50: rgba(0, 0, 0, .5);--bg-03: rgba(0, 0, 0, .03);--bg-05: rgba(0, 0, 0, .05);--bg-08: rgba(0, 0, 0, .08)}to{background-color:#000;color:#fff;--border-10: rgba(255, 255, 255, .1);--border-20: rgba(255, 255, 255, .2);--border-30: rgba(255, 255, 255, .3);--border-50: rgba(255, 255, 255, .5);--bg-03: rgba(255, 255, 255, .03);--bg-05: rgba(255, 255, 255, .05);--bg-08: rgba(255, 255, 255, .08)}}
