.evaluation-page{background-color:#f9f9f9}.hero-section{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-dark) 100%);color:white;padding:60px 20px;text-align:center}.hero-section h1{font-size:2.5rem;margin-bottom:1rem;font-weight:700}.hero-section .subtitle{font-size:1.25rem;max-width:800px;margin:0 auto;opacity:.95}.evaluation-highlight-grid{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:16px;gap:16px}.evaluation-highlight{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:16px;padding:16px;text-align:left}.highlight-value{display:block;font-size:1.6rem;font-weight:700}.highlight-label{display:block;font-weight:600;text-transform:uppercase;font-size:.8rem;letter-spacing:.08em}.highlight-subtext{display:block;font-size:.85rem;opacity:.85;margin-top:6px}.evaluation-content{background-color:white;margin:-40px auto 40px;max-width:900px;padding:40px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}.how-it-works{margin-bottom:50px}.how-it-works h2{text-align:center;margin-bottom:30px;color:var(--text-color)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:20px;gap:20px;margin-top:30px}.step{text-align:center;padding:20px}.step-number{width:50px;height:50px;background-color:var(--primary-color);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 15px}.step h3{font-size:1.1rem;margin-bottom:8px;color:var(--text-color)}.step p{font-size:.9rem;color:#666}.photo-upload-section{margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid var(--gray-border)}.photo-upload-section h2{margin-bottom:10px;color:var(--text-color)}.section-description{color:#666;margin-bottom:30px}.photo-progress{display:flex;flex-direction:column;gap:10px;background:#f0fdf4;border:1px solid rgba(76,175,80,.3);border-radius:12px;padding:16px;margin-bottom:20px}.photo-progress strong{display:block;font-size:1.1rem;color:var(--primary-dark);margin-bottom:4px}.progress-bar{width:100%;height:8px;background:rgba(76,175,80,.15);border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--primary-color);border-radius:inherit;transition:width .3s}.photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:20px;gap:20px}.photo-slot{display:flex;flex-direction:column}.photo-label{display:block;font-size:.85rem;font-weight:600;margin-bottom:10px;color:var(--text-color);min-height:40px;text-align:center;line-height:1.3}.photo-label,.photo-upload-box{display:flex;align-items:center;justify-content:center}.photo-upload-box{border:2px dashed var(--gray-border);border-radius:8px;padding:20px;cursor:pointer;transition:all .3s;background-color:#fafafa;min-height:200px;flex:1 1}.photo-upload-box:hover{border-color:var(--primary-color);background-color:#f0f8f0}.photo-upload-box input[type=file]{display:none}.upload-placeholder{display:flex;flex-direction:column;align-items:center;gap:10px}.upload-icon{font-size:2.5rem}.upload-placeholder span:last-child{font-size:.9rem;color:#666}.photo-preview{position:relative;border-radius:8px;overflow:hidden;min-height:200px;flex:1 1;border:2px solid var(--primary-color)}.photo-preview img{width:100%;height:200px;object-fit:cover}.photo-preview.is-uploading{opacity:.85}.upload-overlay{position:absolute;inset:0;background:rgba(17,24,39,.65);color:white;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.photo-tips{margin-top:20px;background:#f9fafb;border:1px solid var(--gray-border);border-radius:10px;padding:20px}.photo-tips h3{margin-top:0;margin-bottom:10px}.photo-tips ul{margin:0;padding-left:20px;color:#4b5563}.remove-photo{position:absolute;top:8px;right:8px;background-color:rgba(255,0,0,.8);color:white;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:background-color .3s}.remove-photo:hover{background-color:rgba(255,0,0,1)}.photo-upload-box.is-disabled{opacity:.6;pointer-events:none}.photo-status{margin-top:8px;font-size:.85rem;font-weight:600}.status-idle{color:#6b7280}.status-compressing,.status-uploading{color:#d97706}.status-uploaded{color:#059669}.status-error{color:#b91c1c}.photo-error-text{font-size:.85rem;color:#b91c1c;margin-top:4px}.contact-form-section{margin-bottom:40px}.contact-form-section h2{margin-bottom:20px;color:var(--text-color)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:var(--text-color)}.required{color:red}.form-group input,.form-group textarea{width:100%;padding:12px;border:1px solid var(--gray-border);border-radius:5px;font-size:16px;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(76,175,80,.1)}.form-group textarea{resize:vertical}.checkbox-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:10px;gap:10px;margin:15px 0}.checkbox-wrapper{display:flex;flex-direction:row;align-items:center;gap:12px;padding:14px 16px;background-color:#f9f9f9;border:1px solid var(--gray-border);border-radius:6px;cursor:pointer;transition:all .2s;min-height:52px}.checkbox-wrapper:hover{background-color:#f0f8f0;border-color:var(--primary-color);box-shadow:0 1px 3px rgba(0,0,0,.05)}.checkbox-root{width:20px;height:20px;min-width:20px;min-height:20px;flex-shrink:0;background-color:white;border:2px solid #999;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.checkbox-root:hover{border-color:var(--primary-color)}.checkbox-root[data-state=checked]{background-color:var(--primary-color);border-color:var(--primary-color)}.checkbox-root:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.checkbox-indicator{color:white;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.checkbox-text{font-size:1rem;color:var(--text-color);line-height:1.4;cursor:pointer;margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.data-security-card{display:flex;gap:14px;align-items:flex-start;background:#ecfdf3;border:1px solid rgba(76,175,80,.3);border-radius:10px;padding:16px;margin-bottom:20px}.security-title{font-weight:600;margin-bottom:4px}.other-input{width:100%;padding:12px;border:1px solid var(--gray-border);border-radius:5px;font-size:16px;font-family:inherit;margin-top:10px;transition:border-color .3s}.other-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px rgba(76,175,80,.1)}.consent{display:flex;align-items:flex-start;gap:10px;margin-bottom:25px;padding:15px;background-color:#f9f9f9;border-radius:5px}.consent input[type=checkbox]{margin-top:4px;width:18px;height:18px;cursor:pointer}.consent label{font-size:.95rem;color:#666;cursor:pointer}.submit-btn{width:100%;padding:16px;font-size:1.1rem;font-weight:600}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.alert{padding:15px;border-radius:5px;margin-bottom:20px}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.success-hint-card{margin-bottom:30px;background:#fafafa;border:1px solid var(--gray-border);border-radius:12px;padding:24px}.success-hint-card h3{margin-top:0;margin-bottom:12px}.success-hint-card ol{margin:0;padding-left:20px;color:#4b5563}.trust-section{background-color:#f9f9f9;padding:30px;border-radius:8px;margin-top:30px}.trust-section h3{text-align:center;margin-bottom:20px;color:var(--text-color)}.trust-section ul{list-style:none;padding:0;max-width:500px;margin:0 auto}.trust-section li{padding:10px 0;color:#333;font-size:.95rem}@media (max-width:768px){.hero-section h1{font-size:1.8rem}.hero-section .subtitle{font-size:1rem}.evaluation-content{padding:30px 20px;margin:-20px 15px 20px}.checkbox-grid,.evaluation-highlight-grid,.photo-grid,.steps{grid-template-columns:1fr}.photo-label{font-size:.8rem;min-height:35px}.photo-progress{font-size:.95rem}}.upload-progress-container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:20px;margin:20px 0;color:white;box-shadow:0 4px 15px rgba(102,126,234,.3);animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.upload-status-text{font-size:1.1rem;font-weight:600;margin-bottom:12px;text-align:center;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.upload-progress-bar{background:rgba(255,255,255,.2);border-radius:10px;height:24px;overflow:hidden;margin-bottom:8px;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.upload-progress-fill{background:linear-gradient(90deg,#4ade80,#22c55e);height:100%;border-radius:10px;transition:width .3s ease;box-shadow:0 0 10px rgba(74,222,128,.5);position:relative;overflow:hidden}.upload-progress-fill:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.upload-percentage{text-align:center;font-size:1.3rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.2)}@media (max-width:768px){.upload-progress-container{padding:16px;margin:16px 0;position:-webkit-sticky;position:sticky;top:80px;z-index:100}.upload-status-text{font-size:1rem}.upload-progress-bar{height:20px}.upload-percentage{font-size:1.1rem}}