.phantom-gallery-root{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background-color:#05070c;overflow:hidden;touch-action:none;cursor:grab;user-select:none;-webkit-user-select:none;perspective:1000px;-webkit-perspective:1000px;transform-style:preserve-3d;z-index:100}.phantom-gallery-root.is-dragging{cursor:grabbing}.phantom-gallery-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-style:preserve-3d;will-change:transform}.phantom-tile{position:absolute;top:0;left:0;transform-style:preserve-3d;will-change:transform,opacity;box-sizing:border-box;contain:layout style;cursor:pointer}.phantom-gallery-root.is-dragging .phantom-tile{cursor:grabbing}.phantom-tile-card{position:relative;width:100%;height:100%;background:#0d111ae0;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:6px;box-sizing:border-box;display:flex;flex-direction:column;transition:border-color .25s ease,background-color .25s ease;overflow:hidden;box-shadow:0 10px 30px #00000073}@media(hover:hover)and (pointer:fine){.phantom-tile:hover .phantom-tile-card{border-color:#eab30899;background:#141a26f2}}.phantom-tile-glow{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:14px;background-size:cover;background-position:center;filter:blur(24px);-webkit-filter:blur(24px);opacity:0;transform:translateZ(-10px);transition:opacity .35s ease;pointer-events:none;z-index:-1}@media(hover:hover)and (pointer:fine){.phantom-tile:hover .phantom-tile-glow{opacity:.7}}@media(hover:none)or (pointer:coarse){.phantom-tile-glow{display:none!important}}.phantom-tile-img{flex:1;width:100%;height:100%;border-radius:6px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0b0f19;position:relative;overflow:hidden}.phantom-gallery-vignette{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at center,transparent 35%,rgba(0,0,0,.3) 65%,rgba(0,0,0,.85) 92%,rgba(0,0,0,.98) 100%);z-index:50}.timeline-container{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background-color:#000;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:none;cursor:grab;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;z-index:100}.timeline-container[data-dragging=true]{cursor:grabbing!important}.timeline-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;display:block}.timeline-veil{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 12%,transparent 25%,transparent 75%,rgba(0,0,0,.4) 88%,rgba(0,0,0,.8) 100%)}.timeline-header{position:absolute;top:24px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:center;z-index:20;pointer-events:none}.timeline-header-left{display:flex;align-items:center;gap:16px;pointer-events:auto}.timeline-back-btn{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:9999px;color:#fff;font-size:.84rem;font-weight:500;text-decoration:none;transition:all .2s ease;cursor:pointer}.timeline-back-btn:hover{background:#ffffff29;border-color:#ffffff4d;transform:translate(-2px)}.timeline-title-block{display:flex;flex-direction:column}.timeline-title{font-size:.95rem;font-weight:600;letter-spacing:.02em;color:#fff}.timeline-subtitle{font-size:.75rem;font-weight:400;color:#ffffff8c}.timeline-footer{position:absolute;bottom:24px;left:24px;right:24px;display:flex;justify-content:space-between;align-items:flex-end;z-index:20;pointer-events:none}.timeline-hint{display:flex;align-items:center;gap:8px;padding:6px 14px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#fff9;font-size:.76rem;font-weight:400}.timeline-counter{padding:6px 14px;background:#00000080;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:9999px;color:#ffffffbf;font-size:.76rem;font-weight:500;letter-spacing:.05em;font-variant-numeric:tabular-nums}@media(max-width:640px){.timeline-header{top:16px;left:16px;right:16px}.timeline-footer{bottom:16px;left:16px;right:16px}.timeline-back-btn{padding:6px 12px;font-size:.78rem}.timeline-title{font-size:.85rem}.timeline-subtitle{font-size:.7rem}.timeline-hint{display:none}}.admin-layout{display:flex;min-height:100vh;background-color:#0b0f19;color:#f1f5f9;font-family:inherit}.admin-sidebar{width:250px;background-color:#080c14;border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;flex-shrink:0}.admin-sidebar-header{padding:1.5rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.06)}.admin-brand-title{font-size:1.15rem;font-weight:700;color:#f8fafc;display:flex;align-items:center;gap:.5rem}.admin-brand-badge{font-size:.7rem;font-weight:600;padding:.15rem .45rem;background:#eab3082e;color:#facc15;border-radius:4px;text-transform:uppercase}.admin-sidebar-nav{padding:1.25rem .75rem;display:flex;flex-direction:column;gap:.35rem;flex:1}.admin-nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:8px;color:#94a3b8;font-size:.9rem;font-weight:500;text-decoration:none;background:transparent;border:none;width:100%;text-align:left;cursor:pointer;transition:all .15s ease}.admin-nav-item:hover{background:#ffffff0d;color:#f8fafc}.admin-nav-item.active{background:#eab30826;color:#facc15;font-weight:600}.admin-sidebar-footer{padding:1rem .75rem;border-top:1px solid rgba(255,255,255,.06)}.admin-exit-btn{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .85rem;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#94a3b8;font-size:.85rem;cursor:pointer;transition:all .15s ease}.admin-exit-btn:hover{background:#ffffff0f;color:#fff;border-color:#fff3}.admin-main{flex:1;display:flex;flex-direction:column;min-width:0;background-color:#0f172a}.admin-topbar{height:64px;background-color:#0b0f19;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem}.admin-topbar-title{font-size:1.1rem;font-weight:600;color:#f8fafc}.admin-content{flex:1;padding:1.75rem;overflow-y:auto}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.admin-stat-card{background:#1e293b;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem}.admin-stat-icon-wrap{width:48px;height:48px;border-radius:10px;background:#eab3081f;color:#eab308;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-stat-label{font-size:.8rem;color:#94a3b8;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.02em}.admin-stat-value{font-size:1.5rem;font-weight:700;color:#f8fafc}.admin-stat-sub{font-size:.75rem;color:#64748b;margin-top:.2rem}.admin-info-card{background:#1e293b;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.admin-info-card h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#f8fafc}.admin-info-row{display:flex;padding:.65rem 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:.88rem}.admin-info-row:last-child{border-bottom:none}.admin-info-label{width:200px;color:#94a3b8;flex-shrink:0}.admin-info-val{color:#f1f5f9;font-family:monospace;word-break:break-all}.admin-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.admin-search-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;flex:1}.admin-input,.admin-select{background:#1e293b;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.55rem .85rem;color:#f8fafc;font-size:.88rem;outline:none;transition:border-color .15s ease}.admin-input:focus,.admin-select:focus{border-color:#eab308}.admin-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;border:none;transition:all .15s ease}.admin-btn-primary{background:#eab308;color:#0f172a}.admin-btn-primary:hover{background:#facc15}.admin-btn-secondary{background:#ffffff14;color:#f8fafc;border:1px solid rgba(255,255,255,.12)}.admin-btn-secondary:hover{background:#ffffff1f}.admin-btn-danger{background:#ef444426;color:#fca5a5;border:1px solid rgba(239,68,68,.3)}.admin-btn-danger:hover{background:#ef444440;color:#fee2e2}.admin-btn-sm{padding:.35rem .65rem;font-size:.8rem}.admin-table-container{background:#1e293b;border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden}.admin-table{width:100%;border-collapse:collapse;text-align:left;font-size:.88rem}.admin-table th{background:#0f172a99;padding:.85rem 1rem;color:#94a3b8;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em;border-bottom:1px solid rgba(255,255,255,.08)}.admin-table td{padding:.85rem 1rem;border-bottom:1px solid rgba(255,255,255,.04);color:#e2e8f0;vertical-align:middle}.admin-table tr:hover td{background:#ffffff05}.admin-avatar{width:44px;height:58px;border-radius:6px;object-fit:cover;background:#0f172a;border:1px solid rgba(255,255,255,.1);display:block}.admin-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.admin-badge-published{background:#22c55e26;color:#4ade80;border:1px solid rgba(34,197,94,.3)}.admin-badge-draft{background:#eab30826;color:#facc15;border:1px solid rgba(234,179,8,.3)}.admin-badge-archived{background:#94a3b826;color:#cbd5e1;border:1px solid rgba(148,163,184,.3)}.admin-actions-cell{display:flex;align-items:center;gap:.4rem}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.admin-modal-card{background:#1e293b;border:1px solid rgba(255,255,255,.12);border-radius:14px;width:100%;max-width:640px;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #00000080;padding:1.75rem}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.admin-modal-title{font-size:1.15rem;font-weight:700;color:#f8fafc}.admin-form-group{margin-bottom:1.15rem}.admin-form-label{display:block;font-size:.84rem;font-weight:600;color:#cbd5e1;margin-bottom:.4rem}.admin-form-label span.req{color:#ef4444}.admin-textarea{width:100%;background:#0f172a;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.65rem .85rem;color:#f8fafc;font-size:.88rem;min-height:85px;resize:vertical;outline:none}.admin-textarea:focus{border-color:#eab308}.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem}.admin-gallery-card{background:#1e293b;border:1px solid rgba(255,255,255,.07);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,border-color .15s ease}.admin-gallery-card:hover{transform:translateY(-2px);border-color:#fff3}.admin-gallery-thumb-wrap{width:100%;aspect-ratio:4 / 3;background:#0f172a;overflow:hidden;position:relative;cursor:zoom-in}.admin-gallery-thumb-wrap:hover .admin-gallery-thumb{transform:scale(1.04)}.admin-gallery-thumb{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.admin-gallery-meta{padding:.75rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.admin-gallery-name{font-size:.74rem;font-weight:400;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.35}.admin-gallery-info{font-size:.72rem;color:#94a3b8}.admin-gallery-actions{padding:.5rem .75rem .75rem;display:flex;justify-content:flex-end}.admin-gallery-lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000e0;display:flex;align-items:center;justify-content:center;padding:1.5rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-gallery-lightbox-close{position:absolute;top:1.25rem;right:1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease;z-index:10000}.admin-gallery-lightbox-close:hover{background:#ffffff40;transform:scale(1.08)}.admin-gallery-lightbox-image{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:6px;box-shadow:0 20px 50px #0009;-webkit-user-select:none;user-select:none}.admin-gallery-upload-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.86rem;font-weight:500;padding:.45rem .75rem;border-radius:8px;white-space:nowrap}.admin-gallery-upload-status.processing{color:#38bdf8;background:#38bdf824;border:1px solid rgba(56,189,248,.3)}.admin-gallery-upload-status.success{color:#4ade80;background:#22c55e24;border:1px solid rgba(34,197,94,.3)}.admin-gallery-upload-status.warning{color:#f87171;background:#ef444424;border:1px solid rgba(239,68,68,.3)}.admin-gallery-failed-box{margin-bottom:1rem;padding:.75rem 1rem;background:#ef44441f;border:1px solid rgba(239,68,68,.25);border-radius:8px;color:#fca5a5;font-size:.84rem;max-height:180px;overflow-y:auto}.admin-submissions-page{display:flex;flex-direction:column;gap:16px}.submissions-header-block{margin-bottom:4px}.submissions-main-title{font-size:1.5rem;font-weight:700;color:#f8fafc;margin:0}.submissions-sub-title{font-size:.88rem;color:#94a3b8;margin-top:4px;margin-bottom:0}.submission-metrics-row{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:8px}.metric-badge-box{background:#0f172abf;border:1px solid rgba(148,163,184,.2);border-radius:10px;padding:10px 18px;min-width:140px}.metric-badge-label{font-size:.78rem;color:#94a3b8}.metric-badge-num{font-size:1.35rem;font-weight:700;margin-top:2px}.badge-new{background:#eab3081a;border-color:#eab3084d}.badge-new .metric-badge-label{color:#fbbf24}.badge-new .metric-badge-num{color:#fef08a}.badge-in-progress{background:#38bdf81a;border-color:#38bdf84d}.badge-in-progress .metric-badge-label{color:#38bdf8}.badge-in-progress .metric-badge-num{color:#bae6fd}.badge-completed{background:#22c55e1a;border-color:#22c55e4d}.badge-completed .metric-badge-label{color:#4ade80}.badge-completed .metric-badge-num{color:#bbf7d0}.badge-total .metric-badge-num{color:#f8fafc}.submissions-select-all-row{display:flex;align-items:center;padding:8px 16px;background:#0f172a66;border:1px solid rgba(255,255,255,.06);border-radius:8px}.select-all-label{display:flex;align-items:center;gap:10px;font-size:.85rem;color:#cbd5e1;cursor:pointer;-webkit-user-select:none;user-select:none}.submission-checkbox{width:17px;height:17px;accent-color:#e7b64b;cursor:pointer}.submissions-card-list{display:flex;flex-direction:column;gap:14px}.submission-card{display:grid;grid-template-columns:32px 120px 240px 1fr 210px;gap:18px;align-items:start;background:#0f172aa6;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px;transition:all .2s ease}.submission-card:hover{border-color:#e7b64b4d;background:#0f172ad9}.submission-card.is-selected{border-color:#e7b64b;background:#e7b64b0f;box-shadow:0 0 12px #e7b64b26}.card-checkbox-col{padding-top:4px;display:flex;justify-content:center}.card-profile-col{display:flex;flex-direction:column}.card-profile-frame{width:110px;height:147px;border-radius:8px;overflow:hidden;border:1px solid rgba(231,182,75,.4);background:#060f1e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;position:relative}.card-profile-frame:hover{transform:scale(1.02);box-shadow:0 4px 12px #00000080;border-color:#e7b64b}.card-profile-img{width:100%;height:100%;object-fit:cover;display:block}.card-profile-frame.no-img{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#64748b;border-style:dashed;border-color:#94a3b840;cursor:default}.card-profile-frame.no-img span{font-size:.72rem}.card-identity-col{display:flex;flex-direction:column;gap:4px}.identity-fullname{font-size:1.05rem;font-weight:700;color:#f8fafc;line-height:1.3}.identity-email{font-size:.8rem;color:#94a3b8;word-break:break-all}.identity-cohort-class{font-size:.85rem;font-weight:600;color:#e7b64b;margin-top:2px}.identity-time{font-size:.75rem;color:#64748b;margin-top:2px}.card-review-selectors{display:flex;flex-direction:column;gap:6px;margin-top:10px}.review-selector-row{display:flex;align-items:center;gap:6px}.selector-label{font-size:.74rem;color:#94a3b8;min-width:60px}.status-select-badge{padding:3px 8px;border-radius:6px;font-size:.76rem;font-weight:600;border:1px solid rgba(255,255,255,.15);background:#0f172acc;color:#f8fafc;cursor:pointer;outline:none}.status-select-badge.status-new{background:#eab30833;border-color:#eab30866;color:#fef08a}.status-select-badge.status-in_progress{background:#38bdf833;border-color:#38bdf866;color:#bae6fd}.status-select-badge.status-completed,.status-select-badge.profile-approved{background:#22c55e33;border-color:#22c55e66;color:#bbf7d0}.status-select-badge.profile-pending{background:#eab30833;border-color:#eab30866;color:#fef08a}.status-select-badge.profile-unused{background:#64748b33;border-color:#64748b66;color:#94a3b8}.card-message-col{display:flex;flex-direction:column;gap:6px;min-width:0}.message-header-label{font-size:.76rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em}.message-content-box{background:#060f1e8c;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:10px 14px;font-size:.88rem;color:#e2e8f0;line-height:1.5;font-style:italic;white-space:pre-wrap;word-break:break-word}.card-materials-col{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.material-summary-item{width:100%}.summary-tag{display:inline-block;font-size:.78rem;font-weight:500;padding:4px 8px;border-radius:6px;line-height:1.3}.summary-tag.text-tag{background:#a855f726;border:1px solid rgba(168,85,247,.35);color:#d8b4fe}.summary-tag.img-tag{background:#e7b64b26;border:1px solid rgba(231,182,75,.35);color:#f4e7c6}.summary-tag.gallery-tag{background:#22c55e26;border:1px solid rgba(34,197,94,.35);color:#86efac}.summary-tag-empty{font-size:.76rem;color:#64748b}.btn-view-materials{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#e7b64b1f;border:1px solid rgba(231,182,75,.4);color:#f4e7c6;border-radius:6px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:4px}.btn-view-materials:hover{background:#e7b64b47;border-color:#e7b64b;color:#fff}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin-confirm-modal{background:#0f172a;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:24px;max-width:480px;width:100%;box-shadow:0 10px 30px #000000b3}.confirm-modal-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.confirm-modal-header h3{margin:0;font-size:1.15rem;color:#f8fafc}.confirm-modal-body{font-size:.88rem;color:#cbd5e1;line-height:1.5;margin-bottom:20px}.confirm-modal-actions{display:flex;justify-content:flex-end;gap:10px}.material-detail-modal{background:#0b0f19;border:1px solid rgba(231,182,75,.35);border-radius:14px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 15px 40px #000c}.material-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#0f172acc}.material-modal-title{margin:0;font-size:1.25rem;color:#f8fafc}.material-modal-subtitle{font-size:.82rem;color:#e7b64b;margin-top:2px}.modal-close-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;border-radius:6px}.modal-close-btn:hover{background:#ffffff1a;color:#fff}.material-modal-scrollable{padding:20px 24px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.modal-section-box{background:#0f172a80;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:16px}.modal-section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:14px}.modal-section-title{font-size:.95rem;font-weight:700;color:#f8fafc}.material-text-display{background:#060f1e99;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:14px;font-size:.9rem;color:#e2e8f0;line-height:1.6;white-space:pre-wrap;max-height:200px;overflow-y:auto}.material-actions-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.material-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px}.material-image-card{position:relative;background:#060f1e;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:all .15s ease}.material-image-card.is-selected{border-color:#e7b64b;box-shadow:0 0 10px #e7b64b4d}.image-card-checkbox-wrapper{position:absolute;top:6px;left:6px;z-index:5;background:#0b0f19d9;border-radius:4px;padding:2px 4px;display:flex;align-items:center}.image-card-preview{width:100%;aspect-ratio:4 / 3;overflow:hidden;cursor:pointer;background:#020617}.image-card-preview img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.image-card-preview:hover img{transform:scale(1.05)}.image-card-meta{padding:6px 8px;font-size:.72rem;display:flex;flex-direction:column;gap:2px}.image-original-name{color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-size-info{color:#64748b}.material-modal-footer{display:flex;justify-content:flex-end;padding:14px 24px;border-top:1px solid rgba(255,255,255,.08);background:#0f172acc}@media(max-width:1024px){.submission-card{grid-template-columns:30px 110px 200px 1fr}.card-materials-col{grid-column:2 / -1;flex-direction:row;flex-wrap:wrap;align-items:center;border-top:1px dashed rgba(255,255,255,.08);padding-top:12px}}@media(max-width:768px){.submission-card{display:flex;flex-direction:column;gap:14px}.card-profile-frame{width:130px;height:173px}.material-modal-header{flex-direction:column;align-items:flex-start;gap:8px}.modal-section-header{flex-direction:column;align-items:flex-start}}:root{--lhp-bg-primary: #071523;--lhp-bg-surface: #0B1A2A;--lhp-bg-surface-elevated: #0D1C2D;--lhp-bg-translucent: rgba(11, 26, 42, .75);--lhp-gold-primary: #E7B64B;--lhp-gold-highlight: #F4C968;--lhp-gold-muted: #B99045;--lhp-gold-glow: rgba(231, 182, 75, .15);--lhp-text-ivory: #F4E7C6;--lhp-text-body: #D6D8DC;--lhp-text-muted: #A7AFBA;--lhp-border-subtle: rgba(231, 182, 75, .2);--lhp-border-card: 1px solid rgba(231, 182, 75, .32);--lhp-border-card-hover: 1px solid rgba(244, 201, 104, .55);--lhp-radius-card: 16px;--lhp-radius-pill: 9999px;--lhp-font-serif: "Cormorant Garamond", Georgia, serif;--lhp-font-sans: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lhp-font-script: "Dancing Script", cursive}.lhp-landing-page{min-height:100vh;width:100%;background-color:var(--lhp-bg-primary);color:var(--lhp-text-body);font-family:var(--lhp-font-sans);overflow-x:hidden;position:relative;display:flex;flex-direction:column}.lhp-desktop-header{height:74px;width:100%;background-color:#071523f2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--lhp-border-subtle);position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:0 32px}.lhp-header-inner{width:100%;max-width:1360px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between}.lhp-header-left{display:flex;align-items:center;gap:14px}.lhp-brand-link{display:flex;align-items:center;gap:8px;text-decoration:none;cursor:pointer}.lhp-brand-logo-img{height:38px;width:auto;max-width:140px;object-fit:contain;display:block}.lhp-brand-logo-img-mobile{height:32px;max-width:110px}.lhp-footer-logo-img{height:34px;width:auto;max-width:120px;object-fit:contain;display:block}.lhp-header-divider{width:1px;height:28px;background-color:#e7b64b4d}.lhp-header-school-title-wrap{display:flex;flex-direction:column;justify-content:center;gap:2px}.lhp-header-school-line1{font-family:var(--lhp-font-sans);font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--lhp-gold-highlight);line-height:1.2}.lhp-header-school-line2{font-family:var(--lhp-font-serif);font-size:13.5px;font-weight:500;color:var(--lhp-text-ivory);letter-spacing:.02em;line-height:1.25}.lhp-header-nav{display:flex;align-items:center;gap:6px}.lhp-nav-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 13px;border-radius:var(--lhp-radius-pill);font-family:var(--lhp-font-sans);font-size:13px;font-weight:500;color:var(--lhp-text-body);background:transparent;border:1px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-decoration:none}.lhp-nav-btn svg{color:var(--lhp-text-muted);transition:color .2s ease;flex-shrink:0}.lhp-nav-btn:hover{color:var(--lhp-gold-highlight);background-color:#e7b64b14;border-color:#e7b64b40}.lhp-nav-btn:hover svg{color:var(--lhp-gold-highlight)}.lhp-nav-btn.is-active{color:var(--lhp-text-ivory);background-color:#e7b64b1f;border:1px solid rgba(231,182,75,.38);box-shadow:0 0 12px #e7b64b26}.lhp-nav-btn.is-active svg{color:var(--lhp-gold-primary)}.lhp-nav-btn:focus-visible{outline:2px solid var(--lhp-gold-highlight);outline-offset:2px}.lhp-mobile-header{display:none;height:74px;padding:0 20px;background-color:#071523fa;border-bottom:1px solid var(--lhp-border-subtle);position:sticky;top:0;z-index:100;align-items:center;justify-content:space-between}.lhp-mobile-header-left{display:flex;align-items:center;gap:12px}.lhp-mobile-school-title{display:flex;flex-direction:column;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--lhp-text-ivory);line-height:1.3}.lhp-mobile-hamburger-btn{background:transparent;border:none;color:var(--lhp-gold-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:8px}.lhp-mobile-drawer{position:fixed;top:74px;left:0;right:0;background-color:#071523fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--lhp-border-card);padding:16px 20px 24px;z-index:99;display:flex;flex-direction:column;gap:8px;animation:lhpSlideDown .25s ease forwards}@keyframes lhpSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.lhp-mobile-drawer-link{display:flex;align-items:center;padding:12px 16px;font-size:15px;color:var(--lhp-text-ivory);text-decoration:none;border-radius:10px;background:#0b1a2a99;border:1px solid rgba(231,182,75,.15);transition:all .2s ease;cursor:pointer}.lhp-mobile-drawer-link.is-active,.lhp-mobile-drawer-link:hover{border-color:var(--lhp-gold-primary);color:var(--lhp-gold-primary);background:#e7b64b1f}.lhp-hero-outer-container{width:100%;max-width:1360px;margin:16px auto 0;padding:0 32px;box-sizing:border-box}.lhp-hero-section{position:relative;width:100%;min-height:380px;height:400px;overflow:hidden;background-color:var(--lhp-bg-primary);border:var(--lhp-border-card);border-radius:var(--lhp-radius-card);display:flex;align-items:center;box-shadow:0 8px 30px #0006}.lhp-hero-bg-media{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/media/lhp-home-hero.webp);background-size:cover;background-position:68% 18%;pointer-events:none}.lhp-hero-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071523f7,#071523e0 35%,#07152366 65%,#071523d9);pointer-events:none}.lhp-hero-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at 65% 50%,transparent 40%,rgba(7,21,35,.5) 80%,rgba(7,21,35,.92) 100%);pointer-events:none}.lhp-hero-content-inner{position:relative;z-index:2;width:100%;max-width:100%;margin:0;padding:0 32px;display:flex;align-items:center;justify-content:flex-start}.lhp-hero-left{max-width:450px;display:flex;flex-direction:column;gap:4px;margin-top:-14px}.lhp-hero-eyebrow{font-family:var(--lhp-font-sans);font-size:clamp(11px,.75vw,13px);font-weight:600;letter-spacing:.28em;color:#e2e8f0b8;text-transform:uppercase;margin-bottom:2px}.lhp-hero-title{font-family:var(--lhp-font-serif);font-size:clamp(54px,4.4vw,68px);font-weight:600;line-height:.96;color:var(--lhp-text-ivory);margin:0;letter-spacing:-.015em;text-shadow:0 4px 20px rgba(0,0,0,.6)}.desktop-only-title{display:flex!important;flex-direction:column}.lhp-hero-desktop-sub{font-size:.52em;font-weight:500;letter-spacing:.02em;color:var(--lhp-gold-primary);margin-bottom:4px}.mobile-only-title{display:none!important}.lhp-hero-handwriting-block{margin-top:-8px;margin-bottom:6px}.lhp-hero-handwriting{font-family:var(--lhp-font-script);font-size:clamp(34px,2.6vw,44px);font-weight:600;line-height:1;letter-spacing:.01em;color:var(--lhp-gold-highlight);text-shadow:0 2px 10px rgba(231,182,75,.2)}.lhp-hero-script-line1{display:block;margin-left:48px;transform:rotate(-1.5deg)}.lhp-hero-script-row2{display:flex;align-items:center;gap:16px;margin-top:-4px}.lhp-hero-script-rule{display:inline-block;width:44px;height:1.5px;background:linear-gradient(90deg,#e7b64bcc,#e7b64b40);border-radius:1px}.lhp-hero-script-line2{display:block;margin-left:18px;transform:rotate(-1.5deg)}.lhp-hero-description{font-family:var(--lhp-font-sans);font-size:15px;line-height:1.55;color:#e2e8f0d9;max-width:410px;margin-top:14px;margin-bottom:16px}.lhp-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.lhp-btn-primary-gold{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 20px;background:linear-gradient(135deg,var(--lhp-gold-highlight) 0%,var(--lhp-gold-primary) 100%);color:#071523;font-family:var(--lhp-font-sans);font-size:13.5px;font-weight:600;border-radius:var(--lhp-radius-pill);text-decoration:none;border:none;cursor:pointer;box-shadow:0 4px 16px #e7b64b4d;transition:all .25s ease;box-sizing:border-box}.lhp-btn-primary-gold:hover{transform:translateY(-1px);box-shadow:0 6px 22px #e7b64b73;background:linear-gradient(135deg,#fce098 0%,var(--lhp-gold-highlight) 100%)}.lhp-btn-secondary-dark{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 18px;background-color:#07152399;border:1px solid rgba(231,182,75,.4);color:var(--lhp-text-ivory);font-family:var(--lhp-font-sans);font-size:13.5px;font-weight:600;border-radius:var(--lhp-radius-pill);text-decoration:none;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:all .25s ease;box-sizing:border-box}.lhp-btn-secondary-dark:hover{border-color:var(--lhp-gold-highlight);background-color:#e7b64b1f;color:var(--lhp-gold-highlight)}.lhp-mobile-search-wrapper{display:none;padding:14px 20px 6px;width:100%}.lhp-mobile-search-bar{display:flex;align-items:center;justify-content:space-between;width:100%;height:48px;background-color:var(--lhp-bg-surface);border:var(--lhp-border-card);border-radius:var(--lhp-radius-pill);padding:0 16px;box-shadow:0 4px 16px #0000004d}.lhp-mobile-search-input{flex:1;background:transparent;border:none;outline:none;color:var(--lhp-text-ivory);font-size:14px;font-family:inherit;padding:0}.lhp-mobile-search-input::placeholder{color:var(--lhp-text-muted)}.lhp-mobile-search-btn{background:transparent;border:none;outline:none;padding:0;display:flex;align-items:center;justify-content:center;color:var(--lhp-gold-primary);cursor:pointer;transition:transform var(--lhp-trans-fast),color var(--lhp-trans-fast)}.lhp-mobile-search-btn:hover{transform:scale(1.1);color:var(--lhp-gold-highlight)}.lhp-main-grid-container{width:100%;max-width:1360px;margin:0 auto;padding:16px 32px 32px;box-sizing:border-box}.lhp-desktop-cards-grid{display:grid;grid-template-columns:1.35fr 1.25fr 1.25fr;grid-template-rows:240px 240px;gap:14px}.lhp-card{background-color:var(--lhp-bg-surface);border:var(--lhp-border-card);border-radius:var(--lhp-radius-card);position:relative;overflow:hidden;display:flex;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 24px #00000059;cursor:pointer;-webkit-user-select:none;user-select:none}.lhp-card:hover,.lhp-card:focus-visible{border-color:#f4c9688c;box-shadow:0 12px 32px #00000080,0 0 20px #e7b64b1f;outline:none}.lhp-card-content{position:relative;z-index:2;padding:22px 24px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.lhp-card-header{display:flex;flex-direction:column;gap:4px}.lhp-card-icon-wrap{color:var(--lhp-gold-primary);margin-bottom:2px}.lhp-card-title{font-family:var(--lhp-font-serif);font-size:28px;font-weight:700;color:var(--lhp-text-ivory);line-height:1.15}.lhp-card-subtitle{font-size:14px;color:var(--lhp-gold-primary);font-weight:600;margin-bottom:6px}.lhp-card-body{font-size:13px;line-height:1.55;color:var(--lhp-text-body);max-width:320px}.lhp-card-btn-gold{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:linear-gradient(135deg,var(--lhp-gold-highlight) 0%,var(--lhp-gold-primary) 100%);color:#071523;font-size:12.5px;font-weight:700;padding:7px 16px;border-radius:var(--lhp-radius-pill);text-decoration:none;border:none;cursor:pointer;margin-top:10px;box-shadow:0 4px 12px #e7b64b40;transition:all .2s ease}.lhp-card-btn-gold:hover{transform:translateY(-1px);background:linear-gradient(135deg,#fce098 0%,var(--lhp-gold-highlight) 100%)}.lhp-card-btn-dark{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background-color:#071523b3;border:1px solid rgba(231,182,75,.45);color:var(--lhp-text-ivory);font-size:12.5px;font-weight:600;padding:7px 16px;border-radius:var(--lhp-radius-pill);text-decoration:none;cursor:pointer;margin-top:10px;transition:all .2s ease}.lhp-card-btn-dark:hover{border-color:var(--lhp-gold-highlight);color:var(--lhp-gold-highlight);background-color:#e7b64b26}.lhp-card-kyyeu-tall{grid-row:span 2;height:100%}.lhp-kyyeu-tall-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/media/lhp-home-kyyeu.webp);background-size:cover;background-position:42% center;z-index:1}.lhp-kyyeu-tall-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#071523f0,#0b1a2ac7 45%,#0b1a2a4d)}.lhp-kyyeu-handwritten-note{position:absolute;bottom:90px;left:24px;z-index:3;background:linear-gradient(135deg,#efe2c8,#dfcfb2);color:#2b2216;padding:8px 14px;border-radius:4px;transform:rotate(-3deg);box-shadow:0 8px 20px #00000073;font-family:var(--lhp-font-script);font-size:19px;line-height:1.15;pointer-events:none}.lhp-flower-petal{position:absolute;right:-8px;bottom:-6px;font-size:16px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.lhp-kyyeu-stats-row{position:relative;z-index:3;display:grid;grid-template-columns:1fr 1fr 1fr;padding-top:14px;border-top:1px solid rgba(231,182,75,.2);margin-top:auto}.lhp-stat-col{display:flex;flex-direction:column}.lhp-stat-number{font-family:var(--lhp-font-serif);font-size:18px;font-weight:700;color:var(--lhp-gold-highlight)}.lhp-stat-label{font-size:11.5px;color:var(--lhp-text-muted)}.lhp-card-gallery{position:relative}.lhp-gallery-bg-media{position:absolute;top:0;right:0;width:60%;height:100%;background-image:linear-gradient(#040f1b73,#040f1ba6),url(/media/lhp-home-kyuc.webp);background-size:cover;background-position:center right;opacity:.92;mask-image:linear-gradient(to right,transparent,black 35%);-webkit-mask-image:linear-gradient(to right,transparent,black 35%)}.lhp-gallery-handwritten-note{position:absolute;bottom:16px;right:18px;z-index:3;background:#efe2c8f0;color:#2b2216;padding:6px 12px;border-radius:4px;transform:rotate(2deg);box-shadow:0 6px 16px #0006;font-family:var(--lhp-font-script);font-size:16px;line-height:1.1;pointer-events:none}.lhp-card-museum{position:relative}.lhp-museum-bg-media{position:absolute;top:0;right:0;width:60%;height:100%;background-image:url(/media/lhp-home-truyenthong.webp);background-size:cover;background-position:center right;opacity:.85;mask-image:linear-gradient(to right,transparent,black 35%);-webkit-mask-image:linear-gradient(to right,transparent,black 35%)}.lhp-card-alumni{position:relative}.lhp-alumni-bg-media{position:absolute;top:0;right:0;width:65%;height:100%;background-image:url(/media/lhp-home-thanhtuu.webp);background-size:cover;background-position:center right;opacity:.85;mask-image:linear-gradient(to right,transparent,black 35%);-webkit-mask-image:linear-gradient(to right,transparent,black 35%)}.lhp-card-media{position:relative;background-color:var(--lhp-bg-surface)}.lhp-media-bg-image{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/media/lhp-home-hoatdong.webp);background-size:cover;background-position:72% 38%;opacity:.92;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .3s ease;pointer-events:none}.lhp-card-media:hover .lhp-media-bg-image{transform:scale(1.03);opacity:.98}.lhp-media-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071523f7,#071523e0 38%,#07152380 65%,#07152326);pointer-events:none;z-index:1}.lhp-desktop-footer{margin-top:auto;width:100%;height:72px;background-color:#050e18;border-top:1px solid var(--lhp-border-subtle);display:flex;align-items:center;justify-content:center;padding:0 32px;font-size:12px;color:var(--lhp-text-muted)}.lhp-footer-inner{width:100%;max-width:1360px;margin-inline:auto;display:flex;align-items:center;justify-content:space-between}.lhp-footer-left{display:flex;align-items:center;gap:12px}.lhp-footer-brand{display:flex;align-items:center;gap:6px;font-family:var(--lhp-font-sans);font-weight:700;color:var(--lhp-gold-primary);font-size:14px}.lhp-footer-divider{width:1px;height:20px;background-color:#e7b64b40}.lhp-footer-school-text{font-size:12px;line-height:1.35;color:var(--lhp-text-muted)}.lhp-footer-center{display:flex;align-items:center;gap:20px}.lhp-footer-link{color:var(--lhp-text-body);text-decoration:none;font-size:12.5px;transition:color .2s ease}.lhp-footer-link:hover{color:var(--lhp-gold-highlight)}.lhp-footer-socials{display:flex;align-items:center;gap:12px;margin-left:10px}.lhp-footer-social-icon{color:var(--lhp-text-muted);transition:color .2s ease}.lhp-footer-social-icon:hover{color:var(--lhp-gold-primary)}.lhp-footer-right{text-align:right;font-family:var(--lhp-font-serif);font-size:11px;line-height:1.3;color:var(--lhp-gold-muted);letter-spacing:.03em}.lhp-mobile-content-stream{display:none;flex-direction:column;gap:14px;padding:0 16px;width:100%}.lhp-mobile-kyyeu-card{position:relative;width:100%;min-height:138px;background-color:var(--lhp-bg-surface);border:var(--lhp-border-card);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #00000059;cursor:pointer;display:flex}.lhp-mobile-kyyeu-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/media/lhp-home-kyyeu2.webp);background-size:cover;background-position:78% 22%;pointer-events:none}.lhp-mobile-kyyeu-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071523f5,#071523d9 48%,#07152340 75%,#07152366);pointer-events:none}.lhp-mobile-kyyeu-content{position:relative;z-index:2;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box}.lhp-mobile-kyyeu-left-col{display:flex;flex-direction:column;gap:10px;max-width:62%}.lhp-mobile-kyyeu-stats-grid{display:flex;align-items:center;gap:8px}.lhp-mobile-kyyeu-stat-badge{display:flex;flex-direction:column;padding:4px 8px;background:#071523bf;border:1px solid rgba(231,182,75,.25);border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lhp-mobile-kyyeu-stat-badge .lhp-stat-val{font-family:var(--lhp-font-serif);font-size:13px;font-weight:700;color:var(--lhp-gold-highlight);line-height:1.1}.lhp-mobile-kyyeu-stat-badge .lhp-stat-lbl{font-size:9.5px;color:var(--lhp-text-muted);line-height:1.1;white-space:nowrap}.lhp-mobile-kyyeu-right-col{display:flex;align-items:flex-end;justify-content:flex-end}.lhp-mobile-bg-kyuc{object-position:70% 30%!important}.lhp-mobile-bg-truyenthong{object-position:85% 18%!important}.lhp-mobile-bg-thanhtuu{object-position:65% 50%!important}.lhp-mobile-bg-hoatdong{object-position:70% 35%!important}.lhp-mobile-footer{display:none}.lhp-mobile-footer-row{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;max-width:440px;margin:0 auto}.lhp-mobile-footer-link{color:var(--lhp-text-muted);text-decoration:none;font-size:13px;font-weight:500;transition:color .2s ease;white-space:nowrap}.lhp-mobile-footer-link:hover{color:var(--lhp-gold-primary)}.lhp-mobile-footer-fb-link{display:inline-flex;align-items:center;justify-content:center;color:var(--lhp-text-muted);transition:color .2s ease}.lhp-mobile-footer-fb-link:hover{color:var(--lhp-gold-primary)}.lhp-mobile-2x2-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.lhp-mobile-mini-card{background-color:var(--lhp-bg-surface);border:var(--lhp-border-card);border-radius:14px;padding:14px;position:relative;min-height:144px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-shadow:0 4px 16px #00000059;cursor:pointer;transition:all .25s ease;-webkit-user-select:none;user-select:none}.lhp-mobile-mini-card:hover,.lhp-mobile-mini-card:focus-visible{border-color:#f4c9688c;box-shadow:0 8px 24px #00000073,0 0 16px #e7b64b26;outline:none}.lhp-mobile-mini-card:active{transform:scale(.985)}.lhp-mobile-mini-header{position:relative;z-index:3;display:flex;flex-direction:column;gap:2px}.lhp-mobile-mini-title{font-family:var(--lhp-font-serif);font-size:18px;font-weight:700;color:var(--lhp-text-ivory);line-height:1.15}.lhp-mobile-mini-subtitle{font-size:11px;color:var(--lhp-text-muted);line-height:1.25;max-width:105px}.lhp-mobile-circle-arrow-btn{position:absolute;bottom:12px;right:12px;z-index:3;width:28px;height:28px;border-radius:50%;border:1px solid var(--lhp-gold-primary);background:#071523d9;color:var(--lhp-gold-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;pointer-events:none}.lhp-mobile-mini-card:hover .lhp-mobile-circle-arrow-btn{background:var(--lhp-gold-primary);color:#071523}.lhp-mobile-mini-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none;z-index:1}.lhp-mobile-mini-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#040f1be6,#040f1bc7 38%,#040f1b61 68%,#040f1b1f);pointer-events:none;z-index:2}.lhp-mobile-media-card{background-color:var(--lhp-bg-surface);border:var(--lhp-border-card);border-radius:14px;padding:14px 16px;position:relative;min-height:110px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;box-shadow:0 4px 16px #00000059}.lhp-mobile-media-left{position:relative;z-index:2;display:flex;flex-direction:column;gap:2px}.lhp-mobile-media-bg-img{position:absolute;top:0;right:0;width:55%;height:100%;background-image:url(/media/kyucxua.webp);background-size:cover;background-position:center;opacity:.55;mask-image:linear-gradient(to right,transparent,black 35%);-webkit-mask-image:linear-gradient(to right,transparent,black 35%);pointer-events:none}.lhp-mobile-story-card{background:linear-gradient(135deg,#0d1e30,#071523);border:var(--lhp-border-card);border-radius:14px;padding:18px 16px;position:relative;overflow:hidden;box-shadow:0 4px 18px #0006}.lhp-story-badge{display:inline-block;background:var(--lhp-gold-primary);color:#071523;font-size:9.5px;font-weight:800;letter-spacing:.08em;padding:3px 8px;border-radius:var(--lhp-radius-pill);margin-bottom:8px}.lhp-story-quote{font-family:var(--lhp-font-serif);font-size:18px;font-weight:700;color:var(--lhp-text-ivory);line-height:1.25;margin-bottom:8px;max-width:65%}.lhp-story-body{font-size:11.5px;line-height:1.45;color:var(--lhp-text-body);max-width:62%;margin-bottom:10px}.lhp-story-link{font-size:12px;font-weight:700;color:var(--lhp-gold-highlight);text-decoration:none;display:inline-flex;align-items:center;gap:4px}.lhp-story-alumni-img{position:absolute;top:0;right:0;height:100%;width:40%;object-fit:cover;opacity:.75;mask-image:linear-gradient(to left,black 65%,transparent);-webkit-mask-image:linear-gradient(to left,black 65%,transparent);pointer-events:none}.lhp-story-script-overlay{position:absolute;top:20px;right:14px;font-family:var(--lhp-font-script);font-size:15px;color:var(--lhp-text-ivory);text-shadow:0 2px 6px rgba(0,0,0,.9);line-height:1.1;text-align:right;pointer-events:none}.lhp-mobile-timeline-card{background:var(--lhp-bg-surface);border:var(--lhp-border-card);border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:14px}.lhp-timeline-header-row{display:flex;align-items:center;justify-content:space-between}.lhp-timeline-header-left{display:flex;align-items:center;gap:8px}.lhp-timeline-title{font-family:var(--lhp-font-serif);font-size:16px;font-weight:700;color:var(--lhp-text-ivory)}.lhp-timeline-subtitle{font-size:10.5px;color:var(--lhp-text-muted)}.lhp-timeline-see-all-link{font-size:11.5px;font-weight:600;color:var(--lhp-gold-primary);text-decoration:none}.lhp-timeline-track-wrap{position:relative;width:100%;padding:12px 6px}.lhp-timeline-line{position:absolute;top:19px;left:12px;right:12px;height:2px;background-color:var(--lhp-gold-primary);opacity:.7}.lhp-timeline-nodes-row{position:relative;z-index:2;display:flex;justify-content:space-between;width:100%}.lhp-timeline-node-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px}.lhp-timeline-node-circle{width:14px;height:14px;border-radius:50%;border:2px solid var(--lhp-gold-primary);background:var(--lhp-bg-primary)}.lhp-timeline-node-year{font-family:var(--lhp-font-serif);font-size:11px;font-weight:700;color:var(--lhp-gold-highlight)}.lhp-timeline-node-label{font-size:9.5px;color:var(--lhp-text-muted);line-height:1.15}.lhp-timeline-bottom-quote{text-align:center;font-family:var(--lhp-font-script);font-size:16px;color:var(--lhp-gold-highlight);opacity:.9}.lhp-mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;height:64px;background-color:#071523f5;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--lhp-border-subtle);z-index:100;align-items:center;justify-content:space-around;padding-bottom:env(safe-area-inset-bottom,0px)}.lhp-bottom-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;text-decoration:none;color:var(--lhp-text-muted);font-size:10.5px;font-weight:500;cursor:pointer;background:transparent;border:none;padding:4px 10px}.lhp-bottom-nav-item.is-active{color:var(--lhp-gold-primary)}.lhp-bottom-nav-item:hover{color:var(--lhp-gold-highlight)}@media(min-width:640px)and (max-width:1179px){.lhp-desktop-header{display:flex!important;padding:0 20px}.lhp-mobile-header{display:none!important}.lhp-header-nav{gap:8px}.lhp-nav-btn{width:38px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;gap:0}.lhp-nav-btn span{display:none!important}.lhp-nav-btn svg{margin:0}}@media(min-width:640px)and (max-width:1023px){.lhp-main-grid-container{display:none!important}.lhp-mobile-search-wrapper{display:block!important;max-width:780px;margin:16px auto 0;padding:0 24px}.lhp-mobile-content-stream{display:flex!important;max-width:780px;margin:0 auto;padding:0 24px}.lhp-mobile-2x2-grid{gap:16px}.lhp-mobile-mini-card{min-height:160px}.lhp-mobile-bottom-nav,.lhp-desktop-footer{display:none!important}.lhp-mobile-footer{display:block!important;width:100%;margin-top:32px;padding:0 24px 48px;box-sizing:border-box;background-color:var(--lhp-bg-primary)}.desktop-only-title{display:none!important}.mobile-only-title{display:flex!important;flex-direction:column;gap:4px;font-size:clamp(28px,4.5vw,40px)!important;line-height:1.15!important;font-family:var(--lhp-font-serif)!important;font-weight:600!important;color:var(--lhp-text-ivory)!important;margin:0!important}.lhp-hero-handwriting-block,.lhp-mobile-story-card,.lhp-mobile-timeline-card,.lhp-mobile-media-card{display:none!important}}@media(max-width:639px){.lhp-desktop-header{display:none!important}.lhp-mobile-header{display:flex!important}.lhp-main-grid-container{display:none!important}.lhp-mobile-search-wrapper{display:block!important;padding:8px 16px 4px!important}.lhp-mobile-content-stream{display:flex!important;padding:0 16px}.lhp-mobile-bottom-nav{display:flex!important}.desktop-only-title{display:none!important}.mobile-only-title{display:block!important}.lhp-hero-outer-container{width:100%!important;padding:0!important;margin:0!important}.lhp-hero-section{border-radius:0!important;border-left:none!important;border-right:none!important;border-top:none!important;min-height:290px;height:auto;padding:16px 0 12px}.lhp-hero-content-inner{padding:0 16px;flex-direction:column;align-items:flex-start;gap:12px}.lhp-hero-left{max-width:100%;margin-top:0;gap:6px}.lhp-hero-eyebrow{font-size:10.5px;line-height:1.3;letter-spacing:.22em;margin-bottom:0}.mobile-only-title{display:flex!important;flex-direction:column;gap:3px;font-size:clamp(23px,6.6vw,29px)!important;line-height:1.12!important;font-family:var(--lhp-font-serif)!important;font-weight:600!important;color:var(--lhp-text-ivory)!important;margin:0!important;letter-spacing:-.01em;text-shadow:0 4px 16px rgba(0,0,0,.6)}.mobile-only-title span:first-child{font-size:.85em;color:var(--lhp-gold-primary)}.lhp-hero-handwriting-block{display:none!important}.lhp-hero-description{font-size:13px;line-height:1.5;max-width:100%;margin-top:2px;margin-bottom:8px}.lhp-hero-actions{width:100%;flex-direction:column;align-items:stretch;gap:10px}.lhp-btn-primary-gold,.lhp-btn-secondary-dark{justify-content:center;width:100%;height:42px}.lhp-mobile-story-card,.lhp-mobile-timeline-card,.lhp-mobile-media-card,.lhp-desktop-footer{display:none!important}.lhp-mobile-footer{display:block!important;width:100%;margin-top:28px;padding:0 20px 84px;box-sizing:border-box;background-color:var(--lhp-bg-primary)}}.contribution-page{position:relative;min-height:100vh;background-color:#060f1e;background-image:radial-gradient(circle at 50% 0%,rgba(231,182,75,.12) 0%,transparent 60%),radial-gradient(circle at 10% 30%,rgba(14,38,64,.8) 0%,transparent 50%),radial-gradient(circle at 90% 70%,rgba(14,38,64,.6) 0%,transparent 50%);color:#f1f5f9;font-family:inherit;display:flex;flex-direction:column}.contribution-scroll-area{flex:1 0 auto;display:flex;flex-direction:column}.contribution-container{width:100%;max-width:860px;margin:0 auto;padding:40px 24px 80px}.contribution-header{text-align:center;margin-bottom:36px}.contribution-badge{display:inline-flex;align-items:center;gap:6px;background:#e7b64b1f;border:1px solid rgba(231,182,75,.4);border-radius:9999px;padding:4px 16px;font-size:.82rem;color:#e7b64b;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:14px}.contribution-title{font-family:Cormorant Garamond,serif,Georgia;font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#f4e7c6,#e7b64b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 16px;line-height:1.25}.contribution-intro{font-size:1.02rem;line-height:1.7;color:#cbd5e1;max-width:720px;margin:0 auto}.contribution-form{display:flex;flex-direction:column;gap:28px}.contribution-section{background:#0b1a2ad9;border:1px solid rgba(231,182,75,.28);border-radius:14px;padding:28px 30px;box-shadow:0 8px 32px #00000059;transition:border-color .2s ease}.contribution-section:focus-within{border-color:#e7b64b8c}.section-title-row{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(231,182,75,.15)}.section-step-badge{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#e7b64b2e;color:#e7b64b;font-weight:700;font-size:.85rem;border:1px solid rgba(231,182,75,.4)}.section-title{font-size:1.18rem;font-weight:600;color:#f8fafc;margin:0}.section-required-star{color:#ef4444;margin-left:2px}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-field-group:last-child{margin-bottom:0}.form-field-label{font-size:.9rem;font-weight:500;color:#e2e8f0;display:flex;justify-content:space-between;align-items:center}.form-field-input,.form-field-select,.form-field-textarea{width:100%;background:#060f1eb3;border:1px solid rgba(231,182,75,.28);border-radius:8px;padding:10px 14px;color:#f8fafc;font-size:.95rem;font-family:inherit;outline:none;transition:all .2s ease;box-sizing:border-box}.form-field-input:focus,.form-field-select:focus,.form-field-textarea:focus{border-color:#e7b64b;background:#060f1ef2;box-shadow:0 0 0 3px #e7b64b2e}.form-field-input.has-error,.form-field-select.has-error{border-color:#ef4444}.form-field-error{font-size:.8rem;color:#f87171;margin-top:2px}.form-field-hint{font-size:.8rem;color:#94a3b8;line-height:1.4}.cohort-calc-tag{display:inline-flex;align-items:center;gap:4px;background:#e7b64b1f;border:1px solid rgba(231,182,75,.35);border-radius:6px;padding:4px 10px;font-size:.85rem;color:#f4e7c6;font-weight:500;margin-top:6px}.personal-info-grid{display:grid;grid-template-columns:165px 1fr 1fr;grid-template-areas:"profile name   email" "profile cohort class";gap:16px 24px;align-items:start}.field-profile{grid-area:profile;display:flex;flex-direction:column;gap:10px}.field-name{grid-area:name}.field-email{grid-area:email}.field-cohort{grid-area:cohort}.field-class{grid-area:class}.profile-compact-frame{width:160px;height:213px;border-radius:12px;border:1.5px dashed rgba(231,182,75,.45);background:#060f1e99;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;position:relative;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.profile-compact-frame:hover{border-color:#e7b64b;box-shadow:0 0 16px #e7b64b33;transform:translateY(-1px)}.profile-compact-frame.has-image{border-style:solid;border-color:#e7b64b;box-shadow:0 4px 20px #0006}.profile-compact-img{width:100%;height:100%;object-fit:cover;display:block}.profile-compact-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#94a3b8;padding:12px;text-align:center}.profile-compact-placeholder span{font-size:.85rem;color:#f4e7c6;font-weight:500}.btn-compact-profile{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#e7b64b1f;border:1px solid rgba(231,182,75,.4);color:#f4e7c6;padding:8px 12px;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:160px}.btn-compact-profile:hover{background:#e7b64b40;border-color:#e7b64b;color:#fff}.profile-compact-help{font-size:.75rem;color:#94a3b8;line-height:1.35;max-width:160px;text-align:center}.profile-thumbnail-delete-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0f172ad9;border:1px solid rgba(239,68,68,.6);color:#f87171;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;z-index:5;box-shadow:0 2px 8px #00000080}.profile-thumbnail-delete-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444;transform:scale(1.08)}.profile-delete-confirm-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#060f1ef0;display:flex;align-items:center;justify-content:center;padding:12px;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-delete-confirm-box{text-align:center;display:flex;flex-direction:column;gap:10px}.profile-delete-confirm-text{font-size:.82rem;font-weight:500;color:#f8fafc}.profile-delete-confirm-actions{display:flex;justify-content:center;gap:8px}.profile-delete-confirm-cancel{padding:4px 10px;border-radius:6px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#cbd5e1;font-size:.78rem;cursor:pointer}.profile-delete-confirm-ok{padding:4px 10px;border-radius:6px;background:#dc2626;border:1px solid #ef4444;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer}.cohort-dropdown-wrapper{position:relative;width:100%}.cohort-dropdown-btn{width:100%;background:#060f1eb3;border:1px solid rgba(231,182,75,.28);border-radius:8px;padding:10px 14px;color:#f8fafc;font-size:.95rem;font-family:inherit;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;box-sizing:border-box}.cohort-dropdown-btn:focus,.cohort-dropdown-btn.is-open{border-color:#e7b64b;background:#060f1ef2;box-shadow:0 0 0 3px #e7b64b2e}.cohort-dropdown-panel{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#0b1a2a;border:1px solid rgba(231,182,75,.4);border-radius:8px;box-shadow:0 12px 32px #0009;z-index:50;padding:8px;display:flex;flex-direction:column;gap:6px}.cohort-search-input{width:100%;background:#060f1ecc;border:1px solid rgba(231,182,75,.3);border-radius:6px;padding:7px 10px;color:#f8fafc;font-size:.88rem;font-family:inherit;outline:none;box-sizing:border-box}.cohort-search-input:focus{border-color:#e7b64b}.cohort-options-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.cohort-option-item{padding:8px 12px;font-size:.9rem;color:#cbd5e1;border-radius:4px;cursor:pointer;transition:background .15s ease;text-align:left;background:transparent;border:none;width:100%}.cohort-option-item:hover,.cohort-option-item.is-selected{background:#e7b64b2e;color:#f4e7c6;font-weight:600}.counter-row{display:flex;justify-content:flex-end;font-size:.8rem;color:#94a3b8;margin-top:4px}.counter-row.is-max{color:#fbbf24;font-weight:600}.counter-warning-box{background:#f59e0b1f;border:1px solid rgba(245,158,11,.4);border-radius:8px;padding:12px 16px;color:#fef08a;font-size:.86rem;line-height:1.5;margin-top:10px;display:flex;align-items:flex-start;gap:10px}.material-dropzone{border:2px dashed rgba(231,182,75,.35);background:#060f1e80;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:all .2s ease;margin-bottom:16px}.material-dropzone:hover{border-color:#e7b64b;background:#060f1ecc}.material-dropzone-content{display:flex;flex-direction:column;align-items:center;gap:8px;color:#cbd5e1}.material-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:14px;margin-bottom:16px}.material-item-card{position:relative;border-radius:8px;overflow:hidden;border:1px solid rgba(231,182,75,.25);background:#060f1e;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.material-item-img{width:100%;height:100%;object-fit:cover}.material-item-remove-btn{position:absolute;top:4px;right:4px;background:#000000b3;color:#f87171;border:1px solid rgba(248,113,113,.4);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.material-item-remove-btn:hover{background:#ef4444;color:#fff}.material-item-badge{position:absolute;bottom:4px;left:4px;background:#000000bf;font-size:.7rem;padding:2px 6px;border-radius:4px;color:#cbd5e1}.video-notice-box{background:#0ea5e914;border:1px solid rgba(14,165,233,.3);border-radius:8px;padding:12px 16px;font-size:.86rem;color:#bae6fd;line-height:1.5}.video-notice-link{color:#38bdf8;text-decoration:underline;cursor:pointer}.consent-row{display:flex;align-items:flex-start;gap:12px;cursor:pointer;margin-bottom:20px}.consent-checkbox{width:20px;height:20px;accent-color:#e7b64b;margin-top:2px;flex-shrink:0;cursor:pointer}.consent-label-text{font-size:.92rem;color:#e2e8f0;line-height:1.5}.submit-error-banner{background:#ef444426;border:1px solid #ef4444;color:#fca5a5;padding:12px 18px;border-radius:8px;font-size:.92rem;margin-bottom:18px;line-height:1.4}.submit-btn-row{display:flex;justify-content:center}.btn-submit-contribution{background:linear-gradient(135deg,#e7b64b,#c99832);color:#060f1e;border:none;border-radius:10px;padding:14px 44px;font-size:1.05rem;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 6px 24px #e7b64b59;transition:all .25s ease;display:inline-flex;align-items:center;gap:10px}.btn-submit-contribution:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 32px #e7b64b80;filter:brightness(1.06)}.btn-submit-contribution:disabled{opacity:.45!important;cursor:not-allowed!important;transform:none!important;box-shadow:none!important;filter:grayscale(.5)!important}.contribution-success-panel{background:#0b1a2aeb;border:1px solid #e7b64b;border-radius:16px;padding:48px 36px;text-align:center;box-shadow:0 16px 48px #00000080;max-width:650px;margin:40px auto}.success-icon-circle{width:68px;height:68px;background:#e7b64b2e;border:2px solid #e7b64b;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;color:#e7b64b}.success-panel-title{font-size:1.75rem;font-weight:700;color:#f8fafc;margin-bottom:14px}.success-panel-desc{font-size:1rem;line-height:1.6;color:#cbd5e1;margin-bottom:28px}.success-panel-actions{display:flex;justify-content:center;gap:16px}.btn-action-outline{background:transparent;border:1px solid rgba(231,182,75,.5);color:#f4e7c6;padding:10px 24px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-action-outline:hover{background:#e7b64b26;color:#fff}.btn-action-primary{background:linear-gradient(135deg,#e7b64b,#c99832);color:#060f1e;border:none;padding:10px 24px;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-action-primary:hover{filter:brightness(1.08)}.crop-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px}.crop-modal-card{background:#0b1a2a;border:1px solid rgba(231,182,75,.45);border-radius:14px;width:100%;max-width:440px;padding:20px;box-shadow:0 24px 64px #0009;display:flex;flex-direction:column;gap:14px}.crop-modal-header{display:flex;justify-content:space-between;align-items:center}.crop-modal-title{font-size:1.05rem;font-weight:600;color:#f8fafc}.crop-modal-close-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:4px}.crop-modal-close-btn:hover{color:#fff}.crop-modal-canvas-wrapper{display:flex;justify-content:center;align-items:center;background:#060f1e;border-radius:8px;overflow:hidden;border:1px solid rgba(231,182,75,.2)}.crop-modal-canvas{touch-action:none;cursor:grab;max-width:100%;height:auto}.crop-modal-canvas:active{cursor:grabbing}.crop-modal-hint{font-size:.78rem;color:#94a3b8;text-align:center;line-height:1.35}.crop-modal-controls{display:flex;align-items:center;gap:10px;padding:4px 8px;background:#060f1e80;border-radius:8px}.crop-ctrl-btn{background:transparent;border:1px solid rgba(231,182,75,.3);color:#e7b64b;border-radius:6px;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.crop-ctrl-btn:hover{background:#e7b64b33}.crop-zoom-slider{flex:1;accent-color:#e7b64b;cursor:pointer}.crop-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:6px}.crop-btn-cancel{background:transparent;border:1px solid rgba(148,163,184,.3);color:#cbd5e1;padding:8px 18px;border-radius:6px;cursor:pointer}.crop-btn-cancel:hover{background:#ffffff0d}.crop-btn-replace{background:#e7b64b26;border:1px solid rgba(231,182,75,.5);color:#f4e7c6;padding:8px 18px;border-radius:6px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.crop-btn-replace:hover{background:#e7b64b47;color:#fff}.crop-btn-apply{background:linear-gradient(135deg,#e7b64b,#c99832);color:#060f1e;border:none;padding:8px 20px;border-radius:6px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.crop-btn-apply:hover{filter:brightness(1.08)}@media(max-width:768px){.contribution-container{padding:24px 16px 100px}.contribution-title{font-size:1.85rem}.contribution-intro{font-size:.92rem}.contribution-section{padding:20px 16px}.personal-info-grid{display:flex;flex-direction:column;gap:16px}.field-profile{align-items:center;margin-bottom:4px}.profile-compact-frame{width:145px;height:193px}.btn-compact-profile{width:145px}.profile-compact-help{max-width:200px}.profile-crop-wrapper{flex-direction:column;align-items:flex-start;gap:16px}.profile-preview-box{width:105px;height:140px}.btn-submit-contribution{width:100%;justify-content:center;padding:14px 20px}.success-panel-actions{flex-direction:column}}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/BeVietnamPro-400-vietnamese-CRcqvyg1.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/BeVietnamPro-400-latin-ext-CiZNW1ec.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:400;font-display:swap;src:url(/assets/BeVietnamPro-400-latin-PpnXBOrz.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/BeVietnamPro-500-vietnamese-DREgrEoJ.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/BeVietnamPro-500-latin-ext-h0Fp6aX0.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:500;font-display:swap;src:url(/assets/BeVietnamPro-500-latin-B6LVzGNe.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/BeVietnamPro-600-vietnamese-nyU-ZL2p.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/BeVietnamPro-600-latin-ext-BNd8euf0.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/BeVietnamPro-600-latin-BZDkUTrt.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/BeVietnamPro-700-vietnamese-Csr0PCuG.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/BeVietnamPro-700-latin-ext-C8_gqRu2.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Be Vietnam Pro;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/BeVietnamPro-700-latin-DlW1Zbsh.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/CormorantGaramond-600-cyrillic-ext-Bg62sWL9.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/CormorantGaramond-600-cyrillic-BWCqVJN0.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/CormorantGaramond-600-vietnamese-CDLFB6hb.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/CormorantGaramond-600-latin-ext-ltf1AbuM.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/CormorantGaramond-600-latin-CUoBjw-S.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/CormorantGaramond-600-cyrillic-ext-Bg62sWL9.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/CormorantGaramond-600-cyrillic-BWCqVJN0.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/CormorantGaramond-600-vietnamese-CDLFB6hb.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/CormorantGaramond-600-latin-ext-ltf1AbuM.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/CormorantGaramond-600-latin-CUoBjw-S.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/DancingScript-600-vietnamese-BsUJvdxu.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/DancingScript-600-latin-ext-DJGK6qJa.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(/assets/DancingScript-600-latin-CyISZbeS.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/DancingScript-600-vietnamese-BsUJvdxu.woff2) format("woff2");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/DancingScript-600-latin-ext-DJGK6qJa.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(/assets/DancingScript-600-latin-CyISZbeS.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-bg: #071523;--color-text: #f8fafc;--color-text-muted: #94a3b8;--color-accent: #E7B64B;--color-accent-hover: #F4C968;--font-family: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lhp-font-serif: "Cormorant Garamond", Georgia, serif;--lhp-font-sans: "Be Vietnam Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--lhp-font-script: "Dancing Script", cursive;--glass-border: rgba(255, 255, 255, .12);--glass-border-focus: rgba(231, 182, 75, .5);--radius-pill: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow-x:hidden;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.yearbook-app-root{position:relative;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden;background-color:var(--color-bg)}.yearbook-content-scrollable{position:relative;z-index:10;display:flex;flex-direction:column;flex:1;width:100%}.yearbook-background{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background-position:center center;background-repeat:no-repeat;background-size:cover;pointer-events:none;transform:scale(1.02)}.yearbook-background-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;background:radial-gradient(ellipse at 50% 28%,#0a0e1a47,#070a139e 60%,#05070ed9);pointer-events:none}.top-header-bar{position:sticky;top:0;z-index:50;display:flex;justify-content:center;align-items:center;padding:clamp(.35rem,1vh,.75rem) 1rem .2rem;flex-shrink:0}.top-cluster{display:inline-flex;align-items:center;gap:.5rem;background:#0d1321c7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-pill);padding:.35rem .65rem;box-shadow:0 10px 32px #00000061;flex-wrap:wrap;justify-content:center}.top-controls-selectors{display:inline-flex;align-items:center;gap:.5rem}.top-brand{display:flex;align-items:center;gap:.4rem;padding:.25rem .5rem .25rem .4rem}.top-brand-icon{color:var(--color-accent)}.top-brand-text{font-weight:800;font-size:.92rem;letter-spacing:.04em;background:linear-gradient(135deg,#fef08a,#eab308 60%,#ca8a04);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.top-brand-logo-img{height:22px;width:auto;object-fit:contain;display:block}.top-cluster-divider{width:1px;height:20px;background:#ffffff24}.top-dropdown{position:relative}.top-pill-btn{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:none;border-radius:var(--radius-pill);padding:.38rem .75rem;color:var(--color-text);font-size:.84rem;cursor:pointer;transition:all .18s ease;white-space:nowrap}.top-pill-btn:hover,.top-pill-btn.is-active{background:#ffffff1a;color:#fff}.top-pill-muted{color:var(--color-text-muted);font-size:.78rem}.top-pill-value{font-weight:600;color:var(--color-text)}.top-chevron{color:var(--color-text-muted);transition:transform .2s ease}.top-chevron.is-open{transform:rotate(180deg)}.top-dropdown-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);min-width:180px;background:#0f172af5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:14px;box-shadow:0 18px 40px #000000a6;padding:.4rem;z-index:100}.top-dropdown-search{padding:.2rem .3rem .35rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:.25rem}.top-dropdown-search input{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.32rem .6rem;color:#fff;font-size:.8rem;outline:none}.top-dropdown-search input:focus{border-color:var(--color-accent)}.top-dropdown-list{max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.top-dropdown-item{text-align:left;background:transparent;border:none;border-radius:8px;padding:.42rem .65rem;color:var(--color-text);font-size:.83rem;cursor:pointer;transition:background .15s ease}.top-dropdown-item:hover{background:#ffffff1a}.top-dropdown-item.is-selected{background:#eab3082e;color:var(--color-accent);font-weight:600}.top-dropdown-empty{padding:.5rem .7rem;font-size:.78rem;color:var(--color-text-muted);text-align:center}.top-search-form{display:flex;align-items:center;gap:.35rem}.top-search-field{position:relative;display:flex;align-items:center}.top-search-input{background:#ffffff12;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-pill);padding:.38rem 1.8rem .38rem .85rem;color:#fff;font-size:.83rem;width:210px;outline:none;transition:all .2s ease}.top-search-input:focus{background:#ffffff1f;border-color:#eab30880;width:235px}.top-search-clear{position:absolute;right:.55rem;background:none;border:none;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.top-search-clear:hover{color:#fff}.top-search-icon-btn{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#eab308,#ca8a04);border:none;color:#0d121f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,opacity .15s ease;flex-shrink:0}.top-search-icon-btn:hover{transform:scale(1.06);opacity:.95}.yearbook-main-stage{position:relative;z-index:10;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 1rem;max-width:1540px;width:100%;margin:0 auto;min-height:0}.yearbook-header-wrapper{position:sticky;top:0;z-index:60;display:flex;flex-direction:column;align-items:center;width:100%;pointer-events:none}.yearbook-header-wrapper>*{pointer-events:auto}.yearbook-feedback-toast{display:flex;align-items:center;gap:.5rem;background:#ef444438;border:1px solid rgba(239,68,68,.4);color:#fca5a5;padding:.4rem .85rem;border-radius:var(--radius-pill);font-size:.82rem;margin-top:10px;margin-bottom:0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 8px 24px #00000073;max-width:calc(100vw - 2rem);z-index:70;pointer-events:auto}.yearbook-feedback-reset-btn{display:flex;align-items:center;gap:.25rem;background:#ffffff29;border:none;border-radius:var(--radius-pill);color:#fff;padding:.18rem .48rem;font-size:.74rem;cursor:pointer}.yearbook-feedback-reset-btn:hover{background:#ffffff47}.yearbook-stage-container{position:relative;width:100%;max-width:1200px;margin-inline:auto;height:clamp(380px,48vh,440px);display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;cursor:grab;flex-shrink:0}.yearbook-stage-container:active{cursor:grabbing}.yearbook-3d-viewport{position:relative;width:100%;height:100%;perspective:1500px;perspective-origin:50% 46%;overflow:visible;touch-action:pan-y}.yearbook-3d-arc{position:absolute;top:0;right:0;bottom:0;left:0;transform-style:preserve-3d;pointer-events:none}.yearbook-portrait{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);width:clamp(285px,26vw,350px);aspect-ratio:3 / 4;padding:0;border-radius:10px;overflow:hidden;border:none;background:transparent;box-shadow:0 18px 44px #0000006b,0 5px 14px #0000003d;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,opacity,filter;cursor:pointer;pointer-events:auto;transition:box-shadow .22s ease}.yearbook-portrait:hover{box-shadow:0 24px 54px #00000080,0 7px 18px #00000047}.yearbook-portrait:focus-visible{outline:2px solid rgba(250,204,21,.9);outline-offset:4px}.yearbook-portrait-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none;border-radius:10px}.editorial-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0609129e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:flex-start;justify-content:center;padding:1.5rem;overflow-y:auto;animation:modalFadeIn .2s ease-out}.editorial-modal-nav-btn{position:fixed;top:50%;transform:translateY(-50%);width:50px;height:50px;border-radius:50%;background:#0b1626d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(231,182,75,.4);color:#f4c968;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:105;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 28px #00000080}.editorial-modal-nav-btn:hover{background:#e7b64b38;border-color:#f4c968;color:#fff;transform:translateY(-50%) scale(1.08);box-shadow:0 14px 36px #0009,0 0 16px #e7b64b33}.editorial-modal-nav-btn.is-disabled{pointer-events:none!important;opacity:.3!important;cursor:not-allowed!important;transform:translateY(-50%) scale(.96)!important}.editorial-modal-nav-prev{left:max(18px,calc((100vw - 875px)/2 - 70px))}.editorial-modal-nav-next{right:max(18px,calc((100vw - 875px)/2 - 70px))}@media(max-width:768px){.editorial-modal-nav-btn{display:none!important}}.editorial-modal-card{position:relative;width:100%;max-width:875px;margin-top:max(24px,calc(42vh - 270px));margin-bottom:2.5rem;background:#fff;border-radius:28px;box-shadow:0 32px 84px #00000073,0 4px 20px #00000014;padding:20px 32px 20px 20px;overflow:hidden;animation:modalScaleUp .25s cubic-bezier(.16,1,.3,1)}.editorial-modal-stage{position:relative;width:100%}.editorial-modal-layer{width:100%}.editorial-modal-layer.is-idle{position:relative;opacity:1;transform:none}.editorial-modal-layer.is-outgoing{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;will-change:opacity,transform}.editorial-modal-layer.is-incoming{position:relative;z-index:2;will-change:opacity,transform}@keyframes layerCrossfadeOutNext{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-8px)}}@keyframes layerCrossfadeInNext{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes layerCrossfadeOutPrev{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(8px)}}@keyframes layerCrossfadeInPrev{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.editorial-modal-layer.is-outgoing.is-next{animation:layerCrossfadeOutNext 1.5s cubic-bezier(.4,0,.2,1) forwards}.editorial-modal-layer.is-incoming.is-next{animation:layerCrossfadeInNext 1.5s cubic-bezier(.4,0,.2,1) forwards}.editorial-modal-layer.is-outgoing.is-prev{animation:layerCrossfadeOutPrev 1.5s cubic-bezier(.4,0,.2,1) forwards}.editorial-modal-layer.is-incoming.is-prev{animation:layerCrossfadeInPrev 1.5s cubic-bezier(.4,0,.2,1) forwards}@media(prefers-reduced-motion:reduce){.editorial-modal-layer.is-outgoing,.editorial-modal-layer.is-incoming{animation:none!important;opacity:1!important;transform:none!important}}.editorial-modal-grid{display:grid;grid-template-columns:390px 1fr;gap:2.2rem;align-items:stretch}.editorial-modal-image-col{width:100%;height:100%;min-height:480px;max-height:520px;border-radius:18px;overflow:hidden;box-shadow:0 12px 32px #0000001f}.editorial-modal-image{width:100%;height:100%;object-fit:cover;display:block}.editorial-modal-text-col{display:flex;flex-direction:column;justify-content:space-between;padding:1.2rem 0;text-align:left}.editorial-modal-quote{margin-top:.8rem}.editorial-modal-quote p{font-size:1.15rem;line-height:1.78;color:#334155;font-style:italic;font-weight:400}.editorial-modal-identity{display:flex;align-items:center;gap:.95rem;margin-top:auto;padding-top:2rem}.editorial-modal-bar{width:3.5px;height:42px;background:#eab308;border-radius:2px;flex-shrink:0}.editorial-modal-lines{display:flex;flex-direction:column;gap:.2rem}.editorial-modal-name{font-size:1.2rem;font-weight:700;color:#0f172a;letter-spacing:-.01em}.editorial-modal-subline{font-size:.92rem;font-weight:500;color:#64748b}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.yearbook-loading-state,.yearbook-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;color:var(--color-text-muted)}.yearbook-spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.yearbook-reset-btn{background:#ffffff1a;border:1px solid var(--glass-border);color:#fff;border-radius:var(--radius-pill);padding:.45rem 1rem;cursor:pointer}@media(max-width:768px){.yearbook-background,.yearbook-background-overlay{display:none!important}.top-header-bar{padding:.45rem .75rem .2rem}.top-cluster{flex-direction:column;width:100%;max-width:440px;border-radius:18px;padding:.5rem .65rem;gap:.45rem;box-sizing:border-box}.top-controls-selectors{display:flex;width:100%;gap:.5rem}.top-controls-selectors .top-dropdown{flex:1;min-width:0}.top-controls-selectors .top-pill-btn{width:100%;justify-content:space-between;box-sizing:border-box}.top-cluster-divider{display:none!important}.top-search-form{width:100%;display:flex;align-items:center;box-sizing:border-box}.top-search-field{flex:1;width:100%;display:flex}.top-search-input{width:100%!important;box-sizing:border-box}.top-search-input:focus{width:100%!important}.yearbook-main-stage{flex:0 0 auto;padding:0 .5rem;margin-top:2px;margin-bottom:0}.yearbook-stage-container{height:clamp(250px,36vh,290px)}.yearbook-bottom-cards-section{margin-top:4px;padding:0 1rem;margin-bottom:24px}.yearbook-portrait{width:clamp(176px,49vw,205px);border-radius:9px}.yearbook-portrait-img{border-radius:9px}.editorial-modal-backdrop{padding:10px 8px;align-items:flex-start}.editorial-modal-card{padding:16px 16px 20px;max-width:87vw;width:100%;margin-top:10px;margin-bottom:16px;background:#fff!important;border:none!important;border-radius:20px;max-height:92vh;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 32px 84px #00000073,0 4px 20px #00000014}.editorial-modal-grid{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.editorial-modal-image-col{width:100%;max-width:none;height:auto;aspect-ratio:3 / 4;max-height:none;min-height:unset;border-radius:14px;flex-shrink:0}.editorial-modal-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:14px}.editorial-modal-text-col{width:100%;min-height:auto;padding:0 .25rem;display:flex;flex-direction:column;justify-content:flex-start}.editorial-modal-quote{margin-top:.2rem}.editorial-modal-quote p{font-size:.94rem;line-height:1.58;text-align:left}.editorial-modal-identity{margin-top:1rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.06);gap:.75rem}.editorial-modal-bar{width:3px;height:34px}.editorial-modal-name{font-size:1.05rem}.editorial-modal-subline{font-size:.82rem}}.yearbook-bottom-cards-section{width:100%;max-width:1240px;margin-inline:auto;padding:0 1.5rem;margin-top:clamp(16px,2.5vh,28px);margin-bottom:clamp(14px,2vh,22px);z-index:10;position:relative;flex-shrink:0}.yearbook-bottom-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.yearbook-bottom-cards-grid.has-5-cards{grid-template-columns:repeat(5,1fr)}.yearbook-bg-kyyeu{background-image:url(/media/lhp-home-kyyeu.webp)}.yearbook-mini-card{position:relative;height:clamp(145px,17vh,175px);border-radius:16px;border:1px solid rgba(231,182,75,.3);background-color:#0b1a2a;overflow:hidden;box-shadow:0 8px 24px #00000073;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;flex-direction:column;cursor:pointer}.yearbook-mini-card:hover{transform:translateY(-2px);border-color:#f4c9688c;box-shadow:0 12px 32px #0009,0 0 16px #e7b64b26}.yearbook-mini-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center right;opacity:.85}.yearbook-mini-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#071523f0,#071523b8 55%,#07152359);pointer-events:none}.yearbook-mini-card-content{position:relative;z-index:2;padding:16px 20px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.yearbook-mini-card-header{display:flex;flex-direction:column;gap:3px}.yearbook-mini-card-icon-wrap{color:var(--color-accent);margin-bottom:2px}.yearbook-mini-card-title{font-family:var(--lhp-font-serif);font-size:clamp(17px,1.35vw,21px);font-weight:700;color:#f4e7c6;line-height:1.2}.yearbook-mini-card-subtitle{font-family:var(--lhp-font-sans);font-size:11.5px;font-weight:500;color:var(--color-accent);line-height:1.3}.yearbook-mini-card-btn{align-self:flex-start;display:inline-flex;align-items:center;gap:5px;background:linear-gradient(135deg,#f4c968,#e7b64b);color:#071523;font-family:var(--lhp-font-sans);font-size:11.5px;font-weight:700;padding:5px 14px;border-radius:var(--radius-pill);border:none;cursor:pointer;box-shadow:0 4px 12px #e7b64b40;transition:all .2s ease;margin-top:6px}.yearbook-mini-card-btn:hover{transform:translateY(-1px);background:linear-gradient(135deg,#fce098,#f4c968)}@media(max-width:1024px){.yearbook-bottom-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px}.yearbook-bottom-cards-grid.has-5-cards{grid-template-columns:repeat(2,1fr)}.yearbook-bottom-cards-grid.has-5-cards .yearbook-mini-card-kyyeu{grid-column:1 / -1}}@media(max-width:768px){.yearbook-bg-kyyeu{background-image:url(/media/lhp-home-kyyeu2.webp)}}@media(max-width:640px){.yearbook-bottom-cards-grid{grid-template-columns:1fr;gap:10px}.yearbook-bottom-cards-grid.has-5-cards{grid-template-columns:repeat(2,1fr);gap:10px}.yearbook-bottom-cards-grid.has-5-cards .yearbook-mini-card-kyyeu{grid-column:1 / -1;height:125px}.yearbook-mini-card{height:112px}}.endless-gallery-root{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background-color:#03060c;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;z-index:999;perspective:1200px}.gallery-top-controls{position:fixed;top:1.25rem;right:1.25rem;z-index:1010;display:flex;align-items:center;gap:.65rem;pointer-events:none}.gallery-action-btn{pointer-events:auto;display:inline-flex;align-items:center;gap:.45rem;height:38px;padding:0 1.05rem;border-radius:var(--radius-pill);font-size:.88rem;font-weight:500;cursor:pointer;white-space:nowrap;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 8px 24px #0006;transition:all .22s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;user-select:none}.gallery-btn-refresh{background:#eab30829;border:1px solid rgba(234,179,8,.38);color:#fde047}.gallery-btn-refresh:hover{background:#eab30847;border-color:#eab30899;color:#fef08a;transform:translateY(-1px) scale(1.02)}.gallery-btn-back{background:#121726c7;border:1px solid rgba(255,255,255,.16);color:#f1f5f9}.gallery-btn-back:hover{background:#1e293beb;border-color:#ffffff4d;color:#fff;transform:translateY(-1px) scale(1.02)}.endless-gallery-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transform-style:preserve-3d;transform-origin:center center;will-change:transform}.endless-gallery-root{cursor:grab}.endless-gallery-root:active{cursor:grabbing}.gallery-tile-card{position:absolute;box-sizing:border-box;transform-style:preserve-3d;border-radius:6px;overflow:hidden;cursor:pointer;box-shadow:0 8px 24px #00000073;transition:filter .2s ease,transform .2s ease;will-change:transform}.gallery-tile-card:hover{filter:brightness(1.14);z-index:10}.gallery-tile-bg{width:100%;height:100%;background-size:cover;background-position:center;border-radius:6px;pointer-events:none}.gallery-tile-img{width:100%;height:100%;object-fit:cover;display:block;border-radius:6px;pointer-events:none}.endless-gallery-vignette{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at center,transparent 40%,rgba(3,6,12,.35) 75%,rgba(3,6,12,.85) 95%,rgba(3,6,12,1) 100%);z-index:20}.gallery-lightbox-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;background:#000000b3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:2rem;cursor:zoom-out;animation:lightboxFadeIn .22s ease-out}.gallery-lightbox-container{position:relative;max-width:92vw;max-height:92vh;display:flex;align-items:center;justify-content:center;cursor:default}.gallery-lightbox-img{max-width:92vw;max-height:92vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 30px 90px #000000d9,0 4px 16px #0006;animation:lightboxImgZoom .24s cubic-bezier(.16,1,.3,1)}@keyframes lightboxFadeIn{0%{opacity:0}to{opacity:1}}@keyframes lightboxImgZoom{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){.yearbook-gallery-banner-wrap{margin-top:42px;margin-bottom:12px;padding:0 .5rem}.yearbook-gallery-banner-cta{max-width:clamp(240px,68vw,300px);border-radius:12px}.yearbook-gallery-banner-img{border-radius:12px}.gallery-top-controls{top:auto;bottom:1.25rem;right:1rem;gap:.5rem}.gallery-action-btn{height:32px;padding:0 .75rem;font-size:.78rem;gap:.35rem}.gallery-lightbox-backdrop{padding:1rem}.gallery-lightbox-img{max-width:95vw;max-height:88vh}}
