:root{--iup-orange:#f47a1f;--iup-black:#161616;--iup-muted:#6b7280;--iup-bg:#f7f7f8;--iup-border:#ececef;--iup-white:#fff;--iup-radius:20px}*{box-sizing:border-box}.iup-login-shell,.iup-panel{font-family:inherit;color:var(--iup-black)}.iup-login-shell{min-height:70vh;display:grid;place-items:center;padding:32px 16px;background:linear-gradient(180deg,#fff 0,#fafafa 100%)}.iup-login-card{width:min(100%,440px);background:#fff;border:1px solid var(--iup-border);border-radius:28px;padding:34px;box-shadow:0 20px 60px rgba(0,0,0,.06)}.iup-brand{text-align:center;margin-bottom:28px}.iup-brand img{max-width:150px;max-height:70px;object-fit:contain}.iup-logo-fallback{font-weight:900;font-size:24px}.iup-brand h1{font-size:25px;margin:18px 0 8px}.iup-brand p,.iup-page-head p{color:var(--iup-muted);margin:0;line-height:1.9}.iup-form{display:grid;gap:12px}.iup-form label,.iup-profile-form label{font-weight:700;font-size:14px}.iup-form input,.iup-profile-form input{width:100%;border:1px solid #dfe1e5;border-radius:14px;padding:14px 15px;font:inherit;outline:0;background:#fff}.iup-form input:focus,.iup-profile-form input:focus{border-color:var(--iup-orange);box-shadow:0 0 0 3px rgba(244,122,31,.1)}.iup-primary{border:0;border-radius:14px;background:var(--iup-black);color:#fff;padding:14px 18px;font:inherit;font-weight:800;cursor:pointer}.iup-primary:hover{background:#272727}.iup-primary:disabled{opacity:.72;cursor:not-allowed}.iup-primary.inline{display:inline-flex;width:auto;text-decoration:none}.iup-message{border-radius:12px;padding:11px 13px;margin-bottom:14px;font-size:14px}.iup-message.error{background:#fff1f2;color:#9f1239}.iup-message.success{background:#ecfdf5;color:#047857}.iup-otp-head,.iup-resend{display:flex;align-items:center;justify-content:space-between}.iup-link{background:none;border:0;color:var(--iup-orange);font:inherit;cursor:pointer;padding:4px}.iup-link:disabled{color:#aaa;cursor:default}.iup-otp-boxes{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.iup-otp-boxes input{text-align:center;font-size:22px;font-weight:800;padding:12px 2px}.iup-resend{font-size:13px;color:var(--iup-muted);min-height:28px}
.iup-panel{min-height:80vh;background:var(--iup-bg);display:flex;border:1px solid var(--iup-border);border-radius:24px;overflow:hidden}.iup-sidebar{width:250px;flex:0 0 250px;background:#fff;border-left:1px solid var(--iup-border);padding:24px 18px;display:flex;flex-direction:column;min-height:760px}.iup-side-brand{height:58px;display:flex;align-items:center;padding:0 8px;margin-bottom:20px}.iup-side-brand img{max-width:145px;max-height:55px}.iup-nav{display:grid;gap:6px}.iup-nav a,.iup-logout{display:flex;gap:12px;align-items:center;text-decoration:none;color:#3c3c3c;padding:12px 14px;border-radius:13px;font-weight:650}.iup-nav a:hover,.iup-nav a.active{background:#fff4ec;color:#b84b00}.iup-nav a span{width:22px;text-align:center}.iup-logout{margin-top:auto;color:#b42318}.iup-main{min-width:0;flex:1}.iup-topbar{height:82px;background:#fff;border-bottom:1px solid var(--iup-border);display:flex;align-items:center;justify-content:space-between;padding:0 28px}.iup-user-chip{display:flex;gap:8px;align-items:center;font-size:14px}.iup-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff1e7;color:#c65300;font-weight:900}.iup-menu-toggle{display:none;border:0;background:#f1f1f2;border-radius:10px;width:42px;height:42px;font-size:22px}.iup-content{padding:30px}.iup-page-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:24px}.iup-page-head h2{margin:0 0 6px;font-size:25px}.iup-grid-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.iup-stat,.iup-panel-card,.iup-order-card{background:#fff;border:1px solid var(--iup-border);border-radius:var(--iup-radius)}.iup-stat{padding:20px}.iup-stat span{display:block;color:var(--iup-muted);font-size:13px;margin-bottom:10px}.iup-stat strong{font-size:30px}.iup-stat strong.small{font-size:16px}.iup-panel-card{padding:22px;margin-top:18px}.iup-panel-card h3{margin:0 0 16px}.iup-shortcuts{display:flex;gap:10px;flex-wrap:wrap}.iup-shortcuts a,.iup-small-btn{padding:10px 14px;border-radius:12px;background:#f4f4f5;color:#222;text-decoration:none;font-size:14px;font-weight:700}.iup-empty{color:var(--iup-muted);line-height:1.9}.iup-orders{display:grid;gap:12px}.iup-order-card{display:grid;grid-template-columns:1fr 1.3fr 1.2fr 1fr auto;gap:15px;align-items:center;padding:17px}.iup-order-card div span{display:block;color:var(--iup-muted);font-size:12px;margin-bottom:5px}.iup-order-card div strong{font-size:14px}.iup-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.iup-profile-form>div{display:grid;gap:7px}.iup-profile-form .full{grid-column:1/-1}.iup-profile-form small{color:var(--iup-muted)}.iup-support-box{line-height:1.9}
@media(max-width:900px){.iup-panel{border-radius:0;min-height:100vh}.iup-sidebar{position:fixed;z-index:9999;top:0;right:-270px;height:100vh;box-shadow:-20px 0 50px rgba(0,0,0,.12);transition:.25s}.iup-sidebar.open{right:0}.iup-menu-toggle{display:block}.iup-topbar{padding:0 16px}.iup-content{padding:20px 14px}.iup-user-chip span:last-child{display:none}.iup-grid-cards{grid-template-columns:1fr}.iup-order-card{grid-template-columns:1fr 1fr}.iup-order-card .iup-small-btn{grid-column:1/-1;text-align:center}.iup-profile-form{grid-template-columns:1fr}.iup-profile-form .full{grid-column:auto}}
@media(max-width:520px){.iup-login-card{padding:24px 18px;border-radius:22px}.iup-login-shell{padding:16px 10px}.iup-otp-boxes{gap:5px}.iup-topbar>div:nth-child(2){font-size:13px}.iup-order-card{grid-template-columns:1fr}.iup-order-card .iup-small-btn{grid-column:auto}.iup-page-head h2{font-size:22px}}
/* Header account widget */
.iup-user-account-wrap{display:flex}.iup-user-account{display:inline-flex!important;align-items:center;gap:9px;text-decoration:none!important;line-height:1;white-space:nowrap;border:1px solid #e8eaed;background:#fff;color:#1f2937;padding:6px 8px 6px 12px;border-radius:14px;min-height:48px;transition:background-color .2s,border-color .2s,transform .2s,box-shadow .2s}.iup-user-account:hover{background:#fffaf6;border-color:#f4c8a6;transform:translateY(-1px);box-shadow:0 8px 22px rgba(17,24,39,.07)}.iup-user-account__icon{width:38px;height:38px;flex:0 0 auto;border-radius:12px;display:grid;place-items:center;background:#fff3e9;color:#f47a1f;transition:.2s}.iup-user-account__icon svg{width:20px;height:20px}.iup-user-account:hover .iup-user-account__icon{background:#f47a1f;color:#fff}.iup-user-account__text{font-weight:750;font-size:14px;line-height:1.4}.iup-user-account__arrow{font-size:20px;color:#9ca3af;line-height:1;margin-right:2px;transition:.2s}.iup-user-account:hover .iup-user-account__arrow{color:#f47a1f;transform:translateX(-2px)}.iup-custom-tab-content{min-width:0}.iup-custom-tab-content>*:first-child{margin-top:0}@media(max-width:520px){.iup-user-account{min-height:44px;padding:4px 6px 4px 9px}.iup-user-account__icon{width:34px;height:34px;border-radius:10px}.iup-user-account__text{font-size:13px}}

/* v0.1.5 — Standalone neo-banking inspired authentication shell */
body.iup-auth-page{margin:0!important;padding:0!important;background:#f5f6f8!important;overflow-x:hidden;color:#111827;-webkit-font-smoothing:antialiased}
body.iup-auth-page #wpadminbar{display:none!important}
body.iup-auth-page .iup-auth-stage{position:relative;min-height:100svh;width:100%;display:grid;place-items:center;overflow:hidden;padding:32px;background:radial-gradient(circle at 88% 12%,rgba(244,122,31,.09),transparent 30%),linear-gradient(145deg,#f9fafb 0%,#f3f4f6 100%)}
.iup-auth-stage *{box-sizing:border-box}
.iup-auth-orb{position:absolute;border-radius:999px;filter:blur(2px);pointer-events:none}
.iup-auth-orb-one{width:340px;height:340px;right:-160px;top:-145px;background:rgba(244,122,31,.08)}
.iup-auth-orb-two{width:270px;height:270px;left:-130px;bottom:-120px;background:rgba(17,24,39,.035)}
.iup-auth-layout{position:relative;z-index:1;width:min(1080px,100%);min-height:650px;background:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.9);border-radius:34px;box-shadow:0 28px 90px rgba(17,24,39,.10);backdrop-filter:blur(14px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1fr);overflow:hidden}
.iup-auth-intro{position:relative;padding:48px;background:#17181b;color:#fff;display:flex;min-height:650px}
.iup-auth-intro:after{content:"";position:absolute;width:270px;height:270px;border-radius:50%;left:-120px;bottom:-100px;background:radial-gradient(circle,rgba(244,122,31,.28),rgba(244,122,31,0) 68%)}
.iup-auth-intro-inner{position:relative;z-index:1;display:flex;flex-direction:column;width:100%}
.iup-auth-mini-brand{display:flex;align-items:center;gap:12px;font-size:15px}
.iup-auth-mini-brand img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:13px;padding:6px}
.iup-auth-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--iup-orange);font-size:22px;font-weight:900}
.iup-auth-copy{margin:auto 0;max-width:390px}
.iup-auth-eyebrow{display:inline-flex;padding:7px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#d1d5db;font-size:12px;margin-bottom:20px}
.iup-auth-copy h2{font-size:46px;line-height:1.45;letter-spacing:-1.4px;margin:0 0 20px;color:#fff;font-weight:900}
.iup-auth-copy p{font-size:14px;line-height:2;color:#aeb3bc;margin:0;max-width:350px}
.iup-auth-trust{display:flex;align-items:center;gap:9px;font-size:12px;color:#b8bdc6}
.iup-auth-trust-icon{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.12);border-radius:10px}
.iup-auth-trust-icon svg{width:16px;height:16px;color:#f59a55}
.iup-auth-card-wrap{display:grid;place-items:center;padding:54px 56px;background:rgba(255,255,255,.78)}
.iup-login-card.iup-login-card-standalone{width:min(100%,430px);padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}
.iup-auth-mobile-brand{display:none;text-align:center;margin-bottom:30px}
.iup-auth-mobile-brand img{max-width:132px;max-height:54px;object-fit:contain}
.iup-auth-card-head{display:flex;align-items:center;gap:14px;margin-bottom:30px}
.iup-auth-user-icon{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#fff3ea;color:var(--iup-orange)}
.iup-auth-user-icon svg{width:25px;height:25px}
.iup-auth-card-head h1{font-size:25px;line-height:1.4;margin:0 0 5px;font-weight:900;letter-spacing:-.5px}
.iup-auth-card-head p{font-size:13px;color:#8a9099;margin:0}
.iup-auth-form{gap:12px}
.iup-auth-form>label{font-size:13px;color:#3f4650;margin-bottom:1px}
.iup-mobile-field{display:flex;align-items:center;direction:ltr;width:100%;height:58px;border:1px solid #e1e4e8;border-radius:17px;background:#fff;transition:.2s ease;overflow:hidden}
.iup-mobile-field:focus-within{border-color:rgba(244,122,31,.72);box-shadow:0 0 0 4px rgba(244,122,31,.09)}
.iup-mobile-field .iup-country-code{height:28px;display:flex;align-items:center;padding:0 16px;border-right:1px solid #eceef1;color:#7b818a;font-size:13px}
.iup-mobile-field #iup-mobile{border:0!important;box-shadow:none!important;background:transparent!important;border-radius:0!important;height:100%;padding:0 16px!important;font-size:16px;font-weight:650;letter-spacing:.4px;text-align:left;direction:ltr}
.iup-mobile-field #iup-mobile:focus{outline:0!important}
.iup-auth-submit{height:56px;border-radius:17px;margin-top:5px;background:linear-gradient(135deg,#f47a1f 0%,#ff8f3f 100%)!important;color:#fff!important;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,filter .18s ease;box-shadow:0 12px 26px rgba(244,122,31,.24)}
.iup-auth-submit span,.iup-auth-submit svg{position:relative;z-index:1}
.iup-auth-submit svg{width:19px;height:19px;transition:transform .18s ease}
.iup-auth-submit:hover{background:linear-gradient(135deg,#e96d11 0%,#f88732 100%)!important;transform:translateY(-1px);box-shadow:0 14px 30px rgba(244,122,31,.30)}
.iup-auth-submit:hover svg{transform:translateX(-2px)}
.iup-auth-submit.is-loading{filter:saturate(.94);box-shadow:0 10px 22px rgba(244,122,31,.22)}
.iup-auth-submit.is-success{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%)!important;box-shadow:0 14px 30px rgba(34,197,94,.26)}
.iup-auth-submit.is-success:hover{background:linear-gradient(135deg,#159145 0%,#22b65a 100%)!important;box-shadow:0 14px 30px rgba(34,197,94,.28)}
.iup-auth-legal{text-align:center;font-size:11px;line-height:1.9;color:#9aa0a8;margin:4px 10px 0}
.iup-login-card-standalone .iup-message{margin:0 0 16px;border-radius:14px;border:1px solid transparent}
.iup-login-card-standalone .iup-message.success{background:#f0fdf4;border-color:#dcfce7;color:#166534}
.iup-login-card-standalone .iup-message.error{background:#fff7f7;border-color:#ffe4e6;color:#be123c}
.iup-login-card-standalone .iup-otp-head{margin-bottom:4px}
.iup-login-card-standalone .iup-otp-head>div{display:grid;gap:4px}
.iup-login-card-standalone .iup-otp-head strong{font-size:14px}
.iup-login-card-standalone .iup-otp-head small{font-size:11px;color:#9aa0a8}
.iup-login-card-standalone .iup-link{font-size:12px;font-weight:700}
.iup-login-card-standalone .iup-otp-boxes{gap:7px;margin:5px 0 2px}
.iup-login-card-standalone .iup-otp-boxes input{height:54px;border-radius:14px!important;background:#fff;font-size:20px;padding:0!important;border:1px solid #e1e4e8}
.iup-login-card-standalone .iup-otp-boxes input:focus{border-color:var(--iup-orange);box-shadow:0 0 0 3px rgba(244,122,31,.09)}
.iup-login-card-standalone .iup-resend{justify-content:center;gap:8px;font-size:12px;margin-top:3px}
.iup-auth-support{display:flex;justify-content:center;gap:5px;align-items:center;margin-top:26px;padding-top:20px;border-top:1px solid #eef0f2;font-size:11px;color:#9aa0a8}
.iup-auth-support a{color:#424851;text-decoration:none;font-weight:800}

@media(max-width:880px){
  body.iup-auth-page .iup-auth-stage{padding:18px}
  .iup-auth-layout{grid-template-columns:1fr;min-height:0;width:min(520px,100%);border-radius:28px}
  .iup-auth-intro{display:none}
  .iup-auth-card-wrap{padding:45px 34px}
  .iup-auth-mobile-brand{display:block}
}
@media(max-width:520px){
  body.iup-auth-page .iup-auth-stage{padding:0;background:#fff;display:block}
  .iup-auth-orb{display:none}
  .iup-auth-layout{display:block;width:100%;min-height:100svh;border:0;border-radius:0;box-shadow:none;background:#fff}
  .iup-auth-card-wrap{min-height:100svh;display:flex;align-items:center;padding:34px 22px 28px;background:#fff}
  .iup-login-card.iup-login-card-standalone{width:100%}
  .iup-auth-mobile-brand{margin-bottom:38px}
  .iup-auth-card-head{margin-bottom:28px}
  .iup-auth-card-head h1{font-size:23px}
  .iup-auth-user-icon{width:45px;height:45px;flex-basis:45px;border-radius:15px}
  .iup-mobile-field{height:56px;border-radius:16px}
  .iup-auth-submit{height:55px;border-radius:16px}
  .iup-login-card-standalone .iup-otp-boxes{gap:5px}
  .iup-login-card-standalone .iup-otp-boxes input{height:50px;border-radius:12px!important;font-size:18px}
}


/* v0.1.6 — force the user dashboard page to use the available content width.
   Scoped to the dashboard body class so normal site pages are untouched. */
body.iup-dashboard-fullwidth #secondary,
body.iup-dashboard-fullwidth .widget-area,
body.iup-dashboard-fullwidth .site-sidebar,
body.iup-dashboard-fullwidth .content-sidebar,
body.iup-dashboard-fullwidth aside.sidebar:not(.iup-sidebar),
body.iup-dashboard-fullwidth .sidebar-primary,
body.iup-dashboard-fullwidth .sidebar-secondary,
body.iup-dashboard-fullwidth .sidebar-container,
body.iup-dashboard-fullwidth [class*=\"sidebar\"]:not(.iup-sidebar) .widget{display:none!important}
body.iup-dashboard-fullwidth #primary,
body.iup-dashboard-fullwidth .content-area,
body.iup-dashboard-fullwidth .site-content,
body.iup-dashboard-fullwidth .main-content,
body.iup-dashboard-fullwidth main.site-main{width:100%!important;max-width:none!important;float:none!important;margin-left:0!important;margin-right:0!important}
body.iup-dashboard-fullwidth .iup-panel{width:100%;max-width:none}
.iup-custom-tab-content{width:100%;max-width:none;overflow:hidden}
.iup-custom-tab-content iframe{max-width:100%}


/* v0.1.9 — standalone dashboard spacing and brighter custom tools surface */
html:has(body.iup-dashboard-app){margin:0!important;padding:0!important;background:#f7f7f8}
body.iup-dashboard-app{margin:0!important;padding:0!important;min-height:100vh;background:linear-gradient(180deg,#f7f7f8 0%,#f2f4f7 100%)!important;overflow-x:hidden;-webkit-font-smoothing:antialiased}
body.iup-dashboard-app .iup-dashboard-stage{width:100%;min-height:100vh;margin:0;padding:18px}
body.iup-dashboard-app .iup-panel{width:100%;max-width:none;min-height:calc(100vh - 36px);margin:0;border:1px solid #ebeef2;border-radius:26px;box-shadow:0 16px 44px rgba(15,23,42,.06);overflow:visible;background:rgba(255,255,255,.55)}
body.iup-dashboard-app .iup-sidebar{min-height:calc(100vh - 36px)}
body.iup-dashboard-app .iup-main{width:calc(100% - 250px);max-width:none;min-height:calc(100vh - 36px)}
body.iup-dashboard-app .iup-content{width:100%;max-width:none;padding:30px 32px}
body.iup-dashboard-app .iup-custom-tab-shell{width:100%;max-width:none;min-width:0;background:linear-gradient(180deg,#ffffff 0%,#fbfcfe 100%);border:1px solid #edf0f4;border-radius:26px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.05);overflow:hidden}
body.iup-dashboard-app .iup-custom-tab-content{width:100%;max-width:none;min-width:0;background:linear-gradient(180deg,rgba(255,248,242,.72) 0%,rgba(255,255,255,.92) 100%);border:1px solid #f3e7db;border-radius:22px;padding:14px}
body.iup-dashboard-app .iup-custom-tab-content > *{max-width:100%}
body.iup-dashboard-app .iup-custom-tab-content iframe{width:100%;max-width:100%;background:#fff;border-radius:18px}
body.iup-dashboard-app .iup-custom-tab-content > :first-child{margin-top:0!important}
body.iup-dashboard-app .iup-custom-tab-content > :last-child{margin-bottom:0!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1{filter:brightness(1.08) saturate(1.07)}
body.admin-bar.iup-dashboard-app .iup-dashboard-stage{min-height:calc(100vh - 32px);padding-top:22px}
body.admin-bar.iup-dashboard-app .iup-panel{min-height:calc(100vh - 54px)}
body.admin-bar.iup-dashboard-app .iup-sidebar{min-height:calc(100vh - 54px)}
@media(max-width:900px){
  body.iup-dashboard-app .iup-dashboard-stage{padding:12px}
  body.iup-dashboard-app .iup-main{width:100%}
  body.iup-dashboard-app .iup-content{padding:20px 16px}
  body.iup-dashboard-app .iup-sidebar{min-height:calc(100vh - 24px)}
  body.iup-dashboard-app .iup-panel{min-height:calc(100vh - 24px);border-radius:22px}
  body.iup-dashboard-app .iup-custom-tab-shell{padding:12px;border-radius:20px}
  body.iup-dashboard-app .iup-custom-tab-content{padding:10px;border-radius:18px}
}
@media(max-width:782px){
  body.admin-bar.iup-dashboard-app .iup-dashboard-stage,
  body.admin-bar.iup-dashboard-app .iup-panel{min-height:calc(100vh - 46px)}
  body.admin-bar.iup-dashboard-app .iup-dashboard-stage{padding-top:16px}
}


/* v0.1.10 — brighter AI tab treatment with lower corner radius */
body.iup-dashboard-app .iup-custom-tab-shell{border-radius:16px;padding:16px}
body.iup-dashboard-app .iup-custom-tab-content{border-radius:12px;padding:12px}
body.iup-dashboard-app .iup-custom-tab-content iframe{border-radius:10px}
body.iup-dashboard-app .iup-custom-tab-shell--custom-1{background:linear-gradient(180deg,#fff8ef 0%,#fffdf8 55%,#ffffff 100%);border-color:#f5ddc6;box-shadow:0 14px 30px rgba(244,122,31,.08)}
body.iup-dashboard-app .iup-custom-tab-content--custom-1{background:linear-gradient(180deg,rgba(255,250,244,.98) 0%,rgba(255,245,235,.95) 100%);border-color:#f2d7bf;padding:10px;filter:brightness(1.16) contrast(.92) saturate(1.08)}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 iframe{filter:brightness(1.14) contrast(.92) saturate(1.08);background:#fffaf5}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 > *{border-radius:10px!important}
@media(max-width:900px){
  body.iup-dashboard-app .iup-custom-tab-shell{border-radius:14px;padding:10px}
  body.iup-dashboard-app .iup-custom-tab-content{border-radius:10px;padding:8px}
  body.iup-dashboard-app .iup-custom-tab-content iframe{border-radius:8px}
}


/* v0.1.11 — force a visibly lighter AI section */
body.iup-dashboard-app .iup-custom-tab-shell--custom-1{background:linear-gradient(180deg,#fff9f3 0%,#fffdf9 100%);border-color:#f2d7bf;border-radius:12px;padding:12px;box-shadow:0 10px 24px rgba(244,122,31,.08)}
body.iup-dashboard-app .iup-custom-tab-content--custom-1{background:#fffaf5!important;border-color:#ecd4be!important;border-radius:8px!important;padding:8px!important;filter:none!important;color:#1f2937!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 iframe{filter:brightness(1.32) contrast(.88) saturate(1.08)!important;background:#fffdfb!important;border-radius:6px!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 > *,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 section,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 article,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 header,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 aside,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 main,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 nav,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 form,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 div{border-radius:8px!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 *,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 *:before,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 *:after{border-color:#ead8c8!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 section,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 article,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 header,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 aside,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 nav,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 main,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 form,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 div[class],
body.iup-dashboard-app .iup-custom-tab-content--custom-1 ul,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 li{background-color:rgba(255,251,247,.96)!important;color:#1f2937!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 p,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 h1,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 h2,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 h3,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 h4,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 h5,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 h6,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 span,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 label,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 small{color:#1f2937!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 button,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 .button,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 [type="button"],
body.iup-dashboard-app .iup-custom-tab-content--custom-1 [type="submit"],
body.iup-dashboard-app .iup-custom-tab-content--custom-1 a[class*="btn"]{background:linear-gradient(135deg,#f47a1f 0%,#ff993f 100%)!important;color:#fff!important;border-color:#f47a1f!important;box-shadow:none!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 input,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 textarea,
body.iup-dashboard-app .iup-custom-tab-content--custom-1 select{background:#fff!important;color:#111827!important;border-color:#e8d5c5!important;border-radius:6px!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 [class*="side"],
body.iup-dashboard-app .iup-custom-tab-content--custom-1 [class*="sidebar"]{background:#fff6ee!important}
@media(max-width:900px){
  body.iup-dashboard-app .iup-custom-tab-shell--custom-1{border-radius:10px;padding:8px}
  body.iup-dashboard-app .iup-custom-tab-content--custom-1{border-radius:6px!important;padding:6px!important}
}


/* v0.1.12 — edge-to-edge AI tab layout */
body.iup-dashboard-app .iup-page-head + .iup-custom-tab-shell--custom-1{margin-top:-8px}
body.iup-dashboard-app .iup-custom-tab-shell--custom-1{padding:0!important;border-radius:10px!important;overflow:hidden}
body.iup-dashboard-app .iup-custom-tab-content--custom-1{padding:0!important;border-width:0!important;border-radius:0!important;background:#fffaf5!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 > *{margin-left:0!important;margin-right:0!important}
body.iup-dashboard-app .iup-custom-tab-content--custom-1 iframe{display:block;width:100%!important;max-width:100%!important;margin:0!important;border-radius:0!important}
@media(max-width:900px){
  body.iup-dashboard-app .iup-page-head + .iup-custom-tab-shell--custom-1{margin-top:-4px}
  body.iup-dashboard-app .iup-custom-tab-shell--custom-1{border-radius:8px!important}
}


/* v0.1.13 — auth step visibility and persistent success state */
.iup-form[hidden],#iup-mobile-form[hidden],#iup-otp-form[hidden]{display:none!important}
.iup-auth-submit.is-success,.iup-auth-submit.is-success:disabled{opacity:1!important;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%)!important;color:#fff!important;box-shadow:0 14px 30px rgba(34,197,94,.27)!important;cursor:default}


/* v0.1.14 — clear exit routes from dashboard */
.iup-side-exits{display:grid;gap:9px;margin:0 0 18px;padding:0 2px}
.iup-site-link{display:flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 12px;border-radius:12px;text-decoration:none!important;font-weight:800;font-size:13px;line-height:1.4;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.iup-site-link__icon{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;font-size:15px;line-height:1}
.iup-site-link--home{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);color:#fff!important;box-shadow:0 8px 18px rgba(34,197,94,.18)}
.iup-site-link--home .iup-site-link__icon{background:rgba(255,255,255,.16);color:#fff}
.iup-site-link--home:hover{background:linear-gradient(135deg,#158f43 0%,#1fb455 100%);transform:translateY(-1px);box-shadow:0 10px 22px rgba(34,197,94,.24)}
.iup-site-link--shop{background:#fff7ef;color:#c65300!important;border:1px solid #f2d0b5}
.iup-site-link--shop .iup-site-link__icon{background:#ffe8d3;color:#d85f06}
.iup-site-link--shop:hover{background:#fff1e3;border-color:#efb986;transform:translateY(-1px)}
@media(max-width:900px){.iup-side-exits{margin-bottom:14px}.iup-site-link{min-height:44px;font-size:12.5px}}
