body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#1e1e2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:background .3s ease,color .3s ease}.light-theme body,:root.light-theme body{background:#f5f5f5;color:#1e1e2e}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f0f1e,#1a1a2e);border-bottom:2px solid #ffffff1a;box-shadow:0 4px 20px #00000080;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;transition:background .3s ease,border-color .3s ease;z-index:100}.light-theme .navbar,:root.light-theme .navbar{background:linear-gradient(135deg,#e8e8e8,#d0d0d0);border-bottom:2px solid #0000001a;box-shadow:0 4px 20px #0000001a}.navbar-container{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.navbar-logo{color:inherit;text-decoration:none}.navbar-logo-container{align-items:center;display:flex;gap:.6rem}.navbar-logo-icon{height:32px;object-fit:contain;opacity:.9;transition:opacity .3s ease,transform .3s ease;width:32px}.navbar-logo:hover .navbar-logo-icon{opacity:1;transform:scale(1.05)}.navbar-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;letter-spacing:1px;margin:0}.navbar-toggle{background:#0000;border:none;cursor:pointer;display:none;padding:.5rem;z-index:101}.navbar-toggle-icon{display:flex;flex-direction:column;gap:4px;height:18px;position:relative;width:24px}.navbar-toggle-icon span{background:#b8b8d4;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:100%}.navbar-toggle-icon.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.navbar-toggle-icon.open span:nth-child(2){opacity:0}.navbar-toggle-icon.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.navbar-toggle:hover .navbar-toggle-icon span{background:#fff}.navbar-menu{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.navbar-link{border:1px solid #0000;border-radius:20px;color:#b8b8d4;font-size:.95rem;font-weight:500;padding:.6rem 1.2rem;text-decoration:none;transition:all .3s ease}.light-theme .navbar-link,:root.light-theme .navbar-link{color:#666}.light-theme .navbar-link:hover,:root.light-theme .navbar-link:hover{color:#1e1e2e}.navbar-link:hover{background:#667eea33;border-color:#667eea4d;color:#fff;transform:translateY(-2px)}.navbar-link.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 4px 15px #667eea66;color:#fff}@media (max-width:768px){.navbar{padding:1rem}.navbar-title{font-size:1.2rem}.navbar-logo-icon{height:26px;width:26px}.navbar-toggle{display:block}.navbar-menu{background:linear-gradient(135deg,#0f0f1e,#1a1a2e);border-bottom:2px solid #ffffff1a;box-shadow:0 4px 20px #00000080;flex-direction:column;left:0;max-height:0;opacity:0;overflow:hidden;padding:0 1rem;position:absolute;right:0;top:100%;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;width:100%;z-index:99}.light-theme .navbar-menu,:root.light-theme .navbar-menu{background:linear-gradient(135deg,#e8e8e8,#d0d0d0);border-bottom:2px solid #0000001a}.navbar-menu.open{max-height:500px;opacity:1;padding:1rem}.navbar-link{border-radius:12px;font-size:.9rem;padding:.75rem 1rem;text-align:center;width:100%}.navbar-link:hover{transform:none}}.auth-container{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:2rem}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 10px 30px #00000080;max-width:400px;padding:2.5rem;width:100%}.auth-card h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:1.8rem;margin-bottom:1.5rem;text-align:center}.auth-form{gap:1.2rem}.auth-field,.auth-form{display:flex;flex-direction:column}.auth-field{gap:.5rem}.auth-field label{color:#b8b8d4;font-size:.9rem;font-weight:500}.auth-field input{background:#ffffff1a;border:2px solid #fff3;border-radius:10px;color:#fff;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease}.light-theme .auth-field input,:root.light-theme .auth-field input{background:#ffffffe6;border:2px solid #0003;color:#1e1e2e}.auth-field input::placeholder{color:#fff6}.light-theme .auth-field input::placeholder,:root.light-theme .auth-field input::placeholder{color:#0006}.auth-field input:focus{background:#ffffff26;border-color:#667eea;box-shadow:0 0 15px #667eea4d}.auth-password-wrap{align-items:center;display:flex;position:relative}.auth-password-wrap input{flex:1 1;padding-right:3rem}.auth-password-toggle{align-items:center;background:#0000;border:none;border-radius:8px;color:#b8b8d4;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);transition:color .2s ease,background .2s ease;width:36px}.auth-password-toggle:hover{background:#667eea26;color:#667eea}.auth-password-toggle:focus{color:#667eea;outline:none}.light-theme .auth-password-toggle,:root.light-theme .auth-password-toggle{color:#666}.light-theme .auth-password-toggle:hover,:root.light-theme .auth-password-toggle:hover{background:#667eea1a;color:#667eea}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease}.auth-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-error{background:#dc354533;border:1px solid #dc354580;border-radius:8px;margin-bottom:1rem;padding:.8rem}.auth-error p{color:#ff6b6b;font-size:.9rem;margin:0}.auth-message{background:#28a74533;border:1px solid #28a74580;border-radius:8px;margin-bottom:1rem;padding:.8rem}.auth-message p{color:#28a745;font-size:.9rem;margin:0}.auth-message-important{background:#ffc10726;border:2px solid #ffc10799;padding:1.2rem}.email-verification-notice{border-top:1px solid #fff3;margin-top:1rem;padding-top:1rem;transition:border-color .3s ease}.light-theme .email-verification-notice,:root.light-theme .email-verification-notice{border-top:1px solid #0003}.email-notice-title{color:#ffc107;font-size:1rem;font-weight:600}.email-notice-text,.email-notice-title{margin-bottom:.8rem!important;text-align:center}.email-notice-text{color:#b8b8d4;font-size:.9rem;line-height:1.5;transition:color .3s ease}.light-theme .email-notice-text,:root.light-theme .email-notice-text{color:#666}.email-notice-text strong{color:#fff;transition:color .3s ease}.light-theme .email-notice-text strong,:root.light-theme .email-notice-text strong{color:#1e1e2e}.email-notice-spam{background:#ffc10733;border-left:3px solid #ffc107;border-radius:5px;color:#ffc107;font-size:.9rem;line-height:1.5;margin:1rem 0!important;padding:.8rem}.email-notice-spam strong{color:#ffc107;font-weight:600}.email-notice-hint{color:#b8b8d4;font-size:.85rem;font-style:italic;margin-top:.8rem!important;text-align:center;transition:color .3s ease}.light-theme .email-notice-hint,:root.light-theme .email-notice-hint{color:#666}.auth-switch{margin-top:1.5rem;text-align:center}.auth-switch p{color:#b8b8d4;font-size:.95rem;margin:0}.auth-link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.95rem;padding:0;text-decoration:underline;transition:color .3s ease}.auth-link:hover{color:#764ba2}.auth-forgot-hint{color:#b8b8d4;font-size:.95rem;line-height:1.5;margin-bottom:1rem;text-align:center}.light-theme .auth-forgot-hint,:root.light-theme .auth-forgot-hint{color:#666}.auth-forgot-wrap{margin-top:.75rem;text-align:center}.auth-link-forgot{font-size:.9rem}@media (max-width:480px){.auth-card{padding:2rem 1.5rem}.auth-card h2{font-size:1.5rem}}.home-container{margin:0 auto;max-width:1200px;padding:2rem}.hero-section{align-items:center;border-radius:20px;display:flex;justify-content:center;margin-bottom:3rem;min-height:500px;overflow:hidden;padding:5rem 2rem;position:relative;text-align:center}.hero-backdrop{animation:fadeIn 1s ease-in;background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0;z-index:0}.hero-content{margin:0 auto;max-width:800px;position:relative;width:100%;z-index:1}.hero-text{margin-bottom:3rem}.hero-title{animation:slideUp .8s ease-out;color:#fff;font-size:3.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;text-shadow:2px 2px 10px #000c}.hero-subtitle{animation:slideUp 1s ease-out .2s both;color:#fff;font-size:1.4rem;font-weight:300;margin-bottom:2rem;text-shadow:1px 1px 8px #000c;transition:color .3s ease}.light-theme .hero-subtitle,:root.light-theme .hero-subtitle{color:#fff;text-shadow:1px 1px 8px #000000e6}.search-container{animation:slideUp 1.2s ease-out .4s both;margin:0 auto;max-width:600px}.trending-section{margin:4rem 0;padding:2rem 0}.trending-title{color:#fff;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;transition:color .3s ease}.light-theme .trending-title,.trending-title,:root.light-theme .trending-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.trending-movies{display:flex;gap:1.5rem;overflow-x:auto;padding:1rem 0;scroll-behavior:smooth;scrollbar-color:#667eea80 #0000;scrollbar-width:thin}.trending-movies::-webkit-scrollbar{height:8px}.trending-movies::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.trending-movies::-webkit-scrollbar-thumb{background:#667eea80;border-radius:10px}.trending-movies::-webkit-scrollbar-thumb:hover{background:#667eeab3}.trending-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;cursor:pointer;flex:0 0 180px;overflow:hidden;transition:all .3s ease}.light-theme .trending-card,:root.light-theme .trending-card{background:#ffffffe6;border:1px solid #0000001a}.trending-card:hover{border-color:#667eea80;box-shadow:0 15px 40px #667eea80;transform:translateY(-10px) scale(1.05)}.trending-poster{background:#0000004d;overflow:hidden;padding-top:150%;position:relative;width:100%}.trending-poster img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.trending-card:hover .trending-poster img{transform:scale(1.15)}.trending-rating{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:20px;color:gold;display:flex;font-size:.85rem;font-weight:600;gap:.3rem;padding:.3rem .6rem;position:absolute;right:.5rem;top:.5rem}.trending-movie-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:.95rem;font-weight:600;line-height:1.3;margin:0;overflow:hidden;padding:1rem;text-align:center;transition:color .3s ease}.light-theme .trending-movie-title,:root.light-theme .trending-movie-title{color:#1e1e2e}@media (max-width:768px){.hero-section{min-height:400px;padding:3rem 1.5rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.search-form{flex-direction:column}.search-button{width:100%}.movies-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.trending-title{font-size:1.5rem}.trending-card{flex:0 0 140px}.trending-movie-title{font-size:.85rem;padding:.8rem}}@media (max-width:480px){.hero-section{min-height:350px;padding:2rem 1rem}.hero-title{font-size:1.8rem}.trending-card{flex:0 0 120px}}.circles-container{margin:0 auto;max-width:1200px;padding:2rem 1.5rem 3rem}.circles-header{margin-bottom:2.5rem}.circles-header-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.circles-title{font-size:2rem;margin-bottom:.5rem}.circles-subtitle{color:#ccc;font-size:.95rem}.circles-create-group-button{align-items:center;background:linear-gradient(135deg,#ff4c7e,#ff9a62);border:none;border-radius:.75rem;box-shadow:0 10px 30px #ff4c7e66;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.85rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.circles-create-group-button:hover{box-shadow:0 16px 40px #ff4c7e80;transform:translateY(-2px)}.circles-create-icon{font-size:1.5rem;font-weight:300;line-height:1}.circles-section-title{font-size:1.15rem;margin-bottom:1rem}.circles-form{gap:1rem}.circles-field,.circles-form{display:flex;flex-direction:column}.circles-field{gap:.35rem}.circles-field label{font-size:.9rem}.circles-field input,.circles-field textarea{background:#0a0a14e6;border:1px solid #ffffff26;border-radius:.6rem;color:#fff;font-size:.95rem;outline:none;padding:.6rem .75rem;transition:border .15s ease,box-shadow .15s ease,background .15s ease}.circles-field input:focus,.circles-field textarea:focus{background:#0f0f1ef2;border-color:#ff4c7e;box-shadow:0 0 0 1px #ff4c7e4d}.circles-create-button{align-self:flex-start;background:linear-gradient(135deg,#ff4c7e,#ff9a62);border:none;border-radius:999px;box-shadow:0 10px 30px #ff4c7e59;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:.5rem;padding:.7rem 1.1rem;transition:transform .1s ease,box-shadow .1s ease,opacity .1s ease}.circles-create-button:disabled{box-shadow:none;cursor:default;opacity:.6}.circles-create-button:not(:disabled):hover{box-shadow:0 16px 40px #ff4c7e73;transform:translateY(-1px)}.circles-error{background:#ff4d6a1f;border:1px solid #ff4d6a99;border-radius:.75rem;color:#ffb3c0;font-size:.9rem;padding:.6rem .8rem}.circles-loading{color:#ddd;font-size:.95rem;padding:4rem 1rem;text-align:center}.circles-empty-state{margin:0 auto;max-width:500px;padding:4rem 2rem;text-align:center}.circles-empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.6}.circles-empty-title{color:#fff;font-size:1.5rem;margin-bottom:.75rem}.circles-empty-text{color:#aaa;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.circles-create-group-button-empty{align-items:center;background:linear-gradient(135deg,#ff4c7e,#ff9a62);border:none;border-radius:.75rem;box-shadow:0 10px 30px #ff4c7e66;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.85rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease}.circles-create-group-button-empty:hover{box-shadow:0 16px 40px #ff4c7e80;transform:translateY(-2px)}.circles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.circles-card{background:#0f0f19e6;border:1px solid #ffffff0f;border-radius:1rem;box-shadow:0 18px 40px #0006;display:flex;flex-direction:column;gap:1rem;padding:1.5rem;position:relative;transition:transform .2s ease,box-shadow .2s ease}.circles-card:hover{box-shadow:0 24px 50px #00000080;transform:translateY(-4px)}.circles-card-header{flex:1 1}.circles-card-name{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.circles-card-description{color:#cfcfcf;font-size:.9rem;line-height:1.5}.circles-item-invite{display:flex;flex-direction:column;gap:.35rem}.circles-invite-label{color:#aaa;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.circles-invite-input-container{align-items:center;display:flex;gap:.5rem;width:100%}.circles-invite-input{background:#0a0a14f2;border:1px solid #ffffff2e;border-radius:.6rem;color:#fff;cursor:text;flex:1 1;font-size:.9rem;outline:none;padding:.45rem .65rem}.circles-invite-input:focus{border-color:#ff9a62;box-shadow:0 0 0 1px #ff9a6259}.circles-copy-button{align-items:center;background:#ff9a6226;border:1px solid #ff9a6266;border-radius:.6rem;color:#ff9a62;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;min-width:42px;padding:.45rem .65rem;transition:all .2s ease}.circles-copy-button:hover{background:#ff9a6240;border-color:#ff9a62;box-shadow:0 4px 12px #ff9a624d;transform:translateY(-1px)}.circles-copy-button:active{transform:translateY(0)}.circles-copy-button svg{stroke:currentColor;height:18px;width:18px}.circles-invite-hint{color:#b5b5b5;font-size:.8rem}.circles-card-button{background:linear-gradient(135deg,#f97316,#fb7185);border:none;border-radius:.6rem;box-shadow:0 8px 24px #f8717159;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500;padding:.65rem 1rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.circles-card-button:hover{box-shadow:0 12px 32px #f8717173;transform:translateY(-2px)}.circles-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.circles-modal{animation:slideUp .3s ease;background:#0f0f19fa;border:1px solid #ffffff1a;border-radius:1.25rem;box-shadow:0 24px 60px #0009;max-height:90vh;max-width:500px;overflow-y:auto;padding:0;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.circles-modal-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.circles-modal-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.circles-modal-close{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#aaa;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:32px}.circles-modal-close:hover{background:#ffffff1a;color:#fff}.circles-modal-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.circles-modal-actions{display:flex;gap:1rem;margin-top:.5rem}.circles-modal-cancel{background:#0000;border:1px solid #fff3;border-radius:.75rem;color:#ccc;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:500;padding:.75rem 1.25rem;transition:all .2s ease}.circles-modal-cancel:hover{background:#ffffff0d;border-color:#ffffff4d;color:#fff}.circles-modal-submit{background:linear-gradient(135deg,#ff4c7e,#ff9a62);border:none;border-radius:.75rem;box-shadow:0 10px 30px #ff4c7e66;color:#fff;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.75rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.circles-modal-submit:disabled{cursor:not-allowed;opacity:.6}.circles-modal-submit:not(:disabled):hover{box-shadow:0 16px 40px #ff4c7e80;transform:translateY(-2px)}.circles-card-actions{display:flex;gap:.5rem;position:absolute;right:1rem;top:1rem;z-index:10}.circles-delete-button,.circles-edit-button{align-items:center;background:#3b82f626;border:1px solid #3b82f64d;border-radius:.5rem;color:#3b82f6;cursor:pointer;display:flex;justify-content:center;padding:.4rem;transition:all .2s ease}.circles-delete-button{background:#ef444426;border-color:#ef44444d;color:#ef4444}.circles-edit-button:hover{background:#3b82f640;border-color:#3b82f6;transform:scale(1.1)}.circles-delete-button:hover{background:#ef444440;border-color:#ef4444;transform:scale(1.1)}.circles-delete-button svg,.circles-edit-button svg{stroke:currentColor;height:18px;width:18px}.circles-delete-modal{max-width:450px}.circles-delete-content{margin-bottom:1rem;padding:0 1.5rem}.circles-delete-message{color:#fff;font-size:1rem;line-height:1.5;margin-bottom:.75rem}.circles-delete-message strong{color:#ff4c7e}.circles-delete-warning{color:#ff6b6b;font-size:.85rem;line-height:1.5}.circles-modal-delete{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:.75rem;box-shadow:0 10px 30px #ef444466;color:#fff;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.75rem 1.25rem;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.circles-modal-delete:disabled{cursor:not-allowed;opacity:.6}.circles-modal-delete:not(:disabled):hover{box-shadow:0 16px 40px #ef444480;transform:translateY(-2px)}@media (max-width:768px){.circles-header-content{align-items:stretch;flex-direction:column}.circles-create-group-button{justify-content:center;width:100%}.circles-grid{grid-template-columns:1fr}.circles-modal{margin:1rem;max-width:100%}.circles-modal-actions{flex-direction:column}.circles-modal-cancel,.circles-modal-submit{width:100%}}.circle-detail-container{margin:0 auto;max-width:1200px;padding:2rem 1.5rem 3rem}.circle-detail-back-button{background:#0f0f19e6;border:1px solid #ffffff26;border-radius:.6rem;color:#fff;cursor:pointer;font-size:.9rem;margin-bottom:1.5rem;padding:.5rem 1rem;transition:background .15s ease,border-color .15s ease}.circle-detail-back-button:hover{background:#191923f2;border-color:#ffffff40}.circle-detail-header{margin-bottom:2rem}.circle-detail-header-top{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-bottom:1rem}.circle-detail-title{font-size:2rem;margin-bottom:.5rem}.circle-detail-description{color:#ccc;font-size:.95rem;margin-bottom:.5rem}.circle-detail-count{color:#aaa;font-size:.9rem}.circle-detail-empty,.circle-detail-error,.circle-detail-loading{color:#ddd;padding:3rem 1rem;text-align:center}.circle-detail-error{color:#ff6b6b}.circle-detail-empty-reviews{padding:4rem 2rem;text-align:center}.empty-text{color:#aaa;font-size:.95rem}.circle-detail-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.circle-detail-card{background:#0f0f19e6;border:1px solid #ffffff0f;border-radius:1rem;box-shadow:0 18px 40px #0006;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.circle-detail-card:hover{box-shadow:0 24px 50px #00000080;transform:translateY(-4px)}.circle-detail-poster{cursor:pointer;overflow:hidden;padding-top:150%;position:relative;width:100%}.circle-detail-poster img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.circle-detail-badge{background:linear-gradient(135deg,#ff4c7e,#ff9a62);border-radius:999px;box-shadow:0 4px 12px #0006;color:#fff;font-size:.85rem;font-weight:600;padding:.35rem .6rem;position:absolute;right:.5rem;top:.5rem}.circle-detail-info{padding:1rem}.circle-detail-movie-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1rem;line-height:1.3;margin-bottom:.4rem;overflow:hidden}.circle-detail-year{color:#aaa;font-size:.85rem;margin-bottom:.5rem}.circle-detail-reviewer{align-items:center;display:flex;font-size:.85rem;gap:.4rem;margin-bottom:.4rem}.reviewer-label{color:#aaa}.reviewer-name{color:#ff9a62;font-weight:500}.circle-detail-rating{color:gold;font-size:.85rem;margin-bottom:.5rem}.circle-detail-comment{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ccc;display:-webkit-box;font-size:.8rem;line-height:1.4;margin-top:.5rem;overflow:hidden}.circle-view-members-button{align-items:center;background:#0f0f19cc;border:1px solid #fff3;border-radius:.75rem;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.65rem 1.25rem;transition:all .2s ease;white-space:nowrap}.circle-view-members-button:hover{background:#191923e6;border-color:#ffffff4d;transform:translateY(-1px)}.circle-view-members-button svg{stroke:currentColor;height:18px;width:18px}.circle-members-modal-overlay{align-items:center;animation:fadeIn .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.circle-members-modal{animation:slideUp .3s ease;background:#0f0f19fa;border:1px solid #ffffff1a;border-radius:1.25rem;box-shadow:0 24px 60px #0009;display:flex;flex-direction:column;max-height:80vh;max-width:500px;overflow:hidden;padding:0;width:100%}.circle-members-modal-header{align-items:center;border-bottom:1px solid #ffffff14;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.circle-members-modal-title{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.circle-members-modal-close{align-items:center;background:#0000;border:none;border-radius:.5rem;color:#aaa;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:32px}.circle-members-modal-close:hover{background:#ffffff1a;color:#fff}.circle-members-list{display:flex;flex:1 1;flex-direction:column;gap:.75rem;overflow-y:auto;padding:1.5rem}.circle-members-empty{color:#aaa;font-size:.95rem;padding:2rem 1rem;text-align:center}.circle-member-item{align-items:center;background:#0a0a1499;border:1px solid #ffffff14;border-radius:.75rem;display:flex;justify-content:space-between;padding:.75rem 1rem;transition:background .2s ease,border-color .2s ease}.circle-member-item:hover{background:#14141ecc;border-color:#ffffff1f}.circle-member-info{align-items:center;display:flex;flex:1 1;gap:1rem}.circle-member-name{color:#fff;font-size:.95rem;font-weight:500}.circle-member-role{border-radius:999px;font-size:.8rem;font-weight:500;padding:.25rem .6rem}.circle-member-role.owner{background:#ffd70033;border:1px solid #ffd7004d;color:gold}.circle-member-role.member{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.circle-member-remove{align-items:center;background:#ef444426;border:1px solid #ef44444d;border-radius:.5rem;color:#ef4444;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:.4rem .6rem;transition:all .2s ease}.circle-member-remove:hover:not(:disabled){background:#ef444440;border-color:#ef4444;transform:scale(1.05)}.circle-member-remove:disabled{cursor:not-allowed;opacity:.6}.circle-member-remove svg{stroke:currentColor;height:16px;width:16px}.spinner-small{animation:spin .6s linear infinite;border:2px solid #ef44444d;border-top-color:#ef4444;height:16px;width:16px}@media (max-width:768px){.circle-detail-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.circle-detail-header-top{flex-direction:column}.circle-view-members-button{justify-content:center;width:100%}.circle-members-modal{margin:1rem;max-height:90vh;max-width:100%}.circle-member-info{align-items:flex-start;flex-direction:column;gap:.5rem}}.confirmacion-container{align-items:center;background:linear-gradient(135deg,#1e1e2e,#2d2d44);display:flex;justify-content:center;min-height:100vh;padding:2rem;transition:background .3s ease}.light-theme .confirmacion-container,:root.light-theme .confirmacion-container{background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.confirmacion-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:25px;box-shadow:0 20px 60px #00000080;max-width:600px;padding:3rem 2.5rem;text-align:center;transition:all .3s ease;width:100%}.light-theme .confirmacion-card,:root.light-theme .confirmacion-card{background:#ffffffe6;border:1px solid #0000001a;box-shadow:0 20px 60px #0003}.success-icon{animation:scaleIn .5s ease-out .2s both;height:120px;margin:0 auto 2rem;position:relative;width:120px}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.checkmark-svg{height:100%;width:100%}.checkmark-circle{fill:none;stroke:#28a745;stroke-width:4;stroke-dasharray:283;stroke-dashoffset:283;animation:drawCircle .6s ease-out .3s forwards}.checkmark-check{fill:none;stroke:#28a745;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheck .4s ease-out .9s forwards}.confirmacion-title{-webkit-text-fill-color:#0000;animation:fadeIn .6s ease-out .4s both;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;letter-spacing:1px;margin-bottom:1.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.confirmacion-message{animation:fadeIn .6s ease-out .5s both;color:#b8b8d4;font-size:1.2rem;line-height:1.6;margin-bottom:2rem;transition:color .3s ease}.light-theme .confirmacion-message,:root.light-theme .confirmacion-message{color:#666}.brand-name{color:#667eea;font-weight:600;transition:color .3s ease}.light-theme .brand-name,:root.light-theme .brand-name{color:#764ba2}.features-list{animation:fadeIn .6s ease-out .6s both;background:#ffffff08;border:1px solid #ffffff0d;border-radius:15px;display:flex;flex-direction:column;gap:1rem;margin:2rem 0;padding:1.5rem;transition:all .3s ease}.light-theme .features-list,:root.light-theme .features-list{background:#00000008;border:1px solid #0000000d}.feature-item{align-items:center;color:#fff;display:flex;font-size:1.1rem;gap:1rem;padding:.5rem;transition:color .3s ease,transform .2s ease}.feature-item:hover{transform:translateX(5px)}.light-theme .feature-item,:root.light-theme .feature-item{color:#1e1e2e}.feature-icon{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:1.5rem}.confirmacion-actions{animation:fadeIn .6s ease-out .7s both;margin:2.5rem 0 1.5rem}.confirmacion-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:600;overflow:hidden;padding:1rem 3rem;position:relative;transition:all .3s ease}.confirmacion-button:before{background:#fff3;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.confirmacion-button:hover:before{height:300px;width:300px}.confirmacion-button:hover{box-shadow:0 6px 25px #667eea99;transform:translateY(-3px)}.confirmacion-button:active{transform:translateY(-1px)}.confirmacion-button span{position:relative;z-index:1}.confirmacion-hint{animation:fadeIn .6s ease-out .8s both;color:#b8b8d4;font-size:.95rem;font-style:italic;margin-top:1.5rem;transition:color .3s ease}.light-theme .confirmacion-hint,:root.light-theme .confirmacion-hint{color:#666}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 1.5rem;width:60px}.loading-text{color:#b8b8d4;font-size:1.1rem;transition:color .3s ease}.light-theme .loading-text,:root.light-theme .loading-text{color:#666}@media (max-width:768px){.confirmacion-container{padding:1.5rem}.confirmacion-card{padding:2.5rem 2rem}.confirmacion-title{font-size:2rem}.confirmacion-message{font-size:1.1rem}.success-icon{height:100px;width:100px}.confirmacion-button{font-size:1.1rem;padding:.9rem 2.5rem}}@media (max-width:480px){.confirmacion-card{padding:2rem 1.5rem}.confirmacion-title{font-size:1.75rem}.confirmacion-message{font-size:1rem}.features-list{padding:1rem}.feature-item{font-size:1rem}.confirmacion-button{font-size:1rem;padding:.8rem 2rem;width:100%}}.restablecer-container{align-items:center;background:linear-gradient(135deg,#1e1e2e,#2d2d44);display:flex;justify-content:center;min-height:100vh;padding:2rem;transition:background .3s ease}.light-theme .restablecer-container,:root.light-theme .restablecer-container{background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.restablecer-card{animation:fadeInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:25px;box-shadow:0 20px 60px #00000080;max-width:480px;padding:3rem 2.5rem;text-align:center;transition:all .3s ease;width:100%}.light-theme .restablecer-card,:root.light-theme .restablecer-card{background:#ffffffe6;border:1px solid #0000001a;box-shadow:0 20px 60px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.restablecer-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700;margin-bottom:1rem}.restablecer-message{color:#b8b8d4;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;transition:color .3s ease}.light-theme .restablecer-message,:root.light-theme .restablecer-message{color:#666}.restablecer-form{margin-bottom:1rem;text-align:left}.restablecer-back{display:inline-block;margin-top:1rem}.restablecer-container .loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#667eea;height:60px;margin:0 auto 1.5rem;width:60px}.restablecer-container .loading-text{color:#b8b8d4;font-size:1rem}.light-theme .restablecer-container .loading-text,:root.light-theme .restablecer-container .loading-text{color:#666}.restablecer-container .success-icon{height:80px;margin:0 auto 1.5rem;width:80px}.restablecer-container .checkmark-svg{height:100%;width:100%}.restablecer-container .checkmark-circle{fill:none;stroke:#28a745;stroke-width:4;stroke-dasharray:283;stroke-dashoffset:283;animation:drawCircle .6s ease-out .3s forwards}.restablecer-container .checkmark-check{fill:none;stroke:#28a745;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50;stroke-dashoffset:50;animation:drawCheck .4s ease-out .9s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@media (max-width:480px){.restablecer-card{padding:2rem 1.5rem}.restablecer-title{font-size:1.5rem}}.watchlist-container{margin:0 auto;max-width:1200px;padding:2rem}.watchlist-header{margin-bottom:3rem;text-align:center}.watchlist-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.watchlist-subtitle{color:#b8b8d4;font-size:1.1rem;transition:color .3s ease}.light-theme .watchlist-subtitle,:root.light-theme .watchlist-subtitle{color:#666}.watchlist-error{align-items:center;background:#dc354533;border:1px solid #dc354580;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.watchlist-error p{color:#ff6b6b;margin:0}.watchlist-error button{background:none;border:none;color:#ff6b6b;cursor:pointer;font-size:1.5rem;padding:0 .5rem}.watchlist-loading{padding:4rem;text-align:center}.watchlist-empty{color:#b8b8d4;padding:4rem 2rem;text-align:center;transition:color .3s ease}.light-theme .watchlist-empty,:root.light-theme .watchlist-empty{color:#666}.empty-title{margin-bottom:.5rem}.empty-text{line-height:1.6}.watchlist-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem 0}.watchlist-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;overflow:hidden;position:relative;transition:all .3s ease}.light-theme .watchlist-card,:root.light-theme .watchlist-card{background:#ffffffe6;border:1px solid #0000001a}.watchlist-card:hover{border-color:#667eea80;box-shadow:0 10px 30px #667eea66;transform:translateY(-5px)}.watchlist-poster{background:#0000004d;cursor:pointer;overflow:hidden;padding-top:150%;position:relative;width:100%}.watchlist-poster img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.watchlist-remove{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;line-height:1;position:absolute;right:.5rem;top:.5rem;transition:all .3s ease;width:30px;z-index:10}.watchlist-remove:hover{background:#dc3545;transform:scale(1.1)}.watchlist-info{padding:1rem}.watchlist-movie-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;overflow:hidden;transition:color .3s ease}.light-theme .watchlist-movie-title,:root.light-theme .watchlist-movie-title{color:#1e1e2e}.watchlist-year{color:#b8b8d4;font-size:.85rem;margin-bottom:.5rem;transition:color .3s ease}.light-theme .watchlist-year,:root.light-theme .watchlist-year{color:#666}.watchlist-rating{align-items:center;color:gold;display:flex;font-size:.9rem;gap:.3rem}@media (max-width:768px){.watchlist-container{padding:1rem}.watchlist-title{font-size:2rem}.watchlist-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.my-ratings-container{margin:0 auto;max-width:1200px;padding:2rem}.my-ratings-header{margin-bottom:3rem;text-align:center}.my-ratings-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f6d365,#fda085);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.my-ratings-subtitle{color:#b8b8d4;font-size:1.1rem;transition:color .3s ease}.light-theme .my-ratings-subtitle,:root.light-theme .my-ratings-subtitle{color:#666}.my-ratings-error{align-items:center;background:#dc354533;border:1px solid #dc354580;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.my-ratings-error p{color:#ff6b6b;margin:0}.my-ratings-error button{background:none;border:none;color:#ff6b6b;cursor:pointer;font-size:1.5rem;padding:0 .5rem}.my-ratings-loading{padding:4rem;text-align:center}.my-ratings-empty{color:#b8b8d4;padding:4rem 2rem;text-align:center;transition:color .3s ease}.light-theme .my-ratings-empty,:root.light-theme .my-ratings-empty{color:#666}.my-ratings-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem 0}.my-ratings-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;overflow:hidden;position:relative;transition:all .3s ease}.light-theme .my-ratings-card,:root.light-theme .my-ratings-card{background:#ffffffe6;border:1px solid #0000001a}.my-ratings-card:hover{border-color:#fda08580;box-shadow:0 10px 30px #f6d36559;transform:translateY(-5px)}.my-ratings-poster{background:#0000004d;cursor:pointer;overflow:hidden;padding-top:150%;position:relative;width:100%}.my-ratings-poster img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.my-ratings-badge{background:#f6d365f2;border-radius:8px;bottom:.5rem;color:#1e1e2e;font-size:1rem;font-weight:700;left:.5rem;padding:.35rem .5rem;position:absolute;right:.5rem;text-align:center}.my-ratings-info{padding:1rem}.my-ratings-movie-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;overflow:hidden;transition:color .3s ease}.light-theme .my-ratings-movie-title,:root.light-theme .my-ratings-movie-title{color:#1e1e2e}.my-ratings-year{color:#b8b8d4;font-size:.85rem;margin-bottom:.35rem;transition:color .3s ease}.light-theme .my-ratings-year,:root.light-theme .my-ratings-year{color:#666}.my-ratings-user-rating{color:#f6d365;font-size:.9rem;font-weight:600;margin:0;transition:color .3s ease}.light-theme .my-ratings-user-rating,:root.light-theme .my-ratings-user-rating{color:#c9a227}@media (max-width:768px){.my-ratings-container{padding:1rem}.my-ratings-title{font-size:2rem}.my-ratings-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.recommendations-container{margin:0 auto;max-width:1200px;padding:2rem}.recommendations-header{margin-bottom:3rem;text-align:center}.recommendations-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.recommendations-subtitle{color:#b8b8d4;font-size:1.1rem;margin-bottom:1.5rem;transition:color .3s ease}.light-theme .recommendations-subtitle,:root.light-theme .recommendations-subtitle{color:#666}.refresh-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.refresh-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.refresh-button:disabled{cursor:not-allowed;opacity:.6}.recommendations-error{align-items:center;background:#dc354533;border:1px solid #dc354580;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1rem}.recommendations-error p{color:#ff6b6b;margin:0}.recommendations-error button{background:none;border:none;color:#ff6b6b;cursor:pointer;font-size:1.5rem;padding:0 .5rem}.recommendations-loading{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:4rem 2rem;text-align:center}.recommendations-loading p{color:#b8b8d4;font-size:1.1rem;transition:color .3s ease}.light-theme .recommendations-loading p,:root.light-theme .recommendations-loading p{color:#666}.recommendations-empty{padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-title{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-theme .empty-title,:root.light-theme .empty-title{color:#1e1e2e}.empty-text{color:#b8b8d4;font-size:1rem;transition:color .3s ease}.light-theme .empty-text,:root.light-theme .empty-text{color:#666}.recommendations-content{display:flex;flex-direction:column;gap:3rem}.recommendation-section{margin-bottom:2rem}.recommendation-section .section-title{color:#fff;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;transition:color .3s ease}.light-theme .recommendation-section .section-title,:root.light-theme .recommendation-section .section-title{color:#1e1e2e}.section-empty{color:#b8b8d4;font-size:1rem;font-style:italic;padding:2rem;text-align:center;transition:color .3s ease}.light-theme .section-empty,:root.light-theme .section-empty{color:#666}.recommendations-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));padding:1rem 0}.recommendation-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;cursor:pointer;overflow:hidden;transition:all .3s ease}.light-theme .recommendation-card,:root.light-theme .recommendation-card{background:#ffffffe6;border:1px solid #0000001a}.recommendation-card:hover{border-color:#667eea80;box-shadow:0 10px 30px #667eea66;transform:translateY(-10px)}.recommendation-poster{background:#0000004d;overflow:hidden;padding-top:150%;position:relative;width:100%}.recommendation-poster img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.recommendation-card:hover .recommendation-poster img{transform:scale(1.1)}.recommendation-info{padding:1rem}.recommendation-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;overflow:hidden;transition:color .3s ease}.light-theme .recommendation-title,:root.light-theme .recommendation-title{color:#1e1e2e}.recommendation-year{color:#b8b8d4;font-size:.85rem;margin-bottom:.5rem;transition:color .3s ease}.light-theme .recommendation-year,:root.light-theme .recommendation-year{color:#666}.recommendation-rating{align-items:center;color:gold;display:flex;font-size:.9rem;gap:.3rem}@media (max-width:768px){.recommendations-container{padding:1rem}.recommendations-title{font-size:2rem}.recommendations-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.recommendation-section .section-title{font-size:1.5rem}}@media (max-width:480px){.recommendations-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}.profile-container{margin:0 auto;max-width:800px;padding:2rem}.profile-header{margin-bottom:3rem;text-align:center}.profile-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.profile-content{display:flex;flex-direction:column;gap:2rem}.profile-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2rem}.section-title{color:#fff;font-size:1.5rem;font-weight:600;transition:color .3s ease}.profile-field,.section-title{margin-bottom:1.5rem}.profile-field label{color:#b8b8d4;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.profile-input{background:#ffffff1a;border:2px solid #fff3;border-radius:10px;color:#fff;font-size:1rem;outline:none;padding:.9rem 1.2rem;transition:all .3s ease;width:100%}.profile-input:focus{background:#ffffff26;border-color:#667eea;box-shadow:0 0 15px #667eea4d}.profile-input.disabled{cursor:not-allowed;opacity:.6}.profile-input::placeholder{color:#fff6}.field-hint{color:#b8b8d4;font-size:.85rem;font-style:italic;margin-top:.5rem}.profile-error{background:#dc354533;border:1px solid #dc354580;border-radius:8px;margin-bottom:1rem;padding:.8rem}.profile-error p{color:#ff6b6b;font-size:.9rem;margin:0}.profile-success{background:#28a74533;border:1px solid #28a74580;border-radius:8px;margin-bottom:1rem;padding:.8rem}.profile-success p{color:#28a745;font-size:.9rem;margin:0}.profile-save-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2rem;transition:all .3s ease;width:100%}.profile-save-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.profile-save-button:disabled{cursor:not-allowed;opacity:.6}.preferences-list{display:flex;flex-direction:column;gap:1.5rem}.preference-item{align-items:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:10px;display:flex;justify-content:space-between;padding:1rem}.preference-info{display:flex;flex:1 1;flex-direction:column;gap:.3rem}.preference-label{color:#fff;font-size:1rem;font-weight:600}.preference-description{color:#b8b8d4;font-size:.85rem}.toggle-switch{display:inline-block;height:26px;position:relative;width:50px}.toggle-switch input{height:0;opacity:0;width:0}.toggle-slider{background-color:#fff3;border-radius:26px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:20px;left:3px;position:absolute;transition:.3s;width:20px}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(24px)}.preference-select{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;outline:none;padding:.6rem 1rem;transition:all .3s ease}.light-theme .preference-select,:root.light-theme .preference-select{background:#ffffffe6;border:2px solid #0003;color:#1e1e2e}.preference-select:focus{background:#ffffff26;border-color:#667eea}.light-theme .preference-select:focus,:root.light-theme .preference-select:focus{background:#fff}.preference-select option{background:#1e1e2e;color:#fff}.light-theme .preference-select option,:root.light-theme .preference-select option{background:#fff;color:#1e1e2e}.preference-saving{color:#b8b8d4;font-size:.9rem;font-style:italic;margin-top:1rem;text-align:center}.light-theme .profile-section,:root.light-theme .profile-section{background:#ffffffe6;border:1px solid #0000001a}.light-theme .section-title,:root.light-theme .section-title{color:#1e1e2e}.light-theme .profile-field label,:root.light-theme .profile-field label{color:#4a4a4a}.light-theme .profile-input,:root.light-theme .profile-input{background:#ffffffe6;border:2px solid #0003;color:#1e1e2e}.light-theme .profile-input:focus,:root.light-theme .profile-input:focus{background:#fff;box-shadow:0 0 15px #667eea4d}.light-theme .profile-input::placeholder,:root.light-theme .profile-input::placeholder{color:#0006}.light-theme .field-hint,:root.light-theme .field-hint{color:#666}.light-theme .preference-label,:root.light-theme .preference-label{color:#1e1e2e}.light-theme .preference-description,:root.light-theme .preference-description{color:#666}.profile-logout-button{background:#dc354533;border:2px solid #dc354580;border-radius:10px;color:#ff6b6b;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;width:100%}.profile-logout-button:hover{background:#dc35454d;border-color:#dc3545b3;transform:translateY(-2px)}.profile-empty,.profile-loading{color:#b8b8d4;padding:4rem 2rem;text-align:center}.profile-loading{align-items:center;display:flex;flex-direction:column;gap:1rem}.profile-loading p{color:#b8b8d4;transition:color .3s ease}.light-theme .profile-loading p,:root.light-theme .profile-loading p{color:#666}@media (max-width:768px){.profile-container{padding:1rem}.profile-title{font-size:2rem}.profile-section{padding:1.5rem}.preference-item{align-items:flex-start;flex-direction:column;gap:1rem}}.modal-login-prompt{color:#b8b8d4;font-size:1rem;padding:2rem;text-align:center}.circle-share-section{background:#14142399;border-radius:1rem;border-top:2px solid #ffffff1f;box-shadow:0 8px 24px #0000004d;margin-top:2rem;padding:1.5rem}.circle-share-title{color:#fff;font-size:1.15rem;font-weight:600;margin-bottom:.5rem}.circle-share-subtitle{color:#d0d0d0;font-size:.9rem;line-height:1.4;margin-bottom:1.25rem}.circle-share-list{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:1.25rem}.circle-share-item{align-items:center;background:#0f172acc;border:2px solid #94a3b866;border-radius:.75rem;color:#e2e8f0;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.6rem;justify-content:center;min-height:3.5rem;padding:1rem 1.25rem;transition:all .2s ease}.circle-share-item:hover{background:#1e293be6;border-color:#ff9a6299;box-shadow:0 4px 12px #ff9a6233;transform:translateY(-2px)}.circle-share-item.selected{background:linear-gradient(135deg,#ff4c7e40,#ff9a6240);border-color:#ff4c7e;border-width:2px;box-shadow:0 6px 20px #ff4c7e66;color:#fff;transform:translateY(-2px)}.circle-share-item.selected:hover{background:linear-gradient(135deg,#ff4c7e59,#ff9a6259);box-shadow:0 8px 24px #ff4c7e80}.circle-share-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:1.5rem;justify-content:center;width:1.5rem}.circle-share-item.selected .circle-share-icon{color:#ff4c7e;font-size:1.3rem}.circle-share-name{flex:1 1;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.circle-share-button{background:linear-gradient(135deg,#ff4c7e,#ff9a62);border:none;border-radius:.75rem;box-shadow:0 10px 30px #ff4c7e66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.85rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;width:100%}.circle-share-button:disabled{box-shadow:none;cursor:default;opacity:.55}.circle-share-button:not(:disabled):hover{box-shadow:0 16px 40px #ff4c7e99;transform:translateY(-2px)}@media (max-width:768px){.circle-share-list{grid-template-columns:1fr}.circle-share-section{padding:1.25rem}}.circle-share-success{color:#4ade80;font-size:.85rem;margin-top:.5rem}*{box-sizing:border-box;margin:0;padding:0}.App{background:linear-gradient(135deg,#1e1e2e,#2d2d44);color:#fff;min-height:100vh;transition:background .3s ease,color .3s ease}.light-theme .App,:root.light-theme .App{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);color:#1e1e2e}.light-theme,:root.light-theme{--bg-primary:#fff;--bg-secondary:#f5f5f5;--text-primary:#1e1e2e;--text-secondary:#4a4a4a;--border-color:#0000001a;--card-bg:#ffffffe6;--input-bg:#fffc}.dark-theme,:root.dark-theme{--bg-primary:#1e1e2e;--bg-secondary:#2d2d44;--text-primary:#fff;--text-secondary:#b8b8d4;--border-color:#ffffff1a;--card-bg:#ffffff0d;--input-bg:#ffffff1a}.app-header-auth{background:linear-gradient(135deg,#0f0f1e,#1a1a2e);border-bottom:2px solid #ffffff1a;box-shadow:0 4px 20px #00000080;padding:3rem 2rem;transition:background .3s ease}.light-theme .app-header-auth,:root.light-theme .app-header-auth{background:linear-gradient(135deg,#e8e8e8,#d0d0d0);border-bottom:2px solid #0000001a}.header-content{margin:0 auto;max-width:1200px;text-align:center}.app-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;letter-spacing:2px;margin-bottom:.5rem}.app-subtitle{color:#b8b8d4;font-size:1.2rem;font-weight:300;transition:color .3s ease}.light-theme .app-subtitle,:root.light-theme .app-subtitle{color:#666}.user-info{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:1rem}.user-email{color:#b8b8d4;font-size:.9rem;transition:color .3s ease}.light-theme .user-email,:root.light-theme .user-email{color:#666}.logout-button{background:#dc354533;border:1px solid #fff3;border-radius:20px;color:#ff6b6b;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1.2rem;transition:all .3s ease}.logout-button:hover{background:#dc35454d;border-color:#dc354580;transform:translateY(-2px)}.app-main{margin:0 auto;max-width:1200px;padding:3rem 2rem}.search-container{margin-bottom:3rem}.search-form{display:flex;gap:1rem;margin:0 auto;max-width:600px}.search-input{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:50px;color:#fff;flex:1 1;font-size:1.1rem;outline:none;padding:1rem 1.5rem;transition:all .3s ease}.light-theme .search-input,:root.light-theme .search-input{background:#ffffffe6;border:2px solid #0003;color:#1e1e2e}.search-input::placeholder{color:#ffffff80}.light-theme .search-input::placeholder,:root.light-theme .search-input::placeholder{color:#00000080}.search-input:focus{background:#ffffff26;border-color:#667eea;box-shadow:0 0 20px #667eea4d}.light-theme .search-input:focus,:root.light-theme .search-input:focus{background:#fff;box-shadow:0 0 20px #667eea4d}.search-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;transition:all .3s ease}.search-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.search-button:active:not(:disabled){transform:translateY(0)}.search-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#dc354533;border:1px solid #dc354580;border-radius:10px;margin-bottom:2rem;padding:1.5rem;position:relative;text-align:center}.error-message p{color:#ff6b6b;margin-bottom:.5rem}.error-close{align-items:center;background:none;border:none;border-radius:50%;color:#ff6b6b;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;position:absolute;right:.5rem;top:.5rem;transition:background .3s ease;width:30px}.error-close:hover{background:#ff6b6b33}.error-hint{color:#ffffffb3;font-size:.9rem}.light-theme .error-hint,:root.light-theme .error-hint{color:#000000b3}.loading-container{padding:3rem;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.results-title{color:#b8b8d4;font-size:1.5rem;margin-bottom:2rem;text-align:center;transition:color .3s ease}.light-theme .results-title,:root.light-theme .results-title{color:#666}.movies-container{margin-top:2rem}.movies-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem 0}.movie-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;cursor:pointer;overflow:hidden;transition:all .3s ease}.light-theme .movie-card,:root.light-theme .movie-card{background:#ffffffe6;border:1px solid #0000001a}.movie-card:hover{border-color:#667eea80;box-shadow:0 10px 30px #667eea66;transform:translateY(-10px)}.movie-poster{background:#0000004d;overflow:hidden;padding-top:150%;position:relative;width:100%}.movie-poster img{height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:transform .3s ease;width:100%}.movie-card:hover .movie-poster img{transform:scale(1.1)}.movie-info{padding:1rem}.movie-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:1rem;font-weight:600;line-height:1.3;margin-bottom:.5rem;overflow:hidden;transition:color .3s ease}.light-theme .movie-title,:root.light-theme .movie-title{color:#1e1e2e}.movie-year{color:#b8b8d4;font-size:.85rem;margin-bottom:.5rem;transition:color .3s ease}.light-theme .movie-year,:root.light-theme .movie-year{color:#666}.movie-rating{align-items:center;color:gold;display:flex;font-size:.9rem;gap:.3rem}.rating-star{font-size:1rem}.no-results,.welcome-message{color:#b8b8d4;font-size:1.2rem;padding:3rem;text-align:center;transition:color .3s ease}.light-theme .no-results,.light-theme .welcome-message,:root.light-theme .no-results,:root.light-theme .welcome-message{color:#666}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #000c;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;transition:background .3s ease;width:100%}.light-theme .modal-content,:root.light-theme .modal-content{background:linear-gradient(135deg,#fff,#f5f5f5);border:1px solid #0000001a;box-shadow:0 20px 60px #0000004d}.modal-close{align-items:center;background:#ffffff1a;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.light-theme .modal-close,:root.light-theme .modal-close{background:#0000001a;color:#1e1e2e}.light-theme .modal-close:hover,:root.light-theme .modal-close:hover{background:#0003}.modal-close:hover{background:#fff3;transform:rotate(90deg)}.modal-loading{color:#b8b8d4;padding:4rem;text-align:center;transition:color .3s ease}.light-theme .modal-loading,:root.light-theme .modal-loading{color:#666}.modal-header{border-bottom:1px solid #ffffff1a;display:flex;gap:2rem;padding:2rem;transition:border-color .3s ease}.light-theme .modal-header,:root.light-theme .modal-header{border-bottom:1px solid #0000001a}.modal-poster{border-radius:15px;box-shadow:0 10px 30px #00000080;flex-shrink:0;overflow:hidden;width:200px}.modal-poster img{display:block;height:auto;width:100%}.modal-info{display:flex;flex:1 1;flex-direction:column;gap:.5rem}.modal-title{color:#fff;font-size:2rem;font-weight:700;line-height:1.2;margin:0;transition:color .3s ease}.light-theme .modal-title,:root.light-theme .modal-title{color:#1e1e2e}.modal-original-title{color:#b8b8d4;font-size:1.1rem;font-style:italic;margin:0;transition:color .3s ease}.light-theme .modal-original-title,:root.light-theme .modal-original-title{color:#666}.modal-release-date,.modal-runtime{color:#b8b8d4;font-size:.95rem;margin:.5rem 0;transition:color .3s ease}.light-theme .modal-release-date,.light-theme .modal-runtime,:root.light-theme .modal-release-date,:root.light-theme .modal-runtime{color:#666}.modal-rating{align-items:center;color:gold;display:flex;font-size:1.1rem;gap:.5rem;margin:.5rem 0}.rating-count{color:#b8b8d4;font-size:.9rem;margin-left:.5rem}.modal-genres{display:flex;flex-wrap:wrap;gap:.5rem;margin:.5rem 0}.genre-tag{background:#667eea33;border:1px solid #667eea4d;border-radius:20px;color:#667eea;font-size:.85rem;padding:.3rem .8rem}.modal-overview{border-bottom:1px solid #ffffff1a;padding:2rem;transition:border-color .3s ease}.light-theme .modal-overview,:root.light-theme .modal-overview{border-bottom:1px solid #0000001a}.modal-overview h3{color:#fff;font-size:1.3rem;margin-bottom:1rem;transition:color .3s ease}.light-theme .modal-overview h3,:root.light-theme .modal-overview h3{color:#1e1e2e}.modal-overview p{color:#b8b8d4;font-size:1rem;line-height:1.6;transition:color .3s ease}.light-theme .modal-overview p,:root.light-theme .modal-overview p{color:#4a4a4a}.modal-rating-section{padding:2rem;text-align:center}.star-rating-container{margin-bottom:1.5rem}.rating-label{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem;transition:color .3s ease}.light-theme .rating-label,:root.light-theme .rating-label{color:#1e1e2e}.star-rating{display:flex;flex-wrap:wrap;gap:.3rem;justify-content:center;margin-bottom:1rem}.star-rating-half{gap:.15rem}.star-wrapper{display:inline-block;flex-shrink:0;position:relative}.star-wrapper,.star-wrapper-svg{height:3rem;width:3rem}.star-wrapper-svg .star-svg{display:block;height:100%;pointer-events:none;width:100%}.star-wrapper-svg .star-svg-bg{color:#ffffff40;transition:color .15s ease}.light-theme .star-wrapper-svg .star-svg-bg,:root.light-theme .star-wrapper-svg .star-svg-bg{color:#0003}.star-wrapper-svg .star-svg-fill{color:#f5c842;transition:-webkit-clip-path .15s ease;transition:clip-path .15s ease;transition:clip-path .15s ease,-webkit-clip-path .15s ease}.star-hit{background:#0000;border:none;bottom:0;cursor:pointer;padding:0;position:absolute;top:0;transition:background .1s ease}.star-hit:hover{background:#ffd70026}.star-hit.star-left{left:0;width:50%}.star-hit.star-right{left:50%;width:50%}.star-hit:disabled{cursor:not-allowed}.star-hit:disabled:hover{background:#0000}.star{background:none;border:none;cursor:pointer;filter:grayscale(100%) opacity(.5);font-size:2rem;padding:.2rem;transition:all .2s ease}.star.filled{transform:scale(1.1)}.star.filled,.star:hover{filter:grayscale(0) opacity(1)}.star:hover{transform:scale(1.2)}.star:disabled{cursor:not-allowed;opacity:.6}.rating-value{color:gold;font-size:1.1rem;font-weight:600;margin-top:.5rem}.rating-loading{align-items:center;color:#b8b8d4;display:flex;gap:.5rem;justify-content:center;margin-top:1rem;transition:color .3s ease}.light-theme .rating-loading,:root.light-theme .rating-loading{color:#666}.spinner-small{animation:spin 1s linear infinite;border:2px solid #ffffff1a;border-radius:50%;border-top-color:#667eea;height:20px;width:20px}.rating-success{background:#28a74533;border:1px solid #28a74580;border-radius:10px;color:#28a745;font-weight:600;margin-top:1rem;padding:.8rem}.rating-warning{background:#ffc10733;border:1px solid #ffc10780;border-radius:10px;color:#ffc107;font-size:.9rem;margin-top:1rem;padding:.8rem}.review-content-section{margin-top:2rem;text-align:left}.review-label{color:#fff;display:block;font-size:1rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.light-theme .review-label,:root.light-theme .review-label{color:#1e1e2e}.review-textarea{background:#ffffff1a;border:2px solid #fff3;border-radius:10px;color:#fff;font-family:inherit;font-size:1rem;min-height:100px;outline:none;padding:1rem;resize:vertical;transition:all .3s ease;width:100%}.light-theme .review-textarea,:root.light-theme .review-textarea{background:#ffffffe6;border:2px solid #0003;color:#1e1e2e}.review-textarea::placeholder{color:#fff6}.light-theme .review-textarea::placeholder,:root.light-theme .review-textarea::placeholder{color:#0006}.review-textarea:focus{background:#ffffff26;border-color:#667eea;box-shadow:0 0 15px #667eea4d}.light-theme .review-textarea:focus,:root.light-theme .review-textarea:focus{background:#fff}.save-review-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:.8rem 2rem;transition:all .3s ease}.save-review-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.save-review-button:disabled{cursor:not-allowed;opacity:.6}.watchlist-section{margin-top:1.5rem;text-align:center}.watchlist-button{background:#ffffff1a;border:2px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.watchlist-button:hover:not(:disabled){background:#fff3;border-color:#667eea80;transform:translateY(-2px)}.watchlist-button.in-watchlist{background:#28a74533;border-color:#28a74580;color:#28a745}.watchlist-button:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.app-title{font-size:2rem}.app-subtitle{font-size:1rem}.search-form{flex-direction:column}.search-button{width:100%}.movies-grid{gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.app-header,.app-main{padding:2rem 1rem}.modal-overlay{padding:1rem}.modal-content{max-height:95vh}.modal-header{flex-direction:column;padding:1.5rem}.modal-poster{margin:0 auto;width:150px}.modal-title{font-size:1.5rem}.modal-info,.modal-title{text-align:center}.modal-genres{justify-content:center}.star-rating{gap:.2rem}.star{font-size:1.5rem}}@media (max-width:480px){.movies-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.app-title{font-size:1.5rem}}.app-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-top:1px solid #ffffff1a;margin-top:4rem;padding:2rem;text-align:center}.light-theme .app-footer,:root.light-theme .app-footer{background:#ffffff80;border-top:1px solid #0000001a}.footer-text{color:#b8b8d4;font-size:.9rem;margin:.5rem 0;transition:color .3s ease}.light-theme .footer-text,:root.light-theme .footer-text{color:#666}.footer-link{color:#667eea;font-weight:600;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#764ba2;text-decoration:underline}.light-theme,:root.light-theme{color:#1e1e2e!important}.light-theme .auth-switch p,.light-theme .loading-container,.light-theme .loading-container p,.light-theme .preference-saving,.light-theme .profile-empty,.light-theme .profile-loading,.light-theme .profile-loading p,.light-theme .watchlist-loading,.light-theme .watchlist-loading p,:root.light-theme .auth-switch p,:root.light-theme .loading-container,:root.light-theme .loading-container p,:root.light-theme .preference-saving,:root.light-theme .profile-empty,:root.light-theme .profile-loading,:root.light-theme .profile-loading p,:root.light-theme .watchlist-loading,:root.light-theme .watchlist-loading p{color:#666!important}
/*# sourceMappingURL=main.be2a465f.css.map*/