/* ==========================================
   DRILLBIT GUIDE ANIMATIONS v3
   ========================================== */

/* === CONTAINER === */
.guide-anim{border:1px solid #e2e2e0;border-radius:16px;overflow:hidden;margin:28px 0 32px;background:#fff;box-shadow:0 2px 12px rgba(0,0,0,0.04)}
.ga-slides{position:relative}
.ga-slide{display:none}
.ga-slide.active{display:block}

.guide-anim{position:relative;z-index:0;overflow:hidden;border-radius:14px;margin-bottom:24px;border:1px solid #e5e5e0;background:#fff}

/* === VIEWPORT (animation stage) === */
.ga-viewport{position:relative;height:340px;overflow:hidden;background:#eceae6}

/* === INFO === */
.ga-info{padding:18px 22px 14px;font-family:var(--db-font,system-ui,sans-serif)}
.ga-step-badge{display:inline-block;font-size:10px;font-weight:700;color:#1967D2;background:#E8F0FE;padding:4px 12px;border-radius:20px;margin-bottom:8px;text-transform:uppercase;letter-spacing:.8px}
.ga-info h3{font-size:16px;font-weight:600;margin-bottom:4px;color:#1a1a1a}
.ga-info p{font-size:13px;color:#6b6b6b;line-height:1.55;margin:0}

/* === CONTROLS === */
.ga-controls{display:none}
.ga-viewport{cursor:pointer;position:relative}
.ga-overlay{position:absolute;inset:0;background:rgba(0,0,0,.45);z-index:200;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}
.ga-overlay.on{opacity:1;pointer-events:auto}
.ga-overlay-btn{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;cursor:pointer}
.ga-overlay-btn svg{width:22px;height:22px;color:#333;margin-left:3px}
.ga-overlay-btn .reset-ico{position:absolute;bottom:10px;right:10px}
.ga-reset-float{position:absolute;bottom:8px;right:8px;width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:201;opacity:0;pointer-events:none;transition:opacity .25s ease}
.ga-reset-float.on{opacity:1;pointer-events:auto}
.ga-reset-float svg{width:13px;height:13px;color:#333}
.ga-progress{height:3px;background:#eee;border-radius:2px}
.ga-progress-bar{height:100%;background:#4285f4;transition:width .5s ease;border-radius:2px}

/* === CURSOR === */
.ga-cursor{position:absolute;width:20px;height:24px;z-index:100;pointer-events:none;opacity:0;filter:drop-shadow(1px 2px 2px rgba(0,0,0,.25))}
.ga-cursor.vis{opacity:1}

/* === SCENE: each phase lives in a .sc layer === */
.sc{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .5s ease;font-family:var(--db-font,system-ui,sans-serif)}
.sc.on{opacity:1;pointer-events:auto}

/* ---- SCENE 1: EMAIL ---- */



@keyframes npop{0%{opacity:0;transform:translateX(-50%) scale(.5) translateY(-8px)}100%{opacity:1;transform:translateX(-50%) scale(1) translateY(0)}}

@keyframes ngone{to{opacity:0;transform:translateX(-50%) scale(.9) translateY(-8px)}}







@keyframes ecpop{0%{opacity:0;transform:scale(.85)}100%{opacity:1;transform:scale(1)}}














@keyframes egl{0%,100%{opacity:.3;box-shadow:0 0 0 0 rgba(66,133,244,.2)}50%{opacity:1;box-shadow:0 0 0 6px rgba(66,133,244,0)}}



/* ---- SCENE 2: HOMEPAGE ---- */













/* Dropdown */







/* ---- SCENE 3: LOGIN ---- */

























@keyframes spin{to{transform:rotate(360deg)}}

/* Typing cursor */

@keyframes tcb{50%{opacity:0}}

/* ---- SCENE 4: DASHBOARD ---- */






























/* ---- TIP CALLOUT (inline, not overlay) ---- */
.ga-tip{position:absolute;z-index:40;background:#fffde7;border:1px solid #f0e68c;border-radius:10px;padding:10px 14px;box-shadow:0 4px 16px rgba(0,0,0,.08);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .35s ease,transform .35s ease;display:flex;align-items:flex-start;gap:8px;max-width:280px;font-family:var(--db-font,system-ui,sans-serif)}
.ga-tip.on{opacity:1;transform:translateY(0)}
.ga-tip-ico{width:20px;height:20px;flex-shrink:0;margin-top:1px}
.ga-tip-ico svg{width:20px;height:20px}
.ga-tip-txt{font-size:11px;color:#5d4e00;line-height:1.5}
.ga-tip-txt b{font-weight:600;color:#3e3300}

/* ---- ERROR POPUP (kept for other uses) ---- */









/* ---- LOGIN FIELD ERROR STATE ---- */


@keyframes fshake{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-6px)}40%,80%{transform:translateX(6px)}}

/* ---- SUCCESS CHECKMARK ---- */






/* ---- TOAST NOTIFICATION ---- */
.ga-toast{position:absolute;top:10px;right:10px;background:#fff;border-radius:10px;padding:10px 14px;box-shadow:0 4px 20px rgba(0,0,0,.12);display:flex;align-items:center;gap:8px;z-index:50;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .3s ease,transform .3s ease;max-width:260px;font-family:var(--db-font,system-ui,sans-serif)}
.ga-toast.on{opacity:1;transform:translateY(0)}
.ga-toast-ico{width:22px;height:22px;flex-shrink:0}
.ga-toast-ico svg{width:22px;height:22px}
.ga-toast-txt{font-size:11px;color:#333;line-height:1.4}
.ga-toast-bar{position:absolute;bottom:0;left:10px;right:10px;height:3px;background:#eee;border-radius:2px;overflow:hidden}
.ga-toast-bar-fill{height:100%;background:#1D9E75;width:100%;border-radius:2px}
.ga-toast-bar-fill.run{animation:toastBar 2s linear forwards}
@keyframes toastBar{from{width:100%}to{width:0%}}

/* ---- FORGOT PASSWORD PAGE ---- */














/* ---- RESET PASSWORD PAGE ---- */




/* ---- RESET EMAIL CARD (compact) ---- */













/* ---- PROFILE DROPDOWN ---- */



















/* ---- USER DASHBOARD (after switch) ---- */


































/* ---- ACCOUNT INFO PAGE ---- */



























/* ---- CHANGE PASSWORD PAGE ---- */























/* ---- ANNOUNCEMENTS PAGE ---- */























/* Slide panel */



















/* Announcement item (after creation) */








/* ---- FULL DASHBOARD (for dashboard article) ---- */





























/* Mini bar chart */




/* SVG donut/pie */











/* Similarity ranges line */






/* Dashboard highlight for individual sections */

.df-blur-overlay{position:absolute;inset:0;background:rgba(255,255,255,.55);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:10;opacity:0;pointer-events:none;transition:opacity .3s ease}
.df-blur-overlay.on{opacity:1}
/* User management highlights above blur */





/* Individual action card highlight */










/* ---- USER MANAGEMENT PAGE ---- */

.um-side{width:115px;background:#fafafc;border-right:1px solid #eee;padding:12px 0;display:flex;flex-direction:column;gap:1px}
.um-side-logo{display:flex;align-items:center;gap:5px;padding:0 12px 14px}
.um-side-logo i{width:18px;height:18px;background:#4285f4;border-radius:5px;display:block}
.um-side-logo span{font-size:12px;font-weight:600;color:#1a1a1a}
.um-nav{padding:8px 12px;font-size:10px;color:#999;display:flex;align-items:center;gap:7px;margin-right:6px;border-radius:0 7px 7px 0}
.um-nav i{width:14px;height:14px;border-radius:4px;background:currentColor;opacity:.2;display:block}
.um-nav.act{background:#4285f4;color:#fff;font-weight:600}
.um-nav.act i{opacity:.5}

.um-top{display:flex;justify-content:flex-end;align-items:center;gap:7px;margin-bottom:6px}
.um-uname{font-size:10px;color:#888}
.um-uname b{color:#333}
.um-av{width:28px;height:28px;border-radius:50%;background:#9c5fff;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}




























/* Highlight row */



/* Confirmation dialog overlay */













/* Edit/Add User slide panel */














/* Stats popup overlay */

























/* ---- FAB POPUP MENU ---- */










/* ---- ADD USER PANEL (slide-over right) ---- */




















/* ---- ADD MULTIPLE USERS: upload page scene ---- */

























/* ---- CSV preview modal ---- */

























/* ---- ADMIN REPORTS PAGE SCENE ---- */


























/* Download notification popup (browser-like) */












/* ---- REPORTS RESULTS POPUP ---- */


















/* Score badges */






/* Form filled state */





/* ---- MAIL DIALOG (submissions report) ---- */













/* Confirm dialogs inside reports need to be above results popup (z-index:25) */


/* ---- EMAIL PREVIEW (submissions report) ---- */














/* ---- REPOSITORY SCENES ---- */













/* Upload page scene */






















/* Metadata form below upload */















/* Repo select dropdown */




/* Repo delete button */





/* ---- INTEGRATIONS PAGE SCENE ---- */
.intg-scene{position:absolute;inset:0;display:flex;background:#f0f0ee;font-family:var(--db-font,system-ui,sans-serif)}
.intg-body{flex:1;padding:12px 16px;overflow:hidden}
.intg-breadcrumb{font-size:9px;color:#888;margin-bottom:6px}
.intg-breadcrumb b{color:#1a1a1a;font-weight:600}
.intg-title{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:10px}
.intg-grid{display:flex;flex-wrap:wrap;gap:8px}
.intg-card{width:calc(25% - 6px);min-width:90px;background:#fff;border-radius:10px;border:1px solid #eee;padding:10px 10px 8px;display:flex;flex-direction:column;align-items:flex-start;position:relative;opacity:0;transform:translateY(8px);transition:opacity .4s ease,transform .4s ease}
.intg-card.pop{opacity:1;transform:translateY(0)}
.intg-card.hl{border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,.12);z-index:15;position:relative}
.intg-card-logo{height:28px;display:flex;align-items:center;margin-bottom:4px}
.intg-card-logo-moodle{font-size:11px;font-weight:800;color:#f98012;font-family:Arial,sans-serif;letter-spacing:-.3px}
.intg-card-logo-moodle::before{content:'m';display:inline-block;background:#f98012;color:#fff;width:16px;height:16px;border-radius:50%;text-align:center;line-height:16px;font-size:10px;margin-right:2px}
.intg-card-logo-canvas{font-size:10px;font-weight:600;color:#e13f29;display:flex;align-items:center;gap:3px}
.intg-card-logo-canvas::before{content:'';display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid #e13f29}
.intg-card-logo-bb{display:flex;align-items:center;gap:3px}
.intg-card-logo-bb-icon{width:18px;height:18px;background:#d4a017;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800;color:#fff;font-family:serif}
.intg-card-logo-bb-txt{font-size:9px;font-weight:700;color:#333}
.intg-card-logo-bs{display:flex;align-items:center;gap:3px}
.intg-card-logo-bs-icon{width:16px;height:16px;background:#f36b21;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff;font-family:serif}
.intg-card-logo-bs-txt{font-size:9px;font-weight:600;color:#666}
.intg-card-name{font-size:8px;font-weight:600;color:#1a1a1a;margin-bottom:6px;line-height:1.3}
.intg-card-toggle{width:28px;height:14px;border-radius:8px;background:#ccc;position:relative;cursor:default;align-self:flex-end;margin-top:auto}
.intg-card-toggle::after{content:'';position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:#fff;transition:all .2s}
.intg-card-toggle.active{background:#4285f4}
.intg-card-toggle.active::after{left:auto;right:2px}
/* Tooltip cards for overview */
.intg-tip{position:absolute;z-index:16;background:#fff;border:1.5px solid #4285f4;border-radius:10px;padding:12px 14px;box-shadow:0 6px 24px rgba(66,133,244,.15);opacity:0;transform:scale(.9);pointer-events:none;transition:opacity .3s ease,transform .3s ease;font-family:var(--db-font,system-ui,sans-serif);width:200px;overflow:hidden}
.intg-tip.on{opacity:1;transform:scale(1)}
.intg-tip-title{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:4px}
.intg-tip-desc{font-size:10px;color:#555;line-height:1.5}

/* ---- INTEGRATION SETUP PANEL (slide-over) ---- */
.intg-panel{position:absolute;top:0;right:0;bottom:0;width:55%;background:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.1);z-index:20;transform:translateX(100%);transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:10px 14px;overflow-y:auto;font-family:var(--db-font,system-ui,sans-serif);-ms-overflow-style:none;scrollbar-width:none}
.intg-panel::-webkit-scrollbar{display:none}
.intg-panel.on{transform:translateX(0)}
.intg-panel-close{position:absolute;top:8px;right:10px;font-size:14px;color:#aaa;cursor:default}
.intg-panel-art{height:44px;background:linear-gradient(135deg,#f0f4ff,#e8f0fe);border-radius:8px;margin-bottom:8px;display:flex;align-items:center;justify-content:center}
.intg-panel-grp{margin-bottom:5px}
.intg-panel-lbl{font-size:8px;font-weight:500;color:#777;margin-bottom:2px;display:block}
.intg-panel-lbl .req{color:#e74c3c}
.intg-panel-inp{width:100%;height:24px;border:1.5px solid #ddd;border-radius:5px;background:#fff;padding:0 8px;font-size:9px;color:#1a1a1a;display:flex;align-items:center;transition:border-color .2s,box-shadow .2s;overflow:hidden}
.intg-panel-inp.fc{border-color:#4285f4;box-shadow:0 0 0 2px rgba(66,133,244,.1)}
.intg-panel-inp.filled{background:#f8f9ff;border-color:#c5d4f7}
.intg-panel-btn{width:100%;height:26px;background:#4285f4;color:#fff;border:none;border-radius:6px;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:default;margin-top:8px;transition:all .15s}
.intg-panel-btn.press{transform:scale(.97);background:#3367c7}
/* Know More link on card */
.intg-card-know{font-size:7px;color:#4285f4;font-weight:600;cursor:default;opacity:0;transition:opacity .3s ease;margin-top:auto;margin-bottom:2px}
.intg-card-know.on{opacity:1}
.intg-card-del{width:14px;height:14px;border:1px solid #ddd;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:8px;color:#999;cursor:default;opacity:0;transition:opacity .3s ease}
.intg-card-del.on{opacity:1}
/* Moodle details page */
.intg-details{position:absolute;inset:0;display:flex;background:#f0f0ee;font-family:var(--db-font,system-ui,sans-serif);z-index:18;opacity:0;pointer-events:none;transition:opacity .4s ease}
.intg-details.on{opacity:1;pointer-events:auto}
.intg-details-body{flex:1;padding:12px 16px;overflow:hidden}
.intg-details-breadcrumb{font-size:9px;color:#888;margin-bottom:6px}
.intg-details-breadcrumb b{color:#1a1a1a;font-weight:600}
.intg-details-title{font-size:12px;font-weight:700;color:#1a1a1a;margin-bottom:8px}
.intg-details-card{background:#fff;border-radius:8px;border:1px solid #eee;padding:12px 14px}
.intg-details-status{font-size:9px;font-weight:600;color:#1a1a1a;margin-bottom:8px}
.intg-details-change{display:inline-flex;align-items:center;gap:4px;background:#4285f4;color:#fff;font-size:8px;font-weight:600;padding:5px 12px;border-radius:5px;cursor:default;margin-bottom:10px}
.intg-details-row{display:flex;justify-content:space-between;padding:4px 0;border-bottom:1px solid #f0f0f0;font-size:8px}
.intg-details-row:last-child{border-bottom:none}
.intg-details-key{color:#888;font-weight:500}
.intg-details-val{color:#1a1a1a;font-weight:500;text-align:right;max-width:55%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.intg-details-section{font-size:9px;font-weight:700;color:#1a1a1a;margin-top:8px}

/* ---- SECURITY SETTINGS SCENE ---- */















/* OTP login page */
















/* ---- SUPPORT CENTRE SCENE ---- */



















/* Create ticket panel */

















/* Ticket details page */


















/* ---- USER MY FOLDERS SCENE ---- */























/* User profile dropdown */













/* User account info page */












/* === RESPONSIVE === */
@media(max-width:640px){
  .ga-viewport{height:280px}
  
  
  
  .ds-side,.ud-side,.ai-side,.cp-side,.an-side,.df-side,.um-side{width:80px}
  
  
  
  
  
  
}

/* ======================================================================
   USER SECTION ANIMATIONS — NEW SCENES
   ====================================================================== */

/* --- Shared user top bar & breadcrumb bar --- */





/* --- USER CHANGE PASSWORD (uChangePw) --- */






/* --- USER DASHBOARD (uDashOverview, uDashCharts, uDashDocTypes) --- */

























/* Charts */
















/* Doc types */











/* --- FOLDER MANAGEMENT (uFolderTable, uFolderView) --- */















/* --- NEW FOLDER (uNewFolder) --- */






















/* --- FILE UPLOAD (uUploadEnglish, uUploadRegional) --- */




























/* --- SUBMISSIONS (uSubOverview, uSubAnalysis) --- */

















/* Analysis page */









































/* --- DOC ERRORS (uDocError) --- */









/* --- REPOSITORY (uRepoUpload, uRepoManage) --- */






















/* --- MFA (uMfa) --- */






/* --- SUPPORT CENTRE (uSupCreate, uSupView) --- */






/* --- FOLDER TABLE ROWS --- */


/* --- FOLDER TABLE ICON (matches screenshot blue folder) --- */



/* --- SUBMISSIONS TABLE ROWS --- */


/* ---- SCHOOLOGY LOGO (6th integration card) ---- */
.intg-card-logo-schoology{font-size:10px;font-weight:700;color:#0b7ec4;display:flex;align-items:center;gap:3px;font-family:Arial,sans-serif}
.intg-card-logo-schoology::before{content:'S';display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:50%;border:1.5px solid #0b7ec4;color:#0b7ec4;font-size:8px;font-weight:700}
.intg-card-logo-schoology-tail{color:#21c1ea;font-weight:700}

