.photos_photosMain__Zd8il{min-height:100vh;padding:2rem}.photos_container__JzhpE{max-width:1000px;margin:0 auto;padding:2rem 0}.photos_title__zbcyY{font-size:3rem;font-weight:600;text-align:center;color:#bfa181;margin-bottom:.5rem;font-family:var(--font-bodoni-moda,"Bodoni Moda",serif)}.photos_subtitle__pCTbm{font-size:1.2rem;text-align:center;color:#666;margin-bottom:3rem;font-weight:400}.photos_authSection__qqHUq{display:flex;justify-content:center;margin:4rem 0}.photos_authCard__n31CZ{background:white;border-radius:20px;padding:3rem;text-align:center;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #f0f0f0;max-width:400px;width:100%}.photos_authCard__n31CZ h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.photos_authCard__n31CZ p{color:#666;margin-bottom:2rem;line-height:1.6}.photos_authButton__cxviX{background:#4285f4;color:white;border:none;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;margin:0 auto}.photos_authButton__cxviX:hover{background:#3367d6;transform:translateY(-2px);box-shadow:0 5px 15px rgba(66,133,244,.3)}.photos_authButton__cxviX span{font-size:1.2rem}.photos_welcomeMessage__g4ZDm{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:rgba(255,255,255,.9);border-radius:50px;margin:-1rem auto 2rem;max-width:300px;box-shadow:0 4px 15px rgba(0,0,0,.08);border:1px solid #f0f0f0;font-weight:600;color:#333}.photos_profilePicture__VBBAL{border-radius:50%;border:2px solid #bfa181}.photos_uploadSection__mDLoA{display:flex;flex-direction:column}.photos_dropzone__GhpXk{border:3px dashed #bfa181;border-radius:20px;background:rgba(191,161,129,.05);padding:4rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;margin-bottom:2rem}.photos_dropzoneActive__Yfcu4,.photos_dropzone__GhpXk:hover{border-color:#a68969;background:rgba(191,161,129,.1);transform:translateY(-2px);box-shadow:0 10px 25px rgba(191,161,129,.2)}.photos_dropzoneContent__lEDN8 h3{font-size:1.5rem;color:#333;margin-bottom:.5rem;font-weight:600}.photos_dropzoneContent__lEDN8 p{color:#666;margin-bottom:1rem}.photos_dropzoneIcon__gDJnX{font-size:3rem;display:block;margin-bottom:1rem}.photos_supportedFormats__nr4_G{font-size:.9rem;color:#999;font-style:italic}.photos_photosPreview__XG_tk{margin-top:3rem}.photos_photosHeader__Mp4CB{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.photos_photosHeader__Mp4CB h3{color:#333;font-size:1.3rem;font-weight:600}.photos_uploadButton__qZUdJ{background:#bfa181;color:white;border:none;border-radius:50px;padding:.8rem 1.5rem;font-weight:600;cursor:pointer;transition:all .3s ease}.photos_uploadButton__qZUdJ:hover:not(:disabled){background:#a68969;transform:translateY(-1px);box-shadow:0 5px 15px rgba(191,161,129,.3)}.photos_uploadButton__qZUdJ:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.photos_photosGrid__yyO_X{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1.5rem;gap:1.5rem}.photos_photoCard__1ert7{position:relative;border-radius:15px;overflow:hidden;background:white;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:all .3s ease}.photos_photoCard__1ert7:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.photos_photoPreview__CUXDs{width:100%;height:200px;object-fit:cover;display:block}.photos_photoOverlay__i4Gbd{position:absolute;top:10px;right:10px;opacity:0;transition:opacity .3s ease}.photos_photoCard__1ert7:hover .photos_photoOverlay__i4Gbd{opacity:1}.photos_removeButton__tA_II{background:rgba(255,255,255,.9);border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;color:#ef4444;transition:all .2s ease}.photos_removeButton__tA_II:hover{background:#ef4444;color:white}.photos_removeButton__tA_II:disabled{opacity:.5;cursor:not-allowed}.photos_photoStatus__2pSSe{padding:.8rem;text-align:center;font-size:.9rem;font-weight:500}.photos_statusPending__JxoGu{color:#f59e0b}.photos_statusUploading__VLLFR{color:#3b82f6}.photos_statusSuccess__c1AFk{color:#10b981}.photos_statusError__iH59X{color:#ef4444}.photos_progressBar__Qv3Po{background:#e5e5e5;border-radius:10px;height:6px;margin:.5rem 0;overflow:hidden}.photos_progressFill__lbVg3{background:linear-gradient(90deg,#3b82f6,#1d4ed8);height:100%;border-radius:10px;transition:width .3s ease}.photos_albumInfo__rrZSJ{background:rgba(191,161,129,.1);border-radius:15px;padding:2rem;text-align:center;margin-top:3rem;border:1px solid rgba(191,161,129,.2)}.photos_albumInfo__rrZSJ h3{color:#bfa181;margin-bottom:.5rem;font-size:1.2rem}.photos_albumInfo__rrZSJ p{color:#666;line-height:1.6}@media (max-width:768px){.photos_photosMain__Zd8il{padding:1rem}.photos_container__JzhpE{padding:1rem 0}.photos_title__zbcyY{font-size:2.2rem}.photos_subtitle__pCTbm{font-size:1rem;margin-bottom:2rem}.photos_authCard__n31CZ{padding:2rem 1.5rem;margin:0 1rem}.photos_dropzone__GhpXk{padding:3rem 1rem}.photos_dropzoneIcon__gDJnX{font-size:2.5rem}.photos_photosHeader__Mp4CB{flex-direction:column;gap:1rem;align-items:stretch}.photos_photosGrid__yyO_X{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.photos_photoCard__1ert7{border-radius:10px}.photos_photoPreview__CUXDs{height:150px}.photos_uploadButton__qZUdJ{width:100%;padding:1rem}}@media (max-width:480px){.photos_title__zbcyY{font-size:1.8rem}.photos_dropzone__GhpXk{padding:2rem 1rem}.photos_dropzoneContent__lEDN8 h3{font-size:1.2rem}.photos_photosGrid__yyO_X{grid-template-columns:repeat(2,1fr)}}