@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap";.fe-page{min-height:100vh;font-family:Source Sans Pro,Helvetica Neue,Arial,sans-serif;background:#f7f7f7;color:#121313;overflow-y:auto;overflow-x:hidden;position:fixed;inset:0}.fe-header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:70px;background:#fff;border-bottom:3px solid #eb7520;box-shadow:0 2px 8px #0000000f}.fe-header-logo{height:44px;display:block}.fe-nav{display:flex;align-items:center;gap:1.5rem}.fe-nav-greeting{font-size:.95rem;color:#525252;font-weight:400}.fe-btn--logout{background:transparent;color:#525252;border:1px solid #d4d4d4;padding:.45rem 1rem;font-size:.875rem;font-weight:500;border-radius:20px;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.fe-btn--logout:hover{background:#fef2ec;color:#eb7520;border-color:#eb7520}.fe-hero{background:#eb7520;padding:3rem 2rem 2.5rem;text-align:center;color:#fff}.fe-hero-title{font-size:2rem;font-weight:700;margin:0 0 .4rem;letter-spacing:-.01em}.fe-hero-sub{font-size:1.05rem;font-weight:300;margin:0;opacity:.9}.fe-home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;margin:3rem auto;padding:0 2rem}.fe-service-card{background:#fff;border:1px solid #e6e6e6;border-top:4px solid #eb7520;padding:2rem 1.75rem;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:box-shadow .2s,transform .15s;font-family:inherit}.fe-service-card:hover{box-shadow:0 6px 24px #eb752026;transform:translateY(-2px)}.fe-service-icon{font-size:2.2rem;line-height:1;margin-bottom:.25rem}.fe-service-label{font-size:1.15rem;font-weight:700;color:#121313;margin:0}.fe-service-desc{font-size:.9rem;color:#525252;margin:0;flex:1;line-height:1.5}.fe-service-cta{display:inline-block;margin-top:.75rem;font-size:.9rem;font-weight:600;color:#eb7520}.fe-footer{text-align:center;padding:2rem;font-size:.8rem;color:#8a8a8a;border-top:1px solid #e6e6e6;background:#fff;margin-top:3rem}.fe-login-page{display:flex;align-items:center;justify-content:center;background:#f7f7f7}.fe-login-card{background:#fff;border:1px solid #e6e6e6;border-top:4px solid #eb7520;padding:2.5rem 2.25rem;width:100%;max-width:420px;display:flex;flex-direction:column;align-items:center;gap:0;box-shadow:0 4px 20px #00000012}.fe-logo-link{display:block;margin-bottom:1.75rem}.fe-logo{height:52px;display:block}.fe-login-title{font-size:1.6rem;font-weight:700;color:#121313;margin:0 0 .3rem;text-align:center;width:100%}.fe-login-sub{font-size:.9rem;color:#8a8a8a;margin:0 0 1.75rem;text-align:center}.fe-form{display:flex;flex-direction:column;gap:1.1rem;width:100%}.fe-field{display:flex;flex-direction:column;gap:.35rem}.fe-label{font-size:.85rem;font-weight:600;color:#525252}.fe-input{border:1px solid #cacaca;background:#fff;color:#121313;font-family:inherit;font-size:.95rem;padding:.65rem .9rem;border-radius:2px;outline:none;transition:border-color .15s;width:100%;box-sizing:border-box}.fe-input:focus{border-color:#eb7520;box-shadow:0 0 0 2px #eb752026}.fe-input::placeholder{color:#aaa}.fe-input-wrapper{position:relative;display:flex;align-items:center}.fe-input-wrapper .fe-input{padding-right:2.75rem}.fe-input-toggle{position:absolute;right:.7rem;background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:0;color:#888}.fe-password-rules{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-direction:column;gap:.15rem}.fe-password-rules li{font-size:.8rem}.fe-rule--ok{color:#1d7a4a}.fe-rule--ko{color:#aaa}.fe-alert{padding:.7rem 1rem;font-size:.88rem;border-radius:2px}.fe-alert--error{background:#fff2ef;border:1px solid #ec5840;color:#da3116}.fe-alert--success{background:#edfaf3;border:1px solid #2ea76a;color:#1d7a4a}.fe-forgot-link{text-align:right;font-size:.85rem;margin-top:.25rem}.fe-forgot-link a{color:#eb7520;text-decoration:none}.fe-forgot-link a:hover{text-decoration:underline}.fe-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-size:.95rem;font-weight:600;padding:.7rem 1.5rem;border:none;border-radius:20px;cursor:pointer;transition:background .15s,opacity .15s;text-decoration:none}.fe-btn--primary{background:#eb7520;color:#fff}.fe-btn--primary:hover:not(:disabled){background:#d4661a}.fe-btn--primary:disabled{opacity:.6;cursor:not-allowed}.fe-btn--full{width:100%;margin-top:.5rem}.fe-btn--secondary{background:#f0f0f0;color:#333}.fe-btn--secondary:hover:not(:disabled){background:#e0e0e0}.fe-btn--danger{background:#da3116;color:#fff}.fe-btn--danger:hover:not(:disabled){background:#b82810}.fe-btn--danger:disabled{opacity:.6;cursor:not-allowed}.fe-account-sections{max-width:680px;margin:0 auto;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem}.fe-account-card{background:#fff;border:1px solid #e5e5e5;border-top:3px solid #eb7520;padding:1.75rem 2rem}.fe-tfa-manager{display:flex;flex-direction:column;gap:1rem}.fe-section-title{font-size:1.05rem;font-weight:700;color:#121313;margin:0 0 .25rem}.fe-tfa-status{font-size:.95rem;color:#555;margin:0 0 1rem}.fe-tfa-status--active{color:#1d7a4a}.vm-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.vm-modal{background:#fff;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;border-top:4px solid #eb7520;box-shadow:0 20px 60px #0000004d;overflow:hidden}.vm-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #e6e6e6;flex-shrink:0}.vm-title{font-size:1.1rem;font-weight:700;color:#121313;margin:0}.vm-close{background:none;border:none;font-size:1.1rem;color:#8a8a8a;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:background .15s,color .15s;font-family:inherit}.vm-close:hover{background:#f0efef;color:#121313}.ml-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;margin-bottom:1.5rem}.ml-section-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#a0a0a0;margin:1.5rem 0 .75rem}.ml-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;overflow:hidden;cursor:pointer;text-align:left;font-family:inherit;padding:0;box-shadow:0 2px 8px #0000000f;transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column;width:100%}.ml-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f}.ml-card--archived{opacity:.75}.ml-card-thumb{height:110px;background:linear-gradient(135deg,#1a2a4a,#2c5a8c);display:flex;align-items:center;justify-content:center;flex-shrink:0}.ml-card-thumb--photos{background:linear-gradient(135deg,#3d2b1f,#8c6040)}.ml-card-thumb--archived{filter:grayscale(.6) brightness(.7)}.ml-card-thumb-icon{font-size:2rem;opacity:.9}.ml-card-body{padding:.7rem .9rem .8rem;display:flex;flex-direction:column;gap:.2rem;flex:1}.ml-card-ref{font-size:.82rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums}.ml-card-title{font-size:.76rem;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-card-badge{display:inline-block;font-size:.68rem;font-weight:600;padding:.15rem .55rem;border-radius:999px;background:#f0f0f0;color:#888;margin-top:.35rem;width:fit-content}.ml-card-badge--pending{background:#fff3cd;color:#856404}.ml-card-badge--unavailable{background:#f5f5f5;color:#bbb}.ml-modal-overlay{position:fixed;inset:0;background:#000000a6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.ml-modal{background:#fff;border-radius:14px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px #00000059}.ml-modal-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.25rem;border-bottom:1px solid #e6e6e6;flex-shrink:0;gap:1rem}.ml-modal-header-info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.ml-modal-ref{font-size:.85rem;font-weight:700;color:#333;font-variant-numeric:tabular-nums}.ml-modal-title{font-size:.8rem;color:#888;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ml-modal-close{background:none;border:none;font-size:1.1rem;color:#888;cursor:pointer;padding:.3rem .6rem;border-radius:6px;flex-shrink:0;font-family:inherit;line-height:1;transition:background .12s}.ml-modal-close:hover{background:#f0f0f0;color:#333}.ml-modal-body{flex:1;overflow:auto;min-height:0;background:#0a0a0a}.ml-modal-video{width:100%;max-height:70vh;display:block;background:#000}.ml-modal-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;padding:.75rem;background:#111}.ml-modal-gallery-thumb{width:100%;aspect-ratio:3/4;object-fit:contain;background:#1e1e1e;border-radius:4px;cursor:zoom-in;transition:opacity .15s,transform .15s}.ml-modal-gallery-thumb:hover{opacity:.85;transform:scale(1.03)}.ml-modal-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.9rem;padding:3rem 2rem;background:#111;color:#888;min-height:300px;text-align:center}@media (max-width: 600px){.ml-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ml-card-thumb{height:85px}.ml-card-thumb-icon{font-size:1.6rem}.ml-modal{border-radius:10px}}.gift-shop-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}.gift-shop-cart{position:sticky;top:1.5rem;background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:1.25rem 1.5rem;box-shadow:0 2px 8px #0000000f}.gift-cart-bar{display:none}.gift-cart-modal-overlay{position:fixed;inset:0;background:#00000073;z-index:300;display:flex;align-items:flex-end}.gift-cart-modal{background:#fff;border-radius:16px 16px 0 0;width:100%;max-height:80vh;overflow-y:auto}.gift-cart-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #e6e6e6;font-weight:700;font-size:1rem;position:sticky;top:0;background:#fff}.gift-cart-modal-close{background:none;border:none;font-size:1.1rem;cursor:pointer;color:#525252;padding:.25rem;line-height:1}.gift-cart-modal-body{padding:1rem 1.25rem 1.5rem}@media (max-width: 700px){.gift-shop-layout{grid-template-columns:1fr;padding-bottom:5rem}.gift-shop-cart{display:none}.gift-cart-bar{display:flex;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e6e6e6;padding:.75rem 1rem;align-items:center;gap:.75rem;z-index:100;box-shadow:0 -2px 10px #0000001a}.gift-cart-bar-detail{background:none;border:1px solid #d4d4d4;border-radius:6px;padding:.55rem .85rem;font-size:.85rem;cursor:pointer;white-space:nowrap;color:#121313;font-family:inherit}.gift-cart-bar-total{flex:1;text-align:center;font-weight:700;font-size:1rem;color:#eb7520}.gift-cart-bar-action{white-space:nowrap}}.gift-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:1.75rem;font-size:.85rem}.gift-breadcrumb-sep{color:#c8c8c8;user-select:none}.gift-breadcrumb-link{background:none;border:none;padding:0;cursor:pointer;color:#eb7520;font-family:inherit;font-size:inherit;text-decoration:underline;text-underline-offset:2px}.gift-breadcrumb-link:hover{color:#c96010}.gift-breadcrumb-item{color:#b0b0b0}.gift-breadcrumb-item--active{color:#121313;font-weight:600}.vm-body{display:flex;flex:1;overflow:hidden}.vm-list{width:220px;flex-shrink:0;border-right:1px solid #e6e6e6;overflow-y:auto;padding:.5rem 0;display:flex;flex-direction:column}.vm-list .fe-btn{margin:.5rem .75rem;width:calc(100% - 1.5rem)}.vm-state{padding:1rem;font-size:.85rem;color:#8a8a8a;text-align:center}.vm-state--error{color:#da3116}.vm-item{display:flex;align-items:center;gap:.65rem;width:100%;padding:.65rem 1rem;border:none;background:none;text-align:left;cursor:pointer;font-family:inherit;font-size:.88rem;color:#525252;border-left:3px solid transparent;transition:background .15s,border-color .15s,color .15s}.vm-item:hover{background:#fff2e6;color:#121313}.vm-item--active{background:#fff2e6;border-left-color:#eb7520;color:#eb7520;font-weight:600}.vm-item-icon{font-size:.7rem;opacity:.6}.vm-item--active .vm-item-icon{opacity:1}.vm-item-label{display:flex;flex-direction:column;gap:.1rem;min-width:0}.vm-item-id{font-variant-numeric:tabular-nums}.vm-item-titre{font-size:.76rem;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vm-item-unarchive-icon{margin-left:auto;font-size:.8rem;flex-shrink:0;opacity:.8}.vm-item--active .vm-item-titre{color:#c85a10}.vm-player{flex:1;background:#0a0a0a;display:flex;align-items:center;justify-content:center;min-height:300px}.vm-video{width:100%;height:100%;max-height:calc(90vh - 120px);display:block;object-fit:contain}.vm-placeholder{display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#555;font-size:.9rem;font-family:Source Sans Pro,sans-serif}.vm-placeholder-icon{font-size:2.5rem;opacity:.4}.vm-archived-thumb{width:160px;height:100px;background:#2a2a2a;border-radius:6px;border:1px solid #3a3a3a;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.vm-archived-thumb:after{content:"🗃";font-size:2.5rem;opacity:.35}.vm-archived-label{font-size:.85rem;color:#888;font-style:italic;font-family:Source Sans Pro,sans-serif}.vm-archived-meta{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.25rem}.vm-archived-meta-titre{font-size:1rem;font-weight:600;color:#ccc;font-family:Source Sans Pro,sans-serif}.vm-archived-meta-info{font-size:.78rem;color:#777;font-family:Source Sans Pro,sans-serif}.vm-section-label{padding:.5rem 1rem .25rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#b0b0b0;margin:0}.vm-unarchive-btn{margin-top:.75rem;padding:.45rem 1.1rem;border:1px solid #eb7520;border-radius:4px;background:none;color:#eb7520;font-family:inherit;font-size:.85rem;cursor:pointer;transition:background .15s,color .15s}.vm-unarchive-btn:hover:not(:disabled){background:#eb7520;color:#fff}.vm-unarchive-btn:disabled{border-color:#b0b0b0;color:#b0b0b0;cursor:default}.vm-unarchive-pending{margin-top:1rem;max-width:260px;text-align:center;font-size:.82rem;color:#aaa;line-height:1.6;background:#1a1a1a;border:1px solid #333;border-top:2px solid #eb7520;border-radius:6px;padding:.85rem 1.1rem;font-family:Source Sans Pro,sans-serif}.vm-unarchive-pending:before{content:"⏳";display:block;font-size:1.4rem;margin-bottom:.5rem;line-height:1}.vm-unarchive-unavailable{margin-top:1rem;max-width:260px;text-align:center;font-size:.82rem;color:#999;font-style:italic;font-family:Source Sans Pro,sans-serif}.vm-section-label--archived{margin-top:.5rem;padding-top:.75rem;border-top:1px solid #e8e8e8}.vm-item--archived{opacity:.5}.vm-item--archived:hover{background:#f5f5f5;color:#555}.vm-item--unavailable{opacity:.35;filter:grayscale(1)}.vm-item-badge{font-size:.65rem;font-weight:600;padding:.15rem .45rem;border-radius:3px;white-space:nowrap;flex-shrink:0}.vm-item-badge--unavailable{background:#ddd;color:#888}.vm-gallery{width:100%;height:100%;overflow-y:auto;padding:.75rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;align-content:start;background:#111}.vm-gallery-thumb{width:100%;aspect-ratio:3 / 4;object-fit:contain;background:#1e1e1e;border-radius:4px;cursor:zoom-in;transition:opacity .15s,transform .15s}.vm-gallery-thumb:hover{opacity:.85;transform:scale(1.03)}.vm-lightbox{position:fixed;inset:0;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out;z-index:1100;padding:1rem}.vm-lightbox-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:2px;box-shadow:0 8px 40px #0009}.fe-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:#999;font-size:.85rem}.fe-divider:before,.fe-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.fe-btn--passkey{display:flex;align-items:center;justify-content:center;gap:.6rem;background:#e8530a;color:#fff;border:1.5px solid #e8530a;border-radius:6px;font-size:.95rem;font-weight:600;padding:.65rem 1rem;cursor:pointer;transition:background .15s,border-color .15s}.fe-btn--passkey:hover:not(:disabled){background:#c94508;border-color:#c94508}.fe-btn--passkey:disabled{opacity:.55;cursor:not-allowed}.fe-passkey-icon{width:18px;height:18px;flex-shrink:0}.pkm{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:1.5rem}.pkm-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;gap:1rem;flex-wrap:wrap}.pkm-title{font-size:1rem;font-weight:700;color:#121313;margin:0}.pkm-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.pkm-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px solid #e6e6e6;border-radius:6px;gap:1rem}.pkm-info{display:flex;flex-direction:column;gap:.15rem}.pkm-name{font-weight:600;font-size:.9rem;color:#121313}.pkm-meta{font-size:.78rem;color:#888}.pkm-delete{background:none;border:1px solid #e0e0e0;border-radius:4px;color:#c0392b;font-size:.8rem;padding:.25rem .55rem;cursor:pointer;transition:background .15s;flex-shrink:0}.pkm-delete:hover:not(:disabled){background:#fdf0ef;border-color:#c0392b}.pkm-delete:disabled{opacity:.5;cursor:not-allowed}.pkm-empty{font-size:.9rem;color:#888;margin:0}@media (max-width: 600px){.vm-body{flex-direction:column}.vm-list{width:100%;border-right:none;border-bottom:1px solid #e6e6e6;max-height:180px}}.fe-account-switcher{position:relative}.fe-switcher-btn{display:flex;align-items:center;gap:.35rem;font-size:.875rem;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fe-switcher-badge{font-size:.8rem}.fe-switcher-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:100;overflow:hidden}.fe-switcher-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.75rem 1rem;border:none;background:transparent;font-family:inherit;font-size:.9rem;color:#121313;cursor:pointer;text-align:left;border-bottom:1px solid #f0f0f0}.fe-switcher-item:last-child{border-bottom:none}.fe-switcher-item:hover{background:#fef2ec}.fe-switcher-item--active{background:#fff7f2;font-weight:600;color:#eb7520}.fe-switcher-shared{font-size:.75rem;color:#888;font-weight:400}.fe-delegates-panel{display:flex;flex-direction:column;gap:1rem}.fe-delegates-list{display:flex;flex-direction:column;gap:.75rem}.fe-delegate-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border:1px solid #e5e5e5;border-radius:8px;background:#fafafa}.fe-delegate-info{display:flex;flex-direction:column;gap:.2rem;flex:1;min-width:0}.fe-delegate-email{font-size:.9rem;font-weight:600;color:#121313;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fe-delegate-label{font-size:.8rem;color:#666}.fe-delegate-status{font-size:.75rem;padding:.15rem .5rem;border-radius:999px;font-weight:600;flex-shrink:0}.fe-delegate-status--pending{background:#fff3cd;color:#856404}.fe-delegate-status--active{background:#d1e7dd;color:#0f5132}.fe-delegate-actions{display:flex;gap:.5rem;flex-shrink:0}.fe-btn--danger{background:transparent;color:#dc2626;border:1px solid #dc2626;border-radius:6px;padding:.35rem .75rem;font-size:.8rem;cursor:pointer;font-family:inherit;transition:background .15s}.fe-btn--danger:hover{background:#fef2f2}.fe-perm-modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem}.fe-perm-modal{background:#fff;border-radius:12px;padding:2rem;width:100%;max-width:540px;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.fe-perm-modal h2{font-size:1.15rem;font-weight:700;margin:0}.fe-perm-field{display:flex;flex-direction:column;gap:.4rem}.fe-perm-field label{font-size:.875rem;font-weight:600;color:#444}.fe-perm-field input[type=text],.fe-perm-field input[type=email]{border:1px solid #d4d4d4;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;font-family:inherit;outline:none;transition:border-color .15s}.fe-perm-field input:focus{border-color:#eb7520}.fe-features-grid{display:flex;flex-direction:column;gap:.5rem}.fe-feature-check{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;font-size:.9rem}.fe-feature-check input[type=checkbox]{margin-top:2px;accent-color:#eb7520;flex-shrink:0}.fe-feature-desc{font-size:.78rem;color:#666}.fe-elements-section{display:flex;flex-direction:column;gap:.75rem}.fe-elements-tabs{display:flex;gap:.5rem}.fe-tab-btn{padding:.35rem .875rem;border:1px solid #d4d4d4;border-radius:6px;background:#fff;font-family:inherit;font-size:.85rem;cursor:pointer;transition:background .15s,border-color .15s}.fe-tab-btn--active{background:#eb7520;color:#fff;border-color:#eb7520}.fe-elements-list{display:flex;flex-direction:column;gap:.4rem;max-height:200px;overflow-y:auto}.fe-element-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem .6rem;border:1px solid #f0f0f0;border-radius:6px;font-size:.85rem}.fe-element-perms{display:flex;gap:.5rem}.fe-perm-section{display:flex;flex-direction:column;gap:.55rem;border:1px solid #ebebeb;border-radius:8px;padding:.875rem 1rem}.fe-perm-section-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#888;margin-bottom:.1rem}.fe-share-all-toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;cursor:pointer}.fe-share-all-toggle input[type=checkbox]{accent-color:#eb7520;width:15px;height:15px;flex-shrink:0}.fe-matrix-wrap{overflow-x:auto;border:1px solid #e8e8e8;border-radius:6px;max-height:220px;overflow-y:auto}.fe-matrix-table{width:100%;border-collapse:collapse;font-size:.83rem}.fe-matrix-table thead{position:sticky;top:0;background:#f7f7f7;z-index:1}.fe-matrix-th-title{text-align:left;padding:.4rem .6rem;font-weight:600;color:#555;border-bottom:1px solid #e0e0e0}.fe-matrix-th-check{text-align:center;padding:.4rem .5rem;font-weight:600;color:#555;border-bottom:1px solid #e0e0e0;white-space:nowrap;min-width:60px}.fe-matrix-row:nth-child(2n){background:#fafafa}.fe-matrix-td-title{padding:.35rem .6rem;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333}.fe-matrix-td-check{text-align:center;padding:.35rem .5rem}.fe-matrix-td-check input[type=checkbox]{accent-color:#eb7520;width:14px;height:14px;cursor:pointer}.fe-matrix-empty{text-align:center;color:#aaa;font-size:.82rem;padding:.75rem}.fe-perm-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.fe-invite-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f7f7f7;padding:2rem}.fe-invite-card{background:#fff;border:1px solid #e5e5e5;border-top:4px solid #eb7520;border-radius:12px;padding:2.5rem 2rem;width:100%;max-width:440px;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 4px 24px #00000014}.fe-invite-logo{height:40px;display:block;margin-bottom:.5rem}.fe-invite-title{font-size:1.3rem;font-weight:700;margin:0}.fe-invite-sub{font-size:.9rem;color:#555;margin:0}.fe-invite-field{display:flex;flex-direction:column;gap:.35rem}.fe-invite-field label{font-size:.875rem;font-weight:600;color:#444}.fe-invite-field input{border:1px solid #d4d4d4;border-radius:6px;padding:.6rem .875rem;font-size:.95rem;font-family:inherit;outline:none;transition:border-color .15s}.fe-invite-field input:focus{border-color:#eb7520}.fe-invite-error{color:#dc2626;font-size:.875rem;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:.6rem .875rem}.fe-invite-success{color:#0f5132;font-size:.875rem;background:#d1e7dd;border:1px solid #badbcc;border-radius:6px;padding:.6rem .875rem}:root{--orange: #f36a16;--orange-soft: #fff0e4;--orange-border: #f58232;--ink: #565656;--ink-strong: #4f4f4f;--muted: #a0a0a0;--page: #f4f4f4;--white: #ffffff;--shadow: 0 9px 24px rgba(0,0,0,.16);--shadow-soft: 0 8px 24px rgba(0,0,0,.12);--radius: 15px;--sidebar: 180px}*{box-sizing:border-box}html{min-width:320px;background:var(--page)}body{margin:0;min-height:100vh;color:var(--ink);background:var(--page);font-family:Segoe UI,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}.icon{width:18px;height:18px;display:block;flex:0 0 auto}.icon use,.icon path,.icon rect,.icon circle,.icon polyline,.icon line{vector-effect:non-scaling-stroke}.sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--sidebar);padding:23px 16px 18px;background:#fff;box-shadow:7px 0 26px #00000024;overflow-y:auto;scrollbar-width:none}.sidebar::-webkit-scrollbar{display:none}.brand{display:inline-flex;align-items:center;gap:8px;color:var(--orange);font-size:26px;line-height:1;font-weight:650;letter-spacing:-.8px;white-space:nowrap}.brand-mark{width:21px;height:21px;border-radius:50%;display:inline-grid;place-items:center;border:1.5px solid var(--orange);background:#fff}.brand-mark svg{width:14px;height:14px}.side-nav{margin-top:30px}.nav-block{margin-bottom:23px}.nav-block.account{margin-top:min(31vh,290px);margin-bottom:0}.nav-row{min-height:31px;display:flex;align-items:center;gap:9px;color:#414141;font-size:13px;font-weight:650;border-radius:8px}.nav-row>.icon{color:var(--orange);width:15px;height:15px}.nav-row.has-sub{margin-bottom:3px}.chevron{width:9px;margin-left:-8px;color:#4b4b4b}.subnav{padding-left:28px}.subnav a,.subnav button{min-height:32px;display:flex;align-items:center;gap:9px;color:#444;font-size:12.5px;white-space:nowrap;background:none;border:none;padding:0;cursor:pointer;font-family:inherit;width:100%;text-align:left}.subnav .icon{width:14px;height:14px;color:var(--orange)}.subnav a:hover,.subnav button:hover,.nav-row:hover,.subnav .backoffice,.subnav button.backoffice{color:var(--orange)}button.nav-row{background:none;border:none;padding:0;cursor:pointer;font-family:inherit;width:100%;text-align:left}button.nav-row:hover{color:var(--orange)}.main{height:100vh;overflow-y:auto;margin-left:var(--sidebar);padding:32px 42px 20px;display:flex;justify-content:center}.shell{width:min(1200px,100%);min-height:calc(100vh - 52px);display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"welcome studio" "cards cards" "footer footer";grid-template-rows:160px auto 28px;column-gap:48px;row-gap:0}.shell--no-studio{grid-template-columns:1fr;grid-template-areas:"welcome" "cards" "footer";grid-template-rows:160px auto 28px}.welcome{grid-area:welcome;padding-top:39px}.welcome h1{margin:0 0 11px;font-size:clamp(27px,2.1vw,34px);line-height:1;font-weight:400;color:#555;letter-spacing:-.7px}.welcome p{max-width:560px;margin:0;color:#aaa;font-size:16px;line-height:1.42}.studio{grid-area:studio;min-height:160px;border-radius:16px;color:#fff;background:linear-gradient(108deg,#28589d,#286faa 43%,#16c0c5);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:1fr auto;align-items:center;padding:25px 58px 24px 66px;overflow:hidden}.studio-copy{min-width:0}.studio-icon{width:40px;height:40px;border-radius:15px;display:grid;place-items:center;margin-bottom:17px;color:#2399ad;background:#ffffffe6}.studio-icon .icon{width:23px;height:23px}.studio h2{margin:0 0 6px;font-size:24px;line-height:1;color:#fff}.studio p{margin:0;font-size:11.5px;line-height:1.4;color:#fffffff2}.pill-button{min-width:128px;height:32px;border:0;border-radius:999px;padding:0 24px;display:inline-flex;align-items:center;justify-content:center;gap:13px;color:var(--orange);background:#ffead9;font-size:11px;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .18s ease,box-shadow .18s ease}.pill-button:hover{transform:translateY(-1px);box-shadow:0 6px 15px #00000014}.pill-button .icon{width:16px;height:16px}.studio .pill-button{color:#2b90a1;background:#ffffffe6;margin-left:18px}.cards{grid-area:cards;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px;align-content:start;margin-top:48px}.card{display:grid;grid-template-columns:1fr;overflow:hidden;border-radius:var(--radius);background:#fff;box-shadow:var(--shadow)}.card-image{aspect-ratio:533 / 270;width:100%;background-position:center;background-size:contain;background-repeat:no-repeat;border-radius:inherit}.card-video .card-image{background-image:url(/images/home/home_videos.png)}.card-photo .card-image{background-image:url(/images/home/home_photos.png)}.card-ai .card-image{background-image:url(/images/home/home_ia_images.png)}.card-montage .card-image{background-image:url(/images/home/home_montages.png)}.card-cadeaux .card-image{background-image:url(/images/home/home-cadeaux.png)}.card-body{min-width:0;padding:32px 38px 30px 63px;display:flex;flex-direction:column;align-items:flex-start}.round-icon{width:41px;height:41px;border-radius:14px;display:grid;place-items:center;background:var(--orange-soft);color:var(--orange);margin-bottom:20px}.round-icon .icon{width:22px;height:22px}.card h2{margin:0 0 8px;color:var(--ink-strong);font-size:24px;line-height:1.08;letter-spacing:-.4px}.card p{margin:0;max-width:310px;color:#a1a1a1;font-size:11.5px;line-height:1.45}.card .pill-button{margin-top:auto}.footer{grid-area:footer;align-self:end;margin-top:30px;text-align:center;color:#a4a4a4;font-size:9px}.bottom-nav{display:none}.page-content{width:100%;padding-bottom:2rem}.page-title{padding-top:39px;margin-bottom:2rem}.page-title h1{margin:0 0 8px;font-size:clamp(22px,2vw,30px);line-height:1;font-weight:600;color:var(--ink-strong);letter-spacing:-.5px}.page-title p{margin:0;color:var(--muted);font-size:14px;line-height:1.4}.subnav .fe-account-switcher{width:100%}.subnav .fe-switcher-btn{width:100%;min-height:32px;display:flex;align-items:center;gap:9px;color:#444;font-size:12.5px;padding:0;border:none;background:none;cursor:pointer;font-family:inherit;white-space:nowrap}.subnav .fe-switcher-btn:hover{color:var(--orange)}.subnav .fe-switcher-dropdown{position:absolute;z-index:100;left:0;min-width:160px;background:#fff;border-radius:10px;box-shadow:0 8px 24px #00000026;padding:6px;margin-top:4px}.subnav .fe-switcher-item{display:block;width:100%;padding:8px 10px;border:none;background:none;border-radius:6px;font-size:12.5px;color:#444;cursor:pointer;text-align:left;font-family:inherit}.subnav .fe-switcher-item:hover{background:var(--orange-soft);color:var(--orange)}.subnav .fe-switcher-item--active{background:var(--orange-soft);color:var(--orange);font-weight:600}@media (max-width: 1180px) and (min-width: 701px){.main{padding-inline:30px}.shell{column-gap:28px;row-gap:28px}.cards{gap:28px}.studio{padding-inline:38px}.card-body{padding-left:38px}}@media (max-width: 900px) and (min-width: 701px){.shell{grid-template-columns:1fr;grid-template-areas:"welcome" "studio" "cards" "footer";grid-template-rows:auto auto auto 28px}.welcome{padding-top:12px}.cards{grid-template-columns:1fr;margin-top:28px}}@media (max-width: 700px){:root{--mobile-side: 32px}.page-title{padding-top:16px;margin-bottom:1.25rem}.page-title h1{font-size:20px}body{padding-bottom:calc(66px + env(safe-area-inset-bottom))}.sidebar{display:none}.main{margin-left:0;min-height:auto;padding:23px var(--mobile-side) 15px;display:block}.shell{width:100%;min-height:auto;display:grid;grid-template-columns:1fr;grid-template-areas:"welcome" "cards" "studio" "footer";grid-template-rows:auto auto auto auto;row-gap:16px}.shell--no-studio{grid-template-areas:"welcome" "cards" "footer"}.welcome{padding:0}.welcome:before{content:"";display:block;width:0;height:40px}.welcome h1{margin:10px 0 5px;font-size:24px;line-height:1.05;letter-spacing:-.45px}.welcome p{max-width:290px;font-size:13px;line-height:1.25}.welcome:after{content:"forever";position:absolute;top:23px;left:calc(var(--mobile-side) + 30px);color:var(--orange);font-size:25px;font-weight:650;letter-spacing:-.8px;line-height:1}.cards{grid-template-columns:1fr;gap:16px;margin-top:8px}.card{height:auto;display:flex;flex-direction:column;border:0;border-radius:8px;box-shadow:0 8px 22px #00000029}.card.is-active{border:0}.card-image{flex:1 1 100%}.card-video .card-image{background-position:center 43%}.card-photo .card-image{background-position:center 44%}.card-ai .card-image{background-position:center 48%}.card-montage .card-image{background-position:center 36%}.card-body{flex:1 1 auto;padding:16px;display:flex;align-items:flex-start}.round-icon{width:33px;height:33px;border-radius:12px;margin:0 0 12px}.round-icon .icon{width:19px;height:19px}.card h2{margin-bottom:5px;font-size:15.5px;line-height:1.1;letter-spacing:-.2px}.card p{max-width:122px;font-size:11px;line-height:1.2}.card .pill-button{width:100%;min-width:0;height:32px;margin-top:auto;padding-inline:12px;font-size:11px}.studio{min-height:128px;grid-template-columns:48px 1fr;align-items:start;padding:16px;border-radius:10px;box-shadow:0 8px 24px #0000002b}.studio-copy{display:contents}.studio-icon{grid-column:1;grid-row:1;width:34px;height:34px;border-radius:12px;margin:0}.studio-icon .icon{width:20px;height:20px}.studio h2{grid-column:2;grid-row:1;align-self:start;margin:0 0 3px;font-size:16px;line-height:1.1}.studio p{grid-column:2;grid-row:1;align-self:start;margin-top:23px;max-width:225px;font-size:10.5px;line-height:1.3}.studio .pill-button{grid-column:2;grid-row:2;width:129px;min-width:129px;height:33px;margin:15px 0 0;padding-inline:15px;font-size:10px}.footer{margin-top:0;padding:17px 0 5px;font-size:9px}.bottom-nav{position:fixed;z-index:40;left:0;right:0;bottom:0;height:calc(66px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(4,1fr);background:#fffffff7;box-shadow:0 -5px 20px #00000021;backdrop-filter:blur(8px)}.bottom-nav a,.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:#929292;font-size:10px;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.bottom-nav .icon{width:22px;height:22px;color:var(--orange)}.bottom-nav .active .nav-disc{width:40px;height:40px;margin-top:-14px;display:grid;place-items:center;border-radius:50%;background:var(--orange-soft)}.bottom-nav .active{color:#8c8c8c}}@media (max-width: 365px){:root{--mobile-side: 20px}.cards{gap:12px}.card-body{padding-inline:13px}.card h2{font-size:14.5px}.card p{font-size:10px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}.fade-in{animation:fadeIn .3s ease-in}.slide-up{animation:slideUp .4s ease-out}.scale-in{animation:scaleIn .3s ease-out}.spin{animation:spin 1s linear infinite}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.hover-lift{transition:transform .2s,box-shadow .2s}.hover-lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}:root{--fe-orange: #eb7520;--fe-orange-dark: #d4661a;--fe-orange-bg: #fff2e6;--fe-white: #ffffff;--fe-bg: #f7f7f7;--fe-text: #121313;--fe-text-2: #525252;--fe-text-3: #8a8a8a;--fe-border: #e6e6e6;--fe-border-2: #cacaca;--fe-dark: #1a1a1a;--fe-dark-2: #111111;--fe-error: #da3116;--fe-success: #2e7d32;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--shadow-sm: 0 1px 4px rgba(0,0,0,.08);--shadow-md: 0 4px 16px rgba(0,0,0,.1);--shadow-orange: 0 2px 12px rgba(235,117,32,.2)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Source Sans Pro,Helvetica Neue,Arial,sans-serif;color:var(--fe-text);overflow:hidden}.video-editor{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--fe-bg)}.editor-header{display:flex;justify-content:space-between;align-items:center;padding:0 var(--spacing-xl);height:64px;background:var(--fe-white);border-bottom:3px solid var(--fe-orange);box-shadow:var(--shadow-sm);flex-shrink:0;position:relative;z-index:100}.header-brand{display:flex;align-items:center;gap:var(--spacing-sm)}.brand-icon{width:26px;height:26px;color:var(--fe-orange)}.brand-title{font-size:1.3rem;font-weight:700;letter-spacing:.04em;line-height:1}.brand-for{color:var(--fe-orange)}.brand-ever{color:var(--fe-text);margin:0 .1em}.brand-studio{color:var(--fe-text-2);font-weight:400;font-size:1rem;letter-spacing:.06em}.header-controls{display:flex;align-items:center;gap:var(--spacing-xl)}.project-controls{display:flex;align-items:center;gap:var(--spacing-sm)}.project-name{font-size:.85rem;font-weight:600;color:var(--fe-text-2);max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 var(--spacing-xs)}.btn-project{display:flex;align-items:center;gap:var(--spacing-xs);padding:.35rem .85rem;font-size:.82rem;font-family:inherit;font-weight:600;background:transparent;color:var(--fe-text-2);border:1px solid var(--fe-border-2);border-radius:20px;cursor:pointer;transition:all .15s}.btn-project:hover:not(:disabled){border-color:var(--fe-orange);color:var(--fe-orange);background:var(--fe-orange-bg)}.btn-project:disabled{opacity:.35;cursor:not-allowed}.btn-project--saved{color:var(--fe-success);border-color:var(--fe-success);background:#e8f5e9}.btn-back-home{display:flex;align-items:center;gap:var(--spacing-xs);padding:.35rem .85rem;font-size:.82rem;font-family:inherit;font-weight:500;background:transparent;color:var(--text-muted);border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.btn-back-home:hover{border-color:var(--fe-orange);color:var(--fe-orange);background:var(--fe-orange-bg)}.language-selector{display:flex;gap:2px}.lang-btn{background:transparent;border:1px solid transparent;font-size:1.1rem;cursor:pointer;opacity:.4;transition:all .15s;padding:3px 5px;border-radius:4px;color:var(--fe-text);font-family:inherit}.lang-btn:hover{opacity:.75}.lang-btn.active{opacity:1;border-color:var(--fe-orange);background:var(--fe-orange-bg)}.system-status{display:flex;align-items:center;gap:var(--spacing-sm);font-size:.75rem;color:var(--fe-text-3)}.status-indicator{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-loading{background:#f59e0b}.status-ready{background:#22c55e}.status-error{background:var(--fe-error)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}.editor-workspace{display:grid;grid-template-columns:280px 1fr;flex:1;overflow:hidden}.editor-sidebar{background:var(--fe-white);border-right:1px solid var(--fe-border);display:flex;flex-direction:column;overflow:hidden}.video-library{flex:1;display:flex;flex-direction:column;overflow:hidden}.library-section{display:flex;flex-direction:column;overflow:hidden}.library-section+.library-section{border-top:1px solid var(--fe-border)}.library-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem var(--spacing-md);background:var(--fe-bg);border-bottom:1px solid var(--fe-border)}.library-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fe-text-2)}.btn-import{display:flex;align-items:center;gap:4px;padding:3px 10px;font-size:.72rem;font-family:inherit;font-weight:600;background:var(--fe-orange);color:#fff;border:none;border-radius:20px;cursor:pointer;transition:background .15s}.btn-import:hover{background:var(--fe-orange-dark)}.library-content{flex:1;overflow-y:auto;padding:var(--spacing-sm)}.library-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--spacing-xl) var(--spacing-md);gap:var(--spacing-sm);text-align:center}.empty-icon{color:var(--fe-border-2)}.empty-text{font-size:.78rem;color:var(--fe-text-3);line-height:1.5}.library-list{display:flex;flex-direction:column;gap:2px;padding:var(--spacing-sm)}.library-item{display:flex;align-items:center;gap:var(--spacing-sm);padding:.45rem var(--spacing-sm);background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer;transition:all .15s;border-left:3px solid transparent}.library-item:hover,.library-item.active{background:var(--fe-orange-bg);border-left-color:var(--fe-orange)}.item-icon{color:var(--fe-orange);flex-shrink:0}.item-thumb{width:48px;height:27px;object-fit:cover;border-radius:3px;display:block}.item-info{flex:1;min-width:0}.item-name{font-size:.82rem;font-weight:600;color:var(--fe-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-meta{font-size:.68rem;color:var(--fe-text-3)}.library-all-archived{margin:.75rem 1rem;font-size:.82rem;color:#999;font-style:italic}.library-item--archived{opacity:.6;cursor:default}.item-archived-label{font-size:.68rem;color:#999;font-style:italic}.export-panel{border-top:1px solid var(--fe-border);padding:var(--spacing-md);background:var(--fe-white);flex-shrink:0}.panel-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fe-text-2);margin-bottom:var(--spacing-md)}.export-controls{display:flex;flex-direction:column;gap:var(--spacing-sm)}.btn{display:flex;align-items:center;justify-content:center;gap:var(--spacing-sm);padding:.45rem var(--spacing-md);background:var(--fe-white);color:var(--fe-text-2);border:1px solid var(--fe-border-2);font-family:inherit;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .15s;border-radius:20px}.btn:hover:not(:disabled){border-color:var(--fe-orange);color:var(--fe-orange);background:var(--fe-orange-bg)}.btn:disabled{opacity:.35;cursor:not-allowed}.btn-primary{background:var(--fe-orange);color:#fff;border-color:var(--fe-orange);font-weight:700}.btn-primary:hover:not(:disabled){background:var(--fe-orange-dark);border-color:var(--fe-orange-dark);color:#fff}.btn-secondary{background:transparent;border-color:var(--fe-border-2)}.btn-large{padding:.65rem var(--spacing-xl);font-size:.9rem}.btn-preview{background:transparent;border-color:var(--fe-border-2);color:var(--fe-text-2)}.btn-preview:hover:not(:disabled){border-color:var(--fe-orange);color:var(--fe-orange);background:var(--fe-orange-bg)}.hidden-input{display:none}.editor-stage{display:flex;flex-direction:column;background:var(--fe-bg);overflow:hidden}.editor-video-zone{height:calc((100vh - 64px) * 2 / 3);flex-shrink:0;position:relative;overflow:hidden}.video-zone-resize-handle{position:absolute;bottom:0;left:0;right:0;height:10px;cursor:row-resize;z-index:30;display:flex;align-items:center;justify-content:center;user-select:none}.video-zone-resize-handle:after{content:"";width:40px;height:4px;background:#ffffff59;border-radius:2px;transition:background .15s}.video-zone-resize-handle:hover:after,.video-zone-resize-handle:active:after{background:#ffffffd9}.video-player-container{flex:none;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:var(--spacing-xl);background:var(--fe-dark-2)}.video-stage{position:relative;width:100%;height:100%;box-shadow:0 8px 32px #0009}.video-element{width:100%;height:100%;object-fit:contain;display:block;border:1px solid #333;border-radius:2px}.preview-badge{position:absolute;top:var(--spacing-md);left:var(--spacing-md);display:flex;align-items:center;gap:var(--spacing-sm);padding:4px 10px;background:var(--fe-orange);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.1em;border-radius:20px;animation:preview-pulse 1.5s infinite}.preview-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:dot-blink 1s infinite}@keyframes preview-pulse{0%,to{opacity:1}50%{opacity:.8}}@keyframes dot-blink{0%,to{opacity:1}50%{opacity:.3}}.video-vignette{display:none}.player-controls{background:var(--fe-white);border-top:1px solid var(--fe-border);border-bottom:1px solid var(--fe-border);padding:var(--spacing-sm) var(--spacing-lg);display:flex;flex-direction:column;gap:var(--spacing-sm);flex-shrink:0}.seek-bar-container{padding:20px 0 4px}.seek-bar{position:relative;height:36px;background:var(--fe-bg);border:1px solid var(--fe-border);border-radius:4px;cursor:pointer;overflow:visible}.seek-selection{position:absolute;height:100%;background:#eb75201f;border-left:2px solid var(--fe-orange);border-right:2px solid var(--fe-orange);pointer-events:none;border-radius:2px}.seek-playhead{position:absolute;top:0;width:2px;height:100%;background:var(--fe-text);pointer-events:none;z-index:5}.seek-marker{position:absolute;top:-8px;width:2px;height:calc(100% + 16px);cursor:ew-resize;z-index:10}.marker-handle{position:absolute;top:0;left:-6px;width:14px;height:100%;background:transparent}.marker-in,.marker-out{background:var(--fe-orange)}.marker-label{position:absolute;top:-18px;left:50%;transform:translate(-50%);font-size:.6rem;font-weight:700;color:var(--fe-orange);white-space:nowrap}.controls-row{display:flex;justify-content:space-between;align-items:center}.controls-left{display:flex;align-items:center;gap:var(--spacing-sm)}.btn-control{padding:.4rem .55rem}.btn-frame{padding:.3rem .5rem}.btn-marker{padding:.25rem .55rem;font-size:.72rem;font-weight:700;letter-spacing:.06em;color:var(--fe-orange);border-color:var(--fe-orange);background:var(--fe-orange-bg)}.volume-slider{width:70px;accent-color:var(--fe-orange);cursor:pointer;vertical-align:middle}.item-meta{display:flex;flex-direction:column;font-size:.68rem;color:var(--fe-text-2);line-height:1.3;margin-top:2px}.item-titre{font-weight:600;color:var(--fe-text)}.timecode{font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--fe-text);letter-spacing:.03em;min-width:130px;text-align:center;background:var(--fe-bg);padding:4px 10px;border-radius:4px;border:1px solid var(--fe-border)}.btn-add-clip{background:var(--fe-orange);color:#fff;border-color:var(--fe-orange);font-weight:700;padding:.45rem var(--spacing-lg)}.btn-add-clip:hover:not(:disabled){background:var(--fe-orange-dark);border-color:var(--fe-orange-dark);color:#fff}.timeline-container{height:200px;background:var(--fe-white);border-top:3px solid var(--fe-orange);display:flex;flex-direction:column;flex-shrink:0}.timeline-header{display:flex;justify-content:space-between;align-items:center;padding:6px var(--spacing-md);background:var(--fe-bg);border-bottom:1px solid var(--fe-border)}.timeline-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--fe-text-2)}.timeline-duration{font-size:.75rem;color:var(--fe-text-3)}.timeline-duration strong{color:var(--fe-orange);margin-left:var(--spacing-xs);font-weight:700}.timeline-track{flex:1;overflow-x:auto;overflow-y:hidden;padding:var(--spacing-sm) var(--spacing-md);position:relative}.timeline-empty{display:flex;align-items:center;justify-content:center;height:100%;font-size:.8rem;color:var(--fe-text-3)}.timeline-clips{display:flex;gap:var(--spacing-md);height:100%;align-items:center}.timeline-clip{position:relative;min-width:180px;height:150px;background:var(--fe-white);border:2px solid var(--fe-border);border-top:3px solid var(--fe-border-2);border-radius:4px;cursor:grab;transition:all .15s;flex-shrink:0;overflow:hidden;box-shadow:var(--shadow-sm)}.timeline-clip:hover{border-color:var(--fe-orange);border-top-color:var(--fe-orange);box-shadow:var(--shadow-orange);transform:translateY(-2px)}.timeline-clip.editing{border-color:var(--fe-orange);border-top-color:var(--fe-orange);box-shadow:var(--shadow-orange)}.timeline-clip.drag-over{border-color:var(--fe-orange);opacity:.7}.timeline-clip:active{cursor:grabbing}.clip-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border:1px solid var(--fe-border);color:var(--fe-text-3);border-radius:50%;cursor:pointer;z-index:10;transition:all .15s}.clip-remove:hover{background:var(--fe-error);border-color:var(--fe-error);color:#fff}.clip-drag-handle{position:absolute;top:4px;left:4px;color:var(--fe-text-3);opacity:.4;transition:opacity .15s}.timeline-clip:hover .clip-drag-handle{opacity:.8}.clip-thumbnails{display:flex;height:72px;background:var(--fe-dark-2);border-bottom:1px solid var(--fe-border)}.clip-thumb{width:50%;height:100%;object-fit:cover;border-right:1px solid #333}.clip-thumb:last-child{border-right:none}.clip-thumb--full{width:100%;height:100%;object-fit:cover;border-right:none}.image-preview{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 8px 32px #0009}.image-actions{display:flex;justify-content:flex-end;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border-top:1px solid var(--fe-border)}.controls-right{display:flex;align-items:center;gap:var(--spacing-sm)}.btn-ai-capture{background:linear-gradient(135deg,#7c3aed,#4f46e5);color:#fff;border-color:transparent;font-weight:600}.btn-ai-capture:hover:not(:disabled){background:linear-gradient(135deg,#6d28d9,#4338ca);border-color:transparent;color:#fff}.btn-ai-capture:disabled{opacity:.4;cursor:not-allowed}.timeline-clip--image{cursor:default}.timeline-clip--image:hover{transform:none}.clip-duration-row{display:flex;align-items:center;gap:2px}.clip-duration-input{width:36px;background:var(--fe-bg);color:var(--fe-text-2);border:1px solid var(--fe-border);border-radius:4px;font-size:.65rem;padding:1px 3px;font-family:inherit}.clip-duration-unit{font-size:.65rem;color:var(--fe-text-3)}.library-item--album{cursor:pointer}.album-chevron{flex-shrink:0;color:var(--fe-text-3);margin-left:auto}.album-images{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;padding:4px 8px 8px;background:var(--fe-bg-2, #111)}.album-loading{font-size:.7rem;color:var(--fe-text-3);padding:6px 8px;text-align:center}.album-thumb{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:3px;cursor:pointer;opacity:.85;transition:opacity .15s,transform .15s}.album-thumb:hover{opacity:1;transform:scale(1.04)}.clip-info{padding:5px var(--spacing-sm);display:flex;flex-direction:column;gap:2px}.clip-number{font-size:.7rem;color:var(--fe-orange);font-weight:700}.clip-duration{font-size:.65rem;color:var(--fe-text-3);font-variant-numeric:tabular-nums}.clip-transition-select{background:var(--fe-bg);color:var(--fe-text-2);border:1px solid var(--fe-border);padding:4px var(--spacing-xs);font-family:inherit;font-size:.78rem;border-radius:4px;cursor:pointer;outline:none}.clip-transition-select:focus{border-color:var(--fe-orange)}.clip-progress-bar{position:absolute;bottom:0;left:0;height:3px;background:var(--fe-orange)}.library-item--missing{opacity:.5;cursor:not-allowed}.library-item--missing .item-icon,.library-item--missing .item-meta{color:var(--fe-error)}.pm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:500}.pm-modal{background:var(--fe-white);border-top:4px solid var(--fe-orange);box-shadow:0 20px 60px #0003;width:480px;max-width:95vw;max-height:80vh;display:flex;flex-direction:column;border-radius:2px}.pm-header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid var(--fe-border)}.pm-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:700;color:var(--fe-text);margin:0}.pm-close{background:none;border:none;color:var(--fe-text-3);cursor:pointer;font-size:1rem;padding:4px 6px;border-radius:4px;transition:all .15s;font-family:inherit}.pm-close:hover{background:var(--fe-bg);color:var(--fe-text)}.pm-body{display:flex;flex-direction:column;overflow:hidden}.pm-new{display:flex;gap:8px;padding:14px 20px;border-bottom:1px solid var(--fe-border);background:var(--fe-bg)}.pm-name-input{flex:1;background:var(--fe-white);border:1px solid var(--fe-border-2);border-radius:4px;color:var(--fe-text);font-family:inherit;font-size:.88rem;padding:7px 12px;outline:none}.pm-name-input:focus{border-color:var(--fe-orange);box-shadow:0 0 0 2px #eb752026}.pm-name-input::placeholder{color:var(--fe-text-3)}.btn-project-create{display:flex;align-items:center;gap:5px;padding:7px 16px;font-size:.82rem;font-family:inherit;font-weight:700;background:var(--fe-orange);color:#fff;border:none;border-radius:20px;cursor:pointer;transition:background .15s;white-space:nowrap}.btn-project-create:hover:not(:disabled){background:var(--fe-orange-dark)}.btn-project-create:disabled{opacity:.35;cursor:not-allowed}.pm-list{overflow-y:auto;max-height:360px}.pm-state{padding:24px 20px;text-align:center;font-size:.85rem;color:var(--fe-text-3);margin:0}.pm-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid var(--fe-border);transition:background .15s}.pm-item:hover{background:var(--fe-bg)}.pm-item--current{border-left:3px solid var(--fe-orange);padding-left:17px;background:var(--fe-orange-bg)}.pm-item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.pm-item-name{font-size:.88rem;font-weight:600;color:var(--fe-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pm-item-date{font-size:.72rem;color:var(--fe-text-3)}.pm-item-actions{display:flex;gap:6px;flex-shrink:0}.btn-pm-open,.btn-pm-delete{display:flex;align-items:center;gap:4px;padding:4px 12px;font-size:.72rem;font-family:inherit;font-weight:600;border-radius:20px;cursor:pointer;transition:all .15s}.btn-pm-open{background:transparent;border:1px solid var(--fe-border-2);color:var(--fe-text-2)}.btn-pm-open:hover:not(:disabled){border-color:var(--fe-orange);color:var(--fe-orange);background:var(--fe-orange-bg)}.btn-pm-open:disabled{opacity:.35;cursor:not-allowed}.btn-pm-delete{background:transparent;border:1px solid #fca5a5;color:#f87171}.btn-pm-delete:hover{border-color:var(--fe-error);color:var(--fe-error);background:#fff2f2}.btn-pm-delete--confirm{background:#fff2f2;border-color:var(--fe-error);color:var(--fe-error)}.export-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.export-dialog{position:relative;background:var(--fe-white);border-top:4px solid var(--fe-orange);box-shadow:0 20px 60px #00000040;padding:var(--spacing-xl);max-width:460px;width:90%;animation:slideUp .25s}@keyframes slideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.dialog-close{position:absolute;top:var(--spacing-md);right:var(--spacing-md);background:transparent;border:none;color:var(--fe-text-3);cursor:pointer;padding:4px;border-radius:4px;transition:all .15s}.dialog-close:hover{color:var(--fe-error);background:#fff2f2}.export-content{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-lg);padding:var(--spacing-sm) 0}.export-title{font-size:1.5rem;font-weight:700;color:var(--fe-text);text-align:center}.export-description{text-align:center;color:var(--fe-text-2);font-size:.88rem;line-height:1.6}.export-actions{display:flex;gap:var(--spacing-md);width:100%;justify-content:center}.export-spinner{color:var(--fe-orange);animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.progress-container{width:100%;display:flex;flex-direction:column;gap:var(--spacing-sm);align-items:center}.progress-bar{width:100%;height:6px;background:var(--fe-bg);border-radius:20px;overflow:hidden;border:1px solid var(--fe-border)}.progress-fill{height:100%;background:var(--fe-orange);border-radius:20px;transition:width .3s}.progress-percentage{font-size:2rem;font-weight:700;color:var(--fe-orange)}.progress-label{font-size:.82rem;color:var(--fe-text-2);text-align:center}.download-section{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);width:100%}.success-icon{color:var(--fe-success)}.server-jobs-dialog{max-width:600px!important}.jobs-state{display:flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-lg) 0;justify-content:center;font-size:.9rem;color:var(--fe-text-2)}.jobs-state--error{color:var(--fe-error)}.jobs-list{list-style:none;display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;max-height:380px;overflow-y:auto}.job-item{border:1px solid var(--fe-border);border-radius:8px;padding:var(--spacing-sm) var(--spacing-md);display:flex;flex-direction:column;gap:4px;background:var(--fe-white)}.job-item--pending{border-left:3px solid var(--fe-orange)}.job-item--done{border-left:3px solid var(--fe-success)}.job-item--fail{border-left:3px solid var(--fe-error)}.job-meta{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-sm)}.job-date{font-size:.78rem;color:var(--fe-text-3)}.job-badge{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:20px}.job-badge--pending{background:#fff3e0;color:#e65100}.job-badge--done{background:#e8f5e9;color:#2e7d32}.job-badge--expired{background:#fafafa;color:var(--fe-text-3)}.job-badge--fail{background:#ffebee;color:var(--fe-error)}.job-filename{font-size:.78rem;color:var(--fe-text-2);font-family:monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-actions{display:flex;align-items:center;gap:var(--spacing-sm);margin-top:4px}.job-expired-msg{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--fe-text-2)}.job-expired-msg--fail{color:var(--fe-error)}.btn-link{background:none;border:none;padding:0;color:var(--fe-orange);font-size:.8rem;font-weight:600;cursor:pointer;text-decoration:underline}.btn-link:hover{color:var(--fe-orange-dark)}.btn-sm{font-size:.78rem!important;padding:4px 10px!important;gap:4px!important}.clip-thumb--text{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Arial,sans-serif;font-size:.7rem;text-align:center;overflow:hidden;padding:4px;border-radius:4px;line-height:1.2;word-break:break-word}.text-clip-preview{flex:none;height:100%;width:100%;display:flex;flex-direction:column;font-family:Arial,sans-serif;overflow:hidden;padding:5%;box-sizing:border-box;white-space:pre-wrap}.text-editor-panel{padding:.6rem 1rem .75rem;background:var(--fe-white);border-top:1px solid var(--fe-border);display:flex;flex-direction:column;gap:.45rem}.text-editor-header{display:flex;align-items:center;justify-content:space-between}.text-editor-header h3{font-size:.88rem;font-weight:600;margin:0;color:var(--fe-text)}.text-editor-body{display:flex;flex-direction:column;gap:.4rem}.text-editor-input{width:100%;resize:vertical;padding:.35rem .5rem;border:1px solid var(--fe-border);border-radius:6px;font-size:.85rem;font-family:Arial,sans-serif;background:var(--fe-bg);color:var(--fe-text);box-sizing:border-box}.text-editor-input:focus{outline:none;border-color:var(--fe-orange)}.text-editor-row{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;font-size:.78rem;color:var(--fe-text-muted, #666)}.text-editor-row label{white-space:nowrap;font-weight:500}.text-editor-num{width:54px;padding:2px 4px;border:1px solid var(--fe-border);border-radius:4px;font-size:.78rem;text-align:center;background:var(--fe-bg);color:var(--fe-text)}.text-btn-active{background:var(--fe-orange)!important;color:#fff!important;border-color:var(--fe-orange)!important}
