/* 1. SEARCH FORM */
.npt-ticket-wrapper{max-width:1150px;margin:20px auto;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.06);padding:24px;font-family:inherit;box-sizing:border-box;border:1px solid #e4e7ea}
.npt-ticket-top{display:flex;gap:12px;margin-bottom:20px}
.npt-ticket-radio-group{display:inline-flex;background:#f4f5f7;border-radius:30px;padding:3px}
.npt-ticket-radio-label{padding:6px 18px;border-radius:20px;cursor:pointer;font-size:13px;font-weight:600;color:#586175;transition:all .2s;margin:0}
.npt-ticket-radio-input{display:none}
.npt-ticket-radio-input:checked+.npt-ticket-radio-label{background:#0064d2;color:#fff;box-shadow:0 2px 6px rgba(0,100,210,.25)}
.npt-ticket-form-grid{display:flex;background:#fff;border:1px solid #ced2d9;border-radius:12px;padding:0;overflow:visible;box-sizing:border-box;align-items:stretch}
.npt-ticket-field{position:relative;padding:12px 16px;border-right:1px solid #e4e7ea;min-width:0;display:flex;flex-direction:column;justify-content:center}
.npt-ticket-field:last-child{border-right:none}
.npt-ticket-field.npt-field-loc{flex:1.2}
.npt-ticket-field.npt-field-date{flex:1}
.npt-ticket-field.npt-field-pax{flex:0.6}
.npt-ticket-field.npt-field-action{flex:0.8;background:#fff;border-right:none;padding:8px;display:flex;align-items:center;justify-content:center}
.npt-ticket-label{font-size:11px;color:#8a93a7;display:block;margin-bottom:2px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}
.npt-ticket-input{width:100%;border:none;font-size:14px;font-weight:700;color:#2c3444;outline:none;background:0 0;padding:2px 0;cursor:pointer;box-sizing:border-box;height:24px}
.npt-ticket-btn{background:#ff5e1f;color:#fff;border:none;border-radius:8px;padding:0 20px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s;height:100%;width:100%;white-space:nowrap;box-shadow:0 3px 8px rgba(255,94,31,.2)}
.npt-ticket-btn:hover{background:#e04a11;transform:translateY(-1px)}
.flatpickr-calendar{box-shadow:0 8px 24px rgba(0,0,0,.15)!important;border:1px solid #e4e7ea!important;border-radius:12px!important;font-family:inherit;z-index:999999!important}
.flatpickr-day.selected,.flatpickr-day.selected:hover{background:#0064d2!important;border-color:#0064d2!important}
@media(max-width:991px){.npt-ticket-form-grid{flex-direction:column}.npt-ticket-field{width:100%;border-right:none;border-bottom:1px solid #e4e7ea;padding:14px 16px}.npt-ticket-field.npt-field-action{border-bottom:none;height:65px}}

/* 2. SEARCH RESULTS */
.npt-res-wrap{max-width:900px;margin:80px auto 80px;font-family:inherit;padding:0 20px;position:relative;z-index:10;box-sizing:border-box}
.npt-res-header{background:#fff;border:1px solid #0064d2;color:#0064d2;padding:20px 25px;border-radius:12px;margin-bottom:20px;box-shadow:0 8px 30px rgba(0,100,210,.15)}
.npt-res-title{font-size:20px;font-weight:800;margin:0;color:#001d3d}
.npt-res-subtitle{font-size:14px;color:#586175;font-weight:600;margin-top:8px;display:flex;gap:20px}
.npt-res-card{background:#fff;border:1px solid #e4e7ea;border-radius:12px;padding:20px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center;transition:all .3s;box-shadow:0 4px 15px rgba(0,0,0,.04);box-sizing:border-box}
.npt-res-card:hover{border-color:#ff5e1f;box-shadow:0 8px 25px rgba(255,94,31,.15);transform:translateY(-2px)}
.npt-res-left{display:flex;gap:20px;align-items:center;width:100%}
.npt-res-logo{width:90px;height:90px;border-radius:10px;object-fit:contain;border:1px solid #f0f2f5;background:#fff;padding:5px;flex-shrink:0}
.npt-res-info{flex-grow:1}
.npt-res-info h4{margin:0 0 5px 0;font-size:20px;color:#1d2327;font-weight:800}
.npt-res-time{font-size:13px;color:#0064d2;font-weight:700;background:#f0f9ff;padding:5px 12px;border-radius:20px;display:inline-block;margin-bottom:10px;border:1px solid #bce1ff}
.npt-res-fac{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#586175;font-weight:600}
.npt-res-fac span{display:flex;align-items:center;gap:4px;background:#f4f5f7;padding:4px 10px;border-radius:6px}
.npt-res-right{text-align:right;border-left:1px dashed #e4e7ea;padding-left:25px;min-width:180px;flex-shrink:0;display:flex;flex-direction:column;justify-content:center}
.npt-res-price-lbl{font-size:12px;color:#8a93a7;text-transform:uppercase;font-weight:700;margin-bottom:4px}
.npt-strike-price{font-size:13px;color:#94a3b8;text-decoration:line-through;margin-bottom:2px;display:block}
.npt-res-price{font-size:26px;font-weight:800;color:#ff5e1f;margin:0 0 15px 0;line-height:1;display:flex;align-items:baseline;justify-content:flex-end;gap:4px}
.npt-currency-sym{font-size:15px;font-weight:600;color:#f97316}
.npt-res-btn{background:#ff5e1f;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:700;cursor:pointer;width:100%;transition:.2s;text-decoration:none;display:inline-block;text-align:center;font-size:15px;box-sizing:border-box}
.npt-res-btn:hover{background:#e04a11;color:#fff}
.npt-no-result{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;border:1px dashed #ced2d9;color:#586175}
@media(max-width:768px){.npt-res-card{flex-direction:column;align-items:stretch;gap:20px}.npt-res-left{flex-direction:column;text-align:center}.npt-res-fac{justify-content:center}.npt-res-right{border-left:none;padding-left:0;text-align:center;border-top:1px dashed #e4e7ea;padding-top:20px;width:100%}.npt-res-price{justify-content:center}.npt-res-btn{width:100%;max-width:100%}.npt-res-subtitle{flex-direction:column;gap:5px}}

/* 3. CHECKOUT PAGE */
html{scroll-behavior:smooth}
.npt-chk-wrap{max-width:1050px;margin:40px auto 80px;font-family:inherit;color:#2c3444;padding:0 20px;box-sizing:border-box;position:relative;z-index:10}
.npt-chk-grid{display:flex;gap:25px;align-items:flex-start}
.npt-chk-left{flex:1.5;min-width:0}
.npt-chk-right{flex:1;position:sticky;top:40px;min-width:0}
.npt-chk-box{background:#fff;border:1px solid #e4e7ea;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.npt-chk-title{font-size:18px;font-weight:800;margin:0 0 20px 0;border-bottom:1px solid #f0f2f5;padding-bottom:12px;color:#1d2327}
.npt-chk-row{display:flex;gap:15px;margin-bottom:15px}
.npt-chk-group{flex:1;display:flex;flex-direction:column;gap:6px}
.npt-chk-label{font-size:12px;font-weight:700;text-transform:uppercase;color:#8a93a7}
.npt-chk-input,.npt-chk-select{width:100%;padding:12px 16px;border:1px solid #ced2d9;border-radius:8px;font-size:15px;background:#f8fafc;box-sizing:border-box;transition:.2s;color:#35405a}
.npt-chk-input:focus,.npt-chk-select:focus{border-color:#0064d2;background:#fff;outline:none}
.npt-chk-sum-item{display:flex;justify-content:space-between;font-size:14px;margin-bottom:10px;color:#586175}
.npt-chk-sum-total{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;margin-top:15px;padding-top:15px;border-top:1px dashed #ced2d9;color:#1d2327}
.npt-chk-price{font-size:24px;color:#ff5e1f;font-weight:800;display:flex;align-items:baseline;gap:4px}
.npt-chk-btn{background:#ff5e1f;color:#fff;border:none;width:100%;padding:16px;font-size:16px;font-weight:700;border-radius:8px;cursor:pointer;margin-top:20px;transition:.2s}
.npt-chk-btn:hover{background:#e04a11}
.npt-plist-table{width:100%;border-collapse:collapse;margin-top:10px;font-size:13px}
.npt-plist-table th{background:#f1f5f9;padding:10px;text-align:left;color:#475569;font-weight:700;border-bottom:1px solid #e2e8f0}
.npt-plist-table td{padding:10px;border-bottom:1px solid #f1f5f9;color:#334155}
.npt-plist-strike{text-decoration:line-through;color:#94a3b8;margin-right:6px;font-size:11px}
.npt-mobile-pay-bar{display:none}
.npt-top-nav{display:none}

/* CHECKOUT DYNAMIC PASSENGERS & MODAL */
.npt-pax-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:15px;margin-top:15px}
.npt-pax-item{margin-bottom:10px}
.npt-pax-item:last-child{margin-bottom:0}
.npt-pax-title{font-size:12px;font-weight:700;color:#0064d2;margin-bottom:6px;text-transform:uppercase}
.npt-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(15,23,42,.7);z-index:99999;display:none;justify-content:center;align-items:center;opacity:0;transition:opacity .3s ease;backdrop-filter:blur(4px)}
.npt-modal-overlay.active{display:flex;opacity:1}
.npt-modal-box{background:#fff;width:100%;max-width:550px;border-radius:16px;padding:25px;box-shadow:0 20px 40px rgba(0,0,0,.2);transform:translateY(30px);transition:transform .3s ease;max-height:90vh;overflow-y:auto;position:relative}
.npt-modal-overlay.active .npt-modal-box{transform:translateY(0)}
.npt-modal-close{position:absolute;top:20px;right:20px;background:#f1f5f9;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:16px;color:#64748b;display:flex;justify-content:center;align-items:center;transition:.2s}
.npt-modal-close:hover{background:#ef4444;color:#fff}
.npt-btn-edit-trip{background:rgba(0,100,210,.1);color:#0064d2;border:1px solid rgba(0,100,210,.2);padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:.2s}
.npt-btn-edit-trip:hover{background:#0064d2;color:#fff}

@media(max-width:768px){
.npt-chk-grid{flex-direction:column}.npt-chk-left,.npt-chk-right{width:100%}.npt-chk-row{flex-direction:column}.npt-chk-wrap{margin-bottom:120px;margin-top:15px}.npt-chk-box{scroll-margin-top:120px}
footer,.site-footer,#colophon,#footer,.footer-wrap{display:none!important}
.npt-top-nav{display:flex!important;position:sticky;top:65px;left:0;width:100%;background:#fff;z-index:9998;overflow-x:auto;white-space:nowrap;padding:10px 16px;box-shadow:0 4px 15px rgba(0,0,0,.08);box-sizing:border-box;gap:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid #e2e8f0}
.npt-top-nav::-webkit-scrollbar{display:none}
.npt-top-nav a{background:#f4f5f7;color:#586175;font-size:12px;font-weight:700;padding:7px 14px;border-radius:20px;text-decoration:none;transition:all .25s ease;flex-shrink:0}
.npt-top-nav a.active{background:var(--npt-theme-color,#ff5e1f)!important;color:#fff!important;box-shadow:0 3px 10px rgba(0,0,0,.15)}
.npt-mob-hide-btn{display:none!important}
.npt-chk-right .npt-chk-box{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;margin:0!important;height:0!important;overflow:hidden}
.npt-chk-right .npt-chk-box *{display:none!important}
.npt-mobile-pay-bar{display:flex!important;align-items:center;justify-content:space-between;gap:10px;position:fixed;bottom:0;left:0;width:100%;background:#fff;z-index:9999;box-shadow:0 -4px 20px rgba(0,0,0,.1);padding:12px 15px;box-sizing:border-box;border-top:1px solid #e4e7ea;border-radius:16px 16px 0 0}
.npt-mob-price-wrap{display:flex;flex-direction:column;flex:1;min-width:0}
.npt-mob-price-wrap small{font-size:11px;font-weight:700;color:#8a93a7;text-transform:uppercase;margin-bottom:2px}
.npt-mob-price-wrap .npt-chk-price{font-size:20px;margin:0;white-space:nowrap}
.npt-mobile-pay-bar .npt-chk-btn{width:auto;flex-shrink:0;margin:0;padding:12px 20px;font-size:15px;white-space:nowrap}
.npt-modal-box{width:95%;padding:20px}
}

/* 4. FASTBOAT ISOLATED E-TICKET */
.npt-eticket-wrap{max-width:700px;margin:50px auto 80px;padding:0 20px;font-family:inherit}
.npt-eticket-card{background:#fff;border:2px dashed #0064d2;border-radius:16px;padding:30px;box-shadow:0 10px 30px rgba(0,100,210,.08);position:relative}
.npt-eticket-header{display:flex;justify-content:space-between;align-items:center;border-bottom:2px solid #f0f4f8;padding-bottom:20px;margin-bottom:20px;flex-wrap:wrap;gap:10px}
.npt-eticket-brand{font-size:22px;font-weight:800;color:#0064d2;display:flex;align-items:center;gap:8px}
.npt-eticket-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:800;text-transform:uppercase}
.badge-pending{background:#fef3c7;color:#d97706}
.badge-paid{background:#dcfce7;color:#15803d}
.npt-eticket-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}
.npt-eticket-label{font-size:11px;color:#8a93a7;text-transform:uppercase;font-weight:700;margin-bottom:4px}
.npt-eticket-val{font-size:15px;font-weight:700;color:#1e293b}
.npt-eticket-route{background:#f0f9ff;border:1px solid #bce1ff;border-radius:12px;padding:18px;margin-bottom:20px}
.npt-eticket-pay-box{text-align:center;border-top:2px solid #f0f4f8;padding-top:25px;margin-top:25px}
.npt-eticket-btn-pay{background:#10b981;color:#fff;text-decoration:none;padding:14px 28px;border-radius:8px;font-weight:800;font-size:16px;display:inline-block;transition:.2s;box-shadow:0 4px 15px rgba(16,185,129,.3)}
.npt-eticket-btn-pay:hover{background:#059669}
.npt-eticket-note{background:#f8fafc;padding:12px 15px;border-radius:8px;border:1px solid #e2e8f0;font-size:13px;color:#475569;margin-bottom:20px}
@media(max-width:600px){.npt-eticket-grid{grid-template-columns:1fr}}

/* 5. BOAT OPERATOR PORTAL (/ticketorder) & MARGIN LEDGER */
.npt-portal-login-wrap{max-width:420px;margin:80px auto;background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:32px;box-shadow:0 12px 30px rgba(0,0,0,.08);font-family:inherit}
.npt-portal-login-title{font-size:22px;font-weight:800;color:#001d3d;margin:0 0 8px 0;text-align:center}
.npt-portal-login-sub{font-size:13px;color:#64748b;margin:0 0 24px 0;text-align:center}
.npt-portal-form-group{margin-bottom:16px}
.npt-portal-label{display:block;font-size:12px;font-weight:700;text-transform:uppercase;color:#475569;margin-bottom:6px}
.npt-portal-input{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:8px;font-size:14px;box-sizing:border-box}
.npt-portal-input:focus{outline:none;border-color:#0064d2}
.npt-portal-btn{width:100%;padding:14px;background:#0064d2;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:.2s}
.npt-portal-btn:hover{background:#004eb3}
.npt-portal-dash-wrap{max-width:1100px;margin:40px auto 80px;padding:0 20px;font-family:inherit}
.npt-portal-header{display:flex;justify-content:space-between;align-items:center;background:#001d3d;color:#fff;padding:20px 24px;border-radius:12px;margin-bottom:24px;flex-wrap:wrap;gap:12px}
.npt-portal-header h2{margin:0;font-size:20px;font-weight:800;color:#fff}
.npt-portal-btn-sm{background:rgba(255,255,255,.15);color:#fff;padding:8px 16px;border-radius:6px;text-decoration:none;font-weight:700;font-size:13px;transition:.2s;border:none;cursor:pointer}
.npt-portal-btn-sm:hover{background:rgba(255,255,255,.3)}
.npt-portal-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e2e8f0;padding-bottom:10px}
.npt-portal-tab-btn{padding:10px 20px;border-radius:8px;background:#f1f5f9;color:#475569;font-weight:700;font-size:14px;border:none;cursor:pointer;transition:.2s}
.npt-portal-tab-btn.active{background:#0064d2;color:#fff}
.npt-portal-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 15px rgba(0,0,0,.03)}
.npt-portal-table th{background:#f8fafc;padding:14px;text-align:left;font-size:12px;color:#475569;text-transform:uppercase;font-weight:700;border-bottom:1px solid #e2e8f0}
.npt-portal-table td{padding:14px;border-bottom:1px solid #f1f5f9;font-size:14px;color:#1e293b}
.npt-portal-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:800;text-transform:uppercase}
.npt-portal-badge-paid{background:#dcfce7;color:#15803d}
.npt-portal-badge-pending{background:#fef3c7;color:#d97706}
.npt-ledger-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px}
.npt-ledger-card{background:#fff;padding:20px;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.03)}
.npt-ledger-card h4{margin:0 0 8px 0;font-size:12px;text-transform:uppercase;color:#64748b;font-weight:700}
.npt-ledger-card .val{font-size:24px;font-weight:800;color:#0f172a}
@media(max-width:768px){.npt-portal-table{display:block;overflow-x:auto}}

/* 6. ADMIN UI META BOXES */
.npt-acc-wrap{background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;margin-bottom:15px;overflow:hidden}
.npt-acc-header{background:#e2e8f0;padding:12px 15px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:700;font-size:14px;color:#1e293b;transition:.2s}
.npt-acc-header:hover{background:#cbd5e1}
.npt-acc-title{display:flex;align-items:center;gap:8px}
.npt-acc-actions{display:flex;gap:8px}
.npt-btn-clone{background:#3b82f6;color:#fff;border:none;padding:4px 10px;border-radius:4px;font-size:11px;cursor:pointer}
.npt-btn-remove{background:#ef4444;color:#fff;border:none;padding:4px 10px;border-radius:4px;font-size:11px;cursor:pointer}
.npt-acc-body{padding:15px;display:none}
.npt-acc-wrap.active .npt-acc-body{display:block}
.npt-acc-wrap.active .npt-acc-header{border-bottom:1px solid #cbd5e1;background:#e2e8f0}
.npt-grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;margin-bottom:15px}
.npt-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.npt-grid-2-inner{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.npt-r-label{display:block;font-size:11px;font-weight:700;color:#475569;margin-bottom:4px;text-transform:uppercase}
.npt-r-input{width:100%;padding:8px;border:1px solid #cbd5e1;border-radius:4px;font-size:13px;box-sizing:border-box}
.npt-price-split-box{border:1px dashed #94a3b8;padding:15px;border-radius:8px;margin-bottom:15px;background:#fff}
.npt-price-split-title{font-size:13px;font-weight:800;margin:0 0 12px 0;color:#0f172a;display:flex;align-items:center;gap:5px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}
.npt-price-card{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;padding:12px}
.npt-price-card-title{font-size:12px;font-weight:800;color:#334155;margin-bottom:10px}
.npt-lbl-net{color:#2563eb!important}
.npt-lbl-margin{color:#d97706!important}
.npt-add-main-btn{background:#10b981;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-weight:700;font-size:14px;cursor:pointer;width:100%}
.npt-bo-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.npt-bo-group{margin-bottom:10px}
.npt-bo-group label{display:block;font-weight:700;margin-bottom:4px;color:#334155;font-size:13px}
.npt-bo-group input,.npt-bo-group select, .npt-bo-group textarea{width:100%;padding:8px;border:1px solid #cbd5e1;border-radius:4px;font-family:inherit;}
.npt-bo-head{background:#f0f9ff;border:1px solid #bce1ff;padding:15px;border-radius:8px;margin-bottom:20px;display:flex;justify-content:space-between;align-items:center}
.npt-bo-btn{background:#0064d2;color:#fff;text-decoration:none;padding:8px 16px;border-radius:6px;font-weight:700}