/* =====================================================RCC ABOUT PAGE V8.6===================================================== */.sm-wrap { font-family: inherit; background-color: var(–sm-bg, #0f172a); color: #f1f5f9; line-height: 1.6; padding-bottom: 80px; –sm-blue: #38bdf8; –sm-indigo: #818cf8; –sm-emerald: #34d399; –sm-rose: #fb7185; –sm-amber: #fbbf24; }.sm-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; position:relative; }h1, h2, h3, h4, p { margin-top: 0; }.sm-btn-group { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-top: 32px; }.sm-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 100px; font-weight: 700; font-size: 1rem; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; transition: 0.3s; }.sm-btn-primary { background: #38bdf8; color: #0f172a !important; box-shadow: 0 8px 20px rgba(56,189,248,0.3); }.sm-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(56,189,248,0.5); }.sm-btn-outline { background: transparent; color: #f1f5f9 !important; border: 1px solid rgba(255,255,255,0.3); }.sm-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; }.sm-hero { padding: 120px 24px 80px; text-align: center; }.sm-hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(56,189,248,0.1); border: 1px solid rgba(56,189,248,0.3); padding: 8px 20px; border-radius: 100px; font-size: 0.85rem; font-weight: 700; color: #38bdf8; text-transform: uppercase; margin-bottom: 24px; }.sm-hero-badge span { width: 8px; height: 8px; background: #38bdf8; border-radius: 50%; }.sm-hero h1 { font-size: 3.5rem; font-weight: 800; line-height: 1.1; margin-bottom: 24px; color: #fff;}.sm-hero p { font-size: 1.25rem; color: #94a3b8; max-width: 800px; margin: 0 auto; }@media(max-width:768px){ .sm-hero h1 { font-size: 2.5rem; } }.sm-section { padding: 80px 0; }.sm-sec-header { text-align: center; margin-bottom: 50px; }.sm-sec-label { color: #38bdf8; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; font-size: 0.85rem; margin-bottom: 12px; }.sm-sec-title { font-size: 2.5rem; font-weight: 800; margin: 0 0 16px; color: #fff; line-height:1.2; }@media(max-width:768px){ .sm-sec-title { font-size: 2rem; } }.sm-mission-wrap { padding: 40px 24px; }.sm-mission { max-width: 1200px; margin: 0 auto; background: rgba(15,23,42,0.8); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 80px 60px; text-align: center; }.sm-mission h2 { font-size: 2.25rem; font-weight: 800; color: #fff; line-height: 1.3; margin-bottom: 24px; }.sm-mission h2 span { color: #38bdf8; }.sm-mission p { font-size: 1.15rem; color: #cbd5e1; max-width: 900px; margin: 0 auto; line-height: 1.6; }@media(max-width:768px){ .sm-mission { padding: 40px 24px; } .sm-mission h2 { font-size: 1.75rem; } }.sm-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 24px; margin-bottom: 24px; }.sm-card-sq { background: rgba(30,41,59,0.5); border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 32px; height: 100%; transition: 0.3s; border-top-width: 4px; }.sm-card-sq:hover { background: rgba(30,41,59,0.9); transform: translateY(-4px); border-color: rgba(255,255,255,0.2); }.sm-tag-cyan { color: var(–sm-blue); } .sm-tag-indigo { color: var(–sm-indigo); } .sm-tag-emerald { color: var(–sm-emerald); } .sm-tag-rose { color: var(–sm-rose); } .sm-tag-amber { color: var(–sm-amber); }.sm-card-sq .icon { font-size: 2.5rem; margin-bottom: 16px; display:block; }.sm-card-sq h3 { font-size: 1.25rem; font-weight: 700; color: #fff; margin-bottom: 12px; }.sm-card-sq p { font-size: 0.95rem; color: #94a3b8; margin: 0; line-height: 1.5; }.sm-impact-card { background: transparent; border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 40px 24px; text-align: center; }.sm-impact-num { font-size: 3rem; font-weight: 800; color: #38bdf8; margin-bottom: 8px; line-height: 1; }.sm-impact-label { font-size: 1rem; font-weight: 700; color: #fff; text-transform: uppercase; margin-bottom: 4px; }.sm-impact-sub { font-size: 0.85rem; color: #64748b; }.sm-timeline-wrap { max-width: 800px; margin: 0 auto; position: relative; padding-left: 0; }.sm-timeline-node { margin-bottom: 40px; }.sm-timeline-year { font-size: 1.25rem; font-weight: 800; color: #38bdf8; margin-bottom: 12px; }.sm-timeline-box { background: rgba(30,41,59,0.5); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 32px; }.sm-timeline-box:hover { background: rgba(30,41,59,0.8); border-color: rgba(56,189,248,0.4); }.sm-timeline-box h3 { font-size: 1.35rem; font-weight: 700; color: #fff; margin-bottom: 12px; }.sm-timeline-box p { font-size: 1rem; color: #cbd5e1; margin: 0; line-height: 1.6; }.sm-timeline-split { display: flex; flex-wrap: wrap; gap: 32px; align-items: center; }.sm-timeline-split .img-col { flex: 0 0 40%; min-width: 200px; }.sm-timeline-split .img-col img { width: 100%; height: auto; border-radius: 12px; border: 1px solid rgba(255,255,255,0.1); box-shadow: 0 8px 24px rgba(0,0,0,0.3); }.sm-timeline-split .txt-col { flex: 1; min-width: 250px; }.sm-timeline-split .txt-col h3 { margin-bottom: 16px; }/* ── SMALL UNIFIED LEADERSHIP CARDS ── */.sm-ldr-flex { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 50px; }.sm-ldr-card {background: rgba(30,41,59,0.5); border: 1px solid rgba(255,255,255,0.08); border-radius: 16px; padding: 30px 20px;text-align: center; display: flex; flex-direction: column; align-items: center; position: relative;transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1); flex: 0 1 240px; width: 100%;}.sm-ldr-card:hover {transform: translateY(-8px); border-color: rgba(56,189,248,0.5); background: rgba(15,23,42,0.8);box-shadow: 0 16px 32px rgba(0,0,0,0.4); z-index: 5;}.sm-ldr-img {width: 84px; height: 84px; border-radius: 50%; margin-bottom: 16px;background: #1e293b; color: #38bdf8; font-size: 1.6rem; font-weight: 800;display: flex; align-items: center; justify-content: center;border: 3px solid rgba(255,255,255,0.1); overflow: hidden; transition: 0.3s;}.sm-ldr-card:hover .sm-ldr-img { border-color: #38bdf8; box-shadow: 0 0 20px rgba(56,189,248,0.3); }.sm-ldr-img img { width: 100%; height: 100%; object-fit: cover; }.sm-ldr-card h3 { font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 4px; }.sm-ldr-card p.role { font-size: 0.8rem; color: #38bdf8; font-weight: 700; text-transform: uppercase; margin-bottom: 8px;}.sm-ldr-card p.uni { font-size: 0.8rem; color: #94a3b8; font-weight: 600; margin: 0; background: rgba(255,255,255,0.05); padding: 4px 10px; border-radius: 100px; display:inline-block;}/* Leadership hover bubbles */.sm-ldr-bubble {position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%) translateY(15px) scale(0.9);background: #fff; color: #0f172a; padding: 14px 20px; border-radius: 16px;font-size: 0.9rem; font-weight: 700; line-height: 1.5; width: 250px; text-align: center;opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);box-shadow: 0 10px 30px rgba(0,0,0,0.2); z-index: 10; pointer-events: none; margin-bottom: 15px;border: 3px solid #38bdf8;}.sm-ldr-bubble::after {content: “”; position: absolute; top: 100%; left: 50%; transform: translateX(-50%);border-width: 10px; border-style: solid; border-color: #38bdf8 transparent transparent transparent;}.sm-ldr-bubble::before {content: “”; position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(-3px);border-width: 8px; border-style: solid; border-color: #fff transparent transparent transparent; z-index: 1;}.sm-ldr-card:hover .sm-ldr-bubble { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0) scale(1); }.sm-pill-wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }.sm-pill { padding: 12px 24px; border-radius: 100px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); font-weight: 600; font-size: 0.95rem;}
About the Challenge
Engineering the Next Generation.
Australia’s premium STEM challenge. We invite students from K–12 to explore coding, robotics, and AI through real-world inspired, hands-on engineering projects.
“We help students solve real-world problems through STEM, engineering, coding, robotics, and AI — not just consume technology.“
Our mission is to empower the next generation of innovators by making STEM, engineering, coding, robotics, and AI accessible, inspiring, and meaningful for students across Australia. Through RCC, students are encouraged to apply technology to real-world challenges, think creatively, and build practical solutions with confidence and purpose.
01Challenge-Based Learning
We leave abstract theory behind. Real-world scenarios drive every project, making STEM immediately relevant and engaging for all students.
02Core Pathways
Students choose tracks across Coding (Scratch), Robotics (AI Pose Control), and STEM Learning — catering to every ability level from beginner to advanced, aligned with the Australian Curriculum.
03Pitch & Present
Building is only half the task. Students pitch their constructed systems to expert judges, earning real-world presenting experience.
04E-Learning Platform
Schools aren’t left alone. We provide free online courses that support students before, during, and after the competition.
⚙️Engineering Thinking
Moving beyond basic coding syntax toward designing structural, logical solutions to complex real-world challenges.
🎨Creative Autonomy
No two submissions are identical. Students are encouraged to imagine completely original architectures and mechanical systems.
🎙️Confident Communication
Defending technical decisions in front of academic judges builds profound self-belief and professional communication skills.
🤝Resilient Teamwork
Overcoming bugs, mechanical failures, and strict deadlines teaches students how to collaborate decisively under pressure.
3K+
Students
Across Australia
150+
Schools
Metro & Regional
K-12
Ages
Tailored Pathways
World
Focus
Engineering Challenges
2022
Award Celebration Ceremony
RCC began through a UNSW Built Environment initiative connected to Girls in Construction, helping students engage with coding, robotics, and construction thinking in a way that was creative, accessible, and easy to understand. Students presented IoT and construction logic projects to academic panels at UNSW Sydney.

2023–2025
National Growth & Expanded Pathways
RCC rapidly expanded its reach across primary and high schools nationwide, evolving from isolated challenges into a comprehensive STEM ecosystem. By integrating rigorous new pathways in AI logic, autonomous robotics, and advanced engineering methodologies, we empowered thousands of students to transition from theoretical coding syntax to hands-on, real-world project creation.
2026
Emergency Protocol 2026: The Highway Collapse
Our most ambitious challenge yet. Students investigate a massive highway collapse and design rescue solutions through three pathways: Coding Challenge (Scratch games & AI pose projects), Robotics Challenge (AI pose-controlled rescue robots), and STEM Learning Challenge (eLearning-based problem solving).
Every pathway follows: Research → Design → Code/Build → Test → Explain — aligned with the Australian Curriculum across Technologies, Science, Mathematics, HASS/Geography, HPE, and General Capabilities.
Main Operating Committee
“Design safely, think bravely, and never stop questioning how the world is built! 🏗️”
Dr. Riza Yosia Sunindijo
UNSW Built Environment
UNSW Sydney
“True innovation begins with empathy. Coding and problem-solving born from a heart that cares for others will change the world! 💙”
PK
Philip Kang
Director, MRT Robotics
RCC Organiser
Leadership & Support
“Merge your logic with wild creativity, and you can map out absolutely anything! 📐✨”
MH
Dr. Matthias H. Haeusler
Computational Design
UNSW Sydney
“Future resilient cities start with your bold and imaginative ideas today. Dream big! 🏙️”
Dr. Samad Sepasgozar
Infrastructure Construction
UNSW Sydney
“From digital screens to physical reality—your imagination drives the future of fabrication! ⚙️”
NJ
Nichola Jephcott
Digital Fabrication
UNSW Sydney
“Robots are amazing tools, but your human heart and creativity are the true magic! 🤖💡”
Dr. Belinda J Dunstan
Lead, Creative Robotics
UNSW Sydney
🎓 Academic Contributors🏫 School Communities🏛️ Government Supporters🚀 Delivery Partners