/* ESTILOS ATUALIZADOS PARA COMPARTILHAMENTO */

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@700&display=swap');

body {
    background-color: #000033;
    background-image: url('https://web.archive.org/web/20091023121544/http://geocities.com/SiliconValley/Peaks/1231/stars.gif');
    color: #fff;
    font-family: "Tahoma", "Verdana", sans-serif;
    margin: 0;
}

.marquee-top { background: #ff0000; color: yellow; font-weight: bold; padding: 5px 0; }

.container {
    max-width: 1000px;
    margin: 0 auto;
    background: rgba(0, 0, 50, 0.9);
    border-left: 3px solid #666;
    border-right: 3px solid #666;
    min-height: 100vh;
}

.wordart-rainbow {
    padding: 20px;
    font-family: 'Arial Black', sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 3px 0px #000);
}

.blink { animation: blinker 1s linear infinite; color: #00ff00; }
@keyframes blinker { 50% { opacity: 0; } }

.main-layout { display: flex; padding: 20px; gap: 15px; }
.sidebar-left, .sidebar-right { flex: 1; min-width: 160px; }
main { flex: 3; }

.box-side { background: #004488; border: 2px outset #fff; padding: 10px; margin-bottom: 20px; font-size: 0.85em; }
.box-side h3 { background: #000088; margin: -10px -10px 10px -10px; padding: 5px; text-align: center; }

.calculator-box { background: silver; color: #000; border: 3px outset #fff; padding: 20px; position: relative; }

.input-group { margin: 15px 0; text-align: left; }
input[type="text"], select { width: 95%; padding: 10px; border: 2px inset #fff; font-family: "Courier New", monospace; font-weight: bold; }

.main-btn { width: 100%; padding: 15px; background: linear-gradient(to bottom, #00ff00, #008800); color: white; font-weight: bold; border: 3px outset #fff; cursor: pointer; }

.progress-container { width: 100%; height: 25px; background: #eee; border: 2px solid #000; margin: 15px 0; }
.progress { width: 0%; height: 100%; background: blue; transition: width 0.1s; }

.result-card { background: #fff; border: 5px double red; padding: 20px; }
#percentage { font-size: 5em; color: red; font-family: 'Chakra Petch', sans-serif; }

/* SHARE BUTTONS */
.share-actions { background: #ffffcc; border: 1px dashed #000; padding: 10px; margin: 15px 0; }
.btn-share { padding: 8px 15px; margin: 5px; border: 2px outset #fff; font-weight: bold; cursor: pointer; }
.zap { background: #25D366; color: #fff; }
.link { background: #007bff; color: #fff; }

.btn-retro { margin-top: 15px; padding: 10px; cursor: pointer; background: #ccc; border: 2px outset #fff; font-weight: bold; }

.comments-section { margin-top: 20px; background: #fff; color: #000; padding: 15px; border: 2px solid #000; text-align: left; }
.comment { border-bottom: 1px dashed #999; padding: 5px 0; font-size: 0.8em; }

.hidden { display: none !important; }
.admin { border-color: red; }
.btn-admin { width: 100%; background: #900; color: #fff; border: none; padding: 5px; cursor: pointer; }
