:root{--dark: #1a1a1a;--white: #ffffff;--bg: #f7f7f7;--text: #444;--muted: #888;--border: #e5e5e5;--radius: 10px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:var(--white)}.container{max-width:1100px;margin:0 auto;padding:0 24px}.nav{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav-inner{margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:center;height:64px}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--dark)}.nav-logo img{width:36px;height:36px;border-radius:50%}.nav-logo span{font-weight:700;font-size:15px;letter-spacing:.5px}.hero{background:var(--dark);text-align:center;padding:80px 20px 60px;width:100%!important;min-width:100%!important;flex-shrink:0!important;position:relative;overflow:hidden}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:url(https://i.postimg.cc/wxtVYKVn/emts-2006-reunion.jpg) center/cover no-repeat;opacity:.3}.hero *{position:relative;z-index:1}.hero h1{font-size:clamp(28px,5vw,44px);font-weight:700;margin-bottom:12px;line-height:1.2;color:var(--dark)}.hero .subtitle{font-size:clamp(14px,2vw,17px);color:var(--muted);font-weight:400;margin-bottom:24px;max-width:460px;margin-left:auto;margin-right:auto}.hero .date-loc{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--text);font-weight:500;padding:8px 20px;border-radius:24px;border:1px solid var(--border);background:var(--bg)}.hero-buttons{margin-top:32px;display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;cursor:pointer;border:none;font-family:Inter,sans-serif}.btn-dark{background:var(--dark);color:var(--white)}.btn-dark:hover{background:#333}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--border)}.btn-outline:hover{border-color:var(--dark);color:var(--dark)}section{padding:64px 0;display:block!important;position:relative;width:100%!important;min-width:100%!important;flex-shrink:0!important}.section-label{font-size:11px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.section-title{font-size:clamp(22px,3.5vw,32px);font-weight:700;margin-bottom:6px;line-height:1.25;color:var(--dark)}.section-subtitle{color:var(--muted);font-size:14px;margin-bottom:40px}.about{background:var(--white);border-top:1px solid var(--border)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.about-text p{color:var(--text);font-size:14px;line-height:1.8;margin-bottom:14px}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.stat-card{background:var(--bg);border-radius:var(--radius);padding:20px;text-align:center;border:1px solid var(--border)}.stat-card .num{font-size:28px;font-weight:700;color:var(--dark)}.stat-card .label{font-size:11px;color:var(--muted);margin-top:2px;font-weight:500}.about-image{border-radius:var(--radius);overflow:hidden;background:var(--bg);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--muted);border:1px solid var(--border)}@media (max-width:768px){.about-grid{grid-template-columns:1fr}}.classmates{background:var(--white);border-top:1px solid var(--border)}.search-bar{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap;align-items:center}.search-bar input{flex:1;min-width:240px;padding:12px 18px;border:1px solid var(--border);border-radius:var(--radius);font-size:14px;font-family:Inter,sans-serif;outline:none;transition:border-color .2s,box-shadow .2s;background:var(--white)}.search-bar input:focus{border-color:var(--dark);box-shadow:0 0 0 3px #1a1a1a0f}.filter-btn{padding:10px 18px;border-radius:var(--radius);font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;background:var(--bg);border:1px solid var(--border);color:var(--text)}@media (max-width:900px){.search-bar input{padding:10px 14px;font-size:13px;min-width:200px}.filter-btn{padding:8px 14px;font-size:12px}}.filter-btn:hover,.filter-btn.active{background:var(--dark);color:var(--white);border-color:var(--dark)}.classmates-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media (max-width:900px){.classmates-grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media (max-width:600px){.classmates-grid{grid-template-columns:repeat(2,1fr);gap:10px}}.classmate-card{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:16px 18px;display:flex;align-items:center;gap:14px;transition:border-color .2s,transform .2s,box-shadow .2s;cursor:pointer;-webkit-user-select:none;user-select:none}.classmate-card:hover{border-color:var(--dark);transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.classmate-card:active{transform:translateY(0)}.classmate-card:focus-visible{outline:2px solid var(--dark);outline-offset:2px}.classmate-avatar{width:52px;height:52px;min-width:52px;min-height:52px;max-width:52px;max-height:52px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:var(--white);object-fit:cover}.classmate-info{min-width:0;flex:1}.classmate-info h4{font-size:14px;font-weight:600;margin-bottom:3px;color:var(--dark);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.classmate-info p{font-size:12px;color:var(--muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:600px){.classmate-card{flex-direction:column;align-items:center;text-align:center;padding:16px 12px 14px;gap:10px;border-radius:12px}.classmate-avatar{width:72px;height:72px;min-width:72px;min-height:72px;max-width:72px;max-height:72px;font-size:22px}.classmate-info{width:100%}.classmate-info h4{font-size:13px;white-space:normal;line-height:1.3;margin-bottom:4px}.classmate-info p{font-size:11px;-webkit-line-clamp:2}}.classmate-count{font-size:12px;color:var(--muted);margin-bottom:16px}.committee{background:var(--bg);border-top:1px solid var(--border)}.committee-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}@media (max-width:768px){.committee-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.committee-grid{grid-template-columns:1fr}}.committee-card{background:var(--white);border-radius:var(--radius);padding:24px;border:1px solid var(--border);text-align:center}.committee-avatar{width:56px;height:56px;border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;color:var(--white);object-fit:cover}.committee-card h4{font-size:15px;font-weight:600;margin-bottom:4px}.committee-card .role{display:inline-block;font-size:11px;font-weight:500;color:var(--muted);margin-bottom:8px}.committee-card p{font-size:12px;color:var(--muted);line-height:1.6}.registration{background:var(--bg);border-top:1px solid var(--border);padding:64px 0;width:100%!important;min-width:100%!important;flex-shrink:0!important;flex-grow:1}.registration .section-label,.registration .section-title,.registration .section-subtitle{text-align:center}.reg-form{max-width:560px;margin:36px auto 0;display:flex;flex-direction:column;gap:20px;background:var(--white);padding:32px;border-radius:16px;border:1px solid var(--border);box-shadow:0 4px 20px #0000000a}.reg-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reg-form label{font-size:14px;font-weight:500;color:var(--text);display:flex;flex-direction:column;gap:8px;line-height:1.4}.reg-form input,.reg-form select{padding:14px 16px;border:1.5px solid var(--border);border-radius:10px;font-size:16px;font-family:Inter,sans-serif;background:var(--white);color:var(--text);outline:none;transition:border-color .15s,box-shadow .15s;min-height:50px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%}.reg-form select{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}.reg-form input:focus,.reg-form select:focus{border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81f}.reg-form input::placeholder{color:#bbb}@media (max-width:500px){.reg-form{padding:20px 18px;gap:18px;margin:24px auto 0;border-radius:12px}.reg-form .form-row{grid-template-columns:1fr;gap:18px}.reg-stepper-label{display:none}.registration{padding:40px 0}}.reg-form .success-msg{text-align:center;padding:32px;color:var(--dark);font-weight:500;font-size:15px}.photo-upload-section{display:flex;flex-direction:column;align-items:center;gap:10px}.photo-upload-label{font-size:12px;font-weight:500;color:var(--text);align-self:flex-start}.photo-upload-area{width:160px;height:160px;border-radius:50%;border:2px dashed #c7d3e6;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s,background .2s,transform .15s;overflow:hidden;background:#f5f9ff}.photo-upload-area:hover{border-color:#1a73e8;background:#eef6ff;transform:scale(1.02)}.photo-placeholder{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted)}.photo-placeholder span{font-size:11px;font-weight:500}.photo-preview{width:100%;height:100%;object-fit:cover}.photo-remove{background:none;border:none;color:var(--muted);font-size:11px;font-family:Inter,sans-serif;cursor:pointer;padding:2px 8px;transition:color .2s}.photo-remove:hover{color:#d32f2f}#studentSelect{padding:12px 14px;font-size:14px;font-weight:500;border:2px solid var(--dark);background:var(--white)}.footer{background:var(--dark);color:#fff6;padding:32px 20px;text-align:center;font-size:12px;border-top:1px solid rgba(255,255,255,.08);width:100%!important;min-width:100%!important;flex-shrink:0!important;margin-top:auto}.footer-logo{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.footer-logo img{width:28px;height:28px;border-radius:50%;opacity:.5}.footer-logo span{color:#ffffff80;font-weight:600;font-size:13px}.footer-links{display:flex;gap:20px;justify-content:center;margin-bottom:16px;flex-wrap:wrap}.footer-links a{color:#ffffff59;text-decoration:none;font-size:12px;transition:color .2s}.footer-links a:hover{color:#ffffffb3}.av-1,.av-2,.av-3,.av-4,.av-5,.av-6,.av-7,.av-8{background:#555}.skeleton-card{cursor:default;pointer-events:none}.skeleton-card:hover{border-color:var(--border);transform:none;box-shadow:none}.skeleton-shimmer{background:linear-gradient(90deg,#eee,#f6f6f6,#eee);background-size:200% 100%;animation:shimmer 1.4s linear infinite}.skeleton-line{height:10px;border-radius:4px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;padding:48px 20px;color:var(--muted);font-size:14px;background:var(--bg);border:1px dashed var(--border);border-radius:var(--radius)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:modalFade .18s ease-out}.modal{background:var(--white);border-radius:16px;width:100%;max-width:760px;max-height:90vh;overflow:hidden;position:relative;box-shadow:0 24px 80px #00000052;animation:modalPop .22s ease-out;display:grid;grid-template-columns:320px 1fr}.modal-close{position:absolute;top:14px;right:16px;width:36px;height:36px;border-radius:50%;border:none;background:#fffffff2;color:var(--dark);font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:background .15s,transform .15s;box-shadow:0 2px 8px #0000001f}.modal-close:hover{background:var(--white);transform:rotate(90deg)}.modal-photo-wrap{width:100%;height:100%;background:var(--bg);display:flex;align-items:center;justify-content:center;overflow:hidden}.modal-photo{width:100%;height:100%;object-fit:cover;display:block}.modal-photo-fallback{font-size:88px;font-weight:700;color:var(--white);background:linear-gradient(135deg,#555,#333);display:flex;align-items:center;justify-content:center}.modal-body{padding:32px 36px;overflow-y:auto;max-height:90vh}.modal-name{font-size:26px;font-weight:700;color:var(--dark);margin-bottom:6px;line-height:1.2}.modal-job{font-size:14px;color:var(--muted);margin-bottom:12px;line-height:1.5}.modal-badge{display:inline-block;font-size:11px;padding:4px 10px;background:#e8f5e9;color:#2e7d32;border-radius:4px;font-weight:500;margin-bottom:16px}.modal-details{margin-top:16px;display:grid;grid-template-columns:110px 1fr;gap:12px 16px;font-size:13px;border-top:1px solid var(--border);padding-top:18px}.modal-details dt{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;align-self:start;padding-top:2px}.modal-details dd{color:var(--text);line-height:1.5;word-break:break-word}.modal-details a{color:var(--dark);text-decoration:underline}@keyframes modalFade{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 720px){.modal{grid-template-columns:1fr;max-width:440px}.modal-photo-wrap{aspect-ratio:1 / 1;max-height:360px}.modal-body{padding:20px 24px 24px;max-height:none}.modal-name{font-size:20px}.modal-photo-fallback{font-size:64px}}@media (max-width: 600px){.modal-overlay{align-items:flex-end;padding:0;animation:modalFade .2s ease-out}.modal{max-width:100%;width:100%;max-height:92vh;border-radius:20px 20px 0 0;overflow-y:auto;overflow-x:hidden;animation:sheetSlide .28s cubic-bezier(.32,.72,0,1);position:relative;display:block}.modal:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:2px;background:#ffffffb3;z-index:3;pointer-events:none}.modal-photo-wrap{aspect-ratio:4 / 3;max-height:280px;border-radius:20px 20px 0 0}.modal-close{top:18px;right:14px;width:34px;height:34px}.modal-body{padding:18px 20px 28px}.modal-details{grid-template-columns:1fr;gap:2px 0}.modal-details dt{margin-top:8px}.modal-details dt:first-child{margin-top:0}.modal-details dd{margin-bottom:8px;font-size:14px}}@keyframes sheetSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}
