@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--ink:#202720;--muted:#6d776e;--paper:#f6f7f1;--green:#1e4737;--lime:#d7ec7a;--line:#e3e7de}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased}a,button{font:inherit}.login-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,47%) 1fr;padding:18px;grid-gap:18px;gap:18px}.loading-shell{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);font-size:13px}.loading-shell .brand-mark{margin:0 0 16px}.login-card{padding:clamp(36px,8vw,112px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#fff;border-radius:10px;min-height:calc(100vh - 36px)}.brand-mark{width:45px;height:45px;display:grid;place-items:center;background:var(--green);color:var(--lime);font-family:Manrope,sans-serif;font-size:15px;font-weight:800;letter-spacing:-1px;border-radius:50%;margin-bottom:46px}.eyebrow{font-size:10px;line-height:1.4;font-weight:700;letter-spacing:1.65px;color:#738078;margin:0 0 13px}h1,h2,h3,p{margin-top:0}.login-card h1,.welcome h1{font:600 clamp(38px,4.25vw,60px)/1.07 Manrope,sans-serif;letter-spacing:-2.8px;margin:0 0 18px;color:var(--ink)}.intro{max-width:380px;font-size:15px;line-height:1.7;color:var(--muted);margin:0 0 33px}.google-button{height:54px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 19px;background:var(--green);border:0;border-radius:4px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;width:min(100%,330px)}.google-button:hover{background:#2a5b46;transform:translateY(-1px)}.google-button span{margin-left:auto;font-size:18px;color:var(--lime)}.access-note{margin:20px 0 7px;font-size:12px;color:#6c776e}.lock-icon{font-size:8px;color:#75934f;margin-right:7px}.auth-notice,.config-note{max-width:330px;font-size:12px;line-height:1.5;margin:12px 0 0;color:#946528}.auth-notice{color:#a1483f}.domain-note{font-size:11px;color:#9aa29a;margin:0}.domain-note strong{font-weight:600;color:#68746b}.visual-panel{position:relative;overflow:hidden;border-radius:10px;min-height:600px;background:linear-gradient(157deg,#bdd1b1,#dce2c3 48%,#e8d1a3)}.sun{width:180px;height:180px;border-radius:50%;background:#f1d78e;right:21%;top:20%;box-shadow:0 0 75px 20px #f1d78e50}.mountain,.sun{position:absolute}.mountain{inset:auto -5% 0;height:70%;-webkit-clip-path:polygon(0 100%,0 57%,18% 37%,28% 50%,52% 10%,72% 46%,86% 29%,100% 54%,100% 100%);clip-path:polygon(0 100%,0 57%,18% 37%,28% 50%,52% 10%,72% 46%,86% 29%,100% 54%,100% 100%)}.mountain-back{background:linear-gradient(145deg,#889b7d,#647c68);opacity:.86;bottom:14%;height:64%}.mountain-front{background:linear-gradient(155deg,#456550,#1e4737 75%);height:56%;-webkit-clip-path:polygon(0 100%,0 52%,24% 18%,43% 55%,62% 29%,78% 57%,100% 35%,100% 100%);clip-path:polygon(0 100%,0 52%,24% 18%,43% 55%,62% 29%,78% 57%,100% 35%,100% 100%)}.photo-caption{position:absolute;left:clamp(28px,5vw,70px);bottom:clamp(40px,7vw,82px);display:flex;flex-direction:column;gap:12px;color:#fff}.image-credit,.photo-caption span{font-size:9px;letter-spacing:1.5px;font-weight:700}.photo-caption b{font:500 clamp(25px,3vw,38px) Manrope,sans-serif;letter-spacing:-1px}.image-credit{position:absolute;right:26px;bottom:26px;color:#ffffffaf}.workspace-shell{min-height:100vh;max-width:1440px;margin:0 auto;padding:0 7.2%}.topbar{height:92px;border-bottom:1px solid var(--line);justify-content:space-between}.topbar,.wordmark{display:flex;align-items:center}.wordmark{gap:12px;color:var(--ink);text-decoration:none;font-size:11px;font-weight:700;letter-spacing:1.2px}.wordmark i{font-style:normal;font-weight:400;color:#859087;margin-left:4px}.brand-mark.small{width:34px;height:34px;font-size:11px;margin:0}.account{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--muted)}.avatar{width:34px;height:34px;flex:0 0 34px;border-radius:50%;display:grid;place-items:center;object-fit:cover;background:#dce7cc;color:var(--green);font-weight:700}.account-details{min-width:0;display:flex;flex-direction:column;gap:3px}.account-email,.account-name{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-name{color:var(--ink);font-size:12px;font-weight:600}.account-email{display:block;color:var(--muted);font-size:10.5px}.sign-out{border:0;border-left:1px solid var(--line);padding:4px 0 4px 15px;margin-left:4px;background:none;color:#526258;font-size:12px;cursor:pointer}.welcome{padding:82px 0 69px}.welcome .eyebrow{color:#829272}.welcome h1{font-size:clamp(36px,4.4vw,56px);margin-bottom:12px}.welcome>p:last-child{font-size:15px;color:var(--muted);margin:0}.album-section{padding:35px 0 86px;border-top:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:24px}.section-heading .eyebrow{margin-bottom:6px}.section-heading h2{font:600 23px Manrope,sans-serif;letter-spacing:-.7px;margin:0}.coming-label{font-size:9px;letter-spacing:1px;color:#89948b}.source-intro{max-width:680px;margin:-7px 0 24px;color:var(--muted);font-size:13px;line-height:1.7}.source-grid{max-width:950px;display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.source-card{min-height:184px;padding:24px;background:#fff;border:1px solid #e9ece5;border-radius:6px;display:grid;grid-template-columns:44px 1fr;align-items:start;grid-column-gap:15px;column-gap:15px;grid-row-gap:16px;row-gap:16px;box-shadow:0 10px 30px #27382708}.source-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;font:700 23px Manrope,sans-serif}.drive-icon{background:#eaf1ff;color:#4285f4}.photos-icon{background:#f0ecff;color:#8b6bdb}.source-copy .eyebrow{font-size:9px;margin:2px 0 7px}.source-copy h3{font:600 19px Manrope,sans-serif;letter-spacing:-.4px;margin:0 0 7px}.source-copy p:not(.eyebrow){font-size:12px;line-height:1.6;color:var(--muted);margin:0}.source-card .soon{grid-column:2;justify-self:start}.public-gallery-note{max-width:950px;margin-top:18px;padding:18px 21px;background:#edf1e7;border:1px solid #e2e8da;border-radius:5px;display:flex;align-items:center;gap:14px}.gallery-dot{width:9px;height:9px;flex:none;background:#91a965;border-radius:50%;box-shadow:0 0 0 4px #91a96522}.public-gallery-note>div{flex:1 1}.public-gallery-note .eyebrow{font-size:8px;margin:0 0 4px}.public-gallery-note strong{font:600 13px Manrope,sans-serif}.public-gallery-note p:last-child{font-size:11px;color:var(--muted);margin:3px 0 0}.album-card{max-width:850px;background:#fff;border:1px solid #e9ece5;border-radius:6px;overflow:hidden;display:grid;grid-template-columns:40% 1fr;box-shadow:0 10px 30px #27382708}.album-art{min-height:220px;position:relative;overflow:hidden;background:linear-gradient(145deg,#d7e4bf,#e9c989)}.album-art:before{content:"";position:absolute;width:120px;height:120px;border-radius:50%;background:#f6dfa0;top:25px;left:calc(50% - 60px)}.album-ridge{position:absolute;inset:auto 0 0;height:70%;background:linear-gradient(150deg,#5e7d63,#254b39);-webkit-clip-path:polygon(0 100%,0 64%,22% 25%,40% 56%,66% 13%,82% 48%,100% 25%,100% 100%);clip-path:polygon(0 100%,0 64%,22% 25%,40% 56%,66% 13%,82% 48%,100% 25%,100% 100%)}.album-art span{position:absolute;left:20px;bottom:17px;font-size:8px;letter-spacing:1.2px;color:#fff;font-weight:700}.album-info{padding:31px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px}.album-info .eyebrow{font-size:9px;margin-bottom:9px}.album-info h3{font:600 21px Manrope,sans-serif;letter-spacing:-.5px;margin:0 0 7px}.album-info p:not(.eyebrow){font-size:12px;color:var(--muted);margin:0;line-height:1.6}.soon{align-self:flex-start;white-space:nowrap;padding:7px 9px;border-radius:2px;background:#f1f3eb;color:#718066;font-size:8px;letter-spacing:.8px;font-weight:700}.workspace-footer{height:75px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;color:#9aa39a;font-size:9px;letter-spacing:1.1px}.workspace-footer b{color:#617c54;font-size:15px;margin-left:5px}@media(max-width:800px){.login-shell{grid-template-columns:1fr;padding:10px;gap:10px}.login-card{min-height:70vh;padding:42px 9vw}.brand-mark{margin-bottom:36px}.visual-panel{min-height:340px}.mountain-back{bottom:9%}.workspace-shell{padding:0 6%}.topbar{height:75px}.account-details,.account-email,.account-name{max-width:180px}.welcome{padding:65px 0 55px}.album-card{grid-template-columns:1fr}.album-art{min-height:190px}.album-info{padding:25px 22px}.source-grid{grid-template-columns:1fr}}@media(max-width:450px){.login-card h1{font-size:41px}.visual-panel{min-height:290px}.section-heading{align-items:flex-start;gap:12px}.coming-label{padding-top:4px}.album-info{align-items:flex-start;flex-direction:column;gap:18px}.soon{align-self:flex-start}.wordmark{font-size:8px;letter-spacing:.8px;gap:8px}.wordmark i{display:none}.account{gap:7px}.account-details,.account-email,.account-name{max-width:94px}.avatar{width:30px;height:30px;flex-basis:30px}.sign-out{font-size:10px;padding-left:8px;margin-left:0}.public-gallery-note{align-items:flex-start;flex-wrap:wrap}.public-gallery-note .soon{margin-left:23px}}