footer,footer a{font-size:13px;}
.user-shares{width:100%;margin-top:22px;}
.user-shares-list{width:100%;display:flex;flex-direction:column;gap:14px;}
.user-share-row{width:100%;padding:16px 18px;border-radius:18px;}
#shareSuccess{position:fixed;top:0;left:0;z-index:10000;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#111;padding:24px;}
#shareSuccess .ps-modal__box{border:0;border-radius:0;}
#shareSuccess #shareCopyBtn img{width:24px;height:24px;}
#shareSuccess .ps-modal__overlay{display:none;}
#shareSuccess .ps-modal__box{width:100%;height:100%;max-width:none;background:transparent;display:flex;align-items:center;justify-content:center;}
#shareSuccess .ps-modal__content,#shareSuccess .ps-modal__body{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
#shareSuccess .share-success{width:100%;max-width:560px;padding:28px 22px;text-align:center;display:flex;flex-direction:column;gap:14px;}
#shareSuccess .share-success-icon img{width:64px;height:64px;display:inline-block;}
#shareSuccess .share-success-title{font-size:18px;font-weight:700;}
#shareSuccess .share-success-text{opacity:.9;line-height:1.35;}
#shareSuccess .share-success-link{display:block;word-break:break-all;opacity:.95;font-size:13px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);}
#shareSuccess .share-success-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-top:4px;}
:root{--bg:#111111;--panel:rgba(255,255,255,.06);--panel-2:rgba(255,255,255,.10);--border:rgba(255,255,255,.14);--text:rgba(255,255,255,.92);--muted:rgba(255,255,255,.68);--muted-2:rgba(255,255,255,.48);--shadow:0 18px 50px rgba(0,0,0,.55);--radius:16px;--radius-sm:12px;--pad:18px;--maxw:1120px;--focus:rgba(255,255,255,.30);--danger:#ff4d4d;--ok:#2ecc71;--link:rgba(255,255,255,.92);--link-hover:rgba(255,255,255,1);--font:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--share-blue-a:#00bfff;--share-blue-b:#0081ff;--share-blue:linear-gradient(135deg,var(--share-blue-a) 30%,var(--share-blue-b) 70%);--share-panel:rgba(255,255,255,.06);--share-panel-2:rgba(255,255,255,.05);--share-border:rgba(255,255,255,.10);--share-border-2:rgba(255,255,255,.12);--share-text:rgba(255,255,255,.90);--share-muted:rgba(255,255,255,.70);--share-radius:16px;--share-radius-pill:999px;--share-gap:12px;--share-gap-sm:10px;--share-shadow-cta:0 18px 44px rgba(0,0,0,.45);}
*{box-sizing:border-box;}
html,body{height:100%;}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}
img,video{max-width:100%;height:auto;display:block;}
a{color:var(--link);text-decoration:none;}
a:hover{color:var(--link-hover);text-decoration:underline;}
::selection{background:rgba(255,255,255,.18);}
.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 18px;}
#feed .container{padding:0;}
.page{min-height:calc(100vh - 140px);padding:28px 0 36px 0;}
h1,h2,h3,h4{margin:0 0 12px 0;letter-spacing:-.02em;}
h1{font-size:34px;line-height:1.1;}
h2{font-size:24px;line-height:1.15;}
p{margin:0 0 12px 0;color:var(--muted);line-height:1.6;}
.card{background:var(--panel);border:1px solid var(--border);border-radius:32px;box-shadow:var(--shadow);padding:var(--pad);}
.card--flat{box-shadow:none;background:rgba(255,255,255,.04);}
.hr{height:1px;background:rgba(255,255,255,.10);margin:18px 0;}
.site-header{position:sticky;top:0;z-index:50;background:rgba(17,17,17,.78);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);}
.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;height:64px;}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:700;letter-spacing:-.02em;}
.brand__logo{width:100%;height:100;max-width:48px;max-height:48px;}
.nav{display:flex;align-items:center;gap:10px;}
.nav a{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:12px;border:1px solid transparent;color:rgba(255,255,255,.82);background:transparent;transition:background 120ms ease,border-color 120ms ease,color 120ms ease,transform 120ms ease;}
.nav a:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.10);color:rgba(255,255,255,.95);text-decoration:none;}
.nav a:active{transform:translateY(1px);}
.site-footer{border-top:1px solid rgba(255,255,255,.08);padding:22px 0;color:var(--muted-2);}
.site-footer a{color:var(--muted);}
.site-footer a:hover{color:var(--text);}
label{display:block;font-size:13px;color:var(--muted);margin:0 0 8px 0;}
input[type="text"],input[type="email"],input[type="password"],input[type="number"],select,textarea{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:var(--text);outline:none;transition:border-color 120ms ease,background 120ms ease,box-shadow 120ms ease;}
textarea{min-height:120px;resize:vertical;}
input::placeholder,textarea::placeholder{color:rgba(255,255,255,.35);}
input:focus,select:focus,textarea:focus{border-color:rgba(255,255,255,.26);box-shadow:0 0 0 3px rgba(255,255,255,.10);background:rgba(255,255,255,.07);}
.grid{display:grid;gap:14px;}
.grid-2{grid-template-columns:1fr 1fr;}
.grid-3{grid-template-columns:1fr 1fr 1fr;}
.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
.spacer{height:16px;}
.alert{border-radius:14px;padding:12px 14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:rgba(255,255,255,.86);}
.alert--ok{border-color:rgba(46,204,113,.35);background:rgba(46,204,113,.12);}
.alert--danger{border-color:rgba(255,77,77,.35);background:rgba(255,77,77,.12);}
@media (max-width:860px){h1{font-size:28px;}.site-header__inner{height:58px;}.grid-2,.grid-3{grid-template-columns:1fr;}.page{padding:22px 0 28px 0;}}
@media (max-width:420px){.container{padding:0 14px;}.nav{gap:6px;}.nav a{padding:10px 10px;}}
.auth{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;padding:24px 0;}
.auth-box{width:100%;max-width:520px;}
.auth-head{display:flex;align-items:center;gap:14px;margin-bottom:16px;}
.auth-badge{width:56px;height:56px;border-radius:14px;display:grid;place-items:center;font-weight:800;letter-spacing:-.02em;}
.auth-title{font-size:22px;line-height:1.1;font-weight:800;letter-spacing:-.02em;color:rgba(255,255,255,.94);}
.auth-subtitle{margin-top:4px;font-size:14px;color:rgba(255,255,255,.62);line-height:1.45;}
#auth_btn{margin-top:12px;width:100%;}
.auth-msg{font-size:14px;color:rgba(255,255,255,.75);}
.auth-msg.ok{color:rgba(46,204,113,.95);}
.auth-msg.err{color:rgba(255,77,77,.95);}
.auth-foot{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.10);display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:14px;color:rgba(255,255,255,.60);}
.auth-foot a{color:rgba(255,255,255,.92);text-decoration:none;border-bottom:1px solid rgba(255,255,255,.22);padding-bottom:2px;}
.auth-foot a:hover{border-bottom-color:rgba(255,255,255,.60);}
@media (max-width:520px){.auth{min-height:auto;}.auth-foot{flex-direction:column;align-items:flex-start;}}
.upload{max-width:820px;margin:0 auto;}
.upload-head{display:flex;align-items:center;gap:14px;margin-bottom:16px;}
.upload-badge{width:44px;height:44px;border-radius:14px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.14);display:grid;place-items:center;font-weight:800;letter-spacing:-.02em;}
.upload-title{font-size:22px;line-height:1.1;font-weight:800;letter-spacing:-.02em;color:rgba(255,255,255,.94);}
.upload-subtitle{margin-top:4px;font-size:14px;color:rgba(255,255,255,.62);line-height:1.45;}
.upload-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;}
#file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;}
.file{flex:1;min-width:220px;display:flex;flex-direction:column;gap:6px;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);cursor:pointer;transition:border-color 120ms ease,background 120ms ease;margin-bottom:0;}
.file:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.20);}
.file-label{font-size:12px;color:rgba(255,255,255,.58);}
.file-name{font-size:14px;color:rgba(255,255,255,.90);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.upload-btn{white-space:nowrap;}
.upload-msg{margin-top:12px;font-size:14px;color:rgba(255,255,255,.70);}
.upload-msg.ok{color:rgba(46,204,113,.95);}
.upload-msg.error{color:rgba(255,77,77,.95);}
.upload-msg.info{color:rgba(255,255,255,.78);}
.upload-preview{margin-top:14px;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);}
.upload-preview img{width:100%;height:auto;display:block;}
.upload-meta{margin-top:12px;display:flex;flex-wrap:wrap;gap:10px;}
.badge{padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);font-size:13px;color:rgba(255,255,255,.78);}
.badge strong{color:rgba(255,255,255,.95);font-weight:800;}
@media (max-width:520px){.upload-row{gap:10px;}.upload-btn{width:100%;}}
.user-images{margin-top:18px;}
.user-images-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;}
.user-images-head h2{margin:0;font-size:18px;color:rgba(255,255,255,.92);display:flex;align-items:center;gap:8px;}
.user-images-count{font-size:14px;font-weight:600;opacity:.8;padding:6px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);}
.user-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;}
.user-img{position:relative;padding:0;overflow:hidden;border-radius:16px;}
.user-img-link{display:block;aspect-ratio:3/4;}
.user-img img{width:100%;height:100%;object-fit:cover;display:block;}
.user-img-meta{position:absolute;top:10px;left:10px;z-index:2;display:inline-flex;align-items:center;gap:6px;}
.user-img-badge{min-width:34px;height:34px;padding:0 8px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:rgba(0,0,0,.65);backdrop-filter:blur(6px);color:#fff;font-weight:700;font-size:14px;white-space:nowrap;}
.user-img-stats{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);cursor:pointer;padding:0;flex-shrink:0;}
.user-img-stats img{width:18px;height:18px;display:block;}
.user-img-stats:active{transform:translateY(1px);}
.user-img-del{position:absolute;right:10px;bottom:10px;padding:9px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:rgba(17,17,17,.72);color:rgba(255,255,255,.92);cursor:pointer;font-size:12px;font-weight:800;}
.user-img-del:hover{background:rgba(17,17,17,.86);}
.user-img-del:disabled{opacity:.6;cursor:not-allowed;}
@media (max-width:980px){.user-grid{grid-template-columns:repeat(3,1fr);}}
@media (max-width:680px){.user-grid{grid-template-columns:repeat(2,1fr);}}

