.page-module__VxpVBG__container{background-color:var(--background);width:100vw;height:100vh;display:flex;overflow:hidden}.page-module__VxpVBG__profileSide{border-right:1px solid var(--secondary);background:linear-gradient(135deg,#0d1117 0%,#161b22 100%);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;overflow-y:auto}.page-module__VxpVBG__terminalSide{background-color:var(--terminal-bg);flex-direction:column;flex:1.5;display:flex;position:relative}@media (max-width:768px){.page-module__VxpVBG__container{flex-direction:column;height:auto;min-height:100vh;overflow-y:auto}.page-module__VxpVBG__profileSide{border-right:none;border-bottom:1px solid var(--secondary);flex:none;width:100%;height:auto;min-height:500px;padding:2rem 1rem}.page-module__VxpVBG__terminalSide{flex:none;width:100%;height:600px}}
.ProfileSection-module__2LMbNq__profileContainer{height:100%;color:var(--foreground);flex-direction:column;justify-content:center;align-items:center;display:flex}.ProfileSection-module__2LMbNq__perspectiveContainer{perspective:1000px;margin-bottom:3rem}.ProfileSection-module__2LMbNq__idCard{width:300px;height:450px;transform-style:preserve-3d;cursor:pointer;background:linear-gradient(135deg,#161b22 0%,#0d1117 100%);border:1px solid #30363d;border-radius:16px;flex-direction:column;align-items:center;padding:1.5rem;transition:transform .1s ease-out;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080,inset 0 0 0 1px #ffffff0d}@media (max-width:350px){.ProfileSection-module__2LMbNq__idCard{margin-bottom:-2rem;transform:scale(.85)}}.ProfileSection-module__2LMbNq__hole{background:#0d1117;border:1px solid #30363d;border-radius:4px;width:40px;height:8px;margin-bottom:1rem;box-shadow:inset 0 2px 4px #000c}.ProfileSection-module__2LMbNq__cardHeader{flex-direction:column;align-items:center;width:100%;margin-bottom:1.5rem;display:flex}.ProfileSection-module__2LMbNq__headerText{letter-spacing:3px;color:var(--accent);text-shadow:0 0 5px #f778ba80;margin-top:.5rem;font-size:.7rem;font-weight:700}.ProfileSection-module__2LMbNq__photoArea{border:2px solid var(--primary);background:#000;border-radius:8px;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden;transform:translateZ(20px);box-shadow:0 0 20px #00ff9d1a}.ProfileSection-module__2LMbNq__placeholderImage{color:var(--primary);font-size:3rem;font-weight:700}.ProfileSection-module__2LMbNq__profileImage{object-fit:cover;width:100%;height:100%}.ProfileSection-module__2LMbNq__scanLine{background:var(--primary);opacity:.5;width:100%;height:2px;box-shadow:0 0 10px var(--primary);animation:3s linear infinite ProfileSection-module__2LMbNq__scan;position:absolute;top:0;left:0}@keyframes ProfileSection-module__2LMbNq__scan{0%{top:0%}to{top:100%}}.ProfileSection-module__2LMbNq__infoArea{text-align:center;margin-bottom:auto;transform:translateZ(10px)}.ProfileSection-module__2LMbNq__name{color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:.25rem;font-size:1.4rem}.ProfileSection-module__2LMbNq__role{color:var(--primary);letter-spacing:1px;margin-bottom:.5rem;font-size:.9rem}.ProfileSection-module__2LMbNq__idNumber{color:var(--secondary);font-family:monospace;font-size:.75rem}.ProfileSection-module__2LMbNq__barcode{color:var(--secondary);opacity:.5;letter-spacing:4px;margin-top:1rem;font-family:"Libre Barcode 39",cursive;font-size:2rem;transform:scaleY(.5)}.ProfileSection-module__2LMbNq__hologram{pointer-events:none;z-index:10;background:linear-gradient(135deg,#0000 0%,#ffffff0d 45%,#ffffff1a 50%,#ffffff0d 55%,#0000 100%);position:absolute;inset:0}.ProfileSection-module__2LMbNq__socials{gap:2rem;margin-bottom:2rem;display:flex}.ProfileSection-module__2LMbNq__link{color:var(--foreground);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;transition:all .2s;position:relative}.ProfileSection-module__2LMbNq__link:hover{color:var(--primary);text-shadow:0 0 8px var(--primary)}.ProfileSection-module__2LMbNq__status{color:var(--accent);background:#f778ba0d;border:1px solid #f778ba4d;border-radius:30px;align-items:center;gap:.75rem;padding:.6rem 1.2rem;font-size:.8rem;display:flex}.ProfileSection-module__2LMbNq__indicator{background-color:var(--accent);width:8px;height:8px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:2s infinite ProfileSection-module__2LMbNq__pulse}
.Terminal-module__YokdwG__terminalContainer{width:100%;height:100%;font-family:var(--font-mono);background-color:#0d1117;border:1px solid #30363d;border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 20px 50px #00000080}.Terminal-module__YokdwG__header{background-color:#161b22;border-bottom:1px solid #30363d;flex-shrink:0;align-items:center;padding:12px 16px;display:flex}.Terminal-module__YokdwG__windowControls{gap:8px;display:flex}.Terminal-module__YokdwG__control{border-radius:50%;width:12px;height:12px}.Terminal-module__YokdwG__close{background-color:#ff5f56}.Terminal-module__YokdwG__minimize{background-color:#ffbd2e}.Terminal-module__YokdwG__maximize{background-color:#27c93f}.Terminal-module__YokdwG__title{text-align:center;color:#8b949e;flex:1;margin-left:-52px;font-size:.85rem;font-weight:500}.Terminal-module__YokdwG__terminalBody{color:var(--foreground);cursor:text;flex:1;padding:1.5rem;font-size:.95rem;line-height:1.6;position:relative;overflow-y:auto}.Terminal-module__YokdwG__outputLine{white-space:pre-wrap;word-break:break-word;margin-bottom:.5rem}.Terminal-module__YokdwG__commandLine{color:var(--primary);font-weight:700}.Terminal-module__YokdwG__responseLine{color:var(--foreground)}.Terminal-module__YokdwG__inputLine{word-break:break-word;margin-top:.5rem;display:block;position:relative}.Terminal-module__YokdwG__prompt{color:var(--accent);float:left;float:none;margin-right:.75rem;font-weight:700;display:inline}.Terminal-module__YokdwG__inputText{color:var(--primary);font-family:inherit;font-size:inherit;white-space:pre-wrap;word-break:break-word;outline:none}.Terminal-module__YokdwG__hiddenInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;top:0;left:0}.Terminal-module__YokdwG__cursor{background-color:var(--primary);vertical-align:middle;width:10px;height:1.2em;margin-left:2px;animation:1s step-end infinite Terminal-module__YokdwG__blink;display:inline-block}.Terminal-module__YokdwG__loading{color:var(--primary);margin-top:.5rem;animation:1s step-end infinite Terminal-module__YokdwG__blink}@keyframes Terminal-module__YokdwG__blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width:768px){.Terminal-module__YokdwG__terminalContainer{border-left:none;border-right:none;border-radius:0}.Terminal-module__YokdwG__terminalBody{padding:1rem;font-size:.85rem}.Terminal-module__YokdwG__inputLine{margin-top:1rem}}
