@charset "UTF-8";body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f4f6f8;color:#0f172a}.app-container{height:100vh;display:flex;flex-direction:column}.app-header{text-align:center;display:flex;align-items:center;justify-content:space-between;padding:12px;background:#044155;color:#fff;position:fixed;width:100%;z-index:10000}.app-header .logo{font-weight:700;letter-spacing:2px;font-size:14px}.app-header .subtitle{font-size:12px;opacity:.7}.content{margin-top:65px;flex:1;overflow-y:auto;padding:20px 20px 120px}.content.content-update{padding:0!important}.content{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;min-height:0}.panel{background:#fff;padding:24px;border:1px solid #e5e7eb;margin-bottom:20px}.panel h1{font-size:18px;font-weight:600;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.panel p{font-size:14px;color:#6b7280}.footer-nav{z-index:1000;position:fixed;bottom:0;width:100%;background:#fff;padding:10px 0 40px;border-top:1px solid #eee}.nav-item{background-color:#fff;flex:1;text-align:center;font-size:12px;color:#777;text-decoration:none!important;display:flex;flex-direction:column;justify-content:center;align-items:center}.nav-item i{display:block;font-size:18px;margin-bottom:7px}.nav-item.active{color:green}.nav-item-center{position:relative;top:-20px}.plus-button{width:60px;height:60px;background:green;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;box-shadow:0 5px 15px #0003}.plus-button i{margin-bottom:0}.crew-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 12px;border-bottom:1px solid #e5e7eb}.crew-item:last-child{border-bottom:none}.crew-avatar{width:44px;height:44px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e7eb}.crew-info{display:flex;flex-direction:column}.crew-name{font-size:14px;font-weight:600;color:#0f172a}.crew-role{font-size:12px;color:#6b7280;letter-spacing:.3px}.crew-item:hover{background:#f8fafc}.update-item{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background .2s ease}.update-item:hover{background:#f8fafc}.update-item i{font-size:12px;color:#9ca3af}.update-item:active{background:#eef2f7}.btn-primary{height:36px;display:flex;align-items:center}.timeline{position:relative;margin-left:10px}.timeline:before{content:"";position:absolute;left:9px;top:0;bottom:0;width:2px;background:#e5e7eb}.timeline-item{position:relative;display:flex;align-items:flex-start;margin-bottom:24px}.timeline-dot{width:18px;height:18px;background:#cbd5f5;border-radius:50%;position:relative;z-index:2;margin-right:12px}.timeline-content{padding-top:0;margin-top:-5qpx}.timeline-item:last-child{margin-bottom:0}input,select,textarea,*{border-radius:0!important}.btn-default{background-color:#fff;border:1px solid #e5e7eb;border-radius:0!important}alert{background-color:red;display:block;padding:12px;margin-bottom:20px;color:#fff}
