@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
:root{--purple:#622D8F;--deep:#190422;--cyan:#6FCAD5;--paper:#F7F4F9;--ink:#2F2435;--muted:#7C7082;--line:rgba(98,45,143,.11);--white:#fff}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Poppins,sans-serif;background:var(--paper);color:var(--ink)}a{text-decoration:none;color:inherit}button,input,textarea,select{font:inherit}
.fo-app{min-height:100vh;display:grid;grid-template-columns:270px 1fr}.fo-sidebar{position:sticky;top:0;height:100vh;padding:24px 18px;background:linear-gradient(180deg,#230831,#190422);color:#fff;display:flex;flex-direction:column;z-index:50}
.fo-brand{display:flex;align-items:center;gap:10px;padding:5px 8px 25px}.fo-brand img{width:108px;height:auto}.fo-brand small{color:var(--cyan);font-size:8px;letter-spacing:2px;font-weight:900}
.fo-workspace-card{padding:16px;margin-bottom:15px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.04)}.fo-workspace-card span{display:block;color:rgba(255,255,255,.38);font-size:8px;letter-spacing:1px;font-weight:800}.fo-workspace-card strong{display:block;margin:4px 0 7px;font-size:14px}.fo-workspace-card a{color:var(--cyan);font-size:9px;font-weight:700}
.fo-nav{display:flex;flex-direction:column;gap:3px}.fo-nav a{min-height:46px;padding:0 12px;display:flex;align-items:center;gap:12px;border-radius:12px;color:rgba(255,255,255,.6);font-size:12px;font-weight:600}.fo-nav a i{width:22px;text-align:center;color:rgba(255,255,255,.35);font-style:normal}.fo-nav a:hover,.fo-nav a.active{background:rgba(255,255,255,.075);color:#fff}.fo-nav a.active i{color:var(--cyan)}.fo-nav .ai{margin-top:10px;border:1px solid rgba(111,202,213,.15);color:var(--cyan)}
.fo-sidebar-bottom{margin-top:auto;padding:16px 8px 5px;border-top:1px solid rgba(255,255,255,.07);display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.fo-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.fo-avatar img{width:100%;height:100%;object-fit:contain}.fo-sidebar-bottom strong{display:block;font-size:11px}.fo-sidebar-bottom small{display:block;color:rgba(255,255,255,.36);font-size:8px;text-transform:uppercase}.fo-sidebar-bottom>a{color:var(--cyan)}
.fo-main{min-width:0}.fo-topbar{min-height:100px;padding:22px 34px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--line);background:rgba(247,244,249,.92);backdrop-filter:blur(12px);position:sticky;top:0;z-index:40}.fo-topbar h1{margin:1px 0 0;color:var(--purple);font-size:24px;line-height:1;font-weight:800;letter-spacing:-1px}.fo-eyebrow{font-size:8px;letter-spacing:1.1px;font-weight:900;color:var(--cyan)}.fo-top-actions{margin-left:auto;display:flex;gap:12px;align-items:center}.fo-online{font-size:8px;letter-spacing:1px;font-weight:800;color:var(--muted)}.fo-online i{width:6px;height:6px;border-radius:50%;display:inline-block;background:#56C596;margin-right:5px}.fo-quick{padding:12px 16px;border-radius:999px;background:var(--purple);color:#fff;font-size:10px;font-weight:800}.fo-menu{display:none;border:0;background:none;font-size:20px;color:var(--purple)}
.fo-content{padding:28px 34px 55px}.fo-alert{margin:18px 34px 0;padding:13px 16px;border-radius:12px;font-size:12px}.fo-alert.success{background:#E7F7EF;color:#246847}.fo-alert.error{background:#FCEBEE;color:#8A3042}
.fo-welcome{position:relative;min-height:220px;padding:34px;border-radius:28px;overflow:hidden;background:linear-gradient(130deg,#2A0B3A,#622D8F);color:#fff;display:flex;align-items:center}.fo-welcome span{font-size:8px;letter-spacing:1px;font-weight:900;color:var(--cyan)}.fo-welcome h2{max-width:650px;margin:8px 0;color:#fff;font-size:38px;line-height:.98;letter-spacing:-2px}.fo-welcome h2 em{color:var(--cyan);font-style:normal}.fo-welcome p{max-width:560px;color:rgba(255,255,255,.6);font-size:12px}.fo-orbit-mini{margin-left:auto;margin-right:40px;width:120px;height:120px;position:relative;display:grid;place-items:center}.fo-orbit-mini img{position:relative;z-index:2;width:68px}.fo-orbit-mini i{position:absolute;inset:0;border:1px solid rgba(255,255,255,.12);border-radius:50%}.fo-orbit-mini i:last-child{inset:-24px;border-style:dashed}
.fo-stats{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.fo-stat{min-height:145px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff;display:flex;flex-direction:column}.fo-stat span{font-size:8px;letter-spacing:.9px;font-weight:900;color:var(--muted)}.fo-stat strong{margin:auto 0 4px;color:var(--purple);font-size:38px;line-height:1}.fo-stat small{font-size:9px;color:var(--muted)}.fo-stat.accent{background:var(--cyan)}.fo-stat.accent span,.fo-stat.accent small{color:rgba(25,4,34,.55)}.fo-stat.accent strong{color:var(--deep)}
.fo-dashboard-grid,.fo-page-grid{margin-top:18px;display:grid;grid-template-columns:1.35fr 1fr;gap:18px;align-items:start}.fo-panel{padding:24px;border:1px solid var(--line);border-radius:24px;background:#fff}.fo-panel-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.fo-panel-head span{font-size:8px;letter-spacing:.8px;font-weight:900;color:var(--cyan)}.fo-panel-head h3{margin:3px 0 0;color:var(--purple);font-size:22px;line-height:1.05;letter-spacing:-.8px}.fo-panel-head a{font-size:9px;color:var(--purple);font-weight:800}.fo-chip{padding:7px 10px;border-radius:999px;background:#EFE6F5;color:var(--purple)!important}
.fo-list{display:flex;flex-direction:column}.fo-list-row{min-height:66px;display:grid;grid-template-columns:auto 1fr auto;gap:13px;align-items:center;border-top:1px solid var(--line)}.fo-list-row:first-child{border-top:0}.fo-list-row strong{display:block;font-size:12px}.fo-list-row small{display:block;margin-top:3px;color:var(--muted);font-size:9px}.fo-list-row b{font-size:8px;color:var(--purple);padding:6px 8px;border-radius:999px;background:#F2EDF5}.fo-list-row.big{align-items:start;padding:16px 0}.fo-list-row.big p{margin:5px 0 0;color:var(--muted);font-size:11px}.fo-dot{width:8px;height:8px;border-radius:50%;background:#bbb}.fo-dot.high,.fo-dot.urgent{background:#E16479}.fo-dot.normal{background:var(--cyan)}.fo-date{width:35px;height:40px;border-radius:10px;background:#F5F0F8;color:var(--purple);display:grid;place-items:center;font-size:14px;font-weight:900}.fo-date small{margin:0!important;font-size:6px!important;text-transform:uppercase}
.fo-ai-banner{margin-top:18px;padding:28px 30px;border-radius:24px;background:linear-gradient(120deg,#5A2584,#351048);color:#fff;display:flex;align-items:center;gap:30px}.fo-ai-banner span{color:var(--cyan);font-size:8px;letter-spacing:1px;font-weight:900}.fo-ai-banner h3{margin:6px 0;color:#fff;font-size:24px}.fo-ai-banner p{margin:0;color:rgba(255,255,255,.55);font-size:11px}.fo-ai-banner>b{margin-left:auto;color:var(--cyan);font-size:10px}
.fo-form-panel{position:sticky;top:122px}.fo-form{display:flex;flex-direction:column;gap:14px}.fo-form label>span{display:block;margin-bottom:6px;color:var(--purple);font-size:9px;font-weight:800}.fo-form input,.fo-form textarea,.fo-form select,.fo-approval textarea,.fo-kanban select{width:100%;min-height:48px;padding:0 13px;border:1px solid var(--line);border-radius:12px;background:#FBF9FC;outline:none;color:var(--ink)}.fo-form textarea,.fo-approval textarea{min-height:95px;padding:12px;resize:vertical}.fo-primary{min-height:54px;padding:0 8px 0 18px;border:0;border-radius:999px;background:var(--purple);color:#fff;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.fo-primary span{font-size:11px;font-weight:800}.fo-primary b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--cyan);color:var(--deep)}
.fo-card-grid,.fo-project-grid,.fo-file-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fo-workspace-tile,.fo-project-card,.fo-file-card{padding:18px;border:1px solid var(--line);border-radius:18px;background:#FBF9FC}.fo-workspace-tile{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:12px}.fo-workspace-tile>span{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:var(--purple);color:#fff;font-size:12px;font-weight:900}.fo-workspace-tile strong,.fo-project-card h3,.fo-file-card strong{display:block;color:var(--purple)}.fo-workspace-tile small,.fo-project-card small,.fo-file-card small{color:var(--muted);font-size:8px}.fo-workspace-tile button{border:0;background:none;color:var(--purple);font-size:9px;font-weight:800;cursor:pointer}.fo-workspace-tile.active{border-color:var(--cyan)}
.fo-project-card>span{font-size:7px;letter-spacing:.8px;color:var(--cyan);font-weight:900}.fo-project-card h3{margin:10px 0 6px;font-size:17px}.fo-project-card p{min-height:34px;margin:0;color:var(--muted);font-size:10px}.fo-progress{height:5px;margin:18px 0 8px;border-radius:20px;background:#EDE7F0;overflow:hidden}.fo-progress i{height:100%;display:block;background:var(--cyan)}.fo-project-foot{display:flex;justify-content:space-between}
.fo-kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;overflow-x:auto}.fo-kanban-col{min-width:180px;padding:10px;border-radius:16px;background:#F7F4F9}.fo-kanban-col header{display:flex;justify-content:space-between;padding:6px}.fo-kanban-col header span{font-size:8px;letter-spacing:.7px;font-weight:900;color:var(--purple)}.fo-kanban-col article{margin-top:8px;padding:12px;border:1px solid var(--line);border-radius:13px;background:#fff}.fo-kanban-col article strong{display:block;margin:7px 0;font-size:11px}.fo-kanban-col article small{display:block;margin-bottom:8px;color:var(--muted);font-size:8px}.fo-kanban select{min-height:34px;font-size:9px}.fo-priority{font-size:7px;font-weight:900;color:var(--cyan)}
.fo-content-list{display:flex;flex-direction:column;gap:12px}.fo-content-item{padding:14px;border:1px solid var(--line);border-radius:18px;display:grid;grid-template-columns:74px 1fr .65fr;gap:15px;align-items:start}.fo-content-preview{width:74px;height:74px;border-radius:15px;background:linear-gradient(135deg,var(--purple),var(--deep));display:grid;place-items:center;color:var(--cyan);font-weight:900}.fo-content-info small{font-size:8px;color:var(--cyan);font-weight:800}.fo-content-info h3{margin:4px 0;font-size:14px;color:var(--purple)}.fo-content-info p{margin:0;color:var(--muted);font-size:10px}.fo-status{display:inline-block;margin-top:8px;font-size:7px;color:var(--purple)}.fo-approval textarea{min-height:52px;font-size:9px}.fo-approval button{margin-top:5px;border:0;border-radius:999px;padding:8px 10px;font-size:8px;font-weight:800;cursor:pointer}.fo-approval .approve{background:var(--cyan)}.fo-approval .change{background:#EEE6F3;color:var(--purple)}
.fo-file-card{display:flex;flex-direction:column;min-height:120px}.fo-file-card>span{font-size:7px;color:var(--cyan);font-weight:900}.fo-file-card strong{margin:auto 0 5px;font-size:12px}
.fo-report-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.fo-report-grid article{min-height:170px;padding:20px;border:1px solid var(--line);border-radius:20px;background:#FBF9FC;display:flex;flex-direction:column}.fo-report-grid span{font-size:8px;color:var(--cyan);font-weight:900}.fo-report-grid strong{margin:auto 0 8px;color:var(--purple);font-size:17px}.fo-report-grid small,.fo-report-grid p{color:var(--muted);font-size:9px}.fo-report-placeholder{grid-column:span 2}
.fo-assistant{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px}.fo-ai-intro,.fo-chat{min-height:600px;border-radius:26px}.fo-ai-intro{padding:32px;background:linear-gradient(145deg,#230831,#622D8F);color:#fff}.fo-ai-intro>span{font-size:9px;letter-spacing:1px;color:var(--cyan);font-weight:900}.fo-ai-intro h2{margin:13px 0;font-size:39px;line-height:.95;letter-spacing:-2px}.fo-ai-intro h2 em{color:var(--cyan);font-style:normal}.fo-ai-intro p{color:rgba(255,255,255,.6);font-size:11px}.fo-suggestions{margin-top:35px;display:flex;flex-direction:column;gap:8px}.fo-suggestions button{padding:13px;text-align:left;border:1px solid rgba(255,255,255,.09);border-radius:12px;background:rgba(255,255,255,.05);color:#fff;font-size:9px;cursor:pointer}.fo-chat{padding:20px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column}.fo-chat-messages{flex:1;overflow:auto;padding:10px}.fo-message{max-width:78%;margin:10px 0;display:flex;gap:9px;align-items:flex-start}.fo-message>span{flex:0 0 30px;width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--purple);color:#fff;font-size:8px;font-weight:900}.fo-ai-avatar{overflow:hidden;background:transparent!important}.fo-ai-avatar img{width:100%;height:100%;object-fit:contain}.fo-message p{margin:0;padding:12px 14px;border-radius:14px;background:#F4EFF7;white-space:pre-line;font-size:11px;line-height:1.55}.fo-message.user{margin-left:auto;flex-direction:row-reverse}.fo-message.user>span{background:var(--cyan);color:var(--deep)}.fo-message.user p{background:var(--purple);color:#fff}.fo-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding-top:12px;border-top:1px solid var(--line)}.fo-chat-form textarea{min-height:56px;padding:12px;border:1px solid var(--line);border-radius:14px;resize:none}.fo-chat-form button{padding:0 18px;border:0;border-radius:14px;background:var(--cyan);font-weight:900;cursor:pointer}
.fo-empty{padding:25px;color:var(--muted);font-size:11px;text-align:center}.fo-profile-panel{max-width:620px}
.fo-login-body{background:var(--deep);min-height:100vh}.fo-login-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.fo-login-art{position:relative;overflow:hidden;padding:70px;background:linear-gradient(135deg,#190422,#622D8F);color:#fff;display:flex;align-items:center}.fo-grid-bg{position:absolute;inset:0;opacity:.05;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:90px 90px}.fo-login-copy{position:relative;z-index:2;max-width:650px}.fo-login-copy>span{font-size:10px;letter-spacing:2px;font-weight:900;color:var(--cyan)}.fo-login-copy h1{margin:14px 0;font-size:68px;line-height:.88;letter-spacing:-4px}.fo-login-copy h1 em{color:var(--cyan);font-style:normal}.fo-login-copy p{max-width:560px;color:rgba(255,255,255,.6)}.fo-login-orb{position:absolute;right:-80px;bottom:-80px;width:340px;height:340px;border-radius:50%;border:1px solid rgba(255,255,255,.08);display:grid;place-items:center}.fo-login-orb img{width:48%;z-index:2}.fo-login-form{padding:8vw;display:flex;flex-direction:column;justify-content:center;background:#fff}.fo-login-logo{display:flex;align-items:center;gap:10px;margin-bottom:65px}.fo-login-logo img{width:135px}.fo-login-logo small{color:var(--cyan);font-size:9px;letter-spacing:2px;font-weight:900}.fo-login-form h2{margin:5px 0;color:var(--purple);font-size:36px}.fo-login-form>div>p{color:var(--muted);font-size:11px}
@media(max-width:1100px){.fo-app{grid-template-columns:84px 1fr}.fo-sidebar{padding:20px 12px}.fo-brand small,.fo-workspace-card,.fo-nav a span,.fo-sidebar-bottom>div:nth-child(2){display:none}.fo-brand{justify-content:center}.fo-brand img{width:54px}.fo-nav a{justify-content:center}.fo-sidebar-bottom{grid-template-columns:1fr;justify-items:center}.fo-stats{grid-template-columns:repeat(2,1fr)}.fo-dashboard-grid,.fo-page-grid,.fo-assistant{grid-template-columns:1fr}.fo-form-panel{position:static}.fo-login-shell{grid-template-columns:1fr}.fo-login-art{display:none}}
@media(max-width:720px){.fo-app{display:block}.fo-sidebar{position:fixed;left:-290px;width:270px;transition:.25s}.fo-sidebar.open{left:0;box-shadow:20px 0 60px rgba(0,0,0,.25)}.fo-brand small,.fo-workspace-card,.fo-nav a span,.fo-sidebar-bottom>div:nth-child(2){display:block}.fo-brand{justify-content:flex-start}.fo-brand img{width:108px}.fo-nav a{justify-content:flex-start}.fo-sidebar-bottom{grid-template-columns:38px 1fr auto;justify-items:stretch}.fo-topbar{min-height:82px;padding:16px 18px}.fo-menu{display:block}.fo-top-actions .fo-online{display:none}.fo-quick{padding:10px 12px;font-size:8px}.fo-topbar h1{font-size:19px}.fo-content{padding:18px}.fo-alert{margin:12px 18px 0}.fo-welcome{padding:26px;min-height:260px}.fo-welcome h2{font-size:31px}.fo-orbit-mini{position:absolute;right:-40px;bottom:-20px;opacity:.35}.fo-stats{grid-template-columns:1fr 1fr;gap:9px}.fo-stat{min-height:120px;padding:15px}.fo-stat strong{font-size:30px}.fo-dashboard-grid,.fo-page-grid{grid-template-columns:1fr}.fo-panel{padding:18px}.fo-card-grid,.fo-project-grid,.fo-file-grid,.fo-report-grid{grid-template-columns:1fr}.fo-report-placeholder{grid-column:auto}.fo-kanban{grid-template-columns:repeat(4,220px)}.fo-content-item{grid-template-columns:58px 1fr}.fo-content-preview{width:58px;height:58px}.fo-approval{grid-column:1/-1}.fo-ai-banner{align-items:flex-start;flex-direction:column}.fo-ai-banner>b{margin-left:0}.fo-chat{min-height:500px}.fo-login-form{padding:45px 24px}.fo-login-logo{margin-bottom:50px}}

/* ========================= FLOX ONE V2 ========================= */
.fo-nav a i{width:22px;height:22px;display:grid;place-items:center}
.fo-nav a i svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.fo-lang{display:flex;align-items:center;padding:3px;border:1px solid var(--line);border-radius:999px;background:#fff}
.fo-lang button{min-width:31px;height:27px;padding:0 7px;border:0;border-radius:999px;background:transparent;color:var(--muted);font-size:8px;font-weight:900;cursor:pointer}
.fo-lang button.active{background:var(--purple);color:#fff}
.fo-login-top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:55px}
.fo-login-top .fo-login-logo{margin-bottom:0}
.fo-dashboard-tools,.fo-report-actions{display:flex;align-items:end;justify-content:flex-end;gap:10px;margin:18px 0 0}
.fo-range-filter{display:flex;align-items:center;gap:8px}.fo-range-filter label{color:var(--muted);font-size:8px;letter-spacing:.8px;font-weight:900}.fo-range-filter select{height:38px;padding:0 34px 0 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--purple);font-size:10px;font-weight:700}
.fo-export{height:38px;padding:0 13px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--purple);font-size:9px;font-weight:800}.fo-export svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7}
.fo-analytics-grid{margin-top:14px;display:grid;grid-template-columns:1.45fr .55fr;gap:14px}.fo-chart-panel{min-height:300px}.fo-chart-panel canvas{width:100%!important;height:205px!important}.fo-chart-panel .fo-panel-head small{font-size:9px;color:var(--muted)}
.fo-distribution{display:flex;flex-direction:column}.fo-donut{--task:40;--approval:20;width:150px;height:150px;margin:5px auto 18px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--purple) 0 calc(var(--task)*1%),var(--cyan) calc(var(--task)*1%) calc((var(--task) + var(--approval))*1%),#DDD3E4 calc((var(--task) + var(--approval))*1%) 100%);position:relative}.fo-donut:after{content:"";position:absolute;inset:22px;border-radius:50%;background:#fff}.fo-donut>div{z-index:2;text-align:center}.fo-donut strong{display:block;color:var(--purple);font-size:30px;line-height:1}.fo-donut small{font-size:7px;letter-spacing:.8px;color:var(--muted);font-weight:900}.fo-legend{display:grid;gap:8px}.fo-legend span{display:grid;grid-template-columns:8px 1fr auto;align-items:center;gap:8px;font-size:9px;color:var(--muted)}.fo-legend b{color:var(--ink);font-weight:600}.fo-legend i{width:7px;height:7px;border-radius:50%;background:#DDD3E4}.fo-legend i.task{background:var(--purple)}.fo-legend i.approval{background:var(--cyan)}
.fo-users-grid{display:grid;grid-template-columns:1.35fr .75fr;gap:18px;align-items:start}.fo-users-side{display:grid;gap:18px}.fo-user-list{display:flex;flex-direction:column}.fo-user-row{padding:15px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:42px 1fr auto auto;gap:12px;align-items:center}.fo-user-row:first-child{border-top:0}.fo-user-avatar{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,var(--purple),var(--cyan));color:#fff;display:grid;place-items:center;font-weight:900}.fo-user-info strong{display:block;color:var(--purple);font-size:12px}.fo-user-info small{font-size:9px;color:var(--muted)}.fo-user-workspaces{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}.fo-user-workspaces span{padding:4px 7px;border-radius:999px;background:#F2EDF5;color:var(--purple);font-size:7px;font-weight:700}.fo-user-role{text-align:right}.fo-user-role b{display:block;color:var(--purple);font-size:8px}.fo-user-role small{font-size:7px;color:var(--muted)}.fo-mini-btn{padding:7px 9px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--purple);font-size:8px;font-weight:800;cursor:pointer}.fo-form-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fo-secondary{min-height:46px;border:1px solid var(--purple);border-radius:999px;background:#fff;color:var(--purple);font-size:10px;font-weight:800;cursor:pointer}
.fo-ai-mode{display:inline-flex;margin-top:15px;padding:7px 10px;border-radius:999px;font-size:7px;letter-spacing:.7px;font-weight:900}.fo-ai-mode.live{background:rgba(111,202,213,.15);color:var(--cyan)}.fo-ai-mode.local{background:rgba(255,255,255,.08);color:rgba(255,255,255,.6)}
.fo-thinking p{letter-spacing:3px;color:var(--purple)}
.fo-profile-link{font-size:10px;color:var(--ink)}
@media(max-width:1100px){.fo-analytics-grid,.fo-users-grid{grid-template-columns:1fr}.fo-lang{display:none}}
@media(max-width:720px){.fo-top-actions .fo-lang{display:none}.fo-login-top .fo-lang{display:flex}.fo-dashboard-tools{align-items:stretch;flex-direction:column}.fo-range-filter{justify-content:space-between}.fo-range-filter select{flex:1}.fo-export{justify-content:center}.fo-user-row{grid-template-columns:38px 1fr auto}.fo-user-role{grid-column:2}.fo-user-row form{grid-column:3;grid-row:1/3}.fo-form-2{grid-template-columns:1fr}.fo-analytics-grid{grid-template-columns:1fr}.fo-chart-panel canvas{height:180px!important}}

/* ================= FLOX ONE V2.1 ================= */

/* Corrige o texto do hero: os spans de tradução não podem herdar o estilo do kicker */
.fo-welcome>div>.fo-welcome-greeting{
  display:block;
  margin-bottom:10px;
  color:var(--cyan);
  font-size:9px;
  letter-spacing:1px;
  font-weight:900;
}
.fo-welcome>div>.fo-welcome-greeting span{
  color:inherit!important;
  font-size:inherit!important;
  letter-spacing:inherit!important;
  font-weight:inherit!important;
}
.fo-welcome h2 .fo-welcome-title-copy{
  color:#fff!important;
  font-size:inherit!important;
  letter-spacing:inherit!important;
  font-weight:inherit!important;
}
.fo-welcome .fo-welcome-copy{
  margin-top:14px;
  font-size:13px;
  line-height:1.6;
}
.fo-welcome .fo-welcome-copy span{
  color:inherit!important;
  font-size:inherit!important;
  letter-spacing:inherit!important;
  font-weight:inherit!important;
}

/* Subabas de conteúdo */
.fo-content-tabs{
  display:inline-flex;
  gap:6px;
  padding:5px;
  margin-bottom:18px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}
.fo-content-tabs a{
  min-height:42px;
  padding:0 14px;
  display:flex;
  align-items:center;
  gap:8px;
  border-radius:12px;
  color:var(--muted);
  font-size:10px;
  font-weight:800;
}
.fo-content-tabs a svg{
  width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round
}
.fo-content-tabs a b{
  min-width:20px;height:20px;padding:0 6px;border-radius:999px;
  display:grid;place-items:center;background:#F0EAF4;color:var(--purple);font-size:8px
}
.fo-content-tabs a.active{background:var(--purple);color:#fff}
.fo-content-tabs a.active b{background:var(--cyan);color:var(--deep)}

/* Calendário mensal real */
.fo-calendar-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:18px;
  align-items:start;
}
.fo-calendar-panel{overflow:hidden}
.fo-calendar-toolbar{
  display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px
}
.fo-calendar-toolbar h3{
  margin:4px 0 0;color:var(--purple);font-size:26px;line-height:1;font-weight:800;letter-spacing:-1px
}
.fo-calendar-actions{display:flex;align-items:center;gap:7px}
.fo-calendar-today,.fo-calendar-nav{
  min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--purple);
  display:grid;place-items:center;font-size:9px;font-weight:800
}
.fo-calendar-nav{width:38px;padding:0;font-size:16px}
.fo-calendar-weekdays{
  display:grid;grid-template-columns:repeat(7,1fr);
  border:1px solid var(--line);border-bottom:0;border-radius:16px 16px 0 0;overflow:hidden;background:#F8F5FA
}
.fo-calendar-weekdays span{
  padding:11px 8px;text-align:center;border-right:1px solid var(--line);
  color:var(--muted);font-size:8px;letter-spacing:.7px;font-weight:900
}
.fo-calendar-weekdays span:last-child{border-right:0}
.fo-calendar-grid{
  display:grid;grid-template-columns:repeat(7,1fr);
  border-left:1px solid var(--line);border-top:1px solid var(--line)
}
.fo-calendar-cell{
  min-height:128px;padding:9px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);
  background:#fff;position:relative
}
.fo-calendar-cell:nth-last-child(-n+7){ }
.fo-calendar-cell.is-empty{background:#FBF9FC}
.fo-calendar-cell.is-today{background:linear-gradient(180deg,rgba(111,202,213,.10),#fff 70%)}
.fo-calendar-cell.is-today .fo-calendar-day{
  background:var(--cyan);color:var(--deep)
}
.fo-calendar-day{
  width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:var(--purple);font-size:10px;font-weight:800
}
.fo-calendar-events{display:grid;gap:5px;margin-top:7px}
.fo-calendar-event{
  padding:7px;border-radius:9px;background:#F4EFF7;border-left:3px solid var(--purple);overflow:hidden
}
.fo-calendar-event.status-approved{border-left-color:#4DBA8B;background:#EEF9F4}
.fo-calendar-event.status-changes_requested{border-left-color:#E79B55;background:#FFF5EA}
.fo-calendar-event.status-review{border-left-color:var(--cyan);background:#EDF9FB}
.fo-calendar-event span{display:block;color:var(--muted);font-size:7px;font-weight:700}
.fo-calendar-event strong{
  display:block;margin:2px 0;color:var(--ink);font-size:8px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.fo-calendar-event small{display:block;color:var(--muted);font-size:7px}
.fo-calendar-more{font-size:7px;color:var(--purple);font-weight:800;padding-left:4px}
.fo-calendar-side{display:grid;gap:18px}
.fo-calendar-upcoming{display:grid;gap:3px}
.fo-calendar-upcoming article{
  display:grid;grid-template-columns:46px 1fr;gap:11px;align-items:center;padding:12px 0;border-top:1px solid var(--line)
}
.fo-calendar-upcoming article:first-child{border-top:0}
.fo-upcoming-date{
  width:46px;height:50px;border-radius:13px;background:#F4EFF7;color:var(--purple);
  display:flex;flex-direction:column;align-items:center;justify-content:center
}
.fo-upcoming-date strong{font-size:17px;line-height:1}
.fo-upcoming-date span{font-size:7px;font-weight:900}
.fo-calendar-upcoming article>div:last-child>small{display:block;color:var(--cyan);font-size:7px;font-weight:800}
.fo-calendar-upcoming article>div:last-child>strong{display:block;margin:3px 0 5px;color:var(--purple);font-size:10px;line-height:1.25}
.fo-calendar-upcoming .fo-status{font-size:6px}
.fo-calendar-quick h3{margin:5px 0 18px;color:var(--purple);font-size:21px;line-height:1.05}
.fo-content-info .status-approved,.fo-calendar-upcoming .status-approved{color:#2D8A65}
.fo-content-info .status-changes_requested,.fo-calendar-upcoming .status-changes_requested{color:#B86D27}

@media(max-width:1200px){
  .fo-calendar-layout{grid-template-columns:1fr}
  .fo-calendar-side{grid-template-columns:1fr 1fr}
}
@media(max-width:820px){
  .fo-content-tabs{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .fo-content-tabs a{justify-content:center}
  .fo-calendar-panel{overflow-x:auto}
  .fo-calendar-weekdays,.fo-calendar-grid{min-width:760px}
  .fo-calendar-side{grid-template-columns:1fr}
  .fo-calendar-toolbar{position:sticky;left:0}
}
@media(max-width:720px){
  .fo-welcome h2{font-size:36px}
  .fo-welcome .fo-welcome-copy{font-size:12px}
}