input[type="range"]{outline:none;}
input[type="range"]:focus{outline:none;box-shadow:none;}
input[type="range"]::-moz-focus-outer{border:0;}
input[type="range"]:focus-visible{outline:none;box-shadow:none;}
.ps-modal{position:fixed;inset:0;z-index:9999;display:none;}
.ps-modal.is-open{display:block;}
.ps-modal__overlay{position:fixed;inset:0;background:rgba(0,0,0,.75);width:100vw;height:100vh;min-height:100svh;min-height:100dvh;height:-webkit-fill-available;touch-action:none;}
.ps-modal__box{position:fixed;left:50%;bottom:50%;top:auto;z-index:2;width:min(620px,94vw);height:auto;max-height:100dvh;overflow:hidden;margin:0 auto;transform:translateX(-50%) translateY(50%);background:#0f0f10;
	border:1px solid rgba(255,255,255,.12);border-radius:23px;box-shadow:0 18px 60px rgba(0,0,0,.6);}
.ps-modal__content{padding:24px;max-height:90dvh;overflow:auto;-webkit-overflow-scrolling:touch;}
.ps-modal__title{font-weight:700;font-size:16px;color:#fff;}
.ps-modal__body{color:rgba(255,255,255,.85);font-size:14px;line-height:1.4;}
.ps-modal__close{position:absolute;top:16px;right:16px;z-index:10;width:38px;height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer;pointer-events:auto;touch-action:manipulation;}
@supports not (height:100dvh){.ps-modal__box{max-height:calc(90dvh - 12px);}.ps-modal__content{max-height:calc(90dvh - 12px);}}
.user-header-row{display:flex;align-items:center;gap:10px;}
.user-header-row h1{margin:0;margin-bottom:12px}
.user-eye{margin-top:12px;}
.user-eye-title{font-weight:900;font-size:18px;line-height:1.1;}
.user-eye-summary{margin-top:8px;opacity:.8;}
.user-eye-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.user-eye-card{padding:12px;border-radius:16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);}
.user-eye-card-value{font-weight:800;font-size:18px;line-height:1;}
.user-eye-card-label{margin-top:6px;opacity:.7;font-size:12px;}
.ps-muted{opacity:.7;}
.ps-dist-list{display:flex;flex-direction:column;gap:8px;}
.ps-dist-row{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);}
.ps-dist-row-score{font-weight:700;}
.ps-dist-row-count{opacity:.85;}
.ps-image-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;}
.ps-image-title{font-weight:900;font-size:18px;line-height:1.1;padding-top:2px;}
.ps-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.ps-image-section-title{margin-top:16px;font-weight:800;font-size:13px;letter-spacing:.2px;opacity:.9;}
.ps-image-section-grid{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.ps-image-dist-wrap{margin-top:10px;}
.ps-thumb{width:56px;aspect-ratio:3/4;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.30);background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);flex:0 0 auto;}
.ps-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.share-create{max-width:1100px;margin:0 auto;}
.share-create__head p{margin:0;opacity:.7;font-size:13px;}
.share-grid{margin-top:16px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:var(--share-gap-sm);}
@media (max-width:820px){.share-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;}}
.share-item{position:relative;display:block;width:100%;border:0;padding:0;background:transparent;cursor:pointer;border-radius:var(--share-radius);overflow:hidden;-webkit-tap-highlight-color:transparent;}
.share-item img{width:100%;height:100%;display:block;object-fit:cover;aspect-ratio:3/4;opacity:.72;transform:scale(1);transition:opacity 140ms ease,transform 140ms ease;}
.share-item.is-selected img{opacity:1;transform:scale(1.01);}
.share-item:active img{transform:scale(.99);}
.share-badge{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:var(--share-radius-pill);display:grid;place-items:center;font-weight:900;font-size:13px;color:#fff;border:2px solid rgba(255,255,255,.95);background:transparent;}
.share-badge:not(:empty){background:linear-gradient(135deg,#ff00ff 10%,#1c00ff 90%);box-shadow:0 10px 24px rgba(0,0,0,.35);}
.share-modal-head{margin-bottom:14px;}
.share-modal-title{font-weight:900;font-size:18px;line-height:1;}
.share-modal-sub{margin-top:6px;font-size:12px;opacity:.7;}
.share-form{display:flex;flex-direction:column;gap:var(--share-gap);padding-bottom:10px;}
.share-field{display:flex;flex-direction:column;gap:8px;width:100%;overflow:hidden;}
.share-label{font-size:12px;font-weight:800;letter-spacing:.2px;opacity:.9;}
.share-textarea{width:100%;resize:vertical;min-height:72px;border-radius:var(--share-radius);border:1px solid var(--share-border-2);background:rgba(255,255,255,.06);color:#fff;padding:12px;outline:none;}
.share-textarea:focus{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);}
.share-recap{padding:12px;border-radius:var(--share-radius);border:1px solid var(--share-border);background:var(--share-panel-2);}
.share-recap-title{font-size:12px;font-weight:900;letter-spacing:.2px;opacity:.9;margin-bottom:10px;}
.share-recap-list{display:flex;flex-direction:column;gap:8px;user-select:none;-webkit-user-select:none;}
.share-recap-empty{font-size:12px;opacity:.65;}
.share-recap-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--share-radius);border:1px solid var(--share-border);background:var(--share-panel);user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-user-drag:none;touch-action:pan-y;}
.share-recap-item *{user-select:none;-webkit-user-select:none;}
.share-recap-item[draggable="true"]{cursor:grab;}
.share-recap-item[draggable="true"]:active{cursor:grabbing;}
.share-recap-item.is-dragging{opacity:.55;cursor:grabbing;touch-action:none;}
.share-recap-item.is-over{outline:2px solid rgba(0,191,255,.55);outline-offset:2px;}
.share-recap-thumb img{-webkit-user-drag:none;user-drag:none;}
.share-recap-token{cursor:default;font-size:12px;opacity:.7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;}
.share-drag{width:34px;height:34px;border-radius:12px;border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18);display:grid;place-items:center;padding:0;cursor:grab;pointer-events:auto;touch-action:none;-webkit-tap-highlight-color:transparent;}
.share-drag img{width:18px;height:18px;display:block;opacity:.95;pointer-events:none;}
.share-recap-n{width:28px;height:28px;border-radius:var(--share-radius-pill);display:grid;place-items:center;font-weight:900;font-size:12px;border:2px solid rgba(255,255,255,.18);background:rgba(0,0,0,.18);}
.share-recap-thumb{width:44px;height:58px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.06);flex:0 0 auto;}
.share-recap-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.share-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border-radius:var(--share-radius);border:1px solid var(--share-border);background:var(--share-panel);}
.share-row-left{display:flex;flex-direction:column;}
.share-hint{margin-top:6px;font-size:12px;opacity:.65;}
.share-switch{display:inline-flex;align-items:center;gap:10px;border:0;background:transparent;color:#fff;cursor:pointer;padding:0;}
.share-switch-text{font-weight:800;font-size:12px;opacity:.9;}
.share-switch-track{width:46px;height:28px;border-radius:var(--share-radius-pill);border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.10);position:relative;box-shadow:inset 0 0 0 1px rgba(0,0,0,.12);transition:background 160ms ease,border-color 160ms ease;}
.share-switch-thumb{width:22px;height:22px;border-radius:var(--share-radius-pill);background:#fff;position:absolute;top:50%;left:3px;transform:translateY(-50%);transition:left 160ms ease;}
.share-switch.is-on .share-switch-track{background:var(--share-blue);border-color:transparent;}
.share-switch.is-on .share-switch-thumb{left:21px;}
.share-schedule{padding:12px;border-radius:var(--share-radius);border:1px solid var(--share-border);background:var(--share-panel-2);display:flex;flex-direction:column;gap:12px;}
#shareScheduleBox[hidden]{display:none !important;}
#shareEndField[hidden]{display:none !important;}
.share-date{width:100%;height:44px;border-radius:var(--share-radius);border:1px solid var(--share-border-2);background:rgba(255,255,255,.06);color:#fff;padding:0 12px;font-size:13px;outline:none;-webkit-appearance:none;appearance:none;}
.share-date:focus{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);}
.share-date::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.85;cursor:pointer;}
.share-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;position:sticky;bottom:-24px;background:#0f0f10;padding:12px 0 calc(14px + env(safe-area-inset-bottom)) 0;margin-top:12px;border-top:1px solid rgba(255,255,255,.10);z-index:3;}
.user-share{margin-top:40px;padding:28px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.10);}
.user-share-inner{max-width:520px;}
.user-share-title{margin:0;font-size:22px;font-weight:900;letter-spacing:-0.02em;}
.user-share-sub{margin-top:10px;font-size:14px;line-height:1.4;opacity:.75;}
.user-share-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px;}
.user-share-row,.user-share-row *{font-family:var(--font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
.user-share-row a{font-size:13px;font-weight:600;letter-spacing:0;line-height:1.25;}
.user-stats{display:flex;gap:12px;margin:12px 0 16px;}
.user-stat{padding:10px 14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.10);text-align:center;min-width:90px;}
.user-stat strong{display:block;font-size:20px;font-weight:900;line-height:1;}
.user-stat span{display:block;margin-top:4px;font-size:12px;opacity:.7;}
#shareContinue {position:fixed;left:50%;bottom:48px;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;gap:10px;height:52px;padding:0 22px;border-radius:999px;width:60vw;max-width:330px;
	font-weight:900;font-size:15px;letter-spacing:.2px;line-height:1;color:#fff;text-decoration:none;cursor:pointer;border:1px solid rgba(255,255,255,.18);background:rgba(0,0,0,.9);
	box-shadow:0 18px 44px rgba(0,0,0,.45);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);-webkit-tap-highlight-color:transparent;}
