.alcjeu__container{width:100%;margin:0 auto;padding:0}.alcjeu__title{text-align:center;color:var(--color-text,white);font-size:1.75rem;font-weight:bold;margin-bottom:0.625rem}.alcjeu__subtitle{text-align:center;color:var(--color-text-secondary,rgba(255,255,255,0.8));font-size:1rem;margin-bottom:1.25rem;line-height:1.5}.alcjeu__screen{display:none;padding:1.25rem 1.25rem 1.875rem;min-height:400px;flex-direction:column;align-items:center;justify-content:center}.alcjeu__screen--active{display:flex}.alcjeu__progress{width:100%;max-width:600px;margin-bottom:1.25rem}.alcjeu__progress-text{text-align:center;color:var(--color-text-secondary,rgba(255,255,255,0.9));font-size:0.875rem;margin-bottom:0.625rem}.alcjeu__progress-steps{display:flex;justify-content:space-between;align-items:center;position:relative;margin-bottom:0.9375rem}.alcjeu__progress-line{position:absolute;top:15px;left:0;right:0;height:3px;background:rgba(255,255,255,0.2);z-index:0}.alcjeu__progress-line-active{position:absolute;top:15px;left:0;height:3px;background:#ff6b6b;z-index:1;width:0%;transition:width 0.5s ease}.alcjeu__progress-step{width:30px;height:30px;border-radius:50%;background:rgba(40,40,40,0.95);border:3px solid rgba(255,255,255,0.3);display:flex;align-items:center;justify-content:center;font-size:0.875rem;font-weight:bold;color:rgba(255,255,255,0.5);z-index:2;transition:all 0.3s ease}.alcjeu__progress-step--active{background:#ff6b6b;border-color:#ff6b6b;color:white;transform:scale(1.2)}.alcjeu__progress-step--completed{background:rgba(60,60,60,0.95);border-color:rgba(255,255,255,0.4);color:white}.alcjeu__layout{display:flex;flex-direction:column;align-items:center;width:100%;gap:1.25rem}@media (min-width:769px){.alcjeu__layout{flex-direction:row;align-items:flex-start;justify-content:center;max-width:900px;gap:2.5rem}.alcjeu__body-container{flex-shrink:0;order:0}.alcjeu__content{flex:1;order:1}}.alcjeu__body-container{position:relative;width:100%;max-width:300px;margin:0.625rem auto 0.3125rem}.alcjeu__body-svg{width:100%;height:auto}.alcjeu__content{display:flex;flex-direction:column;align-items:center}.alcjeu__step-content{background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:1.25rem;max-width:500px;width:100%;animation:alcjeu-slideIn 0.5s ease}@keyframes alcjeu-slideIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.alcjeu__step-title{font-size:1.25rem;color:var(--color-text,white);font-weight:bold;margin-bottom:0.625rem;display:flex;align-items:center;gap:0.625rem}.alcjeu__step-desc{font-size:0.9375rem;color:var(--color-text-secondary,rgba(255,255,255,0.9));line-height:1.6;margin-bottom:0.9375rem}.alcjeu__step-fact{background:rgba(255,107,107,0.15);border-left:3px solid #ff6b6b;padding:0.75rem 0.9375rem;font-size:0.875rem;color:var(--color-text-secondary,rgba(255,255,255,0.85));border-radius:4px}.alcjeu__nav{display:flex;gap:0.9375rem;margin-top:0.9375rem;width:100%;justify-content:center}.alcjeu__button{padding:0.75rem 2rem;border:none;border-radius:8px;background:rgba(255,255,255,0.1);color:white;cursor:pointer;transition:all 0.3s ease;font-size:1rem}.alcjeu__button:hover{background:#0073e6;transform:translateY(-1px)}.alcjeu__button:disabled{opacity:0.5;cursor:not-allowed}.alcjeu__button:disabled:hover{background:rgba(255,255,255,0.1);transform:none}.alcjeu__button--restart{margin-top:1.25rem}.alcjeu__results{width:100%;max-width:600px}.alcjeu__result-card{background:rgba(255,255,255,0.09);border:1px solid rgba(255,255,255,0.1);border-radius:8px;padding:1.25rem;margin-bottom:0.9375rem}.alcjeu__result-title{font-size:1.125rem;color:var(--color-text,white);font-weight:bold;margin-bottom:0.625rem}.alcjeu__result-value{font-size:2rem;color:#ff6b6b;font-weight:bold;margin:0.625rem 0}.alcjeu__result-desc{font-size:0.875rem;color:var(--color-text-secondary,rgba(255,255,255,0.8));line-height:1.5}.alcjeu__result-list{list-style:none;padding:0;margin:0.9375rem 0}.alcjeu__result-list li{padding:0.5rem 0;padding-left:1.5625rem;position:relative;color:var(--color-text-secondary,rgba(255,255,255,0.85));font-size:0.875rem}.alcjeu__result-list li::before{content:"⚠️";position:absolute;left:0}.alcjeu__gauges{margin-top:0.9375rem}.alcjeu__gauge{margin-bottom:0.9375rem}.alcjeu__gauge-label{display:flex;justify-content:space-between;margin-bottom:0.3125rem;font-size:0.875rem;color:var(--color-text-secondary,rgba(255,255,255,0.9))}.alcjeu__gauge-bar{width:100%;height:20px;background:rgba(255,255,255,0.1);border-radius:10px;overflow:hidden}.alcjeu__gauge-fill{height:100%;transition:width 0.8s ease}.alcjeu__gauge-fill--with{width:63%;background:linear-gradient(90deg,#ff6b6b,#ff9800,#4caf50)}.alcjeu__gauge-fill--without{width:100%;background:linear-gradient(90deg,#4caf50,#ff9800,#ff6b6b)}[data-theme="light"] .alcjeu__step-content,[data-theme="light"] .alcjeu__result-card{background:rgba(0,0,0,0.03);border-color:rgba(0,0,0,0.1)}[data-theme="light"] .alcjeu__progress-step{background:rgba(240,240,240,0.95)}@media (max-width:768px){.alcjeu__title{font-size:1.5rem}.alcjeu__subtitle{font-size:0.875rem}.alcjeu__step-title{font-size:1.125rem}.alcjeu__progress-step{width:25px;height:25px;font-size:0.75rem}.alcjeu__result-value{font-size:1.5rem}}