body{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #5d6d31;--primary-hover: #4a5726;--bg-dark: #12160d;--bg-card: rgba(34, 40, 28, .75);--border-color: rgba(144, 164, 120, .15);--text-main: #e8e6d1;--text-muted: #a4a896;--accent: #b8860b;--success: #6b8e23;--glass-blur: 24px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Lora,serif;color:var(--text-main);background-color:var(--bg-dark);min-height:100vh}.survey-body{padding:4rem 1rem;display:flex;justify-content:center;position:relative}.background-gradient{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(#12160da6,#12160da6),url(/evolution-bg-prominent.png);background-size:cover;background-position:center;z-index:-1}.background-gradient:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.12;pointer-events:none;background-image:url(https://www.transparenttextures.com/patterns/natural-paper.png)}.survey-container{width:100%;max-width:1100px;background:var(--bg-card);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-color);border-radius:40px;padding:5rem 4rem;box-shadow:0 25px 50px -12px #0009,0 0 30px #b8860b0d;position:relative;z-index:10}.survey-header{text-align:center;margin-bottom:5rem}.survey-header h1{font-family:Playfair Display,serif;font-size:3.8rem;font-weight:800;margin-bottom:1.5rem;letter-spacing:-1px;background:linear-gradient(135deg,#e8e6d1,#a4a896);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.survey-header h2.survey-subtitle{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:600;color:var(--accent);margin-top:-1rem;margin-bottom:3rem;font-style:italic;letter-spacing:1px}.survey-header p{color:var(--text-muted);font-size:1.3rem;max-width:700px;margin:0 auto}.survey-intro{max-width:850px;margin:2rem auto 0;text-align:left}.survey-intro p{color:var(--text-muted);font-size:1.15rem;line-height:1.7;margin-bottom:1.2rem}.survey-intro p:last-child{margin-bottom:0;text-align:right;font-style:italic}.expert-id-section{margin-bottom:3rem;background:#ffffff05;padding:3rem;border-radius:30px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0003}.expert-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:15px}@media(max-width:600px){.expert-info-grid{grid-template-columns:1fr}}.submit-error-msg{color:#ff4d4d;font-size:.9rem;margin-top:10px;text-align:center}.input-group{display:flex;flex-direction:column;gap:1.2rem;max-width:600px}.input-group label{font-family:Playfair Display,serif;font-size:1.5rem;color:var(--accent);font-weight:600}.star{color:#ff4d4d;margin-left:4px}.input-group input{background:#0000004d;border:2px solid rgba(255,255,255,.1);border-radius:12px;padding:1.2rem 1.5rem;color:var(--text-main);font-family:Lora,serif;font-size:1.1rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.input-group input::placeholder{color:#fff3}.input-group input:focus{outline:none;border-color:var(--accent);background:#00000080;box-shadow:0 0 20px #b8860b26}.input-group input.filled{border-color:#7efc004d}.error-text{color:#ff4d4d;font-size:.9rem;font-weight:500;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sections-list{display:flex;flex-direction:column;gap:5rem;margin-bottom:5rem}.section-card{background:#ffffff05;border-radius:24px;border:1px solid var(--border-color);overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.section-card.expanded{background:#ffffff0a;box-shadow:0 10px 30px #0003}.section-header{background:#ffffff0d;padding:2.5rem 3rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid transparent;gap:2rem;cursor:pointer;transition:background .3s ease}.section-card.expanded .section-header{border-bottom-color:var(--border-color)}.section-header:hover{background:#ffffff14}.section-title-wrapper{flex:1}.section-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:var(--accent);margin-bottom:0;font-style:italic}.section-badge{font-size:.85rem;padding:.5rem 1.2rem;background:#ffffff08;border:1px solid var(--border-color);border-radius:20px;color:var(--text-muted);font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.section-badge.in-progress{background:#b8860b26;border-color:var(--accent);color:#fc0;box-shadow:0 0 15px #b8860b33}.section-badge.complete{background:#6b8e2340;border-color:#7efc00;color:#c9ff00;box-shadow:0 0 20px #7efc0033}.badge-content{display:flex;align-items:center;gap:.5rem}.check-icon{stroke:#c9ff00;filter:drop-shadow(0 0 5px rgba(201,255,0,.5))}.section-description{color:var(--text-muted);font-size:1rem;line-height:1.5;max-width:800px}.expand-icon{margin-top:.5rem;color:var(--text-muted);transition:transform .4s cubic-bezier(.4,0,.2,1)}.expand-icon.rotated{transform:rotate(180deg);color:var(--accent)}.section-content-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.section-content-wrapper.visible{grid-template-rows:1fr}.section-table{overflow:hidden;padding:1rem 0}.question-row{display:flex;align-items:flex-start;padding:2.5rem 3rem;border-bottom:1px solid rgba(255,255,255,.05);transition:background .2s ease}.question-row:last-child{border-bottom:none}.question-row:hover{background:#ffffff05}.question-text{flex:1;padding-right:2rem;padding-top:5px}.question-text span{font-size:1.15rem;font-weight:400;line-height:1.6}.likert-scale-row{display:flex;justify-content:space-between;width:480px;position:relative;background:#ffffff08;padding:0 .5rem;border-radius:20px}.likert-scale-row:before{content:"";position:absolute;top:30px;left:35px;right:35px;height:2px;background:#b8860b26;z-index:0}.likert-point{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;width:64px;text-align:center;padding:.8rem 0;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-user-select:none;user-select:none}.likert-point:hover{background:#ffffff0a;transform:translateY(-2px)}.likert-point:active{transform:scale(.95) translateY(0)}.point-circle{width:28px;height:28px;border:2.5px solid rgba(255,255,255,.2);border-radius:50%;background:#1e293b;box-shadow:inset 0 2px 4px #0000004d;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:relative}.likert-point:hover .point-circle{border-color:var(--accent);box-shadow:0 0 15px #b8860b4d}.likert-point.selected .point-circle{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 0 25px #5d6d3199}.likert-point.selected .point-circle:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#fff;border-radius:50%;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:translate(-50%,-50%) scale(0);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.point-number{font-size:1rem;color:var(--text-muted);font-weight:700;transition:color .3s ease}.point-text-label{font-size:.72rem;color:var(--text-muted);font-weight:500;line-height:1.2;transition:all .3s ease;min-height:2.4em;padding:0 2px}.likert-scale-row.large-scale{width:650px}.likert-scale-row.medium-scale{width:520px}.likert-scale-row.compact-scale{width:440px}.likert-scale-row.row-sec4,.likert-scale-row.row-sec5,.likert-scale-row.row-sec6,.likert-scale-row.row-sec7,.likert-scale-row.row-sec8{width:680px}.likert-point{width:auto;min-width:60px;flex:1}.point-text-label{font-size:.82rem;color:var(--text-muted);font-weight:500;line-height:1.2;transition:all .3s ease;min-height:2.8em;padding:0 4px}.likert-point.selected .point-number{color:var(--accent)}.likert-point.selected .point-text-label{color:var(--text-main);font-weight:600}.survey-footer{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding-top:4rem;border-top:1px solid var(--border-color)}.submit-btn{background:linear-gradient(135deg,var(--primary-color),var(--accent));color:#fff;border:none;padding:1.5rem 4rem;border-radius:20px;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 15px 30px -10px #6366f166}.submit-btn:hover:not(:disabled){transform:translateY(-5px);box-shadow:0 20px 40px -15px #6366f199}.submit-btn:disabled{opacity:.3;cursor:not-allowed;filter:grayscale(1)}.progress-info{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:1rem}.progress-track{width:100%;height:12px;background:#ffffff1a;border-radius:6px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(to right,var(--primary-color),var(--accent));transition:width .8s cubic-bezier(.65,0,.35,1)}.progress-text{font-size:1.1rem;color:var(--text-muted);font-weight:500}.modal-overlay{position:fixed;inset:0;background:#12160df2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;z-index:1000;padding:8rem 2rem}.completion-modal{background:var(--bg-card);width:100%;max-width:680px;border-radius:40px;padding:5rem 4rem;text-align:center;box-shadow:0 40px 100px #000c;border:1px solid var(--border-color);position:relative;overflow:hidden;animation:modalSlideUp .6s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-icon-header{margin-bottom:3rem;display:flex;justify-content:center}.success-check-circle{width:90px;height:90px;background:linear-gradient(135deg,var(--primary-color),var(--success));border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 0 30px #5d6d3166}.completion-modal h2{font-family:Playfair Display,serif;color:var(--text-main);font-size:2.8rem;margin-bottom:1.5rem}.modal-message{color:var(--text-muted);font-size:1.2rem;line-height:1.8;margin-bottom:4rem}.results-summary{background:#ffffff08;border-radius:30px;padding:3rem;margin-bottom:4rem;text-align:left;border:1px solid var(--border-color)}.results-summary h3{font-family:Playfair Display,serif;font-size:1.3rem;color:var(--accent);margin-bottom:2.5rem;text-align:center;letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid var(--border-color);padding-bottom:1.5rem}.averages-grid{display:grid;gap:2rem}.avg-card{display:flex;align-items:center;gap:2rem}.avg-title{width:80px;font-size:1rem;font-weight:700;color:var(--text-main)}.avg-bar-container{flex:1;height:10px;background:#ffffff0d;border-radius:5px;overflow:hidden}.avg-bar-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--accent));border-radius:5px;transition:width 1.5s cubic-bezier(.1,0,.1,1)}.avg-value{width:75px;font-size:1rem;color:var(--text-muted);text-align:right;font-family:Outfit,sans-serif}.global-avg-footer{margin-top:3.5rem;padding-top:2rem;border-top:1px solid var(--border-color);display:flex;justify-content:center;align-items:center;gap:1.5rem;font-size:1.4rem}.global-avg-footer strong{color:var(--accent);font-size:2rem;font-family:Outfit,sans-serif}@media(max-width:1024px){.survey-container{padding:4rem 2rem}.likert-scale-row,.section-anchors-header{width:350px}}@media(max-width:768px){.section-header{flex-direction:column;gap:1.5rem;align-items:flex-start}.question-row{flex-direction:column;align-items:flex-start;gap:2rem}.likert-scale-row,.section-anchors-header{width:100%}.survey-header h1{font-size:2.5rem}}.admin-body{background-color:#12160d;color:#e8e6d1;min-height:100vh;padding:3rem;font-family:Inter,sans-serif;background-image:linear-gradient(#12160df0,#12160df0),url(https://www.transparenttextures.com/patterns/natural-paper.png)}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4rem;padding-bottom:2rem;border-bottom:1px solid rgba(144,164,120,.15)}.admin-header h1{font-family:Playfair Display,serif;font-size:2.4rem;color:#b8860b;margin:0;font-style:italic}.header-meta{display:flex;align-items:center;gap:2.5rem;color:#a4a896}.refresh-btn{padding:.8rem 1.5rem;background:#5d6d31;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease}.refresh-btn:hover{background:#4a5726;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.export-btn{padding:.8rem 1.5rem;background:#b8860b;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease}.export-btn:hover{background:#8b6508;transform:translateY(-2px);box-shadow:0 5px 15px #0000004d}.consensus-badge{padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.consensus-badge.high{background:#6b8e2333;color:#c9ff00;border:1px solid rgba(201,255,0,.3)}.consensus-badge.medium{background:#b8860b33;color:#fc0;border:1px solid rgba(184,134,11,.3)}.consensus-badge.low{background:#ff4d4d26;color:#ff4d4d;border:1px solid rgba(255,77,77,.3)}.admin-main{display:flex;flex-direction:column;gap:5rem}.responses-table-section h2,.stats-analysis-section h2{font-family:Playfair Display,serif;font-size:1.8rem;margin-bottom:2rem;color:#b8860b}.table-wrapper{background:#22281c80;border-radius:24px;overflow-x:auto;border:1px solid rgba(144,164,120,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-table{width:100%;border-collapse:collapse;text-align:left}.admin-table th,.admin-table td{padding:1.2rem 2rem;border-bottom:1px solid rgba(144,164,120,.1)}.admin-table th{background:#0003;color:#a4a896;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px}.expert-name{font-weight:700;color:#e8e6d1}.centered{text-align:center}.highlight{background:#b8860b1a;color:#b8860b;font-weight:700}.section-analysis-card{background:#22281c66;border-radius:30px;padding:3rem;margin-bottom:4rem;border:1px solid rgba(144,164,120,.15)}.section-analysis-card h3{font-family:Playfair Display,serif;font-size:1.4rem;margin-bottom:2.5rem;color:#e8e6d1;border-bottom:1px solid rgba(184,134,11,.3);padding-bottom:1rem}.questions-stats-grid{display:flex;flex-direction:column;gap:2rem}.question-stat-item{background:#0003;border-radius:16px;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:3rem;border:1px solid transparent;transition:all .3s ease}.question-stat-item.clickable{cursor:pointer;border:1px solid rgba(144,164,120,.1)}.question-stat-item.clickable:hover{border-color:#b8860b;background:#b8860b0d}.q-info{flex:1}.q-id{display:inline-block;background:#5d6d31;color:#fff;padding:.3rem .8rem;border-radius:8px;font-size:.8rem;font-weight:800;margin-bottom:.8rem;box-shadow:0 4px 10px #0003}.q-text{font-size:1rem;line-height:1.6;margin:0;color:#e8e6d1}.q-metrics{display:flex;gap:3rem;align-items:center}.metric{display:flex;flex-direction:column;align-items:center;min-width:90px}.metric span{font-size:.75rem;color:#a4a896;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.5px}.metric strong{font-size:1.4rem;color:#b8860b;font-family:Outfit,sans-serif}.metric-count{font-size:.9rem;color:#a4a896;padding-left:2rem;border-left:1px solid rgba(144,164,120,.2)}.admin-loading{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#12160d;color:#b8860b}.loader{width:60px;height:60px;border:6px solid rgba(34,40,28,.8);border-bottom-color:#b8860b;border-radius:50%;display:inline-block;animation:rotation 1.2s linear infinite;margin-bottom:2rem}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1200px){.question-stat-item{flex-direction:column;align-items:flex-start;gap:2rem}.q-metrics{width:100%;justify-content:space-between;padding-top:1.5rem;border-top:1px solid rgba(144,164,120,.1)}}.matrix-wrapper{max-height:600px;position:relative;border:1px solid rgba(144,164,120,.2)}.matrix-table{font-size:.85rem}.matrix-table th{white-space:nowrap;min-width:50px;position:sticky;top:0;z-index:10}.matrix-table .sticky-col{position:sticky;left:0;z-index:11;background:#1a1f14!important;min-width:200px;box-shadow:2px 0 10px #0000004d}.matrix-table td.centered{font-weight:700;color:#b8860b;border-left:1px solid rgba(144,164,120,.05)}.matrix-table tr:hover td{background:#b8860b0d!important}.admin-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;z-index:2000;padding:2rem}.admin-modal-content{background:#1a1f14;border:1px solid #b8860b;border-radius:30px;width:100%;max-width:800px;max-height:85vh;overflow-y:auto;padding:3rem;box-shadow:0 30px 60px #00000080;animation:modalScaleIn .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes modalScaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-section{color:#b8860b;font-size:.9rem;font-weight:700;letter-spacing:1px;text-transform:uppercase}.close-btn{background:none;border:none;color:#a4a896;font-size:2.5rem;cursor:pointer;line-height:1}.modal-q-text{font-family:Playfair Display,serif;font-size:1.5rem;color:#e8e6d1;line-height:1.5;margin-bottom:3rem;border-bottom:1px solid rgba(144,164,120,.1);padding-bottom:2rem}.expert-scores-list h4{color:#a4a896;font-size:1.1rem;margin-bottom:2rem;text-align:center}.scores-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.expert-score-card{background:#ffffff08;padding:1.2rem 1.5rem;border-radius:12px;display:flex;justify-content:space-between;align-items:center;border:1px solid rgba(144,164,120,.05)}.e-name{font-weight:600;color:#e8e6d1}.e-score{background:#5d6d31;color:#fff;width:36px;height:36px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-weight:800;font-family:Outfit,sans-serif}