#shareContinue:hover {background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.22);color:#fff;text-decoration:none;}
#shareContinue:active {transform:translate(-50%,-50%) translateY(1px);}
#shareContinue[disabled],#shareContinue:disabled {opacity:.45;cursor:not-allowed;transform:translate(-50%,-50%);}
#shareContinue img {width:20px;height:20px;display:block;}

/******************************/


.user-edit-grid { display:grid; grid-template-columns: 260px 1fr; gap:18px; align-items:stretch; }

.user-edit-avatar { padding:16px; border-radius:22px; border:1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)); box-shadow: 0 18px 40px rgba(0,0,0,.35); display:flex; flex-direction:column; gap:14px; }

.user-edit-avatar-img { width: 100%; max-width: 220px; margin: 0 auto; aspect-ratio:1/1; border-radius: 22px; overflow:hidden; border: 1px solid rgba(255,255,255,.10); background: rgba(0,0,0,.20); box-shadow: 0 14px 34px rgba(0,0,0,.45); }
.user-edit-avatar-img img { width:100%; height:100%; object-fit:cover; display:block; }

.user-edit-avatar-actions { display:flex; flex-direction:column; gap:10px; }
.user-edit-avatar-actions .btn { width:100%; justify-content:center; }

.user-edit-fields { padding:16px; border-radius:22px; border:1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); box-shadow: 0 18px 40px rgba(0,0,0,.28); display:flex; flex-direction:column; justify-content:center; min-width:0; }

