/* Shared profile and avatar surfaces for Drive and Proyectos. */
.okt-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:29px;height:29px;border-radius:50%;background:#e6eddf;color:#3f5a32;font:600 11px/1 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;overflow:hidden;vertical-align:middle}
.okt-avatar-image{position:absolute!important;inset:0;width:100%!important;height:100%!important;max-width:none!important;object-fit:cover;border-radius:inherit!important;margin:0!important;border:0!important}
.okt-account-button{display:inline-flex;align-items:center;gap:7px;min-height:36px;max-width:230px;padding:2px 5px;border:1px solid transparent;border-radius:7px;background:transparent;color:inherit;font:inherit;cursor:pointer;min-width:0}
.okt-account-button:hover,.okt-account-button[aria-expanded=true]{background:#ffffff80;border-color:#ffffff60}
.okt-account-button>span:not(.okt-avatar){max-width:155px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.okt-account-button:after{content:'⌄';font-size:12px;opacity:.55}
.okt-account-button:focus-visible,.okt-account-menu button:focus-visible,.okt-profile-dialog :focus-visible{outline:3px solid #db4abd;outline-offset:2px}
.okt-account-menu{position:fixed;z-index:120000;min-width:215px;max-width:calc(100vw - 16px);padding:7px;border:1px solid #dce3d5;border-radius:10px;background:#fbfcf9;box-shadow:0 10px 35px #19281124;font:400 13px/1.45 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#33452e}
.okt-account-email{padding:8px 9px 10px;font-size:11px;color:#7b8871;overflow-wrap:anywhere;border-bottom:1px solid #e7ecdf;margin-bottom:4px}
.okt-account-menu button{display:block;width:100%;text-align:left;border:0;background:transparent;color:#33452e;min-height:39px;padding:8px 10px;border-radius:6px;font:inherit;cursor:pointer}
.okt-account-menu button:hover{background:#e9f0e0}
.okt-account-menu button:disabled{opacity:.55;cursor:wait}
.okt-profile-dialog{margin:auto;box-sizing:border-box;width:min(620px,calc(100vw - 28px));max-width:none;max-height:calc(100dvh - 32px);padding:0;border:1px solid #e0e5d9;border-radius:16px;box-shadow:0 25px 90px #14251042;background:#fff;color:#2e3c28;overflow:hidden;font:400 14px/1.5 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}
.okt-profile-dialog[open]{display:flex;flex-direction:column}
.okt-profile-dialog::backdrop{background:#17251a62;backdrop-filter:blur(3px)}
.okt-profile-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 25px 17px;border-bottom:1px solid #e8eddf;flex-shrink:0;background:#fcfdf9}
.okt-profile-kicker{font-size:10px;font-weight:650;letter-spacing:1.5px;color:#8b997c}
.okt-profile-header h2{font:650 23px/1.3 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;letter-spacing:-.7px;margin:3px 0 0;color:#284327}
.okt-profile-dismiss{width:36px;height:36px;flex-shrink:0;border:0;border-radius:7px;background:transparent;color:#86937a;font:300 28px/1 Inter,sans-serif;cursor:pointer}
.okt-profile-dismiss:hover{background:#edf2e6;color:#3f5735}
.okt-profile-body{padding:23px 25px 0;overflow:auto;overscroll-behavior:contain;min-height:0}
.okt-profile-identity{display:flex;align-items:center;gap:18px;padding-bottom:22px;border-bottom:1px solid #e9ede3;margin-bottom:21px}
.okt-profile-photo{width:76px;height:76px;min-width:76px;font-size:24px;background:#e8eedf;border:1px solid #dbe4d0}
.okt-profile-identity strong{font-size:13px;font-weight:550;overflow-wrap:anywhere}
.okt-profile-identity p{margin:4px 0 8px;color:#829074;font-size:12px;line-height:1.6}
.okt-profile-photo-actions{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:5px}
.okt-profile-identity small,.okt-profile-form label small{display:block;color:#8a947f;font-size:11px;font-weight:400;line-height:1.5}
.okt-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 18px}
.okt-profile-grid label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:550;color:#526647;min-width:0;margin:0}
.okt-profile-full{grid-column:1/-1}
.okt-profile-form input,.okt-profile-form textarea{display:block;width:100%;min-height:40px;margin:0;padding:9px 11px;border:1px solid #dfe6d6;border-radius:6px;background:#fff;color:#35492e;font:400 14px/1.5 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;box-shadow:none}
.okt-profile-form input::placeholder,.okt-profile-form textarea::placeholder{color:#a3ad99}
.okt-profile-form input:hover,.okt-profile-form textarea:hover{border-color:#b7c8a6}
.okt-profile-form input:focus,.okt-profile-form textarea:focus{border-color:#81a464;outline:2px solid #dfead5;outline-offset:0}
.okt-profile-form textarea{resize:vertical;min-height:92px;max-height:240px}
.okt-profile-form h3{font-size:12px;font-weight:650;color:#607452;margin:22px 0 12px}
.okt-profile-button{display:inline-flex;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:7px 12px;border:1px solid #dce5d2;border-radius:6px;background:#fafcf6;color:#4a613c;font:500 12px/1.4 Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;cursor:pointer;white-space:nowrap}
.okt-profile-button:hover{background:#ecf3e3;border-color:#b6cba3}
.okt-profile-button.primary{background:#244e38;border-color:#244e38;color:#fff}
.okt-profile-button.primary:hover{background:#163d2a}
.okt-profile-dialog button:disabled,.okt-profile-dialog input:disabled,.okt-profile-dialog textarea:disabled{opacity:.55;cursor:wait}
.okt-profile-feedback{min-height:20px;margin-top:16px;font-size:12px;color:#64814e;line-height:1.5;overflow-wrap:anywhere}
.okt-profile-feedback.is-error,.okt-profile-load-error{color:#a94538}
.okt-profile-footer{display:flex;justify-content:flex-end;gap:9px;padding:17px 0 21px;background:#fff;flex-wrap:wrap}
.okt-profile-loading,.okt-profile-load-error{margin:0 0 23px;padding:6px 0;font-size:14px}
.okt-profile-body>.okt-profile-button{margin-bottom:23px}
.profile-open{display:flex;align-items:center;gap:9px;flex:1;min-width:0;text-align:left;padding:4px 0;border-radius:6px;background:transparent;color:inherit}
.profile-open:hover{background:#eaf0e2}
.profile-open>span:last-child{min-width:0}
.mx-profile-action{margin:6px 0 0!important;font-size:11px!important;min-height:30px!important;padding:5px 9px!important}
.mx-profile-identity{display:flex;align-items:flex-start;gap:8px}.mx-profile-identity>.okt-avatar{width:30px;height:30px;margin-top:3px}
@media(max-width:650px){.okt-account-button{max-width:170px}.okt-account-button>span:not(.okt-avatar){max-width:110px}.okt-profile-dialog{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:12px}.okt-profile-header{padding:16px 18px}.okt-profile-body{padding:18px 18px 0}.okt-profile-identity{align-items:flex-start;gap:13px}.okt-profile-photo{width:62px;height:62px;min-width:62px;font-size:20px}.okt-profile-grid{gap:15px 12px}.okt-profile-form input,.okt-profile-form textarea{font-size:16px}.okt-profile-button{min-height:40px}.okt-profile-dismiss{width:40px;height:40px}.okt-profile-footer{padding-bottom:18px}}
@media(max-width:420px){.okt-profile-grid{grid-template-columns:1fr}.okt-profile-identity strong{font-size:12px}.okt-profile-photo-actions{gap:5px}.okt-profile-photo-actions .okt-profile-button{padding:6px 8px;font-size:11px}.okt-profile-identity p{font-size:11px}.okt-profile-identity small{font-size:10px}.mb-right .okt-account-button>span:not(.okt-avatar){max-width:70px}}

.okt-profile-visibility-note{margin:-5px 0 13px;font-size:11px;color:#88967a;line-height:1.6}
