.romos-credits-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.romos-credits-modal{background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:20px;padding:30px;max-width:500px;width:90%;max-height:80vh;box-shadow:0 20px 40px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;overflow:hidden}.romos-credits-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;padding-bottom:20px;border-bottom:2px solid hsla(0,0%,100%,.1)}.romos-credits-modal-header h2{margin:0;color:#ecf0f1;font-size:22px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.romos-credits-modal-close{width:36px;height:36px;border-radius:50%;background:linear-gradient(145deg,#95a5a6,#7f8c8d);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.romos-credits-modal-close:hover{background:linear-gradient(145deg,#b2babb,#95a5a6);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.2)}.romos-credits-modal-close:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1)}.romos-credits-modal-close svg{width:18px;height:18px}.romos-credits-modal-content{overflow-y:auto;flex:1 1;padding-right:10px}.romos-credits-modal-content::-webkit-scrollbar{width:8px}.romos-credits-modal-content::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:4px}.romos-credits-modal-content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:4px}.romos-credits-modal-content::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.romos-credits-description{color:#bdc3c7;font-size:13px;line-height:1.5;margin:0 0 20px;text-align:left}.romos-credits-list{display:flex;flex-direction:column;gap:15px}.romos-credits-author{padding:12px 16px;background:hsla(0,0%,100%,.05);border-radius:12px;border:1px solid hsla(0,0%,100%,.1);transition:all .2s ease}.romos-credits-author-content{display:flex;gap:12px;align-items:flex-start}.romos-credits-author-preview{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.romos-credits-author-preview-image{width:100%;height:100%;object-fit:cover}.romos-credits-author-info{flex:1 1;min-width:0}.romos-credits-author-header{margin-bottom:8px}.romos-credits-author-name{font-weight:500}.romos-credits-author-name,.romos-credits-author-separator{color:#ecf0f1;font-size:14px}.romos-credits-author-link{color:#3498db;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease;display:inline}.romos-credits-author-link:hover{color:#5dade2;text-decoration:underline}.romos-credits-author-contribution{color:#95a5a6;font-size:12px;line-height:1.4;margin-top:8px;padding-top:8px;border-top:1px solid hsla(0,0%,100%,.1)}.romos-remote-control{position:fixed;bottom:20px;right:20px;width:160px;background:linear-gradient(145deg,#2c3e50,#34495e);border-radius:20px;padding:15px;box-shadow:0 20px 40px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1);z-index:1000;border:1px solid hsla(0,0%,100%,.1)}.romos-remote-control .romos-remote-loader{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(145deg,rgba(44,62,80,.95),rgba(52,73,94,.95));border-radius:20px;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1001;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.romos-remote-control .romos-remote-loader .romos-remote-spinner{width:30px;height:30px;border:3px solid hsla(0,0%,100%,.2);border-top-color:#3498db;border-radius:50%;animation:romos-remote-spin 1s linear infinite;margin-bottom:10px}.romos-remote-control .romos-remote-loader .romos-remote-text{color:#ecf0f1;font-size:12px;font-weight:500;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.romos-remote-control .romos-remote-header{text-align:center;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid hsla(0,0%,100%,.1)}.romos-remote-control .romos-remote-header h2{margin:0;color:#ecf0f1;font-size:18px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3)}.romos-remote-control .romos-remote-section{margin-bottom:20px}.romos-remote-control .romos-remote-section .romos-section-title{color:#bdc3c7;font-size:12px;font-weight:500;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px}.romos-remote-control .romos-zoom-controls{display:flex;gap:10px;justify-content:center}.romos-remote-control .romos-d-pad{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-gap:6px;gap:6px;max-width:100px;margin:0 auto}.romos-remote-control .romos-d-pad .romos-d-pad-btn.romos-up{grid-column:2;grid-row:1;border-radius:8px 8px 4px 4px}.romos-remote-control .romos-d-pad .romos-d-pad-btn.romos-left{grid-column:1;grid-row:2;border-radius:8px 4px 4px 8px}.romos-remote-control .romos-d-pad .romos-d-pad-btn.romos-right{grid-column:3;grid-row:2;border-radius:4px 8px 8px 4px}.romos-remote-control .romos-d-pad .romos-d-pad-btn.romos-down{grid-column:2;grid-row:3;border-radius:4px 4px 8px 8px}.romos-remote-control .romos-color-controls,.romos-remote-control .romos-light-controls{display:flex;gap:10px;justify-content:center}.romos-remote-control .romos-light-controls{flex-wrap:wrap}.romos-remote-control .romos-night-btn{flex-basis:auto}.romos-remote-control .romos-remote-btn{border:none;border-radius:12px;cursor:pointer;font-weight:600;transition:all .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1);position:relative;overflow:hidden}.romos-remote-control .romos-remote-btn:active{transform:translateY(1px);box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1)}.romos-remote-control .romos-zoom-btn{width:45px;height:45px;background:linear-gradient(145deg,#3498db,#2980b9);color:#fff;font-size:22px;font-weight:700}.romos-remote-control .romos-zoom-btn:hover{background:linear-gradient(145deg,#5dade2,#3498db)}.romos-remote-control .romos-d-pad-btn{width:30px;height:30px;background:linear-gradient(145deg,#e74c3c,#c0392b);color:#fff;font-size:14px;font-weight:700}.romos-remote-control .romos-d-pad-btn:hover{background:linear-gradient(145deg,#ec7063,#e74c3c)}.romos-remote-control .romos-color-btn{width:70px;height:32px;font-size:10px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);border:2px solid transparent}.romos-remote-control .romos-color-btn:hover{transform:translateY(-1px);box-shadow:0 6px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.2)}.romos-remote-control .romos-color-btn.romos-active{border:2px solid #f39c12;box-shadow:0 0 15px rgba(243,156,18,.5),0 4px 8px rgba(0,0,0,.2)}.romos-remote-control .romos-light-btn{width:70px;height:32px;font-size:10px;background:linear-gradient(145deg,#9b59b6,#8e44ad);color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);border:2px solid transparent}.romos-remote-control .romos-light-btn:hover{background:linear-gradient(145deg,#bb8fce,#9b59b6);transform:translateY(-1px)}.romos-remote-control .romos-light-btn.romos-active{background:#fff;color:#2c3e50;box-shadow:0 4px 8px rgba(0,0,0,.2)}.romos-remote-control .romos-dimensions-btn.romos-active{border:2px solid #ffc107;box-shadow:0 0 15px rgba(255,193,7,.6),0 4px 8px rgba(0,0,0,.2)}.romos-remote-control .romos-toggle-controls{display:flex;justify-content:center;align-items:center}.romos-remote-control .romos-toggle-controls .romos-toggle-switch{display:flex;flex-direction:row;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.romos-remote-control .romos-toggle-controls .romos-toggle-switch .romos-toggle-track{position:relative;width:60px;height:30px;background:#bdc3c7;border-radius:15px;transition:background-color .3s ease;box-shadow:inset 0 2px 4px rgba(0,0,0,.2)}.romos-remote-control .romos-toggle-controls .romos-toggle-switch.active .romos-toggle-track{background:#3498db}.romos-remote-control .romos-toggle-controls .romos-toggle-switch .romos-toggle-slider{position:absolute;top:3px;left:3px;width:24px;height:24px;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 2px 4px rgba(0,0,0,.2)}.romos-remote-control .romos-toggle-controls .romos-toggle-switch.active .romos-toggle-slider{transform:translateX(30px)}.romos-remote-control .romos-toggle-controls .romos-toggle-switch .romos-toggle-label{font-size:10px;font-weight:600;color:#7f8c8d;transition:color .3s ease}.romos-remote-control .romos-toggle-controls .romos-toggle-switch .romos-toggle-label.active{color:#3498db}.romos-remote-control.romos-remote-control-collapsed{width:60px;height:60px;min-width:60px;min-height:60px;max-width:60px;max-height:60px;padding:0;background:transparent;border:none;box-shadow:none;border-radius:50%;display:flex;align-items:center;justify-content:center}.romos-remote-control.romos-remote-control-collapsed.romos-collapse-btn{background:linear-gradient(145deg,#2c3e50,#34495e);box-shadow:0 4px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);cursor:pointer}.romos-remote-control.romos-remote-control-collapsed.romos-collapse-btn:hover{background:linear-gradient(145deg,#34495e,#2c3e50);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.2);cursor:pointer}.romos-remote-control.romos-remote-control-collapsed.romos-collapse-btn svg{width:32px;height:50px}.romos-remote-control .romos-collapse-section{margin-bottom:0;margin-top:10px;padding-top:10px;border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px}.romos-remote-control .romos-collapse-label{color:#bdc3c7;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .2s ease}.romos-remote-control .romos-collapse-label:hover{color:#ecf0f1}.romos-remote-control .romos-credits-btn{width:100%;height:36px;background:linear-gradient(145deg,#95a5a6,#7f8c8d);color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.romos-remote-control .romos-credits-btn svg{flex-shrink:0;width:14px;height:14px}.romos-remote-control .romos-credits-btn span{flex-shrink:0}.romos-remote-control .romos-credits-btn:hover{background:linear-gradient(145deg,#b2babb,#95a5a6);transform:translateY(-1px)}.romos-remote-control .romos-credits-btn:active{transform:translateY(0)}.romos-remote-control .romos-collapse-btn{width:40px;height:40px;border-radius:50%;background:linear-gradient(145deg,#95a5a6,#7f8c8d);color:#fff;display:flex;align-items:center;justify-content:center;padding:0;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 8px rgba(0,0,0,.2),inset 0 1px 0 hsla(0,0%,100%,.1)}.romos-remote-control .romos-collapse-btn:hover{background:linear-gradient(145deg,#b2babb,#95a5a6);transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.2)}.romos-remote-control .romos-collapse-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.1)}.romos-remote-control .romos-collapse-btn svg{width:16px;height:16px}@keyframes romos-remote-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}