.toast-container{position:fixed;top:24px;right:24px;z-index:1070;display:flex;flex-direction:column;gap:8px;pointer-events:none}@media (max-width: 767px){.toast-container{top:16px;right:16px;left:16px}}.toast{display:flex;align-items:center;gap:8px;min-width:280px;max-width:420px;padding:16px 24px;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;color:#fff;font-size:14px;pointer-events:auto;animation:toast-slide-in .3s ease forwards}@media (max-width: 767px){.toast{min-width:unset;max-width:100%}}.toast--success{background-color:#10b981}.toast--error{background-color:#ef4444}.toast--info{background-color:#1d3557}.toast--warning{background-color:#f59e0b;color:#1a1a1a}.toast__message{flex:1;line-height:1.5}.toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background:#fff3;color:inherit;font-size:18px;line-height:1;cursor:pointer;transition:background .15s ease}.toast__close:hover{background:#ffffff59}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.header{position:sticky;top:0;z-index:1020;background:#fff;border-bottom:1px solid #e5e7eb}.header__container{max-width:1200px;margin:0 auto;padding:0 16px;display:flex;align-items:center;justify-content:space-between;height:64px}@media (min-width: 768px){.header__container{height:72px}}.header__logo{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1a1a1a}.header__logo-icon{height:32px;width:auto}@media (min-width: 768px){.header__logo-icon{height:36px}}.header__logo-text{font-size:20px;font-weight:700;color:#e63946}.header__logo-image{height:40px;width:auto}.header__nav{display:none;align-items:center;gap:24px}@media (min-width: 768px){.header__nav{display:flex}}.header__nav--open{display:flex;flex-direction:column;position:fixed;inset:64px 0 0;background:#fff;padding:24px;overflow-y:auto;gap:16px}.header__nav--open .header__nav-list{flex-direction:column;width:100%}.header__nav--open .header__nav-item{width:100%}.header__nav--open .header__nav-link{display:block;padding:16px;font-size:18px;border-radius:8px}.header__nav--open .header__nav-link:hover,.header__nav--open .header__nav-link--active{background:#f8f9fa}.header__nav--open .header__actions{width:100%;margin-top:16px}.header__nav-list{display:flex;align-items:center;gap:8px;list-style:none;padding:0;margin:0}.header__nav-link{display:block;padding:8px 16px;color:#1a1a1a;font-weight:500;text-decoration:none;border-radius:8px;transition:all .15s ease}.header__nav-link:hover{color:#e63946;background:#f8f9fa}.header__nav-link--active{color:#e63946}.header__actions{display:flex;align-items:center;gap:16px}.header__btn{padding:8px 16px;border-radius:8px;font-weight:500;text-decoration:none;transition:all .15s ease}.header__btn--primary{background:#e63946;color:#fff}.header__btn--primary:hover{background:#d21a28;color:#fff}.header__user{display:flex;align-items:center;gap:8px;padding-left:16px;margin-left:4px;border-left:1px solid #e5e7eb}.header__user-avatar{width:32px;height:32px;border-radius:9999px;object-fit:cover}.header__user-name{font-weight:500;display:none}@media (min-width: 1024px){.header__user-name{display:block}}.header__logout-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid #e5e7eb;border-radius:8px;background:none;color:#6b7280;cursor:pointer;transition:all .15s ease;flex-shrink:0}.header__logout-btn svg{width:18px;height:18px}.header__logout-btn:hover{color:#ef4444;border-color:#ef4444;background:#ef44440f}.header__mobile-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;background:none;border:none;cursor:pointer}@media (min-width: 768px){.header__mobile-toggle{display:none}}.header__mobile-toggle--open .header__mobile-toggle-bar:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__mobile-toggle--open .header__mobile-toggle-bar:nth-child(2){opacity:0}.header__mobile-toggle--open .header__mobile-toggle-bar:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.header__mobile-toggle-bar{width:100%;height:2px;background:#1a1a1a;transition:all .15s ease}.footer{background:#1d3557;color:#fff;padding:48px 0 24px}.footer__container{max-width:1200px;margin:0 auto;padding:0 16px}.footer__top{display:grid;grid-template-columns:1fr;gap:32px;margin-bottom:32px}@media (min-width: 768px){.footer__top{grid-template-columns:2fr 3fr}}.footer__brand{margin-bottom:24px}@media (min-width: 768px){.footer__brand{margin-bottom:0}}.footer__title{font-size:24px;font-weight:700;margin-bottom:8px;color:#fff}.footer__tagline{color:#ffffffb3;margin:0}.footer__links{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (min-width: 640px){.footer__links{grid-template-columns:repeat(3,1fr)}}.footer__column-title{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:16px;color:#fffc}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:8px}.footer__list a{color:#ffffffb3;text-decoration:none;transition:color .15s ease}.footer__list a:hover{color:#fff}.footer__social{display:flex;flex-wrap:wrap;gap:8px}.footer__social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:8px;color:#fff;text-decoration:none;transition:all .15s ease}.footer__social-link:hover{background:#e63946;color:#fff;transform:translateY(-2px)}.footer__social-icon{font-weight:700;font-size:14px}.footer__bottom{display:flex;flex-direction:column;gap:8px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1);text-align:center}@media (min-width: 640px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer__copyright{color:#fff9;font-size:14px;margin:0}.footer__email{color:#fffc;text-decoration:none;font-size:14px}.footer__email:hover{color:#fff}.layout{display:flex;flex-direction:column;min-height:100vh}.layout__header-skeleton{height:64px;background:#f8f9fa}.layout__main{flex:1;padding-top:24px;padding-bottom:64px}.layout__loading{display:flex;align-items:center;justify-content:center;min-height:200px;color:#6b7280}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5;color:#1a1a1a;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.25;color:#1a1a1a}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}p{margin-bottom:16px}a{color:#e63946;text-decoration:none;transition:color .15s ease}a:hover{color:#d21a28}ul,ol{padding-left:24px}img{max-width:100%;height:auto;display:block}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button{cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid #e63946;outline-offset:2px}::selection{background-color:#e63946;color:#fff}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f8f9fa}::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:#6b7280}.container{max-width:1200px;margin:0 auto;padding:0 16px}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skeleton{background:linear-gradient(90deg,#f8f9fa 25%,#fff,#f8f9fa 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.app-shell-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff}.page-loading{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#ffffffe6;backdrop-filter:blur(4px)}.page-loading__spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#e63946;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-results{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}.form-results h2{margin-bottom:4px}.form-results__count{color:#6b7280;font-size:14px;margin-bottom:24px}.form-results__question{margin-bottom:32px}.form-results__question h3{font-size:18px;margin-bottom:4px}.form-results__responses{color:#6b7280;font-size:12px;margin-bottom:16px}.form-results__choices{display:flex;flex-direction:column;gap:8px}.form-results__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px}.form-results__stat{background:#f8f9fa;border-radius:8px;padding:16px;text-align:center}.form-results__stat-label{display:block;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.form-results__stat-value{display:block;font-size:24px;font-weight:700;color:#1a1a1a}.form-results__text-count{color:#6b7280;font-style:italic}.form-results-loading{margin-top:24px;color:#6b7280}.result-bar{display:flex;align-items:center;gap:8px}.result-bar__label{flex:0 0 120px;font-size:14px;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 767px){.result-bar__label{flex:0 0 80px}}.result-bar__track{flex:1;height:24px;background:#f8f9fa;border-radius:4px;overflow:hidden}.result-bar__fill{height:100%;background:#e63946;border-radius:4px;transition:width .6s ease;min-width:2px}.result-bar__value{flex:0 0 48px;font-size:14px;font-weight:600;color:#6b7280;text-align:right}.error-boundary{display:flex;align-items:center;justify-content:center;flex-direction:column;min-height:50vh;padding:48px;text-align:center}.error-boundary h2{margin-bottom:16px;font-size:24px;color:#ef4444}.error-boundary p{margin-bottom:24px;color:#6b7280;max-width:480px}.error-boundary button{padding:8px 32px;background-color:#e63946;color:#fff;border-radius:8px;font-size:16px;font-weight:600;transition:background-color .15s ease}.error-boundary button:hover{background-color:#d21a28}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6{margin-top:24px;margin-bottom:16px}.rich-text h1:first-child,.rich-text h2:first-child,.rich-text h3:first-child,.rich-text h4:first-child,.rich-text h5:first-child,.rich-text h6:first-child{margin-top:0}.rich-text p{margin-bottom:16px}.rich-text ul,.rich-text ol{margin-bottom:16px;padding-left:32px}.rich-text li{margin-bottom:4px}.rich-text img{margin:24px 0;border-radius:8px}.rich-text blockquote{border-left:4px solid #e63946;padding-left:16px;margin:24px 0;font-style:italic;color:#6b7280}.rich-text pre{background:#1d3557;color:#fff;padding:16px;border-radius:8px;overflow-x:auto;margin:16px 0}.rich-text code{background:#f8f9fa;padding:2px 6px;border-radius:4px;font-family:Fira Code,monospace;font-size:.9em}.rich-text pre code{background:none;padding:0}.rich-text a{text-decoration:underline}
