*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:url(/daon_main.png) center / cover no-repeat fixed;color:#111}.app{min-height:100vh;display:flex;flex-direction:column}.header{padding:16px 32px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(148,163,184,.3);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(to right,#0f172ae6,#0f172ab3);position:sticky;top:0;z-index:10}.header h1{margin:0;font-size:20px;letter-spacing:.04em;color:#fff}.subtitle{font-size:12px;color:#9ca3af;margin-top:4px}.main{flex:1;padding:24px 32px 32px}.main.centered{display:flex;justify-content:center;align-items:flex-start}.layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:20px}@media (max-width: 960px){.main{padding:16px}.layout{grid-template-columns:minmax(0,1fr)}}.card{background:radial-gradient(circle at top left,#1e40af1f,#0f172af5);border-radius:16px;padding:18px 20px 20px;box-shadow:0 24px 60px #0f172ae6,0 0 0 1px #94a3b840;border:1px solid rgba(59,130,246,.4)}.card h2,.card h3,.card h4{margin:0 0 12px;letter-spacing:.03em}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:10px}.card-actions{display:flex;gap:8px}.form{display:flex;flex-direction:column;gap:10px}.form.row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px 14px;align-items:flex-end}label{font-size:12px;color:#9ca3af;display:flex;flex-direction:column;gap:4px}input,select{border-radius:8px;border:1px solid rgba(148,163,184,.4);padding:7px 9px;font-size:13px}input:focus,select:focus{outline:2px solid rgba(59,130,246,.6);outline-offset:0}.actions{display:flex;align-items:center;justify-content:flex-end;margin-top:4px}button{border-radius:999px;border:1px solid rgba(148,163,184,.6);padding:7px 14px;background:#0f172ae6;color:#e5e7eb;font-size:13px;cursor:pointer;transition:background .18s ease,transform .12s ease,box-shadow .18s ease,border-color .18s ease}button.primary{background:linear-gradient(to right,#2563eb,#4f46e5);border-color:#818cf8e6;box-shadow:0 12px 30px #2563ebb3,0 0 0 1px #818cf899}button.secondary{background:#0f172ae6}button:hover{transform:translateY(-1px);box-shadow:0 14px 36px #0f172ae6,0 0 0 1px #94a3b899;border-color:#94a3b8e6}button.primary:hover{background:linear-gradient(to right,#1d4ed8,#4338ca);box-shadow:0 16px 40px #2563ebe6,0 0 0 1px #818cf8e6}button:active{transform:translateY(0);box-shadow:0 4px 16px #0f172ae6,0 0 0 1px #94a3b899}button:disabled{opacity:.6;cursor:default;transform:none;box-shadow:none}.error{color:#fecaca;background:#7f1d1d66;border-radius:8px;padding:6px 8px;font-size:12px;border:1px solid rgba(248,113,113,.7)}.hint{margin-top:12px;font-size:12px;color:#9ca3af;line-height:1.6}.tabs{display:flex;gap:8px;margin:10px 0 12px}.tab{padding:6px 12px;border-radius:999px;background:#02061799;border:1px solid rgba(148,163,184,.35)}.tab.active{background:#2563eb40;border-color:#818cf8e6}.radio-row{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#02061759}.radio-title{font-size:12px;color:#d1d5db;font-weight:600;margin-right:6px}.radio{display:inline-flex;align-items:center;gap:8px;color:#e5e7eb;font-size:12px}.field-note{margin-top:6px;font-size:11px;color:#94a3b8}.pccc-grid{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:10px;align-items:end}@media (max-width: 720px){.pccc-grid{grid-template-columns:minmax(0,1fr)}}.pccc-actions{display:grid;gap:8px}.link-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.5);background:#0f172ab3;color:#e5e7eb;text-decoration:none;font-size:12px}.link-btn:hover{border-color:#94a3b8e6;background:#1e40af40}.top-actions{display:flex;gap:8px;flex-wrap:wrap}.active-pill{border-color:#818cf8e6;background:#2563eb38}.layout.one{grid-template-columns:minmax(0,1fr)}.table-wrapper{margin-top:6px;border-radius:12px;border:1px solid rgba(148,163,184,.5);overflow:hidden;background:radial-gradient(circle at top left,#0f172ae6,#020617e6)}.table-wrapper.small{max-height:260px;overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px;color:#e5e7eb}th,td{padding:7px 8px;border-bottom:1px solid rgba(31,41,55,.8);text-align:left;white-space:nowrap;color:#e5e7eb}thead{background:linear-gradient(to right,#0f172af2,#0f172ae6)}th,td{padding:7px 8px;border-bottom:1px solid rgba(31,41,55,.8);text-align:left;white-space:nowrap}tbody tr:nth-child(2n){background:#0f172ad9}tbody tr:hover{background:#1e40af59}.badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:999px;font-size:11px}.status-WAIT{background:#fbbf242e;color:#fbbf24;border:1px solid rgba(251,191,36,.7)}.status-DONE{background:#22c55e2e;color:#4ade80;border:1px solid rgba(34,197,94,.7)}.admin-grids{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:6px}.main:not(.centered){display:flex;flex-direction:column;gap:16px}.layout-cols{display:grid;grid-template-columns:1fr 1.3fr;gap:20px;align-items:start}.layout-cols.one{grid-template-columns:minmax(0,1fr)}.col{display:flex;flex-direction:column;gap:20px}.col>section{min-width:0}@media (max-width: 720px){.layout-cols{grid-template-columns:1fr}}.inbound-grid-2col{grid-column:1 / -1;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}@media (max-width: 900px){.inbound-grid-2col{grid-template-columns:1fr}}.main:not(.centered){align-items:stretch}.layout-cols{width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:20px;align-items:start}@media (max-width: 980px){.layout-cols{grid-template-columns:1fr}}.detail-toggle{opacity:1!important;filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;color:#fff!important;font-weight:800!important;text-shadow:0 1px 0 rgba(0,0,0,.6)!important;border-color:#78a0fff2!important;background:linear-gradient(135deg,#3b6cff,#1f3fbf)!important}.detail-toggle:hover{opacity:1!important;filter:none!important}.top-actions button{font-size:15px;font-weight:800;padding:9px 16px}.auth-red{color:#ff4d4f!important;border-color:#ff4d4fbf!important;background:#ff4d4f1f!important;box-shadow:0 10px 26px #ff4d4f29!important}.auth-red:hover{background:#ff4d4f2e!important;border-color:#ff4d4ff2!important}.status-done-btn{background:#fff!important;color:#1d4ed8!important;border:1px solid #1d4ed8!important}button.done-btn{background:#fff!important;color:#1d4ed8!important;border:2px solid #1d4ed8!important;font-weight:700!important}.card{background:#fff;border:2px solid #111111;border-radius:12px;box-shadow:0 15px 40px #00000040;padding:36px 40px}.card:hover{transform:translateY(-2px);box-shadow:0 30px 70px #0000008c}.form input{width:100%;padding:10px 12px;margin-top:6px;margin-bottom:16px;border-radius:8px;border:1px solid #cbd5e1;background:#fff;color:#111827}.form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f666}.form button{width:100%;padding:12px;border-radius:10px;border:none;font-weight:600;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;cursor:pointer;transition:all .2s ease}.form button:hover{transform:translateY(-1px);box-shadow:0 10px 25px #2563eb66}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;z-index:-1}@media (max-width:768px){.card{width:90%!important;margin:auto!important}body{background-position:center!important}}body{background:#f5f7fb;color:#111}table{color:#111}:root{color-scheme:light!important}header,.header,.topbar{background:#fff!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.12)!important}.card{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.12)!important;box-shadow:0 10px 30px #00000014!important}.card h1,.card h2,.card h3,.card h4,.card-header h1,.card-header h2,.card-header h3,.card-header h4{color:#111!important}.card *{color:inherit}.card p,.card span,.card div,.card label,.card small,.card .hint{color:#111!important}.card input,.card select,.card textarea{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.25)!important}.card input[type=date],.card input[type=datetime-local],.card input[type=time]{color:#111!important;background:#fff!important;color-scheme:light!important}.card input::placeholder,.card textarea::placeholder{color:#1111118c!important}.table-wrapper,.tableWrap{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.12)!important}.card table,.card table.table-dark,.card table.table-light{background:#fff!important;color:#111!important;border-collapse:collapse!important}.card table thead{background:#f3f4f6!important}.card table thead th,.card table thead th *{background:#f3f4f6!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.12)!important}.card table tbody td,.card table tbody td *{background:#fff!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.1)!important}.card table tbody tr:nth-child(2n) td{background:#fafafa!important}.card table tbody tr:hover td{background:#f5f5f5!important}.badge,.pill{background:#e5e7eb!important;color:#111!important;border:1px solid rgba(0,0,0,.12)!important}button{border-radius:10px!important}button.primary,button.btn-primary{background:#2563eb!important;color:#fff!important;border:1px solid rgba(0,0,0,.12)!important}button.secondary,button.btn-secondary{background:#111827!important;color:#fff!important;border:1px solid rgba(0,0,0,.12)!important}button:disabled{opacity:.55!important}a{color:#2563eb!important}body,#root{background:#fff!important;color:#111!important}header,header *{color:#111!important}header{background:#fff!important;border-bottom:1px solid rgba(0,0,0,.08)!important}.card{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.1)!important}.card h2,.card h3,.card h4,.card .card-header,.card .card-header *,label,label *,.hint,.hint *{color:#111!important}input,select,textarea{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.18)!important}input::placeholder,textarea::placeholder{color:#00000073!important}input[type=date]{color-scheme:light!important}.tableWrap,.tableWrap *,.table-wrapper,.table-wrapper *{color:#111!important}.card table thead th,.card table thead th *{background:#f3f4f6!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.1)!important}.card table tbody td,.card table tbody td *{background:#fff!important;color:#111!important;border-top:1px solid rgba(0,0,0,.06)!important}.outbound-table,.outbound-table *{color:#111!important}.outbound-table thead th,.outbound-table thead th *{background:#f3f4f6!important;color:#111!important}.outbound-table tbody td,.outbound-table tbody td *{background:#fff!important;color:#111!important}.badge,.status-badge,.pill{color:#111!important}button.primary,button.primary *,button.secondary,button.secondary *{color:#fff!important}:root{--fg: #111;--muted: #555;--line: rgba(0,0,0,.12);--bg: #fff;--bg2:#f6f7f9}body,.main,.container,.card,.card *{color:var(--fg)}header,.header,.topbar,.app-header,.navbar,.nav-bar,.brand,.logo,.title{color:var(--fg)!important}header *,.header *,.topbar *,.app-header *,.navbar *,.nav-bar *,.brand *,.logo *,.title *{color:var(--fg)!important}table,thead,tbody,tr,th,td{color:var(--fg)!important}.table-dark,.table-dark *,.outbound-table,.outbound-table *,.table-wrapper,.table-wrapper *,.tableWrap,.tableWrap *{color:var(--fg)!important;background:transparent}.table-dark,.outbound-table,table{background:var(--bg)!important;border:1px solid var(--line)!important;border-radius:10px;overflow:hidden}thead,thead tr,thead th{background:var(--bg2)!important;color:var(--fg)!important;border-bottom:1px solid var(--line)!important}tbody tr{background:var(--bg)!important}tbody tr+tr td{border-top:1px solid var(--line)!important}td,th{border-color:var(--line)!important}input,select,textarea{color:var(--fg)!important;background:var(--bg)!important;border:1px solid var(--line)!important}input::placeholder,textarea::placeholder{color:#888!important}input[type=date]{color:var(--fg)!important}:root{--bg:#ffffff;--bg2:#f5f6f8;--fg:#111111;--line: rgba(0,0,0,.12)}html,body{background:#fff!important;color:#111!important}header,.header,.topbar,.app-header,.navbar,.nav-bar,.brand,.logo,.title{background:#fff!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.12)!important}header *,.header *,.topbar *,.app-header *,.navbar *,.nav-bar *,.brand *,.logo *,.title *{color:#111!important}.card,.panel,.box{background:#fff!important;color:#111!important;border:1px solid rgba(0,0,0,.12)!important}.table-dark,.table-dark *,.outbound-table,.outbound-table *,.table-wrapper,.table-wrapper *,.tableWrap,.tableWrap *{color:#111!important}table,thead,tbody,tr,th,td{background:#fff!important;border-color:#0000001f!important}thead,thead tr,thead th{background:#f5f6f8!important;color:#111!important;border-bottom:1px solid rgba(0,0,0,.12)!important}table a,table a *,.badge,.badge *{color:#111!important}input,select,textarea{color:#111!important;background:#fff!important;border:1px solid rgba(0,0,0,.18)!important}input::placeholder,textarea::placeholder{color:#777!important}input[type=date]{color:#111!important}button,.btn,.button,a.button{border-radius:10px!important}button:hover{filter:brightness(.97)}button:active{filter:brightness(.94)}button:disabled{opacity:.55!important;cursor:not-allowed!important}.top-actions button,.card-header .card-actions button,.card-actions button,.card h3+button{background:#2563eb!important;color:#fff!important;border:1px solid rgba(0,0,0,.15)!important}.card-actions button.secondary,button.secondary{background:#2563eb!important;color:#fff!important;border:1px solid rgba(0,0,0,.15)!important}input,select,textarea{border:4px solid rgba(0,0,0,.15)!important}.card{border:2px solid rgba(0,0,0,.15)!important;background:#fff!important;border-radius:12px}input,select,textarea{border:2px solid rgba(0,0,0,.15)!important;background:#fff!important;color:#111!important}table{border:2px solid rgba(0,0,0,.15)!important}thead th{border-bottom:2px solid rgba(0,0,0,.15)!important}tbody td{border-bottom:1px solid rgba(0,0,0,.12)!important}hr{border:none;border-top:2px solid rgba(0,0,0,.15);margin:16px 0}.card,table{border:6px solid rgba(0,0,0,.15)!important}thead th{border-bottom:6px solid rgba(0,0,0,.15)!important}tbody td{border-bottom:2px solid rgba(0,0,0,.15)!important}input,select,textarea{border:3px solid rgba(0,0,0,.2)!important}.top-actions button,button.primary,button.btn-primary{background:#2563eb!important;color:#fff!important;border:2px solid rgba(0,0,0,.15)!important}button.csv,button.download,button.excel{background:#2563eb!important;color:#fff!important}.option-btn{background:#fff!important;color:#111!important;border:2px solid rgba(0,0,0,.2)!important}.option-btn.active{background:#2563eb!important;color:#fff!important;border-color:#2563eb!important}.card input,.card select,.card textarea,input,select,textarea{border:3px solid rgba(0,0,0,.35)!important;box-shadow:none!important}.card table,.card table th,.card table td,.table-wrapper table,.table-wrapper th,.table-wrapper td,.outbound-table table,.outbound-table th,.outbound-table td{border-color:#00000047!important}.card table thead th,.table-wrapper thead th,.outbound-table thead th{border-bottom:2px solid rgba(0,0,0,.32)!important}.card table tbody tr+tr td,.table-wrapper tbody tr+tr td,.outbound-table tbody tr+tr td{border-top:2px solid rgba(0,0,0,.18)!important}.outbound-table button,.table-wrapper button,.outbound-table button *,.table-wrapper button *,.card-actions button,.card-actions button *{color:#fff!important}
