.app{min-height:100vh}.app-header{background:#161e2fcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:30px;text-align:center;color:#ffa586;margin-bottom:30px;border-bottom:2px solid #B51A2B;box-shadow:0 4px 20px #00000080}.app-header h1{font-size:3em;margin-bottom:10px;text-shadow:2px 2px 8px rgba(181,26,43,.8);color:#ffa586}.tagline{font-size:1.2em;opacity:.9;color:#e0e0e0}.user-info{margin-top:15px;font-size:1.1em;color:#e0e0e0}.nav-tabs{display:flex;gap:10px;margin-bottom:20px;background:#0f0005;padding:10px;border-radius:8px;box-shadow:0 2px 10px #000c;border:1px solid rgba(181,26,43,.3)}.nav-tabs button{flex:1;padding:12px;border:none;background:transparent;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;color:#888;transition:all .3s ease}.nav-tabs button:hover{background:#b51a2b33;color:#ffa586}.nav-tabs button.active{background:#b51a2b66;color:#ffa586;border:1px solid #FFA586}.app-topbar{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding:10px 12px;border-radius:12px;background:#0f0005;border:1px solid rgba(181,26,43,.3);box-shadow:0 2px 10px #000c;justify-content:space-between}.app-menu-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:1px solid rgba(181,26,43,.35);background:#161e2f38;color:#f0f0f0;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .08s ease}.app-menu-button:hover{background:#b51a2b1f;border-color:#b51a2b8c;transform:translateY(-1px)}.app-menu-icon{width:18px;height:2px;border-radius:999px;background:#ffa586f2;box-shadow:0 -6px #ffa586d9,0 6px #ffa586d9}.app-topbar-title{font-weight:800;color:#ffa586;letter-spacing:.2px}.app-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:1000}.app-menu-overlay.is-open{display:block}.app-menu-drawer{position:absolute;top:0;left:0;bottom:0;width:min(86vw,360px);padding:14px;background:#0f0005;border-right:1px solid rgba(181,26,43,.35);box-shadow:8px 0 30px #0000008c;overflow-y:auto}.app-menu-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.app-menu-user{color:#d0d0d0;font-size:13px;line-height:1.3}.app-menu-close{padding:8px 12px;border-radius:10px;border:1px solid rgba(181,26,43,.35);background:#161e2f38;color:#f0f0f0;cursor:pointer}.app-menu-close:hover{background:#b51a2b1f;border-color:#b51a2b8c}.app-menu-item{display:flex;width:100%;text-align:left;padding:12px;border-radius:12px;border:1px solid rgba(181,26,43,.25);background:#161e2f38;color:#f0f0f0;cursor:pointer;font-weight:700;margin-bottom:10px;transition:background .2s ease,border-color .2s ease,transform .08s ease}.app-menu-item:hover{background:#b51a2b1f;border-color:#b51a2b8c;transform:translateY(-1px)}.app-menu-item.is-active{background:#b51a2b2e;border-color:#ffa586a6;box-shadow:0 6px 18px #00000040}.app-menu-separator{height:1px;margin:8px 0 14px;background:#b51a2b59}.app-menu-item--danger{border-color:#b51a2b73}.question-item{margin-bottom:30px;padding:20px;background:#0f0005;border-radius:8px;border:1px solid rgba(181,26,43,.3);display:flex;flex-direction:column;gap:12px}.question-item--new{border-left:4px solid #B51A2B}.question-item--answered{border-left:4px solid #541A2E}.question-text{font-weight:600;color:#ffa586}.survey-intro{margin-bottom:20px;color:#d0d0d0}.survey-page-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:10px}.survey-topbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:16px;flex-wrap:wrap}.survey-hamburger{display:none;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#161e2f38;border:1px solid rgba(181,26,43,.35);color:#f0f0f0;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .08s ease}.survey-hamburger:hover{background:#b51a2b1f;border-color:#b51a2b8c}.survey-hamburger:disabled{opacity:.7;cursor:not-allowed}.survey-hamburger-icon{position:relative;width:18px;height:2px;border-radius:999px;background:#ffa586f2;box-shadow:0 -6px #ffa586d9,0 6px #ffa586d9}.survey-hamburger-text{font-size:14px;font-weight:700}.survey-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:999}.survey-drawer-overlay.is-open{display:block}.survey-drawer{position:absolute;top:0;left:0;bottom:0;width:min(86vw,360px);padding:14px 14px 20px;background:#0f0005;border-right:1px solid rgba(181,26,43,.35);box-shadow:8px 0 30px #0000008c;overflow-y:auto}.survey-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.survey-drawer-title{font-weight:800;color:#ffa586}.survey-drawer-close{padding:8px 12px;border-radius:10px;border:1px solid rgba(181,26,43,.35);background:#161e2f38;color:#f0f0f0;cursor:pointer}.survey-drawer-close:hover{background:#b51a2b1f;border-color:#b51a2b8c}.survey-drawer .survey-list-section{margin-bottom:16px}.survey-drawer .survey-list-title{position:sticky;top:0;z-index:1;padding-top:6px;padding-bottom:8px;background:#0f0005}.survey-drawer .survey-list-item-text{-webkit-line-clamp:3}.survey-drawer .survey-list{max-height:none}.survey-jump{display:flex;gap:10px;flex-wrap:wrap}.survey-jump .btn{padding:10px 14px;border-radius:10px}.survey-progress{flex:1;min-width:220px;max-width:520px}.survey-progress--header{max-width:520px}.survey-progress-meta{display:flex;justify-content:space-between;color:#d0d0d0;font-size:13px;margin-bottom:8px}.survey-progress-bar{height:10px;background:#b51a2b2e;border:1px solid rgba(181,26,43,.35);border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 4px #000000b3}.survey-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#b51a2bcc,#ffa586e6)}.question-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.question-status{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid rgba(181,26,43,.35);background:#161e2f59;color:#d0d0d0;white-space:nowrap}.pill--new{border-color:#b51a2b8c;background:#b51a2b26;color:#ffa586}.pill--saved{border-color:#541a2ecc;background:#541a2e40;color:#d8d8d8}.pill--dirty{border-color:#ffa586bf;background:#ffa5861f;color:#ffa586}.option-list{display:flex;flex-direction:column;gap:10px}.option-list--horizontal{flex-direction:row;gap:20px;flex-wrap:wrap}.option-row{display:inline-flex;align-items:flex-start;gap:10px;position:relative;cursor:pointer;color:#f0f0f0;font-weight:400;margin:0;-webkit-user-select:none;user-select:none;padding:12px 14px;border-radius:10px;background:#161e2f40;border:1px solid rgba(181,26,43,.25);transition:background .2s ease,border-color .2s ease,transform .08s ease}.option-row:before{content:"";width:18px;height:18px;margin-top:2px;border-radius:999px;box-sizing:border-box;border:1px solid rgba(255,165,134,.45);background:#0f000599;box-shadow:inset 0 1px 2px #000000b3;flex:0 0 18px}.option-row input[type=radio]{position:absolute;opacity:0;pointer-events:none}.option-row:hover{background:#b51a2b1f;border-color:#b51a2b73;transform:translateY(-1px)}.option-row:focus-within{outline:2px solid rgba(255,165,134,.55);outline-offset:2px}.option-row--selected{background:#b51a2b38;border-color:#ffa586a6;box-shadow:0 6px 18px #00000059}.option-row--selected:before{border-color:#ffa586f2;background:radial-gradient(circle at center,#ffa586f2 0,#ffa586f2 45%,#b51a2bf2 46%,#b51a2bf2)}.option-row span{line-height:1.3}.question-item .slider-container{margin:0}.survey-pager{display:flex;justify-content:space-between;gap:12px;margin-top:10px}.survey-pager .btn{flex:1}.survey-layout{display:flex;gap:16px;align-items:flex-start}.survey-sidebar{width:300px;flex:0 0 300px}.survey-main{flex:1;min-width:0}.survey-list-section{margin-bottom:14px}.survey-list-title{color:#d0d0d0;font-size:13px;font-weight:700;margin-bottom:8px}.survey-list{display:flex;flex-direction:column;gap:8px;max-height:340px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(255,165,134,.55) rgba(22,30,47,.22)}.survey-list::-webkit-scrollbar{width:10px}.survey-list::-webkit-scrollbar-track{background:#161e2f38;border-radius:999px}.survey-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffa586a6,#b51a2bb3);border-radius:999px;border:1px solid rgba(181,26,43,.35)}.survey-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffa586c7,#b51a2bd9)}.questions-list{scrollbar-width:thin;scrollbar-color:rgba(255,165,134,.55) rgba(22,30,47,.22)}.questions-list::-webkit-scrollbar{width:10px}.questions-list::-webkit-scrollbar-track{background:#161e2f38;border-radius:999px}.questions-list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#ffa586a6,#b51a2bb3);border-radius:999px;border:1px solid rgba(181,26,43,.35)}.questions-list::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#ffa586c7,#b51a2bd9)}.survey-list-item{display:flex;align-items:flex-start;gap:10px;width:100%;text-align:left;padding:10px 12px;border-radius:10px;background:#161e2f38;border:1px solid rgba(181,26,43,.25);color:#f0f0f0;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .08s ease}.survey-list-item:hover{background:#b51a2b1f;border-color:#b51a2b73}.survey-list-item:disabled{opacity:.7;cursor:not-allowed}.survey-list-item--active{background:#b51a2b2e;border-color:#ffa586a6;box-shadow:0 6px 18px #00000040}.survey-list-item-meta{color:#b0b0b0;font-size:12px;font-weight:700;margin-top:1px;min-width:38px}.survey-list-item-text{line-height:1.25;flex:1;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.survey-list-empty{color:#b0b0b0;font-size:13px;padding:6px 10px}@media (max-width: 900px){.survey-layout{flex-direction:column}.survey-sidebar{width:100%;flex:0 0 auto}.survey-list{max-height:220px}}@media (max-width: 720px){.survey-sidebar,.survey-intro{display:none}.survey-topbar{align-items:center}.survey-hamburger{display:inline-flex}.survey-progress{max-width:none}.survey-page-header{flex-wrap:nowrap;align-items:center}.survey-progress--header{flex:1;min-width:0}.survey-hamburger-text{display:none}}.slider{width:100%;accent-color:#B51A2B}.slider-value{margin-top:6px;color:#d0d0d0;font-size:13px}.slider-hint{margin-top:6px;color:#b0b0b0;font-size:13px}.matches-list{display:grid;gap:20px}.match-item{padding:20px;background:linear-gradient(135deg,#0f0005,#1a0a0f);border-radius:8px;border-left:4px solid #B51A2B;box-shadow:0 4px 15px #0009}.match-item h3{margin-bottom:10px;color:#ffa586}.match-item p{margin:5px 0;color:#f0f0f0}.questions-list{max-height:500px;overflow-y:auto}.landing-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:60px 20px;text-align:center}.landing-hero{margin-bottom:60px}.landing-title{font-family:Rye,serif;font-size:5em;font-weight:400;letter-spacing:4px;margin-bottom:40px;color:#a80000;text-transform:uppercase;-webkit-text-stroke:1px rgba(181,26,43,.8);text-stroke:1px rgba(181,26,43,.8);text-shadow:-2px -2px 0 rgba(181,26,43,.5),2px -2px 0 rgba(181,26,43,.5),-2px 2px 0 rgba(181,26,43,.5),2px 2px 0 rgba(181,26,43,.5),0 0 10px rgba(181,26,43,.3)}.landing-quote{font-family:Rye,serif;font-size:2em;font-weight:400;color:#ffa586;font-style:italic;margin:0;line-height:1.5;letter-spacing:1px;-webkit-text-stroke:.5px rgba(181,26,43,.6);text-stroke:.5px rgba(181,26,43,.6);text-shadow:-1px -1px 0 rgba(181,26,43,.4),1px -1px 0 rgba(181,26,43,.4),-1px 1px 0 rgba(181,26,43,.4),1px 1px 0 rgba(181,26,43,.4),0 0 8px rgba(181,26,43,.2)}.landing-content{margin-bottom:60px;max-width:600px}.landing-description{font-size:1.2em;color:#f0f0f0;margin-bottom:20px;line-height:1.6;font-weight:300}.landing-subtext{font-size:1em;color:#d0d0d0;font-weight:300;font-style:italic}.landing-cta{display:flex;gap:20px;justify-content:center;margin-top:40px}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-tile{text-align:left;padding:18px;border-radius:12px;background:linear-gradient(135deg,#0f0005,#1a0a0f);border:1px solid rgba(181,26,43,.35);cursor:pointer;color:#f0f0f0;transition:transform .12s ease,border-color .2s ease,background .2s ease}.dashboard-tile:hover{transform:translateY(-2px);border-color:#ffa586b3;background:linear-gradient(135deg,#b51a2b29,#1a0a0f)}.dashboard-tile-title{font-size:18px;font-weight:700;color:#ffa586;margin-bottom:6px}.dashboard-tile-subtitle{font-size:13px;color:#d0d0d0}@media (max-width: 720px){.dashboard-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0a0002;min-height:100vh;color:#f0f0f0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:20px}.card{background:#1a0a0f;border-radius:12px;padding:30px;box-shadow:0 10px 30px #000c;margin-bottom:20px;border:1px solid rgba(181,26,43,.3);color:#f0f0f0}.card h2{color:#ffa586;margin-bottom:20px;border-bottom:2px solid #B51A2B;padding-bottom:10px}.btn{padding:12px 24px;border:none;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease;font-weight:600}.btn-primary{background:transparent;color:#ffa586;border:1px solid #FFA586;font-weight:300;letter-spacing:1px}.btn-primary:hover{background:#ffa586;color:#0a0002;transform:translateY(-1px)}.btn-secondary{background:transparent;color:#b0b0b0;border:1px solid #b0b0b0;font-weight:300;letter-spacing:1px}.btn-secondary:hover{background:#b0b0b0;color:#0a0002;transform:translateY(-1px)}input[type=text],input[type=email],input[type=password],input[type=number],textarea,select{width:100%;padding:12px;border:2px solid rgba(181,26,43,.3);border-radius:6px;font-size:16px;margin-bottom:15px;transition:border-color .3s ease;background:#0f0005;color:#f0f0f0}input[type=radio],input[type=checkbox]{width:auto;padding:0;margin:0;border:none;background:transparent}textarea:focus,input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,input[type=number]:focus,select:focus{outline:none;border-color:#b51a2b;background:#150008}input::placeholder{color:#666}label{display:block;margin-bottom:8px;font-weight:600;color:#ffa586}.card h2{color:#ffa586;margin-bottom:20px;border-bottom:2px solid rgba(181,26,43,.5);padding-bottom:10px}.card h3{color:#ffa586}.slider-container{margin:20px 0}.slider{width:100%;height:8px;border-radius:5px;background:#0f0005;outline:none;-webkit-appearance:none;border:none;padding:0}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#b51a2b;cursor:pointer;border:2px solid #FFA586}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#b51a2b;cursor:pointer;border:2px solid #FFA586}.slider-value{text-align:center;font-size:18px;font-weight:700;color:#ffa586;margin-top:10px}.error{color:#ffa586;background:#b51a2b33;border:1px solid #B51A2B;padding:12px;border-radius:6px;margin-bottom:15px}.success{color:#ffa586;background:#b51a2b26;border:1px solid rgba(181,26,43,.5);padding:12px;border-radius:6px;margin-bottom:15px}.loading{text-align:center;padding:20px;color:#ffa586}.input-error{border-color:#b51a2b!important}.field-error{margin-top:-10px;margin-bottom:15px;color:#ffb4b4;font-size:13px}.field-hint{margin-top:-10px;margin-bottom:10px;color:#b0b0b0;font-size:13px}
