*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:#07142b;background:linear-gradient(90deg,#111827,#111827 15%,#eef3f8 38%,#fff)}button,input,select{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr}.side{background:#111827;color:#fff;padding:28px 16px}.brand{font-weight:900;font-size:23px;margin-bottom:26px}.side nav{display:flex;flex-direction:column;gap:10px}.side button{background:transparent;color:#cbd5e1;border:0;text-align:left;padding:14px 16px;border-radius:10px;font-weight:800}.side button.active{background:#475569;color:#fff}.main{padding:34px 30px;max-width:1360px}.sectionHead,.top{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:22px}h1{margin:0;font-size:34px}h2{margin:0 0 16px}p{color:#667085}.grid{display:grid;grid-gap:16px;gap:16px;margin-bottom:16px}.two{grid-template-columns:1fr 1fr}.four{grid-template-columns:repeat(4,1fr)}.card,.metric{background:hsla(0,0%,100%,.84);border:1px solid hsla(0,0%,100%,.9);border-radius:14px;padding:22px;box-shadow:0 22px 55px rgba(15,23,42,.15)}.metric strong{display:block;font-size:34px;margin:7px 0}.metric small,.metric span{color:#475569}.form{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.form.single{grid-template-columns:1fr}label{display:flex;flex-direction:column;gap:6px;color:#334155;font-size:13px;font-weight:800}input,select{width:100%;background:#fff;border:1px solid #cbd5e1;border-radius:9px;padding:12px}button{border:0;border-radius:9px;padding:12px 14px;font-weight:900;cursor:pointer;background:#0b78d0;color:#fff}.form button{grid-column:1/-1}.danger{background:#7f1d1d}.small{padding:7px 10px}.feedback{min-height:138px;border-radius:12px;padding:16px;line-height:1.45;border:1px solid #cbd5e1;background:#fff}.feedback.good{background:#ecfdf5}.feedback.warn{background:#fffbeb}.feedback.bad{background:#fef2f2}.goal{display:flex;justify-content:space-between;gap:14px;align-items:center;border-radius:12px;padding:12px;border:1px solid #cbd5e1;background:#fff;margin-bottom:10px}.goal div{display:flex;flex-direction:column;gap:4px}.goal span{color:#64748b;font-size:13px}.goal.ahead strong{color:#047857}.goal.behind strong{color:#b91c1c}.goal.even strong{color:#1d4ed8}.pace{margin-top:14px;border-radius:12px;padding:13px;background:rgba(11,120,208,.08);border:1px solid rgba(11,120,208,.18)}.controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.controls button{background:#e2e8f0;color:#07142b}.controls button.active{background:#0b78d0;color:#fff}.chart{height:340px}.tableWrap{overflow:auto;margin-top:18px}table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}td,th{padding:10px;border-bottom:1px solid #cbd5e1;text-align:left;white-space:nowrap}th{font-size:12px;text-transform:uppercase;color:#475569}.note{white-space:normal;min-width:300px}.calendar{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.month{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:12px}.days{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:4px;gap:4px;margin-top:8px}.days button{height:28px;padding:0;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.days button.has{background:#dbeafe;color:#07142b}.authPage{min-height:100vh;display:grid;place-items:center;padding:24px}.authCard{max-width:440px;width:100%;background:#fff;border-radius:18px;padding:26px;box-shadow:0 22px 55px rgba(15,23,42,.15)}.secondary{margin-top:12px;background:#e2e8f0;color:#07142b}.notice{background:#eff6ff;padding:10px;border-radius:10px}@media(max-width:1000px){.shell{grid-template-columns:1fr}.side nav{flex-direction:row;overflow:auto}.calendar,.form,.four,.two{grid-template-columns:1fr}.sectionHead,.top{align-items:flex-start;flex-direction:column}}.teamCode{display:flex;align-items:center;gap:12px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:12px 14px}.teamCode small{color:#475569;font-weight:900}.teamCode strong{font-size:20px;letter-spacing:2px}.teamCode .secondary{margin:0}.adminBadge{padding:9px 14px;border-radius:999px;background:#312e81;color:#fff;font-size:12px;font-weight:900;letter-spacing:1.5px}.profileWrap{position:relative}.profileButton{display:flex;align-items:center;gap:10px;min-width:190px;background:#fff;color:#07142b;border:1px solid #cbd5e1;box-shadow:0 8px 24px rgba(15,23,42,.12);padding:7px 11px}.profileButton img,.profileInitials{width:38px;height:38px;border-radius:50%;object-fit:cover}.profileInitials{display:grid;place-items:center;background:linear-gradient(135deg,#0b78d0,#14b8a6);color:#fff;font-weight:900}.profileLabel{display:flex;flex:1 1;flex-direction:column;align-items:flex-start;min-width:0}.profileLabel b,.profileLabel small{max-width:125px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profileLabel small{color:#64748b;text-transform:capitalize}.profileMenu{position:absolute;right:0;top:calc(100% + 10px);z-index:50;width:320px;padding:18px;background:#fff;border:1px solid #dbe3ec;border-radius:14px;box-shadow:0 24px 60px rgba(15,23,42,.22)}.profileMenuHead{display:flex;flex-direction:column;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #e2e8f0}.profileMenuHead small{color:#64748b}.profileMenu form{display:flex;flex-direction:column;gap:10px}.uploadLabel input{display:none}.uploadLabel span{display:block;padding:11px;border:1px dashed #94a3b8;border-radius:9px;text-align:center;color:#0b78d0;cursor:pointer}.profileActions{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px;margin-top:14px}.profileActions .secondary{margin:0}.profileNotice{padding:8px;margin:10px 0 0;border-radius:8px;background:#eff6ff;font-size:13px}@media(max-width:700px){.profileButton{min-width:0}.profileLabel{display:none}.profileMenu{position:fixed;top:90px;left:16px;right:16px;width:auto}}.standardBox{margin:16px 0;padding:18px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa}.standardGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:12px 0}.standardGrid span{display:flex;flex-direction:column;color:#64748b}.standardGrid b{color:#07142b;font-size:20px}.suggestionCard{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0;padding:18px;border-radius:12px;background:#eff6ff;border:1px solid #bfdbfe}.wideButton{width:100%;margin-top:14px}@media(max-width:900px){.standardGrid{grid-template-columns:repeat(2,1fr)}.suggestionCard{align-items:flex-start;flex-direction:column}}.repGrid{grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px}.repCard,.repGrid{display:grid;gap:14px}.repCard{grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:14px;padding:16px;border:1px solid #cbd5e1;border-radius:14px;background:#fff}.avatar{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#0b78d0,#14b8a6);color:#fff;font-weight:900}.repIdentity{display:flex;flex-direction:column;min-width:0}.repIdentity small{color:#64748b;overflow:hidden;text-overflow:ellipsis}.streak{text-align:center;padding:8px 12px;border-radius:10px}.streak strong{display:block;font-size:24px}.streak span{font-size:11px;font-weight:800}.standardStreak{background:#fff7ed;color:#9a3412}.goalStreak{background:#ecfdf5;color:#047857}.newsFeed{display:flex;flex-direction:column;gap:12px}.newsItem{display:grid;grid-template-columns:auto 1fr;grid-gap:14px;gap:14px;padding:16px;border:1px solid #dbe3ec;border-radius:12px;background:#fff}.smallAvatar{width:38px;height:38px}.newsMeta{display:flex;justify-content:space-between;gap:12px}.newsMeta time{font-size:12px;color:#64748b}.newsItem p{margin:6px 0 0}@media(max-width:900px){.repGrid{grid-template-columns:1fr}.repCard{grid-template-columns:auto 1fr}.streak{grid-row:2}.newsMeta{flex-direction:column;gap:4px}}.profileButton{min-width:225px;padding:9px 13px;gap:12px}.profileButton img,.profileInitials{width:54px;height:54px;flex:0 0 54px}.profileLabel b,.profileLabel small{max-width:140px}@media(max-width:700px){.profileButton{padding:7px;min-width:0}.profileButton img,.profileInitials{width:50px;height:50px;flex-basis:50px}}.fireStreak{position:relative;display:grid;justify-items:center;width:86px;min-width:86px;padding:0!important;background:transparent!important;overflow:hidden}.fireStreak:before{content:"🔥";display:block;font-size:54px;line-height:60px;filter:drop-shadow(0 5px 7px rgba(234,88,12,.24))}.fireStreak strong{position:absolute;top:21px;left:50%;transform:translateX(-50%);z-index:1;color:#fff!important;font-size:19px!important;line-height:1;text-shadow:0 2px 4px rgba(92,24,8,.95)}.fireStreak span{display:block;max-width:86px;margin-top:0;padding:4px 7px;border-radius:999px;color:#fff!important;font-size:8px!important;letter-spacing:0;white-space:nowrap}.fireStreak.standardStreak span{background:linear-gradient(135deg,#c2410c,#f97316)}.fireStreak.goalStreak span{background:linear-gradient(135deg,#047857,#14b8a6)}.repCard:has(.fireStreak){grid-template-columns:auto minmax(150px,1fr) 86px 86px;column-gap:10px}@media(max-width:900px){.repCard:has(.fireStreak){grid-template-columns:auto minmax(0,1fr)}.fireStreak{grid-row:2!important;width:86px}.fireStreak:before{font-size:50px;line-height:56px}.fireStreak strong{top:20px}}.fireStreak.goalStreak:before{content:"🏆";filter:drop-shadow(0 5px 7px rgba(180,120,0,.28))}.fireStreak.goalStreak strong{top:18px;color:#fff!important;text-shadow:0 2px 4px rgba(76,48,0,.95)}.fireStreak strong,.fireStreak.goalStreak strong{color:#fff!important;text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 1px 0 #000,0 1px 0 #000,1px 1px 0 #000,0 2px 4px rgba(0,0,0,.75)!important}.socialNews{align-items:start}.achievementNews{border-color:#facc15;background:linear-gradient(135deg,#fffbeb,#fff)}.newsAvatar img{width:44px;height:44px;border-radius:50%;object-fit:cover}.reactionBar{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.reactionBar button{display:flex;align-items:center;gap:4px;padding:6px 9px;background:#f1f5f9;color:#07142b;border:1px solid #e2e8f0}.reactionBar button.reacted{background:#dbeafe;border-color:#60a5fa}.reactionBar span{font-size:11px}.comments{margin-top:12px;padding-top:10px;border-top:1px solid #e2e8f0}.comment{display:grid;grid-template-columns:auto 1fr auto;grid-gap:8px;gap:8px;padding:7px 0;font-size:13px}.comment b{color:#0b78d0}.comment time{color:#94a3b8;font-size:10px}.comments form{display:grid;grid-template-columns:1fr auto;grid-gap:8px;gap:8px;margin-top:8px}.comments form button{padding:9px 12px}@media(max-width:700px){.comment{grid-template-columns:1fr}.comment time{display:none}}.podiumCard{background:linear-gradient(145deg,hsla(0,0%,100%,.96),rgba(255,251,235,.95))}.podiumList{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.podiumRow{display:grid;grid-template-columns:38px 46px minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;padding:12px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.podiumRow.place1{border-color:#facc15;background:linear-gradient(90deg,#fffbeb,#fff)}.podiumRow.place2{border-color:#cbd5e1;background:linear-gradient(90deg,#f8fafc,#fff)}.podiumRow.place3{border-color:#fdba74;background:linear-gradient(90deg,#fff7ed,#fff)}.rank{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#0f172a;color:#fff;font-weight:900}.place1 .rank{background:#ca8a04}.place2 .rank{background:#64748b}.place3 .rank{background:#c2410c}.podiumAvatar,.podiumRow img{width:44px;height:44px;border-radius:50%;object-fit:cover}.podiumName{display:flex;flex-direction:column;min-width:0}.podiumName b,.podiumName small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podiumName small{color:#64748b}.podiumSales{font-size:26px;color:#0b78d0}.podiumSales small{font-size:12px;color:#64748b}@media(max-width:650px){.podiumRow{grid-template-columns:32px 42px 1fr;padding:10px}.podiumSales{grid-column:3;font-size:20px}.podiumAvatar,.podiumRow img{width:40px;height:40px}}.checkoutSummary{display:flex;flex-direction:column;align-items:center;padding:10px 16px;border-radius:12px;background:#ecfdf5;color:#047857}.checkoutSummary strong{font-size:25px}.checkoutSummary span{font-size:11px;font-weight:900;text-transform:uppercase}.checkoutList{display:flex;flex-direction:column;gap:10px}.checkoutRow{display:grid;grid-template-columns:42px 46px minmax(0,1fr) 130px 110px;align-items:center;grid-gap:12px;gap:12px;padding:13px 15px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.checkoutRow.complete{border-color:#86efac;background:#f0fdf4}.checkoutRow.incomplete{border-color:#fecaca;background:#fff}.checkoutStatus{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-size:23px;font-weight:900}.complete .checkoutStatus{background:#16a34a;color:#fff}.incomplete .checkoutStatus{background:#dc2626;color:#fff}.checkoutAvatar,.checkoutRow img{width:44px;height:44px;border-radius:50%;object-fit:cover}.checkoutIdentity{display:flex;flex-direction:column;min-width:0}.checkoutIdentity b,.checkoutIdentity small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkoutIdentity small{color:#64748b}.checkoutMetric{display:flex;align-items:baseline;gap:4px;padding:8px;border-radius:9px;background:#f1f5f9;color:#64748b}.checkoutMetric strong{font-size:22px;color:#334155}.checkoutMetric span{font-size:11px;font-weight:800}.checkoutMetric.met{background:#dcfce7;color:#047857}.checkoutMetric.met strong{color:#047857}@media(max-width:800px){.checkoutRow{grid-template-columns:38px 42px 1fr}.checkoutMetric{grid-row:2}.checkoutMetric:first-of-type{grid-column:2}.checkoutMetric:last-child{grid-column:3}}.profileCheckout{display:flex;align-items:center;gap:5px;margin-top:2px;padding:2px 7px;border-radius:999px;font-size:9px;font-weight:900;white-space:nowrap}.profileCheckout b{font-size:13px;line-height:1}.profileCheckout.complete{background:#dcfce7;color:#047857}.profileCheckout.incomplete{background:#fee2e2;color:#b91c1c}.profileButton:has(.profileCheckout){min-width:245px}.profileButton:has(.profileCheckout) .profileLabel b,.profileButton:has(.profileCheckout) .profileLabel small{max-width:155px}@media(max-width:700px){.profileCheckout{display:none}.profileButton:has(.profileCheckout){min-width:0}}button{transition:transform .08s ease,box-shadow .08s ease,filter .08s ease}button:active:not(:disabled){transform:translateY(2px) scale(.98);box-shadow:inset 0 3px 7px rgba(0,0,0,.22);filter:brightness(.94)}button:disabled{cursor:not-allowed;opacity:.65}.feedback.good{background:#dcfce7;border-color:#4ade80}.feedback.warn{background:#fef9c3;border-color:#facc15}.feedback.bad{background:#fee2e2;border-color:#f87171}.days button.good{background:#22c55e!important;border-color:#16a34a!important;color:#fff!important}.days button.warn{background:#facc15!important;border-color:#eab308!important;color:#713f12!important}.days button.bad{background:#ef4444!important;border-color:#dc2626!important;color:#fff!important}.calendarLegend{display:flex;gap:16px;flex-wrap:wrap;margin:16px 0 4px;font-size:12px;font-weight:900}.calendarLegend .good{color:#15803d}.calendarLegend .warn{color:#a16207}.calendarLegend .bad{color:#b91c1c}.feedbackCell.good{background:#f0fdf4;color:#166534}.feedbackCell.warn{background:#fefce8;color:#854d0e}.feedbackCell.bad{background:#fef2f2;color:#991b1b}.monthControls{display:grid;grid-template-columns:auto minmax(170px,230px) auto;justify-content:center;align-items:center;grid-gap:12px;gap:12px;margin:16px 0}.monthControls .secondary{margin:0}.singleMonth{max-width:850px;margin:0 auto;padding:18px;border:1px solid #cbd5e1;border-radius:14px;background:#fff}.monthTitle{text-align:center;font-size:24px;font-weight:900;margin-bottom:14px}.monthDays,.weekdayRow{display:grid;grid-template-columns:repeat(7,1fr);grid-gap:7px;gap:7px}.weekdayRow b{text-align:center;padding:6px;color:#64748b;font-size:12px}.monthDays>button{position:relative;min-height:72px;padding:8px;background:#f8fafc;color:#334155;border:1px solid #e2e8f0;text-align:left}.monthDays>button>span{position:relative;z-index:2;font-weight:900}.monthDays>button small{position:absolute;left:8px;bottom:7px;font-size:9px}.monthDays>button.good{background:#dcfce7;color:#166534;border-color:#4ade80}.monthDays>button.warn{background:#fef9c3;color:#854d0e;border-color:#facc15}.monthDays>button.bad{background:#fee2e2;color:#991b1b;border-color:#f87171}.dayOffX{position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%);z-index:3;color:#050505;font-size:42px;line-height:1;text-shadow:0 1px 0 #fff;opacity:.9}.monthDays>button.dayOff{box-shadow:inset 0 0 0 2px #111}.scheduleKey{gap:18px;max-width:850px;margin:16px auto 0;padding:13px 16px;border-radius:12px;background:#f1f5f9}.scheduleKey,.scheduleKey span{display:flex;align-items:center}.scheduleKey span{gap:9px}.inlineOff,.offLegend,.scheduleKey strong{color:#111;font-weight:900}.scheduleKey strong{font-size:25px}@media(max-width:650px){.monthControls{grid-template-columns:1fr 1fr}.monthControls input{grid-column:1/-1;grid-row:1}.monthDays>button{min-height:52px;padding:5px}.monthDays,.weekdayRow{gap:3px}.weekdayRow b{font-size:9px}.dayOffX{font-size:30px}.scheduleKey{align-items:flex-start;flex-direction:column;gap:6px}}.calendarMode{display:flex;gap:8px;padding:5px;border-radius:11px;background:#e2e8f0}.calendarMode button{background:transparent;color:#334155}.calendarMode button.active{background:#0b78d0;color:#fff;box-shadow:0 4px 10px rgba(11,120,208,.2)}@media(max-width:650px){.calendarMode{width:100%}.calendarMode button{flex:1 1}}.navBadge{display:inline-grid;place-items:center;min-width:22px;height:22px;padding:0 6px;margin-left:6px;border-radius:999px;background:#ef4444;color:#fff;font-size:12px;font-weight:800}.v2{display:grid;grid-gap:18px;gap:18px}.v2Head{display:flex;align-items:center;justify-content:space-between}.v2Head h1{margin:0}.v2Tabs{display:flex;gap:8px;flex-wrap:wrap}.v2Tabs button{background:#e8eef5;color:#203047}.v2Tabs button.active{background:#0b78d0;color:#fff}.repSelect{min-width:260px;margin:8px 0 18px}.detailGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:18px 0}.detailGrid>div,.feedCard{padding:16px;border:1px solid #d9e2ec;border-radius:14px;background:#f8fafc}.auditRow,.historyRow,.notification{display:flex;justify-content:space-between;gap:16px;padding:12px 14px;margin-top:8px;border-radius:10px;background:#f1f5f9}.historyRow.ok{border-left:5px solid #16a34a}.historyRow.miss{border-left:5px solid #dc2626}.v2Form{display:grid;grid-gap:10px;gap:10px;margin:12px 0 20px}.repSelect,.v2Form input,.v2Form select,.v2Form textarea{padding:11px;border:1px solid #cbd5e1;border-radius:9px}.twoCol{grid-template-columns:1fr 1fr}.feedCard{margin-top:10px}.feedCard p{white-space:pre-wrap}.auditRow{display:grid;grid-template-columns:1fr auto;align-items:center}.auditRow code{grid-column:1/-1;color:#64748b}.exportButtons{display:flex;gap:10px;flex-wrap:wrap}.checkRow,.toggleRow{display:flex;align-items:center;justify-content:space-between;padding:13px;border-bottom:1px solid #e2e8f0}.checkRow input,.toggleRow input{width:20px;height:20px}.notification{display:block}.notification.unread{background:#e0f2fe;border-left:5px solid #0284c7}.notification p{margin:6px 0}.notification small{color:#64748b}@media(max-width:800px){.detailGrid,.twoCol{grid-template-columns:1fr}.historyRow,.v2Head{align-items:flex-start;flex-direction:column}.repSelect{min-width:100%;width:100%}}@media print{.exportButtons,.side,.top,.v2Tabs{display:none!important}.main{padding:0}.card{box-shadow:none;border:1px solid #bbb}}