@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:light;--bg: #f3f0ff;--surface: #ffffff;--surface-strong: #ede9fe;--text: #5b21b6;--muted: #a78bfa;--accent: #a855f7;--accent-strong: #9333ea;--border: rgba(168, 85, 247, .2);--shadow: 0 24px 80px rgba(147, 51, 234, .15)}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:#f3f0ff;color:#5b21b6;font-family:Bricolage Grotesque,sans-serif;line-height:1.5}img,picture,video,svg{max-width:100%}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background:#a855f733;border-radius:999px}button{display:inline-block;font-size:1rem;font-weight:500;color:var(--surface);background:var(--accent);border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;padding:.6rem 1.2rem;white-space:nowrap}button:hover{background:var(--accent-strong);transform:translateY(-2px)}button:active{transform:translateY(0)}@media (max-width: 1024px){html{font-size:15px}}@media (max-width: 768px){html{font-size:14px}body{line-height:1.6}button{font-size:.95rem;padding:.5rem 1rem;border-radius:8px}}@media (max-width: 480px){html{font-size:13px}body{line-height:1.5}button{font-size:.9rem;padding:.45rem .9rem;border-radius:6px}img,picture,video,svg{max-width:100%;height:auto}}.event-listing{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:1rem;padding:0 2rem;width:100%;max-width:100%}.event-card{flex:1 1 calc(25% - 1rem);max-width:25%;padding:1rem;text-transform:capitalize;box-shadow:0 10px 15px #0000001a;transition:all .5s ease}.event-imagebox{position:relative;width:100%;max-width:100%;height:250px;overflow:hidden;border-radius:8px}.event-card .event-image{position:absolute;max-width:100%;height:100%;object-fit:cover;object-position:center}.event-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0006}.event-details{display:flex;flex-direction:column;margin-top:.5rem}.event-actions{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.event-actions button{padding:.5rem 1rem}.event{padding-top:6rem}@media (max-width: 1290px){.event-card{flex:1 1 calc(33.333% - 1rem);max-width:33.33%}}@media (max-width: 1024px){.event-listing{padding:0 1.5rem}}@media (max-width: 992px){.event-card{flex:1 1 calc(50% - 1rem);max-width:50%}.event-imagebox{height:200px}.event-listing{padding:0 1rem;gap:.75rem}.event-card{padding:.75rem}}@media (max-width: 600px){.event-card{flex:1 1 100%;max-width:100%}.event-imagebox{height:180px}.event-listing{padding:0 .75rem;gap:.5rem}.event-card{padding:.5rem}.event-actions{flex-direction:column;gap:.5rem}.event-actions button{width:100%;padding:.5rem}}header{position:fixed;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:1rem 2rem;background:var(--surface);z-index:1000}.logo{display:flex;justify-content:center;align-items:center}.logo span{font-size:.75rem;font-weight:500;margin-left:.5rem;text-transform:uppercase}.nav-links{display:flex;gap:1.5rem;list-style-type:none;margin:0;padding:0;transition:all .3s ease}.active{background:var(--accent-strong);color:var(--surface);padding:.4rem .8rem;border-radius:15px}.inactive{background:inherit;color:inherit}.menubar{display:none;background:none;border:none;padding:0}@media (max-width: 990px){.menubar{display:flex;align-items:center;justify-content:center;width:auto;height:auto;cursor:pointer;font-size:1.5rem;color:var(--text);transition:color .3s ease;background:none;border:none;padding:.5rem}.menubar:hover{color:var(--accent-strong)}.nav-links{display:none}.mobile-nav-links{position:absolute;top:70px;left:0;right:0;background:var(--surface);display:flex;flex-direction:column;gap:1rem;list-style-type:none;margin:0;padding:1.5rem 2rem;border-bottom:1px solid var(--accent-light);animation:slideLeft .3s ease-out forwards;max-height:100vh;overflow-x:auto;z-index:999}@keyframes slideLeft{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.mobile-nav-links li{width:100%}.mobile-nav-links a{display:block;padding:.75rem 1rem;text-decoration:none;color:var(--text);border-radius:8px;transition:all .3s ease}.mobile-nav-links a:hover{background:var(--accent-light);color:var(--accent-strong)}.mobile-nav-links .active{background:var(--accent-strong);color:var(--surface)}.mobile-nav-links .admin{display:none}}.hero-section{display:flex;flex-direction:column;justify-content:center;width:100%;min-height:80dvh;background:linear-gradient(135deg,#000000b3,#0006,#0000001a 60%,#0000),url(https://media.istockphoto.com/id/2223522225/photo/portrait-of-a-young-speaker-standing-on-a-conference-stage-technology-startup-founder-using-a.webp?a=1&b=1&s=612x612&w=0&k=20&c=W-MeAcmG2sAuFJSSkha8OL-R1pYS-HfQ92Ea8EIW39U=) center/cover no-repeat;background-attachment:fixed;padding:2rem}.hero-section h1{font-size:clamp(1.8rem,5vw,3rem);font-weight:700;margin:4rem 0 .5rem;color:var(--surface);text-transform:uppercase}.hero-section p{font-size:clamp(1rem,3vw,1.5rem);font-weight:500;max-width:600px;color:var(--surface-strong)}.hero-section button{margin:2rem 1rem 0 0;padding:.75rem 1.5rem;align-self:flex-start}@media (max-width: 768px){.hero-section{padding:1.5rem;min-height:60dvh;background-attachment:scroll}.hero-section h1{margin:2rem 0 .5rem}.hero-section button{margin:2rem 1rem 0 0}}@media (max-width: 480px){.hero-section{padding:1rem;min-height:50dvh}.hero-section h1{margin:1.5rem 0 .5rem}.hero-section p{font-size:1rem}}.event-title{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;padding:2rem;flex-wrap:wrap;gap:1rem}.event-title h2{font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;padding-right:1rem;text-transform:capitalize;flex:0 0 auto}.see-more{display:flex;align-items:center;gap:.5rem;flex:1 1 auto;min-width:200px}hr{flex:1;border:none;max-width:100%;height:1px;background:var(--muted)}.see-more p{font-size:.875rem;font-weight:500;color:var(--text);padding-left:1rem;text-transform:capitalize;cursor:pointer;white-space:nowrap}@media (max-width: 768px){.event-title{padding:1.5rem 1rem;flex-direction:column;align-items:flex-start}.event-title h2{padding-right:0;width:100%}.see-more{width:100%;min-width:unset}.see-more p{padding-left:.5rem;font-size:.8rem}}@media (max-width: 480px){.event-title{padding:1rem .75rem}.event-title h2{font-size:1.1rem}.see-more{gap:.25rem}.see-more p{padding-left:0;font-size:.75rem}hr{display:none}}.about-page{min-height:100vh;padding:4rem 1.5rem 3rem;max-width:100%;background:var(--bg);color:var(--text)}.about-page .page-header{display:grid;gap:2rem;margin:2rem auto 3rem;grid-template-columns:minmax(220px,1fr) minmax(320px,1fr);align-items:center}.about-page h1{font-size:clamp(2.4rem,3vw,3.2rem);margin-bottom:1rem;letter-spacing:-.04em}.about-page p.lead{max-width:42rem;font-size:1.05rem;color:#5b21b6e6;margin-bottom:1.75rem}.cta-button{padding:.75rem 1.5rem}.about-page .highlight{color:var(--accent-strong);font-weight:700}.about-page .image-box{display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#a855f71a,#a855f70d);border-radius:40px;border:2px solid var(--border);box-shadow:0 10px 40px #9333ea1f;position:relative;overflow:hidden}.about-page .image-box:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(168,85,247,.1) 0%,transparent 70%);pointer-events:none}.about-page .hero-image{display:block;max-height:520px;border-radius:32px;box-shadow:var(--shadow);object-fit:cover;border:1px solid var(--border);width:100%;position:relative;z-index:1}.about-page .content-blocks{margin:0 auto;display:grid;gap:2rem}.about-page .content-card{padding:2rem;border-radius:28px;background:var(--surface);border:1px solid var(--border);box-shadow:0 20px 50px #a855f717}.about-page .content-card h2{margin-bottom:1rem;font-size:1.55rem}.about-page .content-card p{color:#5b21b6d9}.about-page .cta-button{margin-top:1.5rem}@media (max-width: 1024px){.about-page{padding:4.5rem 1rem 2rem}.about-page h1{font-size:clamp(2rem,2.5vw,2.8rem)}.about-page .image-box{padding:1.75rem;border-radius:32px}.about-page .hero-image{border-radius:28px}.about-page .content-card{padding:1.5rem}.about-page .content-card h2{font-size:1.35rem}}@media (max-width: 860px){.about-page .page-header{grid-template-columns:1fr}}@media (max-width: 768px){.about-page{padding:4.5rem 1rem 2rem}.about-page h1{font-size:clamp(1.8rem,2vw,2.2rem)}.about-page p.lead{font-size:.95rem;margin-bottom:1.5rem}.about-page .image-box{padding:1.5rem;border-radius:24px}.about-page .hero-image{border-radius:20px;max-width:100%}.about-page .content-card{padding:1.25rem;border-radius:20px}.about-page .content-card h2{font-size:1.2rem;margin-bottom:.75rem}.about-page .content-card p{font-size:.95rem}}@media (max-width: 480px){.about-page{padding:4.5rem 1rem 2rem}.about-page h1{font-size:1.5rem;margin-bottom:.75rem}.about-page p.lead{font-size:.9rem;margin-bottom:1rem}.about-page .image-box{padding:1rem;border-radius:16px}.about-page .hero-image{border-radius:12px}.about-page .page-header,.about-page .content-blocks{gap:1.5rem}.about-page .content-card{padding:1rem;border-radius:12px}.about-page .content-card h2{font-size:1.1rem;margin-bottom:.5rem}.about-page .content-card p{font-size:.85rem;line-height:1.4}.cta-button{padding:.6rem 1.2rem!important;font-size:.9rem}}.contact-page{min-height:100vh;padding:7rem 1.5rem 3rem;background:var(--bg);color:var(--text);display:flex;align-items:center;justify-content:center}.contact-form{max-width:100%;width:100%;padding:2rem;border-radius:28px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.contact-form h1{text-align:center;margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem)}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:2rem;align-items:start}.contact-info{padding:1.75rem;background:var(--surface-strong);border-radius:16px;border:1px solid rgba(168,85,247,.12)}.contact-info h2{margin-bottom:1rem;font-size:1.35rem;color:var(--accent-strong)}.contact-info p{color:#5b21b6d9;line-height:1.7;font-size:.95rem}.contact-form form{display:grid;gap:1rem}.contact-form .form-group{margin-bottom:1.5rem}.contact-form label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:10px;background:var(--surface-strong);color:var(--text);font-size:1rem;font-family:inherit}.contact-form textarea{resize:vertical;min-height:120px}.contact-form button{width:100%;padding:.75rem;background:var(--accent);color:var(--surface);border:none;border-radius:10px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.contact-form button:hover{background:var(--accent-strong)}@media (max-width: 1024px){.contact-form{padding:1.75rem}.contact-grid{gap:1.5rem}.contact-info{padding:1.5rem}.contact-info h2{font-size:1.2rem;margin-bottom:.75rem}}@media (max-width: 860px){.contact-grid{grid-template-columns:1fr}}@media (max-width: 768px){.contact-page{padding:7rem 1rem 2rem}.contact-form{padding:1.5rem;border-radius:20px}.contact-form h1{font-size:1.5rem;margin-bottom:1.5rem}.contact-grid{gap:1.25rem}.contact-info{padding:1.25rem;border-radius:12px}.contact-info h2{font-size:1.1rem}.contact-info p,.contact-form label{font-size:.9rem}.contact-form input,.contact-form textarea{padding:.65rem;border-radius:8px}.contact-form button{padding:.65rem;font-size:.95rem}}@media (max-width: 680px){.contact-page{padding:7rem 1rem 2rem}.contact-form{padding:1.5rem}}@media (max-width: 480px){.contact-page{min-height:auto}.contact-form{padding:1.25rem;border-radius:16px}.contact-form h1{font-size:1.25rem;margin-bottom:1.25rem}.contact-grid{gap:1rem}.contact-info{padding:1rem;border-radius:10px}.contact-info h2{font-size:1rem;margin-bottom:.5rem}.contact-info p{font-size:.85rem;line-height:1.5}.contact-form .form-group{margin-bottom:1rem}.contact-form label{font-size:.85rem;margin-bottom:.4rem}.contact-form input,.contact-form textarea{padding:.6rem;border-radius:6px;font-size:.95rem}.contact-form textarea{min-height:100px}.contact-form button{padding:.6rem;font-size:.9rem}.contact-form button:hover{background:var(--accent-strong)}}.footer{background:var(--surface-strong);color:var(--text);padding:2rem 2rem 1.5rem;margin-top:3rem}.footer-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}.footer-section{flex:1 1 220px}.footer-section h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--accent-strong);cursor:pointer}.footer-section h4{margin-bottom:.8rem;color:var(--text)}.footer-section p{font-size:.9rem;color:var(--muted);line-height:1.5}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{text-decoration:none;color:var(--muted);font-size:.9rem;transition:.2s ease}.footer-section a:hover{color:var(--accent)}.socials a{display:inline-block;margin-right:12px;font-weight:500}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--muted)}@media (max-width: 1024px){.footer-container{gap:1.5rem;justify-content:space-between}.footer-section{flex:0 1 auto;min-width:180px}}@media (max-width: 768px){.footer{padding:1.5rem 1.5rem 1rem;margin-top:2rem}.footer-container{flex-direction:column;gap:1.5rem}.footer-section{flex:1 1 100%}.footer-section h3{font-size:1.25rem}.footer-section p,.footer-section a{font-size:.85rem}}@media (max-width: 480px){.footer{padding:1rem 1rem .75rem;margin-top:1.5rem}.footer-container{gap:1rem}.footer-section h3{font-size:1.1rem;margin-bottom:.5rem}.footer-section p,.footer-section a{font-size:.8rem}.socials a{margin-right:8px;font-size:.85rem}.footer-bottom{margin-top:1rem;padding-top:.75rem;font-size:.75rem}}.event-details-page{min-height:80vh;padding:6rem 2rem 2rem;background-color:var(--bg);display:flex;justify-content:center;align-items:flex-start}.event-detail{background:var(--surface);border:1px solid var(--border);border-radius:10px;box-shadow:var(--shadow);width:100%;max-width:800px;padding:40px;display:flex;flex-direction:column;gap:20px}.event-message{text-align:center;font-size:1.2rem;color:var(--text);padding:60px 40px}.event-error{text-align:center;font-size:1.2rem;color:#dc2626;padding:60px 40px;border-color:#dc262633}.event-image{width:100%;height:auto;max-height:400px;object-fit:cover;border-radius:8px}.event-detail h2{font-size:clamp(1.5rem,4vw,2.5rem);color:var(--text);margin:0}.event-detail p{font-size:1.1rem;line-height:1.6;color:var(--muted);margin:0}@media (max-width: 768px){.event-details-page{padding:5rem 1.5rem 2rem}.event-detail{padding:1.5rem;gap:15px;max-width:100%}.event-message,.event-error{padding:40px 1.5rem;font-size:1rem}.event-image{max-height:300px}.event-detail p{font-size:1rem}}@media (max-width: 480px){.event-details-page{padding:4.5rem 1rem 1.5rem;min-height:70vh}.event-detail{padding:1rem;gap:12px}.event-message,.event-error{padding:30px 1rem;font-size:.95rem}.event-image{max-height:250px;border-radius:6px}.event-detail h2{font-size:1.3rem}.event-detail p{font-size:.95rem;line-height:1.5}}.admin-layout{position:relative;display:flex;width:100%;min-height:100vh;padding:6rem 2rem 2rem;gap:2rem}.dashboard{background:var(--surface);padding:1.5rem;margin-bottom:1rem;border-radius:12px;box-shadow:var(--shadow);border:1px solid var(--border)}.dashboard h1,.dashboard h2{color:var(--text);margin-bottom:1rem}.dashboard p{color:var(--muted);line-height:1.6}.sidebar{flex-basis:200px;max-width:200px;min-height:100dvh;border-right:1px solid var(--border);padding-right:1.5rem;position:sticky;top:6rem}.sidebar-header{position:relative;margin-bottom:1.5rem;font-weight:700;color:var(--text)}.sidebar .activeLink{color:var(--accent-strong);font-weight:600;transition:color .3s ease}.sidebar a:hover{color:var(--accent)}.sidebar div{margin-bottom:1rem;padding:.75rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.sidebar div:hover{background:#a855f70d}main{flex:1;padding:0 1rem 2rem}.manage-list{margin-top:1rem}.manage-item{background:var(--surface);padding:1.25rem;margin-bottom:1.25rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid var(--border);text-transform:capitalize;transition:all .3s ease}.manage-item:hover{box-shadow:0 4px 12px #9333ea1a;transform:translateY(-2px)}.manage-item h3{color:var(--text);margin-bottom:.5rem;font-size:1.1rem}.manage-item p{color:var(--muted);font-size:.95rem;margin-bottom:1rem}.add-event-btn,.edit-btn,.delete-btn{padding:.6rem 1.2rem;margin-top:.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease;font-size:.9rem}.edit-btn{margin-right:.75rem;background:var(--accent);color:var(--surface)}.delete-btn{background:#ef4444;color:var(--surface)}.add-event-btn{background:var(--accent-strong);color:var(--surface);display:block;margin-top:1rem}.add-event-btn:hover,.edit-btn:hover{background:var(--accent-strong)}.delete-btn:hover{background:#dc2626}.add-event{max-width:700px;margin:0 auto;padding:2.5rem;background:var(--surface);border-radius:16px;box-shadow:var(--shadow);border:1px solid var(--border)}.add-event-header{text-align:center;margin-bottom:2rem}.add-event-header h2{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2rem)}.add-event-header p{color:var(--muted);font-size:.95rem}.form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form label{font-weight:600;color:var(--text);font-size:.95rem}.form input,.form textarea,.form select{padding:.85rem;border:1px solid var(--border);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--surface-strong);color:var(--text);width:100%;box-sizing:border-box;transition:border .3s ease}.form input:focus,.form textarea:focus,.form select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #a855f71a}.form textarea{min-height:120px;resize:vertical}.form button{padding:.85rem 2rem;background:var(--accent);color:var(--surface);border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem;width:100%}.form button:hover{background:var(--accent-strong);transform:translateY(-2px);box-shadow:0 4px 12px #9333ea33}.form button:active{transform:translateY(0)}@media (max-width: 1024px){.admin-layout{padding:5.5rem 1.5rem 2rem;gap:1.5rem}.sidebar{flex-basis:180px;max-width:180px;padding-right:1rem;top:5.5rem}.sidebar div{padding:.6rem;margin-bottom:.8rem;font-size:.95rem}main{padding:0 1rem 2rem}.add-event{padding:2rem;max-width:650px}.manage-item{padding:1rem}}@media (max-width: 768px){.admin-layout{flex-direction:column;padding:5rem 1rem 1.5rem;gap:1rem}.sidebar{flex-basis:auto;max-width:100%;min-height:auto;border-right:none;border-bottom:2px solid var(--border);padding:1rem 0 1.5rem;padding-right:0;position:static;top:auto;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.sidebar-header{width:100%;text-align:center;margin-bottom:1rem}.sidebar div{flex:0 1 auto;margin-bottom:0;padding:.65rem 1.2rem;border-radius:20px;background:var(--surface-strong);text-align:center}.sidebar div:hover{background:#a855f726}main{padding:1rem 0;width:100%}.manage-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.manage-item h3{font-size:1rem}.manage-item p{font-size:.9rem}.add-event-btn,.edit-btn,.delete-btn{text-align:center;padding:.7rem 1rem;margin-top:.5rem;margin-right:0}.edit-btn{margin-bottom:.5rem}.add-event{max-width:100%;padding:1.5rem;border-radius:12px}.add-event-header{margin-bottom:1.5rem}.add-event-header h2{font-size:1.35rem;margin-bottom:.4rem}.form{gap:1rem}.form label{font-size:.9rem;font-weight:600}.form input,.form textarea,.form select{padding:.75rem;font-size:.95rem;border-radius:6px}.form button{padding:.75rem 1.5rem;font-size:.95rem;margin-top:1rem}.dashboard{padding:1rem;margin-bottom:1rem;border-radius:10px}.dashboard h1,.dashboard h2{font-size:1.2rem;margin-bottom:.75rem}.dashboard p{font-size:.9rem}}@media (max-width: 480px){.admin-layout{padding:4.5rem .75rem 1rem;gap:.75rem}.sidebar{padding:.75rem 0 1rem;gap:.5rem;border-bottom:2px solid var(--border)}.sidebar-header{font-size:.9rem;margin-bottom:.75rem}.sidebar div{flex:0 1 calc(50% - .25rem);padding:.5rem .8rem;font-size:.8rem;border-radius:16px}main{padding:.5rem 0}.manage-list{margin-top:.75rem}.manage-item{padding:.75rem;margin-bottom:.75rem;gap:.5rem;border-radius:10px}.manage-item h3{font-size:.95rem;margin-bottom:.4rem}.manage-item p{font-size:.85rem;margin-bottom:.5rem}.add-event-btn,.edit-btn,.delete-btn{padding:.5rem .8rem;font-size:.8rem;margin-top:.35rem}.add-event{padding:1.25rem;border-radius:10px}.add-event-header{margin-bottom:1.25rem}.add-event-header h2{font-size:1.2rem;margin-bottom:.4rem}.add-event-header p{font-size:.8rem}.form{gap:.85rem}.form label{font-size:.85rem;margin-bottom:.3rem}.form input,.form textarea,.form select{padding:.65rem;font-size:.9rem;border-radius:6px}.form textarea{min-height:100px}.form button{padding:.65rem 1.2rem;font-size:.85rem;margin-top:.75rem}.dashboard{padding:.85rem;margin-bottom:.75rem}.dashboard h1,.dashboard h2{font-size:1.1rem;margin-bottom:.5rem}.dashboard p{font-size:.85rem;margin-bottom:.3rem;font-weight:600}.form input{padding:.55rem;font-size:.9rem;border-radius:4px}.form button{padding:.55rem 1rem;font-size:.85rem;margin-top:.5rem;border-radius:4px}.dashboard{padding:.6rem;margin-bottom:.6rem}}