.ps-label { display:block; font-weight:800; font-size:12px; letter-spacing:.2px; opacity:.85; margin-bottom:8px; }

.user-edit-fields .ps-input { width:100%; padding:13px 14px; border-radius:14px; border:1px solid rgba(255,255,255,.12); background: rgba(0,0,0,.18); color:#fff; outline:none; }
.user-edit-fields .ps-input:focus { border-color: rgba(255,255,255,.22); box-shadow: 0 0 0 4px rgba(255,255,255,.06); }

.user-edit-hint { margin-top:10px; font-size:13px; opacity:.75; }

.user-edit-msg { margin-top:12px; padding:10px 12px; border-radius:14px; border:1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.06); }

#psSaveUsernameBtn { margin-top: 10px; border-radius: 16px; padding: 14px 16px; font-weight: 800; }

.ps-cropper { position:relative; width: min(520px, 100%); margin: 0 auto; border-radius: 18px; overflow:hidden; border: 1px solid rgba(255,255,255,.10); background: rgba(255,255,255,.06); }
.ps-cropper canvas { width:100%; height:auto; display:block; cursor: grab; touch-action: none; }
.ps-cropper canvas:active { cursor: grabbing; }
.ps-cropper-mask { position:absolute; inset:0; pointer-events:none; box-shadow: inset 0 0 0 9999px rgba(0,0,0,.40); }

