@import "https://fonts.googleapis.com/css2?family=Jost:wght@200;300;400;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}body{color:#f5f5f5;background-color:#1a1a1a;min-height:100vh;font-family:Jost,sans-serif;overflow-x:hidden}section{max-width:800px;margin:0 auto;padding:2rem 1rem}h1{color:#50c878;text-shadow:0 0 10px #50c8784d;margin-bottom:1rem;font-size:3rem;font-weight:600}h2{color:#50c878;margin-top:3rem;margin-bottom:2rem;font-size:2rem}h3{color:#fff;font-size:1.5rem}a{color:#50c878;text-decoration:none;transition:color .3s}a:hover{color:#6ee89a;text-decoration:underline}.design-section{background-color:#1f1f1f;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:100px 0;font-family:Jost,sans-serif;display:flex}.timeline{flex-direction:column;width:80%;max-width:800px;height:auto;margin:0 auto;display:flex}.timeline-content{color:#fff;background:#1f1f1f;border-radius:6px;margin:1rem 1rem 20px;padding:1.75rem;transition:all .4s;box-shadow:5px 5px 10px #1a1a1a,-5px -5px 10px #242424;overflow-wrap:break-word!important}.timeline-content:hover{transform:scale(1.02);box-shadow:8px 8px 15px #1a1a1a,-8px -8px 15px #242424}.timeline-component{margin:0 20px 20px}@media screen and (min-width:768px){.timeline{grid-template-columns:1fr 3px 1fr;display:grid}.timeline-middle{background-image:linear-gradient(45deg,#f27121,#e94057,#8a2387);width:3px;height:100%;position:relative}.main-middle{opacity:0}.timeline-circle{background-image:linear-gradient(45deg,#f27121,#e94057,#8a2387);border-radius:50%;width:15px;height:15px;position:absolute;top:0;left:50%;transform:translate(-50%)}}.navbar{z-index:1000;background-color:#1a1a1a;border-bottom:1px solid #ffffff1a;padding:1rem 2rem;position:sticky;top:0}.navbar-content{justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.navbar-brand{align-items:center;gap:1rem;display:flex}.navbar-brand img{cursor:pointer;transition:transform .3s}.navbar-brand img:hover{transform:scale(1.1)}.navbar-nav{align-items:center;gap:2rem;display:flex}.nav-link{color:#fff;cursor:pointer;font-size:2rem;transition:color .3s}.nav-link:hover{color:#50c878}footer{text-align:center;color:#fff;background-color:#0003;margin-top:4rem;padding:2rem 0}.footer-social{justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-social a{transition:transform .3s,filter .3s}.footer-social a:hover{filter:drop-shadow(0 5px 10px #50c87866);transform:translateY(-5px)}.footer-copyright{color:#888;font-size:.9rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}.navbar{padding:1rem}.navbar-nav{gap:1rem}.nav-link{font-size:1rem}.timeline{width:90%}}.login-container{background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-box{background:#1f1f1f;border-radius:16px;width:100%;max-width:450px;padding:3rem;box-shadow:0 8px 32px #00000080}.login-box h1{text-align:center;margin-bottom:2rem;font-size:2.5rem}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-form input{color:#fff;background:#2a2a2a;border:2px solid #444;border-radius:8px;padding:1rem;font-family:Jost,sans-serif;font-size:1.1rem;transition:border-color .3s}.login-form input:focus{background:#333;border-color:#50c878;outline:none}.login-form input:disabled{opacity:.6;cursor:not-allowed}.login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#50c878,#3da85e);border:none;border-radius:8px;padding:1rem 2rem;font-family:Jost,sans-serif;font-size:1.2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #50c8784d}.login-form button:hover:not(:disabled){background:linear-gradient(135deg,#6ee89a,#50c878);transform:translateY(-2px);box-shadow:0 6px 16px #50c87880}.login-form button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{color:#fff;text-align:center;background:linear-gradient(135deg,#e74c3c,#c0392b);border-radius:8px;padding:1rem;font-weight:500}.admin-container{background:#1a1a1a;max-width:1400px;margin:2rem auto;padding:2rem}.admin-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.admin-header h1{margin:0}.logout-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:Jost,sans-serif;font-size:1rem;font-weight:600;transition:all .3s}.logout-btn:hover{background:linear-gradient(135deg,#ff6b5a,#e74c3c);transform:translateY(-2px)}.admin-tabs{border-bottom:2px solid #333;justify-content:center;gap:0;margin-bottom:2rem;display:flex}.admin-tabs button{color:#fff;cursor:pointer;background:#2a2a2a;border:none;border-bottom:3px solid #0000;padding:1rem 3rem;font-family:Jost,sans-serif;font-size:1.2rem;transition:all .3s}.admin-tabs button:hover{color:#50c878;background:#333}.admin-tabs button.active{color:#50c878;background:#1f1f1f;border-bottom-color:#50c878}.admin-section{margin-bottom:3rem}.admin-section h2{color:#50c878;margin-top:2rem;margin-bottom:1.5rem;font-size:1.8rem}.admin-form{background:#1f1f1f;border-radius:12px;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;padding:2rem;display:grid;box-shadow:0 4px 6px #0000004d}.admin-form input,.admin-form textarea{color:#fff;background:#2a2a2a;border:2px solid #444;border-radius:8px;padding:.875rem;font-family:Jost,sans-serif;font-size:1rem;transition:border-color .3s}.admin-form input:focus,.admin-form textarea:focus{background:#333;border-color:#50c878;outline:none}.admin-form textarea{resize:vertical;grid-column:1/-1;min-height:120px}.admin-form label{color:#fff;cursor:pointer;background:#2a2a2a;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;font-size:1.1rem;display:flex}.admin-form input[type=checkbox]{cursor:pointer;accent-color:#50c878;width:20px;height:20px}.form-buttons{grid-column:1/-1;gap:1rem;margin-top:1rem;display:flex}.admin-form button,.admin-table button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#50c878,#3da85e);border:none;border-radius:8px;padding:1rem 2rem;font-family:Jost,sans-serif;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 2px 4px #50c8784d}.admin-form button:hover,.admin-table button:hover{background:linear-gradient(135deg,#6ee89a,#50c878);transform:translateY(-2px);box-shadow:0 4px 8px #50c87880}.admin-form button[type=button]{background:linear-gradient(135deg,#666,#555);box-shadow:0 2px 4px #0000004d}.admin-form button[type=button]:hover{background:linear-gradient(135deg,#888,#777)}.admin-table{border-collapse:collapse;background:#1f1f1f;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 6px #0000004d}.admin-table thead{background:linear-gradient(135deg,#2a2a2a,#1f1f1f)}.admin-table th{color:#50c878;text-align:left;border-bottom:2px solid #50c878;padding:1.25rem;font-size:1.1rem;font-weight:600}.admin-table td{color:#fff;border-top:1px solid #333;padding:1.25rem;font-size:1rem}.admin-table tbody tr{transition:background .2s}.admin-table tbody tr:hover{background:#252525}.admin-table button{margin-right:.5rem;padding:.625rem 1.25rem;font-size:.95rem}.admin-table .delete-btn{background:linear-gradient(135deg,#e74c3c,#c0392b)}.admin-table .delete-btn:hover{background:linear-gradient(135deg,#ff6b5a,#e74c3c)}@media (max-width:768px){.admin-container{padding:1rem}.admin-header{flex-direction:column;gap:1rem}.admin-tabs button{padding:.75rem 1.5rem;font-size:1rem}.admin-form{grid-template-columns:1fr}.admin-table{font-size:.85rem}.admin-table th,.admin-table td{padding:.75rem}.login-box{padding:2rem}.login-box h1{font-size:2rem}}
