@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100vh;overflow:hidden}body{color:#15182b;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#f3f5f8;font-family:Poppins,system-ui,-apple-system,Segoe UI,sans-serif}#root{text-align:left;max-width:none;margin:0;padding:0;display:block}.modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0f172a99;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modalBox{background:#fff;border-radius:12px;width:520px;padding:24px;box-shadow:0 20px 40px #0003}.modalTitle{margin-bottom:15px;font-size:20px;font-weight:600}.formGrid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.formGrid input{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;padding:10px}.formGrid input:focus{background:#fff;border-color:#2563eb;outline:none}.modalActions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.btnPrimary{color:#fff;background:#2563eb;border-radius:8px;padding:10px 16px}.btnGhost{background:0 0;border:1px solid #ddd;border-radius:8px;padding:10px 16px}.tableContainer{background:#fff;border-radius:12px;margin-top:20px;padding:20px;box-shadow:0 5px 15px #0000000d}.table{border-collapse:collapse;width:100%}.table th{text-align:left;color:#6b7280;border-bottom:1px solid #eee;padding:12px;font-size:13px}.table td{border-bottom:1px solid #f1f5f9;padding:12px}.badge.inward{color:#15803d;background:#dcfce7;border-radius:20px;padding:4px 10px}.badge.outward{color:#b91c1c;background:#fee2e2;border-radius:20px;padding:4px 10px}.input{border:1px solid #e5e7eb;border-radius:8px;width:100%;padding:10px}.btn-primary{color:#fff;background:#2563eb;border-radius:8px;padding:10px 16px}.auth-page{background:#eef1f7;justify-content:center;align-items:center;min-height:100vh;padding:24px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;display:flex}.auth-wrapper{align-items:center;gap:48px;width:100%;max-width:1080px;display:flex}.auth-image{flex:1;justify-content:center;display:flex}.auth-image img{max-width:100%;height:auto}.auth-card{background:#fff;border-radius:16px;width:440px;padding:44px 40px;box-shadow:0 12px 40px #12182814}.auth-head{text-align:center;margin-bottom:32px}.auth-head h1{color:#15182b;margin:0;font-size:26px;font-weight:500;line-height:1.35}.auth-head h1 strong{font-weight:800}.auth-head p{color:#9aa0ad;margin:10px 0 0;font-size:16px}.auth-form .field{margin-bottom:20px}.auth-form label{color:#2b2f3a;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.auth-form input{color:#15182b;box-sizing:border-box;background-color:#fcfcfd;border:1px solid #e0e3ea;border-radius:10px;width:100%;padding:13px 15px;font-family:inherit;font-size:15px;transition:border-color .15s,box-shadow .15s}.auth-form input::placeholder{color:#b4b9c4}.auth-form input:focus{background-color:#fff;border-color:#f77708;outline:none;box-shadow:0 0 0 3px #f7770826}.auth-form input:-webkit-autofill{caret-color:#15182b;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;border:1px solid #e0e3ea!important;-webkit-box-shadow:inset 0 0 0 1000px #fcfcfd!important}.auth-form input:-webkit-autofill:hover{caret-color:#15182b;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;border:1px solid #e0e3ea!important;-webkit-box-shadow:inset 0 0 0 1000px #fcfcfd!important}.auth-form input:-webkit-autofill:focus{caret-color:#15182b;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;border:1px solid #e0e3ea!important;-webkit-box-shadow:inset 0 0 0 1000px #fcfcfd!important}.auth-form input:-webkit-autofill:active{caret-color:#15182b;transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;border:1px solid #e0e3ea!important;-webkit-box-shadow:inset 0 0 0 1000px #fcfcfd!important}.password-wrap{position:relative}.password-wrap input{padding-right:64px}.toggle-eye{color:#8a90a0;cursor:pointer;background:0 0;border:none;padding:6px 8px;font-size:13px;font-weight:600;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.toggle-eye:hover{color:#f77708}.forgot{text-align:right;color:#2f6bff;margin-top:-4px;font-size:14px;text-decoration:none;display:block}.forgot:hover{text-decoration:underline}.login-btn{color:#fff;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;background:#f77708;border:none;border-radius:10px;width:100%;margin-top:24px;padding:14px;font-size:16px;font-weight:700;transition:background .15s}.login-btn:hover{background:#e06a00}.login-btn:active{background:#cf6200}@media (width<=880px){.auth-image{display:none}.auth-wrapper{max-width:460px}.auth-card{width:100%}}.idea-page{z-index:1;color:#0f172a;isolation:isolate;min-height:100vh;padding:28px 32px;position:relative;background:radial-gradient(circle at 0 0,#2563eb1f,#0000 28%),linear-gradient(#f8fbff 0%,#eef3f9 100%)!important}.idea-page-header{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 55%,#2563eb 100%);border-radius:28px;grid-template-columns:1.35fr 1fr;align-items:center;gap:28px;margin-bottom:28px;padding:34px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #0f172a33}.idea-page-header:before{content:"";opacity:.32;pointer-events:none;background-color:#0000;background-image:linear-gradient(90deg,#ffffff0f 1px,#0000 1px),linear-gradient(#ffffff0f 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:36px 36px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:absolute;inset:0}.idea-page-header:after{content:"";filter:blur(8px);pointer-events:none;background:#60a5fa47;border-radius:50%;width:260px;height:260px;position:absolute;bottom:-110px;right:-90px}.idea-page-header>div{z-index:1;position:relative}.page-label{letter-spacing:.08em;text-transform:uppercase;background:#ffffff24;border-radius:999px;align-items:center;gap:8px;margin-bottom:14px;padding:8px 13px;font-size:12px;font-weight:900;display:inline-flex;color:#bfdbfe!important}.idea-page-header h1{letter-spacing:-.045em;margin:0;font-size:46px;font-weight:950;line-height:1.05;color:#fff!important}.idea-page-header p{max-width:720px;margin:16px 0 0;font-size:16px;font-weight:500;line-height:1.7;color:#dbeafe!important}.idea-summary{z-index:1;grid-template-columns:repeat(3,minmax(120px,1fr));gap:14px;display:grid;position:relative}.summary-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff24;border:1px solid #ffffff38;border-radius:20px;flex-direction:column;justify-content:center;min-height:116px;padding:18px;display:flex;box-shadow:inset 0 1px #ffffff2e,0 10px 28px #0f172a24}.summary-card span{text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;font-size:11px;font-weight:900;display:block;color:#dbeafe!important}.summary-card strong{font-size:34px;font-weight:950;line-height:1;display:block;color:#fff!important}.summary-card:nth-child(2) strong{color:#fbbf24!important}.summary-card.approved strong,.summary-card:nth-child(3) strong{color:#4ade80!important}.idea-form-panel{background:#fff;border:1px solid #e5e7eb;border-radius:24px;margin-bottom:26px;padding:24px;box-shadow:0 14px 35px #0f172a12}.idea-form-title{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.idea-form-title h2{color:#0f172a;margin:0;font-size:22px;font-weight:900}.idea-form-title p{color:#64748b;margin:6px 0 0;font-size:14px}.form-chip{color:#1d4ed8;white-space:nowrap;background:#eff6ff;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:900}.idea-form-grid{grid-template-columns:repeat(8,minmax(120px,1fr));align-items:end;gap:14px;display:grid}.form-field{flex-direction:column;gap:7px;display:flex}.form-field label{color:#334155;font-size:13px;font-weight:850}.form-field input,.form-field select,.form-field textarea{color:#0f172a;background:#f8fafc;border:1px solid #dbe3ef;border-radius:14px;outline:none;width:100%;min-height:43px;padding:10px 12px;font-size:14px;transition:all .2s}.form-field textarea{resize:vertical;min-height:43px}.form-field input::placeholder,.form-field textarea::placeholder{color:#94a3b8}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.remarks-field{grid-column:span 2}.save-idea-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:14px;min-height:43px;padding:11px 18px;font-size:14px;font-weight:900;transition:all .2s}.save-idea-button:hover{transform:translateY(-1px);box-shadow:0 12px 22px #2563eb40}.save-idea-button:disabled{opacity:.65;cursor:not-allowed}.pipeline-board{grid-template-columns:repeat(5,minmax(260px,1fr));gap:18px;padding-bottom:12px;display:grid;overflow-x:auto}.idea-column{background:#eef3f9;border:1px solid #dce6f2;border-radius:22px;min-height:440px;overflow:hidden}.column-top{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;gap:14px;padding:16px;display:flex}.column-top h2{color:#111827;margin:0;font-size:17px;font-weight:900}.column-top p{color:#64748b;margin:5px 0 0;font-size:12px}.column-top span{color:#1d4ed8;background:#e0ecff;border-radius:999px;place-items:center;min-width:30px;height:30px;font-size:13px;font-weight:900;display:inline-grid}.column-content{flex-direction:column;gap:14px;padding:14px;display:flex}.empty-column{text-align:center;background:#ffffff94;border:1px dashed #cbd5e1;border-radius:16px;padding:26px 14px}.empty-column p{color:#94a3b8;margin:0;font-size:14px}.idea-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:15px;transition:all .2s;box-shadow:0 10px 26px #0f172a12}.idea-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px #0f172a1c}.idea-card-header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.idea-number{color:#2563eb;font-size:12px;font-weight:900}.status-pill{letter-spacing:.04em;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900}.status-new{color:#0369a1;background:#e0f2fe}.status-shortlisted{color:#92400e;background:#fef3c7}.status-design{color:#6d28d9;background:#ede9fe}.status-prototype{color:#c2410c;background:#ffedd5}.status-approved{color:#15803d;background:#dcfce7}.idea-card h3{color:#0f172a;margin:0 0 13px;font-size:18px;font-weight:900}.idea-details{grid-template-columns:1fr;gap:8px;margin-bottom:12px;display:grid}.idea-details div{background:#f8fafc;border-radius:13px;padding:9px 10px}.idea-details small{color:#64748b;margin-bottom:4px;font-size:11px;font-weight:750;display:block}.idea-details strong{color:#111827;font-size:14px}.idea-note{color:#475569;margin:0 0 13px;font-size:13px;line-height:1.5}.idea-note.muted{color:#94a3b8;font-style:italic}.idea-card-action{border-top:1px solid #eef2f7;padding-top:12px}.idea-card-action label{color:#64748b;margin-bottom:7px;font-size:12px;font-weight:850;display:block}.idea-card-action select{color:#0f172a;background:#fff;border:1px solid #dbe3ef;border-radius:13px;outline:none;width:100%;padding:10px 11px;font-size:13px;font-weight:800}.pipeline-loader{color:#64748b;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:28px}@media (width<=1300px){.idea-form-grid{grid-template-columns:repeat(4,1fr)}.pipeline-board{grid-template-columns:repeat(3,minmax(260px,1fr))}}@media (width<=1100px){.idea-page-header{grid-template-columns:1fr}.idea-summary{grid-template-columns:repeat(3,minmax(120px,1fr))}}@media (width<=900px){.idea-form-grid{grid-template-columns:repeat(2,1fr)}.pipeline-board{grid-template-columns:repeat(2,minmax(260px,1fr))}}@media (width<=700px){.idea-page{padding:18px}.idea-page-header{padding:24px}.idea-page-header h1{font-size:34px}.idea-summary{grid-template-columns:1fr}}@media (width<=600px){.idea-form-grid{grid-template-columns:1fr}.remarks-field{grid-column:span 1}.pipeline-board{grid-template-columns:1fr}}header h1,header h2,header h3,header p,.topbar h1,.topbar h2,.topbar h3,.topbar p,.app-header h1,.app-header h2,.app-header h3,.app-header p,.main-header h1,.main-header h2,.main-header h3,.main-header p,.dashboard-header h1,.dashboard-header h2,.dashboard-header h3,.dashboard-header p{color:#0f172a!important}header small,.topbar small,.app-header small,.main-header small,.dashboard-header small{color:#64748b!important}.settings-page{color:#15182b;padding:24px 28px;font-family:Poppins,system-ui,sans-serif}.settings-head h2{margin:0;font-size:22px;font-weight:700}.settings-head p{color:#9aa0ad;margin:4px 0 0;font-size:14px}.settings-flash{border-radius:10px;margin-top:16px;padding:11px 16px;font-size:14px}.settings-flash.success{color:#0f6e56;background:#e8f7f0}.settings-flash.error{color:#c0392b;background:#fdeeee}.settings-card{background:#fff;border:1px solid #eef1f5;border-radius:14px;margin-top:20px;padding:22px;box-shadow:0 1px 3px #1218280a}.settings-card.no-pad{padding:0}.card-title{margin:0 0 16px;font-size:15px;font-weight:600}.card-title.pad{padding:18px 22px 0}.form-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;display:grid}.field{margin-bottom:14px}.field label{color:#6b7280;margin-bottom:6px;font-size:13px;display:block}.field-input{color:#15182b;box-sizing:border-box;background:#fff;border:1px solid #e4e7ee;border-radius:10px;width:100%;padding:11px 13px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.field-input::placeholder{color:#b4b9c4}.field-input:focus{border-color:#f77708;outline:none;box-shadow:0 0 0 3px #f7770826}.field-input:disabled{color:#9aa0ad;cursor:not-allowed;background:#f3f5f8}.field-input:-webkit-autofill{transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.field-input:-webkit-autofill:hover{transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.field-input:-webkit-autofill:focus{transition:background-color 9999s ease-in-out;-webkit-text-fill-color:#15182b!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.card-actions{justify-content:flex-end;margin-top:18px;display:flex}.btn-primary{color:#fff;cursor:pointer;background:#f77708;border:none;border-radius:10px;padding:11px 22px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.btn-primary:hover{background:#e06a00}.btn-ghost{color:#444;cursor:pointer;background:#fff;border:1px solid #e4e7ee;border-radius:10px;padding:11px 20px;font-family:inherit;font-size:14px;font-weight:600}.btn-ghost:hover{background:#f7f8fb}.btn-perm{color:#b35e00;cursor:pointer;background:#fff;border:1px solid #f7c98a;border-radius:8px;margin-right:8px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600}.btn-perm:hover{background:#fff7ed;border-color:#f2b15a}.btn-edit{color:#2952cc;cursor:pointer;background:#fff;border:1px solid #cfe0ff;border-radius:8px;margin-right:8px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600}.btn-edit:hover{background:#f4f7ff;border-color:#9fbdf7}.btn-delete{color:#e23b3b;cursor:pointer;background:#fff;border:1px solid #f3c2c2;border-radius:8px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600}.btn-delete:hover{background:#fdf2f2;border-color:#e88}.table-wrap{overflow-x:auto}.users-table{border-collapse:collapse;width:100%;font-size:14px}.users-table thead th{text-align:left;color:#9aa0ad;border-bottom:1px solid #eef1f5;padding:12px 22px;font-size:13px;font-weight:600}.users-table th.right,.users-table td.right{text-align:right}.users-table tbody td{vertical-align:middle;border-bottom:1px solid #f3f5f8;padding:14px 22px}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover{background:#fafbfc}.u-name{font-weight:600}.u-email{color:#9aa0ad;margin:2px 0 8px;font-size:13px}.role-badge{cursor:pointer;border:none;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:600}.badge-production{color:#0f6e56;background:#e1f5ee}.badge-amazon{color:#3c3489;background:#eeedfe}.badge-dispatch{color:#854f0b;background:#faeeda}.chips{flex-wrap:wrap;gap:6px;max-width:360px;display:flex}.chip{color:#41506a;background:#eef2f7;border-radius:7px;padding:4px 10px;font-size:12px;font-weight:500}.chip-edit{color:#fff;background:#f77708;border-radius:7px;padding:4px 10px;font-size:12px;font-weight:500}.chip-none{color:#c0392b;background:#fdeeee}.switch{cursor:pointer;border:none;border-radius:999px;width:42px;height:23px;padding:0;transition:background .15s;position:relative}.switch.sm{width:38px;height:21px}.switch.on{background:#1d9e75}.switch.off{background:#cfd3da}.switch .knob{background:#fff;border-radius:50%;width:19px;height:19px;transition:left .15s;position:absolute;top:2px}.switch.sm .knob{width:17px;height:17px}.switch.on .knob{left:21px}.switch.sm.on .knob{left:19px}.switch.off .knob{left:2px}.empty{color:#9aa0ad;padding:22px;font-size:14px}.modal-overlay{z-index:1000;background:#0f121e73;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:460px;overflow:hidden;box-shadow:0 20px 60px #00000040}.modal.wide{max-width:520px}.modal-head{border-bottom:1px solid #eef1f5;justify-content:space-between;align-items:flex-start;padding:20px 22px;display:flex}.modal-head h3{margin:0;font-size:17px;font-weight:700}.modal-sub{color:#9aa0ad;margin:4px 0 0;font-size:13px}.modal-close{color:#9aa0ad;cursor:pointer;background:0 0;border:none;font-size:24px;line-height:1}.modal-body{max-height:60vh;padding:20px 22px;overflow-y:auto}.modal-foot{border-top:1px solid #eef1f5;justify-content:flex-end;gap:10px;padding:16px 22px;display:flex}.perm-head{color:#9aa0ad;border-bottom:1px solid #eef1f5;grid-template-columns:1fr 60px 60px;padding-bottom:10px;font-size:13px;display:grid}.perm-head span:not(:first-child){text-align:center}.perm-row{border-bottom:1px solid #f3f5f8;grid-template-columns:1fr 60px 60px;align-items:center;padding:12px 0;display:grid}.perm-row:last-child{border-bottom:none}.perm-name{font-size:14px;font-weight:500}.perm-row .switch{justify-self:center}.btn-reset{color:#b35e00;cursor:pointer;background:#fff;border:1px solid #f7c98a;border-radius:8px;margin-right:8px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:600}.btn-reset:hover{background:#fff7ed;border-color:#f2b15a}.reset-note{color:#1b4f8a;background:#eaf1fb;border-radius:8px;margin-top:4px;padding:10px 12px;font-size:12.5px;line-height:1.5}.settings-page{color:#15182b;box-sizing:border-box;max-width:100%;padding:24px 28px;font-family:Poppins,system-ui,sans-serif;overflow-x:hidden}
