/* G Tube User Profile - clean white 3D mobile design */
.gtup-page,.gtup-profile-page{width:100%;min-height:100vh;background:#fff;font-family:Arial,Helvetica,sans-serif;color:#161616}
.gtup-page{display:grid;place-items:center;padding:24px}
.gtup-auth-card{width:min(430px,100%);background:#fff;border:1px solid #e7e7e7;border-radius:24px;padding:27px;box-shadow:0 7px 0 #dedede,0 18px 40px rgba(0,0,0,.10)}
.gtup-brand{display:flex;align-items:center;gap:9px;text-decoration:none;color:#111;font-size:21px}
.gtup-brand span{width:35px;height:25px;border-radius:8px;background:#ff3157;color:#fff;display:grid;place-items:center;font-size:12px;box-shadow:0 3px 0 #d20f35}
.gtup-auth-icon{width:62px;height:62px;margin:22px auto 13px;border-radius:19px;background:linear-gradient(145deg,#fff,#eee);border:1px solid #ddd;box-shadow:0 5px 0 #d4d4d4,0 9px 18px rgba(0,0,0,.08);display:grid;place-items:center;font-size:25px;font-weight:900}
.gtup-auth-card h1{text-align:center;margin:0;font-size:25px}
.gtup-muted{text-align:center;color:#777;font-size:13px;line-height:1.5}
.gtup-auth-card form{display:grid;gap:14px;margin-top:20px}
.gtup-auth-card label,.gtup-edit-card label{display:grid;gap:7px;font-size:13px;font-weight:700}
.gtup-auth-card input,.gtup-edit-card input{height:46px;width:100%;border:1px solid #d7d7d7;border-radius:11px;padding:0 13px;background:#fff;font:inherit;outline:none}
.gtup-auth-card input:focus,.gtup-edit-card input:focus{border-color:#ff3157;box-shadow:0 0 0 3px rgba(255,49,87,.08)}
.gtup-pass{display:flex}.gtup-pass input{border-radius:11px 0 0 11px}.gtup-pass button{width:62px;border:1px solid #d7d7d7;border-left:0;border-radius:0 11px 11px 0;background:#f5f5f5;cursor:pointer}
.gtup-main-btn,.gtup-outline-btn{height:46px;border-radius:11px;display:grid;place-items:center;text-decoration:none;font-weight:800;cursor:pointer}
.gtup-main-btn{border:0;background:linear-gradient(#ff3b60,#f21e49);color:#fff;box-shadow:0 4px 0 #c91438,0 8px 15px rgba(255,49,87,.18)}
.gtup-main-btn:active{transform:translateY(3px);box-shadow:0 1px 0 #c91438}
.gtup-outline-btn{border:1px solid #ddd;background:linear-gradient(#fff,#f1f1f1);color:#222;box-shadow:0 4px 0 #d2d2d2}
.gtup-outline-btn:active{transform:translateY(3px);box-shadow:0 1px 0 #d2d2d2}
.gtup-divider{text-align:center;color:#999;font-size:12px;margin:20px 0 10px;position:relative}
.gtup-error,.gtup-success{padding:11px;border-radius:10px;font-size:12px;margin:12px 0}.gtup-error{background:#fff0f1;color:#bd1735}.gtup-success{background:#eefbf2;color:#15743a}
.gtup-back,.gtup-remove{display:block;text-align:center;margin-top:16px;color:#555;font-size:12px;text-decoration:none}
.gtup-profile-head{height:62px;padding:0 18px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:rgba(255,255,255,.98);z-index:10}
.gtup-logout{color:#d51c3e;text-decoration:none;font-weight:700;font-size:13px}
.gtup-profile-wrap{width:min(760px,100%);margin:auto;padding:20px}
.gtup-profile-hero{display:flex;align-items:center;gap:18px;padding:23px;border:1px solid #e7e7e7;border-radius:22px;box-shadow:0 6px 0 #e2e2e2,0 12px 25px rgba(0,0,0,.06);margin-bottom:18px}
.gtup-photo-wrap{position:relative;flex:0 0 90px}.gtup-photo-wrap img{width:90px;height:90px;border-radius:25px;object-fit:cover;border:3px solid #fff;box-shadow:0 5px 0 #d9d9d9,0 9px 18px rgba(0,0,0,.10)}.gtup-photo-wrap span{position:absolute;bottom:-7px;left:50%;transform:translateX(-50%);background:#111;color:#fff;border-radius:8px;padding:4px 8px;font-size:9px;white-space:nowrap}
.gtup-profile-hero h1{margin:0;font-size:23px}.gtup-profile-hero p{margin:5px 0;color:#666}.gtup-profile-hero small{color:#999}
.gtup-edit-card{border:1px solid #e7e7e7;border-radius:22px;padding:21px;box-shadow:0 6px 0 #e2e2e2,0 12px 25px rgba(0,0,0,.06)}
.gtup-card-title{margin-bottom:17px}.gtup-card-title h2{margin:0}.gtup-card-title span{font-size:11px;color:#888}
.gtup-edit-card form{display:grid;gap:14px}.gtup-edit-card label small{font-weight:400;color:#888}
.gtup-remove{color:#d51c3e}
@media(max-width:600px){
 .gtup-page{padding:12px;align-items:start;padding-top:30px}.gtup-auth-card{padding:22px;border-radius:20px}
 .gtup-profile-head{height:56px;padding:0 10px}.gtup-profile-wrap{padding:10px}
 .gtup-profile-hero{padding:17px;border-radius:17px;gap:13px}.gtup-photo-wrap{flex-basis:70px}.gtup-photo-wrap img{width:70px;height:70px;border-radius:19px}.gtup-profile-hero h1{font-size:19px}
 .gtup-edit-card{padding:15px;border-radius:17px}
}

/* Final G Tube profile polish */
.gtup-profile-page{background:#fff}
.gtup-profile-head{background:#fff}
.gtup-head-left{display:flex;align-items:center;gap:16px}
.gtup-back-home{
  height:38px;
  padding:0 12px;
  display:flex;
  align-items:center;
  border-radius:11px;
  background:linear-gradient(#2b2b2b,#050505);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  box-shadow:0 4px 0 #000,0 7px 13px rgba(0,0,0,.18);
  transition:transform .15s ease,box-shadow .15s ease;
}
.gtup-back-home:active{transform:translateY(3px);box-shadow:0 1px 0 #000}
.gtup-edit-card{
  background:#fff;
  border:1px solid #ddd;
  box-shadow:0 7px 0 #d6d6d6,0 15px 30px rgba(0,0,0,.08);
}
.gtup-edit-card input{
  background:#fff;
  color:#111;
}
.gtup-main-btn{
  background:linear-gradient(180deg,#252525 0%,#050505 100%);
  box-shadow:0 4px 0 #000,0 8px 15px rgba(0,0,0,.16);
}
.gtup-main-btn:active{box-shadow:0 1px 0 #000}
.gtup-remove{
  height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  background:#fff;
  border:1px solid #222;
  color:#111;
  font-weight:800;
  box-shadow:0 3px 0 #bbb;
}
.gtup-remove:active{transform:translateY(3px);box-shadow:0 0 0 #bbb}
.gtup-profile-hero{
  background:#fff;
  border-color:#ddd;
}
.gtup-profile-hero h1{color:#111}
.gtup-profile-hero p{color:#555}
@media(max-width:600px){
  .gtup-profile-head{padding:0 8px}
  .gtup-head-left{gap:7px}
  .gtup-back-home{height:34px;padding:0 9px;font-size:11px}
  .gtup-profile-head .gtup-brand{font-size:17px}
  .gtup-profile-head .gtup-brand span{width:29px;height:21px}
}

/* HD / 4K Video Upload + Native Player */
.gtup-upload-card{margin-top:18px}
.gtup-video-form{display:grid;gap:14px}
.gtup-video-form label{display:grid;gap:7px;font-size:13px;font-weight:800}
.gtup-video-form input,.gtup-video-form textarea{
  width:100%;border:1px solid #d7d7d7;border-radius:11px;padding:11px;background:#fff;font:inherit;color:#111;
}
.gtup-video-form small{font-size:11px;color:#777;font-weight:400;line-height:1.45}
.gtup-save-video{
  height:47px;border:0;border-radius:12px;background:linear-gradient(#252525,#050505);
  color:#fff;font-weight:900;cursor:pointer;box-shadow:0 4px 0 #000,0 9px 16px rgba(0,0,0,.16);
}
.gtup-save-video:active{transform:translateY(3px);box-shadow:0 1px 0 #000}
.gtup-video-list{display:grid;gap:9px}
.gtup-video-row{display:flex;align-items:center;gap:10px;padding:9px 0;border-top:1px solid #eee}
.gtup-video-mini{width:90px;height:55px;flex:0 0 90px;border-radius:9px;overflow:hidden;background:#111;display:grid;place-items:center;color:#fff;text-decoration:none}
.gtup-video-mini img{width:100%;height:100%;object-fit:cover}
.gtup-video-row-info{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}
.gtup-video-row-info a{color:#111;text-decoration:none;font-weight:800;font-size:13px;line-height:1.3}
.gtup-video-row-info small{font-size:10px;color:#777}
.gtup-edit-btn,.gtup-delete-btn{
  padding:8px 10px;border-radius:9px;text-decoration:none;font-size:11px;font-weight:800;
  transition:transform .15s ease,box-shadow .15s ease;
}
.gtup-edit-btn{background:#eee;color:#111;box-shadow:0 3px 0 #ccc}
.gtup-delete-btn{background:#fff0f1;color:#c61b3b;box-shadow:0 3px 0 #e8b7c0}
.gtup-edit-btn:active,.gtup-delete-btn:active{transform:translateY(3px);box-shadow:0 0 0 transparent}
.gtup-empty-note{color:#777;font-size:13px}
.gtup-video-player{
  width:100%;margin:0 0 18px;padding:10px;background:#fff;border:1px solid #ddd;border-radius:20px;
  box-shadow:0 6px 0 #d7d7d7,0 14px 30px rgba(0,0,0,.09);
}
.gtup-video-player-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:3px 4px 11px}
.gtup-video-player-head h2{font-size:17px;margin:5px 0 0;line-height:1.3}
.gtup-video-tag{display:inline-block;padding:4px 7px;border-radius:7px;background:#050505;color:#fff;font-size:8px;font-weight:900;box-shadow:0 2px 0 #000}
.gtup-back-btn{
  padding:9px 12px;border-radius:10px;background:linear-gradient(#2b2b2b,#050505);color:#fff;
  text-decoration:none;font-size:11px;font-weight:900;box-shadow:0 3px 0 #000;
}
.gtup-back-btn:active{transform:translateY(3px);box-shadow:0 0 0 #000}
.gtup-video-frame{background:#000;border-radius:15px;padding:3px;overflow:hidden;box-shadow:0 5px 0 #cfcfcf,0 11px 23px rgba(0,0,0,.17)}
.gtup-video-frame video{display:block;width:100%;aspect-ratio:16/9;background:#000;border-radius:12px}
.gtup-player-info{padding:12px 4px 2px;display:grid;gap:5px}
.gtup-player-info b{font-size:15px}.gtup-player-info p{margin:0;color:#666;font-size:12px;line-height:1.5}
@media(max-width:600px){
  .gtup-video-player{border-radius:16px;padding:7px;box-shadow:0 4px 0 #d7d7d7,0 9px 20px rgba(0,0,0,.08)}
  .gtup-video-player-head h2{font-size:14px}
  .gtup-video-row{flex-wrap:wrap}
  .gtup-video-row-info{min-width:calc(100% - 100px)}
  .gtup-edit-btn,.gtup-delete-btn{margin-left:auto}
  .gtup-video-mini{width:82px;height:51px;flex-basis:82px}
}

/* Top-right account/profile icon */
.gtup-top-profile{position:relative;display:inline-flex;z-index:30}
.gtup-top-profile-btn{
  width:40px;height:40px;border:0;border-radius:50%;padding:0;overflow:hidden;cursor:pointer;
  background:linear-gradient(145deg,#2d2d2d,#050505);color:#fff;font-weight:900;
  box-shadow:0 4px 0 #000,0 7px 14px rgba(0,0,0,.15);
  transition:transform .15s ease,box-shadow .15s ease;
}
.gtup-top-profile-btn:active{transform:translateY(3px);box-shadow:0 1px 0 #000}
.gtup-top-profile-btn img{width:100%;height:100%;object-fit:cover}
.gtup-account-popup{
  position:absolute;right:0;top:49px;width:245px;padding:10px;background:#fff;
  border:1px solid #ddd;border-radius:16px;box-shadow:0 7px 0 #ddd,0 15px 30px rgba(0,0,0,.14);
  display:none;
}
.gtup-top-profile.open .gtup-account-popup{display:block}
.gtup-popup-user{display:flex;align-items:center;gap:10px;padding:9px 7px 12px;border-bottom:1px solid #eee;margin-bottom:6px}
.gtup-popup-user b{display:block;font-size:13px}.gtup-popup-user small{display:block;color:#888;font-size:10px;margin-top:3px}
.gtup-popup-avatar{width:38px;height:38px;border-radius:11px;background:linear-gradient(145deg,#252525,#050505);color:#fff;display:grid;place-items:center;font-weight:900;box-shadow:0 3px 0 #000}
.gtup-account-popup>a{
  display:block;padding:11px 10px;border-radius:9px;color:#171717;text-decoration:none;font-size:12px;font-weight:700;
}
.gtup-account-popup>a:hover{background:#f3f3f3}
.gtup-account-popup .gtup-popup-logout{color:#c71939}
.gtup-auth-top-profile{position:fixed;right:18px;top:16px;z-index:100}
.gtup-profile-head-actions{display:flex;align-items:center;gap:12px}
@media(max-width:600px){
  .gtup-auth-top-profile{right:10px;top:10px}
  .gtup-top-profile-btn{width:36px;height:36px}
  .gtup-account-popup{width:225px;right:0;top:45px}
  .gtup-profile-head-actions{gap:6px}
}
