RoboMax

CONTROL SYSTEM
LOCAL

👀 Mirada

2 EJES
NORMAL

🎬 Acciones

AUTOMÁTICAS

🎭 Personalidad

MODOS

🔧 Servos

PREPARADO PARA 6
Servo 1 · Ojo X 90°
Servo 2 · Ojo Y 90°
Servo 3 · Párpado 90°
Servo 4 90°
Servo 5 90°
Servo 6 90°

🧠 Hablar con RoboMax

TTS / IA
¡Hola! Aquí tu asistente del Max's. El reinicio me ha sentado... ¿O no?

⚙️ Sistema

DIAGNÓSTICO
JavaScript OK
👁️ Motor visual ONLINE
Arduino UNO SIMULADO
Chatterbox TTS SIMULADO
Wake word RoboMax
IA CONECTANDO
Estado NORMAL

📟 Registro

DEBUG
color: var(--brown); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } button, input { font: inherit; } button { cursor: pointer; } .app { width: min(1100px, 100%); margin: auto; padding: 14px; } .header { background: rgba(255,255,255,.94); border-radius: 27px; padding: 15px 17px; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 14px; position: sticky; top: 10px; z-index: 100; backdrop-filter: blur(15px); } .brand { display: flex; align-items: center; gap: 13px; } .logo { width: 60px; height: 60px; border-radius: 19px; background: var(--cream); overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .logo img { width: 100%; height: 100%; object-fit: cover; display: block; } .logoFallback { font-size: 34px; } .brand h1 { margin: 0; font-size: 24px; line-height: 1; } .brand small { display: block; margin-top: 6px; opacity: .55; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; } .status { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: #f3eee6; font-size: 12px; font-weight: 900; } .statusDot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(85,165,106,.15); } .statusDot.offline { background: var(--red); box-shadow: 0 0 0 4px rgba(201,94,86,.15); } .grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 16px; margin-top: 16px; } @media (max-width: 820px) { .grid { grid-template-columns: 1fr; } .header { position: relative; top: 0; } } .card { background: rgba(255,255,255,.94); border-radius: var(--radius); padding: 17px; box-shadow: var(--shadow); margin-bottom: 16px; } .cardTitle { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; } .cardTitle h2 { margin: 0; font-size: 18px; } .badge { background: var(--cream); padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; white-space: nowrap; opacity: .75; } .robotStage { position: relative; min-height: 425px; overflow: hidden; border-radius: 22px; background: linear-gradient(145deg, #ead8bb, #fffaf0); display: flex; flex-direction: column; justify-content: center; align-items: center; isolation: isolate; } .robotStage::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.5); filter: blur(25px); z-index: -1; } .eyeArea { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 23px; transition: transform .35s cubic-bezier(.2,.8,.2,1); } .eye { width: 122px; height: 163px; position: relative; overflow: hidden; border-radius: 58% 58% 52% 52%; background: #fff; border: 7px solid #3b2d23; box-shadow: inset 0 -12px 20px rgba(0,0,0,.07), 0 8px 20px rgba(60,40,20,.12); } .eye::after { content: ""; position: absolute; z-index: 8; width: 24px; height: 24px; top: 27px; left: 29px; border-radius: 50%; background: rgba(255,255,255,.85); pointer-events: none; } .pupil { position: absolute; width: 56px; height: 56px; left: 50%; top: 50%; transform: translate(-50%, -50%) translate(0px, 0px); border-radius: 50%; background: #15110d; transition: transform .25s cubic-bezier(.2,.8,.2,1); } .pupil::after { content: ""; position: absolute; width: 13px; height: 13px; top: 8px; left: 10px; border-radius: 50%; background: white; } .eyelid { position: absolute; z-index: 10; left: -5%; width: 110%; height: 58%; background: #d5b586; transition: transform .28s cubic-bezier(.2,.8,.2,1); } .lidTop { top: -4px; border-radius: 0 0 55% 55%; transform: translateY(-105%); } .lidBottom { bottom: -4px; border-radius: 55% 55% 0 0; transform: translateY(105%); } .robotStage.blinking .lidTop { transform: translateY(0); } .robotStage.blinking .lidBottom { transform: translateY(0); } .robotStage.squint .lidTop { transform: translateY(-35%); } .robotStage.squint .lidBottom { transform: translateY(35%); } .robotStage.sleeping .lidTop, .robotStage.sleeping .lidBottom { transform: translateY(0); } .robotStage.sleeping .pupil { opacity: 0; } .mouth { position: relative; z-index: 4; margin-top: 28px; width: 60px; height: 27px; border-bottom: 6px solid var(--brown); border-radius: 0 0 50% 50%; transition: all .25s cubic-bezier(.2,.8,.2,1); } .robotStage.happy .mouth { width: 73px; height: 37px; border-bottom-width: 7px; } .robotStage.surprised .mouth { width: 31px; height: 31px; border: 5px solid var(--brown); border-radius: 50%; } .robotStage.angry .mouth { transform: rotate(180deg); } .robotStage.sad .mouth { border-bottom: 0; border-top: 5px solid var(--brown); border-radius: 50%; } .robotStage.cool .mouth { width: 48px; } .expressionLabel { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 15; background: rgba(255,255,255,.78); padding: 7px 13px; border-radius: 999px; font-size: 11px; font-weight: 900; white-space: nowrap; } .dpad { display: grid; grid-template-columns: 60px 60px 60px; grid-template-rows: 60px 60px 60px; gap: 7px; justify-content: center; margin: 10px auto 14px; } .dpad button { border: 0; background: var(--cream); color: var(--brown); border-radius: 17px; font-size: 23px; font-weight: 950; box-shadow: 0 4px 0 #d2bea1; transition: transform .08s, box-shadow .08s; } .dpad button:active { transform: translateY(4px); box-shadow: none; } #up { grid-column: 2; grid-row: 1; } #left { grid-column: 1; grid-row: 2; } #center { grid-column: 2; grid-row: 2; } #right { grid-column: 3; grid-row: 2; } #down { grid-column: 2; grid-row: 3; } .centerButton { background: #e5d0ad !important; font-size: 17px !important; } .buttonGrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; } .actionButton { min-height: 52px; border: 0; padding: 12px 9px; border-radius: 15px; background: var(--cream); color: var(--brown); font-weight: 850; transition: transform .1s, filter .15s; } .actionButton:hover { filter: brightness(.97); } .actionButton:active { transform: scale(.96); } .primary { background: var(--brown); color: white; } .personalityGrid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; } .personalityButton { border: 0; border-radius: 14px; padding: 11px 5px; background: #f5efe5; color: var(--brown); font-size: 12px; font-weight: 800; } .personalityButton.active { background: var(--brown); color: white; } .servo { padding: 11px 0; border-bottom: 1px solid #eee4d7; } .servo:last-child { border-bottom: 0; } .servoTop { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; font-size: 13px; font-weight: 800; } .servoValue { opacity: .55; } input[type="range"] { width: 100%; accent-color: var(--brown-light); } .chat { height: 270px; overflow-y: auto; padding: 3px; display: flex; flex-direction: column; gap: 9px; scroll-behavior: smooth; } .message { max-width: 86%; padding: 11px 13px; border-radius: 16px; font-size: 14px; line-height: 1.4; } .message.robo { align-self: flex-start; background: var(--cream); border-bottom-left-radius: 5px; } .message.user { align-self: flex-end; background: var(--brown); color: white; border-bottom-right-radius: 5px; } .message.system { align-self: center; background: #f0e5d5; color: var(--brown-light); font-size: 11px; font-style: italic; } .chatInput { display: flex; gap: 8px; margin-top: 10px; } .chatInput input { flex: 1; min-width: 0; padding: 13px; border: 2px solid #e9dfd0; border-radius: 15px; background: #fffdf8; color: var(--brown); outline: none; } .chatInput input:focus { border-color: var(--gold); } .chatInput button { width: 52px; flex-shrink: 0; border: 0; border-radius: 15px; background: var(--brown); color: white; font-size: 20px; } .chatInput button:disabled { opacity: .55; } .micButton { width: 100%; margin-top: 10px; border: 0; border-radius: 16px; padding: 14px; background: #f0e5d5; color: var(--brown); font-weight: 900; } .micButton.listening { background: #f1d4d1; animation: listeningPulse 1.2s infinite; } @keyframes listeningPulse { 50% { transform: scale(.98); opacity: .72; } } .systemRow { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid #eee4d7; font-size: 13px; } .systemRow:last-child { border-bottom: 0; } .systemValue { font-weight: 900; } .online { color: var(--green); } .simulated { color: var(--gold); } .log { height: 150px; overflow-y: auto; padding: 12px; border-radius: 15px; background: #30261e; color: #eadcc9; font-family: monospace; font-size: 11px; line-height: 1.5; } .logLine { margin-bottom: 3px; } .logTime { opacity: .45; } .footer { padding: 8px 0 22px; text-align: center; font-size: 11px; opacity: .5; } @media (max-width: 500px) { .app { padding: 9px; } .card { padding: 14px; border-radius: 19px; } .robotStage { min-height: 375px; } .eye { width: 104px; height: 140px; } .pupil { width: 48px; height: 48px; } .eyeArea { gap: 14px; } .brand h1 { font-size: 21px; } .status { padding: 7px 9px; } }

RoboMax

CONTROL SYSTEM
LOCAL

👀 Mirada

2 EJES
NORMAL

🎬 Acciones

AUTOMÁTICAS

🎭 Personalidad

MODOS

🔧 Servos

PREPARADO PARA 6
Servo 1 · Ojo X 90°
Servo 2 · Ojo Y 90°
Servo 3 · Párpado 90°
Servo 4 90°
Servo 5 90°
Servo 6 90°

🧠 Hablar con RoboMax

TTS / IA
¡Hola! Aquí tu asistente del Max's. El reinicio me ha sentado... ¿O no?

⚙️ Sistema

DIAGNÓSTICO
JavaScript OK
👁️ Motor visual ONLINE
Arduino UNO SIMULADO
Chatterbox TTS SIMULADO
Wake word RoboMax
IA CONECTANDO...
Estado NORMAL

📟 Registro

DEBUG
radial-gradient( circle at top, #fffdf8 0%, var(--cream-light) 30%, var(--cream) 100% ); color: var(--brown); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; } button, input { font: inherit; } button { cursor: pointer; } /* ========================================================= APP ========================================================= */ .app { width: min(1100px, 100%); margin: auto; padding: 14px; } /* ========================================================= HEADER ========================================================= */ .header { background: rgba(255,255,255,.94); border-radius: 27px; padding: 15px 17px; box-shadow: var(--shadow); display: flex; align-items: center; justify-content: space-between; gap: 14px; position: sticky; top: 10px; z-index: 100; backdrop-filter: blur(15px); } .brand { display: flex; align-items: center; gap: 13px; } .logo { width: 60px; height: 60px; border-radius: 19px; background: var(--cream); overflow: hidden; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .logo img { width: 100%; height: 100%; object-fit: cover; display: block; } .logoFallback { font-size: 34px; } .brand h1 { margin: 0; font-size: 24px; line-height: 1; } .brand small { display: block; margin-top: 6px; opacity: .55; font-size: 10px; font-weight: 900; letter-spacing: 1.5px; } .status { display: flex; align-items: center; gap: 8px; padding: 9px 13px; border-radius: 999px; background: #f3eee6; font-size: 12px; font-weight: 900; } .statusDot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(85,165,106,.15); } .statusDot.offline { background: var(--red); box-shadow: 0 0 0 4px rgba(201,94,86,.15); } /* ========================================================= MAIN GRID ========================================================= */ .grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 16px; margin-top: 16px; } @media (max-width: 820px) { .grid { grid-template-columns: 1fr; } .header { position: relative; top: 0; } } /* ========================================================= CARDS ========================================================= */ .card { background: rgba(255,255,255,.94); border-radius: var(--radius); padding: 17px; box-shadow: var(--shadow); margin-bottom: 16px; } .cardTitle { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 14px; } .cardTitle h2 { margin: 0; font-size: 18px; } .badge { background: var(--cream); padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 900; white-space: nowrap; opacity: .75; } /* ========================================================= ROBOT STAGE ========================================================= */ .robotStage { position: relative; min-height: 425px; overflow: hidden; border-radius: 22px; background: linear-gradient( 145deg, #ead8bb, #fffaf0 ); display: flex; flex-direction: column; justify-content: center; align-items: center; isolation: isolate; } .robotStage::before { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,.5); filter: blur(25px); z-index: -1; } /* ========================================================= EYES ========================================================= */ .eyeArea { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: 23px; transition: transform .35s cubic-bezier(.2,.8,.2,1); } .eye { width: 122px; height: 163px; position: relative; overflow: hidden; border-radius: 58% 58% 52% 52%; background: #fff; border: 7px solid #3b2d23; box-shadow: inset 0 -12px 20px rgba(0,0,0,.07), 0 8px 20px rgba(60,40,20,.12); } .eye::after { content: ""; position: absolute; z-index: 8; width: 24px; height: 24px; top: 27px; left: 29px; border-radius: 50%; background: rgba(255,255,255,.85); pointer-events: none; } .pupil { position: absolute; width: 56px; height: 56px; left: 50%; top: 50%; transform: translate(-50%, -50%) translate(0px, 0px); border-radius: 50%; background: #15110d; transition: transform .25s cubic-bezier(.2,.8,.2,1); } .pupil::after { content: ""; position: absolute; width: 13px; height: 13px; top: 8px; left: 10px; border-radius: 50%; background: white; } /* ========================================================= EYELIDS ========================================================= */ .eyelid { position: absolute; z-index: 10; left: -5%; width: 110%; height: 58%; background: #d5b586; transition: transform .28s cubic-bezier(.2,.8,.2,1); } .lidTop { top: -4px; border-radius: 0 0 55% 55%; transform: translateY(-105%); } .lidBottom { bottom: -4px; border-radius: 55% 55% 0 0; transform: translateY(105%); } /* BLINK */ .robotStage.blinking .lidTop { transform: translateY(0); } .robotStage.blinking .lidBottom { transform: translateY(0); } /* SQUINT */ .robotStage.squint .lidTop { transform: translateY(-35%); } .robotStage.squint .lidBottom { transform: translateY(35%); } /* SLEEP */ .robotStage.sleeping .lidTop, .robotStage.sleeping .lidBottom { transform: translateY(0); } .robotStage.sleeping .pupil { opacity: 0; } /* ========================================================= MOUTH ========================================================= */ .mouth { position: relative; z-index: 4; margin-top: 28px; width: 60px; height: 27px; border-bottom: 6px solid var(--brown); border-radius: 0 0 50% 50%; transition: all .25s cubic-bezier(.2,.8,.2,1); } .robotStage.happy .mouth { width: 73px; height: 37px; border-bottom-width: 7px; } .robotStage.surprised .mouth { width: 31px; height: 31px; border: 5px solid var(--brown); border-radius: 50%; } .robotStage.angry .mouth { transform: rotate(180deg); } .robotStage.sad .mouth { border-bottom: 0; border-top: 5px solid var(--brown); border-radius: 50%; } .robotStage.cool .mouth { width: 48px; } /* ========================================================= EXPRESSION LABEL ========================================================= */ .expressionLabel { position: absolute; left: 50%; bottom: 14px; transform: translateX(-50%); z-index: 15; background: rgba(255,255,255,.78); padding: 7px 13px; border-radius: 999px; font-size: 11px; font-weight: 900; white-space: nowrap; } /* ========================================================= D-PAD ========================================================= */ .dpad { display: grid; grid-template-columns: 60px 60px 60px; grid-template-rows: 60px 60px 60px; gap: 7px; justify-content: center; margin: 10px auto 14px; } .dpad button { border: 0; background: var(--cream); color: var(--brown); border-radius: 17px; font-size: 23px; font-weight: 950; box-shadow: 0 4px 0 #d2bea1; transition: transform .08s, box-shadow .08s; } .dpad button:active { transform: translateY(4px); box-shadow: none; } #up { grid-column: 2; grid-row: 1; } #left { grid-column: 1; grid-row: 2; } #center { grid-column: 2; grid-row: 2; } #right { grid-column: 3; grid-row: 2; } #down { grid-column: 2; grid-row: 3; } .centerButton { background: #e5d0ad !important; font-size: 17px !important; } /* ========================================================= BUTTONS ========================================================= */ .buttonGrid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; } .actionButton { min-height: 52px; border: 0; padding: 12px 9px; border-radius: 15px; background: var(--cream); color: var(--brown); font-weight: 850; transition: transform .1s, filter .15s; } .actionButton:hover { filter: brightness(.97); } .actionButton:active { transform: scale(.96); } .primary { background: var(--brown); color: white; } /* ========================================================= PERSONALITY ========================================================= */ .personalityGrid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; } .personalityButton { border: 0; border-radius: 14px; padding: 11px 5px; background: #f5efe5; color: var(--brown); font-size: 12px; font-weight: 800; } .personalityButton.active { background: var(--brown); color: white; } /* ========================================================= SERVOS ========================================================= */ .servo { padding: 11px 0; border-bottom: 1px solid #eee4d7; } .servo:last-child { border-bottom: 0; } .servoTop { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 7px; font-size: 13px; font-weight: 800; } .servoValue { opacity: .55; } input[type="range"] { width: 100%; accent-color: var(--brown-light); } /* ========================================================= CHAT ========================================================= */ .chat { height: 270px; overflow-y: auto; padding: 3px; display: flex; flex-direction: column; gap: 9px; scroll-behavior: smooth; } .message { max-width: 86%; padding: 11px 13px; border-radius: 16px; font-size: 14px; line-height: 1.4; } .message.robo { align-self: flex-start; background: var(--cream); border-bottom-left-radius: 5px; } .message.user { align-self: flex-end; background: var(--brown); color: white; border-bottom-right-radius: 5px; } .chatInput { display: flex; gap: 8px; margin-top: 10px; } .chatInput input { flex: 1; min-width: 0; padding: 13px; border: 2px solid #e9dfd0; border-radius: 15px; background: #fffdf8; color: var(--brown); outline: none; } .chatInput input:focus { border-color: var(--gold); } .chatInput button { width: 52px; flex-shrink: 0; border: 0; border-radius: 15px; background: var(--brown); color: white; font-size: 20px; } /* ========================================================= MICROPHONE ========================================================= */ .micButton { width: 100%; margin-top: 10px; border: 0; border-radius: 16px; padding: 14px; background: #f0e5d5; color: var(--brown); font-weight: 900; } .micButton.listening { background: #f1d4d1; animation: listeningPulse 1.2s infinite; } @keyframes listeningPulse { 50% { transform: scale(.98); opacity: .72; } } /* ========================================================= SYSTEM ========================================================= */ .systemRow { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 0; border-bottom: 1px solid #eee4d7; font-size: 13px; } .systemRow:last-child { border-bottom: 0; } .systemValue { font-weight: 900; } .online { color: var(--green); } .simulated { color: var(--gold); } /* ========================================================= DEBUG LOG ========================================================= */ .log { height: 150px; overflow-y: auto; padding: 12px; border-radius: 15px; background: #30261e; color: #eadcc9; font-family: monospace; font-size: 11px; line-height: 1.5; } .logLine { margin-bottom: 3px; } .logTime { opacity: .45; } /* ========================================================= FOOTER ========================================================= */ .footer { padding: 8px 0 22px; text-align: center; font-size: 11px; opacity: .5; } /* ========================================================= MOBILE ========================================================= */ @media (max-width: 500px) { .app { padding: 9px; } .card { padding: 14px; border-radius: 19px; } .robotStage { min-height: 375px; } .eye { width: 104px; height: 140px; } .pupil { width: 48px; height: 48px; } .eyeArea { gap: 14px; } .brand h1 { font-size: 21px; } .status { padding: 7px 9px; } }

RoboMax

CONTROL SYSTEM
LOCAL

👀 Mirada

2 EJES
NORMAL

🎬 Acciones

AUTOMÁTICAS

🎭 Personalidad

MODOS

🔧 Servos

PREPARADO PARA 6
Servo 1 · Ojo X 90°
Servo 2 · Ojo Y 90°
Servo 3 · Párpado 90°
Servo 4 90°
Servo 5 90°
Servo 6 90°

🧠 Hablar con RoboMax

TTS / IA
¡Hola! Aquí tu asistente del Max's. El reinicio me ha sentado... ¿O no?

⚙️ Sistema

DIAGNÓSTICO
JavaScript OK
👁️ Motor visual ONLINE
Arduino UNO SIMULADO
Chatterbox TTS SIMULADO
Wake word RoboMax
Estado NORMAL

📟 Registro

DEBUG