*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;color:#1e1e2d;min-height:100vh;overflow-x:hidden;width:100%}.container{width:100%;min-height:100vh;background:#f5f7fa}.header{text-align:center;padding:1.2rem .75rem .8rem;background:linear-gradient(135deg,#3b82f6,#06b6d4);border-bottom:none;box-shadow:0 4px 20px #3b82f640}.header h1{color:#fff;font-size:1.6rem;font-weight:800;margin-bottom:.25rem;text-shadow:0 2px 6px rgba(0,0,0,.25)}.header p{color:#e0e7ff;font-size:1rem}.form-group{margin-bottom:.75rem;padding:0 .75rem}.form-group label{color:#1e1e2d;font-weight:600}.help{color:#64748b}.form-control{width:100%;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;transition:all .2s ease;background:#fff;color:#111827}.form-control:focus{border-color:#94a3b8;box-shadow:0 0 0 3px #94a3b81a;outline:none}.btn{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:38px;background:#fff;color:#475569}.btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.btn-primary{background:#0f172a;border-color:#0f172a;color:#fff}.btn-primary:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.btn-primary:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.btn-secondary{background:#fff;color:#475569;border-color:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-success{background:#0f172a;border-color:#0f172a;color:#fff}.btn-success:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.btn-success:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.result-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000000a}.result-code{color:#0f172a;background:#fff;border:1px solid #e2e8f0}.upload-section{margin-top:.9rem;padding:.75rem;border-top:2px solid #e5e7eb}.file-input{display:none}.file-label{width:100%;justify-content:center}.toast-container{position:fixed;top:20px;right:24px;z-index:10000;display:flex;flex-direction:column;gap:10px}@keyframes toast-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.toast{background:#fff;color:#1e1e2d;border:1px solid #e2e8f0;border-left:4px solid #3B82F6;padding:12px 14px;min-width:260px;max-width:420px;display:flex;align-items:center;gap:12px;border-radius:10px;box-shadow:0 10px 28px #0000001a;animation:toast-in .22s ease-out both}.toast.success{border-left-color:#22c55e}.toast.error{border-left-color:#ef4444}.toast.info{border-left-color:#3b82f6}.toast .icon{opacity:.9}.toast .message{flex:1}.toast .close{background:transparent;border:none;color:#64748b;cursor:pointer}.toast .close:hover{color:#1f2937}.copy-btn{padding:.4rem .6rem;border-radius:6px;font-size:.85rem}.copy-btn:hover{background:#374151}.result-toolbar{display:flex;align-items:center;gap:8px}.result-code{font-family:JetBrains Mono,Fira Code,Consolas,Courier New,monospace;font-size:.95rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem .75rem;margin:0;white-space:nowrap;overflow-x:auto;color:#1e1e2d}.banner-success{display:none}.error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.section-title{color:#3b82f6;border-left:3px solid #06B6D4}.loading{border:3px solid #f3f3f3;border-top:3px solid #3B82F6}.history-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#111827;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.history-header{background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 2px 10px #00000014}.history-left{display:flex;align-items:center;gap:12px}.history-logo{width:36px;height:36px;border-radius:10px;background:#fff;opacity:.9}.history-header h1{margin:0;font-size:18px;font-weight:600}.history-sub{margin:2px 0 0;opacity:.9;font-size:12px}.history-back-btn{background:#fff;color:#3b82f6;border:none;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer;transition:background .2s}.history-back-btn:hover{background:#f3f4ff}.history-wrap{max-width:1000px;margin:28px auto;padding:0 16px}.history-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 10px 24px #0000000d,0 4px 6px #00000005;padding:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.history-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center;position:relative}.history-row>div{position:relative}.history-row label{font-size:13px;color:#374151;font-weight:500}.history-select{height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;background:#fff;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s;min-width:200px}.history-select:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f640}.history-spacer{flex:1}.history-tablewrap{margin-top:20px;border:1px solid #e5e7eb;border-radius:12px;overflow:auto;background:#fff;box-shadow:0 2px 4px #00000005}.history-table{border-collapse:separate;border-spacing:0;width:100%;min-width:700px}.history-table thead th{position:sticky;top:0;background:#f9fafb;color:#374151;font-size:12px;text-align:left;padding:10px 12px;border-bottom:1px solid #e5e7eb;font-weight:600}.history-table tbody td{padding:10px 12px;font-size:14px;border-bottom:1px solid #e5e7eb;background:#fff;vertical-align:top}.history-table tbody tr:last-child td{border-bottom:0}.history-table tbody tr:hover td{background:#f8fafc;transition:background-color .2s ease}.history-empty{padding:18px;color:#6b7280;font-size:14px;text-align:center}.history-footer{margin-top:10px;color:#6b7280;font-size:12px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #ffffff1a;max-width:520px;width:90%;max-height:80vh;overflow-y:auto;border:1px solid rgba(255,255,255,.2)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{padding:24px}.detail-row{margin-bottom:18px;display:flex;align-items:flex-start;gap:12px;padding:8px 0;border-bottom:1px solid #f1f5f9}.detail-row:last-child{border-bottom:none}.detail-row strong{min-width:120px;color:#374151;font-weight:600}.detail-row code{background:#eef2ff;padding:8px 14px;border-radius:8px;font-family:JetBrains Mono,Fira Code,Courier New,monospace;color:#1e3a8a;border:1px solid #c7d2fe;font-size:14px;font-weight:700;letter-spacing:.2px}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 15% 20%,#f3f4f8 0%,transparent 20%),radial-gradient(circle at 90% 80%,#f7f8fb 0%,transparent 20%),#f8f9fc;padding:2rem}.login-card{width:100%;max-width:420px;background:#fff;border-radius:12px;padding:2.25rem 2rem;box-shadow:0 18px 40px #0c14210f;text-align:left}.login-card h2{margin:0 0 .35rem;font-size:1.25rem;color:#111827;font-weight:700}.login-card .lead{margin:0 0 1.2rem;color:#6b7280;font-size:.95rem}.login-card label{display:block;margin-bottom:.4rem;font-weight:600;color:#111827;font-size:.9rem}.login-card input{width:100%;padding:.72rem .9rem;border-radius:8px;border:1px solid #e6e9ef;font-size:.95rem;color:#111827;background:transparent;margin-bottom:1.1rem;transition:box-shadow .16s,border-color .16s}.login-card input::placeholder{color:#bfc7d1}.login-card input:focus{outline:none;border-color:#7c6ee4;box-shadow:0 6px 18px #7c6ee433}.login-card .btn{width:100%;padding:.9rem;border-radius:10px;border:none;background:linear-gradient(180deg,#7c6ee4,#695ce0);color:#fff;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 8px 20px #7c6ee41f}.login-card .btn:disabled{opacity:.85;cursor:not-allowed}.loader{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top:2px solid rgba(255,255,255,.95);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-card .error{margin-top:1rem;color:#ef4444;text-align:center;font-weight:600;font-size:.93rem}.login-card .success{margin-top:1rem;color:#10b981;text-align:center;font-weight:700;font-size:.95rem}@media (max-width:480px){.login-card{padding:1.6rem 1.2rem;border-radius:10px}}.user-section{display:flex;align-items:center;gap:12px;margin-left:16px;padding:8px 16px;background:#93c5fd4d;border-radius:12px;border:1px solid rgba(147,197,253,.4)}.user-info{display:flex;flex-direction:column;gap:2px}.user-name-line{color:#fff;font-size:.875rem;font-weight:600;white-space:nowrap;line-height:1.2}.logout-btn{background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .15s ease;white-space:nowrap;box-shadow:0 2px 4px #ef44444d}.logout-btn:hover{background:linear-gradient(180deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef444466;transform:translateY(-1px)}.logout-btn:active{transform:translateY(0);box-shadow:0 2px 4px #ef44444d}.admin-panel{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#111827;display:flex;flex-direction:column}.admin-header{background:linear-gradient(90deg,#3b82f6,#06b6d4);color:#fff;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 2px 6px #0000001a}.admin-left{display:flex;align-items:center;gap:10px}.admin-logo{width:36px;height:36px;background:#fff;border-radius:8px}.admin-left h1{font-size:18px;margin:0;font-weight:600}.admin-left p{margin:0;font-size:12px;opacity:.9}.history-btn{background:#fff;color:#3b82f6;border:none;font-weight:600;padding:8px 14px;border-radius:8px;cursor:pointer;transition:.2s}.history-btn:hover{background:#ede9fe}.admin-wrap{max-width:950px;margin:40px auto;padding:0 16px}.admin-panel-card{background:#fff;border-radius:16px;box-shadow:0 6px 20px #0000000d,0 2px 4px #00000005;padding:28px;border:1px solid #e5e7eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.admin-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:20px}@media (max-width: 700px){.admin-grid2{grid-template-columns:1fr}}.admin-bigbtn{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;height:90px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:17px;cursor:pointer;transition:all .2s ease}.admin-bigbtn:hover{background:#f3f4f6;transform:translateY(-1px);box-shadow:0 4px 12px #0000000d}.admin-bigbtn.active{background:#ede9fe;border-color:#c4b5fd;color:#3b82f6}.admin-view{display:block}.admin-form{margin-top:20px;padding:18px;border:1px dashed #e5e7eb;border-radius:12px;background:#fff;width:100%}.admin-fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;align-items:center;width:100%}.admin-fgrid2{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;align-items:center;width:100%}@media (max-width: 800px){.admin-fgrid,.admin-fgrid2{grid-template-columns:1fr}}.admin-form label{font-size:13px;font-weight:500;color:#111827;margin-bottom:4px;display:block}.admin-inp{width:100%;height:42px;border:1px solid #e5e7eb;border-radius:10px;padding:0 12px;font-size:14px;background:#fff;outline:none;transition:.2s}.admin-inp:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f640}.admin-btn{border:none;border-radius:10px;background:#3b82f6;color:#fff;font-weight:600;height:42px;padding:0 18px;cursor:pointer;transition:.2s}.admin-btn:hover{background:#2563eb}.admin-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;margin-top:12px;width:100%}.admin-msg{font-size:13px}.admin-msg.ok{color:#10b981}.admin-msg.err{color:#ef4444}.admin-tablewrap{margin-top:20px;border:1px solid #e5e7eb;border-radius:12px;overflow-x:auto;width:100%;box-shadow:0 2px 4px #00000005}.admin-table{width:100%;border-collapse:collapse;border-radius:12px;overflow:hidden}.admin-table th,.admin-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e7eb}.admin-table th{background:#f9fafb;font-size:13px;color:#374151;font-weight:600}.admin-table td{font-size:14px;background:#fff}.history-item{background:#fff;border:1px solid #e5e7eb;box-shadow:0 2px 8px #0000000a}.history-code{color:#334155}.history-details{color:#64748b}.history-reason{color:#475569}.btn:focus,.form-control:focus,.file-label:focus{outline:none;box-shadow:0 0 0 3px #94a3b826}.content{max-width:640px;margin:0 auto;padding:1rem}.card{padding:1rem}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-around;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-btn span{width:100%;height:3px;background:#fff;border-radius:2px;transition:all .3s ease}.mobile-backdrop{display:none}@media (max-width: 1024px){.mobile-menu-btn{display:flex}.nav-inner--centered{grid-template-columns:auto 1fr auto}.nav-right{position:fixed;top:0;right:-100%;height:100vh;width:300px;background:#fff;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;padding:70px 0 0;transition:right .3s ease;overflow-y:auto;box-shadow:-4px 0 20px #00000026;z-index:1000}.nav-right.mobile-open{right:0}.mobile-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.nav-right li{list-style:none;margin:0;padding:0}.nav-item{width:100%;padding:14px 20px;border-radius:0;justify-content:flex-start;height:auto;border-bottom:1px solid #f1f5f9;color:#475569;background:transparent;font-weight:500;font-size:.9rem;text-decoration:none;display:flex;align-items:center}.nav-item:hover{background:#f8fafc;color:#0f172a}.nav-item.active{background:#f8fafc;color:#0f172a;border-left:3px solid #0f172a;border-bottom:1px solid #f1f5f9;font-weight:600}.user-section{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-top:1px solid #e2e8f0;margin-top:auto;background:#93c5fd33}.user-info{display:flex;flex-direction:column;gap:2px}.user-name-line{font-size:.875rem;color:#0f172a;font-weight:600;line-height:1.2}.logout-btn{width:auto;padding:8px 16px;background:linear-gradient(180deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:8px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .15s ease;box-shadow:0 2px 4px #ef44444d}.logout-btn:hover{background:linear-gradient(180deg,#dc2626,#b91c1c);box-shadow:0 4px 8px #ef444466;transform:translateY(-1px)}}@media (max-width: 768px){.navbar.navbar--indigo{padding:.6rem 1rem}.brand-logo{height:36px}.brand-title-main{font-size:.95rem}.brand-title-sub{font-size:.7rem}.content{padding:.75rem;max-width:100%}.card{padding:1rem;margin:.5rem auto}.card-title{font-size:1.1rem}.table-container,.history-tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;position:relative}table,.history-table{min-width:600px;font-size:.85rem;width:100%}th,td{padding:8px 10px!important;white-space:nowrap}td code{word-break:break-all;white-space:normal;font-size:.8rem}td .btn{min-width:auto;padding:4px 8px;font-size:.75rem}.form-group{padding:0 .5rem}.btn{padding:.6rem 1rem;font-size:.85rem;min-height:44px}.modal>div,.result-card>div,[style*="position: fixed"]>div[style*="width: 480"],[style*="position: fixed"]>div[style*="width: 540"]{width:95%!important;max-width:100%!important;margin:0 auto;max-height:90vh;overflow-y:auto}.result-toolbar{flex-direction:column;gap:10px}.result-code{font-size:.95rem;word-break:break-all}.btn-group{flex-direction:column;gap:8px}.btn-group .btn{width:100%}.code-generator-content{padding:1rem .75rem!important;max-width:100%!important}.code-generator-card{padding:1.25rem!important}.search-dropdown{max-height:300px!important;left:0!important;right:0!important}div[style*="position: fixed"][style*="top: 20px"][style*="right: 20px"]{position:static!important;width:100%!important;margin-bottom:1rem!important;top:auto!important;right:auto!important}select.form-control,input.form-control{min-height:44px;font-size:16px!important}textarea.form-control{font-size:16px!important}.history-panel{padding:16px!important}.history-row{flex-direction:column;align-items:stretch}.history-row>div{width:100%!important}.history-row>div>div{margin-bottom:1rem}.filters,.filter-section{flex-direction:column!important;gap:.75rem!important}.filter-item,.filter-group{width:100%!important}.project-selectors-row{flex-direction:column!important;align-items:stretch!important}.project-selectors-row>div{flex:1 1 100%!important;width:100%!important;min-width:100%!important}}@media (max-width: 480px){.navbar.navbar--indigo{padding:.5rem .75rem}.brand-title-main{font-size:.85rem}.brand-title-sub{display:none}.brand-logo{height:32px}.content{padding:.5rem}.card{padding:.75rem;border-radius:8px}.card-title{font-size:1rem;padding-left:8px;border-left-width:3px}.form-control{font-size:.85rem;padding:.6rem .75rem}.btn{padding:.65rem .85rem;font-size:.8rem;min-height:42px}h1{font-size:1.25rem}h2{font-size:1.1rem}h3{font-size:1rem}table{font-size:.75rem}th,td{padding:6px 8px!important}.filter-section{flex-direction:column}.filter-group{width:100%!important}.code-generator-content{padding:.75rem .5rem!important}.code-generator-card{padding:1rem!important}label{font-size:.9rem!important}.history-panel{padding:12px!important}.history-tablewrap{margin:0 -12px;padding:0 12px}[style*="position: fixed"]>div[style*="width: 480"],[style*="position: fixed"]>div[style*="width: 540"]{width:98%!important;margin:1% auto!important;max-height:95vh}[style*="padding: '24px'"],[style*="padding: '20px 24px'"]{padding:16px!important}[style*="display: flex"][style*="gap: 10"]{flex-direction:column!important}[style*="display: flex"][style*="gap: 10"] button{width:100%!important}}@media (max-width: 768px){button,.btn,a,input[type=file],select{min-height:44px;min-width:44px}[style*="padding: '8px 12px'"]{padding:12px 16px!important;min-height:48px}button,.btn{-webkit-tap-highlight-color:rgba(0,0,0,.1);-webkit-user-select:none;user-select:none}.form-group{margin-bottom:1rem}label{margin-bottom:.5rem;display:block}}@media (max-height: 600px) and (orientation: landscape){.nav-right{padding:60px 0 10px}.nav-item{padding:12px 24px}.content{padding:.5rem}.card{padding:.75rem}}.card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin:.75rem auto;box-shadow:0 10px 24px #00000014}.card-title{display:flex;align-items:center;gap:10px;color:#3b82f6;font-weight:700;font-size:1.25rem;margin:0 0 .75rem;padding-left:10px;border-left:4px solid #3B82F6}.top-nav{display:flex;gap:8px;align-items:center;justify-content:center;background:#fff;border-bottom:1px solid #e5e7eb;padding:.5rem;position:sticky;top:0;z-index:500}.nav-link{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb;padding:.5rem .75rem;border-radius:8px;cursor:pointer}.nav-link:hover{background:#e5e7eb}.nav-link.active{background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;border-color:#3b82f6}.navbar{display:flex;align-items:center;justify-content:space-between;background:#083b6d;padding:.5rem .75rem;position:sticky;top:0;z-index:1000}.nav-left .brand{text-decoration:none}.brand-mark{display:inline-block;background:#fff;color:#083b6d;font-weight:800;padding:6px 8px;border-radius:6px;font-size:.8rem}.nav-right{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;justify-self:end;flex-wrap:nowrap}.nav-right::-webkit-scrollbar{display:none}.navbar.navbar--indigo{background:linear-gradient(135deg,#3b82f6,#06b6d4);box-shadow:0 4px 12px #3b82f640}.navbar.navbar--indigo{min-height:56px}.brand-stack{display:inline-flex;flex-direction:column;align-items:center;line-height:1.1}.brand-title-main{font-weight:800;font-size:1.05rem;letter-spacing:.2px;color:#fff}.brand-title-sub{font-weight:500;font-size:.78rem;color:#e0e7ff;opacity:.95}.nav-item{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;font-weight:500;letter-spacing:.1px;border-radius:8px;position:relative;white-space:nowrap;line-height:1;text-decoration:none;color:#fff;font-size:.875rem;transition:all .15s ease}.nav-item:hover{color:#fff;background:#ffffff1f}.nav-item.active{color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.2);font-weight:600}.nav-item.active:before{content:none}.nav-item.active:after{content:none}.nav-inner{width:100%;max-width:none;margin:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.nav-inner--centered{display:grid;grid-template-columns:auto auto 1fr;width:100%;column-gap:20px}.nav-center{text-align:center;z-index:1}.nav-right{justify-self:end}.brand-title{color:#fff;font-weight:800;letter-spacing:.3px;text-decoration:none;font-size:1.05rem}.brand-title:hover{text-decoration:underline}.brand-logo{height:42px;width:auto;display:block;border-radius:8px;background:#ffffff2e;padding:6px;box-shadow:0 6px 18px #081b3940}.brand-logo-link{display:inline-flex;align-items:center}
