@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--gran-red:#d32f2f;--gran-navy:#1a237e;--gran-navy-light:#283593;--gran-gray:#f5f7fa;--gran-dark:#1f2937;--gran-white:#fff;--gran-gold:#ffc107}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--gran-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#e5e7eb;justify-content:center;align-items:center;min-height:100vh;font-family:Inter,sans-serif;display:flex}.mobile-container{background-color:var(--gran-gray);flex-direction:column;width:100%;max-width:480px;min-height:100vh;display:flex;position:relative;overflow-x:hidden;box-shadow:0 10px 25px #0000001a}.header{background:var(--gran-white);color:var(--gran-dark);text-align:center;border-bottom-right-radius:20px;border-bottom-left-radius:20px;flex-direction:column;align-items:center;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.header-logo-container{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.gran-logo-svg{width:140px;height:auto}.header-logo-text{color:var(--gran-red);letter-spacing:2px;margin-top:.2rem;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:600}.header-subtitle{text-transform:uppercase;letter-spacing:1px;color:var(--gran-navy);opacity:.9;background-color:#1a237e1a;border-radius:100px;padding:.4rem 1rem;font-size:.85rem;font-weight:600}.main-content{flex:1;padding:1.5rem}.resume-card{background-color:var(--gran-white);border-left:5px solid var(--gran-red);cursor:pointer;border-radius:12px;justify-content:flex-start;align-items:center;margin-bottom:2rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #0000000d}.resume-card:active{transform:scale(.98)}.resume-info h3{color:var(--gran-dark);margin-bottom:.25rem;font-size:.9rem;font-weight:600}.stars{color:var(--gran-gold);font-size:1rem}.resume-thumbnail{border-radius:8px;flex-shrink:0;width:90px;height:60px;margin-right:1rem;position:relative;overflow:hidden;box-shadow:0 2px 5px #0000001a}.resume-thumbnail img{object-fit:cover;width:100%;height:100%}.resume-play-overlay{color:#fff;background-color:#d32f2fe6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 10px #d32f2f4d}.resume-play-overlay svg{width:16px;height:16px;margin-left:2px}.actions-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.action-btn{background-color:var(--gran-white);color:var(--gran-navy);cursor:pointer;border:none;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 4px 10px #00000008}.action-btn:active{transform:translateY(2px);box-shadow:0 2px 5px #0000000d}.action-btn svg{width:24px;height:24px;color:var(--gran-red)}.section-title{color:var(--gran-navy);margin-bottom:1rem;font-size:1.1rem;font-weight:700}.curriculum-list{flex-direction:column;gap:.75rem;margin-bottom:2rem;display:flex}.curriculum-item{background-color:var(--gran-white);border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;display:flex;box-shadow:0 2px 5px #00000005}.curriculum-item span{font-size:.9rem;font-weight:500}.status-badge{color:#2e7d32;background-color:#e8f5e9;border-radius:100px;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.video-container{border-radius:12px;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000001a}.video-container iframe{width:100%;height:100%;position:absolute;top:0;left:0}.footer{background-color:var(--gran-dark);color:#9ca3af;text-align:center;border-top-left-radius:12px;border-top-right-radius:12px;margin-top:2rem;padding:1.5rem;font-size:.75rem}.footer-logo{color:var(--gran-white);margin-bottom:.75rem;font-size:1rem;font-weight:700}.footer-links{justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--gran-white)}.footer-copy{border-top:1px solid #ffffff1a;padding-top:1rem}.balloon-banner{width:100%;margin-top:1.5rem;position:relative}.balloon-tail{border-left:15px solid #0000;border-right:15px solid #0000;border-bottom:15px solid var(--gran-red);width:0;height:0;margin-left:2rem}.balloon-content{background-color:var(--gran-red);border-radius:20px;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 5px 15px #d32f2f33}.balloon-text{color:#fff;z-index:2;flex:1}.balloon-text h2{margin-bottom:1.5rem;font-size:1.1rem;font-weight:700;line-height:1.3}.balloon-footer{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.balloon-logo{filter:brightness(0)invert();height:16px}.balloon-badge{color:var(--gran-dark);background-color:#fcc;border-radius:4px;padding:.25rem .5rem;font-size:.6rem;font-weight:800}.balloon-image{background-color:#fcc;border-top-left-radius:50px;flex-shrink:0;width:100px;height:130px;overflow:hidden}.balloon-image img{object-fit:cover;width:100%;height:100%}.menu-button{color:var(--gran-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex;position:absolute;top:1.5rem;left:1.5rem}.menu-button:active{opacity:.7}.drawer-overlay{z-index:1000;background-color:#00000080;width:100%;height:100%;animation:.3s fadeIn;position:absolute;top:0;left:0}.drawer-menu{background-color:var(--gran-dark);flex-direction:column;width:80%;max-width:300px;height:100%;animation:.3s forwards slideIn;display:flex;position:absolute;top:0;left:0;box-shadow:2px 0 15px #00000080}.drawer-header{border-bottom:1px solid #ffffff1a;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.drawer-profile{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.profile-img{object-fit:cover;background-color:#e5e7eb;border-radius:8px;width:65px;height:85px;box-shadow:0 2px 6px #0000001a}.profile-info{flex-direction:column;align-items:center;display:flex}.profile-name{color:var(--gran-white);font-size:.95rem;font-weight:800;line-height:1.2}.profile-ra{color:#9ca3af;margin-top:.2rem;font-size:.75rem;font-weight:600}.close-menu{color:var(--gran-white);cursor:pointer;background:0 0;border:none;position:absolute;top:1.25rem;right:1.25rem}.drawer-list{flex:1;margin:0;padding:0;list-style:none;overflow-y:auto}.drawer-list li{border-bottom:1px solid #ffffff0d}.drawer-list a{color:#d1d5db;padding:1.2rem 1.5rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.drawer-list a:hover,.drawer-list a:active{color:var(--gran-white);background-color:#ffffff0d}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.student-id-page{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative}.id-card{background-color:var(--gran-white);border-radius:12px;flex-direction:column;width:100%;max-width:350px;display:flex;overflow:hidden;box-shadow:0 10px 25px #0000001a}.id-card-header{background-color:var(--gran-dark);color:var(--gran-white);justify-content:space-between;align-items:center;padding:1.25rem 1rem;font-size:.85rem;font-weight:700;display:flex}.id-logo{filter:brightness(0)invert();height:20px}.id-card-body{flex-direction:column;align-items:center;gap:1.5rem;padding:1.5rem;display:flex}.id-photo{object-fit:cover;border-radius:8px;width:120px;height:160px;box-shadow:0 4px 10px #00000026}.id-details{flex-direction:column;gap:1rem;width:100%;display:flex}.id-row{gap:1rem;display:flex}.id-field{flex-direction:column;flex:1;display:flex}.id-field label{color:#6b7280;text-transform:uppercase;font-size:.65rem;font-weight:700}.id-field p{color:var(--gran-navy);margin-top:.1rem;font-size:.95rem;font-weight:700}.id-card-footer{background-color:#f9fafb;border-top:1px dashed #e5e7eb;justify-content:space-between;align-items:center;padding:1.2rem;display:flex}.id-qr{width:60px;height:60px}.id-validity{color:var(--gran-red);font-size:.8rem;font-weight:700}.back-btn{border:1.5px solid var(--gran-navy);color:var(--gran-navy);cursor:pointer;background:0 0;border-radius:100px;margin-top:2rem;padding:.75rem 2rem;font-weight:700;transition:all .2s}.back-btn:active{background-color:var(--gran-navy);color:var(--gran-white)}
