:root{--canvas: #eef4fb;--canvas-2: #f7fbff;--surface: #ffffff;--surface-muted: #f4f8fd;--primary: #0ea5e9;--primary-hover: #0284c7;--primary-strong: #0369a1;--primary-soft: #e3f2fd;--primary-soft-2: #d4ebfb;--accent: #38bdf8;--text-main: #0f2742;--text-muted: #64748b;--text-faint: #94a3b8;--border: #e2eaf3;--border-strong: #cfddec;--shadow-sm: 0 1px 2px rgba(15, 39, 66, .05), 0 1px 3px rgba(15, 39, 66, .04);--shadow-md: 0 10px 30px -12px rgba(14, 116, 180, .22);--shadow-lg: 0 24px 50px -20px rgba(14, 116, 180, .3);--ring: 0 0 0 3px rgba(14, 165, 233, .18);--danger: #ef4444;--danger-hover: #dc2626;--danger-soft: #fee2e2;--radius: 16px;--radius-sm: 10px;--radius-pill: 999px;--transition: all .2s ease;--sidebar-w: 256px}*{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%}body{font-family:Montserrat,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text-main);background:var(--canvas);background-image:radial-gradient(1200px 600px at 100% -10%,rgba(56,189,248,.1),transparent 60%),linear-gradient(180deg,var(--canvas-2) 0%,var(--canvas) 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.app-shell{display:flex;min-height:100vh;align-items:stretch}.sidebar{position:sticky;top:0;align-self:flex-start;width:var(--sidebar-w);flex-shrink:0;height:100vh;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1rem;background:var(--surface);border-right:1px solid var(--border);box-shadow:var(--shadow-sm)}.sidebar-logo{display:flex;align-items:center;justify-content:center;padding:.25rem .5rem .5rem;margin-bottom:.25rem;border-bottom:1px solid var(--border)}.logo-img{height:110px;width:auto;max-width:100%;object-fit:contain}.sidebar-nav{display:flex;flex-direction:column;gap:.35rem;margin-top:.25rem}.nav-btn{display:flex;align-items:center;gap:.85rem;width:100%;text-align:left;background:transparent;border:none;padding:.8rem .95rem;font-size:.97rem;font-weight:600;color:var(--text-muted);cursor:pointer;border-radius:12px;transition:var(--transition);font-family:inherit}.nav-btn:hover{background:var(--primary-soft);color:var(--primary-strong)}.nav-btn.active{background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;box-shadow:0 8px 18px -6px #0ea5e98c}.nav-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0}.nav-icon svg{width:20px;height:20px}.nav-label{line-height:1}.sidebar-footer{margin-top:auto;padding:.85rem .5rem 0;border-top:1px solid var(--border);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-faint);text-align:center}.app-main{flex:1 1 auto;min-width:0;padding:2rem 2.25rem}.content-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1.75rem 2rem;animation:fadeIn .35s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}h1{font-size:1.75rem;font-weight:800;color:var(--text-main)}.section-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.section-header h2{font-size:1.45rem;font-weight:800;letter-spacing:-.01em;color:var(--text-main)}.form-group{margin-bottom:.9rem;display:flex;flex-direction:column;gap:.45rem}label{font-weight:600;font-size:.88rem;color:var(--text-main)}input,select,textarea{padding:.7rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);color:var(--text-main);font-family:inherit;font-size:.97rem;transition:var(--transition);outline:none}input::placeholder,textarea::placeholder{color:var(--text-faint)}input:hover,select:hover,textarea:hover{border-color:var(--accent)}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:var(--ring)}select[multiple]{padding:.3rem}select[multiple] option{padding:.4rem .5rem;border-radius:6px}.btn{padding:.68rem 1.25rem;border:1px solid transparent;border-radius:var(--radius-sm);font-size:.95rem;font-weight:700;cursor:pointer;transition:var(--transition);display:inline-flex;align-items:center;justify-content:center;gap:.45rem;font-family:inherit;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 8px 18px -8px #0ea5e999}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 12px 22px -8px #0ea5e9a6}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:var(--danger-hover);transform:translateY(-1px)}.btn-outline{background:var(--surface);border:1px solid var(--border-strong);color:var(--primary-strong)}.btn-outline:hover{background:var(--primary-soft);border-color:var(--primary);color:var(--primary-strong)}.btn-sm{padding:.42rem .8rem;font-size:.85rem;border-radius:8px}.table-wrapper{overflow-x:auto;margin-top:1.25rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface)}table{width:100%;border-collapse:collapse;text-align:left}th,td{padding:.95rem 1.4rem;border-bottom:1px solid var(--border)}th{background:var(--surface-muted);font-weight:700;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);white-space:nowrap}td{font-size:.95rem;color:var(--text-main)}tbody tr{transition:background .15s ease}tbody tr:last-child td{border-bottom:none}tbody tr:hover td{background:var(--primary-soft)}.action-btns{display:flex;gap:.5rem;justify-content:flex-end}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f274273;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:2rem 1.5rem;overflow-y:auto;animation:fadeIn .18s ease-out}.modal-content{background:var(--surface);padding:2rem;border-radius:var(--radius);width:100%;max-width:500px;border:1px solid var(--border);box-shadow:var(--shadow-lg);margin:auto;animation:popIn .2s ease-out}@keyframes popIn{0%{opacity:0;transform:scale(.97) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.modal-header h2{font-size:1.35rem;font-weight:800;color:var(--text-main)}.close-btn{background:var(--surface-muted);border:1px solid var(--border);width:34px;height:34px;border-radius:50%;font-size:1.25rem;line-height:1;cursor:pointer;color:var(--text-muted);transition:var(--transition);display:inline-flex;align-items:center;justify-content:center}.close-btn:hover{background:var(--danger-soft);color:var(--danger);border-color:var(--danger)}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.75rem}.checkbox-list-container{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);padding:.6rem;max-height:160px;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.checkbox-item{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-size:.95rem;padding:.45rem .6rem;border-radius:8px;transition:var(--transition)}.checkbox-item:hover{background:var(--primary-soft);color:var(--primary-strong)}.checkbox-item input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.filters-panel{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-bottom:1.25rem}.filter-group-row{display:flex;flex-wrap:nowrap;gap:.75rem;align-items:flex-end}.filter-item{flex:1 1 140px;display:flex;flex-direction:column;gap:.4rem}.filter-item.search-box{flex:1.8 1 200px}.filter-item label{font-size:.74rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.filter-item input,.filter-item select{padding:.55rem .8rem;font-size:.9rem;border-radius:8px;border:1px solid var(--border-strong);background:var(--surface);width:100%}.filter-item input:focus,.filter-item select:focus{border-color:var(--primary);box-shadow:var(--ring)}.filter-actions{flex:0 0 auto;align-self:flex-end}.td-guest-profile{min-height:52px}.guest-profile-content{display:flex;align-items:center;gap:.75rem}.guest-avatar-wrapper{width:42px;height:42px;border-radius:50%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;border:2px solid var(--surface);box-shadow:0 2px 8px #0ea5e933;flex-shrink:0;background:var(--primary-soft)}.guest-avatar-img{width:100%;height:100%;object-fit:cover}.guest-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:#fff;font-weight:700;font-size:.95rem}.guest-name-text{font-weight:700;color:var(--text-main)}.instagram-link-badge{display:inline-block;padding:.3rem .8rem;border-radius:var(--radius-pill);background:#d6297614;color:#d62976;font-size:.83rem;font-weight:700;text-decoration:none;transition:var(--transition)}.instagram-link-badge:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 10px #dc27434d}.td-notes-preview{max-width:180px;color:var(--text-muted);font-size:.9rem}.notes-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.birthdate-select-row select{cursor:pointer;background-color:var(--surface)}.profile-preview-container{width:120px;height:120px;border-radius:50%;border:3px dashed var(--primary);background:var(--surface-muted);display:flex;align-items:center;justify-content:center;margin:.5rem auto;overflow:hidden;position:relative;transition:var(--transition)}.profile-preview-container:hover{border-color:var(--primary-hover);background:var(--primary-soft)}.profile-img-preview-wrapper{width:100%;height:100%;position:relative}.profile-img-preview-wrapper img{width:100%;height:100%;object-fit:cover}.profile-img-delete-badge{position:absolute;top:5px;right:5px;width:22px;height:22px;border-radius:50%;background:var(--danger);color:#fff;border:none;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003;transition:var(--transition);line-height:1}.profile-img-delete-badge:hover{background:var(--danger-hover);transform:scale(1.1)}.profile-preview-placeholder{color:var(--text-faint);font-size:.72rem;font-weight:700;letter-spacing:.05em;padding:1rem}.gallery-previews-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:.75rem;margin-top:.75rem;padding:.75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-muted);min-height:96px;max-height:220px;overflow-y:auto}.gallery-preview-item{width:80px;height:80px;border-radius:10px;overflow:hidden;position:relative;border:1px solid var(--border-strong);box-shadow:var(--shadow-sm);transition:all .2s ease}.gallery-preview-item:hover{transform:scale(1.05);box-shadow:var(--shadow-md)}.gallery-preview-item img{width:100%;height:100%;object-fit:cover}.gallery-preview-delete-badge{position:absolute;top:3px;right:3px;width:18px;height:18px;border-radius:50%;background:var(--danger);color:#fff;border:none;font-size:.75rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #0003;transition:var(--transition);line-height:1}.gallery-preview-delete-badge:hover{background:var(--danger-hover);transform:scale(1.1)}.gallery-empty-placeholder{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--text-faint);font-size:.8rem;padding:1.5rem 1rem;border:2px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--surface)}.status-badge{display:inline-block;padding:.3rem .7rem;border-radius:var(--radius-pill);font-size:.8rem;font-weight:700;text-align:center;transition:var(--transition)}.status-registered{background:#0ea5e91f;color:var(--primary-strong)}.status-trial{background:#f59e0b24;color:#b45309}.status-added{background:#10b98124;color:#047857}.status-existed{background:#8b5cf624;color:#6d28d9}.status-cancelled{background:#ef444424;color:var(--danger-hover)}@media (max-width: 900px){:root{--sidebar-w: 220px}.app-main,.content-panel{padding:1.5rem}}.hamburger-btn,.menu-backdrop{display:none}@media (max-width: 768px){.hamburger-btn{display:flex;align-items:center;justify-content:center;position:fixed;top:.75rem;left:.75rem;z-index:301;width:44px;height:44px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);cursor:pointer;padding:0}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:20px}.hamburger-icon span{display:block;height:2px;background:var(--text-main);border-radius:2px;transition:var(--transition);transform-origin:center}.hamburger-icon--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-icon--open span:nth-child(2){opacity:0}.hamburger-icon--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f274259;z-index:299}.app-shell{flex-direction:column}.sidebar{position:fixed;top:0;left:0;height:100vh;width:260px;z-index:300;transform:translate(-100%);transition:transform .25s ease;border-right:1px solid var(--border);box-shadow:var(--shadow-lg);overflow-y:auto}.sidebar--open{transform:translate(0)}.sidebar-logo{padding:.25rem 0 .85rem;margin-bottom:0}.logo-img{height:64px}.sidebar-nav{flex-direction:column;gap:.4rem;margin-top:.5rem}.nav-btn{justify-content:flex-start;padding:.7rem 1rem;font-size:.95rem}.sidebar-footer{display:block}.app-main{padding:4rem 1rem 1rem;min-height:100vh}.content-panel{padding:1.25rem}.section-header{flex-direction:column;align-items:stretch;gap:1rem}.section-header h2{text-align:center}.section-header .btn{width:100%}.filter-group-row{flex-direction:column;align-items:stretch;gap:.75rem}.filter-item,.filter-item.search-box{flex:none}.filter-actions button{width:100%}.table-wrapper{border:none;background:transparent;margin-top:1rem}.table-wrapper table,.table-wrapper thead,.table-wrapper tbody,.table-wrapper tr,.table-wrapper th,.table-wrapper td{display:block}.table-wrapper thead{display:none}.table-wrapper tr{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.1rem 1.25rem;margin-bottom:1rem;box-shadow:var(--shadow-sm);transition:var(--transition)}.table-wrapper tr:hover{box-shadow:var(--shadow-md)}.table-wrapper td{padding:.55rem 0!important;border-bottom:1px dashed var(--border);text-align:right;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;min-height:2.2rem}.table-wrapper tbody tr:hover td{background:transparent}.table-wrapper td:last-child{border-bottom:none;padding-bottom:0!important;margin-top:.5rem}.table-wrapper td:before{content:attr(data-label);font-weight:700;color:var(--text-muted);text-align:left;margin-right:1rem;font-size:.74rem;text-transform:uppercase;letter-spacing:.05em}.table-wrapper td[data-label=İşlemler]:before{display:none}.action-btns{width:100%;justify-content:flex-start;gap:.5rem}.action-btns .btn{flex:0 0 auto;max-width:none}.action-btns .btn-danger{margin-left:auto}.modal-content{padding:1.5rem;max-width:100%}.modal-actions{flex-direction:column-reverse;gap:.75rem}.modal-actions .btn{width:100%}.td-guest-profile{justify-content:space-between!important}.td-notes-preview{max-width:none!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important;min-height:2.2rem}.td-notes-preview:before{margin-top:.2rem}.td-notes-preview .notes-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-align:right;max-width:70%;word-break:break-word}}@media (max-width: 480px){.nav-btn .nav-label{font-size:.85rem}}.song-title-wrapper{display:inline-flex;align-items:center;gap:1ch}.song-link-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--primary);transition:var(--transition)}.song-link-icon:hover{color:var(--primary-hover);transform:scale(1.18)}.listbox-container{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:.5rem;max-height:150px;overflow-y:auto;display:flex;flex-direction:column;gap:.25rem;box-shadow:inset 0 2px 4px #00000005}.listbox-item{padding:.45rem .75rem;border-radius:6px;cursor:pointer;font-size:.95rem;transition:var(--transition);color:var(--text-main);display:flex;align-items:center;justify-content:space-between;gap:.5rem}.listbox-item:hover{background:var(--primary-soft);color:var(--primary-strong)}.listbox-item.selected{background:var(--primary);color:#fff!important;font-weight:500}.listbox-item.selected span{color:#fff!important}.rich-editor-container{display:flex;flex-direction:column;border:1px solid #cbd5e1;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #0000000d;margin-top:.25rem}.rich-editor-toolbar{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.5rem}.editor-btn{height:32px;min-width:32px;padding:0 .5rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#334155;font-size:.85rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;transition:all .2s ease}.editor-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#0f172a}.editor-btn.active{background:#e2e8f0;color:#0f172a;border-color:#94a3b8}.editor-btn.btn-chord-red{background:#fee2e2;color:#dc2626;border-color:#fca5a5}.editor-btn.btn-chord-red:hover{background:#fecaca;color:#b91c1c}.editor-btn.btn-color-black{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.editor-separator{width:1px;height:20px;background:#cbd5e1;margin:0 .25rem}.editor-select{height:32px;padding:0 .5rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;font-size:.85rem;outline:none;cursor:pointer}.rich-editor-content{min-height:200px;max-height:400px;overflow-y:auto;padding:1rem;outline:none;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:.95rem;line-height:1.6;color:#0f172a;background:#fff;text-align:left}.rich-editor-content:empty:before{content:attr(placeholder);color:#94a3b8;pointer-events:none;display:block}.rich-editor-content [style*="color: rgb(255, 0, 0)"],.rich-editor-content [style*="color: red"],.rich-editor-content font[color*=red],.rich-editor-content font[color*="#ff0000"]{font-weight:700;background:#dc26260d;border-radius:3px;padding:0 2px}body.dark-mode .rich-editor-container{background:#1e293b;border-color:#334155}body.dark-mode .rich-editor-toolbar{background:#1e293b;border-bottom-color:#334155}body.dark-mode .editor-btn{background:#1e293b;border-color:#334155;color:#cbd5e1}body.dark-mode .editor-btn:hover{background:#334155;color:#fff}body.dark-mode .editor-select{background:#1e293b;border-color:#334155;color:#cbd5e1}body.dark-mode .rich-editor-content{background:#0f172a;color:#e2e8f0}.chord-sheet-container-single{display:flex;flex-direction:column;height:60vh;margin-top:1rem;border-radius:12px;border:1px solid #1e293b;background:#0f172a;box-shadow:inset 0 2px 8px #00000080;overflow:hidden;transition:background .3s,border-color .3s}.chord-sheet-container-single.chord-sheet-light{background:#f8fafc;border-color:#cbd5e1;box-shadow:inset 0 2px 4px #0000000d}.chord-sheet-pre-single{flex:1;margin:0!important;padding:1.5rem!important;border:none!important;border-radius:0!important;box-shadow:none!important;height:100%!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;column-width:380px;column-gap:2.5rem;column-fill:auto;column-rule:1px dashed rgba(255,255,255,.15);overflow-y:hidden!important;overflow-x:auto!important}.chord-sheet-container-single.chord-sheet-light .chord-sheet-pre-single{column-rule-color:#0000001a;color:#334155}.chord-sheet-pre-single [style*="color: rgb(255, 0, 0)"],.chord-sheet-pre-single [style*="color: red"],.chord-sheet-pre-single font[color*=red],.chord-sheet-pre-single font[color*="#ff0000"],.chord-sheet-pre-single .chord-highlight{color:#f33!important;font-weight:700}.chord-sheet-container-single.chord-sheet-light .chord-sheet-pre-single [style*="color: rgb(255, 0, 0)"],.chord-sheet-container-single.chord-sheet-light .chord-sheet-pre-single [style*="color: red"],.chord-sheet-container-single.chord-sheet-light .chord-sheet-pre-single font[color*=red],.chord-sheet-container-single.chord-sheet-light .chord-sheet-pre-single font[color*="#ff0000"],.chord-sheet-container-single.chord-sheet-light .chord-sheet-pre-single .chord-highlight{color:#d00000!important}.bulk-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.bulk-action-buttons{display:flex;gap:.5rem}@media (max-width: 480px){.bulk-header-row{flex-direction:column;align-items:flex-start;gap:.5rem}.bulk-action-buttons{width:100%;justify-content:space-between}.bulk-action-buttons .btn,.bulk-action-buttons button{flex:1;min-width:0;padding:.4rem .25rem;font-size:.75rem;white-space:nowrap;text-align:center}}.fullscreen-viewer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;width:100vw;height:100vh;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn .2s ease-out;font-family:Montserrat,system-ui,sans-serif}.fullscreen-viewer-overlay.theme-chord{background:#000;color:#fff}.fullscreen-viewer-overlay.theme-dark{background:#0f172a;color:#e2e8f0;--surface: #1e293b;--border: #334155;--border-strong: #475569;--text-main: #f8fafc;--text-muted: #94a3b8;--primary-soft: rgba(14, 165, 233, .15)}.fullscreen-viewer-overlay.theme-light{background:#f8fafc;color:#0f2742;--surface: #ffffff;--border: #e2eaf3;--border-strong: #cfddec;--text-main: #0f2742;--text-muted: #64748b;--primary-soft: #e3f2fd}.fullscreen-viewer-floating-controls{position:fixed;top:20px;right:20px;z-index:10000;display:flex;gap:12px}.viewer-btn-float{width:48px;height:48px;border-radius:50%;border:none;font-size:1.25rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #00000059;font-family:inherit;-webkit-user-select:none;user-select:none}.theme-chord .viewer-btn-float{background:#ffffff26;color:#fff;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.theme-dark .viewer-btn-float{background:#ffffff1f;color:#f8fafc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.theme-light .viewer-btn-float{background:#0f274214;color:#0f2742;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.viewer-btn-float:hover{transform:scale(1.08) translateY(-2px);color:#fff}.btn-added-style{background:#10b98124!important;color:#047857!important;border-color:#10b9814d!important}.btn-added-style:hover{background:#10b98140!important;color:#035c43!important;border-color:#10b98180!important}.viewer-btn-float.btn-close-toggle{background:var(--danger)!important;color:#fff!important}.viewer-btn-float.btn-close-toggle:hover{background:var(--danger-hover)!important;box-shadow:0 6px 16px #ef444473}.viewer-btn-float.btn-status-success{background:#10b981!important;color:#fff!important}.viewer-btn-float.btn-status-success:hover{background:#059669!important;box-shadow:0 6px 16px #10b98173}.viewer-btn-float.btn-status-danger{background:var(--danger)!important;color:#fff!important}.viewer-btn-float.btn-status-danger:hover{background:var(--danger-hover)!important;box-shadow:0 6px 16px #ef444473}.fullscreen-viewer-body{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%;height:100%}.fullscreen-chord-image-wrapper{flex:1;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:15px;overflow:hidden}.fullscreen-chord-image{max-width:100%;max-height:100%;object-fit:contain;width:auto;height:auto;border-radius:8px;box-shadow:0 8px 30px #0009}.fullscreen-transpose-wrapper{flex:1;display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden}.fullscreen-transpose-toolbar{padding:1.25rem 2rem;border-bottom:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:.85rem;flex-shrink:0;z-index:10;box-shadow:0 2px 10px #0000000d}.theme-dark .fullscreen-transpose-toolbar{box-shadow:0 2px 10px #0003}.toolbar-section{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding-right:120px}.song-title-label{font-size:1.35rem;font-weight:800;color:var(--text-main);letter-spacing:-.01em}.orig-key-badge{font-size:.95rem;font-weight:700;color:var(--primary);background:var(--primary-soft);padding:.25rem .65rem;border-radius:6px}.toolbar-controls-row{display:flex;align-items:center;justify-content:flex-start;gap:1.5rem;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.control-group.autofit-group{margin-left:auto}.transpose-badge{font-size:.85rem;font-weight:700;color:var(--primary-strong);background:var(--primary-soft);padding:.45rem .65rem;border-radius:8px}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.9rem;cursor:pointer;color:var(--text-main);-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;margin:0;accent-color:var(--primary)}.btn-danger-soft{background:transparent;border:1px solid rgba(239,68,68,.25);color:#ef4444}.btn-danger-soft:hover{background:#ef444414;border-color:#ef4444;color:#ef4444}.toolbar-target-keys{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.25rem}.target-key-label{font-weight:700;font-size:.82rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.target-key-buttons{display:flex;gap:.35rem;flex-wrap:wrap}.target-key-btn{padding:.35rem .65rem;border-radius:6px;border:1px solid var(--border-strong);background:var(--surface);color:var(--text-main);font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition)}.target-key-btn:hover{border-color:var(--primary);background:var(--primary-soft);color:var(--primary-strong)}.target-key-btn.active{background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important}.fullscreen-chord-sheet-box{flex:1;overflow-y:auto;overflow-x:auto;padding:2rem 3rem;width:100%}.fullscreen-chord-sheet-box.single-screen{overflow:hidden;padding:1.5rem 2rem;height:100%}.fullscreen-viewer-overlay .chord-sheet-pre{margin:0;padding:0;border:none;background:transparent;box-shadow:none;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:1.7}.fullscreen-viewer-overlay.theme-dark .chord-sheet-pre{color:#cbd5e1}.fullscreen-viewer-overlay.theme-light .chord-sheet-pre{color:#334155}.fullscreen-viewer-overlay .chord-sheet-pre-single{flex:1;margin:0!important;padding:.5rem 0!important;border:none!important;border-radius:0!important;box-shadow:none!important;height:100%!important;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;line-height:1.6;white-space:pre-wrap;word-wrap:break-word;column-width:380px;column-gap:2.5rem;column-fill:auto;overflow-y:hidden!important;overflow-x:auto!important}.fullscreen-viewer-overlay.theme-dark .chord-sheet-pre-single{column-rule:1px dashed rgba(255,255,255,.15);color:#cbd5e1}.fullscreen-viewer-overlay.theme-light .chord-sheet-pre-single{column-rule:1px dashed rgba(0,0,0,.1);color:#334155}.fullscreen-viewer-overlay.theme-dark .chord-highlight,.fullscreen-viewer-overlay.theme-dark [style*="color: rgb(255, 0, 0)"],.fullscreen-viewer-overlay.theme-dark [style*="color: red"],.fullscreen-viewer-overlay.theme-dark font[color*=red],.fullscreen-viewer-overlay.theme-dark font[color*="#ff0000"]{color:#ff4d4d!important;font-weight:700}.fullscreen-viewer-overlay.theme-light .chord-highlight,.fullscreen-viewer-overlay.theme-light [style*="color: rgb(255, 0, 0)"],.fullscreen-viewer-overlay.theme-light [style*="color: red"],.fullscreen-viewer-overlay.theme-light font[color*=red],.fullscreen-viewer-overlay.theme-light font[color*="#ff0000"]{color:#d00000!important;font-weight:700}@media (max-width: 768px){.fullscreen-viewer-floating-controls{top:15px;right:15px;gap:8px}.viewer-btn-float{width:44px;height:44px;font-size:1.15rem}.fullscreen-transpose-toolbar{padding:1rem;gap:.65rem}.toolbar-section{padding-right:100px}.song-title-label{font-size:1.15rem}.toolbar-controls-row{gap:.75rem}.control-group.autofit-group{margin-left:0;width:100%;justify-content:space-between}.fullscreen-chord-sheet-box{padding:1.25rem 1.5rem}}
