*{margin:0;padding:0;box-sizing:border-box}
body{font-family:Arial,sans-serif;color:#f1faec;background:linear-gradient(135deg,#0e3d16,#146b27);min-height:100vh}
.container{width:90%;max-width:1100px;margin:0 auto}
.topo{background:rgba(0,0,0,0.3);color:#fff;padding:16px 0;backdrop-filter:blur(6px)}
.topo .container{display:flex;justify-content:space-between;align-items:center}
.topo h1{font-size:24px;letter-spacing:1px;text-transform:uppercase}
.topo nav a{color:#dfffd9;text-decoration:none;margin-left:16px;font-weight:600;transition:opacity .2s ease}
.topo nav a:hover{opacity:.8}
.pagina{padding:80px 0;min-height:70vh}
.pagina h2{font-size:36px;margin-bottom:24px;text-transform:uppercase;letter-spacing:2px}
.pagina p{font-size:18px;color:#e0f5dd;margin-bottom:16px;max-width:720px}
.highlight{color:#c8ffd0;font-weight:700}
.armadura-tabela{margin:40px auto;border-collapse:collapse;width:100%;max-width:540px;filter:drop-shadow(0 6px 18px rgba(0,0,0,.3))}
.armadura-tabela caption{font-size:20px;font-weight:700;margin-bottom:16px;color:#fafff2;letter-spacing:1px}
.armadura-tabela td{width:20%;height:60px;border:2px solid rgba(255,255,255,.3);background:rgba(20,60,30,.6);position:relative}
.armadura-tabela td.vazio{background:transparent;border:none}
.armadura-topo{background:linear-gradient(180deg,rgba(200,255,210,.85),rgba(90,150,100,.85))}
.armadura-ombro{background:linear-gradient(135deg,rgba(180,255,180,.8),rgba(70,120,80,.9))}
.armadura-peitoral{background:linear-gradient(160deg,rgba(255,255,255,.9),rgba(120,180,130,.9))}
.armadura-peitoral::after{content:"";position:absolute;left:50%;top:12px;transform:translateX(-50%);width:40%;height:12px;border-radius:6px;background:rgba(20,60,30,.5)}
.armadura-cintura{background:linear-gradient(90deg,rgba(150,210,160,.9),rgba(80,140,90,.9))}
.armadura-saia{background:linear-gradient(180deg,rgba(120,190,130,.9),rgba(40,90,50,.9))}
.armadura-ornamento{background:linear-gradient(180deg,rgba(90,150,100,.9),rgba(14,50,22,.95))}
.rodape{background:rgba(0,0,0,.4);color:#dfffd9;padding:20px 0;text-align:center}
button{padding:12px 20px;border:none;background:#1b5e20;color:#f1faec;border-radius:8px;cursor:pointer}
button:hover{opacity:.9}
@media (max-width:768px){.topo .container{flex-direction:column;gap:12px}.topo nav a{margin-left:0}.pagina{padding:60px 0}.pagina h2{font-size:28px;text-align:center}.pagina p{text-align:center;margin-left:auto;margin-right:auto}.armadura-tabela{max-width:100%}}