.hydra-share-circle-center-icon {
    background: linear-gradient(180deg, #f5fbff 0%, #92d3ff 100%);
    border: 2px solid #ffffff;
    border-radius: 999px;
    box-shadow: 0 0 0 2px rgba(34, 84, 135, 0.42);
    cursor: grab;
    height: 16px;
    width: 16px;
}

.hydra-share-circle-editor {
    align-items: flex-end;
    bottom: var(--hydra-share-circle-editor-bottom, 20px);
    display: flex;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    transform: translateY(18px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 2200;
}

.hydra-share-circle-editor-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.hydra-share-circle-editor-action {
    background: rgba(15, 24, 36, 0.84);
    border: 1px solid rgba(123, 160, 213, 0.38);
    border-radius: 12px;
    color: #eaf3ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    min-width: 86px;
    padding: 10px 14px;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hydra-share-circle-editor-action:disabled {
    background: rgba(15, 24, 36, 0.54);
    border-color: rgba(123, 160, 213, 0.18);
    color: rgba(234, 243, 255, 0.45);
    cursor: default;
}

.hydra-share-circle-editor-action.is-primary {
    background: linear-gradient(180deg, rgba(39, 120, 214, 0.96) 0%, rgba(21, 83, 166, 0.96) 100%);
    border-color: rgba(165, 209, 255, 0.62);
    color: #ffffff;
}

.hydra-share-circle-editor.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.hydra-share-circle-editor-panel {
    backdrop-filter: blur(14px);
    background: rgba(10, 17, 26, 0.9);
    border: 1px solid rgba(104, 148, 212, 0.34);
    border-radius: 18px;
    box-shadow: 0 18px 48px rgba(3, 8, 15, 0.42);
    max-width: 560px;
    padding: 16px;
    width: min(560px, calc(100vw - 32px));
}

.hydra-share-circle-editor-resize {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 14px;
}

.hydra-share-circle-editor-resize-action {
    background: rgba(18, 31, 45, 0.86);
    border: 1px solid rgba(123, 160, 213, 0.3);
    border-radius: 12px;
    color: #edf5ff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    min-height: 42px;
    padding: 10px 14px;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hydra-share-circle-editor-resize-action:disabled {
    background: rgba(18, 31, 45, 0.52);
    border-color: rgba(123, 160, 213, 0.16);
    color: rgba(237, 245, 255, 0.42);
    cursor: default;
}

.hydra-share-circle-editor-text {
    color: #d4e6fb;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.hydra-share-circle-editor-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hydra-share-circle-handle-icon {
    background: linear-gradient(180deg, #ffffff 0%, #8fd0ff 100%);
    border: 2px solid #1553a6;
    border-radius: 999px;
    box-shadow: 0 0 0 4px rgba(38, 119, 214, 0.2);
    height: 26px;
    width: 26px;
}

.hydra-share-sheet {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 2250;
}

.hydra-share-sheet-actions {
    display: grid;
    gap: 10px;
}

.hydra-share-sheet-backdrop {
    background: rgba(5, 10, 18, 0.56);
    inset: 0;
    position: absolute;
}

.hydra-share-sheet-close {
    align-items: center;
    background: rgba(16, 25, 37, 0.66);
    border: 1px solid rgba(111, 147, 198, 0.28);
    border-radius: 999px;
    color: #dcecff;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 16px;
    transition: background-color 160ms ease, border-color 160ms ease;
    width: 34px;
}

.hydra-share-sheet.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.hydra-share-sheet-option {
    background: rgba(16, 25, 37, 0.8);
    border: 1px solid rgba(123, 160, 213, 0.3);
    border-radius: 14px;
    color: #edf5ff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 16px;
    text-align: left;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.hydra-share-sheet-option.is-primary {
    background: linear-gradient(180deg, rgba(39, 120, 214, 0.98) 0%, rgba(21, 83, 166, 0.98) 100%);
    border-color: rgba(173, 214, 255, 0.64);
    color: #ffffff;
}

.hydra-share-sheet-panel {
    backdrop-filter: blur(16px);
    background: rgba(9, 16, 26, 0.92);
    border: 1px solid rgba(104, 148, 212, 0.34);
    border-radius: 22px;
    box-shadow: 0 22px 64px rgba(3, 8, 15, 0.46);
    max-width: 420px;
    padding: 24px 20px 20px;
    position: relative;
    width: min(420px, calc(100vw - 32px));
}

.hydra-share-sheet-text {
    color: #d4e6fb;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    max-width: 320px;
}

.hydra-share-sheet-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.leaflet-container.is-share-circle-editing {
    touch-action: pan-x pan-y;
}

.leaflet-container.is-share-circle-placing {
    cursor: crosshair;
}

@media (hover: hover) {
    .hydra-share-circle-editor-action.is-primary:not(:disabled):hover {
        background: linear-gradient(180deg, rgba(61, 142, 235, 0.98) 0%, rgba(29, 94, 181, 0.98) 100%);
        border-color: rgba(191, 225, 255, 0.74);
    }

    .hydra-share-circle-editor-action:not(:disabled):hover {
        background: rgba(26, 40, 58, 0.92);
        border-color: rgba(150, 187, 236, 0.58);
    }

    .hydra-share-circle-editor-resize-action:not(:disabled):hover {
        background: rgba(30, 47, 67, 0.94);
        border-color: rgba(162, 198, 245, 0.58);
    }

    .hydra-share-sheet-close:hover {
        background: rgba(28, 42, 61, 0.88);
        border-color: rgba(150, 187, 236, 0.56);
    }

    .hydra-share-sheet-option.is-primary:hover {
        background: linear-gradient(180deg, rgba(61, 142, 235, 0.98) 0%, rgba(29, 94, 181, 0.98) 100%);
        border-color: rgba(191, 225, 255, 0.74);
    }

    .hydra-share-sheet-option:hover {
        background: rgba(26, 40, 58, 0.94);
        border-color: rgba(150, 187, 236, 0.58);
    }
}

@media (max-width: 768px) {
    .hydra-share-circle-editor {
        padding: 0 12px;
    }

    .hydra-share-circle-editor-action {
        min-width: 0;
        padding: 12px 10px;
    }

    .hydra-share-circle-editor-actions {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .hydra-share-circle-editor-panel {
        border-radius: 18px;
        padding: 14px;
        width: min(560px, calc(100vw - 24px));
    }

    .hydra-share-circle-editor-resize-action {
        min-height: 46px;
        padding: 12px 10px;
    }

    .hydra-share-sheet {
        align-items: flex-end;
    }

    .hydra-share-sheet-panel {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-width: none;
        padding: 24px 18px 22px;
        width: 100%;
    }
}