.ps-cropper-controls { margin-top: 14px; }
.ps-cropper-row { display:flex; gap:12px; align-items:center; }
.ps-cropper-label { width:60px; font-weight:800; font-size:12px; opacity:.75; }
.ps-cropper-row input[type="range"] { width:100%; }

.ps-cropper-actions { margin-top: 14px; display:flex; gap:10px; justify-content:flex-end; }

@media (max-width: 900px) {
	.user-edit-grid { grid-template-columns: 1fr; }
	.user-edit-avatar-img { max-width: 180px; }
}

/* Alignement vertical avatar + username dans le h1 */

h1 {
	display: flex;
	align-items: center;
	gap: 12px;
}

h1 .photo_profil {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

h1 .photo_profil img {
	display: block;
}

.share-overlay-photo { display:flex; justify-content:center; }

/* ✅ Actions share : desktop */
.user-share-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.user-share-actions .btn { display: inline-flex; gap: 8px; align-items: center; justify-content: center; }

/* ✅ Mobile : grid 4 + texte masqué */
@media (max-width: 640px) {

	.user-share-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }

	.user-share-actions .btn { padding: 10px 0; width: 100%; }

	.user-share-actions .btn span { display: none; }

	.user-share-actions .btn img { margin: 0; }

}
.min-radius {border-radius:14px;}

